/*
Theme Name: Textdrip
Theme URI: https://textdrip.com/
Author: Textdrip
Author URI: https://textdrip.com/
Description: A versatile and modern WordPress theme with support for custom layouts, sticky posts, featured images, and more. Ideal for a range of websites.
Requires PHP: 7.4
Requires at least: 5.7
Tested up to: 6.3
Version: 1.1
License: GNU General Public License v3.0 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Textdrip Theme, Copyright 2022-2024 Textdrip
Textdrip is distributed under the terms of the GNU GPL
Tags: left-sidebar, right-sidebar, custom-background, custom-menu, editor-style, featured-images, full-width-template, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, responsive
Text Domain: textdrip
Domain Path: /languages
This theme, like WordPress, is licensed under the FasterThemes.
Use it to create something cool, have fun, and share what you've learned with others.
*/

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


body,
html {
  overflow-x: hidden !important;
}

@media screen and (max-width: 970px) {

  /* custom scroll bar */
  ::-webkit-scrollbar {
    width: 10px;
  }

  ::-webkit-scrollbar-track {
    background: #242526;
    border-radius: 10px; /* 10-9-2025 */
  }

  ::-webkit-scrollbar-thumb {
    background: 0% 0% no-repeat padding-box padding-box rgb(118, 57, 255); /* 10-9-2025 */
  }
}

@media (min-width: 992px) {

  /* width */
  ::-webkit-scrollbar {
    width: 10px;
  }

  .we_make_things_better_img img {
    width: 100%;
    margin-top: 4rem;
  }

  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: 0% 0% no-repeat padding-box padding-box rgb(118, 57, 255);
    /* border-radius: 10px; */
  }
}


.book_a_demo_modal .modal_content {
  padding: 30px 20px;
}

.book_a_demo_modal .modal_listing li {
  background-color: #ffffff;
  box-shadow: 0 0 1px 0 rgba(24, 94, 224, 0.15), 0 6px 12px 0 rgba(24, 94, 224, 0.15);
  padding: 10px 20px;
  margin: 10px 0;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 500;
}

.book_a_demo_modal .modal_listing li span {
  font-size: 24px;
  font-weight: 700;
  color: #8a00f9;
}

.footer_book_free_set .footer_book_free_btn2 {
  border: 1px solid #fff;
}

.footer_book_free_btn {
  gap: 15px;
}

#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle+#mega-menu-max_mega_menu_1 {
  max-height: 100%;
}

.modal-content {
  margin: 10px;
}

.modal-backdrop {
  width: 100%;
  height: 100%;
}

.blog_right_part .exp_grid_content_blog_inner {
  max-height: 500px;
}


.loading-dots::after {
  content: " .";
  animation: dots .5s steps(5, end) infinite;
}

@keyframes dots {

  0%,
  20% {
    content: " .";
  }

  40% {
    content: " ..";
  }

  60% {
    content: " ...";
  }

  80%,
  100% {
    content: "";
  }
}

.vc_tta-panels .vc_tta-panel .vc_tta-panel-heading a .vc_tta-title-text {
  line-height: 1.5;
}

.vc_tta-panels .vc_tta-panel .vc_tta-panel-heading a {
  grid-template-columns: 1fr 50px;
}

.vc_tta.vc_tta-o-no-fill .vc_tta-panels .vc_tta-panel-body {
  border-color: #f0f0f0 !important;
  background-color: #f8f8f8 !important;
}

.card__body {
  text-align: left;
}

.main_feature_box_info>.vc_column-inner {
  box-shadow: 0px 5px 6px #00000029;
}



.blog_card_effect .blog_card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0 0.1rem 1rem rgba(0, 0, 0, 0.1);
  border-radius: 1em;
  margin-bottom: 10px;
  background: linear-gradient(to right, #ffffff, #ece9e6);
}

.testimonial .row .tabs li figure:hover::after {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/* Teastimonial carousel ---------------------------------- */
.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
  transform: translateX(100%)
}

.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
  transform: translateX(-100%)
}

/* Teastimonial carousel ---------------------------------- */

@media (max-width: 768px) {
  /* [data-aos] {
    transform: translateY(10px) !important;
  } */

  /* [data-aos=fade-left] {
    transform: translate3d(10px,0,0);
  } */
}

.grecaptcha-badge {
  z-index: 99999999;
}


.vc_column-gap-5,
.vc_column-gap-10,
.vc_column-gap-15,
.vc_column-gap-20,
.vc_column-gap-25,
.vc_column-gap-30,
.vc_column-gap-35 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

