@font-face {
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
  font-family: maven;
  src: url("../fonts/maven.woff2") format("woff2");
}

@font-face {
  font-weight: bold;
  font-style: normal;
  font-display: fallback;
  font-family: maven;
  src: url("../fonts/maven-bold.woff2") format("woff2");
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1476px !important;
  }
}
:root {
  --primary-color: #f15d25;
  --secondary-color: #009fe0;
}
body {
  font-family: maven, sans-serif !important;
  direction: ltr !important;
  overflow-x: hidden;
}
html,
button,
input,
select,
textarea {
  font-family: maven, sans-serif !important;
}

a,
a:visited {
  text-decoration: none !important;
  color: unset;
}
section.pageheader-sec{
  margin-top: 0;
}
.logo-container {
  padding: 15px;
  width: 136px;
}
.menu-icon {
  display: flex;
  justify-content: flex-end;
  justify-self: end;
  flex-grow: 3;
}
.logo {
  width: 115px;
  height: auto;
}
nav {
  width: 100%;
  position: unset !important;
}
nav i.fa.fa-chevron-down {
    font-size: 12px;
    margin-left: 7px;
}
.dropdown {
  position: unset !important;
}
/* .dropdown-item.dropdown{
 border-left: 2px solid #f06431;
} */
.dropdown-item.has-submenu {
     color: #f06431;
    padding-block: 0;
}
.dropdown-item.has-submenu:hover{
  color: #f06431;
}
.dropdown-item.dropdown ul{
display: flex;
    flex-wrap: wrap;
    gap: 5px;
    position: relative !important;
    background-color: transparent;
    border: none;
    flex-direction: column;
}
.dropdown-item.dropdown ul a{
padding-block: 0;
}
.dropdown-item.dropdown ul li{
  padding-right: 0px;
  padding-left: 0px;
}
.dropdown-item:focus, .dropdown-item:hover{
  background-color: unset !important;
}
/* .navbar-nav .dropdown-menu {
  width: 100% !important;
  top: 12vh;
  background: #fff;
  border: none;
  border-radius: 0px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  box-shadow: unset !important;
  transition: transform 0.5s ease, opacity 0.4s ease, visibility 0.4s;
  padding: 2rem 3rem;
  position: absolute;
  z-index: 1000;
} */

.navbar-nav > li > a {
  padding: 44.5px 10px;
  margin: 0 8px;
  display: inline-block;
  white-space: nowrap;

}

.navbar-nav a {
    color: #545454;
  display: inline-block;
  position: relative;
  padding: 10px 0;
  font-size: 14px;

}


.navbar-nav a:hover {
  color: #313131;
}
.dropdown-item {
    padding: 0 10px;
    min-width: 20%;
    display: block;
 width: unset !important;
 
}
.navbar-nav > li > ul {
  position: absolute;
  width: 100%;
  top: 100%;
  border: unset;
  border-radius: 0;
  background: #f2f2f2;
  box-shadow: 0 4px 28px rgb(142 147 166 / 8%);
  left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 24px 20%;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  transition: 0.7s ease;

}

.navbar-nav > li:hover > ul {

  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);

}

.navbar-nav ul a {
width: fit-content;
display: inline-block;
  transform: translate(0, 30px);
  opacity: 0;
  transition: 0.8s ease;

}

.navbar-nav > li:hover > ul > li a {

  transform: translate(0, 0);
  opacity: 1;

}

/* Responsive */
@media (max-width: 991.98px) {
  ul.dropdown-menu {
    flex-direction: column;
    padding: 1rem;
  }

 

  .dropdown-item > a.has-submenu + ul.dropdown-item {
    opacity: 1;
    max-height: none;
    visibility: visible;
  }

 
  .navbar-nav .dropdown-menu{
    top: unset !important;
  }
  .split-menu-wrapper{
    gap: unset !important;
    min-width: unset !important;
    flex-wrap: wrap;
  }
}

a.nav-link {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
}
.menu-container {
  height: 105px;
  align-items: center;
  display: flex;
  width: 100%;
  /* background-color: #fff; */
  /* gap: 80px; */
  justify-content: flex-start;
}


nav.navbar.navbar-expand-lg.navbar-light.bg-light {
  height: 100%;
  padding-left: 20px;
  background-color: unset !important;
}
.header-sec {
  position: relative;
  z-index: 10;
  background: #ffffff;
}
.right-header {
  display: flex;
  height: 100%;
  align-items: center;
  gap: 14px;
  margin-left: 13%;
}

.search-container,
.lang-container {
  padding: 6px 9px;
  background-color: #f6f6f6;
  border-radius: 50%;
  color: #8d8c8c;
}

.search-container i,
.lang-container i {
  width: 19px;
  color: #ababab;
  height: 19px;
  object-fit: contain;
  margin-left: 1px;
}

.banner-context {
  position: absolute;
  bottom: 10%;
  left: 16%;
}

.slider-link {
  background-color: var(--secondary-color);
  padding-block: 13px;
  width: 317px;
  border-radius: 55px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1;
  position: relative;
  transition: 0.3s;
  overflow: hidden;
  border: 1px solid var(--secondary-color);
}

.slider-link:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  transition: 0.3s;
  height: 0;
  background: #fff;
  z-index: -2;
  border-radius: 100%;
  transform: scale(1.5);
}
.slider-link:hover::after {
  height: 100%;
}
.slider-link:hover .about-btn span {
  color: var(--secondary-color);
  transition: 0.3s;
}
.slider-link:hover .about-btn img {
  filter: contrast(0.1);
  transition: 0.3s;
}
.about-btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 59px;
  padding-right: 22px;
}
.about-btn span {
  font-weight: 200;
  color: #fff;
  font-size: 27px;
}
.about-btn img {
  width: 16px;
}
.swiper {
  width: 100%;
  height: 100%;
  position: relative;
}
.custom-nav {
  position: absolute;
  bottom: 10%;
  right: 16%;
  display: flex;
  gap: 10px;
  z-index: 10;
}

