@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Sofia+Sans:ital,wght@0,1..1000;1,1..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Passions+Conflict&display=swap");

@font-face {
  font-family: "Poppins-Regular";
  src: url(../fonts/Poppins-Regular.ttf);
}

@font-face {
  font-family: "Poppins-Bold";
  src: url(../fonts/Poppins-Bold.ttf);
}

@font-face {
  font-family: "Poppins-SemiBold";
  src: url(../fonts/Poppins-SemiBold.ttf);
}

@font-face {
  font-family: "Poppins-Black";
  src: url(../fonts/Poppins-Black.ttf);
}

@font-face {
  font-family: "Poppins-Medium";
  src: url(../fonts/Poppins-Medium.ttf);
}

@font-face {
  font-family: "Poppins-Italic";
  src: url(../fonts/Poppins-Italic.ttf);
}

@font-face {
  font-family: "Adobe Handwriting-Ernie";
  src: url(../fonts/AdobeHandwriting-Ernie.ttf);
}

html {
  scroll-behavior: smooth;
}

input:focus {
  outline: none;
  border: none;
}

.text-primary {
  color: #383e42;
}

:root {
  --tab-color: #f6f7fb;
  --color-primary-dark: #e6b410;
  --color-interaction: #ffc709;
  --color-light-1: #f3f6f6;
  --color-dark: #2f4037;
  --color-dark-1: #2a332e;
  --text-18: 18px;
  --text-16: 16px;
  --text-color: #4285f4;
}

/* Styles for Fade-In */
section {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.5s ease, transform 1s ease;
  will-change: opacity, transform;
}

section.visible {
  opacity: 1;
  transform: translateY(0);
}

.mx-7 {
  margin-left: 6rem;
  margin-right: 6rem;
}

@media (max-width: 992px) {
  .mx-7 {
    margin: 0 !important;
  }
}

@media (max-width: 1200px) {
  .mx-7 {
    margin: 0 !important;
  }
}

/* -----------------------blog cards---------------------- */
.blog-hero-section {
  padding: 70px 0 90px;
  background: linear-gradient(
      0deg,
      rgba(232, 241, 255, 0) 0%,
      rgba(234, 242, 255, 0.6) 100%
    ),
    url("../Image/solution-bg-2.svg");
  background-repeat: no-repeat;
}

.blog-hero-section .blog-herocontent h5 {
  font-family: "Poppins-Medium";
  font-size: 22px;
  color: #4285f4;
  padding-bottom: 10px;
}

.blog-hero-section .blog-herocontent h2 {
  font-family: "Poppins-SemiBold";
  font-size: 32px;
  color: #000000;
  margin-bottom: 8%;
}

/* .blog-hero-section .read-btn button {
  padding: 14px 34px;
  background-color: #4285f4;
  color: #ffffff;
  font-family: "Poppins-Medium";
  font-size: 16px;
  border-radius: 4px;
  cursor: pointer;
} */

.blog-hero-section .custom-read-btn {
  display: inline-block;
  padding: 14px 34px;
  background-color: #4285f4;
  color: #ffffff;
  font-family: "Poppins-Medium";
  font-size: 16px;
  border-radius: 4px;
  cursor: pointer;
  border: none;
  text-decoration: none;
}

.blog-hero-section .custom-read-btn:focus,
.blog-hero-section .custom-read-btn:active {
  outline: none;
  box-shadow: none;
}

.blog-hero-section .custom-read-btn:hover {
  background-color: #6aa8ff; 
  text-decoration: none;
}


.blog-hero-section .blog-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  text-decoration: none;
  color: inherit;
  width: 90%;
}

.blog-hero-section .blog-card:hover {
  transform: translateY(-5px);
}

/* .blog-hero-section .blog-img-placeholder {
  background-color: #e5e7eb;
  width: 100%;
  height: 345px;
} */

.blog-hero-section .blog-img-placeholder img {
  /* background-color: #e5e7eb; */
  width: 100%;
  height: 345px;
  object-fit: cover;
}

.blog-hero-section .blogcard-footer {
  padding: 16px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
}

.blog-hero-section .author-info {
  display: flex;
  align-items: center;
}

.blog-hero-section .author-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}

.blog-hero-section .herosection-author-name {
  font-family: "Poppins-medium";
  font-size: 14px;
  font-weight: 600;
}

