/* @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&display=swap');  */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --dark-blue: #002060;
  --light-blue: #0e4094;
  --orange-color: #f37127;
}

/* @font-face {
      font-family: "times";
      src: url("../font/times.ttf") format("truetype");
      font-weight: normal;
      font-style: normal;
    } */
@font-face {
  font-family: "Calibri";
  src: url("../fonts/calibri-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Calibri";
  src: url("../fonts/calibri-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Calibri";
  src: url("../fonts/calibri-italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Calibri";
  src: url("../fonts/calibri-bold-italic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}

body {
  font-family: "Calibri", sans-serif;
  font-size: 16px;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fw-500 {
  font-weight: 500;
}

/* ============= accessable colors ============== */
.dark-blue-color {
  color: var(--dark-blue);
}

.light-blue-color {
  color: var(--light-blue);
}

.orange-color {
  color: var(--orange-color);
}

.dark-blue-bg-color {
  background-color: var(--dark-blue);
}

.dark-blue-bg-color:hover {
  background-color: var(--light-blue);
}

.light-blue-bg-color {
  background-color: var(--light-blue);
}

.orange-color-bg-color {
  background-color: var(--orange-color);
}

/* ============ header  ============ */
header {
  background-color: white;
  z-index: 999;
  position: sticky;
  top: 0;
}

.sprint-logo {
  /* visibility: hidden; */
  height: 50px;
}

.indianOil-logo {
  height: 80px;
  /* visibility: hidden; */
  margin-bottom: 6px;
}

.center-logo {
  padding-top: 10px;
  text-align: center;
}

.center-logo img {
  width: 400px;
  z-index: 1;
  /* visibility: hidden; */
  position: relative;
  background: white;
}

@media (max-width: 1340px) {
  .center-logo img {
    width: 300px;
  }
}
@media (max-width: 52px) {
  .news-image img {
    max-height: unset;
    object-fit: scale-down;
  }
}
.bottom-navbar {
  position: relative;
}

.top-nav-header {
  padding-left: 30px;
  padding-right: 30px;
}

.bottom-navbar::before {
  content: "";
  position: absolute;
  left: 0;
  width: 38%;
  height: 5px;
  top: 0px;
  /* transform: translateX(-50%); */
  background: #00000000 linear-gradient(90deg, #6b8abe 65%, #e16d3800 100%) 0%
    0% no-repeat padding-box;
  opacity: 0.8;
}

.bottom-navbar::after {
  content: "";
  position: absolute;
  right: 0;
  width: 38%;
  height: 5px;
  top: -4px;
  transform: scaleX(-1);
  background: #00000000 linear-gradient(90deg, #6b8abe 65%, #e16d3800 100%) 0%
    0% no-repeat padding-box;
  opacity: 0.8;
}

.right-content {
  text-align: end;
  /* margin-bottom: 20px; */
}

.border-bottom.sticky-navbar .bottom-navbar {
  margin-top: -18px;
}

/* .bottom-navbar {
  margin-top: -33px;
} */

@media (max-width: 992px) {
  .center-logo {
    margin-top: unset !important;
  }

  .center-logo img {
    width: 300px;
  }
  .desktop_navbar {
    display: none !important;
  }
  .mobile_navbar {
    display: block !important;
  }
}

@media (max-width: 768px) {
  .center-logo {
    padding-top: unset !important;
  }

  /* .center-logo img {
    width: 300px;
  } */
}

@media (max-width: 700px) {
  .sprint-logo {
    height: unset;
    width: 200px;
    margin-bottom: 20px;
  }

  .center-logo img {
    width: 300px;
  }
}

@media (max-width: 500px) {
  .center-logo {
    margin-top: 0px !important;
  }

  .center-logo img {
    width: 300px;
  }
}

@media (max-width: 500px) {
  .sprint-logo {
    height: unset;
    width: 150px;
    margin-bottom: 20px;
  }
}

.top-content-navbar a,
.top-content-navbar button {
  font-size: 16px;
  font-weight: bold;
}

.right-nav div > a {
  position: relative;
  /* font-weight: bold; */
}

.right-nav .top-content-navbar > a:not(:last-child)::after {
  position: absolute;
  content: "|";
  right: -12px;
  color: black;
  /* top: 0; */
}

.social-icons a i {
  font-size: 1.4rem;
  margin-left: 10px;
  color: var(--light-blue);
}

/* 11-12-25 start */
.bottom-navbar {
  border-bottom: 4px solid #6b8abe;
}

/* end */

.navbar-form {
  align-items: center;
  padding: 0 7px;
  background-color: var(--light-blue);
  height: 50px;
}

.bulletin-section {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bulletin-section-content div > i {
  font-size: 18px;
}

.bulletin-section-content div > p {
  font-size: 15px;
  font-weight: bold;
}

.navbar-form input {
  border: unset;
  background-color: transparent;
  color: white !important;
  font-size: 1rem;
}

.navbar-form input::placeholder {
  color: white !important;
  font-size: 1.2rem;
  font-style: italic;
}

.navbar-form input:focus {
  border: unset !important;
  box-shadow: unset !important;
  background-color: transparent;
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: black;
  font-weight: 400;
}

.fas.fa-search {
  font-size: 16px;
}

@media (max-width: 2500px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 23px;
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (max-width: 1677px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: unset;
  }
}

@media (max-width: 1593px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 20px;
  }
}

@media (max-width: 1560px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 20px;
  }
}

@media (max-width: 1481px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: unset;
    font-size: 19px;
  }
}

/* 11-12-25 */
@media (max-width: 1200px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: unset;
    font-size: 19px;
    white-space: nowrap;
  }
  .bulletin-section-content div > p {
    white-space: nowrap;
  }
}
@media (max-width: 1050px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 18px;
  }
}
@media (max-width: 1412px) {
  .navbar-expand-lg .navbar-nav {
    gap: 12px !important;
  }
}

@media (max-width: 1280px) {
  .navbar-expand-lg .navbar-nav {
    gap: 5px !important;
  }

  /* .bulletin-section-content div>p {
    font-size: 13px !important;
  } */
}

@media (max-width: 1160px) {
  .navbar-expand-lg .navbar-nav {
    gap: 5px !important;
  }
}

i.fa.fa-bars.dark-blue-color.fs-4 {
  font-size: 15px !important;
}

/* @media (max-width: 1380px) {
            .navbar-expand-lg .navbar-nav .nav-link {
                padding-left: unset;
                font-size: 15px;
            }
        } 
        @media (max-width: 1300px) {
            .navbar-expand-lg .navbar-nav .nav-link {
                padding-left: unset;
    
                font-size: 13px !important;
            }
        }  */

.navbar-expand-lg .navbar-nav {
  gap: 20px;
}

@media (max-width: 1800px) {
  .navbar-expand-lg .navbar-nav {
    /* gap: 30px; */
  }
}

@media (max-width: 1550px) {
  .navbar-expand-lg .navbar-nav {
    /* gap: 20px; */
  }
}

/* Add Sticky Navbar Effect */
.sticky-navbar {
  position: sticky;
  top: 0;
  z-index: 1000;
  transition: top 0.3s ease-in-out;
  background-color: white;
}

/* Hide .main-section */
/* .border-bottom.sticky-navbar .container-fluid .row .right-logo-area{
      visibility: hidden;
    }
    .border-bottom.sticky-navbar .container-fluid .row > .sprint-logo-area{
    display: none;
    } */

/* Optional: Add animation for sticky navbar */
.sticky-navbar {
  animation: slideInFromTop 0.3s ease-out;
}

@keyframes slideInFromTop {
  0% {
    top: -200px;
  }

  100% {
    top: 0;
  }
}

/* Add a smooth transition when scrolling */
.bottom-navbar {
  transition: transform 0.3s ease;
}

/* sidebar social */

.location-wrapper {
  position: relative;
  display: inline-block;
  gap: 12px;
}

.location-wrapper .share-btn {
  display: inline-block;
  padding: 4px 14px;
  background-color: #ffffff30;
  color: #fff;
  cursor: pointer;
  border-radius: 100px;
  margin-bottom: 0;
}

.location-wrapper .wrapper {
  display: flex;
  gap: 10px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  position: absolute;
  z-index: 5;
  top: 100%;
  padding: 10px;
  background: var(--dark-blue);
  border-radius: 100px;
  right: 0;
}

.location-wrapper .wrapper.visible {
  opacity: 1;
  pointer-events: auto;
}

/* 11-12-25 */
.location-wrapper .wrapper .button {
  display: inline-block;
  height: 40px;
  width: 40px;
  overflow: hidden;
  background: white;
  border-radius: 50px;
  cursor: pointer;
  box-shadow: 0px 0px 3px rgb(0 0 0 / 20%);
  transition: all 0.3s ease-out;
  /* white-space: nowrap; */
}

/* 
    .location-wrapper .wrapper .button:hover {
      width: 183px;
    } */

/* 11-12-25 */
.location-wrapper .wrapper .button .icon {
  display: inline-block;
  height: 40px;
  width: 40px;
  text-align: center;
  border-radius: 50px;
  line-height: 60px;
  transition: all 0.3s ease-out;
  justify-content: center;
  display: flex;
  align-items: center;
}

.location-wrapper .wrapper .button:nth-child(1):hover .icon {
  background: #fe3e22;
}

.location-wrapper .wrapper .button:nth-child(2):hover .icon {
  background: #0a65fe;
}

.location-wrapper .wrapper .button:nth-child(3):hover .icon {
  background: #0f97d4;
}

.location-wrapper .wrapper .button:nth-child(4):hover .icon {
  background: #f40f10;
}

.location-wrapper .wrapper .button:nth-child(5):hover .icon {
  background: #007bb6;
}

.location-wrapper .wrapper .button .icon i {
  font-size: 25px;
  color: #06329f;
  line-height: 60px;
  transition: all 0.3s ease-out;
}

.location-wrapper .wrapper .button:hover .icon i {
  color: #fff;
}

.location-wrapper .wrapper .button span {
  font-size: 18px;
  font-weight: 500;
  line-height: 60px;
  margin-left: 10px;
  transition: all 0.3s ease-out;
}

.location-wrapper .wrapper .button:nth-child(1) span {
  color: #007bff;
}

.location-wrapper .wrapper .button:nth-child(2) span {
  color: #28a745;
}

.location-wrapper .wrapper .button:nth-child(3) span {
  color: #ffc107;
}

/* home banner */
/* .swiper-slide .active-layout,
    .swiper-slide .next-layout {
      display: none;
    }
    
    .swiper-slide-active .active-layout {
      display: block !important;
      width: 100%;
    }
    
    .swiper-slide-next .next-layout {
      display: block !important;
      width: 100%;
    }
    
    
    .swiper-slide {
     transition: all 0.3s ease-in-out;
            }
    
            .swiper-slide-active {
              flex: 0 0 75%; 
              max-width: 75%;
            }
    
            .swiper-slide-next {
              flex: 0 0 25%; 
              max-width: 25%;
            }
    
            .swiper-slide-next .slide-wrapper {
              background: #fff;
              border: 1px solid #ddd;
              overflow: hidden;
              height: 100%;
            }
    
            .swiper-slide-next img {
              max-height: 150px;
              object-fit: cover;
            }
    
            .swiper-slide-next .col-md-4 {
              padding: 10px;
            }
            .active-carousel-img{
                height: 300px;
            }
    
         
    .swiper-slide-next .slide-wrapper .row{
        flex-direction: column;
    } */
.image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 265px;
  /* height: auto; */
  /* js;odfads */
  /* dso;asdof */
}
.image-wrapper-sidebar {
  min-height: 140px;
}
.other_dropdown ul.dropdown-menu.header-submenu {
  columns: 3;
}
.banner-img {
  width: 100%;
  height: 100%;
  /* Ensures the image doesn't stretch */
  object-fit: contain;
  z-index: 10;
  border: 0;
  position: absolute;
  object-position: center;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  filter: brightness(0.9);
}

img.banner-imgdfad {
  object-fit: unset;
  height: 100%;
  display: block;
  width: 100%;
  aspect-ratio: 3/1.3;
  object-position: center;
}

.image-wrapDSFDASper {
  height: 100%;
}

.banner1 .swiper-slide {
  object-fit: cover;
  height: 100%;
  display: block;
}

.blur-bg {
position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #e6e8e9;
    background-size: cover;
    background-position: center;
    filter: blur(2px);
    z-index: 1;
    background-image: unset !important;
}

.banner-right-content {
  background: linear-gradient(
    to right,
    rgb(160 233 252) 0%,
    rgb(255, 255, 255) 100%
  );
  padding: 0px;
  border: 0.8px solid #dcdcdc;
}

.banner-right-content p {
  color: black;
  font-weight: 400;
  margin-bottom: 0;
}

.right-bar-side-image {
  width: 100%;
  height: 263px;
  object-fit: cover;
}

.arrow-img img {
  margin-top: 20px;
}

.right-bar-side {
  /* border-left: 3px solid black; */
  /* justify-content: center; */
  /* align-items: center; */
}

/* news cards */
.news-heading {
  font-size: 20px;
  color: var(--dark-blue);
  font-weight: 600;
  margin-bottom: 25px;
  /* border-bottom: 4px solid var(--orange-color); */
  padding-bottom: 5px;
  display: inline-block;
}

.news-card-heading {
  height: 30px;
  max-height: 50px;
}

@media (max-width: 1400px) {
  .news-heading {
    font-size: 18px;
  }
}

.news-details {
  /* font-size: 18px; */
  font-weight: 600;
  color: var(--dark-blue);
  font-style: italic;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.italic-text {
  font-style: italic;
}

.news-card-link {
  color: var(--dark-blue);
  font-size: 18px;
  font-weight: 600;
}

.news-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

img {
  max-width: 100%;
}

.news-card-image-div {
  height: 150px;
}

.news-card {
  position: relative;
  padding-bottom: 30px;
}

.carousel-arrows {
  position: absolute;
  bottom: 0;
  right: 0;
}

.carousel-arrows i {
  background-color: var(--orange-color);
  padding: 10px;
  font-size: 18px;
  color: white;
}

.news-card {
  border-radius: 0;
}

/* Prevent Banner 2 swiper from expanding */
.banner2-swiper {
  width: 100% !important;
  height: auto;
}

.banner2-swiper .swiper-wrapper {
  width: 100% !important;
}

.banner2 h4 {
  font-size: 16px;
  font-weight: 600;
  font-style: italic;
  /* line-height: 1.px; */
}

.arrow-btn {
  background-color: transparent;
  border: 0;
}

.home-img-card-section .col-md-6 {
  margin-top: 0 !important;
  padding: 4px;
}
.home-img-card-img {
  height: 79px;
  width: 100%;
  object-fit: cover;
}
.home-img-card-content {
  font-size: 1rem;
  font-weight: 500;
  font-style: italic;
  display: -webkit-box;
  margin-left: 8px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 2500px) {
  .banner-right-content p,
  .banner2 h4 {
    font-size: 19px;
  }
}

@media (max-width: 1800px) {
  .banner2 h4 {
    font-size: 16px;
  }

  .banner-right-content p {
    font-size: unset;
  }
}

@media (max-width: 1024px) {
  .right-bar-side-image {
    height: unset;
  }
  .iocl_main_mobile .container-fluid {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .iocl_mobile_offcanvas {
    display: none;
  }

  .custome_top_header .top-nav-header {
    padding-left: 0px;
    padding-right: 0px;
  }
  .iocl_toggle_mobile {
    display: none;
  }
  .banner1 .position-relative {
    margin-top: 0px !important;
  }
  .list-group-flush > .list-group-item {
    margin: 0 10px !important;
  }
  .home-img-card-img {
    height: 100px;
  }
  .home-img-card-section .col-md-6 {
    padding: 0px;
  }
  .home-img-card-content {
    padding-right: 1px;
  }
}

.news-card-col {
  padding: 0 1px;
}

.announcement-img {
  height: 250px;
  max-width: 315px;
  /* object-fit: contain; */
  /* max-width: 100%; */
  /* width: 100%; */
}

@media (max-width: 1600px) {
  .announcement-img {
    /* height: 250px; */
    max-width: 250px;
  }
}

.news-details {
  min-height: 100%;
}

@media (max-width: 1800px) {
  .news-heading {
    /* font-size: 25px; */
  }

  .news-details {
    /* font-size: 20px; */
  }

  .news-card-link {
    font-size: 18px;
  }
}

@media (max-width: 1600px) {
  .news-heading {
    font-size: 1.1rem;
  }

  .news-details {
    font-size: 16px;
  }

  .news-card-link {
    font-size: 16px;
  }
}

.news-card-img {
  /* margin-bottom: 10px; */
  width: 100%;
}

.recommended-details-img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  /* aspect-ratio: 2/1; */
}

img {
  max-width: 100%;
}

.news-card {
  position: relative;
  padding-bottom: 30px;
}

.carousel-arrows {
  position: absolute;
  bottom: 0;
  right: 0;
}

.carousel-arrows i {
  background-color: var(--orange-color);
  padding: 7px;
  font-size: 10px;
  color: white;
}

.news-card {
  border-radius: 0;
}

/* Prevent Banner 2 swiper from expanding */
.banner2-swiper {
  width: 100% !important;
  height: auto;
}

.banner2-swiper .swiper-wrapper {
  width: 100% !important;
}

.banner2 h4 {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  /* line-height: 1.px; */
}

.arrow-btn {
  background-color: transparent;
  border: 0;
}

@media (max-width: 2500px) {
  .banner-right-content p,
  .banner2 h4 {
    font-size: 19px;
  }
}

@media (max-width: 1800px) {
  .banner2 h4 {
    font-size: 16px;
  }

  .banner-right-content p {
    font-size: unset;
  }
}

@media (max-width: 1024px) {
  .right-bar-side-image {
    height: unset;
  }
}

@media (max-width: 1500px) {
  .banner-right-content p {
    font-size: 15px;
  }
}

@media (max-width: 1800px) {
  .news-heading {
    /* font-size: 25px; */
  }

  .news-card-link {
    font-size: 18px;
  }
}

@media (max-width: 1500px) {
  .news-heading {
    /* font-size: 20px; */
  }

  .news-details {
    font-size: 15px;
  }

  .news-card-link {
    font-size: 14px;
  }
}

.bannerContent {
  position: absolute;
  bottom: 0;
  z-index: 10;
  text-align: center;
  width: 100%;
  color: white;
  border-top: 1px solid #fff9f9;
}

.bannerContent h3 {
  padding: 6px 20px;
  font-size: 1rem;
}

@media (max-width: 768px) {
  .bannerContent h3 {
    padding: 6px 20px;
    font-size: 1.2rem;
  }

  .image-wrapper {
    min-height: 300px;
  }
}

/* long carousel  */

.worldwide-card {
  position: relative;
  width: 18rem;
  border: none;
  overflow: hidden;
  border-radius: 10px;
  /* optional */
}

.worldwide-card .card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* .worldwide-card .card-overlay {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 15px;
      background: linear-gradient(to top, rgba(0,0,0,0.8) 60%, rgba(0,0,0,0)); 
      color: #fff;
      font-weight: bold;
      font-size: 1.1rem;
      text-align: center;
    } */

.category-card {
  border: none;
  position: relative;
  padding-bottom: 23px;
}

.category-card img {
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}

.category-card .card-img-top {
  height: 180px;
}

.category-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  /* background: linear-gradient(0deg, #180901 0%, #180901de 25%, #18090170 50%, #18090100 75%, #ffffff00 100%, #ffffff00 100% 100%); */
  background: linear-gradient(
    0deg,
    #042344 0%,
    #042344 7%,
    #042344b3 46%,
    #18090100 75%,
    #ffffff00 100%,
    #ffffff00 100% 100%
  );
}

.category-card .card-title {
  color: #fff;
  margin: 0;
  z-index: 1;
}

.arrow-img {
  z-index: 1;
  width: 40px;
  height: 30px;
}

.card-title-carousel {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #032344;
  padding: 10px 15px;
  width: max-content;
}

.card-title-carousel h5,
.card-img-heading {
  color: white;
  font-weight: bold;
  /* letter-spacing: 3px; */
  margin-bottom: 0;
}

.date-read {
  color: black;
  font-weight: 500;
  font-size: 14px;
}

/* footer  */

.footer p {
  color: white;
  text-align: end;
  padding: 0 0;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 0;
}

/* authenticaion page  */
.auth-page {
  width: auto;
  height: 100vh;
  --color: #ffffff0d;
  background-color: #042344;
  background-image:
    linear-gradient(
      0deg,
      transparent 24%,
      var(--color) 25%,
      var(--color) 26%,
      transparent 27%,
      transparent 74%,
      var(--color) 75%,
      var(--color) 76%,
      transparent 77%,
      transparent
    ),
    linear-gradient(
      90deg,
      transparent 24%,
      var(--color) 25%,
      var(--color) 26%,
      transparent 27%,
      transparent 74%,
      var(--color) 75%,
      var(--color) 76%,
      transparent 77%,
      transparent
    );
  background-size: 55px 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Custom Login Form Styles */
.login-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-color: #ffffff;
  padding: 36px;
  max-width: 470px;
  border-radius: 20px;

  width: 100%;
}

.login-form button {
  align-self: flex-end;
}

/* Labels */
.login-flex-column > label {
  color: #000000;
  font-weight: 600;
}

.login-inputForm {
  border: 1.5px solid #ffcfb4;
  border-radius: 10px;
  height: 40px;
  display: flex;
  align-items: center;
  padding-left: 10px;
  transition: 0.2s ease-in-out;
}

.login-input {
  margin-left: 10px;
  border-radius: 10px;
  border: none;
  width: 100%;
  height: 100%;
}

.login-input:focus {
  outline: none;
}

.login-inputForm:focus-within {
  border: 1.5px solid var(--dark-blue);
}

.login-button-submit {
  margin: 20px 0 10px 0;
  background-color: #012161;
  border: none;
  color: white;
  font-size: 15px;
  font-weight: 500;
  border-radius: 10px;
  height: 40px;
  width: 100%;
  cursor: pointer;
  transition: background 0.3s ease;
}

.login-button-submit:hover {
  background-color: var(--light-blue);
}

.password-eye {
  color: #666;
  font-size: 18px;
}

.password-eye:hover {
  color: #000;
}

.pointer {
  cursor: pointer;
}

/* home category image cards */

.home-category-img-cards {
  border-radius: 0 !important;
}

.news-card-col-img {
}

.card-img-heading {
  /* background: linear-gradient(269deg, rgba(40, 53, 154, 1) 0%, rgb(206 206 229) 100%); */
  border-radius: unset !important;
  font-size: 1.3rem;
  padding: 0 15px;
  color: var(--dark-blue);
  font-weight: 600;
  border-bottom: 0;
  background-color: transparent;
  font-style: italic;
}

.card-img-heading p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 1.1rem;
  height: 46px;
  line-height: 1;
}

