/* Roboto Regular */
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Jost Regular */
@font-face {
  font-family: "Jost";
  src: url("../fonts/Jost-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-body: "Roboto", sans-serif;
  --font-title: "Jost", sans-serif;
  --font-title-2: "Yeseva One", cursive;
  --color-primary: #183855;
  --color-primary-2: #16a0e2;
  --color-primary-3: #f10505;
  --color-white: #fff;
  --color-black: #000;
  --color-primary-rgb: 255, 24, 78;
  --color-black-rgb: 0, 0, 0;
  --color-white-rgb: 250, 250, 250;
  --color-default: #5d6273;
  --color-gray: #f8f8f8;
  --color-border: #e1e0e0;
  --color-border-2: #f2f1f1;
  --color-border-3: #f7f7f7;
  --color-dark: #111111;
  --color-dark-2: #080b17;
  --color-dark-blue: #173b59;
  --color-sky-blue: #87d1f4;
}

body {
  font-family: var(--font-body);
  font-size: 16px;
  padding: 0;
  margin: 0;
  overflow-x: hidden !important;
  font-weight: 400;
  line-height: 29px;
  color: var(--color-default);
  background-color: var(--color-white);
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  margin: 0;
  line-height: 1.3;
  font-family: var(--font-title);
}

img {
  max-width: 100%;
  height: auto;
}

ul {
  margin: 0px;
  padding: 0px;
}

button {
  cursor: pointer;
}

*:focus {
  outline: none;
}

button {
  border: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

button:focus {
  outline: none;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  color: inherit;
}

select {
  height: 55px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* background-image: url(/demo/blissinfo/img/select-arrow.png); */
  background-position: calc(100% - 10px) 50%;
  background-repeat: no-repeat;
  padding-right: 20px;
  background-color: transparent;
  border: 0;
}

input[type="text"],
input[type="url"],
input[type="password"],
input[type="email"],
input[type="tel"],
form select,
textarea {
  font-family: "Roboto", sans-serif;
  width: 100%;
  height: 60px;
  border: 2px solid var(--color-white);
  border-radius: 0;
  padding: 0 20px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

input[type="text"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
form select:focus,
textarea:focus,
.comments-form textarea:focus {
  border-color: var(--color-primary);
}

button {
  border: 0;
}

table {
  width: 100%;
}

p,
li,
span {
  font-family: "Roboto", sans-serif;
  color: var(--color-default);
  margin-bottom: 0;
}
.admin-bar
  .header__main-wrap.uk-sticky.uk-active.uk-sticky-below.uk-sticky-fixed {
  margin-top: 32px !important;
}

/* Preloader */

/* Preloader styles */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff; /* background color */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}

.spinner {
  width: 50px;
  height: 50px;
  border: 5px solid #ccc;
  border-top: 5px solid #0073aa; /* WordPress blue */
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

/* End Preloader styles */
.top-header-center .logo img {
    width: 65%;
    height: 36px;
    display: block;
    margin: 0 auto;
    margin-top: 4px;
}

.visible {
display:block !important;
}

.hidden {
display:none;
}

.main-header {
  padding: 20px 0px 10px 0px;
}

.top-header {
  background-color: var(--color-sky-blue);
  color: #b7b7b8;
  font-weight: 500;
  position: relative;
  padding: 10px 0px;
}

.top-header-left svg {
  fill: var(--color-primary);
  width: 20px;
  height: 20px;
}

.top-header-left h2 {
  color: var(--color-white);
  font-size: 15px;
  font-family: var(--font-body);
  font-weight: 400;
}

.top-header-left {
  display: flex;
  gap: 4px;
  justify-content: start;
  align-items: center;
  width: 100%;
  height: 100%;
}

.top-header-left .calendar svg {
  fill: var(--color-primary);
  width: 20px;
  height: 20px;
}

.top-header-right {
  display: flex;
  justify-content: end;
  gap: 20px;
  align-items: center;
    height: 43px;
}

.top-header-right .claendar svg {
  fill: var(--color-primary);
  width: 20px;
  height: 20px;
}
.top-header-left svg:hover {
  fill: var(--color-white);
}
img.qrcode-media {
    width: 200px !important;
    height: 200px !important;
    /* margin-bottom: 0; */
}

.top-header-right .social-icons ul {
  list-style: none;
  display: flex;
  gap: 10px;
}

.top-header-right .social-icons ul li svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}

.top-header-right .social-icons ul li svg:hover {
  fill: var(--color-white);
}
.top-header-left .calendar h2 {
  color: var(--color-white);
}

.top-header-left .claendar h2 {
  color: #b9b9b9;
  font-size: 15px;
  font-weight: 100;
  font-family: var(--font-body);
}

.top-header-left .claendar {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.site-branding img {
  width: 100px;
  height: 100px;
  object-fit: cover;
 border-radius: 24px;
}
div#primary-menu ul {
  list-style: none;
  display: flex;
  gap: 10px;
}
button.open-popup-image {
    background-color: #537ef7;
    color: #fff;
    padding: 10px 10px;
    border-radius: 8px;
    font-weight: bold;
}

nav#site-navigation {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: start;
  align-items: center;
}

div#primary-menu ul li a {
  color: var(--color-black);
  font-weight: 900;
  font-size: 15px;
  font-style: normal;
  font-family: var(--font-body);
}

div#primary-menu ul li a:hover {
  color: var(--color-primary);
}

