@charset "UTF-8";
.section-container {
  min-width: 1920px;
}

.hero-section {
  background-image: url("/wp-content/uploads/2025/08/Background-Image-→-Background-Image.png");
  background-repeat: repeat;
  background-size: cover;
}

.hero-section h1.hero-title {
  max-width: 1108px;
}
.hero-section p.hero-description {
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  line-height: 149%;
  max-width: 1108px;
}
.hero-section .container.filter-container {
  border-top: 1px solid #2B3642;
  border-right: 1px solid #2B3642;
  padding-top: 32px;
  padding-bottom: 32px;
}

.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: 12px;
  letter-spacing: 2px;
  color: #aaa;
  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;
}

.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: 180px;
}

.filter-controls .search-box input::placeholder {
  color: #aaa;
}

.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-size: 14px;
  min-width: 120px;
}

.filter-controls option {
  background: #000b1f;
  color: white;
}

.loadmore {
  display: flex;
  justify-content: center;
}

.btn-load-more {
  position: relative;
  padding-right: 28px; /* space for arrow */
  background-color: rgba(53, 90, 130, 0);
  color: #fff;
  text-transform: uppercase;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  font-family: "Montserrat";
  margin: 73px 0;
}

.btn-load-more::after {
  content: "";
  display: inline-block;
  background-image: url("/wp-content/uploads/2025/08/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%);
}

.portfolio-container {
  min-width: 1680px;
}

.filter-controls .search-box input {
  width: 420px;
}
.filter-controls select {
  width: 320px;
}

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

.digi-header {
  position: unset;
}

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

/* Make the first child span 2 columns */
.feature-wrapper > :first-child {
  grid-column: span 2;
}

.d-flex {
  display: flex;
}

.responsive-thumb {
  width: 100%;
  height: auto;
  max-width: 100%;
}

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

.other-blogs {
  gap: 40px;
}

.idea {
  background-image: url("/wp-content/uploads/2025/08/Image-13.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.idea {
  min-height: 400px;
}

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

.card-head {
  font-size: 28px;
  font-weight: 500;
  line-height: 140%;
  color: #fff;
  margin-top: 24px;
}

section.hero-section {
  border-bottom: 1px solid #2c343c;
  margin-bottom: 60px;
}

.hero-section .digi-container .hero-content {
  padding: 80px 116px 147.5px 60px;
  border-right: 1px solid #2C343C;
  border-left: 1px solid #2C343C;
}

.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/uploads/2025/08/Container-11.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%;
}

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

.btn-vision:hover {
  background: #2E4F9F;
  color: #fff;
}

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

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

.filter-controls .search-box input:focus {
  outline: none;
  box-shadow: none;
  border-color: #5EA0E8; /* matches your gradient tones */
}

.filter-controls select:focus {
  outline: none;
  box-shadow: none;
  border-color: #5EA0E8; /* optional: matches your gradient color */
}

@media (max-width: 1240px) {
  .filter-controls .search-box input {
    width: 214px;
  }
  .filter-controls select {
    width: 225px;
  }
}
@media (max-width: 769px) {
  .feature-wrapper {
    grid-template-columns: 1fr;
  }
  .feature-wrapper > :first-child {
    grid-column: auto; /* reset spanning */
  }
  .filter-controls .search-box input {
    width: 155px;
  }
  .filter-controls select {
    width: 155px;
  }
}
@media (max-width: 1279px) {
  .blog-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 769px) {
  .blog-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 576px) {
  .card-head {
    font-size: 20px;
  }
  .date-published {
    font-size: 12px;
  }
}
@media (max-width: 992px) {
  .hero-section .digi-container .hero-content h1 {
    line-height: 140% !important;
    font-size: 28px;
  }
}
@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%;
  }
}
@media (max-width: 576px) {
  .hero-section .digi-container .hero-content h1 {
    font-size: 24px !important;
  }
  .hero-section p.hero-description {
    font-size: 16px;
    line-height: 140%;
  }
}
@media (max-width: 992px) {
  .hero-section .digi-container .hero-content {
    padding: 48px 56px 57px 30px;
  }
}
@media (max-width: 576px) {
  .hero-section .digi-container .hero-content {
    padding: 40px 12px 25px 8px;
  }
}
@media (min-width: 1440px) {
  h1 {
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    font-size: 52px;
    line-height: 140%;
    text-transform: uppercase;
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: 2.5rem; /* larger font on tablets and up */
  }
}
h2 {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.3;
}

@media (min-width: 768px) {
  h2 {
    font-size: 2rem;
  }
}
h3 {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.3;
}

@media (min-width: 768px) {
  h3 {
    font-size: 1.75rem;
  }
}
h4 {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.3;
}

@media (min-width: 768px) {
  h4 {
    font-size: 1.5rem;
  }
}
h5 {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.4;
}

@media (min-width: 768px) {
  h5 {
    font-size: 1.25rem;
  }
}
h6 {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.4;
}

@media (min-width: 768px) {
  h6 {
    font-size: 1rem;
  }
}
@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: 1240px) {
  .section-text {
    font-size: 28px;
  }
}

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