.list-group-flush > .list-group-item {
  border: unset !important;
  margin: 0 10px;
  padding-top: 4px;
}

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: unset !important;
}

.home-img-card-section {
  background: white;
}

.fallback-container a {
  background: #ccc;
  display: block;
}
.home-img-card-section {
  margin-top: 0;
  align-items: center;
}

/* calender  */

.calendar-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.calendar-container {
  background: #fff;
  border-radius: 10px;
  padding: 44px 40px 0 40px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
  width: fit-content;
  position: relative;
}

.close-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  background: transparent;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
}

.selected-date {
  margin-top: 1rem;
  text-align: center;
  font-weight: 500;
}

.react-calendar__tile--active {
  border-radius: 22px;
  background: var(--dark-blue) !important;
  color: white;
}

.react-calendar {
  border-radius: 15px;
  padding: 15px;
}

.react-calendar__month-view__days__day--weekend {
  color: black !important;
}

/* .react-calendar__tile--now{
      background: transparent !important;
      color: black !important;
    } */
.react-calendar__tile--now {
  background: #ffffff;
}

.react-calendar__navigation button:enabled:hover,
.react-calendar__navigation button:enabled:focus {
  background-color: var(--dark-blue) !important;
  color: white !important;
}

.react-calendar__navigation__arrow {
  border-radius: 30px;
}

.react-calendar__tile:enabled:hover,
.react-calendar__tile:enabled:focus {
  background-color: #002060 !important;
  border-radius: 30px !important;
  color: white !important;
}

.cursor-pointer {
  cursor: pointer;
}

/* details page content */