.swiper-button-next,
.swiper-button-prev {
  position: static !important;
  width: 50px !important;
  height: 50px !important;
  background-color: #f6f2f0d1;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Optional: make the arrow icons bold */
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 18px !important;
  font-weight: 700;
  color: #5b4e38e8;
}

.swiper-slide {
  position: relative;
}

a.navbar-brand {
  color: #fff;
}

a.nav-link {
  color: #6e6e6e;
}
.slider-text {
  position: absolute;
  top: 50%;
  color: #fefdfe;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.slider-text h1 {
  font-size: 55px;
  line-height: 75px;
  border-left: 6px solid #01a748;
  padding-left: 15px;
}
.slider-text a {
  color: #fefdfe;
  font-size: 23px;
  background-color: #13467dd4;
  padding: 17px 65px;
  width: 260px;
}
.services-sec {
  padding-top: 90px;
  padding-bottom: 105px;
}
.each-card {
  width: 92%;
  margin: 0 auto;
  height: 350px;
  background-color: #ffffff;
  border-radius: 6px;
  position: relative;
  overflow: visible;
  z-index: 1;
  transition: 0.4s;
  margin-bottom: 35px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04), 0 2px 6px rgba(0, 0, 0, 0.06),
    0 8px 16px rgba(0, 0, 0, 0.04);
}
/*  just replace the old .orange-gradient rule  */
.each-card > .orange-gradient {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 630px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(241, 93, 37, 0.25) 0%,
    rgba(241, 93, 37, 0) 70%
  );
  opacity: 0;
  transition: opacity 0.1s ease-out;
  z-index: 0;
  pointer-events: none;
}

.each-card:hover > .orange-gradient,
.each-card:focus-within > .orange-gradient {
  opacity: 1;
  transition: opacity 0.12s ease-in;
}

.each-card > *:not(.orange-gradient) {
  position: relative;
  z-index: 1;
}
.each-card::after {
  content: "";
  position: absolute;
  border-top-right-radius: 6px;
  top: 0px;
  right: 0px;
  width: 269px;
  height: 260px;
  pointer-events: none;
  transition: all 0.2s;
  background: radial-gradient(
    circle at top right,
    #c2e5f3 0%,
    rgba(214, 240, 250, 0) 75%
  );
  z-index: 0;
}
.each-card:hover::after {
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  position: absolute;
  background: url(/Portals/_default/Skins/raahbar-en-new/raahbar/assets/images/pattern-card.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.2s;
  background-color: #ffffff;
}
.icon-container_back {
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding: 64px 14px 14px 14px;
  margin-left: 36px;
  width: 110px;
  text-align: center;
  border-radius: 0 0 6px 6px;
  background-color: #f5f5f5;
}
.icon-container {
  display: inline-block;
  position: relative;
  text-align: center;
}
.icon-container img {
  position: relative;
}
.icon-container::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: transparent;
  mix-blend-mode: color;
  transition: background 350ms ease-in-out;
  pointer-events: none;
}

.each-card:hover .icon-container::after,
.each-card:focus-visible .icon-container::after {
  background: var(--primary-color);
  transition: background 350ms ease-in-out;
}
.each-card:hover .card-context h2::after {
  background: var(--primary-color);
  transition: background 350ms ease-in-out;
}

.icon-container img {
  width: 65px;
}
.card-context {
  padding-left: 36px;
  padding-right: 36px;
  padding-top: 25px;
}

.card-context span {
  font-weight: 300;
  font-size: 22px;
  color: #d9d8d8;
}
.card-context h2::after {
  border-radius: 0 10px 10px 0;
  transition: background 350ms ease-in-out;
  background-color: var(--secondary-color);
  position: absolute;
  content: "";
  height: 85%;
  left: -35px;
  width: 4px;
}
.more {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: right;
  padding-top: 30px;
}

.more p {
  font-size: 21px;
  font-weight: 300;
  margin-bottom: 0;
  color: #444444;
}

.more i {
  font-size: 23px;
  color: var(--secondary-color);
  transition: color 350ms ease, transform 350ms ease;
  will-change: transform;
  margin-top: 2px;
}
.each-card:hover .more i,
.each-card:focus-within .more i {
  color: var(--primary-color);
  transform: translateX(calc(-100% - 110px));
}
.card-context h2 {
  position: relative;
  padding-top: 8px;
  font-size: 28px;
  margin-bottom: 0;
  color: #444444;
  font-weight: 400;
}

/* .video-sec .row {
  height: 100%;
  align-items: center;
} */

.video-context_container {
  box-shadow: 0 1px 11px 11px rgba(0, 0, 0, 0.04), 0 2px 6px rgba(0, 0, 0, 0.06),
    0 8px 16px rgba(0, 0, 0, 0.04);
  top: 0;
  border-bottom: 6px solid var(--primary-color);
  padding-top: 4%;
  padding-bottom: 24%;
  width: 100%;
  border-radius: 6px;
  padding-top: 5%;
  background-color: #fff;
  position: relative;
  display: inline-block;
}
.video-context_container h2 {
  color: #444;
  font-size: 55px;
  font-weight: 400;
  text-align: center;
  padding-bottom: 4px;
}
.video-context_container p {
  margin: 0 auto;
  width: 57%;
  color: #adadad;
  font-size: 20px;
  line-height: 31px;
}

.video-container-main {
  position: relative;
  text-align: center;
}

.video-sec .video-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 77%;
  z-index: 5;
  border-radius: 8px;
  margin-top: -21%;
  box-sizing: border-box;
  overflow: hidden;
}

