@font-face {
    font-family: 'Chillax';
    src: url('../fonts/Chillax-Light.woff2') format('woff2'),
        url('../fonts/Chillax-Light.woff') format('woff'),
        url('../fonts/Chillax-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Chillax';
    src: url('../fonts/Chillax-Medium.woff2') format('woff2'),
        url('../fonts/Chillax-Medium.woff') format('woff'),
        url('../fonts/Chillax-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Chillax';
    src: url('../fonts/Chillax-Regular.woff2') format('woff2'),
        url('../fonts/Chillax-Regular.woff') format('woff'),
        url('../fonts/Chillax-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Chillax Variable';
    src: url('../fonts/ChillaxVariable-Bold.woff2') format('woff2'),
        url('../fonts/ChillaxVariable-Bold.woff') format('woff'),
        url('../fonts/ChillaxVariable-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Chillax';
    src: url('../fonts/Chillax-Semibold.woff2') format('woff2'),
        url('../fonts/Chillax-Semibold.woff') format('woff'),
        url('../fonts/Chillax-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Chillax';
    src: url('../fonts/Chillax-Extralight.woff2') format('woff2'),
        url('../fonts/Chillax-Extralight.woff') format('woff'),
        url('../fonts/Chillax-Extralight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Chillax';
    src: url('../fonts/Chillax-Bold.woff2') format('woff2'),
        url('../fonts/Chillax-Bold.woff') format('woff'),
        url('../fonts/Chillax-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



.primary-color {
	background:#7D2FF0;
}
.secondary-text {
	color:#272727;
}

.blue-color{
	background:#006F7A;
}
.blue-text-color {
	color:#006F7A;
}
.primary-text-color {
	color:#692BC7;
}

  .custom-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  @media (min-width: 576px) {
    .custom-container { max-width: 540px; }
  }
  @media (min-width: 768px) {
    .custom-container { max-width: 720px; }
    .testimonialsSwiper .swiper-slide {
        width:100% !important;
    }
  }
  
  @media (min-width: 992px) {
  
    .custom-container { max-width: 960px; }
  }
  @media (min-width: 1200px) {
    .custom-container { max-width: 1140px; }
  }
  @media (min-width: 1400px) {
    .custom-container { max-width: 1320px; }
  }
  
  
  
  
.chillax-font-semibold {
	font-family: 'Chillax';
	font-weight: 600;
}

.hero-video {
	width:100%;
	height:100%;
	object-fit:cover;
}
	.swiper {
      width: 100%;
      height: 100%;
    }

.logoSwiper .swiper-slide { 
	display:flex;
	justify-content:center;
}

   .mySwiper .swiper-slide {
      text-align: center;
      font-size: 18px;
      display: flex;
      justify-content: center;
      align-items: center;
      width:380px;
    }

   .mySwiper .swiper-slide img {
      display: block;
      width: 380px;
      height: 400px;
      object-fit: cover;
    }
    
 .what-we-do-slider .swiper .swiper-slide::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    background: #eee;
    /* top: 10%; */
    right: -15px;
}

  .hire-expert-content{
        margin-left:14vw;
    }
    
    .corescreenSwiper .swiper-wrapper {
        padding-bottom:40px;
    }
    .corescreenSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 36px;                /* pill width */
  height: 10px;               /* pill height (slightly taller) */
  border-radius: 9999px;
  background: linear-gradient(90deg, #7D2FF0 0%, #481B8A 100%);
  box-shadow: 0 6px 18px rgba(125,47,240,0.18);
  transform: translateY(-1px); /* tiny lift for depth */
}



/* basic bullet */
    .corescreenSwiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #e6e9ee;        /* light gray */
  border-radius: 9999px;
  display: inline-block;
  transition: all .28s cubic-bezier(.2,.9,.3,1);
  opacity: 1;
  transform-origin: center;
  pointer-events: auto;       /* allow click */
  box-shadow: 0 1px 0 rgba(0,0,0,0.02) inset;
}

.card-box-heading a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.card-box-content p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.joinus-accordion {
    padding:20px 10px;
}
.joinus-accordion .vertical-tabs {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.joinus-accordion  .tabs {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 200px; /* adjust */
    border-right: 1px solid #e6e6e6;
  padding-right: 30px;
}

.joinus-accordion  .tab {
  background: transparent;
  border: none;
  text-align: left;
  padding: 12px 20px 12px 20px;
  border-radius: 24px;
  cursor: pointer;
  font-weight: 400;
  color: #4f4f4f; /* active text color */
  background-color: transparent;
  transition: background .15s, color .15s;
  outline: none;
}

.joinus-accordion  .tab:hover { background: rgba(0,0,0,0.03); }

.joinus-accordion  .tab.active {
  background: #006F7A;      /* filled pill for active */
  color: #fff;
  box-shadow: 0 4px 10px rgba(0,0,0,0.06);
}

/* Vertical separator line (optional) */
.joinus-accordion  .vertical-tabs .panels {

  flex: 1;
}

.joinus-accordion  .second-panel {
    display:flex;
  justify-content:space-around;
}
.joinus-accordion  .panel {
  /* panel content styling */
  color: #333;
  line-height: 1.6;
  
}

.blog-sub-title {
    font-size:24px;
    font-weight:500;
    line-height:normal;
    color:#1d1d1d;
    margin-bottom:8px;
}

.blog-main-title {
    font-size:28px;
    font-weight:500;
    line-height:normal;
    color:#1d1d1d;
}

/* Responsive */
/*@media (max-width: 800px) {*/
/*  .vertical-tabs { flex-direction: column; }*/
/*  .vertical-tabs .panels { border-left: none; padding-left: 0; margin-top: 12px; }*/
/*}*/


@media (max-width:1920px) and (min-width:1700px) {
    .what-we-do-slider .swiper .swiper-wrapper {
            margin-left:16vw;
    }
    .caseSwiper .swiper-wrapper {
            margin-left:16vw;
    }
  
}
@media (max-width:1700px) and (min-width:1500px) {
    .what-we-do-slider .swiper .swiper-wrapper {
            margin-left:12vw;
    }
     .caseSwiper .swiper-wrapper {
            margin-left:12vw;
    }
 
}
@media (max-width:1500px) and (min-width:1300px) {
    .what-we-do-slider .swiper .swiper-wrapper {
            margin-left:8vw;
    }
     .caseSwiper  .swiper-wrapper {
            margin-left:8vw;
    }
    .hire-expert-content{
        margin-left:16vw;
    }
    
}


.testimonialsSwiper .swiper-slide {
	width:400px !important;
}

   /* Panel collapsed by default, animatable */
  .faq-content {
    overflow: hidden;            /* hide overflowing text while collapsed */
    max-height: 0;               /* collapsed state */
    opacity: 0;
    transition: max-height 360ms cubic-bezier(.2,.9,.2,1), opacity 240ms ease;
    display: block;              /* ensure measurable even if Tailwind 'hidden' used earlier */
  }

  /* When parent has .faq-open we make content visible (final state) */
  .faq-open > .faq-content {
    opacity: 1;
  }

  /* rotate the chevron circle */
  .chev {
    transition: transform 280ms ease;
    will-change: transform;
  }
  .faq-open  .chev {
    transform: rotate(180deg);
	  
  }


.loader {
	    height: 100%;
    position: absolute;

    top: 0;
    /* padding: 500px 0; */
    width: 100%;

}
.mobile-menu-container {
	display:none;
}


   /* Top pill header */
    .mobile-header {
      position:fixed;
      top:16px;
      left:50%;
      transform:translateX(-50%);
      z-index:2000;
      width:90%;      background:#fff;
      border-radius:9999px;
      box-shadow:0 6px 20px rgba(2,6,23,0.4);
      padding:8px 12px;
      display:flex;
      align-items:center;
      justify-content:space-between;
    }
    .icon-btn { width:40px; height:40px; border-radius:999px; background:#006f7a; color:white; display:grid; place-items:center; border:none; cursor:pointer; }

    /* overlay */
    #mobile-menu-overlay { position:fixed; inset:0; background:rgba(0,0,0,0.5); z-index:1500; opacity:0; pointer-events:none; transition:opacity .28s ease; }
    #mobile-menu-overlay.show { opacity:1; pointer-events:auto; }

    /* menu container sits centered top */
    #mobile-menu { position:fixed; inset:0; z-index:1600; pointer-events:none; display:flex; justify-content:center; align-items:flex-start; padding-top:24px; }

    /* panel that animates */
    .menu-panel {
      width:92%;
      max-width:360px;
      background:#fff;
      border-radius:16px;
      overflow:hidden;
      transform-origin: top center;
      transform: scaleY(0);
      opacity:0;
      transition: transform .32s cubic-bezier(.2,.9,.3,1), opacity .24s linear;
      box-shadow: 0 10px 30px rgba(2,6,23,0.35);
      pointer-events:none;
    }
    .menu-panel.open { transform: scaleY(1); opacity:1; pointer-events:auto; }

    .menu-top { padding:16px; border-bottom:1px solid #eee; display:flex; align-items:center; justify-content:space-between; gap:8px }
    .menu-top img{height:26px}
    .menu-body{ padding:20px; }
    .menu-body a{ display:block; text-align:center; padding:12px 0;  text-decoration:none; font-weight:600; }
    .menu-bottom { padding:16px; border-top:1px solid #eee; display:flex; justify-content:center; }
/* Overlay */
#mobile-menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 40;
}

#mobile-menu-overlay.show {
  opacity: 1;
  pointer-events: auto;
}

/* Header hide animation */
.mobile-header {
  transition: opacity 0.3s ease, transform 0.3s ease;
  opacity: 1;
/*   transform: scale(1); */
  z-index: 50;
}

.mobile-header.header-hidden {
  opacity: 0;
/*   transform: scale(0.9); */
  pointer-events: none;
}

/* Menu panel animation */
.menu-panel {
  transform-origin: top center;
  transform: scaleY(0);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
  pointer-events: none;
}

.menu-panel.open {
  transform: scaleY(1);
  opacity: 1;
  pointer-events: auto;
}

.blogs-category-list .active {
	background:#ececec !important;
	color:#000000;
}



.generate-ai-highlights .active{
	border-color:#1d1d1d;
}


.pagination .page-numbers i {
	color:#006F7A;
}
.pagination .current {
	background:#006F7A;
	padding: 5px 14px;
	color:#fff;
}
#mainNav .current_page_item {
	color:#692BC7;
}

.generate-ai-highlights .highlight-point {
	font-size:14px;
}

.wpcf7-form-control-wrap:has(> select) {
  position: relative;
}
.wpcf7-form-control-wrap:has(> select) select {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.wpcf7-form-control-wrap:has(> select)::after {
  content: "\f107"; /* Unicode for fa-arrow-down */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #555;
}
.wpcf7-form-control-wrap:has(> select.wpcf7-not-valid)::after {
    top: 20%;
}
@media (max-width:1280px) { 
	.navmenu-list {
		display:none;
	}
 .mobile-menu-container{
		display:block;
	}
	
	.hire-expert-content{
        margin-left:20vw;
    }
}
@media (max-width: 992px) { 
          	.hire-expert-content{
        margin-left:0vw;
    }
  }
@media (max-width:769px) {
    .blog-main-title {
    font-size:22px; 
        
    }
    .blog-sub-title {
    font-size:18px; 
        
    }
    .joinus-accordion .second-panel {
        flex-direction:column;
    }
    .joinus-accordion .tabs {
            min-width: 100%;
     border-right: 0px solid #e6e6e6; 
     padding-right: 0px;
    }
    .joinus-accordion .vertical-tabs {
        flex-direction:column;
    }
    .testimonialsSwiper {
        padding:0 16px;
    }
	.testimonialsSwiper .swiper-slide {
	    width:100% !important;
	}
	.caseSwiper {
		padding: 0 20px; 
	}
	   .mySwiper .swiper-slide img {
      display: block;
      width: 100%;
      height: auto;
      object-fit: cover;
    }
	
}
@media (max-width:769px) {
        .story-head br{
            display:none;
        }
    }
}