.blog-hero-section .read-time {
  font-size: 0.9rem;
  color: #555;
  display: flex;
  align-items: center;
  font-family: "Poppins-Regular";
}

.blog-hero-section .read-time i {
  margin-right: 5px;
}

.blog-latestthoughts-section {
  padding: 70px 0 190px;
  background-color: #f8f9fb;
}

.blog-latestthoughts-section .main-title {
  font-family: "Poppins-SemiBold";
  font-size: 34px;
  color: #040505;
  margin-bottom: 10px;
}

.blog-latestthoughts-section .thoughts-subtitle {
  font-family: "Poppins-Regular";
  font-size: 16px;
  color: #555;
  margin: 0;
  /* max-width: 90%; */
}

.blog-latestthoughts-section .blog-filter {
  box-shadow: 0px 10px 40px #bdc1c933;
  border: 1px solid #e1e4eb;
  border-radius: 12px;
  padding: 4px;
  background-color: #ffffff;

  max-width: 350px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.overflow-scroll-hidden::-webkit-scrollbar {
  display: none;
}

.blog-latestthoughts-section .btn-filter {
  padding: 8px 20px;
  font-family: "Poppins-Regular";
  font-size: 14px;
  border: none;
  color: #383e42;
  opacity: 0.7;
}

.blog-latestthoughts-section .btn-filter.active,
.blog-latestthoughts-section .btn-filter:hover {
  background-color: #4285f4;
  color: #fff;
  opacity: 1;
/*   width: 79px; */
  box-shadow: 0px 10px 40px #bdc1c933;
  border-radius: 8px;
  font-family: "Poppins-Regular";
}

.blog-latestthoughts-section .search-bar {
  border-radius: 12px;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0px 10px 40px #bdc1c933;
  border: 1px solid #e1e4eb;
  border-radius: 12px;
  max-width: 250px;
}

.blog-latestthoughts-section .search-bar input {
  border: none;
  font-family: "Poppins-Regular";
  font-size: 14px;
  padding: 10px 15px;
  border-radius: 30px 0 0 30px;
}

.search-bar .input-group-text i {
  color: #6f6f6f;
}

.blog-latestthoughts-section .search-bar input:focus {
  outline: none;
  box-shadow: none;
}

.blog-latestthoughts-section .search-bar .input-group-text {
  background: transparent;
  border: none;
  padding-right: 16px;
  color: #4285f4;
  font-size: 16px;
}

.blog-latestthoughts-section .badge-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.blog-latestthoughts-section .rounded-pill {
  border-radius: 20px;
  padding: 10px 12px;
  font-size: 11px;
  font-family: "Poppins-Medium";
  display: inline-block;
  white-space: nowrap;
  cursor: pointer;
}

.badge-wrapper .bg-blue {
  background: #dbe9ff;
  color: #1b53af;
}

.badge-wrapper .bg-red {
  background: #f4e7e6;
  color: #b12d22;
}

.badge-wrapper .bg-green {
  background: #e1efe5;
  color: #22863d;
}

.badge-wrapper .bg-yellow {
  background: #f0ece1;
  color: #be8418;
}

.blog-latestthoughts-section .blog-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s;
  min-height: 370px;
  height: 100%;
}

.blog-latestthoughts-section .blog-card:hover {
  transform: translateY(-4px);
}

/* .blog-meta .blog-category-1 {
  font-size: 14px;
  font-family: "Poppins-Medium";
  color: #1b53af;
}

.blog-meta .blog-category-2 {
  font-size: 14px;
  font-family: "Poppins-Medium";
  color: #be8418;
}

.blog-meta .blog-category-3 {
  font-size: 14px;
  font-family: "Poppins-Medium";
  color: #b12d22;
}

.blog-meta .blog-category-4 {
  font-size: 14px;
  font-family: "Poppins-Medium";
  color: #22863d;
} */

.blog-meta .bg-blue {
  font-size: 14px;
  font-family: "Poppins-Medium";
  color: #1b53af;
}

.blog-meta .bg-yellow {
  font-size: 14px;
  font-family: "Poppins-Medium";
  color: #be8418;
}

.blog-meta .bg-red {
  font-size: 14px;
  font-family: "Poppins-Medium";
  color: #b12d22;
}