footer.site-footer {
  background-color: #538dfb;
  color: var(--color-white);
  padding: 30px 0px;
}
.footer-logo img {
  width: 100px;
  height: 100px;
  border-radius: 24px;
}
.footer-logo p {
  font-size: 16px;
  color: var(--color-white);
  padding-top: 20px;
}
.footer-Store {
  padding-top: 20px;
}

.quick-links h2 {
  color: var(--color-white);
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 22px;
}  

.quick-links ul {
  list-style: none;
}
.quick-links ul li a:hover {
  color: #fff;
}
.quick-links ul li a {
  color: var(--color-white) !important;
  font-size: 16px;
  font-family: var(--font-body);
}

.quick-links ul li {
  line-height: 40px;
}

.quick-links {
  padding: 28px 35px 0px 35px;
}

.footer-categories h2 {
  color: var(--color-white);
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 22px;
}

.footer-categories ul {
  list-style: none;
}

.footer-categories ul li a {
  color: var(--color-white) !important;
  font-size: 16px;
  font-family: var(--font-body);
}

.footer-categories ul li {
  line-height: 40px;
}

.footer-categories {
  padding: 28px 35px 0px 35px;
}

.Recent-Posts {
 padding: 0;
    display: flex;
    gap: 20px;
    align-items: center;
}
.Recent-Posts h2 {
  color: var(--color-primary);
  font-size: 14px;
  font-weight: 600;
 
}

.Recent-Posts-list {
  display: flex;
  gap: 20px;
  padding-bottom: 20px;
}

.Recent-Posts-list .post-image {
  position: relative;
}

.Recent-Posts-list .post-image p {
  background-color: var(--color-primary);
  position: absolute;
  padding: 0px 5px;
  border-radius: 2px;
  color: var(--color-white);
  font-weight: 700;
  top: 0px;
  left: 0px;
  font-size: 12px;
}

.Recent-Posts-list .post-image img {
  border-radius: 6px;
  height: 68px;
  width: 150px;
  object-fit: cover;
}
.Recent-Posts-list .post-data h4 {
  font-weight: 500;
  line-height: 18px;
}

.Recent-Posts-list .post-data p a {
  font-size: 12px;
  color: #d0d2d9 !important;
  text-transform: uppercase;
  font-weight: 500;
  font-family: var(--body-font);
}

.Recent-Posts-list .post-data h4 a {
  color: var(--color-white);
  font-size: 16px;
}
.Recent-Posts-list .post-data p {
  line-height: 18px;
}

.border-effect-2 a {
  background-image: linear-gradient(
    transparent calc(100% - 1px),
    currentColor 1px
  );
}
.border-effect a:hover,
.border-effect-2 a:hover {
  background-size: 100% 100%;
  color: inherit;
}

.border-effect a,
.border-effect-2 a {
  display: inline !important;
  width: 100%;
  background-repeat: no-repeat;
  background-position-y: -2px;
  background-image: linear-gradient(
    transparent calc(100% - 2px),
    currentColor 1px
  );
  -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-size: 0 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.seperator {
  border-top: 1px solid rgba(242, 242, 242, 0.07);
}
.footer-social-icons ul {
  list-style: none;
  display: flex;
  gap: 20px;
}

.footer-social-icons ul li a svg {
  width: 20px;
  height: 20px;
  fill: var(--color-white);
}

.footer-social-icons ul li a {
  background-color: var(--color-default);
  padding: 8px;
  border-radius: 22px;
}

.footer-social-icons ul li a svg:hover {
  fill: var(--color-primary);
}

.footer-social-icons {
  display: flex;
  justify-content: center;
}

.footer__links a {
  color: var(--color-white);
}

.footer__links {
  text-align: right;
}

.footer__links a:hover {
  color: var(--color-white);
}

.Recent-Posts-list .post-data p a:hover {
  color: var(--color-white) !important;
}
/* .footer-Store a {
    display: block;
} */
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    display: none;
}
/* search */

.main-header .search {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
  height: 100%;
}

.search-box-outer {
  width: 50px;
  height: 50px;
  border: 1px solid #e1e0e0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--color-white);
  margin-left: 25px;
  cursor: pointer;
}

