/* BLOG SECTION */
.blog-section {
  background: #000;
  padding: 64px 80px;
}

/* Tablet */
@media (max-width: 991px) {
  .blog-section {
    padding: 64px 32px;
  }
 
}

/* Mobile */
@media (max-width: 767px) {
  .blog-section {
    padding: 48px 20px;
  }

}

/* =========================
   HEADER
========================= */
.creations-header {
  max-width: 1280px;
  margin-bottom: 48px;
}

.creations-label {
  font-family: Orbitron;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #A882FF;
  margin-bottom: 8px;
  display: inline-block;
}

.creations-title {
  font-family: Orbitron;
  font-weight: 900;
  font-size: 48px;
  line-height: 64px;
  color: #fff;
  margin-bottom: 16px;
}

.creations-desc {
  font-family: Lato;
  font-size: 20px;
  line-height: 28px;
  color: #DBDBDB;
  max-width: 1280px;
}

/*
   BLOG CARD
*/
.blog-card {
  background: transparent;
  color: #fff;
  transition: transform .3s ease;
}

.blog-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 16px;
  margin-bottom: 16px;
}

.blog-card h3 {
  font-family: Orbitron;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 8px;

  /* TEXT TRUNCATION */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* .blog-card a {
  font-family: Orbitron;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
} */

.blog-card:hover {
  transform: translateY(-6px);
}

/*  */

/* =========================
   BLOG CARD HOVER EFFECTS
========================= */

/* Image zoom */
.blog-card img {
  transition: transform 0.4s ease;
  /* 0.4 ,3.0 */ 
}

.blog-card:hover img {
  transform: scale(1.20);
  /* 1.08 */
}

/* Read more gradient hover */
.blog-card a {
  position: relative;
  display: inline-block;
  font-family: Orbitron;
  font-size: 14px;
  color: #ffffff;
  transition: all 0.3s ease;
}

/* Gradient text on hover */
.blog-card:hover a {
  background: linear-gradient(
    101.67deg,
    #93C3FD 0%,
    #7D86ED 45.89%,
    #5B63ED 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Smooth card lift */
.blog-card {
  transition: transform 0.3s ease;
}

/* .blog-card:hover {
  transform: translateY(-6px);
} */

/* Prevent image overflow */
.blog-card img {
  border-radius: 16px;
}

.blog-card {
  overflow: hidden;
}

.read-more,
.read-more:hover,
.read-more:focus,
.read-more:active {
  text-decoration: none;
}

/*  */
.blog-card-img {
  overflow: hidden;
  border-radius: 16px;
}

.blog-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

/* Desktop hover */
.blog-card:hover .blog-card-img img {
  transform: scale(1.08);
}

/* Mobile touch */
/* .blog-card:hover .blog-card:active .blog-card-img img,
.blog-card:focus-within .blog-card-img img {
  transform: scale(1.08);
} */


.read-more {
  font-family: Orbitron;
  font-size: 16px;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: all 0.4s ease;
}

/* Gradient hover */
.blog-card:hover .read-more,
.blog-card:active .read-more,
.blog-card:focus-within .read-more {
  background: linear-gradient(90deg, #8f5bff, #2fdcff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Arrow animation */
.read-more span {
  transition: transform 0.3s ease;
}

.blog-card:hover .read-more span,
.blog-card:active .read-more span,
.blog-card:focus-within .read-more span {
  transform: translate(6px);
 
}

.blog-card {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

/* blog sec e */

/* take sec s */

.take-action-section {
  background: #000;
  padding: 54px 80px;
  display: flex;
  justify-content: center;
}

/* ===============================
   CARD
================================ */
.take-action-container {
  max-width: 1280px;
  width: 100%;
  background: #232323;
  border-radius: 32px;
  padding: 64px;
  position: relative;
  overflow: visible;
}

/* ===============================
   TEXT
================================ */
.take-label {
  font-family: Orbitron;
  font-size: 14px;
  letter-spacing: 0.08em;
  color: #A882FF;
  display: inline-block;
  margin-bottom: 12px;
}

.take-title {
  font-family: Orbitron;
  font-size: 48px;
  line-height: 64px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 16px;
}

.take-desc {
  font-family: Lato;
  font-size: 18px;
  line-height: 28px;
  color: #DBDBDB;
  max-width: 520px;
  margin-bottom: 32px;
}

/* ===============================
   BUTTON
================================ */
.take-btn {
  padding: 14px 32px;
  border-radius: 12px;
  font-family: Orbitron;
  font-size: 16px;
  color: #fff;
  background: linear-gradient(101deg,#93C3FD,#7D86ED,#5B63ED);
  border: none;
  transition: all .3s ease;

  text-decoration: none !important;
}

.take-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(147,195,253,.35);
}

/* ===============================
   IMAGE
================================ */
.image-col {
  position: relative;
}

.image-wrap {
  position: relative;
}

.take-image {
  position: absolute;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
  width: 650px;
  max-width: none;
}

/* ===============================
   TABLET (768)
================================ */


@media (min-width: 992px) {
  .take-action-section {
    padding: 54px 80px;
  }

    .take-action-container {
  max-width: 1280px;
  background: #232323;

  padding: 64px 64px;

  overflow: visible;
  height: 260px;
}
.take-label {
  font-family: Orbitron;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: #A882FF;
  display: inline-block;
  /* margin-bottom: 0px; */
  margin-top: 0px;
  
}

.take-title {
  font-family: Orbitron;
  font-size: 24px;
  line-height: 8px; 

  font-weight: 900;
  color: #fff;
  margin-top: 0px;
}

.take-desc {
  font-family: Lato;
  font-size: 15px;
  line-height: 20px;
  color: #DBDBDB;
  max-width: 520px;
  margin-top: 0px;
}

/* ===============================
   BUTTON
================================ */
.take-btn {
  padding: 8px 16px;
  border-radius: 12px;
  font-family: Orbitron;
  font-size: 16px;
  color: #fff;
  background: linear-gradient(
    101.67deg,
    #93C3FD 0%,
    #7D86ED 45.89%,
    #5B63ED 100%
  );
  border: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
  .take-image {
    width: 450px;
    right: -80px;
    
  }
}

@media (max-width: 991px) {

  .take-action-section {
    padding: 54px 32px;
  }

  .take-action-container {
    width: 704px;
    padding: 40px 32px;
  }

  .take-image {
    position: relative;
    top: -100px;
    right: 0;
    transform: none;
    width: 390px;
    margin: 0 auto;
    display: block;
  }

  .text-col {
    text-align: left;
    margin-top: -40px;
  }

  .take-title {
    font-size: 28px;
    line-height: 36px;
  }

  .take-desc {
    font-size: 16px;
    line-height: 24px;
  }
}

/* ===============================
   MOBILE (≤767)
================================ */
@media (max-width: 767px) {

  .take-action-section {
    padding: 40px 20px;
  }

  .take-action-container {
    width: 100%;
    padding: 32px 20px;
  }

  .take-image {
    width: 225px;
    top: -80px;
  }

  .take-title {
    font-size: 24px;
    line-height: 32px;
  }

  .take-desc {
    font-size: 15px;
    line-height: 22px;
  }

  .take-btn {
    padding: 12px 24px;
    font-size: 14px;
  }
}


/* takes sec e */