#cookie-consent-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(180deg, #252a3c 0%, #0a0214 100%) 0% 0% no-repeat padding-box;
  color: #fff;
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
  z-index: 1000;
}

.bg-video-wrap2 video {
  position: relative;
  width: 100%;
}

video {
  object-fit: fill;
}


.header_area .navigation_menu .mega-menu-wrap .mega-menu>.mega-menu-item>.mega-sub-menu>.mega-menu-row .mega-sub-menu li.new_label_menu_icon a {
  display: flex !important;
  align-items: center;
  gap: 10px;
}

.new_label_menu_icon a:after {
  content: 'New';
  display: block !important;
  background-color: purple;
  font-size: 14px;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  animation: zoom-in-zoom-out 2s ease-out infinite;
  width: auto;
  position: relative;
  line-height: 1;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(0.5, 0.5);
  }

  50% {
    transform: scale(1, 1);
  }

  100% {
    transform: scale(0.5, 0.5);
  }
}

.blog_left_part h3>b,
.blog_left_part h3>strong,
.blog_left_part p>strong,
.blog_left_part p>b {
  font-weight: 600;
}

.supportfrom select {
  border: 1px solid #333 !important;
  color: #212529 !important;
  padding: 0 15px !important;
}

.supportfrom p .form_group__t {
  margin-top: 1.5rem !important;
  font-size: 18px !important;
}

.t__contact_sec .supportfrom .form-group .form-control {
  border: 1px solid #333 !important;
  padding: 15px !important;
  border-radius: 10px !important;
}

.support_form__t .col-md-10.col-xl-8.m-auto>.form-group {
  margin-bottom: 50px !important;
}

.blog_left_part em {
  font-weight: 500;
}


/* CTA Box Start */
.blog_CTA_card {
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.blog_CTA_card_img1 {
  background-image: url('../textdrip/assets/images/cta_bg_1.png');
  color: #fff;
}

.blog_CTA_card_img2 {
  background-image: url('../textdrip/assets/images/cta_bg_2.png');
  color: #fff;
}

.blog_CTA_card_img3 {
  background-image: url('../textdrip/assets/images/cta_bg_3.png');
  color: #000;
}

.blog_CTA_card p:last-child {
  margin: 0 !important;
}

.blog_CTA_card .textdrip_register_btn {
  display: inline-block;
  margin: 15px 0 0;
}

.blog_CTA_card_img {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.blog_CTA_card p .textdrip_register_btn {
  background: #ffffff !important;
  color: #8a00f9 !important;
  /* transition: 0.5s cubic-bezier(0.6, 0.03, 0.28, 0.98); */
  transform: scale(0.8);
  cursor: pointer;
  animation: zoom-in-zoom-out-2 2s ease infinite;
}

.blog_CTA_card p .textdrip_register_btn:hover {
  /*    background: #8a00f9;*/
  /*    color: #ffffff;*/
  /* transform: scale(1); */
  transition: 0.5s cubic-bezier(0.6, 0.03, 0.28, 0.98);
}

@keyframes zoom-in-zoom-out-2 {
  0% {
    transform: scale(0.7, 0.7);
  }

  50% {
    transform: scale(1, 1);
  }

  100% {
    transform: scale(0.7, 0.7);
  }
}

/* CTA Box End */


/* Archive page CSS */
/* .archive:not(.post-type-archive) .blog_box {
  box-shadow: 0px 5px 20px #00000029;
  border-radius: 12px;
  padding: 20px 20px 40px;
}

.archive:not(.post-type-archive) .blog_box .blog_main_para {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.archive:not(.post-type-archive) .blog_box .blog_main_title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.archive:not(.post-type-archive) .blog_box img.blog_inner {
  height: 195px;
  object-fit: cover;
} */

ul.pagination a.next.page-link,
ul.pagination a.prev.page-link {
  font-size: 40px;
  line-height: 35px;
}

.blog_left_part>.vc_column-inner .wpb_column>.vc_column-inner {
  margin-top: 0px !important;
}


.vc_tta-panel .vc_tta-panel-heading {
  margin-bottom: 0 !important;
}

.vc_tta-panel-body {
  min-height: 0 !important;
  overflow: hidden !important;
  transition: min-height 0.3s ease-out !important;
}

.vc_active .vc_tta-panel-body {
  min-height: 10 !important;
  transition: min-height 0.3s ease-in !important;
  pointer-events: auto;
}

.blog_left_part p:has(img) {
  text-align: center !important;
}

.blog_left_part p:has(img.not-center) {
  text-align: left !important;
}

table tbody tr:nth-child(1)>td {
  text-align: center;
}

.exp_grid_content_blog_inner {
  height: 380px;
  overflow: hidden;
  overflow-y: scroll;
}

.table-th {
  background-color: #efeef2 !important;
}

.vc_tta.vc_general .vc_tta-panel.vc_active {
  pointer-events: none;
}



/* 28-02-2025 */


.image-label {
  cursor: pointer;
  display: inline-block;
  margin: 10px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  padding: 5px 10px;
  transition: background-color 0.3s, color 0.3s;
}

.image-label:hover,
.image-label:has(input:checked) {
  background-color: #7639ff;
  border-color: #7639ff;
  color: #ffffff;
}

.image-option {
  width: 35px;
  height: auto;
  /* border: 2px solid #e0e0e0; */
  /* border-radius: 50%; */
  margin-right: 10px;
  transition: border-color 0.3s;
}

.image-label:hover .image-option,
.image-label input:checked+.image-option {
  border-color: #7639ff;
  filter: invert(1);
}

#bookdemo_form input[name='customer_status'] {
  visibility: hidden;
  position: absolute;
}

.careersC span.wpcf7-form-control.wpcf7-radio,
.IndustriesC span.wpcf7-form-control.wpcf7-radio {
  border: transparent !important;
}

.upcoming_events {
  position: fixed;
  top: 50%;
  right: -60px;
  z-index: 11;
  padding: 10px 15px;
  background-color: #7639ff;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: 0px 5px 10px #00000029;
  /* transition: background 0.3s ease; */
  transform: rotate(90deg);
}

.upcoming_events:hover {
  background-color: #ffffff;
  color: #7639ff;
}

#event_modal img,
#event_modal .modal-content {
  border-radius: 15px;
}

