
/* ACCORDION ITEM */
.accordion-item {
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(0,0,0,0.08);
  overflow: hidden;
  margin: 10px 0 0;
}

.problem,.solution {
    color: #e11d48;
    border: 1px solid #000;
    padding: 5px 22px;
    background-color: #fff;
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 400;
}
.flip-front p {
    font-size: 15px;
    color: #000000;
    line-height: 21px;
    padding: 20px 0 15px 0;
    font-weight: 400;
    margin: 0;
}

.flip-back p {
    font-size: 15px;
    color: #000000;
    line-height: 21px;
    padding: 20px 0 0px 0;
    font-weight: 400;
    margin: 0;
}

.flip-front p {
    font-size: 15px;
    color: #000000;
    line-height: 21px;
    padding: 20px 0 15px 0;
    font-weight: 400;
    margin: 0;
}
.flip-btn {
    margin-top: 5px;
    background: none;
    border: none;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: underline;
    color: #000000;
}
.flip-back p:nth-of-type(2) {
    padding: 0;
    margin: 0;
}
/* HEADER */
.accordion-header {
    width: 100%;
    padding: 15px 32px;
    background: #ffffff;
    border: none;
    font-size: 20px;
    color: #000000;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    border: 1px solid #c43c3e;
}

.accordion-icon {
  font-size: 32px;
  font-weight: 300;
  line-height: 1;
  transition: transform 0.3s ease;
}

/* BODY (ANIMATED) */
.accordion-body {
  height: 0;
  overflow: hidden;
  transition: height 0.6s ease;
}

/* OPEN STATE */
.accordion-item.active .accordion-body {
  max-height: 900px;
      border-bottom: 1px solid #c43c3e;
    border-right: 1px solid #c43c3e;
    border-left: 1px solid #c43c3e;
}

.accordion-item.active .accordion-icon {
  transform: rotate(180deg);
}

/* CONTENT */
.layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 15px;
  padding: 32px;
}


.flip-inner {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.8s cubic-bezier(.4,.2,.2,1);
}

.flip-container.flipped .flip-inner {
  transform: rotateY(180deg);
}

.flip-face {
  position: absolute;
  inset: 0;
  padding: 28px;

  backface-visibility: hidden;
}

.flip-front {
  background: #fdecec;
  border-left: 6px solid #e11d48;
}

.flip-back {
  background: #eef4ff;
  border-left: 6px solid #2563eb;
  transform: rotateY(180deg);
}

/* LABELS */
.label {
  font-size: 13px;
  letter-spacing: 0.14em;
  font-weight: 700;
}

