/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/
Description: A child theme of Hello Elementor.
Author: Inextrix
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/
main .page-header{
	display: none;
}
a {
    text-decoration: none !important;
}
ul {
    padding: 0;
    list-style-type: none;
    margin: 0;
}
.gradient-text {
  background: linear-gradient(144deg,#AF40FF, #5B42F3 50%,#00DDEB) !important;
  
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;

  background-clip: text;
  color: transparent;
}
.btn-gradient .elementor-button{

  align-items: center;
  background-image: linear-gradient(144deg,#AF40FF, #5B42F3 50%,#00DDEB);
  border: 0;
  border-radius: 8px;
  box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
  box-sizing: border-box;
  color: #FFFFFF;
/*   display: flex; */
  font-family: Phantomsans, sans-serif;
  font-size: 20px;
  justify-content: center;
  line-height: 1em;
  max-width: auto;

  padding: 19px 24px;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  cursor: pointer;
}
div#elementor-button, div#elementor-button SPAN {
    background-color: #574AF3;
    font-family: "Roboto", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    border-radius: 50px 50px 50px 50px;
    /* padding: 15px 25px 15px 25px; */
    color: #fff ! IMPORTANT;
}
.btn-gradient .elementor-button:active,
.btn-gradient .elementor-button:hover {
  outline: 0;
}

@media (min-width: 768px) {
  .btn-gradient .elementor-button {
    font-size: 24px;
/*     min-width: 196px; */
  }
}
}
/* .ai-light-3 {
  position: relative;
  background: #f0eeff;
  overflow: hidden;
}

.ai-light-3::before {
  content: "";
  position: absolute;
  width: 200%;
  height: 200%;

  background-image: 
    linear-gradient(rgba(79,132,255,0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(79,132,255,0.06) 1px, transparent 1px);

  background-size: 60px 60px;

  animation: gridMove 30s linear infinite;
}
 */
@keyframes gridMove {
  0% { transform: translate(0, 0); }
  100% { transform: translate(-60px, -60px); }
}
.bg-gradient{
	 background-image: linear-gradient(144deg,#AF40FF, #5B42F3 50%,#00DDEB) !important;
}

/* Main Wrapper */
.elementor-testimonial-wrapper {
    position: relative;
    padding: 30px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,0.08);
    transition: all 0.4s ease;
    overflow: hidden;
}

/* Gradient Glow Border */
.elementor-testimonial-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 1px;
    background: linear-gradient(120deg, #6a5cff, #00d4ff, #6a5cff);
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}



/* Content Text */
.elementor-testimonial-content {
    font-size: 16px;
    line-height: 1.7;
    color: #dcdcdc;
    margin-bottom: 25px;
    position: relative;
}

/* Quote Icon */
.elementor-testimonial-content::before {
    content: "“";
    font-size: 60px;
    position: absolute;
    top: -25px;
    left: -10px;
    color: rgba(106, 92, 255, 0.15);
    font-family: serif;
}

/* Meta Section */
.elementor-testimonial-meta-inner {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* Image */
.elementor-testimonial-image img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid transparent;
    background: linear-gradient(#000, #000) padding-box,
                linear-gradient(120deg, #6a5cff, #00d4ff) border-box;
}

/* Name */
.elementor-testimonial-name {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
}

/* Job */
.elementor-testimonial-job {
    font-size: 13px;
    color: #9aa0ff;
}

/* Optional: subtle shine animation */
.elementor-testimonial-wrapper::after {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,0.08),
        transparent
    );
    transform: rotate(25deg);
    opacity: 0;
    transition: 0.6s;
}
/* 
.ai-light-3 {
    position: relative;
    background: #060417;
    overflow: hidden;
box-shadow: inset 0 0 120px rgba(0,0,0,0.6);
}

/* ===== LAYER 1: SOFT BASE GLOW ===== */
/* .ai-light-3::before {
    content: "";
    position: absolute;
    width: 600px;
    height: 600px;
    top: -150px;
    left: -150px;
    background: radial-gradient(circle, #6a5cff, transparent 70%);
    opacity: 0.18;
    filter: blur(100px);
    animation: floatGlow1 18s ease-in-out infinite;
} */

/* ===== LAYER 2: SECOND GLOW ===== */
/* .ai-light-3::after {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    bottom: -150px;
    right: -150px;
    background: radial-gradient(circle, #00d4ff, transparent 70%);
    opacity: 0.18;
    filter: blur(100px);
    animation: floatGlow2 20s ease-in-out infinite;
} */

/* ===== EXTRA MOVING LIGHT (CENTER FLOW) ===== */
/* .ai-light-3 .ai-flow {
    position: absolute;
    width: 400px;
    height: 400px;
    top: 20%;
    left: 30%;
    background: radial-gradient(circle, rgba(255,255,255,0.15), transparent 70%);
    filter: blur(80px);
    animation: flowMove 16s ease-in-out infinite;
    pointer-events: none;
} */