.read-more_container {
  background-color: var(--primary-color);
  padding-block: 13px;
  width: 317px;
  margin: 0 auto;
  margin-top: 60px;
  border-radius: 55px;
  display: inline-block;
}
.read-more_container {
  background-color: var(--primary-color);
  padding-block: 13px;
  width: 317px;
  margin: 0 auto;
  margin-top: 60px;
  border-radius: 55px;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1;
  position: relative;
  transition: 0.3s;
  overflow: hidden;
  border: 1px solid var(--primary-color);
}

.read-more_container:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  transition: 0.3s;
  height: 0;
  background: #fff;
  z-index: -2;
  border-radius: 100%;
  transform: scale(1.5);
}
.read-more_container:hover::after {
  height: 100%;
}
.read-more_container:hover .about-btn span {
  color: var(--primary-color);
  transition: 0.3s;
}
.read-more_container:hover .about-btn img {
  filter: contrast(0.1);
  transition: 0.3s;
}
.video-context_container::after {
  content: "";
  position: absolute;
  top: 70%;
  left: 0;
  width: 246px;
  height: 278px;
  border-radius: 0;
  background: radial-gradient(
    circle,
    rgba(241, 93, 37, 0.25) 0%,
    rgba(241, 93, 37, 0) 70%
  );
  opacity: 1;
  transition: opacity 0.1s ease-out;
  z-index: -1;
  pointer-events: none;
}
.video-context_container::before {
  content: "";
  position: absolute;
  top: 70%;
  right: 0;
  width: 246px;
  height: 278px;
  border-radius: 0;
  background: radial-gradient(
    circle,
    rgba(241, 93, 37, 0.25) 0%,
    rgba(241, 93, 37, 0) 70%
  );
  opacity: 1;
  transition: opacity 0.1s ease-out;
  z-index: -1;
  pointer-events: none;
}
.video {
  width: 100%;
  display: block;
  z-index: 1;
}
.video-poster {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../images/backofvideo.jpg");
  background-size: cover;
  background-position: center;
  z-index: 0;
  pointer-events: none; /* click passes to play button/video */
  transition: opacity 0.5s;
}
.video-poster.hidden {
  opacity: 0;
  visibility: hidden;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
.play-button {
  position: absolute;
  background: rgba(255, 255, 255, 1);
  border: none;
  font-size: 20px;
  top: 45%;
  left: 47%;
  width: 73px;
  height: 73px;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: auto;
  transition: opacity 0.3s ease;
}
.control-icons {
  margin-right: 30px;
  margin-bottom: 10px;
}
.controls {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  font-size: 14px;
  z-index: 2;
}
.postRating .controls{
  position: relative;
  display: block;
}
span#time {
  font-size: 22px;
  margin-left: 30px;
  margin-bottom: 10px;
}
.control-icons button {
  background: none;
  border: none;
  color: white;
  font-size: 30px;
  margin-left: 10px;
  cursor: pointer;
}
img.read-more {
  width: 22px !important;
  height: auto;
}

a.read-more-link {
  display: flex;
  gap: 10px;
  font-size: 27px;
  align-items: center;
  transition: 0.4s;
}
.product-sec a.read-more-link:hover {
  color: var(--primary-color) !important;
  transition: 0.4s;
}
.mission-vision-sec {
  padding-bottom: 300px;
  padding-top: 180px;
  overflow: hidden;
}