.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999;
  margin-top: -540px;
  transform: translateY(-100%);
  -webkit-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.search-popup .color-layer {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.search-active .search-popup .close-search {
  visibility: visible;
  opacity: 1;
  top: 50%;
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  transition-delay: 1500ms;
}

.search-popup .close-search {
  position: absolute;
  left: 0;
  right: 0;
  top: 75%;
  margin: 0 auto;
  margin-top: -200px;
  border-radius: 50%;
  text-align: center;
  background-color: var(--color-primary);
  width: 60px;
  cursor: pointer;
  border-bottom: 3px solid var(--color-white);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 0;
  visibility: hidden;
}

.search-active .search-popup form {
  transform: scaleX(1);
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
}
.search-popup form {
  position: absolute;
  max-width: 700px;
  top: 50%;
  left: 15px;
  right: 15px;
  z-index: 999;
  margin: -35px auto 0;
  transform: scaleX(0);
  transform-origin: center;
  background-color: var(--color-black);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.search-popup:after {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 560px;
  background-image: url("/wp-content/uploads/2025/09/waves-shape.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: 0px;
  content: "";
}
.search-popup .form-group {
  position: relative;
  margin: var(--margin-zero);
  overflow: hidden;
}
.search-popup .form-group input[type="search"] {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 50px;
  color: var(--color-black);
  height: 70px;
  width: 100%;
  padding: 10px 30px;
  background-color: var(--color-white);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 500;
  text-transform: capitalize;
  border: 0;
}
.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
  position: absolute;
  right: 30px;
  top: 0px;
  height: 70px;
  line-height: 70px;
  background: transparent;
  text-align: center;
  font-size: 24px;
  color: var(--color-black);
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-active .search-popup {
  transform: translateY(0%);
  margin-top: var(--margin-zero);
}

/* Marquee */
.news-ticker {
  width: 100%;
  overflow: hidden;
  display: flex;
  border: 1px solid #ccc;
  background: #fff;
  height: 40px;
  align-items: center;
}
.news-ticker ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  animation: ticker 50s linear infinite;
}
.news-ticker li {
  display: flex;
  align-items: center;
  padding: 0 20px 0 25px;
  font-size: 14px;
  color: #000;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 200px;
  position: relative;
}
.news-ticker li::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background:#183855;
  border-radius: 50%;
}
.news-ticker li a {
  text-decoration: none;
  color: #000;
}
.news-ticker li a:hover {
  text-decoration: underline;
} /* Seamless scroll */
@keyframes ticker {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

/*  */

.header__bottom-wrap {
  background-color: var(--color-gray);
  padding: 8px 0px;
}

.banner-section {
  padding: 50px 0px;
}

.banner-section .feature-post {
  position: relative;
}

.banner-section .feature-post:hover .post-thumb img {
  transform: scale(1.03);
}

.banner-section .feature-post .post-content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 20px;
  color: var(--color-white);
  width: 80%;
  padding: 50px;
}
.banner-section .feature-post .post-cat {
  background-color: #16a0e2;
  color: var(--color-white);
  padding: 10px 20px;
  border-radius: 3px;
}
.banner-section .feature-post .post-title {
  padding: 20px 0px;
}
.banner-section .feature-post .post-meta__author span {
  color: var(--color-white);
}
.banner-section .feature-post .post-meta {
  display: flex;
  gap: 10px;
}
.banner-section .feature-post .post-meta__author {
  display: flex; 
  gap: 10px;
}
.banner-section .feature-post .post-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  height: 567px;
}

.banner-section .feature-post .post-thumb img {
  border-radius: 4px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.banner-section .feature-post:before {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: calc(50%);
  content: "";
  background: linear-gradient(
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.49) 27.08%,
    rgba(0, 0, 0, 0.82) 61.86%,
    rgba(0, 0, 0, 0.8) 95.31%
  );
  border-radius: 4px;
  z-index: 1;
}
.banner-section .feature-post h2.post-title a {
  color: var(--color-white);
  font-size: 36px;
}

.banner-section .feature-post .post-meta__date {
  color: var(--color-white);
}
.banner-section .feature-post .avatar img {
  border-radius: 50%;
  border: 1px solid var(--color-primary);
}
/* style trending topics */

.trending-main-topics {
  padding: 50px 0px 20px 0px;
}

.Trending-topics h2 {
  color: #060606;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: -12px;
  border-bottom: 2px solid var(--color-primary);
  width: fit-content;
  padding-bottom: 10px;
}

.Trending-topics-list {
  display: flex;
  gap: 10px;
  padding-bottom: 33px;
  vertical-align: middle;
  align-items: center;
}

.Trending-topics-list .post-image {
  position: relative;
}

.Trending-topics-list .post-image p {
   background-color: var(--color-primary);
    position: absolute;
    padding: 0px 10px;
    border-radius: 5px;
    color: var(--color-white);
    font-weight: 700;
    top: 0px;
    left: 0px;
    font-size: 15px;
}

.Trending-topics-list .post-image img {
  border-radius: 6px;
  height: 124px;
  width: 100%;
  object-fit: cover;
}
.Trending-topics-list .post-data h4 {
  font-weight: bold;
  line-height: 24px;
  font-size: 18px;
}

.Trending-topics-list .post-data p a {
  font-size: 12px;
  color: #999999 !important;
  text-transform: uppercase;
  font-weight: 700;
  font-family: var(--body-font);
}

.Trending-topics-list .post-data h4 a {
  text-transform: capitalize;
  color: var(--color-black);
}
.Trending-topics-list .post-data p {
  line-height: 18px;
}
.Trending-topics-list .post-image {
  width: 50%;
}
.Trending-topics-list .post-data {
  width: 50%;
}

.Trending-topics-list .post-data .post-meta {
  display: flex;
  gap: 6px;
}

.Trending-topics-list .post-data .post-meta .post-meta__author {
  display: flex;
  gap: 6px;
}

.Trending-topics-list .post-data .post-meta .post-meta__author .avatar img {
  border-radius: 50%;
}