#event_modal img {
  width: 100%;
}

#event_modal .modal-body {
  padding: 5px;
}

#event_modal .modal-content {
  background-color: #e0dde6;
}

.event-desktop {
  display: block;
}

.event-mobile {
  display: none;
}


@media only screen and (max-width: 576px) {
  .event-desktop {
    display: none;
  }

  .event-mobile {
    display: block;
  }

  .upcoming_events {
    display: none;
  }
}

.close-event {
  position: absolute;
  right: 15px;
  top: 15px;
  background: rgb(0 0 0 / 30%);
  padding: 0px 5px;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
}

.close-event:hover {
  background: rgb(0 0 0);
}



/** 08/5/2025 **/
/*
    .sign_up_btn .animation_textbtns {
            background: #fff 0% 0% no-repeat padding-box !important;
            color: #7639ff !important;
            box-shadow: 0px 5px 10px #00000029 !important;
            font-size: 18px;
            font-weight: 500;
            display: block;
            border-radius: 5px;
            border: none;
            display: inline-block;
            text-decoration: none;
            position: relative;
            border-radius: 100px 0 0 100px !important;
            transition: all 125ms;
            position: relative;
            padding: 1rem 2rem;
            padding-right: calc(2rem + 5rem);
            filter: drop-shadow(4px 4px 4px hsl(0 0% 0% / .5));
        }
        .sign_up_btn .animation_textbtns:after {
            content: "";
            position: absolute;
            inset: 0;
            border-radius: inherit;
            z-index: -1;
            background-color: #763AFF;
            background-image: linear-gradient(transparent 50%, hsl(0 0% 0% / .5) 0);
            animation: mask-position 5s linear infinite;
            -webkit-mask-image: conic-gradient(from 225deg at right, black 0 90deg, #0000 0),
            conic-gradient(from 225deg at right, black 0 90deg, #0000 0),
            repeating-linear-gradient(-135deg, #0000 0px, black 1px 0.8rem, #0000 calc(0.8rem + 1px) calc(.8rem * 2)),
            repeating-linear-gradient(-45deg, #0000 0px, black 1px 0.8rem, #0000 calc(0.8rem + 1px) calc(.8rem * 2));
            -webkit-mask-position: 0 0, 0 0, 0 0, 0 100%;
            -webkit-mask-size: calc(100% - 5rem) 100%, 100%, 200% 50%, 200% 50%;
            -webkit-mask-repeat: no-repeat, repeat, repeat-x, repeat-x;
            -webkit-mask-composite: source-over, source-out, source-over, source-over;
            mask-image: conic-gradient(from 225deg at right, black 0 90deg, #0000 0),
            conic-gradient(from 225deg at right, black 0 90deg, #0000 0),
            repeating-linear-gradient(-135deg, #0000 0px, black 1px 0.8rem, #0000 calc(0.8rem + 1px) calc(.8rem * 2)),
            repeating-linear-gradient(-45deg, #0000 0px, black 1px 0.8rem, #0000 calc(0.8rem + 1px) calc(.8rem * 2));
            mask-position: 0 0, 0 0, 0 0, 0 100%;
            mask-size: calc(100% - 5rem) 100%, 100%, 200% 50%, 200% 50%;
            mask-repeat: no-repeat, repeat, repeat-x, repeat-x;
            mask-composite: add, subtract, add, add;
            width: 100%;
            background-image: linear-gradient(transparent 50%, hsl(0 0% 0% / .2) 0);
            background-color: #ffffff;
            -webkit-mask-image: conic-gradient(from 225deg at right, #e9e9e9 0 90deg, #0000 0), conic-gradient(from 225deg at right, #e9e9e9 0 90deg, #0000 0), repeating-linear-gradient(-135deg, #0000 0px, #e9e9e9 1px 0.8rem, #0000 calc(0.8rem + 1px) calc(.8rem * 2)), repeating-linear-gradient(-45deg, #0000 0px, #e9e9e9 1px 0.8rem, #0000 calc(0.8rem + 1px) calc(.8rem * 2));
            mask-image: conic-gradient(from 225deg at right, #e9e9e9 0 90deg, #0000 0), conic-gradient(from 225deg at right, #e9e9e9 0 90deg, #0000 0), repeating-linear-gradient(-135deg, #0000 0px, #e9e9e9 1px 0.8rem, #0000 calc(0.8rem + 1px) calc(.8rem * 2)), repeating-linear-gradient(-45deg, #0000 0px, #e9e9e9 1px 0.8rem, #0000 calc(0.8rem + 1px) calc(.8rem * 2));
        }
        .sign_up_btn .animation_textbtns:hover {
            background: transparent; 
            color: #763AFF;
        } 
        .sign_up_btn .animation_textbtns:hover:after {
            animation-play-state: paused;
        }
    @keyframes mask-position {
            to {
                -webkit-mask-position: 0, 0, -100% 0 , -100% 100%;
                mask-position: 0, 0, -100% 0 , -100% 100%; 
            }
        }*/




