@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;400;700&family=Sriracha&display=swap");

/* Style the post list container */

body {
  font-family: "Manrope", sans-serif !important;
}

.list_style{
  list-style: unset !important;
  font-weight: normal !important;
}

p {
  font-family: Manrope;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.cl p {
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 150% !important;
}

.btn_toggle {
  padding: 1.3rem 1.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}

.breadcrumbs {
  margin-left: 2.5rem;
  margin-top: 2.5rem;
}

.breadcrumbs p a {
  text-decoration: none !important;
  color: black !important;
}

.breadcrumbs .breadcrumb_last {
  display: none !important;
}
.color{
  color: white;
}

.main-container {
  width: 100%;
  height:100%;
background: white;
  /* height: 100vh;  */
  /* This ensures the container takes up the full height of the viewport */
  display: flex;
  color: white;
 /* padding-left: 20px; */
  justify-content: left; /* Centers the child div horizontally */
  align-items: center; /* Centers the child div vertically */
  text-decoration: white;
}

.img-fluid{
  width: 100% !important;
  height:100% !important;
}

.bg_image{
  
  /* background-image: url("<?php bloginfo('template_directory') ?>/images/rotate-screen.svg"); */
  background-image: url("images/rotate-screen.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
}

.translation-dropdown-menu {
  right: 0 !important;
  left: auto !important;
  transform: translateX(0) !important;
  min-width: 160px !important;
  max-width: 200px !important;
  margin-right: 10px !important;
  border-radius: 12px !important;
  border: 1px transparent !important;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15) !important;
  padding: 0.5rem !important;
}

/* Mobile Translation Dropdown Menu */
.mobile-translation-menu {
  border-radius: 9px !important;
  background: #fff !important;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15) !important;
  padding: 0.5rem !important;
  right: 0 !important;
  left: auto !important;
  min-width: 150px !important;
  max-width: 180px !important;
  margin-right: 5px !important;
}

.arrowSpacinggg {
  width: 40px;
  height: 40px;
  transform: none !important;
}


* Hover Effects for Translation Dropdown Items */
.translation-dropdown-menu .dropdown-item:hover {
  background-color: #e1eefe !important;
  color: #4c4c4c !important;
  border-radius: 8px !important;
  transition: all 0.2s ease;
}

.mobile-translation-menu .dropdown-item:hover {
  background-color: #e1eefe !important;
  color: #4c4c4c !important;
  border-radius: 8px !important;
  transition: all 0.2s ease;
}

/* Dropdown Item Base Styling */
.translation-dropdown-menu .dropdown-item,
.mobile-translation-menu .dropdown-item {
  cursor: pointer;
  padding: 8px 12px;
  border-radius: 6px;
  transition: all 0.15s ease;
  text-decoration: none;
  color: #212121;
}

/* Active/Focus States */
.translation-dropdown-menu .dropdown-item:active,
.mobile-translation-menu .dropdown-item:active {
  background-color: #d1e7dd !important;
  color: #0d6efd !important;
}

/* Ensure Proper Z-Index */
.translation-dropdown-menu,
.mobile-translation-menu {
  z-index: 1050 !important;
}


@media screen and (max-width: 575px) {
  .breadcrumbs {
    margin-top: 0;
    margin-left: 1rem;
  }
}

table {
  overflow-x: auto !important;
  border-collapse: collapse !important;
  border: none !important;
  width: 100% !important;
}

th,
td {
  border: 1px solid #000000 !important;
  padding: 8px !important;
  text-align: center !important;
}

@media screen and (max-width: 600px) {
  table {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
  }
}

.shadow_blog {
  box-shadow: 0px 8px 48px 0px rgba(83, 83, 83, 0.12);
}

.body1 {
  font-size: 28px;
  line-height: 150%;
}

.body2 {
  font-size: 24px;
  line-height: 150%;
}

.body3 {
  font-family: Manrope;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.body4 {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.body5 {
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.headline1 {
  font-size: 64px;
}

.headline2 {
  font-size: 56px;
  line-height: 150%;
}

.headline3 {
  font-family: Manrope;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.headline4 {
  font-family: Manrope;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}

.headline5 {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.headline5_sb {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}

.caption1 {
  font-size: 12px;
  line-height: 150%;
}

.caption2 {
  font-size: 10px;
  line-height: 150%;
}

.nav_button {
  display: flex;
  height: 44px;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
}

.sort_icon {
  width: 38px;
  padding: 5px;
}

body {
  font-family: "Manrope", sans-serif;
}
.component {
  padding: 60px 0;
}
.component header {
  margin: 0 0 64px 0;
}
.component footer {
  margin-top: 64px;
}
.pg_bg3 .component:last-child {
  padding: 80px 0 80px 0;
}
.component section > .header {
  padding: 0 0 64px 0;
}
.component section > .card .header {
  margin: 0;
}
.subtital {
  color: #4c4c4c;
}
.lable {
  color: #4c4c4c;
}
.pg_bg3 {
  position: relative;
}

.pg_bg3::before {
  background-image: linear-gradient(
    to bottom,
    rgba(235, 237, 228, 0.17) 0%,
    #ebede4 28%,
    #ecefe5 100%
  );
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -2;
}

.nav-design2 {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
.article_content {
  display: flex;
  width: 654px;
  padding: 16px;
  align-items: center;
  gap: 24px;
}

.article_category_link .nav-link {
  color: #4c4c4c;
  text-decoration: none;
  border-top: none;
  border-right: none;
  border-left: none;
}
.article_category_link .nav-link:hover {
  color: black;
}

.article_category_link .nav-link.active {
  background-color: transparent;
  text-decoration: none;
  color: #000;
  border-bottom: 2px solid var(--Text-Secondary, #4c4c4c);
  border-top: none;
  border-right: none;
  border-left: none;
  font-weight: 500 !important;
}

.scrollable-tabs {
  overflow: hidden; /* Hide the horizontal scrollbar */
  position: relative;
}

.scrollable-tabs .nav-tabs {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto; /* Enable horizontal scrolling */
  padding-bottom: 20px; /* Add some bottom padding to accommodate the hidden scrollbar space */
  margin-bottom: -20px; /* Compensate for the added bottom padding */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
}

.scrollable-tabs .nav-tabs::-webkit-scrollbar {
  display: none; /* Hide scrollbar for Chrome, Safari, and Opera */
}

.scrollable-tabs .nav-tabs .nav-item {
  display: inline-block;
  white-space: nowrap;
}

.cloud-bg-lg::before {
  content: "";
  background: url("<?php bloginfo('template_directory') ?>/images/cloud_bg-lg.svg");
  background-repeat: no-repeat;
  background-attachment: inherit;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  bottom: 0px;
  height: 1200px;
  background-size: contain;
}

.search-icon {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  width: 20px;
  height: auto;
}

.none {
  display: none;
}

.content h4 {
}

.sticky-top-section {
  position: sticky;
  top: 0;
  background-color: #ffffff;
  z-index: 1000; /* Ensure it's above other content */
}

.input_with_icon {
  position: relative;
}
.input_with_icon .form-control {
  padding-left: 40px;
  height: 21px;
}
.input_with_icon img {
  position: absolute;
  top: 5px;
  bottom: 0;
  left: 10px;
  margin: auto;
}

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

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

form {
  color: #555;
  display: flex;
  padding: 2px;
  border: 1px solid currentColor;
  border-radius: 5px;
  margin: 0 0 8px;
}

.form-control:focus {
  box-shadow: none !important;
}

input[type="search"] {
  border: none;
  background: transparent;
  margin: 0;
  padding: 7px 8px;
  font-size: 14px;
  color: inherit;
  border: 1px solid transparent;
  border-radius: inherit;
}

input[type="search"]::placeholder {
  color: #bbb;
}

button[type="submit"] {
  text-indent: -999px;
  overflow: hidden;
  width: 40px;
  padding: 0;
  margin: 0;
  border-radius: inherit;
  cursor: pointer;
  opacity: 0.7;
}

button[type="submit"]:hover {
  opacity: 1;
}

.wp-block-embed-youtube {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  .wp-block-embed__wrapper iframe {
    width: 1328px;
    height: 664px;
    flex-shrink: 0;
    border-radius: 32px;
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.3) 0%,
        rgba(0, 0, 0, 0.3) 100%
      ),
      /* url(<path-to-image>), lightgray 50% / cover no-repeat; */
  }
}

.content .wp-block-columns.has-2-columns {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 575px) {
  .content .wp-block-columns.has-2-columns {
    display: block !important;
  }
}

.text_black {
  color: #212121;
}

.content figure {
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.mx_w_1366,
.container-fluid {
  max-width: 1366px;
}

.main_mt {
  margin-top: 3.6rem;
}

.get_loan {
  display: flex;
  height: 40px;
  padding: 8px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #fff;
}

.Steel_Blue {
  color: #2e3f5a;
}

.primary_blue {
  background: var(--Primary-Blue-6, #1474b6);
}

.text_tertiary {
  color: var(--Text-Tertiary, #808080);
}

.text_secondary {
  color: var(--Text-Secondary, #4c4c4c);
}

.content {
  padding: 1rem;
  position: relative;
   z-index: 1; 
   word-break: break-word;
}

.content p iframe {
  width: 100%;
  height: 431px;
}

.content p img {
  width: 100% !important;
  max-width: 100% !important;
  border-radius: 32px;
}

.content h2 {
  display: none;
}

.content ul {
  /* list-style: none; */
  text-align: justify;
  padding-left: 20px;
  margin-top: 2rem;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 150%;
}

.content a {
  text-decoration: none;
  /* color: var(--Text-Secondary, #4c4c4c); */
}

.content ol li {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.content video {
  width: 1328px !important;
  height: 664px !important;
  border-radius: 32px;
}

.navbar-toggler:focus {
  box-shadow: none !important;
}

.banner_height {
  min-height: 520px;
}

.listData li {
  position: relative;
  width: 100%;
  &:hover {
    .listItem {
      width: fit-content;
      background-color: #e1eefe;
      color: #4c4c4c;
    }
  }
}

._stretch {
  position: relative;
  width: 100%;
}

.footer_dropdown.fixed-accordion .accordion-button::after {
  filter: invert(1) !important;
}

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

/* Adjust the styles for mobile views here */
@media screen and (max-width: 575px) {
  .banner_height {
    min-height: 514px !important;
  }

  .content ul {
    list-style: none;
    text-align: justify;
    padding-left: 0;
    margin-top: 2rem;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
  }

  .content h3 {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
  }

  .content ol li {
    font-size: 14px;
    font-style: normal;
    /* font-weight: 600; */
    line-height: 150%;
  }

  .content a {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
  }

  .content .wp-block-image figure img {
    margin-bottom: 0;
    width: auto;
    height: auto;
  }

  .content video {
    width: 328px !important;
    height: 164px !important;
  }

  .m_text_tertiary {
    color: var(--Text-Tertiary, #808080) !important;
  }

  .main_mt {
    margin-top: 1rem;
  }

  .site-header {
    padding: 8px 0px 10px 0px;
    background: rgba(255, 255, 255, 1);
  }

  .site-header.sticky {
    top: 0;
  }

  p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }

  .pos-a {
    position: none;
    width: auto !important;
  }

  .m_text_left {
    text-align: left !important;
  }

  .m_body2 {
    font-size: 24px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 150% !important;
    text-align: left !important;
  }

  .m_body5 {
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 600;
    line-height: 150% !important;
    text-align: left !important;
  }

  .m_body5_regular {
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400;
    line-height: 150% !important;
    text-align: left !important;
  }

  .m_body4 {
    font-size: 0.875rem !important;
    font-style: normal !important;
    font-weight: 600;
    line-height: 150% !important;
    text-align: left !important;
  }

  .m_body3 {
    font-size: 20px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 150% !important;
  }

  .m_body3_sb {
    font-feature-settings: "clig" off, "liga" off;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
  }

  .m_Steel_Blue {
    color: #2e3f5a;
  }

  .m_caption1 {
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 150% !important;
  }

  .m_caption2 {
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
  }

  /* .scrollable-tabs .arrow {
    display: none !important;
  } */

  .secBackground {
    background-color: #ebede4;
    max-width: 100;
    margin-left: 0%;
    margin-right: 0%;
    z-index: 2;
    top: 30%;
  }

  .m_hide {
    display: none;
  }

  .dropdown-toggle::after {
    display: none !important;
  }

  .site-header {
    top: 16px;
  }

  .m_primary_navbar {
    padding-top: 0px;
    margin-top: 0px;
  }

  .wp-block-embed__wrapper {
    width: -webkit-fill-available;
  }

  .wp-block-embed-youtube .wp-block-embed__wrapper iframe {
    display: flex;
    width: 100%;
    height: revert-layer;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.3) 0%,
        rgba(0, 0, 0, 0.3) 100%
      ),
      /* url(<path-to-image>), lightgray 50% / cover no-repeat; */
  }

  .content .wp-block-image figure img {
    margin-bottom: 0;
  }

  .content div img {
    width: 350px;
    height: 164px;
    border-radius: 8px;
    /* background: url(<path-to-image>), lightgray 0px -1.273px / 100% 100.947% no-repea; */
  }

  .content p iframe {
    display: flex !important;
    width: 100% !important;
    height: 164px !important;
    justify-content: center !important;
    align-items: center !important;
    border-radius: 8px !important;
  }

  .nav-design2 {
    gap: 0 !important;
  }

  .m_height58 {
    height: 58px !important;
  }

  .m_mTop1rem {
    margin-top: 1rem !important;
  }

  .secondary_nav {
    padding: 0 !important;
  }

  .dropdown-menu.show {
    padding: 0 !important;
    border-radius: 0px !important;
    background: rgba(244, 244, 244, 1) !important;
    box-shadow: none !important;
  }

  .dropdown-menu .dropdown-item {
    background: none !important;
  }

  .navbar-nav .nav-link.show {
    color: black !important;
    text-decoration: none !important;
  }
}

/* Adjust the styles for web views here */
@media screen and (min-width: 992px) {
  .pos-a {
    position: absolute;
  }
  .secBackground {
    margin-left: 1rem;
    margin-right: 1rem;
    width: 50%;
    z-index: 2;
    top: 20%;
  }

  .mobile-hidden {
    display: block;
  }

  .mobile-visible {
    display: none;
  }
}

@media (max-width: 991px) {
  .navbar .dropdown-menu {
  }
}

/*************/

/* Style the post list container */

.headline1 {
  font-size: 64px;
}

.headline2 {
  font-size: 56px;
  line-height: 150%;
}

.headline5 {
  font-size: 32px;
  line-height: 150%;
}

.caption1 {
  font-size: 12px;
  line-height: 150%;
}

.caption2 {
  font-size: 10px;
  line-height: 150%;
}
body {
  font-family: "Manrope", sans-serif;
}
.gradiantTheme {
  background: linear-gradient(
    180deg,
    rgba(234.68, 237.15, 227.66, 0) 0%,
    #ebeee4 95%
  );
}

.component {
  padding: 60px 0;
}
.component header {
  margin: 0 0 64px 0;
}
.component footer {
  margin-top: 64px;
}
.pg_bg3 .component:last-child {
  padding: 80px 0 80px 0;
}
.component section > .header {
  padding: 0 0 64px 0;
}
.component section > .card .header {
  margin: 0;
}
.subtital {
  color: #4c4c4c;
}
.lable {
  color: #4c4c4c;
}
.pg_bg3 {
  position: relative;
}
.pg_bg3::before {
  background-image: linear-gradient(
    to bottom,
    rgba(235, 237, 228, 0.17) 0%,
    #ebede4 28%,
    #ecefe5 100%
  );
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -2;
}

.nav-design2 {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

.search-bar {
  border-radius: 8px;
  border: 1px solid #d5d5d5;
  background: #fff;
}

.nav-design2 li a {
  color: #4c4c4c;
}

.icons {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

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

.horizontal_line {
  width: 1089px;
}

.search_bar {
  background: transparent !important;
  border: none !important;
  display: flex;
  align-items: center;
  gap: 16px;
  border-radius: 8px;
  border: 1px solid #d5d5d5;
  padding-left: 35px;
  background: #fff;
}

.dropdown_ {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding: 16px;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  border: 1px solid var(--Text-Disabled, #d5d5d5);
  background: white !important;
  color: #000 !important;
}

.dropdown_:hover {
  background: white;
  color: #000;
}

#searchInput::placeholder {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.pagination > .page-numbers {
  width: 40px;
  height: 40px;
  padding: 8px;
  border-radius: 50%;
  border: 1px solid #a6a6a6;
  text-align: center;
  background-color: transparent;
  margin: 0 8px;
  color: #4c4c4c;
  text-decoration: none;
}
.pagination > .page-numbers:first-child,
.pagination > .page-numbers:last-child {
  width: auto;
  border: none;
  border-radius: 0;
}

.pagination > .page-numbers:first-child.current,
.pagination > .page-numbers:last-child.current {
  width: 40px;
  height: 40px;
  padding: 8px;
  border-radius: 50%;
}

.pagination > .page-numbers:focus {
  box-shadow: none;
}
.pagination > .page-numbers.current {
  color: #1b6c4a;
  background-color: #98d9ce;
  border-color: #98d9ce;
}

.bannerHeight {
  height: 300px;
}

/* Style the post title */
.entry-title {
  color: var(--text-primary, #212121);
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  /* font-family: Manrope; */
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 54px */
  margin: 0 0 16px 0;
}

/* Adjust the header width and center it */
.entry-header {
  width: 100%;
  max-width: 712px;
  margin: 0 auto; /* Center align */
  padding: 0 20px; /* Add padding for better mobile view */
}

/* Media query for smaller screens */
@media only screen and (max-width: 768px) {
  .entry-header {
    max-width: 90%; /* Adjust width for smaller screens */
    padding: 0 10px; /* Adjust padding for smaller screens */
  }
}

/* Style blockquotes for better readability */
blockquote {
  font-style: italic;
  border-left: 3px solid #0074b9;
  margin: 0;
  padding: 10px;
  background: #f9f9f9;
}

/* Style the post metadata (date, author, categories, tags) */
.entry-meta {
  font-size: 0.9rem;
  color: #888;
  margin-bottom: 20px;
}

/* Style comments, if your theme displays them */
.comment {
  margin-bottom: 20px;
}

.entry-meta {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-direction: row;
  align-items: flex-start;
  margin: 0 0 48px 0; /* Adjust margin as needed */
}

.published-author {
  margin-right: 16px;
}

.published-date {
  margin-left: 16px;
}

.common-text-design {
  color: var(--text-secondary, #4c4c4c);
  text-align: center;
  /* font-family: Manrope; */
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.dot {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
}

/* Target the image within wp-block-image */
.wp-block-image img {
  max-width: 95%;
  border-radius: 16px;
}
.wp-block-image {
  text-align: center;
}
.entry-content {
  display: inline-flex;
  justify-content: center;
  padding: 24px 0px;
  flex-direction: column;
  align-items: center;
  gap: 56px;
}
.entry-contents {
  width: 100%;
}

.banner-image {
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .bannerHeight {
    height: auto; /* Adjust height as needed for mobile */
  }

  .card-body {
    width: 100%; /* Make content take full width on mobile */
    position: static; /* Adjust position for mobile view */
    text-align: center; /* Center align text */
    top: unset; /* Remove top positioning */
  }

  .banner-image {
    content: url("/wp-content/themes/homeFirstWebTheme/images/banners/artilce_mobile_banner.svg");
  }
}

  /* width: 100%;
  height: 100%; */
/* #lottie-container {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  visibility: hidden;
  background-color: white;
} */

/* .lottie-container{position:relative; height:300px;width:300px;}
.lottie-loader{position:absolute;left:0;right:0;top:0;bottom:0;margin:auto}
 */

 #lottie-container {
  height: 100vh;
  text-align: center;
  align-content: center;
  background: url("../images/loader.gif") center center no-repeat;
 }

nav {
  transition: background-color 0.3s;
}

.site-header {
  background-color: rgba(255, 255, 255, 0);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: all 0.5s ease;

  .secondary_nav.desktop {
    .nav-link {
      margin: 10px 0;
      padding: 8px;
    }
  }

  .secondary_nav.mobile {
    .nav-link {
      padding: 10px !important;
    }
  }
}

.site-header.sticky:hover {
  background-color: rgb(255, 255, 255, 1);
  box-shadow: 0px 8px 28px 0px rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease;

  .primary_nav {
    border-radius: 0;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    transition: all 0.7s ease;
  }

  .secondary_nav {
    height: auto;
    opacity: 1;
    transition: all 0.2s ease;
  }
}

@media (max-width: 576px) {
  .site-header.sticky {
    background-color: rgb(255, 255, 255, 1) !important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 5px !important;
  }
}

.primary_nav {
  padding: 20px 35px;
  transition: all 0.3s ease;
}

.primary_nav.sticky {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(4px) brightness(110%);
  -webkit-backdrop-filter: blur(4px) brightness(110%);
  border-radius: 1rem;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 5px;
  transition: all 0.3s ease;
}

.primary_nav .btn-outline-primary {
  font-size: 14px;
  font-weight: 600;
  border: 2px solid #1474b6;
  color: #1474b6;
}

.primary_nav .btn-outline-primary:hover {
  background-color: transparent;
}

.site-header:hover .primary_nav {
  border-radius: 0;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: all 0.7s ease;
}

.site-header:hover .secondary_nav {
  height: auto;
  opacity: 100;
  transition: all 0.2s ease;
}

.secondary_nav {
  padding: 0px 30px;
  height: auto;
  transition: all 0.2s ease;
}

.secondary_nav.sticky {
  transition: all 0.3s ease;
  opacity: 0;

  .nav-link {
    margin: 0 !important;
    padding: 4px 8px !important;
  }
}

._dropdown {
  display: flex;
  width: 293px;
  height: 600px;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  flex-shrink: 0;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
}

.list-unstyled li h3 a:hover {
  border-bottom: 1px solid white !important;
}

._dropdown_list {
  display: flex;
  padding: 12px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.5);
}

.dropdown-menu.show {
  display: flex;
  padding: 0.5rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  flex-shrink: 0;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
}

.dropdown .dropdown-menu .dropdown-item:hover {
  border-radius: 12px !important;
  background: #e3eefc !important;
  color: #000 !important;
  transition: 0.2s;
}

.dropdown-menu .dropdown-item {
  padding: 10px 8px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
}

.nav_active {
  color: #1474b6;
  text-decoration: underline;
  text-underline-offset: 0.4rem;
}

.primary_nav .nav-link:hover {
  color: #1474b6;
}
.secondary_nav .nav-link:hover {
  color: #1474b6;
}

.c1 {
  color: #0785da;
  font-weight: 600;
}

.nav-item .show {
  color: #1474b6 !important;
  img {
    transform: rotate(180deg);
  }
}

.dropdown_.show {
  color: #1474b6 !important;
  img {
    transform: rotate(180deg);
  }
}

.navbar-nav .nav-link.show {
  color: #1474b6;
  text-decoration: underline;
  text-decoration-color: #1474b6;
  text-underline-offset: 0.5rem;
}

.cloud-blog::before {
  content: "";
  background-image: url("../images/cloud-lg.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: inherit;
  position: absolute;
  bottom: -42%;
  right: -8%;
  width: 1043px;
  height: 869px;
  background-size: contain;
  opacity: 0.6;
  animation: move_left 2s linear infinite;
  -moz-animation: move_left 2s linear infinite;
  -webkit-animation: move_left 2s linear infinite;
  -ms-animation: move_left 2s linear infinite;
  -o-animation: move_left 2s linear infinite;
}

.cloud-blog-single::before {
  content: "";
  background-image: url("../images/cloud-lg.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: inherit;
  position: absolute;
  right: -8%;
  width: 1043px;
  height: 869px;
  background-size: contain;
  opacity: 0.6;
  animation: move_left 2s linear infinite;
  -moz-animation: move_left 2s linear infinite;
  -webkit-animation: move_left 2s linear infinite;
  -ms-animation: move_left 2s linear infinite;
  -o-animation: move_left 2s linear infinite;
}

.cloud-blog-article::before {
  content: "";
  background-image: url("../images/cloud_article.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: inherit;
  position: absolute;
  left: -38%;
  width: 1043px;
  height: 869px;
  background-size: contain;
  opacity: 0.6;
  animation: move_left 2s linear infinite;
  -moz-animation: move_left 2s linear infinite;
  -webkit-animation: move_left 2s linear infinite;
  -ms-animation: move_left 2s linear infinite;
  -o-animation: move_left 2s linear infinite;
}

@media screen and (max-width: 576px) {
  .cloud-blog-article::before {
    display: none !important;
  }

  .cloud-blog-single::before {
    display: none !important;
  }

  .cloud-blog::before {
    display: none !important;
  }

  .article_img {
    position: relative;
    left: 6rem !important;
  }
}