.Trending-topics-list .post-data .post-meta .post-meta__author span {
  font-size: 14px;
  font-weight: 600;
}

.Trending-topics-list .post-data .post-meta .post-meta__date {
  font-size: 14px;
  font-weight: 600;
}

/* Trending Main post */

.Trending-Main-post {
  padding: 38px 0px;
  width: 100%;
  height: 600px;
}

.Trending-Main-post .feature-post {
  position: relative;
  height: inherit;
}

.Trending-Main-post .feature-post:hover .post-thumb img {
  transform: scale(1.03);
}

.Trending-Main-post .feature-post .post-content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 20px;
  color: var(--color-white);
  width: 100%;
  padding: 20px;
}
.Trending-Main-post .feature-post .post-cat {
  background-color: var(--color-primary-2);
  color: var(--color-white);
  padding: 10px 20px;
  border-radius: 3px;
}
.Trending-Main-post .feature-post .post-title {
  padding: 20px 0px;
}
.Trending-Main-post .feature-post .post-meta__author span {
  color: var(--color-white);
}
.Trending-Main-post .feature-post .post-meta {
  display: flex;
  gap: 10px;
}
.Trending-Main-post .feature-post .post-meta__author {
  display: flex;
  gap: 10px;
}
.Trending-Main-post .feature-post .post-thumb {
  position: relative;
  overflow: hidden;
  height: inherit;
  border-radius: 4px;
}

.Trending-Main-post .feature-post .post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Trending-Main-post .feature-post:before {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: calc(50%);
  content: "";
  background: linear-gradient(
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.49) 27.08%,
    rgba(0, 0, 0, 0.82) 61.86%,
    rgba(0, 0, 0, 0.8) 95.31%
  );
  border-radius: 4px;
  z-index: 1;
}
.Trending-Main-post .feature-post h2.post-title a {
  color: var(--color-white);
  font-size: 28px;
}

.Trending-Main-post .feature-post .post-meta__date {
  color: var(--color-white);
}
.Trending-Main-post .feature-post .avatar img {
  border-radius: 50%;
  border: 1px solid var(--color-primary);
}
/* Keep slides clipped */
.Trending-topics-swiper {
  position: relative;
  overflow: hidden; /* back to normal */
  height: 600px;
}
.trending-topics-swiper-buttons {
  width: 20%;
  position: relative;
  margin-left: auto;
  margin-bottom: 48px;
  margin-top: -27px;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 20px;
  color: var(--color-primary);
  font-weight: bold;
}
.swiper-button-next,
.swiper-button-prev {
  background-color: #e2e2e2;
  padding: 0px 16px;
  height: 30px;
}
.Trending-topics hr {
  margin: 10px;
}
.Trending-tabs-topics .nav-tabs .nav-link.active {
  color: var(--color-primary);
  border: 0px;
  border-bottom: 2px solid var(--color-primary);
  font-weight: 600;
  font-family: var(--font-title);
}
.Trending-tabs-topics .nav-tabs .nav-link:hover,
.Trending-tabs-topics .nav-tabs .nav-link:focus {
  border: 0px !important;
  border-bottom: 2px solid var(--color-primary);
}
.Trending-tabs-topics .nav-tabs .nav-link {
  color: #484848;
  font-weight: 600;
  font-family: var(--font-title);
}
.Trending-tabs-topics #nav-tabContent {
  height: 600px;
  overflow: hidden;
}
/* Most Reading Section */
.tx-section-heading {
  font-size: 22px;
  font-weight: 600;
  color: var(--color-black);
  padding: 28px 35px 28px 0;
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 9px;
 
}
.tx-section-heading span::before {
  position: absolute;
  bottom: -9px;
  left: 0;
  width: 100%;
  content: "";
  background-color: var(--color-primary);
  height: 1px;
}
.footer-last-contact-infor {
  color: var(--color-white);
  border: 0px;
  padding-bottom: 28px;
}
.footer-last-contact-infor span::before {
    display: none;
}
.tx-section-heading span {
  position: relative;
  color: currentColor;
  font-family: var(--font-title);
}
.Trending-Main-post.cat-2 .feature-post .post-title a {
  font-size: 20px;
}

.Trending-Main-post.cat-2 .feature-post .post-title {
  line-height: 1;
}

.Trending-Main-post.cat-2 .feature-post .post-cat {
  background-color: var(--color-primary-2);
}

.Trending-Main-post.cat-3 .feature-post .post-title a {
  font-size: 20px;
}

.Trending-Main-post.cat-3 .feature-post .post-title {
  line-height: 1;
}

.Trending-Main-post.cat-3 .feature-post .post-cat {
  background-color: var(--color-primary-2);
}

