<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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&amp;family=Sofia+Sans:ital,wght@0,1..1000;1,1..1000&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Passions+Conflict&amp;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;
  }
}

/* ------------------------- */

.blogdetails-video-section {
  opacity: 0.6;
  margin: 0 0 150px;
  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;
  background-size: cover;
}

.blogs-video-hero-section .blogvideo-category-text {
  font-size: 14px;
  font-family: "Poppins-Medium";
  color: #1b53af;
  margin-bottom: 10px;
}

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

.blogdetails-video-section .video-title h2 {
  font-size: 1.5rem;
  font-family: "Poppins-SemiBold";
  color: #040505;
  margin-bottom: 20px;
}

.blogdetails-video-section .video-container video {
  border-radius: 18px;
  object-fit: cover;
  outline: none;
}
</pre></body></html>