.label.problem { color: #e11d48; }
.label.solution { color: #2563eb; }



/* VIDEO */
.video-box video {
  width: 100%;
  border-radius: 20px;
  background: #000;
}






.bg-grey {
    background: #eaedf5;
}

/* slide */
.velox-slide {
  padding: 0 16px;
}

.slide-inner {
  background: #ffffff;
  border-radius: 20px;
  padding: 36px;
  min-height: 240px;
  box-shadow: 0 20px 40px rgba(15,23,42,0.08);
  transition: transform 0.6s cubic-bezier(0.22,1,0.36,1),
              box-shadow 0.6s cubic-bezier(0.22,1,0.36,1);
}

/* title */
.slide-inner h3 {
  font-size: 22px;
  margin-bottom: 24px;
  color: #020617;
}

/* problem solution layout */
.ps-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.ps {
  padding: 20px;
  border-radius: 14px;
  font-size: 15px;
  line-height: 1.55;
}

.ps span {
  display: block;
  font-size: 11px;
  letter-spacing: .08em;
  margin-bottom: 8px;
  opacity: .7;
}

.ps.problem {
  background: #fff1f2;
  border-left: 4px solid #e11d48;
}

.ps.solution {
  background: #ecfeff;
  border-left: 4px solid #06b6d4;
}

/* slick behavior */
.slick-slide {
  opacity: 0.4;
}

.slick-center {
  opacity: 1;
}

.slick-center .slide-inner {
  transform: translateY(-6px);
  box-shadow: 0 30px 60px rgba(15,23,42,0.15);
}

/* ---------------- DOTS DESIGN ---------------- */

.slick-dots {
  bottom: -40px;
}

.slick-dots li {
  width: auto;
  margin: 0 6px;
}

.slick-dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #cbd5f5;
  border: none;
  padding: 0;
  transition: all 0.3s ease;
}

.slick-dots button:before {
  display: none;
}

.slick-dots .slick-active button {
width: 10px;
    border-radius: 10px;
    background: linear-gradient(90deg, #c43c3e, #c43c3e);
    height: 10px;
}










    .box {
    border-radius: 15px;
    }
    .slider h2 span {
    font-size: 60px;
    color: #d53f3f;
    font-weight: 800;
    line-height: 70px;
}
    /* ===== Card Grid ===== */
    .usecases-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 35px;
    position: relative;
    z-index: 1;
    }
    .usecase-card {
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 4px ;
    padding: 30px 30px;
    text-align: center;
    backdrop-filter: blur(8px);
    transition: all 0.4s ease;
    position: relative;
    }
    .usecase-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #c01c22, #000000c9);
    opacity: 0;
    transition: opacity 0.3s;
    }
    /*      .usecase-card:hover::before {
    opacity: 1;
    }
    .usecase-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 25px rgba(0, 191, 255, 0.15);
    }*/
    .usecase-icon {
    width: 65px;
    height: 65px;
    display: inline-block;
    margin-bottom: 13px;
    }
    .usecase-card h5 {
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    margin-bottom: 6px;
    }
    .usecase-card p {
    color: #000;
    font-size: 15px;
    margin: 0;
    }
    /* ===== Section ===== */
    .mission_value_sec {
    padding: 60px 0;
    background: #ffffff;
    }
    .mission_value_sec .intro-main {
    text-align: center;
    margin-bottom: 40px;
    }
    .mission_value_sec .intro-main h2 {
    font-weight: 600;
    font-size: 40px;
    color: #000000;
    margin: 0;
    }
    /* ===== Tabs Wrapper ===== */
    .tabs-wrapper {
    display: flex;
    max-width: 1100px;
    margin: 0 auto;
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.07);
    }
    /* ===== Left Tab List ===== */
    .tab-list {
    flex: 1 1 38%;
    background: linear-gradient(87deg, #bb1d1f, #b3292b);
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*padding: 30px 0;*/
    }
    .tab-button {
    border: none;
    background: transparent;
    color: #fff;
    text-align: left;
    padding: 25px 20px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    border-bottom: 1px solid #fff;
    }
    .tab-button:hover {
    background: #000;
    color: #fff;
    }
    .tab-button.active {
    color: #fff;
    background: #000000;
    }
    /* ===== Right Content ===== */
    .tab-content {
flex: 1 1 62%;
    background: #f9fbfe;
    padding: 20px 30px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.4s ease;
    min-height: 335px;
    box-sizing: border-box;
    }
    .tab-content.fade-out {
    opacity: 0;
    transform: translateY(10px);
    }
    .tab-content.fade-in {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.5s ease, transform 0.5s ease;
    }
    .tab-image-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 25px;
    box-shadow: 0 5px 15px rgba(0, 123, 255, 0.1);
    }
    .tab-image-wrapper img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    transition: transform 0.5s ease;
    }
    .tab-image-wrapper:hover img {
    transform: scale(1.04);
    }
    .tab-content h3 {
    font-size: 25px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 10px;
    }
    .tab-content p {
    font-size: 15px;
    color: #000;
    line-height: 1.7;
    margin: 0;
    font-weight: 400;
    }
    .mission_value_sec {
    width: 100%;
    position: relative;
    background-color: #ffebe9d6;
    padding: 70px 0;
    background-image: url(assets/image/slider/Background.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    }
    .tab-button:last-child {
    border-bottom: none;
}

    .use_cases {
    background-color: #EAEDF6;
    padding: 70px 0;


    }
    .sub_title h6 {
    font-size: 30px;
    color: #000000;
    margin: 0 0 15px;
    font-weight: 600;
    }
    .vision_mission_detail h5 {
    font-size: 20px;
    color: #000000;
    margin: 0 0 15px;
    font-weight: 400;
    line-height: 28px;
    }
    .use-cases {
    padding: 60px 60px;
    background-color: #fafafa;
    }
    .card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Only 3 cards per row */
    gap: 40px;
    margin-top: 60px;
    }
    .use-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px 20px;
    position: relative;
    transition: all 0.3s ease;
    text-align: center;
    }
    .icon-wrap {
    background: #fff;
    width: 80px;
    height: 80px;
    margin: -70px auto 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    }
    .icon-wrap img {
    width: 65px;
    height: 65px;
    }
    .use-card h3 {
    font-size: 21px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 10px;
    line-height: 27px;
    }
    .use-card p {
    font-size: 15px;
    color: #000000;
    line-height: 24px;
    }
    .tab-section {
    background: #f9fafc;
    padding: 80px 20px;
    }
    .tab-section .container {
    max-width: 1300px;
    margin: auto;
    }
    .tab-section h2 {
    text-align: center;
    font-size: 2.4rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 50px;
    }
    .tabs-wrapper {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    }
    .tab-button img {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    }
    @keyframes fadeIn {
    from {opacity: 0; transform: translateY(10px);}
    to {opacity: 1; transform: translateY(0);}
    }
    .mission_value {
    padding: 70px 0px 70px;
    position: relative;
    z-index: 1;
    }
    .hero-section {
    padding: 70px 0px 70px;
    position: relative;
    z-index: 1;
    }
    .hero-section .row {
    display: flex;
    align-items: center; /* Vertically center text next to image */
    flex-wrap: wrap; /* Ensure responsive stacking on small screens */
    }
    .hero-image-wrapper {
    position: relative;
    width: 100%;
/*    max-width: 500px;
    margin: auto;*/
    }
    .background-shape {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 92, 53, 0.1);
    border: 1px solid #ff5c35;
    border-radius: 16px;
    transform: rotate(-7deg);
    z-index: 1;
    }
    .main-image img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    position: relative;
    z-index: 2;
    display: block;
    }
    .hero-text {
    /*padding: 20px;*/
    }
    .hero-text h5 {
    color: #ff5c35;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 10px;
    }
    .hero-text h1 {
    font-size: 32px;
    font-weight: 800;
    margin: 0;
    color: #0f0f23;
    line-height: 25px;
    }
    .slider:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    opacity: 0.7;
}
    .hero-text p {
    font-size: 16px;
    color: #000;
    margin-top: 10px;
    line-height: 23px;
    }
    .hero-text h1 span {
    color: #c43c3e;
}
    /* Responsive tweaks */
    @media (max-width: 991px) {

       .layout {
    grid-template-columns: 1fr;
    gap: 32px;
      padding: 15px;
  }
  .accordion-header {
    font-size: 16px;
 
}
.flip-back p {
    line-height: 20px;
    padding: 8px 0 0px 0;
}
.accordion-item.active .accordion-body {
    max-height: 900px;
    height: 290px !important;

}
.flip-face {
    padding: 0px;

}


  .video-box {
    max-width: 100%;
    display: none;
  }
    .hero-text {
    text-align: center;
    }
    .hero-text h1 {
    font-size: 36px;
    }
    .hero-image-wrapper {
    margin-bottom: 40px;
    }
    .tab-content {
    padding: 35px 25px;
    }
    .tab-image-wrapper img {
    height: 200px;
    }
    }
    @media (max-width: 768px) {
    .tab-content {
    padding: 30px 20px;
    }
    .video-main {
    margin: 20px 0 0;
}
    .card-grid {
    grid-template-columns: repeat(2, 2fr);
    gap: 10px;
    margin-top: 50px;
    }
    .hero-text {
    text-align: center;
    }
    .hero-text h1 {
    font-size: 25px;
    }
    .hero-image-wrapper {
    margin-bottom: 40px;
    }
    .background-shape {
    display: none;
    }
    .hero-section {
    padding: 50px 0;
    }
    .mission_value_sec .intro-main h2 {
    font-size: 30px;
    line-height: 30px;
    }
    .tab-button {
    padding: 10px 25px;
    font-size: 15px;
    }
    .tab-content h3 {
    font-size: 20px;
    line-height: 25px;
    }
    .tab-content p {
    font-size: 15px;
    font-weight: 400;
    }
    .use-card h3 {
    font-size: 20px;
    }
    .mission_value {
    padding: 50px 0px 50px;
    }
    .usecases-grid {
    gap: 10px;
    }
    .slider h2 span {
    font-size: 50px;
    color: #d53f3f;
    font-weight: 900;
    line-height: 63px;
}
    }
    @media (max-width: 568px) {
    .card-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    margin-top: 50px;
    }
    .usecases-grid {
    gap: 10px;
    }
    .video-main {
    margin: 20px 0 0;
}
    }