.Trending-topics-list.category-tab1 img {
  border-radius: 50%;
  width: 105px;
  height: 105px;
}
.Trending-topics-list.category-tab1 .post-image {
  width: 30%;
}
.Trending-topics-list.category-tab1 .post-data {
  width: 70%;
}
.Trending-topics-list.category-tab1 .post-image p {
  background-color: var(--color-primary);
  position: absolute;
  padding: 0px 5px;
  border-radius: 50%;
  color: var(--color-white);
  font-weight: 700;
  top: 10px;
  right: 15px;
  font-size: 12px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  left: auto;
}
.category-tabs-topics {
  padding-top: 50px;
}
/* video section style */
.video-section {
  background-color: #080b17;
  background-image: url("/demo/blissinfo/wp-content/uploads/2025/09/video_bg_shape_01.webp");
  background-repeat: no-repeat;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 65px 0px 34px 0px;
}
.video-section h2.tx-section-heading.mb-30 {
  color: #fff;
}
.popup-video {
  left: 21px;
  top: 23px;
  right: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.popup-video {
  position: absolute;
  background: #fff;
  color: #183855;
  height: 80px;
  width: 80px;
  top: 70px;
  left: 25px;

  margin: auto;
  text-align: center;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  z-index: 2;
}
.popup-video::before,
.popup-video::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.15;
  z-index: -10;
}
.popup-video::before {
  z-index: -10;
  -webkit-animation: inner-ripple 2000ms linear infinite;
  -moz-animation: inner-ripple 2000ms linear infinite;
  animation: inner-ripple 2000ms linear infinite;
}
.popup-video::after {
  z-index: -10;
  -webkit-animation: outer-ripple 2000ms linear infinite;
  -moz-animation: outer-ripple 2000ms linear infinite;
  animation: outer-ripple 2000ms linear infinite;
}
.popup-video::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.15;
  z-index: -10;
}
/* animation */
@keyframes outer-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-filter: alpha(opacity=50);
  }
  80% {
    transform: scale(1.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
  }
  100% {
    transform: scale(2.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5);
  }
}
@-webkit-keyframes outer-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  80% {
    transform: scale(2.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5);
  }
  100% {
    transform: scale(3.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(3.5);
    -moz-transform: scale(3.5);
    -ms-transform: scale(3.5);
    -o-transform: scale(3.5);
  }
}
@-moz-keyframes outer-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  80% {
    transform: scale(2.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5);
  }
  100% {
    transform: scale(3.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(3.5);
    -moz-transform: scale(3.5);
    -ms-transform: scale(3.5);
    -o-transform: scale(3.5);
  }
}
.Trending-Main-post.left-video {
  padding: 38px 0px;
  width: 100%;
  height: 100%;
}
.Trending-Main-post.center-video {
  padding: 38px 0px;
  width: 100%;
  height: 100%;
}

.Trending-Main-post.right-video {
  padding: 38px 0px;
  width: 100%;
  height: 100%;
}
.Trending-Main-post.left-video .feature-post .post-title a {
  font-size: 18px;
}
.Trending-Main-post.left-video .feature-post .post-title {
  line-height: 1;
}
.Trending-Main-post.right-video .feature-post .post-title a {
  font-size: 18px;
}
.Trending-Main-post.right-video .feature-post .post-title {
  line-height: 1;
}

/* Seelected /news */
.selected-news-section {
  padding: 60px 0px;
}
/* logo swiper */
.swiper.logoSwiper .swiper-slide img {
  width: 200px;
  height: auto;
}
.Trending-topics-swiper .swiper-slide{
  height: auto;
}
.swiper-button-lock {
    display: block;
}

.swiper.logoSwiper .swiper-wrapper {
  align-items: center;
  justify-content: center;
}

section.logo-section {
     padding: 20px 0px;
    background-color: #87d1f4;
}
/* contact list style */
  .selected-news-section .contact-list {
      list-style: none;
      padding: 0;
      margin: 0;
      max-width: 100%;
      background: #fff;
     
      
    }

    .selected-news-section .contact-list li {
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 15px 20px;
      border-bottom: 1px solid #eee;
    }

    .selected-news-section .contact-list li:last-child {
      border-bottom: none;
    }

    .selected-news-section .contact-list svg {
      width: 20px;
      height: 20px;
      color: #183855;
      flex-shrink: 0;
    }

    .selected-news-section .contact-list a {
      color: #333;
      text-decoration: none;
      font-weight: 600;
    }

    .selected-news-section .contact-list a:hover {
      color: #183855;
      text-decoration: underline;
    }
    /* bliss keyword form style */
    .bliss-keyword-form {
      background: #fff;
      width: 100%;
      padding: 0 25px;
      border-radius: 16px;
    box-shadow: 0px 4px 15px rgba(0,0,0,0.1); 
      text-align: center;
      padding-bottom: 20px;
    }

    .bliss-keyword-form h2 {
      margin: 0 0 15px;
      font-size: 22px;
    }

    .bliss-keyword-form p {
     font-size: 16px;
    color: #555;
    margin-bottom: 20px;
    line-height: 1.5;
    text-align: left;
    }

    .bliss-keyword-form .select-box {
      width: 100%;
      padding: 10px;
      border-radius: 8px;
      border: 1px solid #ccc;
      font-size: 14px;
      margin-bottom: 20px;
      height: 51px;
    }

    .bliss-keyword-form .input-area {
      display: flex;
      align-items: center;
      margin-bottom: 10px;
    }

    .bliss-keyword-form .input-area input {
     flex: 1;
    padding: 6px 20px;
    border-radius: 8px;
    border: 1px solid #ccc;
    outline: none;
    font-size: 14px;
    height: 51px;
    }

    .bliss-keyword-form .input-area button {
    margin-left: 8px;
    padding: 10px 18px;
    border: none;
    border-radius: 50%;
    background: #183855;
    color: #fff;
    font-size: 25px;
    cursor: pointer;
    transition: 0.2s;
    }

    .bliss-keyword-form .input-area button:hover {
      background: #173b59;
    }

    .bliss-keyword-form .keywords {
      margin: 15px 0;
      text-align: left;
      font-size: 14px;
      color: #777;
    }

    .bliss-keyword-form .keyword {
     display: inline-block;
    background: #d1d1d1;
    color: #333;
    padding: 6px 12px;
    border-radius: 8px;
    margin: 5px 5px 0 0;
    font-size: 15px;
    position: relative;
    font-weight: 500;
    }

    .bliss-keyword-form .keyword span {
      margin-left: 8px;
      cursor: pointer;
      color: #ff3b3b;
      font-weight: bold;
    }

    .bliss-keyword-form .save-btn {
      width: 100%;
      padding: 12px;
      background: #183855;
      color: #fff;
      border: none;
      border-radius: 8px;
      font-size: 16px;
      cursor: pointer;
      margin-top: 20px;
      transition: 0.3s;
    }

    .bliss-keyword-form .save-btn:hover {
      background: #081a40;
    }
    .bliss-keyword-form .select-box {
      position: relative;
    }
   .bliss-keyword-form .select-wrapper {
  position: relative;
  width: 100%;
}