/* ===== PARTICLE DOTS (AI DATA FEEL) ===== */
.ai-light-3 .ai-particles {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255,255,255,0.08) 1px, transparent 1px);
    background-size: 30px 30px;
    opacity: 0.2;
    animation: particleMove 40s linear infinite;
}

/* ===== ANIMATIONS ===== */
/* @keyframes floatGlow1 {
    0%, 100% { transform: translate(0,0); }
    50% { transform: translate(80px, 60px); }
}

@keyframes floatGlow2 {
    0%, 100% { transform: translate(0,0); }
    50% { transform: translate(-70px, -50px); }
}

@keyframes flowMove {
    0%, 100% { transform: translate(0,0) scale(1); }
    50% { transform: translate(100px, -60px) scale(1.2); }
}

@keyframes particleMove {
    0% { transform: translateY(0); }
    100% { transform: translateY(-200px); }
} */ */

.ai-light-3 {
    position: relative;
    background: #05031a;
    overflow: hidden;
}

#network {
    position: absolute;
    inset: 0;
}

/* Base slide styling */
.elementor-image-carousel .swiper-slide {
    transition: all 0.5s ease;
    opacity: 0.5;
    transform: scale(0.9);
}

/* Active + nearby slides */
.elementor-image-carousel .swiper-slide-active,
.elementor-image-carousel .swiper-slide-next,
.elementor-image-carousel .swiper-slide-prev {
    opacity: 1;
    transform: scale(1);
}

/* Hover effect (premium lift) */
.elementor-image-carousel .swiper-slide:hover {
/*     transform: scale(1.1) translateY(-2px); */
    opacity: 1;
}

/* Image polish */
.elementor-image-carousel img {
    filter: grayscale(100%);
    transition: all 0.5s ease;
}

/* Color reveal on hover */
.elementor-image-carousel .swiper-slide:hover img {
    filter: grayscale(0%);
}

/* button hover effect */
/* Base button */
.elementor-button {
    position: relative;
    overflow: hidden;
    transition: all 0.35s ease;
    border-radius: 8px;
}

/* Smooth lift */
.elementor-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

/* Animated gradient glow */
.elementor-button::before, #elementor-button::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(120deg, transparent, rgba(255,255,255,0.4), transparent);
    transform: translateX(-100%);
    transition: 0.5s;
}
#elementor-button{
	margin-left: 50px;
}
/* Sweep animation */
.elementor-button:hover::before, #elementor-button:hover::before {
    transform: translateX(100%);
}
.comments-area a, .page-content a {
    text-decoration: none;
}
.elementor-widget-n-menu .e-n-menu-content>.e-con{
	background: none;
}


.container-fluid {
    width: 100%;
    max-width: 1235px;
    margin: 0 auto;
}
.events_blk, .ebooks_blk {
    padding: 70px 0;
}
.events_wr, .ebooks_wr {
    flex-flow: row wrap;
    row-gap: 30px;
    margin: 50px 0;
}
.event_card, .ebook_card {
    padding: 0 10px;
}
.event_card .card, .ebook_card .card {
    box-shadow: 0px 2px 8px rgba(30, 10, 60, 0.06), 0px 4px 12px rgba(30, 10, 60, 0.08);
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
}
.event_content_wrapper, .ebook_content_wrapper {
    padding: 15px 18px 20px;
}
.event_content_wrapper .published_date, .ebook_content_wrapper .published_date {
    color: #574AF3;
    display: inline-block;
}

/*.events_wr .event_image_wrapper {
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}*/
.events_wr .event_image_wrapper figure, .ebooks_wr .ebook_image_wrapper figure {
    margin: 0;
}
.events_wr .event_content_wrapper a{
    text-decoration: none;
}
.events_wr .event_content_wrapper .title, .ebooks_wr .ebook_content_wrapper .title {
    font-size: 20px !important;
    line-height: 30px !important;
    margin-bottom: 0;
    font-weight: 700;
}

/* -----------------------------contact form start -----------------------------*/
/* Input text color */
.hero-contac .contact_us_two_frm input,
.hero-contac .contact_us_two_frm textarea {
    color: #000 ;
}

/* Placeholder color */
.hero-contac .contact_us_two_frm input::placeholder,
.hero-contac .contact_us_two_frm textarea::placeholder {
    color: #000 ;
    opacity: 1 ;
}
.col-md-12.terms-condition{
	margin-top:-30px;
}
/* Contact Form 7 specific */
.hero-contac .contact_us_two_frm .wpcf7-form-control {
    color: #000 ;
}

.hero-contac .contact_us_two_frm .wpcf7-form-control::placeholder {
    color: #000 ;
    opacity: 1 ;
}
/* ===== WRAPPER ===== */
.hero-contac .contact_us_two_frm {
  max-width: 900px;
  margin: auto;
  padding: 22px 20px; /* compact */
  border-radius: 14px;

  background: #faf7ff;
  border: 1px solid #eef2f7;
}

/* ===== GRID ===== */
.hero-contac .contact_us_two_frm .row > div {
  padding: 8px 6px; /* tighter spacing */
}