section.mission-vision-sec img {
  width: 100%;
  border-radius: 6px;
  height: 415px;
  object-fit: cover;
   filter: brightness(1.3) contrast(0.8);
}
.mission-detail {
  width: 110%;
  border-radius: 8px;
  margin-top: 18%;
  background: url(/Portals/_default/Skins/raahbar-en-new/raahbar/assets/images/vision-pattern.png),
    linear-gradient(230deg, #e35620, var(--primary-color));
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 90%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  padding-inline: 55px;
  z-index: 4;
}
.vision-detail {
  width: 110%;
  border-radius: 8px;
  margin-top: 18%;
  margin-left: -10%;
  background: url(/Portals/_default/Skins/raahbar-en-new/raahbar/assets/images/vision-pattern.png),
    linear-gradient(230deg, #0383c8, #009dde);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  padding-inline: 85px;
  transition: all 0.15s;
   z-index: 4;
}

.mission-detail:hover .more i,
.mission-detail:focus-within .more i {
  color: #009dde;
  transform: translateX(calc(-100% - 110px));
}
.vision-detail:hover .more i,
.vision-detail:focus-within .more i {
  color: var(--primary-color);
  transform: translateX(calc(-100% - 110px));
}

.mission-img {
  position: relative;
  z-index: 10;
}
.vission-img {
  position: relative;
  z-index: 10;
}
.mission-img-wrapper {
  position: relative;
  width: 110%;
  margin-left: -10%;
  display: inline-block;
}
.mission-img-wrapper::after {
    content: "";
    position: absolute;
    top: -3px;
    left: -68px;
    width: 72px;
    height: 133px;
    z-index: 2;
    border-top-right-radius: 11px;
    background: linear-gradient(149deg, #3f84ab 0%, rgb(85 137 174) 100%);
    clip-path: polygon(100% 100%, 0% 100%, 100% 0%);
    pointer-events: none;
    filter: brightness(1.3) contrast(0.8);
}
.mission-img-wrapper::before {
  content: "";
  position: absolute;
  bottom: -164px;
  left: -58px;
  width: 450px;
  height: 530px;
  border-radius: 0;
  background: radial-gradient(
    circle,
    rgb(25 145 209 / 68%) 0%,
    rgb(1 145 212 / 0%) 70%
  );
  opacity: 1;
  transition: opacity 0.1s ease-out;
  z-index: -1;
  pointer-events: none;
}
.vission-img-wrapper {
  position: relative;
  width: 110%;
  display: inline-block;
}
.vission-img-wrapper::after {
  content: "";
  position: absolute;
  top: 0px;
  right: -70px;
  width: 72px;
  height: 129px;
  z-index: 2;
  border-top-right-radius: 11px;
  background: linear-gradient(149deg, #9a9a9c 0%, rgb(196 171 141) 100%);
  clip-path: polygon(0% 100%, 100% 100%, 0% 0%);
  pointer-events: none;
  filter: brightness(1.3) contrast(0.8);
}
.vission-img-wrapper::before {
  content: "";
  position: absolute;
  bottom: -178px;
  right: 8px;
  width: 450px;
  height: 562px;
  border-radius: 0;
  background: radial-gradient(
    circle,
    rgb(249 109 57 / 67%) 0%,
    rgb(1 145 212 / 0%) 70%
  );
  opacity: 1;
  transition: opacity 0.1s ease-out;
  z-index: -1;
  pointer-events: none;
}
.mission-detail h2,
.vision-detail h2 {
  color: #fefdfd;
  font-size: 43px;
  font-weight: 400;
  margin: 0;
  padding-bottom: 14px;
  position: relative;
  display: inline-block;
}
.mission-detail h2::after {
  border-radius: 0 10px 10px 0;
  background-color: #564741;
  position: absolute;
  content: "";
  height: 70%;
  left: -55px;
  width: 5px;
}
.vision-detail h2::after {
  border-radius: 10px 0px 0px 10px;
  background-color: #564741;
  position: absolute;
  content: "";
  height: 70%;
  right: -84px;
  width: 5px;
}
.mission-detail p,
.vision-detail p {
  color: #ffffffc7;
  font-size: 19px;
  line-height: 38px;
}
.mission-detail p {
  padding-right: 18%;
}
.vision-detail p,
.vision-detail h2 {
  padding-left: 15%;
}
.mission-vision-sec .more span {
  font-weight: 300;
  color: #e9e9e9;
  font-size: 18px;
  margin-bottom: 0;
  display: inline-block;
}
.mission-vision-sec .more i {
  color: #564741;
}
.mission-vision-sec .row:last-child {
  margin-top: 130px;
}

.product-sec {
  padding-top: 70px;
  padding-bottom: 35px;
}
.product-sec .swiper-slide {
  border-radius: 8px;
  padding-inline: 11px;
}
.product-title {
  color: #444;
  font-size: 45px;
  margin: 0 auto;
  width: fit-content;
  display: inline-block;
  font-weight: 400;
  padding-bottom: 35px;
}
.product-title_icon {
  display: flex;
  width: 109%;
  top: -24px;
  justify-content: space-between;
  left: -20px;
  overflow: hidden;
  align-items: center;
  background-color: #f4f4f4;
  border-radius: 0px 50px 50px 0px;
}

.product-btns i {
  color: #6f6f6f;
  margin-top: 3px;
}
.product-detail-container {
  box-shadow: 0 1px 16px 5px rgb(0 0 0 / 4%), 0 2px 6px rgb(0 0 0 / 0%),
    0 8px 16px rgba(0, 0, 0, 0.04);
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.5s ease;
}
.product-detail-container:hover .product-title_icon {
  background-color: #ffffff;
  transition: all 350ms ease-in-out;
}

.product-detail-container:hover .product-detail-text h2::after {
  background-color: var(--secondary-color);
  transition: all 350ms ease-in-out;
}
.product-detail-container:hover img {
  transform: scale(1.1);
  transition: 0.3s;
}
/* .product-detail-container:hover .product-detail-text {
  background: url(/Portals/_default/Skins/raahbar-en-new/raahbar/assets/images/product-pattern.png),
    linear-gradient(230deg, #f4f4f4, #d9d9d99c);
  transition: background 0.5s ease-in-out;
  background-size: cover;
  background-position: left;
} */
.product-title_icon span::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: transparent;
  mix-blend-mode: color;
  transition: background 350ms ease-in-out;
  pointer-events: none;
}
.product-detail-container:hover .product-title_icon span::after {
  background: var(--secondary-color);
  transition: background 350ms ease-in-out;
}
.product-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 44px;
  justify-content: center;
  padding-bottom: 30px;
}
.product-detail-container img {
  width: 100%;
  height: 265px;
  object-fit: cover;
  transition: 0.3s;
  border-radius: 6px 6px 0 0;
}
section.product-sec .download-btn .read-more-link,
section.product-sec .view-more-btn .read-more-link {
  color: var(--secondary-color);
  font-weight: 300;
  margin-bottom: 8px;
  font-size: 27px;
}

.download-btn,
.view-more-btn {
  display: flex;
  justify-content: right;
  padding-right: 30px;
}

.product-detail-text {
  padding: 0px 20px;
  position: relative;
  background: linear-gradient(230deg, #ffffff, #ffffff);
  transition: background 0.5s ease-in-out;
}
.product-detail-text::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(/Portals/_default/Skins/raahbar-en-new/raahbar/assets/images/product-pattern.png),
    linear-gradient(230deg, #f4f4f4, #d9d9d99c);
  background-size: cover;
  background-position: left;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
  z-index: 0;
  pointer-events: none;
}
.product-detail-text > * {
  position: relative;
  z-index: 1;
}

/* Hover = fade in the image+gradient */
.product-detail-container:hover .product-detail-text::before {
  opacity: 1;
}
.product-detail-text h2 {
  color: #2c2c2c;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 26px;
  position: relative;
  display: inline-block;
  padding-left: 15px;
  padding-block: 17px;
}
.product-detail-text h2::after {
  border-radius: 0 10px 10px 0;
  background-color: #f15923;
  position: absolute;
  content: "";
  height: 51%;
  top: 17px;
  left: 0px;
  display: block;
  width: 5px;
}

.product-title_icon span {
  background-color: #ffffff;
  height: 57px;
  display: inline-block;
  width: 57px;
  text-align: center;
  margin-right: 9px;
  position: relative;
  border-radius: 50%;
}

.product-title_icon span img {
  padding: 10px;
  height: auto;
  width: 54px;
}
.product-sec .more {
  padding-bottom: 30px;
  padding-top: 0;
}
.product-detail-text p {
color: #8a8a8a;
    font-size: 18px;
    height: 138px;
    line-height: 33px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.product-sec .more span {
  color: var(--primary-color);
}
.product-sec .more i {
  color: #787878;
  margin-top: 4px;
}
.product-detail-container:hover .more i,
.product-detail-container:focus-within .more i {
  transform: translateX(calc(-100% - 110px));
}
.product-detail-container:hover .more span,
.product-detail-container:focus-within .more span {
  color: var(--secondary-color);
}
.product-detail-container:hover .product-title_icon span {
  background-color: #f5f5f5;
  transition: 0.4s;
}
.mySecondSwiper {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 18px;
  padding-bottom: 115px;
}

.swiper-slide {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  font-size: 20px;
}
.banner-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.swiper-controls-second {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 20px;
  z-index: 10;
}

.swiper-button-prev-second::before,
.swiper-button-next-second::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 24px;
  color: #f15e25;
  display: inline-block;
}

.swiper-button-prev-second::before {
  content: "\f104"; /* FA chevron-left */
}

.swiper-button-next-second::before {
  content: "\f105"; /* FA chevron-right */
}

/* optional layout tweaks */
.swiper-button-prev-second,
.swiper-button-next-second {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.swiper-pagination-second {
  display: flex;
  gap: 8px;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #00478d;
  opacity: 0.4;
  border-radius: 50%;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #f15e27;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

.swiper-pagination-second.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  align-items: center;
}

span.swiper-pagination-bullet {
  background-color: #7c7c7c;
  width: 14px;
  border-radius: unset;
  height: 3px;
}
section.news-sec {
  padding-block: 150px;
  overflow: hidden;
}

.special-news a{
  position: relative;
  aspect-ratio: 1.3;
  display: inline-block;
}

.special-news h3 {
  position: absolute;
  bottom: 3%;
  right: 5%;
  left: 0;
  color: #fefdfe;
  padding-left: 43px;
  font-size: 25px;
  line-height: 43px;
  font-weight: 400;
  z-index: 12;
  display: inline-block;
}
.special-news h3::before {
  border-radius: 0 10px 10px 0;
  background-color: #f15923;
  position: absolute;
  content: "";
  height: 70%;
  top: 13px;
  left: 0px;
  display: block;
  width: 5px;
}
.special-news img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  object-fit: cover;
  position: relative;
  z-index: 10;
}
.news-title h2 {
  font-size: 24px;
  padding-top: 7px;
  line-height: 37px;
  font-weight: 400;
  color: #686868;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.normal-news-detail {
  padding-left: 15px;
  position: relative;
  display: inline-block;
  padding-block: 22px;
  transition: 0.4s;
}
.normal-news-detail::after {
  background-color: #b3b3b32b;
  position: absolute;
  content: "";
  height: 2px;
  bottom: 5px;
  left: 0px;
  right: 0;
  display: block;
  width: 90%;
  margin: 0 auto;
}

.news-date {
  font-size: 16px;
  color: #f76b36;
  transition: 0.2s;
}

.normal-news {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.footer {
  padding-top: 74px !important;
  background-color: #eeeeee !important;
  overflow: hidden !important;
}

.footer ul {
  margin-left: 0 !important;
  padding: 0 !important;
}

li {
  list-style: none;
}
.footer li::before {
  content: "";
  background-color: var(--primary-color);
  font-size: 13px;
  margin-right: 14px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}
.footer li {
  font-size: 19px !important;
  color: #505050 !important;
  font-weight: 400 !important;
  line-height: 21px !important;
  display: flex !important;
  align-items: center !important;
  padding-bottom: 13px !important;
}

.footer h5 {
  font-size: 23px !important;
  color: var(--primary-color) !important;
  font-weight: 700 !important;
  padding-bottom: 6px !important;
}
.social-icons {
  display: flex;
  gap: 19px;
  margin-top: 40px;
}

.social-icons img {
  width: 28px;
  filter: contrast(0.1);
  height: auto;
}
.social-media-bk {
  background-color: #ffffff;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
@media (min-width: 1400px) {
  .footer .container,
  .footer .container-lg,
  .footer .container-md,
  .footer .container-sm,
  .footer .container-xl,
  .footer .container-xxl {
    max-width: 1365px !important;
  }
}

.footer-logo-container {
  height: fit-content;
  overflow: hidden;
  width: fit-content;
  display: flex;
  align-items: center;
  margin-top: -75px;
  position: relative;
  border-bottom-left-radius: 242px;
  border-bottom-right-radius: 242px;
}
@keyframes shine {
  0% {
    left: -100%;
    opacity: 0;
  }

  32.5% {
    left: 100%;
    opacity: 1;
  }

  33% {
    left: 100%;
    opacity: 0;
  }

  100% {
    left: 100%;
    opacity: 0;
  }
}

.footer-logo-container::after {
  animation: shine 4s ease-in-out infinite;
  content: "";
  position: absolute;
  top: 0;
  left: 0%;
  z-index: 2;
  display: block;
  width: 30%;
  height: 100%;
  background: linear-gradient(
    90deg,
    hsla(0, 0%, 100%, 0.192) 0,
    hsla(0, 0%, 100%, 0.62)
  );
  transform: skewX(-25deg);
}
.footer-logo-container img {
  width: 100%;
}
.copyright {
  padding-block: 25px;
  position: relative;
  height: 100%;
  display: inline-block;
  width: fit-content;
  color: #404040;
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 22px;
}
.copyright::after {
  width: 100%;
  height: 10px;
  border-radius: 5px 5px 0px 0px;
  background-color: #f06431;
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
}
section.video-report-sec {
  padding-top: 115px;
  padding-bottom: 150px;
}

section.video-report-sec li button {
  font-size: 45px;
  font-weight: 400;
  margin-bottom: 45px;
  color: #979797 !important;
}
.nav-tabs .nav-link {
  border: none !important;
  margin: 0 !important;
  transition: none !important;
}
section.video-report-sec li button.active {
  color: #121213;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: unset !important;
  border: unset !important;
  color: #444 !important;
}

ul#videoTabs {
  border: unset !important;
  margin-left: 0;
}
.video-report-sec
  span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--primary-color);
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border: unset !important;
  outline: unset !important;
  color: unset;
  transition: none !important;
  margin: 0;
}
ul#videoTabs li.nav-item {
  position: relative;
}
ul#videoTabs li.nav-item:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 65%;
  background-color: #7877775e;
  position: absolute;
  right: 0;
  top: 21%;
}
.video-report-sec .swiper-button-prev-second::before,
.video-report-sec .swiper-button-next-second::before {
  color: #f15e25;
}
.video-report-sec span.swiper-pagination-bullet {
  background-color: #858585;
}
.box_img-container {
  position: relative;
  cursor: pointer;
  display: inline-block;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
}
.box_img-container:hover .video-text {
  background-color: #f0f0f0;
  transition: 0.4s;
  box-shadow: none;
}
.box_img-container:hover .video-text::before {
  opacity: 0;
  transition: 0.4s;
}
.video-background-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
  border-radius: 6px;
}
.video-report-sec .video-wrapper{
  height: 100%;
}
.video-report-sec .play-button{
  left: 42% !important;
}
.video-report-sec .video-wrapper video{
    height: 100%;
    border-radius: 6px;
    object-fit: cover;
}
.video-card_container {
  position: relative;
  width: 100%;
  height: 295px;
  align-items: center;
}
.video-text {
  width: 100%;
  min-height: 100px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04), 0 2px 6px rgba(0, 0, 0, 0.06),
    0 8px 16px rgba(0, 0, 0, 0.04);
  border-radius: 6px;
  background-color: #fff;
  padding: 19px 18px;
  margin-top: 6px;
  position: relative;
  display: inline-block;
  transition: 0.4s;
}
.video-text::before {
  content: "";
  position: absolute;
  bottom: -80px;
  display: block;
  right: 8px;
  width: 400px;
  height: 418px;
  border-radius: 0;
  background: radial-gradient(
    circle,
    rgb(249 109 57 / 67%) 0%,
    rgb(1 145 212 / 0%) 70%
  );
  opacity: 1;
  transition: opacity 0.1s ease-out;
  z-index: -1;
  pointer-events: none;
}
.video-text p {
  font-size: 18px;
  margin-bottom: 0;
  line-height: 31px;
  overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.navbar-toggler {
  color: #fff !important;
  border-color: #fff;
}
/* Base style */
.custom-toggler {
  width: 30px;
  height: 25px;
  position: relative;
  border: none;
  background: none;
  z-index: 200; /* above menu */
}

.toggler-bar {
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: #003768;
  border-radius: 3px;
  transition: all 0.4s ease;
}

/* Positioning */
.top-bar {
  top: 0;
}

.middle-bar {
  top: 11px;
}

.bottom-bar {
  bottom: 0;
}

/* Active state for animation */
.custom-toggler[aria-expanded="true"] .top-bar {
  transform: rotate(45deg);
  top: 11px;
}

.custom-toggler[aria-expanded="true"] .middle-bar {
  opacity: 0;
}

.custom-toggler[aria-expanded="true"] .bottom-bar {
  transform: rotate(-45deg);
  bottom: 11px;
}

/* Expanded state */
.navbar-collapse.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.collapse.navbar-collapse {
  justify-content: space-between;
}
.navbar-toggler {
  position: absolute;
  right: 7%;
  z-index: 101;
}

section.header-sec .row {
  margin: 0 !important;
}

section.header-sec .col-4,
.header-sec .col-8 {
  padding: 0;
}
section.header-sec .col-4 {
  padding-right: 10px;
}


@media (max-width: 768px) {
  .custom-nav {
    bottom: 6%;
    right: 5%;
  }
  .navbar-nav > li > a {
    padding: 30px;}
  .swiper-button-next,
  .swiper-button-prev {
    width: 40px !important;
    height: 40px !important;
  }
  .slider-text h1 {
    font-size: 45px;
    line-height: 60px;
  }
  .slider-text a {
    font-size: 21px;
    padding: 17px 33px;
    width: 185px;
  }
  .slider-text {
    top: 42%;
    left: 7%;
  }
  .rph-text {
    margin-bottom: 20px;
  }
  .mission-detail,
  .vision-detail {
    padding: 35px !important;
  }
  .special-news {
    margin-bottom: 40px;
  }
  .normal-news-detail {
    margin-bottom: 15px;
  }
  .footer-logo-container {
    justify-content: center;
    margin-bottom: 60px;
  }
  .footer {
    padding-top: 30px;
    padding-inline: 27px;
  }
}

.special-news a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  z-index: 11;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  background: linear-gradient(
    0deg,
    rgb(0 158 221) 0%,
    rgb(0 158 221 / 99%) 22%,
    rgb(0 158 221 / 71%) 42%,
    rgba(0, 75, 151, 0.35) 69%,
    rgba(0, 75, 151, 0.07) 93%,
    rgba(0, 75, 151, 0) 97%,
    rgba(0, 75, 151, 0) 100%
  );
}
.dnnModuleDialog .dnnPageContainer {
  width: unset !important;
}
div#dnn_ctr1675_ModuleContent {
  height: 100%;
}