.detail-page-content h3 {
  /* font-size: 1.8rem; */
  color: black;
}

.detail-page-left-section {
  border-left: 1px solid var(--dark-blue);
}

.reader-time-section p {
  font-size: 1.1rem;
  color: black;
  font-weight: 500;
}

.reader-time-section {
  padding: 10px;
  border-top: 2px solid #477bd1;
  border-bottom: 4px solid #0e4094;
}

p.reading-time {
  font-weight: 600;
  font-size: 16px;
  color: black;
}

.icons-section {
  display: flex;
  justify-content: end;
  gap: 20px;
  align-items: center;
  padding: 10px 0;
}

.icons-section p i {
  font-size: 1.1rem;
  color: var(--orange-color);
  cursor: pointer;
}

.icons-section p span {
  font-size: 1.1rem;
}

.icons-section p {
  font-size: 1.4rem;
  margin-bottom: 0;
}

.blur-bg-details {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-image: url(../../src/assets/image/banner/1.png); */
  background-size: cover;
  background-position: center;
  /* filter: blur(9px); */
  /* background: #999999; */
  background: #ccc;
  z-index: 1;
}

.banner-img-details {
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 10;
  position: absolute;
  object-position: center;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

.bannerContent-details {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: #6f6d6da8;
  color: white;
  /* border-top: 3px solid #ffffff; */
  width: 100%;
}

.bannerContent-details h3 {
  margin-bottom: 0;
  font-size: 1.4rem;
  padding: 10px 0;
  color: white;
  text-align: center;
}

.news-details-content-section p {
  font-size: 1.1rem;
}

.news-details-content-section p:not(:first-child) {
  margin-bottom: 0;
  font-weight: 500;
  /* font-size: 1rem; */
}

.day-time {
  font-size: 16px !important;
}

.details-page-button,
.feedback_btn {
  border: 0;
  font-weight: bold;
  font-size: 1rem;
  letter-spacing: 2px;
  font-style: italic;
  color: white;
  background-color: var(--dark-blue);
  padding: 0.6rem 1.2rem;
  /* border-radius: 6px; */
  cursor: pointer;
  transition: all 0.3s ease;
}

/* Hover effect */
.details-page-button:hover,
.feedback_btn:hover {
  background-color: #ff6b35;
  /* warm accent color */
  color: white;
  /* transform: translateY(-2px); */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
/* .feedback_btn{
  margin: 0 auto;
  width:100%;
} */

.details-page-right-section {
  position: sticky;
  top: 9rem;
  /* distance from top of viewport */
  align-self: flex-start;
  height: fit-content;
  padding: 0;
}

@media (max-width: 999px) {
  .details-page-right-section {
    padding: 10px;
  }
}

.details-right-category {
  /* padding: 20px; */
  padding: 20px 0;
}

.details-right-category-sidebar {
  padding: 10px 10px 20px 20px;
}

@media (max-width: 999px) {
  .details-right-category-sidebar {
    padding: 20px 0 !important;
  }
}

.details-right-category img.right-bar-side-image {
  height: 130px;
}

.details-right-category h4 {
  font-size: 18px;
  font-weight: 600;
  font-style: italic;
}

.details-right-category-heading {
  padding: 8px 20px;
  font-size: 1.1rem;
  font-weight: bold;
  font-style: italic;
  letter-spacing: 2px;
}

/* recommanded story  */
.recommanded-story-heading {
  color: var(--light-blue);
  font-weight: 600;
  font-style: italic;
}

.recommanded-story-col {
  border: 1px solid #cccccc;
}

.hashtag-text {
  font-size: 1.2rem;
  font-style: italic;
  font-weight: bold;
  color: var(--orange-color);
  text-decoration: underline;
  /* padding-bottom: 5px; */
}

/* comment section */

.aa0 {
  /* max-width: 500px; */
  /* padding: 0 24px; */
  margin: 20px auto 32px;
}

.aa0 .ah2 {
  flex-direction: column;
  /* display: flex; */
  width: 100%;
  gap: 16px;
  justify-content: center;
  margin: 0 auto;
}

.aa0 .ah2 .ah1 {
  line-height: 1;
  width: 100%;
  color: #111;
  cursor: auto;
  font-size: 18px;
  letter-spacing: -0.5px;
  padding: 4px 0 4px 0;
  font-weight: 700;
}

.aa0 .ah2 .ah1:last-of-type {
  font-size: medium;
  text-align: center;
}

.aa0 .ah2 .ah0 {
  min-width: 250px;
  border: 1px solid #ccc;
  border-radius: 10.5px;
  padding: 16px 0 12px 0;
}

.af9 {
  display: flex;
  flex-direction: column;
  min-height: 16px;
  gap: 2px;
  margin: 0;
  padding: 0 16px;
  color: #333;
}

.ag5 {
  display: flex;
  gap: 6px;
  position: relative;
  /* margin-top: 20px; */
}

.af9 > .af7 > :not(.ag6, .ag8, .ag9):nth-child(n + 2) {
  margin-left: 40px;
}

.af7 > :not(.ag6, .ag8, .ag9):nth-child(n + 2) {
  margin-left: 36px;
  padding-left: 4px;
  /* margin-top: 40px; */
}

.af7 {
  display: flex;
  flex-direction: column;
  gap: 2px;
  position: relative;
}

.af7 .ag5 img {
  cursor: pointer;
  border-radius: 50%;
  margin-top: 4px;
  position: relative;
  box-shadow: 0 0 0 3px #fff;
  z-index: 10;
}

.af9 > .af7 :nth-child(1) img {
  height: 70px;
  width: 70px;
}

.af9 > .af7 :nth-child(n + 2) img {
  height: 70px;
  width: 70px;
}

.ac2 {
  display: flex;
  flex-direction: column;
  z-index: 6;
}

.ac2 .ac5 {
  width: fit-content;
  padding: 13px 19px;
  background: #f0f2f5;
  border-radius: 18px;
  text-align: start;
}

.ac2 .ac4 {
  /* line-height: 16px; */
  font-size: 16px;
  margin: 0;
  font-weight: 600;
  cursor: pointer;
  color: #080809;
}

.ac2 .ac1 {
  display: flex;
  column-gap: 23px;
  flex-wrap: wrap;
  /* font-size: 49px; */
  margin: 0px 0 20px 0;
  padding: 9px 0 0 15px;
}

.ac2 .ac1 u {
  font-size: 16px;
  text-decoration: none;
  color: #65676b;
}

.ac2 .ac1 u:hover {
  text-decoration: underline;
  cursor: pointer;
}

.ac2 .ac1 :nth-child(2) {
  font-weight: 700;
}

.ac2 .ac1 .ac0 {
  position: relative;
  top: -5px;
}

.ac2 .ac1 .ac0 > span {
  display: inline-block;
  position: relative;
  width: 18px;
  height: 18px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 50%;
  background-repeat: no-repeat;
  box-shadow: 0 0 0 2px #fff;
  top: 4px;
}

.ac2 .ac1 .ac0 :nth-child(n + 2) {
  z-index: 1001;
}

.ac2 .ac1 .ac0 :nth-child(n + 3) {
  z-index: 1000;
  left: -6px;
}

.ac2 .ac1 .ac0 :nth-child(n + 4) {
  z-index: 999;
  left: -12px;
}

.ac2 .ac3 {
  margin: 0;
  line-height: 21.3328px;
  font-size: 17px;
  margin-top: 8px;
}

.ag6 {
  position: absolute;
  background-color: #0e4094;
  display: flex;
  width: 2px;
  top: 6px;
  left: 33px;
  z-index: 3;
}

.ag7 {
  position: relative;
  z-index: 6;
  color: #65686c;
  font-size: 15px;
  line-height: 20px;
  display: block;
  font-weight: 600;
  background-color: #fff;
  box-shadow: -4px 0 0 0 #fff;
  margin-bottom: 6px;
  text-decoration: none;
  cursor: pointer;
}

.ag9 {
  position: absolute;
  height: 33px;
  width: 48px;
  border-left: 2px solid #d2e5fd;
  border-start-start-radius: 10.5px;
  left: -28px;
  top: -16px;
  display: none;
  z-index: 1;
}

.af7 .af7 .af7 .ag9,
.af7 .af7 .ag5 .ag9 {
  left: -20px;
}

.ag5 > .ag7 ~ .ag9 {
  top: -24px;
}

.ag8 {
  position: absolute;
  display: none;
  height: 48px;
  width: 64px;
  background-color: #ffffff;
  border-radius: 0 10.5px;
  border-bottom: 2px solid #0e4094;
  border-left: 2px solid #0e4094;
  left: -28px;
  top: 0px;
  z-index: 2;
}

.af7 .af7 .af7 .ag8,
.af7 .af7 .ag5 .ag8 {
  left: -7px;
}

.ag5 > .ag7 ~ .ag8 {
  top: -39px;
}

.ac2 .ac1 .ac0 .ab3 {
  background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M16.0001 7.9996c0 4.418-3.5815 7.9996-7.9995 7.9996S.001 12.4176.001 7.9996 3.5825 0 8.0006 0C12.4186 0 16 3.5815 16 7.9996Z' fill='url(%23paint0_linear_15251_63610)'/%3E%3Cpath d='M16.0001 7.9996c0 4.418-3.5815 7.9996-7.9995 7.9996S.001 12.4176.001 7.9996 3.5825 0 8.0006 0C12.4186 0 16 3.5815 16 7.9996Z' fill='url(%23paint1_radial_15251_63610)'/%3E%3Cpath d='M16.0001 7.9996c0 4.418-3.5815 7.9996-7.9995 7.9996S.001 12.4176.001 7.9996 3.5825 0 8.0006 0C12.4186 0 16 3.5815 16 7.9996Z' fill='url(%23paint2_radial_15251_63610)' fill-opacity='.5'/%3E%3Cpath d='M7.3014 3.8662a.6974.6974 0 0 1 .6974-.6977c.6742 0 1.2207.5465 1.2207 1.2206v1.7464a.101.101 0 0 0 .101.101h1.7953c.992 0 1.7232.9273 1.4917 1.892l-.4572 1.9047a2.301 2.301 0 0 1-2.2374 1.764H6.9185a.5752.5752 0 0 1-.5752-.5752V7.7384c0-.4168.097-.8278.2834-1.2005l.2856-.5712a3.6878 3.6878 0 0 0 .3893-1.6509l-.0002-.4496ZM4.367 7a.767.767 0 0 0-.7669.767v3.2598a.767.767 0 0 0 .767.767h.767a.3835.3835 0 0 0 .3835-.3835V7.3835A.3835.3835 0 0 0 5.134 7h-.767Z' fill='%23fff'/%3E%3Cdefs%3E%3CradialGradient id='paint1_radial_15251_63610' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='rotate(90 .0005 8) scale(7.99958)'%3E%3Cstop offset='.5618' stop-color='%230866FF' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%230866FF' stop-opacity='.1'/%3E%3C/radialGradient%3E%3CradialGradient id='paint2_radial_15251_63610' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='rotate(45 -4.5257 10.9237) scale(10.1818)'%3E%3Cstop offset='.3143' stop-color='%2302ADFC'/%3E%3Cstop offset='1' stop-color='%2302ADFC' stop-opacity='0'/%3E%3C/radialGradient%3E%3ClinearGradient id='paint0_linear_15251_63610' x1='2.3989' y1='2.3999' x2='13.5983' y2='13.5993' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2302ADFC'/%3E%3Cstop offset='.5' stop-color='%230866FF'/%3E%3Cstop offset='1' stop-color='%232B7EFF'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
}

.ac2 .ac1 .ac0 .ab2 {
  background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cg clip-path='url(%23clip0_15251_63610)'%3E%3Cpath d='M15.9963 8c0 4.4179-3.5811 7.9993-7.9986 7.9993-4.4176 0-7.9987-3.5814-7.9987-7.9992 0-4.4179 3.5811-7.9992 7.9987-7.9992 4.4175 0 7.9986 3.5813 7.9986 7.9992Z' fill='url(%23paint0_linear_15251_63610)'/%3E%3Cpath d='M15.9973 7.9992c0 4.4178-3.5811 7.9992-7.9987 7.9992C3.5811 15.9984 0 12.417 0 7.9992S3.5811 0 7.9986 0c4.4176 0 7.9987 3.5814 7.9987 7.9992Z' fill='url(%23paint1_radial_15251_63610)'/%3E%3Cpath d='M7.9996 5.9081c-.3528-.8845-1.1936-1.507-2.1748-1.507-1.4323 0-2.4254 1.328-2.4254 2.6797 0 2.2718 2.3938 4.0094 4.0816 5.1589.3168.2157.7205.2157 1.0373 0 1.6878-1.1495 4.0815-2.8871 4.0815-5.159 0-1.3517-.993-2.6796-2.4254-2.6796-.9811 0-1.822.6225-2.1748 1.507Z' fill='%23fff'/%3E%3C/g%3E%3Cdefs%3E%3CradialGradient id='paint1_radial_15251_63610' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='matrix(0 7.9992 -7.99863 0 7.9986 7.9992)'%3E%3Cstop offset='.5637' stop-color='%23E11731' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23E11731' stop-opacity='.1'/%3E%3C/radialGradient%3E%3ClinearGradient id='paint0_linear_15251_63610' x1='2.3986' y1='2.4007' x2='13.5975' y2='13.5993' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FF74AE'/%3E%3Cstop offset='.5001' stop-color='%23FA2E3E'/%3E%3Cstop offset='1' stop-color='%23FF5758'/%3E%3C/linearGradient%3E%3CclipPath id='clip0_15251_63610'%3E%3Cpath fill='%23fff' d='M-.001.0009h15.9992v15.9984H-.001z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.ac2 .ac1 .ac0 .ab1 {
  background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cg clip-path='url(%23clip0_15251_63610)'%3E%3Cpath d='M15.9953 7.9996c0 4.418-3.5816 7.9996-7.9996 7.9996S-.004 12.4176-.004 7.9996 3.5776 0 7.9957 0c4.418 0 7.9996 3.5815 7.9996 7.9996Z' fill='url(%23paint0_linear_15251_63610)'/%3E%3Cpath d='M15.9973 7.9992c0 4.4178-3.5811 7.9992-7.9987 7.9992C3.5811 15.9984 0 12.417 0 7.9992S3.5811 0 7.9986 0c4.4176 0 7.9987 3.5814 7.9987 7.9992Z' fill='url(%23paint1_radial_15251_63610)'/%3E%3Cpath d='M15.9953 7.9996c0 4.418-3.5816 7.9996-7.9996 7.9996S-.004 12.4176-.004 7.9996 3.5776 0 7.9957 0c4.418 0 7.9996 3.5815 7.9996 7.9996Z' fill='url(%23paint2_radial_15251_63610)' fill-opacity='.8'/%3E%3Cpath d='M12.5278 8.1957c.4057.1104.6772.4854.623.9024-.3379 2.6001-2.5167 4.9012-5.1542 4.9012s-4.8163-2.3011-5.1542-4.9012c-.0542-.417.2173-.792.623-.9024.8708-.237 2.5215-.596 4.5312-.596 2.0098 0 3.6605.359 4.5312.596Z' fill='%234B280E'/%3E%3Cpath d='M11.5809 12.3764c-.9328.9843-2.1948 1.6228-3.5841 1.6228-1.3892 0-2.6512-.6383-3.5839-1.6225a1.5425 1.5425 0 0 0-.016-.0174c.4475-1.0137 2.2-1.3599 3.5999-1.3599 1.4 0 3.1514.3468 3.5998 1.3599l-.0157.0171Z' fill='url(%23paint3_linear_15251_63610)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.3049 5.8793c.1614-1.1485-.6387-2.2103-1.7872-2.3717l-.0979-.0138c-1.1484-.1614-2.2103.6388-2.3717 1.7872l-.0163.1164a.5.5 0 0 0 .9902.1392l.0163-.1164c.0846-.6016.6408-1.0207 1.2424-.9362l.0978.0138c.6016.0845 1.0207.6407.9362 1.2423l-.0164.1164a.5.5 0 0 0 .9903.1392l.0163-.1164ZM2.6902 5.8793c-.1614-1.1485.6387-2.2103 1.7872-2.3717l.0979-.0138c1.1484-.1614 2.2103.6388 2.3717 1.7872l.0164.1164a.5.5 0 1 1-.9903.1392l-.0163-.1164c-.0846-.6016-.6408-1.0207-1.2423-.9362l-.098.0138c-.6015.0845-1.0206.6407-.936 1.2423l.0163.1164a.5.5 0 0 1-.9902.1392l-.0164-.1164Z' fill='%231C1C1D'/%3E%3C/g%3E%3Cdefs%3E%3CradialGradient id='paint1_radial_15251_63610' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='matrix(0 7.9992 -7.99863 0 7.9986 7.9992)'%3E%3Cstop offset='.5637' stop-color='%23FF5758' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23FF5758' stop-opacity='.1'/%3E%3C/radialGradient%3E%3CradialGradient id='paint2_radial_15251_63610' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='rotate(45 -4.5272 10.9202) scale(10.1818)'%3E%3Cstop stop-color='%23FFF287'/%3E%3Cstop offset='1' stop-color='%23FFF287' stop-opacity='0'/%3E%3C/radialGradient%3E%3ClinearGradient id='paint0_linear_15251_63610' x1='2.396' y1='2.3999' x2='13.5954' y2='13.5993' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFF287'/%3E%3Cstop offset='1' stop-color='%23F68628'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint3_linear_15251_63610' x1='5.1979' y1='10.7996' x2='5.245' y2='14.2452' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FF60A4'/%3E%3Cstop offset='.2417' stop-color='%23FA2E3E'/%3E%3Cstop offset='1' stop-color='%23BC0A26'/%3E%3C/linearGradient%3E%3CclipPath id='clip0_15251_63610'%3E%3Cpath fill='%23fff' d='M-.002 0h16v15.9992h-16z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.ac2 .ac1 .ac0 .ab0 {
  background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cg clip-path='url(%23clip0_15251_63610)'%3E%3Cpath d='M15.9972 7.9996c0 4.418-3.5815 7.9996-7.9996 7.9996-4.418 0-7.9996-3.5816-7.9996-7.9996S3.5796 0 7.9976 0c4.4181 0 7.9996 3.5815 7.9996 7.9996Z' fill='url(%23paint0_linear_15251_63610)'/%3E%3Cpath d='M15.9973 7.9992c0 4.4178-3.5811 7.9992-7.9987 7.9992C3.5811 15.9984 0 12.417 0 7.9992S3.5811 0 7.9986 0c4.4176 0 7.9987 3.5814 7.9987 7.9992Z' fill='url(%23paint1_radial_15251_63610)'/%3E%3Cpath d='M15.9972 7.9996c0 4.418-3.5815 7.9996-7.9996 7.9996-4.418 0-7.9996-3.5816-7.9996-7.9996S3.5796 0 7.9976 0c4.4181 0 7.9996 3.5815 7.9996 7.9996Z' fill='url(%23paint2_radial_15251_63610)' fill-opacity='.8'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.6144 10.8866c.159-1.8461 1.127-2.887 2.382-2.887 1.2551 0 2.2231 1.0418 2.3822 2.887.1591 1.8461-.7342 3.1127-2.3821 3.1127-1.648 0-2.5412-1.2666-2.3821-3.1127Z' fill='%234B280E'/%3E%3Cellipse cx='11.1978' cy='5.6997' rx='1.3999' ry='1.6999' fill='%231C1C1D'/%3E%3Cellipse cx='4.7979' cy='5.6997' rx='1.3999' ry='1.6999' fill='%231C1C1D'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.3528 3.166a1.4744 1.4744 0 0 0-1.8591-.3279.4.4 0 1 1-.3976-.6941c.9527-.5457 2.1592-.333 2.8678.5056a.4.4 0 0 1-.6111.5163ZM5.4998 2.8381a1.4744 1.4744 0 0 0-1.859.3278.4.4 0 0 1-.6111-.5162c.7085-.8387 1.915-1.0514 2.8677-.5057a.4.4 0 0 1-.3976.6941Z' fill='%23E0761A'/%3E%3C/g%3E%3Cdefs%3E%3CradialGradient id='paint1_radial_15251_63610' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='matrix(0 7.9992 -7.99863 0 7.9986 7.9992)'%3E%3Cstop offset='.5637' stop-color='%23FF5758' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23FF5758' stop-opacity='.1'/%3E%3C/radialGradient%3E%3CradialGradient id='paint2_radial_15251_63610' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='rotate(45 -4.5262 10.9226) scale(10.1818)'%3E%3Cstop stop-color='%23FFF287'/%3E%3Cstop offset='1' stop-color='%23FFF287' stop-opacity='0'/%3E%3C/radialGradient%3E%3ClinearGradient id='paint0_linear_15251_63610' x1='2.3979' y1='2.3999' x2='13.5973' y2='13.5993' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFF287'/%3E%3Cstop offset='1' stop-color='%23F68628'/%3E%3C/linearGradient%3E%3CclipPath id='clip0_15251_63610'%3E%3Cpath fill='%23fff' d='M-.002 0h15.9992v15.9992H-.002z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

@media (max-width: 450px) {
  .af9,
  .af7 {
    gap: 6px;
  }

  .ac2 .ac1 {
    row-gap: 2px;
  }

  .ac2 .ac1 u {
    font-size: 16px;
  }

  .ac2 .ac1 .ac0 {
    position: relative;
    top: -2px;
  }

  .ac2 .ac1 .ac0 > span {
    width: 16px;
    height: 16px;
    box-shadow: 0 0 0 1.5px #fff;
    top: 3px;
  }
}

.textarea-box {
  width: 700px;
  max-width: 600px;
  min-width: 200px;
}

@media (max-width: 1024px) {
  .textarea-box {
    width: 100%;
  }
}

.form-control:focus {
  border-color: unset !important;
  box-shadow: unset !important;
}

.add-remove-btn button {
  font-size: 18px !important;
  padding: 5px 10px !important;
  background-color: var(--light-blue) !important;
}

.add-remove-btn button.btn-secondary:hover {
  background-color: red !important;
  border: red !important;
}

.add-remove-btn textarea {
  background-color: #f5f5f5 !important;
}

.ac1 u i.fa-solid.fa-thumbs-up,
.ac1 u i.fa-solid.fa-thumbs-down {
  color: var(--orange-color);
}

.circle-user-comment {
  /* width: 62px; */
}

.circle-user-comment i {
  color: white;
}

/* listing page  */
.page-listing-side {
  border-left: 3px solid black;
}

@media (max-width: 999px) {
  .page-listing-side {
    border-left: 0;
  }
}

.listing-page-section {
  padding: 10px;
  border-top: 2px solid #abc8f7;
}

.news-container {
  /* margin-top: 2rem; */
  /* display: flex; */
  /* flex-direction: column; */
  gap: 12px;
}

.news-item {
  /* display: flex; */
  background: white;
  box-shadow: 0px -2px 5px 7px rgb(70 68 68 / 10%);
  /* border-radius: 4px; */
  /* overflow: hidden; */
  /* align-items: center; */
  /* flex-wrap: wrap; */
  margin-top: 0px;
}

.news-image {
  /* flex-shrink: 1; */
  overflow: hidden;
  padding: 0;
  margin-top: 0;
  /* background: red; */
}

.news-image img {
  width: 100%;
  min-height: 110px;
  height: -webkit-fill-available;
  object-fit: cover;
  object-position: top;
  max-height: 120px;
}

.custome_img img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.news-content {
  /* flex: 1; */
  padding: 15px 16px;
  border-right: 1px solid #ccc;
  color: var(--dark-blue);
  /* text-align: center; */
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: center;
}

.news-title {
  font-weight: 700;
  font-size: 1rem;
  /* line-height: 1.1; */
  margin-bottom: 6px;
}

.news-description {
  font-weight: 500;
  /* line-height: 1.1; */
  font-size: 1rem;
  color: black;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-date-box {
  align-items: center;
  justify-content: center;
  background-color: var(--orange-color);
  color: white;
  text-align: center;
  padding: 8px 12px;
  font-weight: 700;
  /* border-top-right-radius: 8px; */
  /* border-bottom-right-radius: 8px; */
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
}

.news-date-month {
  font-size: 14px;
  margin-bottom: 2px;
  text-align: left;
  color: black;
}
.news-image img {
}
.news-date-day-year {
  font-size: 1.1rem;
}

.news-date-box {
  position: relative;
}

.news-date-box::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: var(--orange-color);
  left: -10px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

@media (max-width: 1100px) {
  .news-date-box::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: var(--orange-color);
    left: 50% !important;
    top: 0 !important;
    transform: translateY(-50%) rotate(45deg);
  }
}

/* pagination */

.pagination-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.page-number,
.page-arrow {
  border: none;
  background: transparent;
  font-weight: 600;
  color: var(--dark-blue);
  cursor: pointer;
  display: flex;
  justify-content: center;
  font-size: 1.1rem;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  transition: 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-arrow {
  font-size: 25px !important;
}

.page-number.active {
  background: var(--orange-color);
  color: white;
}

.page-number:hover:not(.active),
.page-arrow:hover:not(:disabled) {
  color: var(--orange-color);
}

.page-arrow:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.page-number:hover,
.page-arrow:hover {
  background: var(--orange-color);
  color: white !important;
}

.page-arrow {
  background: var(--orange-color) !important;
  color: white !important;
}

/* listing page sidebar */
.sidebar-header {
  background-color: var(--dark-blue);
  font-style: italic;
  width: fit-content;
  font-size: 1.2rem;
}

/* Category Item */
.category-item {
  padding: 10px 16px;
  color: var(--dark-blue);
  font-size: 1rem;
  font-weight: bold;
  margin: 15px;
  /* border-bottom: 1px solid var(--light-blue); */
  cursor: pointer;
  transition: 0.3s;
  display: flex;
  width: 280px;
  align-items: center;
}

.category-item i {
  color: var(--light-blue);
  font-size: 1.2rem;
}

/* Active Item (Orange Background) */
.active-category {
  background-color: var(--orange-color);
  color: #fff;
  width: 95%;
}

.active-category i {
  color: #fff;
}

/* Hover Effect */
.category-item:hover {
  background-color: var(--orange-color);
  color: white;
}

.category-item:hover i {
  color: white;
}

.categoryText {
  position: relative;
}

.categoryText::after {
  content: "";
  position: absolute;
  bottom: -14px;
  height: 3px;
  left: 0;
  width: 199px;
  background-color: var(--dark-blue);
}

.sticky-sidebar-listing {
  position: sticky;
  top: 166px;
  /* distance from top of viewport when stuck */
  align-self: flex-start;
}

/* Optional: Adjust for smaller screens */
@media (max-width: 1199px) {
  .sticky-sidebar-listing {
    position: static;
    top: auto;
  }
}

.fs-14 {
  font-size: 1.4rem;
}

.fallback-img {
  display: block;
  margin: 0 auto;
  background-color: #ccc;
  padding: 20px;
  max-width: 100%;
  max-height: 150px;
  object-fit: contain;
}

.fallback-img2 {
  display: block;
  margin: 0 auto;
  height: 79px;
  object-fit: contain;
  width: 50px;
}
/* .img_section_height a{
    background-color: #bdb5b5;
    width: 90px;
    height: 90px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
} */
.fallback-listing {
  display: block;
  margin: 0 auto;
  background-color: #ccc;
  max-height: 100px;
  object-fit: contain !important;
  width: 100%;
}

.fallback-details {
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 10;
  position: absolute;
  object-position: center;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

/* .home-banner-clamp{
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
} */

/* .ps-40{
  padding-left:40px !important;
} */
.ps-58 {
  padding-left: 58px !important;
}

.px-40 {
  padding-left: 40px;
  padding-right: 40px;
}

p {
  font-size: 1.1rem;
}

/* tooltip */
/* From Uiverse.io by Mohammad-Rahme-576 */
/* Container Styles */
.tooltip-container {
  position: relative;
  display: inline-block;
  font-family: "Arial", sans-serif;
  overflow: visible;
}

/* Button Styles */
.button-content {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #6e8efb, #a777e3);
  color: white;
  padding: 14px 28px;
  border-radius: 50px;
  cursor: pointer;
  transition:
    background 0.4s cubic-bezier(0.25, 0.8, 0.25, 1),
    transform 0.3s ease,
    box-shadow 0.4s ease;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 10;
  overflow: hidden;
}

.button-content::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(
    135deg,
    rgba(110, 142, 251, 0.4),
    rgba(167, 119, 227, 0.4)
  );
  filter: blur(15px);
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: -1;
}

.button-content::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.3) 0%,
    rgba(255, 255, 255, 0) 70%
  );
  transform: scale(0);
  transition: transform 0.6s ease-out;
  z-index: -1;
}

.button-content:hover::before {
  opacity: 1;
}

.button-content:hover::after {
  transform: scale(1);
}

.button-content:hover {
  background: linear-gradient(135deg, #a777e3, #6e8efb);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
  transform: translateY(-4px) scale(1.03);
}

.button-content:active {
  transform: translateY(-2px) scale(0.98);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}

.text {
  font-size: 18px;
  font-weight: 600;
  margin-right: 12px;
  white-space: nowrap;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  transition: letter-spacing 0.3s ease;
}

.button-content:hover .text {
  letter-spacing: 1px;
}

.share-icon {
  fill: white;
  transition:
    transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55),
    fill 0.3s ease;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1));
}