/* ===== FORM ROW ===== */
.hero-contac .contact_us_two_frm .form-row {
  position: relative;
}

/* ===== INPUT STYLE (LINE BASED) ===== */
.hero-contac .contact_us_two_frm input[type="text"],
.hero-contac .contact_us_two_frm input[type="email"],
.hero-contac .contact_us_two_frm textarea {
  width: 100%;
  padding: 10px 2px;
  border: none;
  border-bottom: 1.5px solid #d6deea;
  background: transparent;

  font-size: 13.5px;
  outline: none;

  transition: all 0.3s ease;
}

.hero-contac .wpcf7 form .wpcf7-response-output, .hero-contac-purple .wpcf7 form .wpcf7-response-output {
   margin: 5px 0 !important;
    color: #000000;
    font-size: .8rem;
}
/* ===== PLACEHOLDER ===== */
.hero-contac .contact_us_two_frm input::placeholder,
.hero-contac .contact_us_two_frm textarea::placeholder {
  color: #9aa6bd;
  font-size: 12.5px;
  transition: 0.3s;
}

/* ===== ANIMATED BOTTOM LINE ===== */
.hero-contac .contact_us_two_frm .form-row::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background: linear-gradient(90deg, #1C6BF4, #3D84FF);
  transition: width 0.35s ease;
}

/* ===== FOCUS EFFECT ===== */
.hero-contac .contact_us_two_frm .form-row:focus-within::after {
  width: 100%;
}

.hero-contac .contact_us_two_frm input:focus,
.hero-contac .contact_us_two_frm textarea:focus {
  border-bottom-color: transparent;
}
.hero-contac .wpcf7-not-valid-tip{
    font-size: 11.5px;
}
/* ===== PLACEHOLDER SHIFT ===== */
.hero-contac .contact_us_two_frm input:focus::placeholder,
.hero-contac .contact_us_two_frm textarea:focus::placeholder {
  opacity: 0.5;
  transform: translateX(6px);
}

/* ===== TEXTAREA FIX ===== */
.hero-contac .contact_us_two_frm textarea {
  resize: none;
  height: 85px;

  overflow-x: hidden;  /* removes horizontal scrollbar */
  overflow-y: auto;

  white-space: pre-wrap;
  word-wrap: break-word;
}

/* ===== SUBMIT BUTTON ===== */
.hero-contac .contact_us_two_frm .submit-btn input[type="submit"] {
  width: 100%;
  /*margin-top: 14px;*/
  padding: 13px;
  border-radius: 10px;
  border: none;

  background: #1C6BF4;
  color: white;
  font-size: 13.5px;
  font-weight: 600;

  cursor: pointer;
  transition: all 0.3s ease;
}

/* hover */
.hero-contac .contact_us_two_frm .submit-btn input[type="submit"]:hover {
  background: #1557d6;
  transform: translateY(-1px);
}

/* ===== TEXT ===== */
.hero-contac .contact_us_two_frm p {
  margin: 0;
}

.hero-contac .contact_us_two_frm .col-md-12 p {
  text-align: left;
  margin-top: 8px;
  font-size: 11.5px;
  color: #8b95a7;
}

/* ===== LINKS ===== */
.hero-contac .contact_us_two_frm a {
  color: #1C6BF4;
  text-decoration: none;
  font-weight: 500;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .hero-contac .contact_us_two_frm {
    padding: 18px 15px;
  }
}
/* -----------------------------contact form end -----------------------------*/
/* -----------------------------contact form purple start -----------------------------*/
/* ===== WRAPPER ===== */
.hero-contac-purple .wpcf7-not-valid-tip{
    font-size: 11.5px;
}
.hero-contac-purple .contact_us_two_frm {
  max-width: 900px;
  margin: auto;
  padding: 22px 20px;
  border-radius: 14px;

  background: #574AF3; /* your brand color */
  border: 1px solid rgba(255,255,255,0.15);

  box-shadow: 
    0 20px 60px rgba(87,74,243,0.4),
    inset 0 1px 0 rgba(255,255,255,0.2);
}

/* ===== GRID ===== */
.hero-contac-purple .contact_us_two_frm .row > div {
  padding: 8px 6px;
}

/* ===== FORM ROW ===== */
.hero-contac-purple .contact_us_two_frm .form-row {
  position: relative;
}

/* ===== INPUT STYLE ===== */
.hero-contac-purple .contact_us_two_frm input[type="text"],
.hero-contac-purple .contact_us_two_frm input[type="email"],
.hero-contac-purple .contact_us_two_frm textarea {
  width: 100%;
  padding: 10px 2px;

  border: none;
  border-bottom: 1.5px solid rgba(255,255,255,0.5);
  background: transparent;

  color: #ffffff;
  font-size: 13.5px;

  outline: none;
  transition: all 0.3s ease;
}

/* ===== PLACEHOLDER ===== */
.hero-contac-purple .contact_us_two_frm input::placeholder,
.hero-contac-purple .contact_us_two_frm textarea::placeholder {
  color: rgba(255,255,255,0.75);
  font-size: 12.5px;
  transition: 0.3s;
}