.copy-button {
  background: #7639ff 0% 0% no-repeat padding-box !important;
  color: #fff !important;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
  font-size: 14px;
  border-radius: 3px;
  margin-top: 10px;
}

.copy-button:hover {
  background: #fff !important;
  color: #7639ff !important;
}

.new_label_menu_icon a:after {
  background-color: #7639ff;
}

button.mega-close {
  left: 257px !important;
  /* top: 2px !important; */
}

.blog_left_part ol {
  margin-left: 15px;
  font-size: 18px;
}



/*** 13-06-25 ***/
.banner_info .index_sign__book_btn .index_book_demo_btn {
  max-width: 330px;
  margin: auto;
}

.banner_info .index_sign__book_btn .index_book_demo_btn .book_demo_btn_ {
  background-color: #7639ff;
  color: #ffffff;
}

.banner_info .index_sign__book_btn .index_book_demo_btn .book_demo_btn_:hover {
  background-color: #ffffff;
  color: #7639ff;
}

#modal-subscribe-new .modal-body .sec_section {
  padding: 30px !important;
}

#modal-subscribe-new .book_a_demo_modal .modal_images {
  margin-top: 15px;
}

#modal-subscribe-new {
  z-index: 9999;
}

.hero_banner .overlay {
  display: none;
}



#bookdemo_form2 input[name='customer_status'] {
  visibility: hidden;
  position: absolute;
}

/* Blog Report section - 17-06-2025 --- START */
.blog_report {
  border-radius: 20px;
  padding: 25px;
  background: radial-gradient(circle, rgb(156 77 255) 0%, rgb(173 103 254) 100%);
  /* margin: 15px 0; */
  height: 100%;
}

.blog_report h5 {
  font-size: 34px;
  font-weight: 700;
  color: #fff;
}

.blog_report p {
  margin: 0 !important;
  font-size: 16px !important;
  color: #fff;
}

/* Blog Report section - 17-06-2025 --- END*/


/* SMS TEMPLATE - NEW - 19-06-2025 */

.mobile_screen_bg {
  background-color: #FEF5F8;
  margin: 25px 0;
  padding: 50px 15px 0;
}
.mobile_screen_bg2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

@media only screen and ( max-width: 767px ){
  .mobile_screen_bg2 {
      grid-template-columns: 1fr;
      gap: 20px;
  }
}