.blog-meta .bg-green {
  font-size: 14px;
  font-family: "Poppins-Medium";
  color: #22863d;
}

.blogcard-vdo-placeholder,
.blogcard-img-placeholder {
  position: relative;
  background-color: #e5e7eb;
  height: 200px;
  border: 1px solid #e1e4eb;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
}

.blogcard-vdo-placeholder img,
.blogcard-img-placeholder img {
  height: 200px;
  width: 100%;
  object-fit: cover;
  border-radius: 12px 12px 0 0;
}

/* VIDEO ICON STYLES */
.blogcard-vdo-placeholder .play-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(-50%, -50%);
  font-size: 40px;
  color: white;
  opacity: 0.9;
  z-index: 2;
}

.blogcard-audio .audio-bg-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.blogcard-audio .audio-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.blog-latestthoughts-section .blog-content {
  padding: 1rem;
}

.blog-latestthoughts-section .blog-meta {
  font-size: 0.8rem;
  margin-bottom: 16px;
  color: #888;
}

/* .blog-latestthoughts-section .dot {
  margin: 0 5px;
  color: #c4ccd8;
} */

.blog-latestthoughts-section .dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #c4ccd8;
  border-radius: 50%;
  margin: 0 6px 2px;
}

/* .blog-latestthoughts-section .blog-title {
  font-size: 1rem;
  font-family: "Poppins-SemiBold";
  margin-bottom: 20px;
  color: #040505;
  line-height: 1.4;
} */

.blog-latestthoughts-section .blog-title {
  font-size: 1rem;
  font-family: "Poppins-SemiBold";
  margin-bottom: 20px;
  color: #040505;
    line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2; 
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-latestthoughts-section .blog-title-wrapper {
  /* height: 3.6em;  */
  overflow: hidden;
}

.blog-latestthoughts-section .author-img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  margin-right: 8px;
  object-fit: cover;
}

.blog-latestthoughts-section .author-name {
  font-size: 0.9rem;
  color: #040505;
  font-family: "Poppins-Medium";
}

.blog-latestthoughts-section .read-time {
  font-size: 0.8rem;
  color: #6f6f6f;
  font-family: "Poppins-Medium";
}

.blog-latestthoughts-section .read-time i {
  margin-right: 5px;
}