/* ===== ANIMATED LINE ===== */
.hero-contac-purple .contact_us_two_frm .form-row::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;

  background: #ffffff;
  transition: width 0.35s ease;
}

/* ===== FOCUS ===== */
.hero-contac-purple .contact_us_two_frm .form-row:focus-within::after {
  width: 100%;
}

.hero-contac-purple .contact_us_two_frm input:focus,
.hero-contac-purple .contact_us_two_frm textarea:focus {
  border-bottom-color: transparent;
}

/* ===== PLACEHOLDER SHIFT ===== */
.hero-contac-purple .contact_us_two_frm input:focus::placeholder,
.hero-contac-purple .contact_us_two_frm textarea:focus::placeholder {
  opacity: 0.5;
  transform: translateX(6px);
}

/* ===== TEXTAREA FIX ===== */
.hero-contac-purple .contact_us_two_frm textarea {
  resize: none;
  height: 85px;

  overflow-x: hidden;
  overflow-y: auto;

  white-space: pre-wrap;
  word-wrap: break-word;
}

/* ===== BUTTON (WHITE) ===== */
.hero-contac-purple .contact_us_two_frm .submit-btn input[type="submit"] {
  width: 100%;
  /*margin-top: 14px;*/
  padding: 13px;
  border-radius: 10px;
  border: none;

  background: #ffffff;
  color: #574AF3;
  font-size: 13.5px;
  font-weight: 600;

  cursor: pointer;
  transition: all 0.3s ease;
}

/* hover */
.hero-contac-purple .contact_us_two_frm .submit-btn input[type="submit"]:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.25);
}

/* ===== TEXT ===== */
.hero-contac-purple .contact_us_two_frm p {
  margin: 0;
}

.hero-contac-purple .contact_us_two_frm .col-md-12 p {
  text-align: left;
  margin-top: 8px;
  font-size: 11.5px;
  color: rgba(255,255,255,0.8);
}

/* ===== LINKS ===== */
.hero-contac-purple .contact_us_two_frm a {
  color: #ffffff;
  text-decoration: underline;
  font-weight: 500;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
 .hero-contac-purple .contact_us_two_frm {
    padding: 18px 15px;
  }
}
/* -----------------------------contact form purple end -----------------------------*/
/* -----------------------------contact  page  form start -----------------------------*/

.main-form .contact_us_two_frm input::placeholder,
.main-form .contact_us_two_frm textarea::placeholder {
  color: #5f6b7a; /* darker placeholder */
  font-size: 16px;
  transition: 0.3s;
}

.main-form .contact_us_two_frm .submit-btn input[type="submit"] {
  width: 100%;
  padding: 14px;
  border-radius: 10px;
  border: none;

  background: #1C6BF4;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;

  cursor: pointer;
  transition: all 0.3s ease;
}


