/* Blog Archive Styles */
.hero-section {
  background-image: url("/wp-content/themes/digimantra-core/assets/image/portfolio-background-scaled.png");
  background-repeat: repeat;
  background-size: cover;
  border-bottom: 1px solid #2c343c;
  margin-top: -64px;
  padding-top: 64px;
  margin-bottom: 60px;
}
.hero-section h1.hero-title {
  max-width: 1108px;
  font-weight: 600;
  font-family: "Google Sans", sans-serif;
  font-size: 52px;
  line-height: 140%;
  text-transform: uppercase;
  color: #fff;
}
.hero-section p.hero-description {
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  line-height: 149%;
  max-width: 1508px;
  color: #fff;
}
.hero-section .digi-container .hero-content {
  padding: 80px 116px 80px 60px;
  border-right: 1px solid #2C343C;
  border-left: 1px solid #2C343C;
  margin-top: 96px;
}

.filter-section {
  border-top: 1px solid #2B3642;
}

.filter-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 40px;
  color: white;
  border-right: 1px solid #2C343C;
  border-left: 1px solid #2C343C;
}

.filter-label {
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}

.filter-controls {
  display: flex;
  gap: 32px;
  align-items: center;
}
.filter-controls form {
  display: flex;
  gap: 40px;
}
.filter-controls .search-box {
  position: relative;
  display: flex;
}
.filter-controls .search-box input {
  padding: 8px 35px 8px 10px;
  border: none;
  border-bottom: 1px solid #555;
  background: transparent;
  color: white;
  font-size: 14px;
  width: 420px;
  font-family: "Google Sans", sans-serif;
  border-radius: 0px;
}
.filter-controls .search-box input::placeholder {
  color: #aaa;
}
.filter-controls .search-box input:focus {
  outline: none;
  box-shadow: none;
  border-color: #5EA0E8;
}
.filter-controls .search-box svg {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  fill: #aaa;
  pointer-events: none;
}
.filter-controls select {
  padding: 8px;
  border: none;
  border-bottom: 1px solid #555;
  background: transparent;
  color: white;
  font-family: "Google Sans", sans-serif;
  font-size: 16px;
  width: 320px;
}
.filter-controls select:focus {
  outline: none;
  box-shadow: none;
  border-color: #5EA0E8;
}
.filter-controls option {
  background: #000b1f;
  color: white;
}

.d-flex {
  display: flex;
}

/* Featured Posts */
.feature-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 56px;
}
.feature-wrapper > :first-child {
  grid-column: span 2;
}

.responsive-thumb,
img.feature-thumb.wp-post-image {
  width: 100%;
  height: auto;
  max-width: 100%;
}

.card-head {
  font-size: 28px;
  font-weight: 500;
  line-height: 140%;
  font-family: "Google Sans", sans-serif;
  color: #fff;
  margin-top: 24px;
}
.card-head a {
  color: #fff;
  text-decoration: none;
  text-transform: capitalize;
  margin-top: 10px;
}
.card-head a:hover {
  color: #5fa0e8;
}

.date-published {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  font-family: "Roboto", sans-serif;
  line-height: 24px;
  color: #fff;
  margin-top: 16px;
}

/* Blog Grid */
.blog-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 56px;
}

.card-main img {
  width: 100%;
}

/* Load More Button */
.loadmore {
  display: flex;
  justify-content: center;
}