.bliss-keyword-form .select-box {
  width: 100%;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 14px;
  appearance: none; /* hides default browser arrow */
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff;
}

.bliss-keyword-form .select-wrapper::after {
  content: "";
  position: absolute;
  top: 50px;
  right: 15px;
  
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('/demo/blissinfo/wp-content/uploads/2025/09/down-arrow.png');
  pointer-events: none; /* so it won’t block clicks */
}
.bliss-keyword-form .select-wrapper label {
    text-align: left;
    font-weight: bold;
    display: flex;
    padding-bottom: 5px;
}
.bliss-keyword-form .filter-span {
   text-align: left;
    font-weight: bold;
    display: flex;
    padding-bottom: 5px;
}
#blissAccordion button.accordion-button {
    BACKGROUND: TRANSPARENT;
    font-size: 22px;
    font-weight: 600;
    color: var(--color-black);
}
#blissAccordion .accordion-button:focus {
    box-shadow: none;
}
.contact-info-sec {
      
    border-radius: 16px;
   
}
.contact-info-sec p {
  color:var(--color-white)
}
ul.contact-list {
    /* display: flex; */
    list-style: none;
}
ul.contact-list li {
    display: flex;
    align-items: center;
    gap: 10px;
}
ul.contact-list li a{
  color: var(--color-white);
}
 .contact-list svg {
    width: 20px;
    height: 20px;
    color: var(--color-white);
    flex-shrink: 0;
}
/* search page style */

.blissinfo-breadcrumb span.search.current-item {
    color: #183855;
}
.search-info-sec {
  display: block;
}
.search-info-sec .post-image {
  width: 100%;
}
.search-info-sec .post-data {
width: 100%;
}
.search-info-sec .post-image img {
    border-radius: 6px;
    height: 280px;
    width: 100%;
    object-fit: cover;
}
.search-info-sec .post-data p a{
    padding-top: 20px;
    display: block;
    padding-bottom: 3px;
}
/* category page styel */
.pagination li.page-item a {
    color: #000;
}
.pagination li.page-item a:focus{
  box-shadow: none;
}

.pagination span.page-link.current {
    background: #183855;
    border: 0px;
}

.news-pagination {
  margin-bottom: 30px;
}
.social-icons {
    align-items: center;
    display: flex;
}
/* main menu style */
.api-menu > ul{
      display: flex;
    gap: 30px;
    list-style: none;
    position: relative;
    align-items: center;
}
.api-menu ul.dropdown {

    position: absolute;
    min-width: 215px;
    top: 33px;
    background: #fff;
    padding: 11px 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    list-style: none;
    z-index: 1;
}
.api-menu .dropdown a {
    color: #0e0b0b;
    text-align: center;
    text-decoration: none;
    outline: none;
    padding:6px 25px;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
}
.main-header .col-md-6.col-12 {
    align-items: center;
    display: flex;
}
.api-menu > ul > li > a {
    display: block;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    color: #070707;
    position: relative;
    line-height: 22px;
}
.api-menu .menu-more a{
  display: flex;
}
.api-menu .menu-more a span{
      font-size: 26px;
    padding-top: 2px;
}

.api-menu  ul  li {width:fit-content;}

.api-menu  ul  li:after {
    display      : block;
    content      : '';
    border-bottom: solid 2px var(--color-primary);
    transform    : scaleX(0);
    transition   : transform 300ms ease-in-out;
    
}

.api-menu ul  li:hover:after {
    transform: scaleX(1);
}
.api-menu  ul  li:after {
    transform-origin: 0 50%;
}