.main-form .contact_us_two_frm .col-md-12 p {
  text-align: left;
  margin-top: 8px;
  font-size: 14px;
  color: #4a5565; /* darker secondary text */
}
/* -----------------------------contact  page  form end -----------------------------*/
/* ----------------------------- Blog Page Start -----------------------------*/
.blogs_main_blk {
    padding: 70px 0;
    background-color: #f7f8fc;
}
.blog_card {
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}
.blog_cards_wrapper {
    flex-flow: row wrap;
    row-gap: 30px;
    margin: 50px 0;
}
.full_width_blog {
    background-color: #fff;
    padding: 40px 20px;
    align-items: center;
    border-radius: 30px;
    transition: 0.5s all ease;
    justify-content: space-between;
}
.blog_content_wrapper p {
    font-size: 18px !important;
    line-height: 26px;
}
.blog_content_wrapper .title {
    font-size: 35px;
    line-height: 50px !important;
    color: #1D1A4E;
    letter-spacing: -0.3px;
    font-size: 34px;
    margin-bottom: 20px;
}
.full_width_blog:hover {
    box-shadow: 0 4px 8px rgba(1,38,53,.05),0 12px 24px rgba(1,38,53,.05);
}
.blog_cards_wrapper .blog_image_wrapper {
    border-radius: 20px;
    overflow: hidden;
}
.blog_cards_wrapper .blog_image_wrapper figure{
    margin: 0;
}
.blog_cards_wrapper .blog_content_wrapper .title {
    font-size: 20px !important;
    line-height: 30px !important;
    margin-bottom: 0;
    font-weight: 700;
}
.blog_cards_wrapper .blog_content_wrapper .category,
.full_width_blog .category {
    display: inline-block;
    vertical-align: middle;
    padding: 4px 20px;
    background-color: rgba(227,9,127,0.2) !important;
    margin-top: 10px;
    color: rgba(227,9,127) !important;
    border-radius: 20px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.3px;
    text-transform: capitalize;
}
.full_width_blog .category {
    margin: 0 !important;
    background-color: rgba(29,159,217,0.25) !important;
    color: rgba(29,159,217) !important;
}
.full_width_blog .blog_image_wrapper .blog_category {
    display: none;
}
.blogs_main_blk .pagination-wrapper ul li {
    list-style-type: none;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    text-align: center;
}
.blogs_main_blk .pagination-wrapper ul li .current {
    color: #fff;
    background-color: #1E4EC4;
    display: inline-block;
}
.blogs_main_blk .pagination-wrapper ul li .page-numbers {
    padding: 6px;
    display: inline-block;
    min-width: 30px;
    color: #000;
    transition: 0.5s all ease;
}
.blogs_main_blk .pagination-wrapper ul li .page-numbers.current {
    color: #fff;
}
.blogs_main_blk .pagination-wrapper ul li .page-numbers:not(.dots):hover{
    background-color: #1E4EC4;
    color: #fff;
}
.blogs_main_blk .pagination-wrapper ul {
    text-align: center;
}
.full_width_blog .blog_image_wrapper figure {
    border-radius: 30px;
    overflow: hidden;
}
.blog_meta_wrapper {
    padding: 8px;
    background-color: #f7f8fc;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
    border-radius: 40px;
}
.blog_meta_wrapper > div {
    margin: 0;
}
.blog_meta_wrapper .author_date_wr > span {
    display: block;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
}
.blog_meta_wrapper .author_date_wr .author_name {
    font-weight: 600;
    color: #000;
}
.author_detail_wr {
    align-items: center;
    gap: 10px;
}
.author_detail_wr .favicon {
    width: 38px;
    height: 38px;
    /*padding: 6px;*/
    background-color: #fff;
    border-radius: 8px;
}
.author_detail_wr .favicon figure {
    display: inline-grid;
}
.blog_category_wr ul {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    padding: 8px 10px;
}
.blog_category_wr ul li a {
    display: inline-block;
    vertical-align: middle;
    color: #1D1A4E;
    padding: 10px 14px 6px;
    line-height: 24px;
    border-radius: 50px;
    transition: 0.5s all ease;
    background-color: #f7f8fc;
}
.blog_category_wr ul li {
    margin: 0;
    list-style-type: none;
}
.blog_category_wr {
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 50px;
}
.blog_category_wr ul li a:hover {
    background-color: #f7f8fc;
}
.blog_category_wr ul .current a {
    background-color: #014fbd;
    color: #fff;
    pointer-events: none;
}

/*Blog End*/

/* process css start ------------------------------------------ */
.voip-timeline {
  padding: 120px 20px;
  background: #fff;
  font-family: 'Inter', sans-serif;
  position: relative;
}

/* HEADER */
.voip-header {
  text-align: center;
  max-width: 800px;
  margin: auto;
  margin-bottom: 100px;
}