.mobile_screen {
  max-width: 320px;
  border: 10px solid #9843ff;
  border-bottom: none;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  min-height: -webkit-fill-available; /* old: 350px */
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-color: #f2eaff;
}

.mobile_screen_header {
  background-color: #ddc1ff;
  padding: 10px 15px 20px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  text-align: center;
  position: relative;
}

.mobile_screen_header_bg {
  width: 70px;
  height: 6px;
  background-color: #9446f3;
  border-radius: 10px;
  margin: 0 auto;
}

.mobile_screen_body {
  padding: 15px;
}

.mobile_message {
  background-color: #9843ff;
  padding: 10px;
  border-radius: 12px 12px 12px 0;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  line-height: 21px;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  position: relative;
  border-right: 5px solid #5802bd;
  border-bottom: 5px solid #5802bd;
  word-break: break-word;
}

.mobile_message:after {
  content: "";
  position: absolute;
  border: 10px solid transparent;
  border-left-color: #9843ff;
  border-top-color: #9843ff;
  left: 0;
  right: auto;
  bottom: -15px;
}

.mobile_screen_footer {
  margin-top: auto;
  position: relative;
  padding: 15px 15px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.mobile_screen_footer .send_btns {
  background-color: #7639ff;
  color: #fff;
  padding: 7px 20px;
  border-radius: 5px;
  max-width: 90px;
  width: 100%;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 3px 10px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.6px;
}

.mobile_screen_footer .copy_btns {
  background-color: #7639ff;
  color: #fff;
  padding: 7px 20px !important;
  border-radius: 5px;
  max-width: 90px;
  width: 100%;
  text-align: center;
  height: auto !important;
  border: none !important;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 3px 10px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.6px;
  transition: all .3s ease-in-out;
}

.mobile_screen_footer .copy_btns:hover {
  background-color: #fff;
  color: #7639ff;

}

/* SMS TEMPLATE - NEW - 19-06-2025 - END */
/* td, th {
  word-break: normal;
}
td p, th p {
    padding: 10px;
    font-size: 16px !important;
    border-color: #bababa;
}

.blog_left_part table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    border-collapse: collapse;
} */



/* 04-08-2025 - Banner Button */

.inner_banner_section .textdrip_register_btn {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 15px;
  font-size: 1.2rem;
}

/* 08-08-2025 - Blog post design ------ START */

.blog_left_part .blog_testimonial_img img {
  position: relative;
  border: 2px solid #d1bdff;
  border-radius: 10px;
  padding: 10px;
}
.blog_left_part .blog_testimonial_p {
  position: absolute;
  bottom: 6px;
  right: 190px;
}

.blog_left_part td:has(img),
.blog_left_part td:has(.blog_stars){
  text-align: center;
}

.blog_left_part .blog_testimonial_p p {
  font-size: 16px;
}

.blog_left_part .blog_stars {
    text-align: center;
    font-size: 28px;
}
.blog_left_part .blog_trial {
    /* border: 1px solid; */
    padding: 4px 8px;
    font-size: 14px;
    text-wrap: nowrap;
    border-radius: 5px;
    background-color: #7639ff;
    color: #ffffff;
}

@media screen and (min-width: 1400px) {
  .blog_left_part .blog_testimonial_p {
    right: 190px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .blog_left_part .blog_testimonial_p {
    right: 80px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .blog_left_part .blog_testimonial_p {
    right: 40px;
  }
  .blog_left_part .blog_testimonial_p p {
    font-size: 16px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .blog_left_part .blog_testimonial_p {
    right: 30px;
  }
  .blog_left_part .blog_testimonial_p p {
    font-size: 14px;
  }
}

@media screen and (max-width: 576px) {
  .blog_left_part .blog_testimonial_p {
    right: 30px;
  }
  .blog_left_part .blog_testimonial_p p {
    font-size: 14px;
  }
}
/* 08-08-2025 - Blog post design --- END*/


/*** 01-08-25 ***/
.registration_header {
    margin: 50px 0 80px;
}
.registration_header .wpb_wrapper h2 {
    color: #fff;
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 20px;
}
.registration_header .wpb_wrapper p {
    color: #dfdfdf;
    font-size: 18px;
    line-height: 1.6;
}
.registration_form {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: white;
    text-align: left;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    padding: 30px !important;
}
.registration_form #sandbox_register p>label {
    color: #dfdfdf;
}
.registration_form #sandbox_register p input {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #a9a9a9;
    border-radius: 10px;
    outline: none;
    font-size: 1em;
    transition: 0.1s ease;
    height: auto !important;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.14px;
    color: #000;
    background-color: #fff;
    margin: 10px 0;
}
.registration_form #sandbox_register p input.book-btn-call {
    background-color: #763aff !important;
    border: 1px solid #763aff;
    border-image: initial;
    border-radius: 10px;
    color: #ffffff !important;
    transform: scale(1);
    transition: 0.5s cubic-bezier(0.6, 0.03, 0.28, 0.98);
    width: 100%;
    border: 1px solid #ffff;
    margin-top: 30px !important;
}
.registration_images {
    text-align: center;
}
.registration_images figure.wpb_wrapper.vc_figure {
    width: 100%;
    text-align: center;
}
.registration_images img.vc_single_image-img.attachment-full {
    max-width: 330px;
    margin: 0 auto;
}


/* 13-08-2025 */
.testimonials_slider .owl-nav button,
.latest_blog_slider .owl-nav button {
    width: 40px;
    height: 40px;
    border-radius: 100% !important;
    border: 1px solid #763AFF !important;
}

.testimonials_slider .owl-nav button span,
.latest_blog_slider .owl-nav button span {
    font-size: 42px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: -2px;
}
.testimonials_slider .owl-nav [class*=owl-]:hover,
.latest_blog_slider .owl-nav [class*=owl-]:hover {
  background: #7639ff !important;
}

/* 30-07-2025 */

/* NEWSLETTER FORM CSS - 26-06-2025 */

.newsletter-form-container {
  background-color: rgb(239, 227, 253);
  border-radius: 1rem;
  box-shadow: 0px 3px 20px #0000001A;
  width: 100%;
  max-width: 100%;
  padding: 2rem; /* OLD - 2.5rem */
  margin: 30px auto;
}
/* .envelope-wrapper {
  position: relative;
  width: 150px;
  height: 150px;
  margin: 0 auto;
} */
.newsletter-form-container p {
  font-size: 0.9rem !important;
}
.newsletter-heading {
  font-size: 1.6rem; /* Old - 2rem */
  font-weight: 700;
  color: #212529;
  margin-bottom: 1rem;
  line-height: 1.2;
}
.newsletter-subheading {
  font-size: 1rem;
  color: #6c757d;
  margin-bottom: 1.5rem !important;
}

.newsletter-form-container #ns_form .wpcf7-form-control-wrap input.wpcf7-form-control {
  width: 100%;
  padding: 10px 10px;
  border: 1px solid #7639ff;
  border-radius: 10px;
  outline: none;
  font-size: 1em;
  transition: 0.1s ease;
  height: auto !important;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.14px;
  color: #000;
  background-color: #fff;
  margin: 10px 0;
  appearance: auto !important;
}