.blog-latestthoughts-section .subscribe-card {
  background: transparent linear-gradient(217deg, #f2f6ff 0%, #d6e3ff 100%) 0%
    0% no-repeat padding-box;
  border-radius: 12px;
  padding: 24px;
  min-height: 370px;
}

.blog-latestthoughts-section .subscribe-content h5 {
  font-family: "Poppins-SemiBold";
  font-size: 24px;
  margin-bottom: 11px;
  letter-spacing: -0.3px;
  color: #383e42;
  text-align: left;
}

.blog-latestthoughts-section .subscribe-content p {
  color: #383e42;
  font-family: "Poppins-Regular";
  font-size: 16px;
  margin-bottom: 8px;
}

.blog-latestthoughts-section .subscribe-content i {
  color: #4285f4;
  font-size: 2rem;
}

.blog-latestthoughts-section .subscribe-form .form-label {
  letter-spacing: -0.14px;
  color: #383e42;
  font-family: "Poppins-Medium";
  font-size: 14px;
}

.blog-latestthoughts-section .subscribe-form .form-control {
  border-radius: 6px;
  height: 44px;
  letter-spacing: -0.16px;
  color: #383e42;
  opacity: 0.6;
  font-family: "Poppins-Regular";
  font-size: 14px;
  border: 1px solid #e1e4eb;
  background: #ffffff;
  padding-left: 12px;
}

.blog-latestthoughts-section .subscribe-form .form-control::placeholder {
  background: #ffffff;
}

.blog-latestthoughts-section .subscribe-form button {
  font-family: "Poppins-SemiBold";
  background: #062e6f;
  border-radius: 8px;
  color: #ffffff;
  padding: 16px 28px;
}

/* ----css targetting for---contact form -- */

.subscribe-card-wrapper label.form-label {
  letter-spacing: -0.14px;
  color: #383e42;
  font-family: "Poppins-Medium";
  font-size: 14px;
  margin-bottom: 6px;
  display: inline-block;
}

.subscribe-card-wrapper input.form-control {
  border-radius: 6px;
  height: 44px;
  letter-spacing: -0.16px;
  color: #383e42;
  font-family: "Poppins-Regular";
  font-size: 14px;
  border: 1px solid #e1e4eb;
  background: #ffffff;
  padding-left: 12px;
}

.subscribe-card-wrapper input::placeholder {
  color: #999;
  opacity: 0.6;
  font-family: "Poppins-Regular";
  letter-spacing: -0.16px;
  font-size: 14px;
}

.subscribe-card-wrapper .wpcf7-submit.btn {
  font-family: "Poppins-SemiBold";
  background: #062e6f;
  border-radius: 8px;
  color: #ffffff;
  padding: 16px 28px;
}

/* ----contact-form css end----- */

/* .blog-latestthoughts-section .blogcard-audio {
  padding: 10px;
} */

/* .blog-latestthoughts-section .blogcard-audio i {
  background: #8d929d;
  border-radius: 50%;
  padding: 15px;
  color: #ffffff;
} */

@media (max-width: 992px) {
  .blog-hero-section {
    padding: 60px 0 80px;
  }

  .blog-latestthoughts-section {
    padding: 60px 0 170px;
  }

  .blog-hero-section .blog-herocontent h2 {
    font-size: 28px;
  }

  .blog-hero-section .blog-herocontent h5 {
    font-size: 20px;
  }

  .blog-hero-section .read-btn button {
    font-size: 15px;
  }

  .blog-hero-section .herosection-author-name {
    font-size: 13px;
  }

  .blog-hero-section .read-time {
    font-size: 0.85rem;
  }

  .blog-latestthoughts-section .main-title {
    font-size: 32px;
    text-align: center;
  }

  .blog-latestthoughts-section .subscribe-content h5 {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .blog-hero-section {
    padding: 40px 0 70px;
  }

  .blog-latestthoughts-section {
    padding: 40px 0 170px;
  }

  .blog-hero-section .blog-herocontent h2 {
    font-size: 24px;
  }

  .blog-hero-section .blog-herocontent h5 {
    font-size: 18px;
  }

  .blog-hero-section .read-btn button {
    font-size: 14px;
    padding: 12px 28px;
  }

  .blog-hero-section .herosection-author-name {
    font-size: 12px;
  }

  .blog-hero-section .read-time {
    font-size: 0.8rem;
  }

  .blog-latestthoughts-section .main-title {
    font-size: 30px;
  }
  .blog-latestthoughts-section .thoughts-subtitle p {
    text-align: center;
  }

  .blog-latestthoughts-section .blog-title {
    font-size: 0.95rem;
  }

  .blog-latestthoughts-section .author-name {
    font-size: 0.9rem;
  }

  .blog-latestthoughts-section .read-time {
    font-size: 0.75rem;
  }

  .blog-latestthoughts-section .subscribe-content h5 {
    font-size: 22px;
  }
  .blog-latestthoughts-section .subscribe-content p {
    font-size: 13px;
  }
}

@media (max-width: 576px) {
  .blog-hero-section {
    padding: 40px 0 40px;
  }

  .blog-latestthoughts-section {
    padding: 10px 0 135px;
  }

  .blog-hero-section .blog-herocontent h2 {
    font-size: 20px;
  }

  .blog-hero-section .blog-herocontent h5 {
    font-size: 16px;
  }

  .blog-hero-section .read-btn button {
    font-size: 13px;
    padding: 10px 24px;
  }

  .blog-hero-section .herosection-author-name {
    font-size: 11.5px;
  }

  .blog-hero-section .read-time {
    font-size: 0.75rem;
  }

  .blog-latestthoughts-section .main-title {
    font-size: 26px;
  }

  .blog-latestthoughts-section .subscribe-content h5 {
    font-size: 20px;
  }

  .blog-latestthoughts-section .blog-title {
    font-size: 0.9rem;
  }

  .blog-latestthoughts-section .author-name {
    font-size: 0.8rem;
  }

  .blog-latestthoughts-section .read-time {
    font-size: 0.7rem;
  }
}

/* 
@media (max-width: 992px) {

}

@media (max-width: 768px) {

}
@media (max-width: 576px) {

} 

*/
