/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.margin-bottom-none,
.margin-bottom-none p,
.margin-bottom-none h5 {
	margin-bottom: 0px !important;
}
.full-image img {
    width: 100%;
}

.page-header {
	display: none;
}

.button {
    border-radius: 60px;
    background: var(--blue);
    border: none;
    outline: none;
    border: 1px solid transparent;
    color: #ffffff;
    display: inline-flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    height: 60px;
    line-height: 60px;
    font-weight: 500;
    padding-left: 24px;
    font-size: 14px;
    text-align: center;
    color: var(--white);
    font-family: 'Inter';
    position: relative;
    z-index: 1;
    padding-right: 64px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.button.line {
    border: 1px solid #0771FC;
    background: #ffffff;
    color: #000000;
}
.button::before {
    content: "";
    color: #fff;
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 55px;
    margin-left: 16px;
    margin-right: 3px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    background: url(http://localhost/hybytes-staging/wp-content/uploads/2026/01/arrow-right.svg) no-repeat #ffffff;
    overflow: hidden;
    background-position: 50% 50%;
    background-repeat: repeat-x;
    background-size: 70% 20%;
    position: absolute;
    right: 0;
}
.button.line::before {
    background: url(http://localhost/hybytes-staging/wp-content/uploads/2026/01/arrow-right-white.svg) no-repeat #0771FC;
    background-position: 50% 50%;
    background-repeat: repeat-x;
    background-size: 70% 20%;
}
.button:hover::before {
    background-position: 280% 50%;
    width: calc(100% - 6px);
    z-index: -1;
    background-size: 150% 20%;
}
.button.line:hover {
    color: #fff;
}
.power {
	font-style: italic;
    font-weight: normal;
}
.title-light {
	padding-top: 20px;
	position:relative;
	text-transform: uppercase;
	overflow: hidden;
}
.title-light .elementor-heading-title {
    background: #ffffff;
    display: inline-block;
    left: 50px;
    top: -8px;
    position: relative;
    z-index: 1;
    padding-right: 15px;
}
.title-light:before,
.title-light:after {
	content: "";
    display: inline-block;
    position: absolute;
}
.title-light:before {
	background: #FF8531;
	border-radius: 10px;
	height: 6px;
	width: 36px;
}
.title-light:after {
	background: #D4D4D4;
	height: 1px;
	width: 100%;
}

.home-aws-tabs .elementor-accordion .elementor-accordion-item {
    border: 1px solid #2e2e2e !important;
    background: #000000;
    border-radius: 10px;
    margin-bottom: 10px;
}
.home-aws-tabs .elementor-accordion .elementor-accordion-item a {
	color: #0771FC;
}
.home-aws-tabs .elementor-accordion .elementor-accordion-item .elementor-tab-content a:after {
	content: "";
	display: inline-block;
	background: url(http://localhost/hybytes-staging/wp-content/uploads/2026/01/arrow-left-02.png);
	background-repeat: no-repeat;
	width: 16px;
	height: 14px;
	margin-left: 10px;
}
.home-working span {
	color: #07E0FC;
}
.text-center {
	text-align: center;
}

/***********
blog-section************/
/* ===== CAROUSEL ===== */
.blog-carousel {
  overflow: hidden;
}

/* ===== TRACK ===== */
.blog-track {
  display: flex;
  gap: 24px;
  transition: transform 0.45s ease;
  will-change: transform;
}

/* ===== CARD ===== */
.blog-card {
  flex: 0 0 calc((100% - 48px) / 3); /* 3 cards */
  background: #fafafa;
  border-radius: 20px;
  padding: 28px;
  min-height: 260px;
  position: relative;
}

/* DOT */
.dot {
  width: 10px;
  height: 10px;
  background: #FF8531;
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 14px;
}

/* TITLE */
.blog-card h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  line-height: 1.4;
}

/* DESCRIPTION */
.blog-card p {
  font-size: 14px;
  color: #777;
  line-height: 1.6;
  max-width: 90%;
}

/* BUTTON */
.arrow-btn {
  position: absolute;
  bottom: 24px;
  right: 24px;
  border-radius: 999px;
  border: 1.5px solid #0d6efd;
  color: #0d6efd;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.25s ease;
	padding: 7px 10px;
}

.arrow-btn:hover {
  background: #0d6efd;
  color: #fff;
  transform: translateX(4px);
}

/* ===== CONTROLS ===== */
.carousel-controls {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  gap: 12px;
}

.nav {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #ddd;
  background: #fff;
  color: #0d6efd;
  cursor: pointer;
  font-size: 20px;
}

/* ===== TABLET ===== */
@media (max-width: 1199px) {
  .blog-card {
    flex: 0 0 calc((100% - 24px) / 2); /* 2 cards */
  }
}

/* ===== MOBILE ===== */
@media (max-width: 767px) {
  .blog-card {
    flex: 0 0 100%; /* 1 card */
  }

  .carousel-controls {
    display: none;
  }
}


/* Base */
.blur-section {
  border-radius: 32px;
  background: rgb(255 255 255 / 30%);
  border: 1px solid #ffffff;
}

/* GRID */
.aws-grid {
  display: grid;
  grid-template-columns: 2.4fr 1.4fr 1.1fr 1.2fr;
  grid-template-rows: auto auto auto;
  gap: 24px;
}

/* CARD BASE */
.card {
  background: #fff;
  border-radius: 18px;
}

/* TESTIMONIAL */
.testimonial {
  grid-column: 1;
  grid-row: 1 / 3;
  border: 1px solid #e5e5e5;
  padding: 32px;
}

.user {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.user img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
}

.user span {
  font-size: 13px;
  color: #666;
}

.quote-icon {
  margin-left: auto;
  font-size: 36px;
  color: #ddd;
}

.quote-text {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 16px;
}

.desc {
  color: #555;
  line-height: 1.6;
}

.stars {
  font-size: 24px;
  margin-top: 16px;
  color: #f59e0b;
}

/* IMAGE */
.image-card {
  grid-column: 2;
  grid-row: 1 / 3;
  position: relative;
  overflow: hidden;
}

.image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-label {
  position: absolute;
  bottom: 16px;
  left: 16px;
  color: #fff;
}

/* STATS */
.stat {
  border: 1px solid #e5e5e5;
  padding: 28px;
}

.stat h3 {
  font-size: 40px;
}


/* RELIABILITY */
.reliability {
  grid-column: 4;
  grid-row: 1 / 3;
  background: linear-gradient(180deg, #dcebff, #f6fbff);
  padding: 28px;
}

.reliability h3 {
  font-size: 40px;
}

/* QUOTE CARD */
.quote-card {
  grid-column: 3 / 5;
  grid-row: 3;
  padding: 36px;
  color: #fff;
  background: url(http://localhost/hybytes-staging/wp-content/uploads/2026/01/quote-card.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.user.dark span {
  color: #ccc;
}
.stat p {
  font-size: 14px;
  color: #666;
}

.icon {
  font-size: 22px;
  margin-bottom: 10px;
  display: block;
}

/* 50K */
.stat-50k {
  grid-column: 3;
  grid-row: 1 / 3;
}

/* 95% */
.stat-95 {
  grid-column: 2;
  grid-row: 3;
}
.stat-margin {
    margin-top: 6rem;
}
.stars-margin {
    margin-top: 10rem;
}

/* =========================
   SECTION BASE
========================= */
.cube-hero {
  padding-top: 6rem;
  background: radial-gradient(circle at center, #f2fbff 0%, #ffffff 65%);
  overflow: visible;
}

/* Stage */
.cube-stage {
  display: flex;
  justify-content: center;
  position: relative;
}

.cube-stage::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 140px;
  background: linear-gradient(to bottom, rgba(255,255,255,0), #fff 90%);
  pointer-events: none;
}

/* Cube container */
.cube-container {
  position: relative;
  width: min(90vw, 720px);
  aspect-ratio: 1 / 1;
  will-change: transform;
}

/* Cube image */
.cube-image {
  width: 100%;
  display: block;
  filter:
    drop-shadow(0 50px 90px rgba(37,99,235,.25))
    drop-shadow(0 10px 30px rgba(0,0,0,.08));
  will-change: transform;
}

/* Pills */
.cube-pill {
  position: absolute;
  max-width: 220px;
  padding: 14px 18px;
  border-radius: 14px;
  font-size: 13px;
  font-weight: 500;
  background: rgba(255,255,255,.5);
  backdrop-filter: blur(12px);
  box-shadow: 0 12px 35px rgba(15,23,42,.12);
  display: flex;
  gap: 8px;
  align-items: center;
  opacity: 0;
  will-change: transform, box-shadow;
  transition: backdrop-filter .4s ease;
}

.cube-pill:hover {
  backdrop-filter: blur(14px);
}

/* Spark */
.spark img {
  width: 16px;
  height: 16px;
  filter: drop-shadow(0 0 0 rgba(56,189,248,0));
}

/* Positions */
.pill-left { left: -10%; top: 48%; }
.pill-top { top: -6%; left: 50%; transform: translateX(-50%); }
.pill-right { right: -10%; top: 45%; }


:root{
    --hy-font: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    --hy-text: #0c0f14;
    --hy-muted: #6b7280;
    --hy-border: rgba(16,24,40,.10);
    --hy-panel: #e9fbff;
    --hy-card: #ffffff;
    --hy-accent: #1d4ed8;
    --hy-accent-2: #2a7fff;
    --hy-radius-xl: 28px;
    --hy-radius-lg: 18px;
  }

.hy-left,
.hy-right,
.hy-card,
.hy-icon,
.hy-cta {
  will-change: transform, opacity;
}
  .hy-tabs{font-family:var(--hy-font); color:var(--hy-text);}
  .hy-wrap{
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 420px 1fr;
    gap: 34px;
    align-items: start;
  }

  /* LEFT */
  .hy-title{
    font-size: 38px !important;
    line-height: 1.12;
    letter-spacing: -0.02em;
    font-weight: 600;
    margin: 0 0 14px;
  }
  .hy-sub{
    margin: 0 0 22px;
    color: var(--hy-muted);
    font-size: 14px;
    line-height: 1.6;
    max-width: 34ch;
  }
  .hy-nav{
    display:flex;
    flex-direction:column;
    gap: 14px;
    margin-top: 8px;
  }
  .hy-tab{
    border: 0;
    background: transparent;
    text-align: left;
    padding: 16px 18px;
    border-radius: 999px;
    font-size: 14px;
    color: #111827;
    cursor: pointer;
    transition: background .18s ease, transform .18s ease, color .18s ease;
    outline: none;
  }
  .hy-tab:hover{background: rgba(233,251,255,.55)}
  .hy-tab.is-active{
    background: rgba(233,251,255,1);
    font-weight: 500;
  }

  /* RIGHT PANEL */
  .hy-panel{
    background: var(--hy-panel);
    border-radius: var(--hy-radius-xl);
    padding: 22px;
  }
  .hy-content{display:none;}
  .hy-content.is-active{display:block;}
  .hy-panel-lead{
    margin: 8px 0 18px;
    color: #374151;
    font-size: 13px;
    line-height: 1.7;
    padding: 0 6px;
  }

  /* GRID (same layout for every tab) */
  .hy-grid{
    display:flex;
	flex-wrap: wrap;
    gap: 15px;
  }

  .hy-grid .width-48 {
	width: 48%;
}
.hy-grid .width-100 {
	min-height: 100%;
	width: 100%;
}

  .hy-card{
    background: var(--hy-card);
    border: 1px solid var(--hy-border);
    border-radius: var(--hy-radius-lg);
    padding: 16px 16px 14px;
    position: relative;
    overflow: hidden;
    min-height: 172px;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.03);
	  width: 32%;
  }

  /* card types (keeps same layout across tabs) */
  .hy-card--tall{min-height: 290px;}
  .hy-card--mid{min-height: 210px; padding-bottom: 56px;}
  .hy-card--wide{
    grid-column: 1 / -1;
    min-height: 96px;
    display:flex;
    align-items:center;
    gap: 14px;
    padding: 12px 14px;
  }

  /* icon */
  .hy-icon{
    width: 42px; height: 42px;
    border-radius: 14px;
    display:grid;
    place-items:center;
    background: rgba(233,251,255,.6);
    margin-bottom: 10px;
  }
  .hy-icon img{
    width: 26px;
    height: 26px;
    display:block;
  }

  /* typography */
  .hy-h3{
    margin: 0 0 8px;
    font-size: 18px !important;
    font-weight: 600;
    color: #0f172a;
  }
  .hy-p{
    color: #667085;
  }

  /* wide card thumbnail */
  .hy-thumb{
    width: 86px;
    height: 54px;
    border-radius: 10px;
    overflow:hidden;
    flex: 0 0 auto;
    border: 1px solid rgba(16,24,40,.08);
    background: #f3f4f6;
  }
  .hy-thumb img{
    width:100%; height:100%;
    object-fit:cover;
    display:block;
  }
  .hy-wide-text{min-width:0;}
  .hy-card--wide .hy-h3{font-size: 12px; margin-bottom: 4px;}
  .hy-card--wide .hy-p{font-size: 10.5px; max-width: none;}

  /* CTA button (matches screenshot) */
  .hy-cta{
    position:absolute;
    right: 14px;
    bottom: 14px;
    width: 46px;
    height: 28px;
    border-radius: 999px;
    border: 1.5px solid var(--hy-accent-2);
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    color: var(--hy-accent-2);
    background: transparent;
    transition: transform .18s ease, background .18s ease, color .18s ease;
  }
  .hy-cta span{font-size: 18px; line-height: 1;}
  .hy-cta:hover{
	  background: var(--hy-accent);
    border-color: var(--hy-accent);
    color: #fff;
	transform: translateX(3px);
	}
  .hy-cta.is-filled{
    background: var(--hy-accent);
    border-color: var(--hy-accent);
    color: #fff;
  }

  /* in wide card, CTA stays on right center */
  .hy-card--wide .hy-cta{
    position: static;
    margin-left: auto;
    width: 50px;
    height: 30px;
  }

/* ===== Industry Slider Wrapper ===== */
.hy-industry-slider {
  overflow: hidden;
  position: relative;
  width: 100%;
}

/* Track (Elementor container becomes flex-row) */
.hy-industry-slider .elementor-container {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 24px;
  will-change: transform;
}

/* Each card column */
.hy-industry-slider .elementor-column {
  flex: 0 0 auto;
  width: 360px; /* visible card width */
}

/* Smooth pause interaction */
.hy-industry-slider:hover {
  cursor: grab;
}

.hy-industry-slider:active {
  cursor: grabbing;
}

/* Fade edges (optional but recommended) */
.hy-industry-slider::before,
.hy-industry-slider::after {
  content: "";
  position: absolute;
  top: 0;
  width: 120px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.hy-industry-slider::before {
  left: 0;
  background: linear-gradient(to right, #f8fbff, transparent);
}

.hy-industry-slider::after {
  right: 0;
  background: linear-gradient(to left, #f8fbff, transparent);
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  .hy-industry-slider .elementor-container {
    transform: none !important;
  }
}


/* =========================================
   AUTO SLIDING ROW (Elementor)
========================================= */

.hy-auto-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
}

/* Track that moves */
.hy-auto-slider .hy-track {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 20px;
  will-change: transform;
}

/* Each Elementor column behaves as slide */
.hy-auto-slider .hy-track > .elementor-column {
  flex: 0 0 auto !important;
}


  /* RESPONSIVE */
  @media (max-width: 1040px){
    .hy-wrap{grid-template-columns: 360px 1fr;}
  }

  @media (max-width: 920px){
    .hy-wrap{grid-template-columns: 1fr; gap: 22px;}
    .hy-panel{padding: 18px;}
    .hy-sub{max-width: 100%;}
  }

  @media (max-width: 700px){
    .hy-grid{grid-template-columns: repeat(2, minmax(0, 1fr));}
    .hy-card--wide{grid-column: 1 / -1;}
  }

@media (max-width: 580px){
	.hy-grid .width-48 {
	width: 100%;
}
}

  @media (max-width: 480px){
    .hy-grid{grid-template-columns: 1fr;}
    .hy-tab{padding: 14px 16px;}
  }


/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1024px) {
	.aws-grid {
    grid-template-columns: 1fr;
  }
  .blog-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .cube-pill {
    display: none;
  }
}

@media screen and (max-width: 767px) {
	
}