.newsletter-input-field:focus {
  box-shadow: none;
  outline: none;
}
.newsletter-checkbox-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
.newsletter-form-check span.wpcf7-list-item {
  margin-left: 0;
}
.newsletter-checkbox-group.last-child {
  margin-bottom: 1.5rem;
}

.newsletter-form-check {
  display: flex;
  align-items: center;
  text-align: start;
}
.newsletter-form-check span.wpcf7-list-item label {
  display: flex;
  align-items: center;
  justify-content: center;
}
.newsletter-form-check-input {
  margin-right: 0.5rem;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0.25rem;
  border: 1px solid #0a0214;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
}
.newsletter-form-check-input:checked {
  background-color: #7639ff;
  border-color: #7639ff;
}
.newsletter-form-check-input:checked::before {
  content: '\2713';
  display: block;
  color: white;
  font-size: 0.75rem;
  line-height: 1;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.newsletter-form-check-label {
  color: #212529;
  font-size: 1rem;
}
.newsletter-link {
  /* color: #fd7e14; */
  text-decoration: underline;
}
.newsletter-link:hover {
  text-decoration: none;
}
.newsletter-subscribe-button {
  background: #7639ff 0% 0% no-repeat padding-box;
  box-shadow: 0px 5px 10px #00000029;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  padding: 15px 30px;
  width: 100%;
  display: block;
  border-radius: 5px;
  border: none;
  outline: none;
  cursor: pointer;
  transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.newsletter-subscribe-button:hover {
  background-color: #ffffff;
  color: #7639ff;
  transform: translateY(-0.125rem) scale(1.02);
}
.newsletter-form-container .wpcf7-spinner {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
}
.footer_newsletter_container {
    margin: 0 auto;
    /* max-width: 700px; */
    /* margin-bottom: 150px; */
    /* text-align: center; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer_newsletter_container .newsletter_content {
    text-align: left;
    padding: 30px 0;
    /* background-color: rgb(239, 227, 253); */
    /* border-radius: 30px; */
    /* box-shadow: 0px 3px 20px #0000001A; */
    margin: 10px;
}

.newsletter_content h2 {
  font-size: 16px;
  font-weight: 700;
}
.newsletter_content p {
  margin-bottom: 0;
  font-size: 15px;
}

.footer_newsletter_container .wpcf7-form-control.wpcf7-email {
  width: 100%;
  padding: 10px 10px;
  border: 1px solid #7639ff;
  border-radius: 10px;
  outline: none;
  font-size: 1em;
  transition: 0.1s ease;
  height: auto !important;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.14px;
  color: #000;
  background-color: #fff;
  margin: 10px 0;
  appearance: auto !important;
}

.newsletter-row {
  display: flex; 
  gap: 5px; 
  align-items: center;
  position: relative;
}
.newsletter-row .ns_email {
  flex: 1;
}
.newsletter-row .wpcf7-spinner {
  position: absolute;
  right: 10px;
  top: 20px;
}

.newsletter_content label.error{
    /* position: absolute;
    left: 0;
    top: 40px; */
    margin-bottom: 10px;
}
.newsletter-row .wpcf7-submit {
    padding: 10px 15px;
    border: none;
    background-color: #7639ff;
    color: #fff;
    border-radius: 24px;
    transition: all .3s ease-in-out;
}

.newsletter-row .wpcf7-submit:hover {
    background-color: #fff;
    color: #7639ff;
}



@media only screen and ( max-width: 767px ) {

  .forbes_logo_img {
    display: none;
  }
  
}

@media only screen and ( min-width: 768px ) {

  .textdrip_address .widget.widget_block.widget_media_image {
    display: none;
  }

}

.forbes_logo_img {
  text-align: center;
}


/* 21-08-2025 - Blog author section */
.blog_right_part .wpb_widgetised_column .widget:has(.bolg_inner_team_info_box__t) {
  display: none;
}

.footer_bottom_info .bolg_inner_team_info_box__t {
  padding-bottom: 40px;
  border-top: none;
  /* border-bottom: 1px solid #707070; */
  background: rgb(240 233 255);
  padding: 20px 15px;
  border-radius: 10px;
  margin-top: 30px;
  /* border: 1px solid rgb(118 57 255 / 50%); */
}
.footer_bottom_info:last-child {
    padding-bottom: 150px;
}
@media screen and (max-width: 991px) {
  .blog_right_part .wpb_widgetised_column .widget:has(.bolg_inner_team_info_box__t) {
    display: block;
  }
  .blog_right_part .wpb_widgetised_column .widget:last-of-type {
    padding-bottom: 150px;
  }
  .blog_right_part .wpb_widgetised_column .widget .bolg_inner_team_info_box__t {
    padding-bottom: 40px;
    border-top: none;
    /* border-bottom: 1px solid #707070; */
    background: rgb(240 233 255);
    padding: 20px 15px;
    border-radius: 10px;
    margin-top: 30px;
    /* border: 1px solid rgb(118 57 255 / 50%); */
  }
  .blog_right_part .wpb_widgetised_column .widget .bolg_inner_team_info_box__t .team_para__t {
    font-size: 1rem;
  }
}
/* 3-9-2025 */
.page-id-5342 .set_medium_div {
    background-color: #f4f4fd !important;
}

/* 11-9-2025 */
#information_form .form-section {
  margin-bottom: 2rem;
  padding: 1.5rem;
  border: 1px solid rgb(118 57 255 / 50%);
  border-radius: .5rem;
  background: rgb(240 233 255 / 50%);
  position: relative;
  /* box-shadow: 0 0.1rem 1rem rgba(0, 0, 0, 0.1); */
}

#information_form .inputBox {
  position: relative;
  width: 100%;
  padding-bottom: 10px;
}
#information_form .form-section h4 {
    /* background: #fff; */
    /* border: 1px solid #ddd; */
    /* border-radius: 30px; */
    /* padding: 5px 20px; */
    /* margin: 0 auto 1.6rem auto; */
    /* text-align: center; */
    /* max-width: 500px; */
    /* width: 100%; */
    margin-bottom: 1.6rem;
}
#information_form span.form-checkbox {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