.voip-header h2 {
  font-size: 42px;
  margin-bottom: 20px;
	    font-family: "Roboto", Sans-serif;
  background: linear-gradient(144deg,#AF40FF, #5B42F3 50%,#00DDEB);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* TIMELINE LINE */
.timeline {
  position: relative;
  max-width: 1000px;
  margin: auto;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(#5b42f3,#00ddeb);
  transform: translateX(-50%);
  opacity: 0.2;
}

/* ITEM */
.timeline-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 80px 0;
  position: relative;
}

/* LEFT / RIGHT */
.timeline-item:nth-child(odd) {
  flex-direction: row;
}
.timeline-item:nth-child(even) {
  flex-direction: row-reverse;
}

/* DOT */
.timeline-dot {
  width: 18px;
  height: 18px;
  background: #5b42f3;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  box-shadow: 0 0 0 6px rgba(91,66,243,0.1);
  transition: 0.4s;
}

/* CARD */
.timeline-card {
  width: 45%;
  padding: 30px;
  border-radius: 20px;
  background: rgba(255,255,255,0.8);
  backdrop-filter: blur(12px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);

  opacity: 0;
  transform: translateY(60px) scale(0.95);
  transition: 0.6s ease;
}

/* ACTIVE STATE */
.timeline-item.active .timeline-card {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.timeline-item.active .timeline-dot {
  background: #00ddeb;
  box-shadow: 0 0 20px #00ddeb;
}

/* HOVER */
.timeline-card:hover {
  transform: scale(1.05);
  box-shadow: 0 20px 50px rgba(91,66,243,0.2);
}
.timeline-card p {
  margin-bottom: 12px;
}

.timeline-card {
  line-height: 1.75;
}
/* MOBILE */
@media(max-width: 768px) {
  .timeline::before {
    left: 10px;
  }

  .timeline-item {
    flex-direction: column !important;
    align-items: flex-start;
    margin-left: 30px;
  }

  .timeline-card {
    width: 100%;
  }

  .timeline-dot {
    left: 10px;
  }
}
/* process css end ------------------------------------------ */
/*Blog Single Start*/
.blog_single_blk .blog_content_wrapper .category {
    display: inline-block;
    vertical-align: middle;
    padding: 4px 20px;
    border-radius: 20px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.3px;
    text-transform: capitalize;
    margin: 0 0 14px !important;
    background-color: rgba(29,159,217,0.25) !important;
    color: rgba(29,159,217) !important;
}
.blog_single_blk .blog_image_wrapper figure {
    border-radius: 30px;
    overflow: hidden;
}
.blog_single_blk {
    background-color: #f7f8fc;
    padding: 160px 0 0;
}
.post-content-blk{
    background-color: #f7f8fc;
    padding: 60px 0;
}
.blog_breadcrumb {
    padding: 10px 25px;
    background-color: #fff;
    border-radius: 40px;
    margin-bottom: 30px;
}
.blog_breadcrumb li:first-child {
    padding-left: 0;
    margin-left: 0;
    background: none;
}
.blog_breadcrumb li {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 20px;
    padding-left: 20px;
    margin-left: 5px;
    background: url(./assets/images/right_arrow.svg) no-repeat;
    background-size: 25px;
    background-position: -1% center;
}
.blog_breadcrumb li a {
    transition: 0.5s all ease;
    color: #151a28;
    opacity: 0.3;
}
.blog_breadcrumb li a:hover {
    opacity: 1;
}
.blog_single_blk .blog_meta_wrapper {
    background-color: #fff;
}
.blog_single_blk .blog_content_wrapper {
    margin: 0;
    padding: 0;
}
.blog_single_blk .blog_image_wrapper {
    margin-right: 0;
    padding-right: 0;
}
.toc-author-wr {
    position: sticky;
    top: 120px;
    flex-wrap: wrap;
}
.toc-author-wr > div {
    width: 100%;
}
.ez-toc-title-toggle{
    display: none !important;
}
.single .radiantthemes-website-layout{
    overflow: unset;
}
.post-content-blk #ez-toc-container {
    background-color: transparent;
    border: 0;
    padding: 0;
}
.post-content-blk #ez-toc-container .ez-toc-title, .post-toc-wr > h5 {
    font-size: 24px !important;
    line-height: 34px !important;
    color: #000;
    font-weight: 600;
    letter-spacing: 0;
    display: block;
    padding: 14px 14px;
    border-bottom: 1px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(90deg, rgb(1 79 189 / 35%), #fff0);
}
.post-content-blk #ez-toc-container .ez-toc-list li a, .post-toc-wr > ul li a {
    font-size: 16px !important;
    line-height: 27px;
    font-weight: 600;
    color: #000;
    padding: 16px 14px;
    border-bottom: 1px solid;
    border-image-slice: 1;
    border-color: #BC90FF33;
/*    border-image-source: linear-gradient(90deg, rgba(188, 144, 255, .65), rgba(188, 144, 255, 0));*/
    width: 100%;
    text-decoration: none;
    display: inline-block;
}
.post-toc-wr > ul li a strong {
    font-weight: normal;
}
.toc-content-inner {
    gap: 3rem;
}
.post-content-blk #ez-toc-container .ez-toc-list li a:hover, .post-toc-wr > ul li a:hover {
    color: #014fbd;
}
.post-toc-wr > ul{
    margin-bottom: 20px;
}
.toc-author-wr .post-single-cta-card {
    padding: 20px 20px 20px 20px;
    /*background-image: linear-gradient(225deg, #302C6A 3.4%, #3A92D3 99.03%) !important;*/
    background: url(./assets/images/cta-bg.png) no-repeat;
    background-position: center;
    color: #fff;
}
.toc-author-wr .post-single-cta-card h4 span {
    color: #FFA901;
}
.toc-author-wr .post-single-cta-card h4 {
    color: #fff;
    font-size: 28px!important;
    line-height: 38px;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 10px;
}
.toc-author-wr .post-single-cta-card .site-btn {
    color: #000;
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    margin-top: 8px;
    display: inline-block;
    transition: 0.5s all ease;
    font-weight: 500;
}
.toc-author-wr .post-single-cta-card .site-btn:hover {
    color: #fff;
    background-color: #32A1E3;
}
/*FAQ CSS*/
.faq_inner_wr {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
}
.faq_inner_wr .faq_item {
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
    border-radius: 4px;
    width: 100%;
    cursor: pointer;
    overflow: hidden;
}
.faq_inner_wr .faq_item .faq_ans {
    display: none;
    padding: 15px 15px 10px;
}
.faq_inner_wr .faq_item .faq_ans p{
    margin-bottom: 18px;
}
.faq_inner_wr .faq_item h4.faq_ques {
    font-size: 17px !important;
    line-height: 28px !important;
    margin-bottom: 0;
    padding: 10px 15px;
    /*transition: 0.5s all ease;*/
    position: relative;
    padding-right: 50px;
    color: #1D1A4E;
}
.faq_head h2 {
    font-size: 36px !important;
    line-height: 46px;
}
.faq_blk {
    padding: 60px 0;
}
.faq_inner_wr .faq_item.active .faq_ques {
    background-color: #1E4EC4;
    color: #fff;
}
.faq_inner_wr .faq_item .faq_ques:before {
    content: "\f105";
    position: absolute;
    right: 20px;
    font-family: "Font Awesome 5 Free";
    font-size: 25px;
    transition: 0.5s all ease;
}
.faq_inner_wr .faq_item.active .faq_ques:before {
    transform: rotate(90deg);
}
/*Blog Single End*/
.iti.iti--allow-dropdown.iti--separate-dial-code {
    width: 100%;
    margin-bottom: 10px;
}
.iti--separate-dial-code .iti__selected-dial-code {
    color: #fff !important;
    font-size: 13.5px;
}
span.iti__country-name {
    color: #000;
}
.iti__arrow {
    border-top: 4px solid #fff;
}
.hero-contac .iti--separate-dial-code .iti__selected-dial-code{
	color: #000 !important;
}
.hero-contac .iti__arrow {
    border-top: 4px solid #000;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag, .iti--separate-dial-code .iti__selected-flag{
	    background-color: rgb(0 0 0 / 0%);
}
.iti.iti--allow-dropdown.iti--separate-dial-code{
	margin-bottom: 0;
}
:root {
  /* Brand Colors */
  --brand-navy-900: #1a1c4d;
  --brand-navy-700: #303070;

  --brand-magenta-600: #e02080;

  --brand-blue-700: #1a7fc0;

  --brand-yellow-400: #ffe175;

  --brand-gradient-x: linear-gradient(
    135deg,
    #e02080 0%,
    #a040b0 50%,
    #20a0e0 100%
  );

  /* Neutrals */
  --neutral-400: #9aa0b4;
  --neutral-500: #6b7186;
  --neutral-600: #4a4f63;

  /* Borders */
  --border-1: #e4e7ef;

  /* Typography */
  --font-display: 'Poppins', 'Helvetica Neue', sans-serif;
  --font-mono: 'JetBrains Mono', 'SF Mono', Consolas, monospace;

  /* Radius */
  --radius-sm: 6px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --radius-pill: 999px;

  /* Shadows */
  --shadow-md: 0 6px 20px rgba(26, 28, 77, 0.10);

  /* Motion */
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);

  --dur-base: 220ms;
  --dur-slow: 360ms;
}