.btn-load-more {
  position: relative;
  padding-right: 28px;
  background-color: rgba(53, 90, 130, 0);
  color: #fff;
  text-transform: uppercase;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  font-family: "Google Sans", sans-serif;
  margin: 73px 0;
}
.btn-load-more::after {
  content: "";
  display: inline-block;
  background-image: url("/wp-content/themes/digimantra-core/assets/image/ic_twotone-arrow-back.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}

/* Section Wrapper */
.section-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  background: linear-gradient(180deg, #001B43 0%, #00326E 100%);
  background-image: url("/wp-content/themes/digimantra-core/assets/image/Container-15.png");
  background-size: cover;
  background-position: center;
  color: white;
  border-radius: 16px;
  margin-bottom: 40px;
}

.section-text {
  font-size: 44px;
  font-weight: 600;
  line-height: 140%;
  max-width: 786px;
}

.btn-vision {
  border: 1px solid #fcfcfc;
  border-radius: 60px;
  background: transparent;
  color: white;
  padding: 24px 24px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
  letter-spacing: 2px;
  min-width: 222px;
}

/* Responsive Design */
@media (max-width: 1680px) {
  .hero-section .digi-container .hero-content {
    padding: 80px 74px 80px 70px !important;
  }
}
@media (max-width: 1440px) {
  h1 {
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    font-size: 52px;
    line-height: 140%;
    text-transform: uppercase;
  }
}
@media (max-width: 1279px) {
  .blog-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1240px) {
  .filter-controls .search-box input {
    width: 214px;
  }
  .filter-controls select {
    width: 225px;
  }
  .section-text {
    font-size: 28px;
  }
}
@media (max-width: 992px) {
  .hero-section .digi-container .hero-content {
    padding: 48px 56px 57px 30px !important;
  }
  .hero-section .digi-container .hero-content h1 {
    line-height: 140% !important;
    font-size: 28px;
  }
}
@media (max-width: 769px) {
  .feature-wrapper {
    grid-template-columns: 1fr;
  }
  .feature-wrapper > :first-child {
    grid-column: auto;
  }
  .filter-controls .search-box input {
    width: 155px;
  }
  .filter-controls select {
    width: 155px;
  }
  .blog-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 768px) {
  .hero-section .digi-container .hero-content h1 {
    font-size: 24px !important;
  }
  .hero-section p.hero-description {
    font-size: 24px;
    line-height: 140%;
  }
  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.75rem;
  }
  h4 {
    font-size: 1.5rem;
  }
  h5 {
    font-size: 1.25rem;
  }
  h6 {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .hero-section .digi-container .filter-bar {
    padding: 15px 9px !important;
  }
}
@media (max-width: 600px) {
  .section-wrapper {
    flex-direction: column;
    text-align: center;
  }
  .section-text {
    max-width: 100%;
    margin-bottom: 20px;
    font-size: 18px;
  }
  .btn-vision {
    padding: 10px 32px;
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .hero-section .digi-container .hero-content {
    padding: 40px 12px 25px 8px !important;
  }
  .hero-section .digi-container .hero-content h1 {
    font-size: 24px !important;
  }
  .hero-section p.hero-description {
    font-size: 16px;
    line-height: 140%;
  }
  .card-head {
    font-size: 20px;
  }
  .date-published {
    font-size: 12px;
  }
}
@media (max-width: 425px) {
  .hero-section .digi-container .filter-bar {
    flex-direction: column !important;
    align-items: start !important;
  }
}
/* Typography */
h2 {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.3;
}

h3 {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.3;
}

h4 {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.3;
}

h5 {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.4;
}

h6 {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.4;
}

.social-links {
  margin-top: 26px;
}

@media (max-width: 767px) {
  .filter-controls form {
    display: flex;
    gap: 15px;
  }
}
.portfolio-launch-your-idea h3 {
  max-width: 1340px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 1680px) {
  .portfolio-launch-your-idea h3 {
    max-width: 1110px;
  }
}
.portfolio-launch-your-idea-content h3 {
  font-size: 40px;
}
@media (max-width: 1024px) {
  .portfolio-launch-your-idea-content h3 {
    font-size: 24px;
  }
}
@media (max-width: 600px) {
  .portfolio-launch-your-idea-content h3 {
    max-width: 257px;
    margin: auto;
  }
}

.portfolio-launch-your-idea-content .button a:hover {
  color: #fff;
}

/*# sourceMappingURL=blog-archive.css.map */