#information_form span.form-checkbox label {
  display: flex;
  align-items: center;
  gap: 6px;
/* 
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: .5rem;
  background: #fafafa;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 0.9rem;
  height: 100%; */
}

#information_form span.form-checkbox input[type="checkbox"] {
  accent-color: #7639ff; /* modern browsers */
}

#information_form span.form-checkbox label:hover,
#information_form span.form-checkbox label:has([type="checkbox"]:checked) {
  background: #f0f6ff;
  border-color: #7639ff;
}

#information_form .g-recaptcha {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#information_form label.form-d {
    margin-bottom: 5px;
}
@media only screen and (max-width: 992px) {
  /* #information_form span.form-checkbox {
    grid-template-columns: repeat(3, 1fr);
  } */
}

@media only screen and (max-width: 768px) {
  /* #information_form span.form-checkbox {
    grid-template-columns: repeat(2, 1fr);
  } */
  #information_form span.form-checkbox {
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 480px) {
  /* #information_form span.form-checkbox {
    grid-template-columns: 1fr;
  } */
  #information_form .g-recaptcha {
    justify-content: unset;
  }
}
.page-id-5447 .review_image_section_bg,
.page-id-5447 .set_medium_div {
  background-color: #f4f4fd; 
}

#information_form [type="submit"] {
  background-color: #110d1f;
  box-shadow: 0px 5px 10px #00000029;
  border-radius: 5px;
  padding: 10px 15px;
  letter-spacing: 0px;
  color: #fff;
  font-size: 14px;
  border: none;
}
#information_form.sent .wpcf7-response-output {
  display: block;
  border-radius: 5px;
  text-align: center;
}
#information_form .wpcf7-spinner {
  position: absolute;
  top: 10px;
}
/* 6-10-2025 */
.form_design .wpcf7-form-control:is(.wpcf7-acceptance){
  border: none;
  padding: 0;
  margin: 10px 0;
}
.wpcf7-acceptance label.error,
#checkbox-error-placement label.error{
  margin-left: 1rem;
}