/* Burger Icon */
    .burger-menu {
      display: none;
      cursor: pointer;
      flex-direction: column;
      gap: 5px;
      width: 28px;
    }
    .burger-menu span {
      display: block;
      height: 3px;
      width: 100%;
      background: #000;
      border-radius: 3px;
      transition: 0.3s;
    }

    /* Mobile Nav (same .api-menu) */
    .api-menu {
      position: relative;
      z-index: 10001;
    }
    .api-menu.mobile {
      position: fixed;
      top: 0;
      left: 0;
      width: 75%;
      height: 100%;
      background: #fff;
      box-shadow: 2px 0 10px rgba(0,0,0,0.2);
      transform: translateX(-100%);
      transition: transform 0.3s ease-in-out;
      padding: 60px 20px;
      flex-direction: column;
    }
    .api-menu.mobile.active {
      transform: translateX(0);
    }
    
    .api-menu.mobile ul li a {
      font-size: 18px;
      display: block;
    }

    /* Close button inside mobile menu */
    .close-btn {
      background: none;
      border: none;
      font-size: 28px;
      cursor: pointer;
      color: #333;
      position: absolute;
      top: 15px;
      right: 20px;
    }

    /* Overlay */
    .menu-overlay {
      position: fixed;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: rgba(0,0,0,0.6);
      z-index: 10000;
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.3s ease;
    }
    .menu-overlay.active {
      opacity: 1;
      visibility: visible;
    }
    span.page-link.dots {
    color: var(--color-primary);
}

.news-detail {
      background-color: #f8f9fa;
    }
    .news-detail .news-header {
      background: #212529;
      color: #fff;
      padding: 1rem 0;
    }
    .news-detail .news-title {
      font-size: 2.2rem;
      font-weight: 700;
    }
    .news-detail .news-meta {
      color: #e9ecef;
      font-size: 0.95rem;
    }
    .news-detail .news-hero {
      position: relative;
      border-radius: 12px;
      overflow: hidden;
      margin-bottom: 2rem;
    }
    .news-detail .news-hero img {
      width: 100%;
      height: 450px;
      object-fit: cover;
    }
    .news-detail .news-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.55);
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 1rem;
      color: #fff;
    }
    svg.user-svg-news {
    margin-top: -4px;
}


.scroll-progress {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff; /* Bootstrap primary */
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1050;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

/* SVG circles */
.progress-ring {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-90deg); /* start from top */
}

.progress-ring__bg {
  fill: none;
  stroke: #e9ecef;
  stroke-width: 4;
}

.progress-ring__progress {
  fill: none;
  stroke: var(--color-primary);
  stroke-width: 4;
  stroke-linecap: round;
  stroke-dasharray: 163.36; /* circumference of circle */
  stroke-dashoffset: 163.36;
  transition: stroke-dashoffset 0.25s linear;
}
select#language {
    height: auto;
}
section.video-section {
    display: none;
}

.bb-logo{
      font-size: 30px;
    color: #070707;
}


.Trending-topics-list .post-data .post-meta__date {
    font-size: 14px;
    font-weight: 600;
}
.business-new .view-more-btn {
background: #173b59;
    color: #fff;
    border-radius: 10px;
    font-size: 16px;
    font-family: 'Roboto';
    font-weight: 400;
    height: 30px;
    width: 107px;
    text-align: center;
    line-height: 30px;
}
.Trending-topics-list .post-image img:hover {
    transform: scale(1.1);
}
.Trending-topics-list .post-image img {
transition: 0.3s;

}
.Trending-topics-list .post-image {
    overflow: hidden;
}
.Trending-topics-list .post-image p{
  z-index: 1;
}

.hover-text {
  font-size: 3rem;
  color: #fff;
  font-weight: 700;
  position: relative;
}

.hover-text::before {
content: attr(data-text);
    position: absolute;
    background-color: #173b59;
    width: 299px;
    color: #fbf9fd;
    padding: 5px;
    top: -57px;
    left: -38px;
    right: 0;
    font-size: 1rem;
    opacity: 0;
    transform: translateY(20%);
    transition: all .3s 
ease-in-out;
}

.hover-text[data-text]:not([data-text=""])::before {
  opacity: 0;
}

