/* ==================================================
   Hillteck — External stylesheet (readable + responsive)
   Option A — CENTER on small screens
   Save as: assets/css/whyus.css
   Cleaned & annotated for readability
   ================================================== */

/*--------------------------------------------------------------
# Hero Main Section
--------------------------------------------------------------*/

.heromain {
  width: 100%;
  height: 100vh;
  min-height: 100vh;

  /* Layered background: pattern on top, gradient below */
  background-image:
    url('https://srbthemes.kcubeinfotech.com/retro/retro/images/shape/shape_07.svg'),
    linear-gradient(180deg, #ffffff 40%, #6e79dc 100%);

  background-repeat: repeat, no-repeat;
  /* repeat pattern, gradient no-repeat */
  background-position: top left, center;
  background-size: 1500px, cover;

  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.heromain h1 {
  margin: 40px 0 0 0;
  /* pushes it down from the top */
  /*color: #111;*/
  /*background: linear-gradient(91deg, #4c2cbc 47.49%, #e651b4 67.27%, #ff2e5c 90.04%);*/
  background: linear-gradient(91deg, #1f1e21 47.49%, #1b191a 67.27%, #0c0c0c 90.04%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: 3.875rem;
  font-weight: 600;
  line-height: 65px;
}

.heromain h2 {
  color: #444444;
  margin: 15px 0 0 0;
  font-size: 20px;
}

/* ======= Hero Buttons Wrapper ======= */
.heromain .d-flex.justify-content-center.flex-wrap {
  /*margin-top: 10px;*/
  gap: 16px;
  flex-wrap: wrap;
}

/* ======= Common Button Styles ======= */
.heromain .btn-get-started {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  /* space between text and icon */
  padding: 0.875rem 0.25rem;
  border-radius: 0.375rem;
  /* small rounded corners */
  font-size: 1rem;
  text-decoration: none;
  line-height: 1;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(.25, .46, .45, .94);
}

/* ===== Primary Button ===== */
.heromain .btn-get-started:first-child {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  padding: 8px 12px;
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(90deg, #7363e3 0%, #6b5ae5 100%);
  border: none;
  box-shadow: 0 6px 15px rgba(53, 140, 254, 0.3);
  transition: all 0.3s ease;
}

.heromain .btn-get-started:first-child:hover {
  filter: brightness(1.1);
  box-shadow: 0 8px 20px rgba(53, 140, 254, 0.4);
}

/* ===== Secondary Glass Button ===== */
.heromain .btn-get-started:last-child {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  padding: 8px 12px;
  border-radius: 10px;
  color: #6f5ee4;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgb(107 90 229);
  box-shadow: 0 5px 10px rgba(91, 33, 182, 0.05);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.heromain .btn-get-started:last-child:hover {
  background: linear-gradient(90deg, #7363e3 0%, #6b5ae5 100%);
  color: #fff;
  box-shadow: 0 8px 15px rgba(53, 140, 254, 0.3);
}

.heromain .btn-get-started:last-child i {
  margin-left: 6px;
  font-size: 18px;
  transition: transform 0.3s ease;
}

.heromain .btn-get-started:last-child:hover i {
  transform: translateX(5px);
}


/* ======= Arrow Icon Animation ======= */
.heromain .btn-get-started i {
  font-size: 18px;
  margin-left: 5px;
  transition: transform 0.3s ease;
}

.heromain .btn-get-started:hover i {
  transform: translateX(5px);
}

/* ============================
   RESPONSIVE FIX FOR HERO 
   ============================ */

/* ------- For tablets and below (max-width: 991px) ------- */
@media (max-width: 991px) {
  .heromain {
    height: auto;
    padding: 120px 0 60px 0;
    text-align: center;
  }

  .heromain h1 {
    font-size: 42px;
    line-height: 48px;
    margin-top: 20px;
  }

  .heromain h2 {
    font-size: 20px;
  }

  .heromain .hero-img {
    text-align: center;
    margin-top: 60px;
  }

  .heromain .hero-img img {
    width: 85%;
  }
}

/* ------- For mobile (max-width: 768px) ------- */
@media (max-width: 768px) {
  .heromain {
    text-align: center;
    padding-top: 100px;
  }

  .heromain h1 {
    font-size: 36px;
    line-height: 42px;

  }

  .heromain .hero-img img {
    width: 100%;
  }
}

/* ------- For small mobile screens (max-width: 576px) ------- */
@media (max-width: 576px) {
  /* Make button container vertical */
  .heromain .d-flex.justify-content-center.flex-wrap {
    flex-direction: column;
     gap: 6px !important;  /* smaller gap */
    width: 100%;
  }

  /* Make both buttons full-width & equal */
  .heromain .btn-get-started {
    width: 100%;
    min-width: unset;
    height: 48px;
    text-align: center;
    justify-content: center;
  }

  .heromain h1 {
    font-size: 32px;
    line-height: 38px;
  }

  .heromain h2 {
    font-size: 18px;
  }

}

/* Who We Are SECTION */
.weare .wrap {
  max-width: 1150px;
  margin: 60px auto;
  padding: 20px;
}

.weare .about-grid {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 60px;
  align-items: start;
}

/* LEFT LABEL */
.weare .about-label {
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #777;
  font-weight: 600;
  padding-top: 8px;
  border-left: 4px solid #0A2545;
  padding-left: 12px;
}

/* TITLE */
.weare .about-title {
  font-size: 38px;
  color: #0A2545;
  font-weight: 600;
  line-height: 1.2;
}

/* TEXT */
.weare .about-text {
  font-size: 18px;
  color: #444;
  line-height: 1.7;
  margin-top: 20px;
  max-width: 900px;
}

/* STATS */
.weare .stats {
  margin-top: 35px;
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
  /* Makes stats responsive */
}

.weare .stat {
  display: flex;
  flex-direction: column;
  min-width: 120px;
  /* Prevents shrinking */
}

.weare .stat-number {
  font-size: 52px;
  font-weight: 800;
  color: #0A2545;
  margin-bottom: 5px;
}

.weare .stat-label {
  font-size: 14px;
  font-weight: 600;
  color: #555;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* ===================== */
/* RESPONSIVE BREAKPOINTS */
/* ===================== */

/* Tablets & Small Laptops */
@media (max-width: 900px) {
  .weare .about-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .weare .about-title {
    font-size: 32px;
  }

  .weare .about-text {
    font-size: 17px;
  }
}

/* Large Phones / Tablets */
@media (max-width: 768px) {
  .weare .stats {
    gap: 30px;
  }

  .weare .stat-number {
    font-size: 42px;
  }
}

/* Mobile Phones */
@media (max-width: 480px) {
  .weare .wrap {
    padding: 10px;
    margin: 40px auto;
  }

  .weare .about-title {
    font-size: 26px;
  }

  .weare .about-text {
    font-size: 15px;
  }

  .weare .stat-number {
    font-size: 32px;
  }

  .weare .stat-label {
    font-size: 12px;
  }
}



/* ---------------- HERO + PLATFORM SECTION ---------------- */
.hero-platform {
  position: relative;
  background: #f9faff;
  padding: 80px 8%;
  font-family: 'Poppins', sans-serif;
  padding-top: 140px;
}

.container-hero {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
}

/* LEFT HERO HEADING - elegant retro style */
.left1 {
  flex: 1 1 50%;
  min-width: 280px;
}

.left1 h1 {
  font-family: "Poppins", sans-serif;
  font-size: 72px;
  line-height: 1.0416em;
  font-weight: 600;
  letter-spacing: -1px;
}

.left1 h2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  color: #52627a;
  max-width: 480px;
  margin-top: 10px;
}

/* RIGHT HERO CARDS - clean flat */
.right1 {
  flex: 1 1 45%;
  max-width: 420px;
  display: flex;
  flex-direction: column;
  gap: 25px;
  min-width: 300px;
}

.card1 {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 28px 30px;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 5px 5px 0 #dde4ee;
  /* flat retro shadow */
}

.icon3 {
  font-size: 36px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: #4dabff; */
  color: #fff;
  border-radius: 50%;
  flex-shrink: 0;
}

.text h3 {
  font-size: 20px;
  margin: 0 0 6px;
  font-weight: 600;
  color: #0c2345;
}

.text p {
  font-size: 15px;
  margin: 0;
  line-height: 1.6;
  color: #52627a;
}

/* BACKGROUND SWIRL */
.swirl {
  width: 500px;
  height: 500px;
  position: absolute;
  left: -180px;
  bottom: -80px;
  background: radial-gradient(circle, #4dabff, #0066ff);
  filter: blur(100px);
  opacity: 0.25;
  border-radius: 50%;
  z-index: -1;
}

/* ---------------- HERO + PLATFORM RESPONSIVE FIXES ---------------- */

/* Large Tablets (<= 992px) */
@media (max-width: 992px) {
  .container-hero {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .left1 {
    flex: 1 1 100%;
    margin-bottom: 40px;
  }

  .left1 h1 {
    font-size: 48px;
    line-height: 1.1;
  }

  .left1 h2 {
    font-size: 17px;
    max-width: 100%;
  }

  .right1 {
    flex: 1 1 100%;
    max-width: 500px;
  }
}

/* Tablets + Large Phones (<= 768px) */
@media (max-width: 768px) {
  .hero-platform {
    padding: 60px 5%;
    padding-top: 120px;
  }

  .left1 h1 {
    font-size: 40px;
  }

  .right1 {
    gap: 18px;
  }

  .card1 {
    padding: 22px 24px;
    gap: 16px;
  }

  .icon3 {
    font-size: 30px;
    width: 48px;
    height: 48px;
  }

  .text h3 {
    font-size: 18px;
  }

  .text p {
    font-size: 14px;
  }

  .swirl {
    width: 350px;
    height: 350px;
    left: -130px;
    bottom: -60px;
  }
}

/* Small Phones (<= 480px) */
@media (max-width: 480px) {
  .hero-platform {
    padding: 45px 4%;
    padding-top: 100px;
  }

  .left1 h1 {
    font-size: 32px;
    line-height: 1.15;
  }

  .left1 h2 {
    font-size: 15px;
    line-height: 1.5;
  }

  .right1 {
    max-width: 100%;
  }

  .card1 {
    padding: 18px 20px;
    gap: 14px;
    border-radius: 14px;
    box-shadow: 4px 4px 0 #dde4ee;
  }

  .icon3 {
    font-size: 28px;
    width: 44px;
    height: 44px;
  }

  .text h3 {
    font-size: 16px;
  }

  .text p {
    font-size: 13px;
    line-height: 1.5;
  }

  .swirl {
    width: 270px;
    height: 270px;
    left: -100px;
    bottom: -40px;
    filter: blur(80px);
  }
}



/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/


.maintestimonials {
  margin-top: 80px;
  background: #f6f6f6;
}

.wrap {
  width: 100%;
  max-width: var(--max-width);
}

.kicker {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #696969;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  display: flex;
}

h2.testimonialstitle {
  font-size: 3.5rem;
  font-weight: 600;
  margin-bottom: 3rem;
}

h2.testimonialstitle .accent {
  color: var(--accent);
}

/* logos row */
.logo-nav {
  display: flex;
  gap: 40px;
  /* space between logos */
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 18px;
  margin-left: 0px;

}

/* Logo buttons */
.logo-btn {
  background: transparent;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  opacity: 0.7;

  /* FIXED SIZE CAPSULE */
  width: 180px;
  /* same width for all capsules */
  height: 60px;
  /* same height for all capsules */
  padding: 0;
  /* remove padding to avoid size variation */
}

/* Logo images */
.logo-btn img {
  max-height: 36px;
  /* uniform logo height */
  max-width: 80%;
  /* scale down larger logos */
  object-fit: contain;
  display: block;
  filter: grayscale(0%);
  transition: all 0.2s ease-in-out;
}

/* Active logo capsule */
.logo-btn.active {
  background: #333;
  color: #fff;
  opacity: 1;
}

.logo-btn.active img {
  filter: brightness(0) invert(1);
  /* white logo in dark capsule */
}

/* Hover effect */
.logo-btn:hover {
  transform: translateY(-2px);
  opacity: 1;
}

/* ===============================
✅ Testimonials Section (Perfect Alignment with HR Lines)
=============================== */

.slider-outer {
  width: 100%;
  /*max-width: 1200px;*/
  display: flex;
  justify-content: center;
  margin: 0 auto;
  font-family: "Poppins", sans-serif;
}

.card {
  width: 100%;
  background: #fff;
  border: 1px dashed #e2e2e2;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  padding: 40px;
  box-sizing: border-box;
}

.swiper {
  width: 100%;
}

/* --- Layout --- */
.slide-inner {
  display: flex;
  align-items: stretch;
  gap: 40px;
  justify-content: flex-start;
}

/* --- Image --- */
.slide-image {
  width: 18rem;
  height: 20rem;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
  background: #f8f8f8;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.slide-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

/* --- Dashed Lines using <hr> --- */
.testimonial-dash-top,
.testimonial-dash-bottom {
  position: absolute;
  left: 0;
  right: 0;
}

.testimonial-dash-top {
  top: 0;
}

.testimonial-dash-bottom {
  bottom: 0;
}

.testimonial-dash-top hr,
.testimonial-dash-bottom hr {
  border: none;
  height: 1px;
  width: 100%;
  margin: 0;
  background-image: repeating-linear-gradient(to right,
      #333333 0 10px,
      transparent 10px 20px);
}

/* --- Content Section --- */
.slide-content-container {
  flex: 1;
  height: 20rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  padding: 20px 24px;
  box-sizing: border-box;
  overflow: visible;
}

.slide-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

/* --- Text --- */
.testimonial-text {
  font-size: 1.25rem;
  line-height: 1.6;
  color: #222;
  padding-top: 12px;
  margin-bottom: 8px;
}

/* --- Brand Name --- */
.testimonial-brand {
  font-size: 1rem;
  color: #5a5a5a;
  margin-bottom: 24px;
  font-weight: 500;
}

/* --- Arrows --- */
.arrows-wrapper {
  display: flex;
  gap: 16px;
  margin-top: auto;
}

.arrow {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #e6e6e6;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 20px;
  transition: all 0.3s ease;
}

.arrow:hover {
  background: #007bff;
  color: #fff;
  border-color: #007bff;
  transform: scale(1.08);
}

/* --- Responsive --- */
@media (max-width: 560px) {

  /* Reduce overall wrapper padding */
  .wrap {
    max-width: 100%;
    padding: 0 16px;
  }

  /* Title scaling */
  h2.testimonialstitle {
    font-size: 2rem !important;
    margin-bottom: 1.8rem;
    text-align: left;
    line-height: 1.2;
  }

  /* Logo row responsivity */
  .logo-nav {
    gap: 12px !important;
    justify-content: flex-start;
  }

  /* Fix logo capsules to fit mobile width fluidly */
  .logo-btn {
    width: 44% !important;
    /* two per row */
    height: 52px !important;
    opacity: 0.9;
  }

  .logo-btn img {
    max-height: 28px;
    max-width: 70%;
  }

  /* CARD FIX */
  .card {
    padding: 20px !important;
    border-radius: 10px;
  }

  /* Inner layout fix */
  .slide-inner {
    flex-direction: column !important;
    gap: 18px !important;
    /* from 40px to 18px */
  }

  /* Reduce image */
  .slide-image {
    width: 100% !important;
    height: 220px !important;
  }

  .slide-image img {
    object-fit: cover;
  }

  /* Content fixes */
  .slide-content-container {
    padding: 14px !important;
  }

  .testimonial-text {
    font-size: 1rem !important;
    line-height: 1.5;
  }

  .testimonial-brand {
    font-size: 0.9rem;
    margin-bottom: 14px;
  }

  /* arrows */
  .arrows-wrapper {
    justify-content: flex-start;
    gap: 10px;
    margin-top: 10px;
  }

  .arrow {
    width: 32px !important;
    height: 32px !important;
    font-size: 16px !important;
  }
}




/* END */