/* 15-10-2025 */
.blog_left_wrap .table-responsive {
    margin-bottom: 25px;
}

#test_demo_form .wpcf7 form.sent .wpcf7-response-output {
    display: block;
}

/* 30-10-2025 - blog author heading */
.footer_bottom_info .author_heading,
.blog_right_part .author_heading {
    text-align: left;
    font-size: 30px;
    margin: 25px 0 0;
    background: rgb(240 233 255);
    padding: 30px 15px 0px 30px;
    border-radius: 10px 10px 0 0;
}
.footer_bottom_info .bolg_inner_team_info_box__t,
.blog_right_part .bolg_inner_team_info_box__t {
  margin: 0 !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
@media only screen and (max-width: 768px ) {
  .team_name_t {
    font-size: 16px;
  }
}
/* 5-11-2025 */
.blog_left_part h4 {
  margin: 20px 0;
}

/* Sandbox Register Page - 5-11-2025 */
.sandbox-register-form-container {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  background: #fff 0% 0% no-repeat padding-box;
  box-shadow: 0px 20px 50px #0000001a;
  border-radius: 15px;
  padding: 30px !important;
}
.otp-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.otp-popup {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  max-width: 480px;
  width: 90%;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  text-align: center;
}
.otp-box {
  width: 50px;
  height: 60px;
  font-size: 24px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 8px;
  margin: 0 5px;
  outline: none;
}
.otp-box:focus {
  border-color: #7639ff;
  box-shadow: 0 0 3px rgb(118, 57, 255, 0.5);
}
.otp-input-wrapper {
    flex-wrap: wrap;
}
#otpError.error {
  color: red;
}
#otpError.success {
  color: green;
}
#test_demo_form input.btn.send_msg {
    background-color: #763aff !important;
    border: 1px solid #763aff;
    border-image: initial;
    border-radius: 10px;
    color: #ffffff !important;
    transform: scale(1);
    transition: 0.5s cubic-bezier(0.6, 0.03, 0.28, 0.98);
    width: 100%;
    border: 1px solid #ffff;
    margin-top: 30px !important;
    padding: 10px 15px;
}
#test_demo_form input, 
#test_demo_form select {
  padding-top: 10px;
  padding-bottom: 10px;
}


/* 21-11-2025 - Footer menu */
.bg-footer #menu-footer-pages {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0 !important;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.bg-footer #menu-footer-pages li {
    padding: 10px 0px;
    display: flex;
    align-items: baseline;
    margin-bottom: 0px !important;
}
.bg-footer #menu-footer-pages li a {
    font-size: 15px;
    color: #110d1f;
    text-decoration: none;
    font-weight: 500;
}
.bg-footer #menu-footer-pages li:before {
    content: "\f231";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    font-size: 10px;
    padding-right: 4px;
}