div#dnn_ctr1675_ContentPane {
  height: 100%;
}
#dnn_news_right {
  position: relative;
  z-index: 2;
}
#dnn_news_left {
  width: 168%;
  margin-left: -68%;
  padding-right: 5%;
  border-radius: 6px;
  padding-left: 65%;
  padding-block: 9%;
  margin-top: -8%;
  border-left: 6px solid var(--primary-color);
  position: relative;
  display: inline-block;
  background-color: #fff;
  box-shadow: 0 1px 13px 7px rgb(0 0 0 / 4%), 0 2px 6px rgba(0, 0, 0, 0.06),
    0 8px 16px rgba(0, 0, 0, 0.04);
}
#dnn_news_left::after {
  content: "";
  position: absolute;
  top: 74%;
  left: -14%;
  width: 246px;
  height: 278px;
  border-radius: 0;
  display: block;
  background: radial-gradient(
    circle,
    rgba(241, 93, 37, 0.25) 0%,
    rgba(241, 93, 37, 0) 70%
  );
  opacity: 1;
  transition: opacity 0.1s ease-out;
  z-index: -10;
  pointer-events: none;
}
#dnn_news_left::before {
  content: "";
  position: absolute;
  top: -10%;
  left: -15%;
  width: 246px;
  height: 278px;
  border-radius: 0;
  background: radial-gradient(
    circle,
    rgba(241, 93, 37, 0.25) 0%,
    rgba(241, 93, 37, 0) 70%
  );
  opacity: 1;
  transition: opacity 0.1s ease-out;
  z-index: -1;
  pointer-events: none;
}
.normal-news .normal-news-detail:last-child::after {
  display: none;
}
.normal-news-detail:hover .news-date,
.normal-news-detail:focus-within .news-date {
  color: var(--secondary-color);
  transition: 0.2s;
}
.normal-news-detail::before {
  background-color: var(--secondary-color);
  position: absolute;
  content: "";
  height: 70%;
  top: 30px;
  left: 17px;
  border-radius: 20px;
  display: block;
  width: 6px;
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
.normal-news-detail:hover::before,
.normal-news-detail:focus-within::before {
  opacity: 1;
  transition: opacity 0.2s ease-in;
}
.normal-news-detail:hover,
.normal-news-detail:focus-within {
  padding-left: 40px;
  transition: 0.3s;
}
.normal-news-detail:hover .news-title h2,
.normal-news-detail:focus-within .news-title h2 {
  color: #2b2a2a;
}

.DnnModule.DnnModule-DnnForge-LatestArticles.DnnModule-1675 {
  height: 100%;
}

.DNNContainer_noTitle {
  height: 100%;
}
@media (max-width: 768px) {
  .video-context_container h2 {
    font-size: 37px;
    padding-bottom: 12px;
  }
  .video-context_container p {
    margin: 0 auto;
    width: 89%;
    color: #adadad;
    font-size: 18px;
  }
  .play-button {
    top: 34%;
    left: 39%;
  }
  .mission-detail,
  .mission-img-wrapper,
  .vision-detail,
  .vission-img-wrapper {
    width: 100%;
    margin-left: unset;
    
  }
  .mission-detail{
  margin-top: 11%;
  }
   .vision-detail{
    margin-top: -2%;
  }
  .vission-img-wrapper::after,
  .mission-img-wrapper::after {
    display: none;
  }
  .product-btns {
    gap: 5px;
  }
  .download-btn,
  .view-more-btn {
    padding-right: 13px;
  }
  .special-news {
    aspect-ratio: 1;
  }
  .special-news h3 {
    font-size: 21px;
    line-height: 35px;
  }
  .news-title h2 {
    font-size: 20px;
    line-height: 33px;
  }

  section.product-sec .download-btn .read-more-link,
  section.product-sec .view-more-btn .read-more-link {
    font-size: 19px;
  }
  section.video-report-sec li button {
    font-size: 19px;
  }

  .logo {
    width: 89px;
    padding-left: 19px;
  }
  .menu-container {
    padding-block: 6px;

  }
  .navbar-nav {
    padding-top: 35px;
    margin-left: 0;
  }
  .banner-context {
    bottom: 6%;
    left: 4%;
  }
  .slider-link {
    padding-block: 9px;
    width: 192px;
  }
  .about-btn {
    gap: 29px;
  }
  .about-btn span {
    font-size: 17px;
  }
  .read-more_container {
    padding-block: 9px;
    width: 192px;
  }
  #dnn_news_left {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }
}
@media (max-width: 1199px) {
  .navbar-collapse {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background-color: #f9f9f9;
    z-index: 99;
    padding: 22px 20px 20px; /* adjust spacing */
  }
    .navbar-collapse {
    opacity: 0;
    transform: translateY(-20px);
    transition: all 0.4s ease-in-out;
    pointer-events: none;
  }

}
@media only screen and (max-width: 1024px) {
  .banner-video {
    position: absolute;
    top: 60%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    transform: translate(0%, -50%);
  }

}
.navbar-nav .dropdown-menu{
  position: absolute !important;
}
/* Slider Container */
.slider {
  position: relative;
  width: 100%;
  height: 85vh;
  overflow: hidden;
  background-color: #f0f0f0;
}

/* Slides Wrapper */
.slides {
  position: relative;
  width: 100%;
  height: 100%;
}
.slide{
  position: relative;
}
.slide::after {
  content: '';
  position: absolute;
  background: radial-gradient(circle at bottom left, #ff4600bd 0, #f15d2578, #00800000 39% 60%);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  }
  .slider-content {
    position: absolute;
    z-index: 4;
    color: #ffffff;
    top: 41%;
    opacity: 0;
     transition: opacity 2s ease-in-out;
  }
  .top-slider-title {
    margin-bottom: 25px;
    color: #ffffff;
  }
  
  .slider-title {
    margin-bottom: 37px;
  }
  .slider-sec .read-more {
    display: flex;
    gap:15px;
    width: max-content;
    align-items: center;
    text-shadow: 0px 0px 20px #4b4b4b40;
  }
  
  .slider-sec .read-more-icon {
    border-radius: 50%;
    border: 2.5px solid #ffffff;
    width: 4rem;
    margin-right: 20px;
  }

  
.slider-sec .read-more-icon {
    padding: 10px;
  }
  .slider-content h2 {line-height: 62px;font-weight: 900;font-size: 51px;color: #ffffff;text-shadow: 0px 0px 20px #4b4b4b40;}
   .slider-sec .read-more i {
    margin-top: 5px;
    margin-left: 5px;
    display: inline-block;
    font-size: 30px;
}
  .top-slider-title h6,.read-more {
    font-size: 26px;
    font-weight: 300;
    text-shadow: 0px 0px 20px #4b4b4b40;
    color: #ffffff;
  }
/* Individual Slide */
.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  z-index: 0; /* Base z-index */
}

.slide.active {
  opacity: 1;
  z-index: 1; /* Higher z-index for active slide */
}
.slide.active .slider-content{
  opacity: 1;

}
/* Slide Image */
.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* filter: contrast(1.4); */
}

/* Progress Bars Container */
.progress-bars {
  position: absolute;
  bottom: 0px; /* Adjust as needed */
  display: flex;
  justify-content: center;
  gap: 20px; /* Space between progress items */
  z-index: 4;
  direction: ltr;
  width: 100%;
  padding-inline: 5%;
}

/* Individual Progress Item */
.progress-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 355px; /* Fixed width to prevent shifting */
  z-index: 99999999;
  height: 90px; /* Fixed height to accommodate tooltip */
}
.progress-item.active .title {
  color: #ffffff !important;
}
/* Slide Title */
.slider-sec .title {margin-bottom: 15px;cursor: pointer;font-size: 14px;text-align: center;white-space: nowrap;position: relative;z-index: 33;font-weight: 700;color: #e2e2e2c2;}

/* Tooltip Image */
.slider-sec .tooltip {
  display: none;
  width: 100px;
  height: 241px;
  background-size: cover;
  background-position: center;
  margin-bottom: 5px; /* Space between tooltip and progress bar */
  border: 1px solid #ccc;
  border-radius: 4px;
  transition: opacity 0.3s ease;
  opacity: 0;
  position: absolute;
  bottom: 100%; /* Position above the title */
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none; /* Prevent tooltip from blocking hover */
  z-index: 4; /* Above everything */
}

/* Show tooltip when hovering over the title */
.title:hover + .tooltip {
  width: 100%;
  display: block;
  opacity: 1;
}

/* Progress Bar */
.progress-bar {
  width: 100%; /* Adjust as needed */
  height: 5px;
  background-color: #ffffff5e;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  cursor: pointer;
}

/* Progress Indicator */
.progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transform:translateX(100%);
  transform-origin: left; /* Set origin to left for correct emptying direction */
  background: linear-gradient(90deg, #ffffff 0%, #c7c7c7 35%, #ffffff 100%);
}

/* Define keyframes for fill and empty */
@keyframes fillAndEmpty {
  0% { transform:translateX(-100%);}
  50% { transform:translateX(0%);}
  100% { transform:translateX(100%); }
 
}

/* Apply the animation */
.progress.active {
  animation: fillAndEmpty 5s linear forwards;
}

/* Pause animation when progress bar is hovered */
.progress-bar:hover .progress {
  animation-play-state: running;
}

/* Ensure Tooltip Appears Correctly */
.progress-item {
  /* Prevent layout shifting */
  height: 90px; /* Fixed height considering title, tooltip, and progress bar */
}

/* Prevent z-index issues by ensuring tooltips don't cover progress bars */
.progress-item .tooltip {
  z-index: 4;
}


.progress-item .tooltip img{
    width: 100%;
    height: 100%;
}
.messageContext{
width: 137%;
    margin-left: -37%;
    padding-right: 5%;
    border-radius: 6px;
    padding-left: 39%;
    padding-block: 9%;
    border-left: 6px solid var(--primary-color);
    position: relative;
    display: inline-block;
    background-color: #fff;
    box-shadow: 0 1px 13px 7px rgb(0 0 0 / 4%), 0 2px 6px rgba(0, 0, 0, 0.06), 0 8px 16px rgba(0, 0, 0, 0.04);
}
.messageContainer .col{
  padding: 0 !important;
}
.messageContext img{
  margin: 0 auto;
}
.messageContext h2{
color: #808285;
    font-size: 25px;
    font-weight: 600;
    padding-block: 16px;
}
.message-img_container{
      position: relative;
    aspect-ratio: 1.3;
        z-index: 2;
        margin-top: 10%;
}
.message-img_container img{
  width: 100%;
    height: 100%;
    border-radius: 6px;
    object-fit: cover;
    position: relative;
    z-index: 10;
    padding: 0;
    border: none;
}
.message-img_container h3{
  position: absolute;
    bottom: 3%;
    right: 5%;
    left: 0;
    color: #fefdfe;
    padding-left: 43px;
    font-size: 25px;
    line-height: 43px;
    font-weight: 400;
    z-index: 12;
    display: inline-block;
}
.message-img_container::after {
content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    z-index: 11;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    background: linear-gradient(0deg, rgb(0 158 221) 0%, rgb(0 158 221 / 99%) 22%, rgb(0 158 221 / 71%) 42%, rgba(0, 75, 151, 0.35) 69%, rgba(0, 75, 151, 0.07) 93%, rgba(0, 75, 151, 0) 97%, rgba(0, 75, 151, 0) 100%);
}
div#dnnMenu {
    margin-left: 37px;
}
@media (max-width: 768px) {
.messageContext{
  width: 100%;
    margin-left: 0;
    padding-right: 5%;
    border-radius: 6px;
    padding-left: 5%;
}
  .top-slider-title h6,.read-more {
    font-size: 21px;
  
  }
div#dnnMenu{
  margin-left: 0;
}
.slider-content h2{
    line-height: 49px;
    font-size: 43px;
}
.slider-sec .title{
   font-size: 10px;
}
}