.case-studies-blk {
    padding: 60px 0;
}

.featured {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 0;
    border-radius: var(--radius-xl);
    overflow: hidden;
    border: 1px solid var(--border-1);
    box-shadow: var(--shadow-md);
    margin-bottom: 40px;
    background: #fff;
}
.feat-body {
    padding: 48px 48px 44px;
    display: flex;
    flex-direction: column;
}
.feat-tag-row {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 22px;
    flex-wrap: wrap;
}
.feat-pill {
    font-family: var(--font-mono);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--brand-magenta-600);
    background: rgba(224, 32, 128, 0.10);
    padding: 5px 12px;
    border-radius: var(--radius-pill);
}
.feat-loc {
    font-size: 12.5px;
    color: var(--neutral-500);
    font-weight: 600;
}
.feat-body h3 {
    font-family: var(--font-display);
    font-size: clamp(26px, 2.6vw, 36px);
    font-weight: 700;
    line-height: 1.14;
    letter-spacing: -0.015em;
    color: var(--brand-navy-900);
    margin-bottom: 18px;
}
.feat-body p {
    color: var(--neutral-600);
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: auto;
    max-width: 56ch;
}
.feat-meta {
    display: flex;
    gap: 36px;
    margin: 32px 0 28px;
}
.feat-meta .mk {
    font-family: var(--font-mono);
    font-size: 10.5px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--neutral-400);
    margin-bottom: 4px;
}
.feat-meta .mv {
    font-size: 14.5px;
    font-weight: 600;
    color: var(--brand-navy-900);
}
.feat-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    align-self: flex-start;
    padding: 14px 26px;
    border-radius: var(--radius-pill);
    background: var(--brand-navy-900);
    color: #fff !important;
    font-weight: 600;
    font-size: 14.5px;
    transition: all var(--dur-base) var(--ease-out);
}
.feat-visual {
    position: relative;
    background: radial-gradient(600px 400px at 80% 10%, rgba(224, 32, 128, 0.22), transparent 60%), radial-gradient(500px 400px at 0% 100%, rgba(32, 160, 224, 0.22), transparent 60%), var(--brand-navy-900);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    overflow: hidden;
    min-height: 340px;
}
.feat-visual::before {
    content: '';
    position: absolute;
    inset: 0;
    opacity: 0.5;
    background-image: linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 40px 40px;
    mask-image: radial-gradient(ellipse at center, #000 40%, transparent 85%);
}
.feat-metric {
    position: relative;
    text-align: center;
    color: #fff;
}
.feat-metric .big {
    font-family: var(--font-display);
    font-weight: 800;
    font-size: clamp(48px, 5vw, 76px);
    line-height: 0.95;
    letter-spacing: -0.03em;
    background: linear-gradient(135deg, #fff, var(--brand-yellow-400));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.feat-metric .small {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.75);
    margin-top: 12px;
    letter-spacing: 0.04em;
}
.case_study_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}
.case_study_card {
    position: relative;
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid var(--border-1);
    border-radius: var(--radius-lg);
    overflow: hidden;
    transition: transform var(--dur-base) var(--ease-out), box-shadow var(--dur-base) var(--ease-out), border-color var(--dur-base) var(--ease-out);
    animation: cardIn 0.5s var(--ease-out) both;
}
.case_study_card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--brand-gradient-x);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform var(--dur-slow) var(--ease-out);
    z-index: 2;
}
.card-top {
    padding: 26px 26px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.card-wordmark {
    font-family: var(--font-display);
    font-weight: 800;
    font-size: 17px;
    color: var(--brand-navy-900);
    letter-spacing: -0.01em;
}
.card-region {
    font-family: var(--font-mono);
    font-size: 10px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--neutral-400);
    padding: 4px 10px;
    border: 1px solid var(--border-1);
    border-radius: var(--radius-pill);
}
.card-body {
    padding: 18px 26px 0;
    flex: 1;
}
.card h3 {
    font-size: 18.5px;
    font-weight: 700;
    line-height: 1.28;
    letter-spacing: -0.01em;
    color: var(--brand-navy-900);
    margin-bottom: 12px;
}
.card-usecase {
    display: inline-block;
    font-size: 11.5px;
    font-weight: 700;
    color: var(--brand-blue-700);
    background: rgba(32, 160, 224, 0.10);
    padding: 5px 11px;
    border-radius: var(--radius-sm);
    margin-bottom: 14px;
}
.card p {
    font-size: 14px;
    line-height: 1.62;
    color: var(--neutral-600);
}
.card-industry-strip {
    padding: 0 26px 18px;
}
.card-industry {
    font-size: 12px;
    color: var(--neutral-500);
}
.card-industry b {
    color: var(--brand-navy-700);
    font-weight: 700;
}
.card-foot {
    padding: 20px 26px 24px;
    margin-top: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid var(--border-1);
}
.card-cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 700;
    white-space: nowrap;
    text-transform: capitalize;
}
.card-cta .arrow {
    transition: transform var(--dur-base) var(--ease-out);
}
.card-wordmark figure {
    margin: 0;
}