.button-content:hover .share-icon {
  transform: rotate(180deg) scale(1.1);
  fill: #ffffff;
}

/* Tooltip Styles */
.tooltip-content {
  position: absolute;
  /* display: flex; */
  /* flex-wrap: nowrap; */
  /* flex-direction: row; */
  top: 100%;
  left: 50%;
  transform: translateX(-50%) scale(0.8);
  background: white;
  border-radius: 100px;
  /* padding: 15px; */
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55),
    transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55),
    visibility 0.5s ease;
  z-index: 100;
  pointer-events: none;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.9);
  /* width: 100%; */
  /* min-width: 365px; */
}

.tooltip-container:hover .tooltip-content {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) scale(1);
  pointer-events: auto;
}

/* Social Icons Styles */
.social-icons {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  /* flex-wrap: wrap; */
  padding: 10px 15px;
  flex-direction: row;
  /* border-radius: 100px; */
}

.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #f0f0f0;
  transition:
    transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55),
    background 0.3s ease,
    box-shadow 0.4s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}

.social-icon.active {
  background: var(--orange-color);
}

.social-icon::before {
  content: "";
  position: absolute;
  background: radial-gradient(
    circle at center,
    rgba(255, 255, 255, 0.8) 0%,
    rgba(255, 255, 255, 0) 40%
  );
  opacity: 0;
  transition: opacity 0.3s ease;
}