.hover-text[data-text]:not([data-text=""]):hover::before {
  opacity: 1;
  transform: translateY(0%);
}
section.app-promotion-section {
    position: relative;
    background-image: url("https://blissinfonews.com/wp-content/uploads/2026/03/app-bg.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 95vh;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    width: 100%;
    text-align: center;
    padding-top: 94px;
}
section.app-promotion-section .banner h4 {
    text-align: center;
    color: #fff;
    font-size: 60px;
    padding-bottom: 25px;
}
section.app-promotion-section .banner p {
    text-align: center;
    color: #fff;
    padding-bottom: 24px;
    font-size: 22px;
}
section.app-promotion-section .banner .buttons-download img {
    width: 18%;
    margin-right: 16px;
    height: 65px;
    border-radius: 10px;
}
section.app-promotion-section .banner img.mosckup-image {
    position: absolute;
    width: 35%;
    padding-top: 44px;
    bottom: 0px;
    left: 31%;
}

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


    /* Responsive */
    @media(max-width: 768px) {
		section.app-promotion-section .banner h4 {font-size: 22px !important;}
		section.app-promotion-section .banner p { font-size: 16px; line-height: 22px; }
		section.app-promotion-section .banner .buttons-download img { width: 40%;}
		section.app-promotion-section .banner img.mosckup-image {
        position: absolute;
        width: 65%;
        padding-top: 0px;
        bottom: 0px;
        left: 17%;
}
      img.qrcode-media {
    width: 220px !IMPORTANT;
    height: 220px !important;
    /* margin-bottom: 0; */
    margin-top: 28px;
}
		section.app-promotion-section { 
    height: 98vh !important; 
}
      .api-menu { display: none; }
      .burger-menu { display: flex; }
      .api-menu.mobile { display: flex; }
      .api-menu ul.dropdown {
    position: absolute;
    min-width: 215px;
    top: 347px;
    background: #fff;
    padding: 11px 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    list-style: none;
    z-index: 1;
}
.burger-menu {
    display: flex;
    position: absolute;
    right: 0;
    top: -53px;
    right: 36px;
}
.api-menu > ul{
      flex-direction: column;
    gap: 30px;
    list-style: none;
    position: relative;
    align-items: baseline;
}
.api-menu .dropdown a {
  text-align: left;
}
.main-header .col-md-6.col-12 {
    width: 50%;
    position: relative;
}
.main-header .col-md-3.col-12 {
    width: 50%;
    display: flex;
}
.top-header-right {
    justify-content: left;
}
.search-box-outer {
  margin-right: 94px;
    margin-top: -81px;
    z-index: 1;
}
.main-header .col-md-3.col-12:last-child {
    width: 100%;
    justify-content: center;
    display: flex;
}
.header__bottom-wrap {
  margin-top: 15px;
  margin-bottom: 15px;
}
h1.news-title.mb-3 {
    font-size: 22px;
}
.banner-section .feature-post h2.post-title a {
    color: var(--color-white);
    font-size: 24px;
}
.banner-section .feature-post .post-content  {
  width: 100%;
}
.banner-section .feature-post .post-title {
  line-height: 25px;
}
.Trending-Main-post {
    padding: 38px 0px;
    width: 100%;
    height: auto;
}
.bliss-language {
    text-align: center;
    padding-top: 10px;
}
.Trending-Main-post .feature-post {
    position: relative;
    height: 507px;
}
.Trending-Main-post .feature-post h2.post-title a {
    color: var(--color-white);
    font-size: 24px;
}
.banner-section .feature-post .post-content {
    padding: 50px 20px;
}
.footer-social-icons {
    display: flex;
    justify-content: start;
}
.footer__links {
    text-align: left;
}
.Recent-Posts h2 {
    color: var(--color-primary);
    font-size: 11px;
    font-weight: 600;
}
.Recent-Posts {
    padding: 0;
    display: flex;
    gap: 9px;
    align-items: center;
}
.footer-Store {
  display: flex !important;
}
    }

/* Tablet View Responsive  */
@media only screen and (min-width: 768px) and (max-width: 992px) {

.api-menu { display: none; }
      .burger-menu { display: flex; }
      .api-menu.mobile { display: flex; }
      .api-menu ul.dropdown {
    position: absolute;
    min-width: 215px;
    top: 347px;
    background: #fff;
    padding: 11px 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    list-style: none;
    z-index: 1;
}
.burger-menu {
    display: flex;
    position: absolute;
    right: 0;
    top: 47px;
    right: 50px;
}
.api-menu > ul{
      flex-direction: column;
    gap: 30px;
    list-style: none;
    position: relative;
    align-items: baseline;
}
.api-menu .dropdown a {
  text-align: left;
}
.main-header .col-md-6.col-12 {
    width: 50%;
    position: relative;
}
.main-header .col-md-3.col-12 {
    width: 50%;
    display: flex;
}
.top-header-right {
    justify-content: left;
}
.search-box-outer {
  margin-right: 94px;
    margin-top: -81px;
    z-index: 1;
}
.main-header .col-md-3.col-12:last-child {
    width: 100%;
    justify-content: center;
    display: flex;
}
.header__bottom-wrap {
  margin-top: 15px;
  margin-bottom: 15px;
}

section.Trending-Main-post.cat-1 {
    margin-bottom: 15px;
}
section.Trending-Main-post.cat-2 {
    margin-bottom: 15px;
}
.Trending-topics.right {
    margin-top: 63px;
}










.banner-section .col-md-8 {
  flex: 0 0 auto;
        width: 100% !important;
}
.banner-section .col-md-4 {
  flex: 0 0 auto;
        width: 100% !important;
}
.trending-main-topics .col-md-4 {
  flex: 0 0 auto;
        width: 100% !important;
}
.trending-main-topics .col-md-6 {
    flex: 0 0 auto;
    width: 100% !important;
}
.trending-main-topics .col-md-3 {
    flex: 0 0 auto;
    width: 100% !important;
}
.Trending-tabs-topics .col-md-4 {
    flex: 0 0 auto;
    width: 50% !important;
}
.video-section .col-md-3 {
    flex: 0 0 auto;
    width: 100% !important;
}
.video-section .col-md-6 {
    flex: 0 0 auto;
    width: 100% !important;
}
.selected-news-section .col-md-4 {
    flex: 0 0 auto;
    width: 50% !important;
}
.selected-news-section .col-md-4:last-child {
    flex: 0 0 auto;
    width: 100% !important;
}

}