.card-wordmark figure img {
    height: 50px;
    width: auto;
}

.testimonials {
  padding: 80px 20px;
}
/* Carousel layout */
.testimonials .carousel {
  position: relative;
  max-width: 1044px;
  margin: 55px auto 0;
  padding: 0 72px;
}

.testimonials .slider {
  overflow: hidden;
}

.testimonials .track {
  display: flex;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.testimonials .slide {
  flex: 0 0 100%;
  width: 100%;
  text-align: center;
  padding: 0 4px;
}

.testimonials .card {
    background: linear-gradient(-35deg, #E5F4FF 0%, #F3E5FF 100%);
    border-radius: 14px;
    padding: 48px 60px 60px;
    text-align: center;
    position: relative;
    border: 0;
}

.testimonials .testimonial_content {
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
}

.testimonials .quote-icon {
  width: 52px;
  height: 52px;
  margin: 0 auto 18px;
  opacity: 0.6;
  transform: scaleX(-1);
}

.testimonials .card-text {
  font-size: 18px;
  line-height: 26px;
  color: #000;
  margin: 0 auto 28px;
}
.testimonials .stars svg {
    width: 20px;
    height: 20px;
}
.testimonials .stars span {
    display: inline-block;
    line-height: 20px;
}
.testimonials .stars .empty {
  color: #cfcfcf;
}
.testimonials .avatar {
  width: 74px;
  height: 74px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #fff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
  background: #ddd;
}
.testimonials .avatar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.testimonials .card-name {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  color: #000;
  margin: 10px 0 0;
}
.testimonials .card-role {
  margin: 0;
  font-size: 14px;
  color: rgba(0,0,0,0.5);
}

/* Nav buttons — absolutely anchored to the card's vertical centre so they
   never move, regardless of how tall a testimonial is */
.testimonials .nav-btn {
  position: absolute;
  top: var(--arrow-top, 50%);
  z-index: 2;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: none;
  background: #f2f2f4;
  color: #111;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.testimonials .nav-prev {
  left: 0;
}
.testimonials .nav-next {
  right: 0;
}
.testimonials .nav-btn:hover {
  background: #e6e6ea;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-50%) scale(1.06);
}
.testimonials .nav-btn:active {
  transform: translateY(-50%) scale(0.96);
}
.client_details {
    position: static;
    text-align: center;
}
.testimonials .avatar {
  width: 74px;
  height: 74px;
  margin: -37px auto 0;   /* pull up so the top half sits on the card */
  position: relative;
  z-index: 2;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #fff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
  background: #ddd;
}
@media (max-width: 768px) {
    .cs-image {
        display: none !important;
    }
	.cs-details {
    margin: 15px !important;
}
}
.wpcf7 form .wpcf7-response-output{
    display: none !important;
}