.social-icon:hover::before {
  opacity: 1;
}

.social-icon svg {
  width: 24px;
  height: 24px;
  fill: #333;
  transition:
    transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55),
    fill 0.3s ease;
  z-index: 1;
}

.social-icon:hover {
  transform: translateY(-5px) scale(1.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.social-icon:active {
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.social-icon:hover svg {
  transform: scale(1.2);
  fill: white;
}

.social-icon.twitter:hover {
  background: linear-gradient(135deg, #1da1f2, #1a91da);
}

.social-icon.facebook:hover {
  background: linear-gradient(135deg, #1877f2, #165ed0);
}

.social-icon.linkedin:hover {
  background: linear-gradient(135deg, #0077b5, #005e94);
}

/* Animation for Pulse Effect */
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(110, 142, 251, 0.4);
  }

  70% {
    box-shadow: 0 0 0 20px rgba(110, 142, 251, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(110, 142, 251, 0);
  }
}

.button-content {
  animation: pulse 3s infinite;
}

/* Hover Ripple Effect */
@keyframes ripple {
  0% {
    transform: scale(0);
    opacity: 1;
  }

  100% {
    transform: scale(4);
    opacity: 0;
  }
}

.button-content::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.3);
  border-radius: inherit;
  transform: scale(0);
  opacity: 0;
}

.button-content:active::before {
  animation: ripple 0.6s linear;
}

/* Tooltip Arrow */
.tooltip-content::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 0 10px 10px 10px;
  border-style: solid;
  border-color: transparent transparent rgba(255, 255, 255, 0.9) transparent;
  filter: drop-shadow(0 -3px 3px rgba(0, 0, 0, 0.1));
}

/* Accessibility */
.button-content:focus {
  outline: none;
  box-shadow:
    0 0 0 3px rgba(110, 142, 251, 0.5),
    0 8px 15px rgba(0, 0, 0, 0.1);
}

.button-content:focus:not(:focus-visible) {
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

/* Responsive Design */
@media (max-width: 768px) {
  .button-content {
    padding: 12px 24px;
    border-radius: 40px;
  }

  .text {
    font-size: 16px;
  }

  .tooltip-content {
    width: max-content;
    padding: 10px 15px;
    border-radius: 100px;
  }

  .social-icon {
    width: 44px;
    height: 44px;
  }

  .social-icon svg {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 480px) {
  .button-content {
    padding: 10px 20px;
  }

  .text {
    font-size: 14px;
  }

  .tooltip-content {
    /* width: 200px; */
    /* padding: 15px; */
  }

  .social-icon {
    width: 40px;
    height: 40px;
  }

  .social-icon svg {
    width: 18px;
    height: 18px;
  }
}

/* Dark Mode Support */
@media (prefers-color-scheme: dark) {
  .tooltip-content {
    background: rgba(30, 30, 30, 0.9);
    color: white;
  }

  .tooltip-content::before {
    border-color: transparent transparent rgba(30, 30, 30, 0.9) transparent;
  }

  .social-icon {
    background: #2a2a2a;
  }

  .social-icon svg {
    fill: #e0e0e0;
  }
}

/* Print Styles */
@media print {
  .tooltip-container {
    display: none;
  }
}

/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {
  .button-content,
  .share-icon,
  .social-icon,
  .tooltip-content {
    transition: none;
  }

  .button-content {
    animation: none;
  }
}

/* Custom Scrollbar for Tooltip Content */
.tooltip-content::-webkit-scrollbar {
  width: 6px;
}

.tooltip-content::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}

.tooltip-content::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 3px;
}

.tooltip-content::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* recomended storie */
.clamp-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.clamp-4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.height-50 {
  height: 50px;
  max-height: 70px;
}

.height-100 {
  height: 100px;
  max-height: 130px;
}

.blog-comment::before,
.blog-comment::after,
.blog-comment-form::before,
.blog-comment-form::after {
  content: "";
  display: table;
  clear: both;
}

.blog-comment {
  padding-left: 15%;
  padding-right: 15%;
}

.blog-comment ul {
  list-style-type: none;
  padding: 0;
}

.blog-comment img {
  opacity: 1;
  filter: Alpha(opacity=100);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.blog-comment img.avatar {
  position: relative;
  float: left;
  margin-left: 0;
  margin-top: 0;
  width: 65px;
  height: 65px;
}

.blog-comment .post-comments {
  border: 1px solid #eee;
  margin-bottom: 20px;
  margin-left: 85px;
  margin-right: 0px;
  padding: 10px 20px;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  color: #6b6e80;
  position: relative;
}

.blog-comment .meta {
  font-size: 13px;
  color: #aaaaaa;
  padding-bottom: 8px;
  margin-bottom: 10px !important;
  border-bottom: 1px solid #eee;
}

.blog-comment ul.comments ul {
  list-style-type: none;
  padding: 0;
  margin-left: 85px;
}

.blog-comment-form {
  padding-left: 15%;
  padding-right: 15%;
  padding-top: 40px;
}

.blog-comment h3,
.blog-comment-form h3 {
  margin-bottom: 40px;
  font-size: 26px;
  line-height: 30px;
  font-weight: 800;
}

li.clearfix {
  list-style: none;
  display: flex;
  /* align-items: center; */
  gap: 0;
  flex-direction: column;
}

/* -------- COMMENT BOX -------- */

/* -------- REPLY BOX -------- */
.reply-box {
  margin-top: 10px;
}

/* Indentation for nested replies */
.reply-level {
  margin-left: 40px;
}

/* User avatar circle */
.circle-user-comment {
  width: 56px;
  height: 56px;
  background: #343a40;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

/* Responsive fix */
@media (max-width: 435px) {
  .reply-level {
    margin-left: 20px;
  }

  .circle-user-comment {
    width: 40px !important;
    height: 40px !important;
  }
}

/* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬
   COMMENT + REPLY LOOK
ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ */
.comment-box,
.reply-box {
  background: #fff;
  padding: 12px;
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: 0px 0px 3px rgb(0 0 0 / 49%);
  border-left: 2px solid var(--light-blue);
}

/* Replies border is gray */

/* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬
   DYNAMIC INDENT FOR NESTING
ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ */
.reply-level-1 {
  margin-left: 25px;
}

.reply-level-2 {
  margin-left: 20px;
}

.reply-level-3 {
  margin-left: 55px;
}

.reply-level-4 {
  margin-left: 70px;
}

/* Prevent too much indent on small screens */
@media (max-width: 576px) {
  .reply-level-1 {
    margin-left: 0;
  }

  .reply-level-2 {
    margin-left: 0;
  }

  .reply-level-3 {
    margin-left: 35px;
  }

  .reply-level-4 {
    margin-left: 45px;
  }
}

/* Avatar */
.circle-user-comment {
  width: 30px;
  height: 30px;
  background: #343a40;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.circle-user-comment i {
  color: white;
  font-size: 12px;
}

/* Show More Button */
.show-more-btn {
  color: var(--orange-color);
  cursor: pointer;
  font-weight: 600;
  margin-top: 5px;
  display: inline-block;
}

.submit-btn:hover {
  background-color: var(--dark-blue);
}

/* search page */
/* Search bar layout only */
.search-bar {
  gap: 10px;
}

.search-input {
  height: 45px;
  border-radius: 6px;
  padding-left: 12px;
  font-size: 15px;
}

/* -------------------- Cards -------------------- */

.search-card {
  background: #fff;
  border-radius: 10px;
  padding: 14px;
  min-height: 260px;
  /* ÃƒÂ¢Ã…â€œÃ¢â‚¬Â FIXED HEIGHT for all cards */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
  border: 1px solid #eee;
  transition: 0.25s ease-in-out;
}

.search-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

/* Title + text */
.search-title {
  /* font-size: 14.5px; */
  color: #003366;
  min-height: 40px;
  /* makes titles equal height */
}

.search-desc {
  font-size: 17px;
  flex-grow: 1;
  /* description grows but stays within card */
  color: #444;
}

/* Skeleton */
.skeleton-card {
  background: #f4f4f4;
  min-height: 260px;
  border-radius: 10px;
  padding: 14px;
}

/* Search container */
.search-wrapper {
  position: relative;
  /* width: 100%; */
}

/* Search input */
.search-input {
  height: 45px;
  padding-left: 40px;
  /* space for icon */
  padding-right: 40px;
  /* space for cross */
  border-radius: 8px;
  /* font-size: 15px; */
}

.search-modal {
  position: relative;
}

.search-modal .search-icon {
  position: relative;
  left: 40px;
  top: 8px;
}

.search-box.search-box1 {
  margin-right: 10px;
  margin-bottom: 10px;
}
.search-box.search-box1 select {
  width: 200px;
}
.search-box select {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 50%;
}
/* Search icon (left) */
.search-icon {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  font-size: 18px;
  color: #666;
}
/* Clear (X) icon (right) */
.clear-icon {
  position: absolute;
  top: 50%;
  right: 37px;
  transform: translateY(-50%);
  font-size: 18px;
  color: #666;
  cursor: pointer;
  display: none;
}

.search-wrapper.has-text .clear-icon {
  display: block;
}

/* Equal height cards */
.search-card {
  background: #fff;
  border-radius: 10px;
  padding: 14px;
  min-height: 260px;
  /* FIXED height */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border: 1px solid #eee;
}

.search-desc {
  /* font-size: 13px; */
  /* flex-grow: 1; */
  /* makes height equal */
}

/* Skeleton height */
.skeleton-card {
  min-height: 260px;
}

.calendar-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5000;
}

.calendar-container {
  background: white;
  padding: 25px;
  border-radius: 12px;
  width: 360px;
  box-shadow: 0px 5px 35px rgba(0, 0, 0, 0.15);
  position: relative;
  animation: fadeIn 0.25s ease-out;
}

.close-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #f3f3f3;
  border: none;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  font-size: 18px;
  cursor: pointer;
}

.modal-title {
  margin-bottom: 15px;
  font-weight: 600;
  text-align: center;
}

.date-picker {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #ddd;
  font-size: 16px;
}

.dropdown-card {
  background: #fafafa;
  border-radius: 12px;
  padding: 15px;
  border: 1px solid #e7e7e7;
}

.dropdown-title {
  font-weight: 600;
  margin-bottom: 10px;
}

.no-data {
  color: #777;
  text-align: center;
  padding: 10px 0;
}

.dropdown-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.dropdown-item {
  background: white;
  padding: 12px 14px;
  margin-bottom: 8px;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.2s;
}

.dropdown-item:hover {
  background: #f0f8ff;
  border-color: #007bff;
}
.inner_logo {
  bottom: -30px;
  position: relative;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.97);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.searching_icon {
  display: none;
}

/*start 11-12-25  */
.custome_read {
  min-height: 42px;
  max-height: 42px;
}

@media (max-width: 768px) {
  .bottom-navbar::before,
  .bottom-navbar::after {
    display: none;
  }

  .custome_right {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .navbar-form {
    padding: 0 0px;
  }
  .iocl_mobile_offcanvas {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media (max-width: 991px) {
  .bottom-navbar::before,
  .bottom-navbar::after {
    display: none;
  }
  .searching_icon {
    display: block;
    text-align: end;
  }
  .top-nav-header .right-logo-area {
    display: none !important;
  }
  .custome_mobile_header {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .custome_right {
    display: none !important;
  }
  .bottom-navbar {
    border: none;
  }
  .bottom-navbar {
    margin-top: 0px;
  }
  .offcanvas-body {
    background: linear-gradient(180deg, var(--dark-blue), var(--light-blue));
    padding: 20px;
    color: var(--white);
  }
  .offcanvas-body > .row {
    width: 100%;
    row-gap: 16px;
    align-items: center;
  }
  .offcanvas-body .navbar-nav {
    display: flex;
    gap: 6px;
  }

  .offcanvas-body .navbar-nav .nav-item {
    position: relative;
  }

  .offcanvas-body .navbar-nav .nav-link {
    color: var(--white);
    font-size: 15px;
    padding: 10px 14px;
    border-radius: 6px;
    transition: all 0.3s ease;
  }

  .offcanvas-body .navbar-nav .nav-link:hover,
  .offcanvas-body .navbar-nav .nav-link:focus {
    background-color: rgba(255, 255, 255, 0.15);
    color: #fff;
  }
  .offcanvas-body .dropdown-menu.header-submenu {
    background-color: var(--white);
    border-radius: 10px;
    padding: 8px 0;
    border: none;
    min-width: 220px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
  }

  .offcanvas-body .dropdown-menu .dropdown-item {
    padding: 8px 16px;
    font-size: 14px;
    color: var(--dark-blue);
    transition: all 0.25s ease;
  }

  .offcanvas-body .dropdown-menu .dropdown-item:hover {
    background-color: var(--orange-color);
    color: var(--white);
  }
  .offcanvas-body .navbar-form {
    display: flex;
    align-items: center;
    background-color: var(--white);
    border-radius: 30px;
    padding: 4px 10px;
  }

  .offcanvas-body .navbar-form .form-control {
    border: none;
    box-shadow: none;
    font-size: 14px;
  }

  .offcanvas-body .navbar-form .form-control:focus {
    outline: none;
  }

  .offcanvas-body .navbar-form .form-control::placeholder {
    color: #999;
  }

  .offcanvas-body .navbar-form .btn {
    border: none;
    background: transparent;
  }
  .offcanvas-body .bulletin-section {
    background-color: var(--orange-color);
    border-radius: 12px;
    padding: 10px;
    transition: all 0.3s ease;
    cursor: pointer;
  }

  .offcanvas-body .bulletin-section:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(243, 113, 39, 0.4);
  }

  .offcanvas-body .bulletin-section-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }

  .offcanvas-body .bulletin-section-content p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: var(--white);
  }

  .offcanvas-body .bulletin-section-content i {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .offcanvas-body {
    padding: 16px;
  }

  .offcanvas-body .navbar-nav {
    width: 100%;
  }

  .offcanvas-body .navbar-nav .nav-link {
    width: 100%;
    padding: 12px;
    color: var(--fc-page-bg-color);
  }

  .offcanvas-body .dropdown-menu {
    position: static !important;
    transform: none !important;
    box-shadow: none;
    margin-top: 6px;
  }

  .offcanvas-body .navbar-form {
    width: 100%;
    margin-top: 10px;
  }
  .offcanvas-body .navbar-form.custome_form {
    border: 1px solid #fff;
  }
  .offcanvas-body .bulletin-section {
    margin-top: 10px;
  }

  .custome_top_header {
    position: relative;
  }
  .inner_logo {
    display: flex;
    justify-content: end !important;
    padding-right: 0px !important;
    bottom: 0px;
  }

  .custome_top_header .top-nav-header {
    justify-content: center !important;
  }
}

.offcanvas-body .navbar-nav .nav-link.active {
  background-color: var(--orange-color);
  color: var(--white);
}

.desktop_navbar .offcanvas-body .navbar-nav .nav-link.active {
  color: var(--orange-color) !important;
  background-color: unset !important;
  border-bottom: 2px solid var(--orange-color);
}

/* âœ… open dropdown on hover */
/* .desktop_navbar .nav-item.dropdown:hover > .dropdown-menu {
  display: block;

} */

.custome_form {
  /* border: 2px solid #fff; */
}

@media (min-width: 992px) and (max-width: 1200px) {
  .bulletin-section .bulletin-section-content {
    gap: 8px !important;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .custome_right {
    align-items: center;
  }
  .custome_right a,
  .custome_right .user-name {
    font-size: 12px;
  }
}

/* .custome_right a , .custome_right .user-name{
font-size: 12px;
} */

/* 23-12-2025 */

@media (max-width: 768px) {
  .equal-height .card {
    height: 100%;
  }

  .custome_mobile_header {
    display: flex;
  }
  .main_news .news-card-col {
    margin-top: 16px;
  }
  .bottom-navbar {
    border-bottom: unset;
    border-top: unset;
  }

  .bottom-navbar {
    margin: 0;
  }

  .custome_top_header::after {
    content: "";
    position: absolute;
    right: 0;
    width: 38%;
    height: 5px;
    bottom: -4px;
    transform: scaleX(-1);
    background: #00000000 linear-gradient(90deg, #6b8abe 65%, #e16d3800 100%) 0%
      0% no-repeat padding-box;
    opacity: 0.8;
  }

  .header_bottom_border {
    position: relative;
    top: 5px !important;
  }

  .header_bottom_border::after {
    content: "";
    position: absolute;
    left: 0;
    width: 38%;
    height: 5px;
    top: -4px;
    /* transform: translateX(-50%); */
    background: #00000000 linear-gradient(90deg, #6b8abe 65%, #e16d3800 100%) 0%
      0% no-repeat padding-box;
    opacity: 0.8;
  }
}

.pagination-container {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.page-number,
.page-arrow {
  min-width: 36px;
  height: 36px;
  font-size: 14px;
}

@media (max-width: 576px) {
  .pagination-container {
    justify-content: center;
    width: 100%;
  }

  .pagination-container .page-number:not(.active):not(:nth-child(2)) {
    display: none;
  }

  .listing-dropdown-btn {
    width: 100%;
    margin-top: 10px;
    text-align: center;
  }
}

/* end  */

/* my*/

.px-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
/* end */

/* 12-12-25 */
.custom-card {
  border: 1px solid #ddd;
  border-bottom: 3px solid #ff7f2a;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  background: #fff;
}

.toggle-btn {
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  transition: transform 0.3s ease;
}

.toggle-btn.active {
  transform: rotate(180deg);
}

.read-more-btn {
  background-color: #ff7f2a;
  color: white;
  padding: 4px 14px;
  border-radius: 3px;
  font-weight: bold;
  border: none;
}

.read-more-btn:hover {
  background-color: #e26b1f;
}
.custome_heading {
  border-bottom: 2px solid #000000;
  padding-bottom: 10px;
}

/* end  */

/* 23-12-2025 */

/* Enable hover dropdown */
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
}

.nav-item.dropdown.other_dropdown:hover .dropdown-menu {
  display: grid;
}
.other_dropdown ul.dropdown-menu.header-submenu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  min-height: 400px;
  max-height: 400px;
  overflow-y: auto;
  padding-right: 6px;
}
/* Hide initially */
.dropdown-menu {
  display: none;
  /* important for hover logic */
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in-out;
  margin-top: 0;
  padding: 12px;
  border-radius: 0 0 12px 12px !important;
  border: none;
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.12);
  background: #fff;
}

/* Fix Bootstrap closing issue */
.nav-item.dropdown:hover > .nav-link {
  color: #ff7b00 !important;
}

/* Remove default LI styling */
.dropdown-menu li {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
}

/* Dropdown item styling */
.dropdown-item {
  padding: 10px 14px !important;
  margin-bottom: 6px;
  background: #f7f7f7 !important;
  border-radius: 8px !important;
  color: #333 !important;
  font-weight: 500;
  border: none !important;
  transition: background 0.2s;
}

/* Hover color */
.dropdown-item:hover {
  background: #ff7b00 !important;
  color: #fff !important;
}

/* Remove last item margin */
.dropdown-item:last-child {
  margin-bottom: 0;
}

.fs-1812 {
  font-size: 1.18rem;
}
.fw-600 {
  font-weight: 600;
}

.no-comments-text {
  color: #9ca3af; /* subtle gray */
  font-size: 14px;
  margin-bottom: 10px;
}

.toggle-comments {
  color: #2563eb;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}

.toggle-comments:hover {
  text-decoration: underline;
}

.comments-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid #e5e7eb;
  background: #fff;
  flex-wrap: wrap;
  padding-top: 20px;
}

.comments-left {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.comments-heading {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  white-space: nowrap;
}

.comments-text {
  font-size: 14px;
  color: #6b7280;
  margin: 0;
}

.first-voice-pill {
  background: #7ccf9b;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  padding: 2px 8px;
  border-radius: 12px;
  margin: 0 4px;
  white-space: nowrap;
}

.share-opinion-btn {
  background: #111111;
  color: #ffffff;
  border: none;
  padding: 8px 18px;
  /* border-radius: 20px; */
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
}

.share-opinion-btn:hover {
  background: #000000;
}

/* header dropdown */
.user-dropdown {
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-weight: 600;
  color: #333;
}

.user-name {
  /* padding: 8px 12px; */
  display: inline-block;
  transition: color 0.2s;
}

/* .user-name:hover {
  color: #007bff;
} */

/* Dropdown menu */
.dropdown-menu {
  position: absolute;
  top: 100%;
  right: -25%; /* you can change to left:0 if you want */
  min-width: 140px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 100;
}

/* Show dropdown */
.dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Dropdown item */
.dropdown-item {
  display: block;
  padding: 10px 15px;
  color: #333;
  text-decoration: none;
  transition:
    background 0.2s,
    color 0.2s;
}

/* .dropdown-item:hover {
  background-color: #007bff;
  color: #fff;
  border-radius: 4px;
} */

.listing-dropdown-btn:active {
  background-color: var(--light-blue) !important;
}

ul.dropdown-menu.header-submenu {
  columns: 2;
}
.dropdown-menu.header-submenu {
  right: -50%;
  margin-top: -9px;
}

.search-highlight {
  background-color: #ffe58f;
  padding: 0 2px;
  border-radius: 3px;
  font-weight: 600;
}

.voice-icon {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #555;
}

.search-box .voice-icon {
  right: 100px;
}
.voice-icon.listening {
  color: red;
  animation: pulse 1s infinite;
}

@keyframes pulse {
  0% {
    transform: translateY(-50%) scale(1);
  }
  50% {
    transform: translateY(-50%) scale(1.2);
  }
  100% {
    transform: translateY(-50%) scale(1);
  }
}

.date-picker {
  cursor: pointer;
}

.calendar-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.calendar-modal {
  background: #fff;
  width: 360px;
  padding: 20px;
  border-radius: 14px;
  position: relative;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.close-btn {
  position: absolute;
  right: 12px;
  top: 10px;
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
}

.title {
  text-align: center;
  margin-bottom: 10px;
}

.calendar-box {
  padding: 10px;
  border-radius: 12px;
  border: 1px solid #ddd;
  cursor: pointer;
}

.highlight-date {
  background-color: #ff5722 !important;
  color: #fff !important;
  border-radius: 50%;
}

.bulletin-box {
  margin-top: 15px;
}

.bulletin-box ul {
  list-style: none;
  padding: 0;
}

.bulletin-box li {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
}

.bulletin-box li:hover {
  background: #f5f5f5;
}

.no-data {
  color: #999;
}

.announcement-item-list {
  border: 1px solid #e7e7e7 !important;
  background: white !important;
}

.fc-daygrid-day-events {
  display: none !important;
}
.fc-toolbar-chunk:nth-child(3) {
  display: none !important;
}
.fc .fc-toolbar-title {
  font-size: 1.12em !important;
}
.fc .fc-daygrid-day-top {
  display: flex;
  /* flex-direction: row-reverse; */
  justify-content: center !important;
}

.fc-col-header,
.fc-daygrid-body .fc-daygrid-body-unbalanced {
  width: 100% !important;
}

.selected-date {
  background-color: #0d6efd !important;
  color: #fff !important;
  border-radius: 6px;
}

.highlighted-date {
  background-color: rgba(13, 110, 253, 0.25) !important;
}

.selected-date {
  background-color: #0d6efd !important;
  color: #fff !important;
  border-radius: 6px;
}

button.fc-next-button.fc-button.fc-button-primary {
  border-left: 1px solid white;
}
.fc .fc-button {
  padding: 4px;
}

/* ================== OVERLAY ================== */
.calendar-overlay {
  position: fixed;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(0, 32, 96, 0.85),
    rgb(148 82 14 / 75%)
  );
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1050;
  backdrop-filter: blur(4px);
}

/* ================== CONTAINER ================== */
.calendar-container {
  /* background: #ffffff; */
  /* width: 100%; */
  /* max-width: 900px; */ /* unchanged */
  border-radius: 18px;
  padding: 22px 24px 26px;
  position: relative;
  box-shadow:
    0 20px 45px rgba(0, 32, 96, 0.35),
    0 4px 10px rgba(0, 0, 0, 0.15);
  animation: modalFade 0.3s ease;
  background-image: linear-gradient(to top, #1e1e1e 0%, #006ec5 100%);
}

/* ================== CLOSE BUTTON ================== */
.close-btn {
  position: absolute;
  top: 14px;
  right: 16px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgb(255 255 255 / 21%);
  border: none;
  font-size: 18px;
  color: #002060;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
}

.close-btn:hover {
  background: #f37127;
  color: #ffffff;
}

/* ================== TITLE ================== */
.modal-title {
  text-align: center;
  font-weight: 600;
  margin-bottom: 18px;
  color: #ffffff;
  letter-spacing: 0.4px;
}

/* ================== CALENDAR CARD FEEL ================== */
.fc {
  border-radius: 14px;
  box-shadow: inset 0 0 0 1px rgba(0, 32, 96, 0.08);
  /* background-image: linear-gradient(to top, #0c0500 0%, #006ec5 100%); */
}

/* ================== TOOLBAR ================== */
.fc-toolbar {
  margin-bottom: 10px !important;
}

.fc-toolbar-title {
  color: #0e4094;
  font-weight: 600;
  font-size: 16px;
}

/* ================== BUTTONS ================== */
.fc-button {
  background: white;
  border: none !important;
  border-radius: 8px !important;
  padding: 6px 12px !important;
  box-shadow: 0 4px 10px rgba(0, 32, 96, 0.25);
  transition: all 0.25s ease;
}

.fc-button:hover {
  background: linear-gradient(135deg, #f37127, #ff8c42) !important;
  box-shadow: 0 6px 14px rgba(243, 113, 39, 0.35);
  color: white !important;
}

.fc-button:disabled {
  background: #3b3b3bde !important;
  box-shadow: none;
}

/* ================== DAY CELLS ================== */
.fc-daygrid-day {
  cursor: pointer;
  transition: background 0.2s ease;
}

.fc-daygrid-day:hover {
  background: rgba(243, 113, 39, 0.08);
}

.fc-daygrid-day.fc-day-today {
  background: rgba(14, 64, 148, 0.1) !important;
  font-weight: 600;
}

/* ================== SELECTED DATE ================== */
.selected-date {
  background: linear-gradient(
    135deg,
    rgba(243, 113, 39, 0.35),
    rgba(243, 113, 39, 0.2)
  ) !important;
  border-radius: 8px;
}

/* ================== EVENT HIGHLIGHT ================== */
.fc-bg-event {
  border-radius: 8px !important;
  opacity: 0.9;
}

/* ================== DROPDOWN CARD ================== */
.dropdown-card {
  background: linear-gradient(135deg, #ffffff, #f4f7fb);
  border-radius: 16px;
  padding: 16px 18px;
  margin-top: 20px;
  border-left: 5px solid #f37127;
  box-shadow: 0 8px 18px rgba(0, 32, 96, 0.15);
}

/* ================== DROPDOWN TITLE ================== */
.dropdown-title {
  color: #002060;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
}

/* ================== DROPDOWN LIST ================== */
.dropdown-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.dropdown-item {
  padding: 11px 14px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 14px;
  color: #0e4094;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.25s ease;
}

.dropdown-item:hover {
  background: rgba(14, 64, 148, 0.08);
  transform: translateX(3px);
}

.dropdown-item i {
  color: #f37127;
  font-size: 16px;
}

/* ================== NO DATA ================== */
.no-data {
  color: #6b7280;
  font-size: 14px;
}

/* ================== ANIMATION ================== */
@keyframes modalFade {
  from {
    opacity: 0;
    transform: translateY(10px) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* ================== RESPONSIVE ================== */
@media (max-width: 768px) {
  .calendar-container {
    padding: 18px 16px 22px;
  }

  .fc-toolbar-title {
    font-size: 15px;
  }
}

.fc .fc-daygrid-day-bg .fc-highlight {
  background: #f37127;
}

th.fc-col-header-cell.fc-day {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 10px;
  padding-bottom: 0px;
}

.fc-button-group {
  gap: 10px;
}

/* ================== FULLCALENDAR SCROLLBAR ================== */
.fc .fc-scroller-liquid-absolute {
  scrollbar-width: thin;
  scrollbar-color: #fff #f1f4f900;
}

/* ================== WEBKIT SCROLLBAR ================== */
.fc .fc-scroller-liquid-absolute::-webkit-scrollbar {
  width: 5px;
}

.fc .fc-scroller-liquid-absolute::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 10px;
}

.fc .fc-scroller-liquid-absolute::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #ffffff, #ffffff);
  border-radius: 10px;
  border: 0px solid #f1f4f9;
}

.fc .fc-scroller-liquid-absolute::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #0e4094, #002060);
}

.fc .fc-toolbar-title {
  color: white;
}
.fc-theme-standard td,
.fc-theme-standard th {
  border: none;
}
.fc-theme-standard .fc-scrollgrid {
  border: none;
}
.fc .fc-cell-shaded,
.fc .fc-day-disabled {
  background: #4040405e;
}

.fc .fc-day-other .fc-daygrid-day-top {
  background: #404040;
  opacity: 0.3;
  color: #ffffff;
}

.fc .fc-daygrid-day-number {
  color: white;
}

.fc-scroller-harness:has(.fc-col-header) > .fc-scroller {
  overflow: hidden !important;
}

.fc-event.fc-event-start.fc-event-end.fc-event-past.fc-bg-event {
  background-color: #ffffff40 !important;
  opacity: 1;
  border-radius: 0px !important;
  border: 1px solid #ffffff66;
}
.fc .fc-button-primary {
  background-color: #fff !important;
  color: black;
  /* padding: 0; */
}
.fc .fc-button .fc-icon {
  color: #05437b;
}

.fc .fc-button {
  padding: 3px 8px !important;
}

.fc .fc-button:disabled {
  color: black;
}

button.close-btn {
  color: white;
}

table.fc-col-header {
  background: #ffffff14;
}

.dropdown-list-section {
  border: 3px solid #dbd4d4 !important;
}
.dropdown-list-section:hover i {
  color: white !important;
}

ul.comments > li > .comment-box {
  border-color: #0e4094;
}
ul.comments li.reply-level-1 > .reply-box {
  border-color: #f37127;
}
ul.comments li.reply-level-2 > .reply-box {
  border-color: #828282;
}
button.btn.btn-sm {
  border: 1px solid gainsboro;
  margin-right: 4px;
}

.margin-bottom-02 {
  margin-bottom: 0.2em !important;
}

/* Voice Search Blinking Effect */
.voice-iconn {
  cursor: pointer;
  transition: all 0.3s ease;
}

.voice-iconn.listening {
  color: red !important;
  animation: blink-red 1s infinite;
}

@keyframes blink-red {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

/* .listing-page-image {
  max-height: 100px;
  object-fit: cover;
} */

.leader-speak-dropdown.dropdown-menu.header-submenu {
  columns: unset;
}

.leader-speak-dropdown.dropdown-menu.header-submenu {
  right: 0;
}

.image-wrapper.weekend-details-img {
  min-height: 140px;
}

.image-wrapper.weekend-details-img img.news-card-img {
  max-height: 250px;
  object-fit: contain;
}

.custom_sitemap li a {
  padding: 3px 3px;
}

.custom_sitemap ul li a {
  font-size: 18px;
}

/* ===== Each UL block ===== */
.custom_sitemap > ul {
  background-color: #ffffff;
  padding: 0px 18px;
}

/* Remove bullets */
.custom_sitemap ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

/* ===== Section Headings ===== */
.custom_sitemap .fw-bold {
  font-size: 18px; /* bigger font */
  font-weight: 700;
  color: #0b2c5d; /* govt dark blue */
  margin-bottom: 0px;
}

/* ===== Submenu block ===== */
.custom_sitemap ul ul {
  margin-top: 10px;
  padding-left: 14px;
  border-left: 3px solid #0b2c5d; /* strong left indicator */
}

/* ===== Links ===== */
.custom_sitemap .nav-link {
  font-size: 19px; /* readable size */
  color: #000000;
  padding: 6px 0;
  line-height: 1.6;
}

/* ===== Hover (minimal â€“ govt style) ===== */
.custom_sitemap .nav-link:hover {
  text-decoration: underline;
  color: #ff7b00;
}

/* ===== Sub-item marker (dash style) ===== */
.custom_sitemap ul ul .nav-item {
  position: relative;
  padding-left: 12px;
}

.custom_sitemap ul ul .nav-item::before {
  content: "â€“";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
  color: #0b2c5d;
}

/* ===== Mobile ===== */
@media (max-width: 768px) {
  .custom_sitemap {
    grid-template-columns: 1fr;
  }
}

.custom_sitemap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
}

.bannerContent {
  background-color: rgba(0, 0, 0, 0.559);
  padding: 8px 51px;
}
.bannerContent h3 {
  color: #fff; /* text fully visible */
}

.swiper-button-prev-custom , .swiper-button-prev-custom1 , 
.swiper-button-next-custom ,.swiper-button-next-custom1{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 35px;
  height: 35px;
  background: rgb(0 0 0 / 11%);
  border: 1px solid #d1d5db;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.fa-chevron-left:before,
.fa-chevron-right:before {
  color: #fff;
}
.swiper-button-prev-custom ,.swiper-button-prev-custom1{
  left: 12px;
}

.swiper-button-next-custom,.swiper-button-next-custom1 {
  right: 12px;
}

.swiper-button-prev-custom i,
.swiper-button-next-custom i
.swiper-button-prev-custom1 i,
.swiper-button-next-custom1 i {
  font-size: 16px;
  color: #0b2c5d; /* govt blue */
}

/* Pagination container */
.swiper-pagination-custom {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

/* Dots */
.swiper-pagination-custom .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #cbd5e1; /* light grey */
  opacity: 1;
  margin: 0 5px;
  display: inline-block;
}

/* Active dot */
.swiper-pagination-custom .swiper-pagination-bullet-active {
  background: var(--orange-color); /* govt blue */
}
.card-header.card-img-heading {
  padding-left: 0px;
  padding-bottom: 5px;
}
.card-header.card-img-heading > img {
  height: 50px;
  width: 50px;
  object-fit: cover;
  background: #fff;
  border-radius: 0px 0px 10px 0px;
  margin-right: 6px;
}

.custom_dropdown {
  display: inline-flex;
  align-items: center;
}

.custom_dropdown .text-muted {
  margin-right: 20px;
}

.custom_dropdown .text-muted.small {
  background-color: var(--orange-color);
  font-weight: 600;
  color: #fff;
  padding: 7px !important;
  border-radius: 24px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff !important;
  letter-spacing: 0.5px;
}

header {
  display: block;
}
.mobile_search_icon.fa-search:before {
  content: "\f002";
  color: var(--orange-color);
}

/* ===========================
   SEARCH OVERLAY
   =========================== */

.search-overlay {
  position: fixed;
  inset: 0; /* top:0 right:0 bottom:0 left:0 */
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 16px;
}

/* ===========================
   MODAL CONTAINER
   =========================== */

.search-modal {
  width: 100%;
  max-width: 520px;
  padding: 16px;
  animation: modalSlide 0.3s ease;
}

/* ===========================
   SEARCH BOX
   =========================== */

.search-box {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  max-width: 520px;
}

/* ===========================
   INPUT
   =========================== */

.search-input {
  flex: 1;
  min-width: 0; /* flex overflow fix */
  height: 44px;
  border-radius: 999px;
  padding: 0 44px 0 40px;
}

.search-input::placeholder {
  color: #9aa0a6;
}

.search-input:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.15);
}

/* ===========================
   CLOSE BUTTON
   =========================== */

.search-close {
  border: none;
  background-color: var(--orange-color);
  font-size: 22px;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #ffff;
}

.search-close:hover {
  background: #0d6efd;
  color: #fff;
  border-color: #0d6efd;
}

.search-close:active {
  transform: scale(0.95);
}

/* ===========================
   ANIMATIONS
   =========================== */

@keyframes overlayFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes modalSlide {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* ===========================
   MOBILE OPTIMIZATION
   =========================== */

@media (max-width: 576px) {
  .search-modal {
    padding: 10px;
  }

  .search-box {
    padding: 14px;
    max-width: 100%;
  }

  .search-input {
    height: 40px;
    font-size: 14px;
  }
}

@media (max-width: 375px) {
  /* .custome_center_logo img {
    max-width: 140px;
    height: auto;
  } */
}
@media (max-width: 375px) {
  .mobile_search_icon,
  .navbar-toggler-icon {
    font-size: 18px;
  }
}
.search-overlay {
  position: fixed;
  inset: 0;
  z-index: 1055;
}

@media (max-width: 768px) {
  .inner_logo {
    display: flex;
    justify-content: center !important;
    padding-right: 0px !important;
  }
}

header,
footer {
  display: block !important;
}

.top-banner {
  display: none;
}

/* .card-body img{
  display: none;
} */

/* .mobile_navbar{
  display: none;
} */
.mobile_navbar {
  display: none;
}

/* Page Background */
.feedback-page {
  min-height: auto;
  display: flex;
  justify-content: center;
}

/* Card */
.feedback-card {
  background-color: #ffffff;
  width: 100%;
  max-width: 420px;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  height: 100%;
}

/* Select & Textarea */
.feedback-select,
.feedback-textarea {
  border-radius: 10px;
  padding: 12px;
}

/* Character Counter */
.char-count {
  text-align: right;
  font-size: 12px;
  color: #999;
  margin-top: 4px;
  display: flex;
  justify-content: end;
}
.invalid-feedback {
  margin-top: 0px;
  text-align: left;
}
.is-invalid.invalid-feedback {
  display: block;
}
/* Upload Box */
.upload-box {
  border: 2px dashed #f37127;
  border-radius: 14px;
  padding: 32px 16px;
  text-align: center;
  width: 100%;
  cursor: pointer;
  background-color: #fffaf5;
  transition: background-color 0.3s ease;
}
/* 
.upload-box:hover {
  background-color: #fff2e6;
  color:white;
} */

.upload-box img {
  width: 36px;
  margin-bottom: 10px;
}

/* Submit Button */
/* .submit-btn {
  width: 100%;
  background-color: #ff9800;
  color: #ffffff;
  font-weight: 600;
  border-radius: 14px;
  padding: 14px;
  border: none;
} */

.submit-btn:hover {
  background-color: #e68900;
  color: #fff;
}

input[type="search"]::-webkit-search-cancel-button {
  filter: invert(1) brightness(2);
}
/* Mobile Optimization */
@media (max-width: 576px) {
  .feedback-card {
    padding: 16px;
  }
}

@media (max-width: 768px) {
  .login-form {
    max-width: 300px;
  }
  .news-card-img,
  .home-img-card-img {
    width: 100%;
    object-fit: scale-down;
  }
  .home-img-card-img,
  .listing-page-image {
    height: unset;
  }
  .listing-page-image {
    width: unset;
    height: unset;
  }
  .news-card-image-div {
    height: 180px;
  }
}

@media (max-width: 992px) {
  .news-image img {
    max-height: unset;
    object-fit: unset;
  }
  .listing-page-image {
    max-height: 100px;
    object-fit: cover;
  }
}

.feedback-thumb {
  width: 100%;
  height: 400px;

  cursor: pointer;
  border-radius: 8px;
  transition: transform 0.2s ease;
}

.feedback-thumb:hover {
  transform: scale(1.05);
}
.fa-share-nodes {
  display: none;
}

.fc--button.fc-button.fc-button-primary {
  display: none !important;
}

.fc .fc-button:disabled {
  opacity: 1 !important;
  /* color: var(--orange-color) !important; */
}
.fc-button:hover {
  color: rgb(0, 0, 0) !important;
}

.fc .fc-daygrid-day.fc-day-today {
  background: var(--orange-color) !important;
  border-radius: 0 !important;
}

.fa-share-nodes {
  display: none;
}

.border-top-custom {
  border-top: 2px solid #477bd1;
}

@media (max-width: 592px) {
  .bannerContent h3 {
    padding: 5px 0px;
    font-size: 16px;
  }
}
@media (max-width: 415px) {
  .bannerContent h3 {
    padding: 5px 0px;
    font-size: 13px;
  }
}

.mobile-toggle-button {
  border: none;
  padding: 0px;
}

.detail-page-content h4 {
  font-size: 21px;
}

.nav-link .active {
  color: var(--orange-color);
}

.section-title {
  font-weight: 700;
  font-style: italic;
  margin: 0;
}

.main_news h5 {
}

/* âœ… Different text highlight colors
.section-title.in-focus {
  color: #1d4ed8;
}

.section-title.spotlight {
  color: #0284c7;
}

.section-title.news-buzz {
  color: #16a34a;
}

.section-title.achievers {
  color: #ea580c;
}

.section-title.values {
  color: #1e40af;
}

.section-title.community {
  color: #db2777;
} */

.category-heading {
  border-bottom: 3px solid #f37127cc;
  display: inline-block;
}

.listing-page-search {
  position: relative;
}

.listing-page-search .voice-icon {
  right: 15px;
}

.date-picker-input {
  height: 38px;
  padding: 0 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  width: 120px;
}

.search-input,
.date-picker-input,
.form-select {
  border: 1px solid #000000;
}

.react-datepicker-wrapper {
  width: auto;
}

.react-datepicker__input-container input {
  cursor: pointer;
}

.center-logo-up {
  bottom: -18px !important;
}

.detail-page-content {
  height: 70vh;
  overflow-y: scroll;
}

.sidebar-category-swiper {
  overflow-y: scroll;
  height: 63vh;
}

/* âœ… Remove Chrome/Edge default search X icon */
.search-input::-webkit-search-decoration,
.search-input::-webkit-search-cancel-button,
.search-input::-webkit-search-results-button,
.search-input::-webkit-search-results-decoration {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}
.clear-icon {
  color: #000;
}

.fa-close:before,
.fa-multiply:before,
.fa-remove:before,
.fa-times:before,
.fa-xmark:before {
  content: "\f00d";
}
.calender_from {
  position: relative;
}
.calender_from .fa-calendar-days {
  position: absolute;
  z-index: 11;
  right: 0px;
  top: 30%;
  font-size: 12px;
}

.category2-card{
    padding: 7px;
    font-size: 10px;
    color: white;
}

.category2-card-main{
    position: absolute;
    bottom: 8px;
    right: 5px;

}

.dropup .dropdown-toggle::after {
    transform: rotate(180deg) !important;
}