::selection {
    color: #ffffff;
    background: #241fdabf !important;
}
.sticky_note{
    position: sticky;
    top: 89%;
    z-index: 999;
    width: fit-content;
}
.sticky_note p{
        background: linear-gradient(to right, #5b5dd8a8, #1cb1d659);
            /*background: linear-gradient(to right, #4e4e6a, #27454c);*/
    border-radius: 50px;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        color: #fff;
    padding: 1px 10px;
    
}
.carousel-inner img {
  width: 100%;
  height: 100%;
}
.navbar-light .navbar-toggler-icon {
    background-image: url(../assets/img/button.png);
}
a.hocolor:hover {
    color: red !important;
}
li.nav-item.active a {
    border-bottom: 2px solid #ffffff;
}
li.nav-item a {
    border-bottom: 2px solid transparent;
}
li.nav-item a:hover {
    border-bottom: 2px solid #ffffff;
}
li.list-inline-item.scicons a:hover i {
   border-color: #5555ff;
    box-shadow: 0 0 20px rgba(102, 102, 255, 0.8), 0 0 40px rgba(102, 102, 255, 0.5);
    background: #1a1a1a;
    color: #ffffff;
  

}
li.list-inline-item.scicons {
    margin-right: 20px;
}
li.list-inline-item.scicons a{
      font-size: 18px;
}

/*li.nav-item.active a {*/
/*    position: relative;*/
/*    color: #a7a7a7 !important;*/
/*}*/

/*li.nav-item.active a::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*    height: 2px;*/
/*    width: 100%;*/
/*    background: linear-gradient(135deg, #6366f1 0%, #06b6d4 100%);*/
/*}*/

.navbar-light .navbar-nav .nav-link.active {
    color: #fff;
}

.ctn {
    position: absolute;
    margin-top: -80px;
}
.azista_logo_size{
    width: 120px;
    padding-top: 10px;
    padding-bottom: 10px;
}
 img.about_line_image{
        height: 100%;
    margin-bottom: 0px;
    width: 100%;
    }
.carousel-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 40%; /* Adjust how far gradient goes down */
  background: linear-gradient(to bottom, rgb(0 0 0), rgba(0, 0, 0, 0));
  z-index: 1;
  pointer-events: none; /* Allows clicks to pass through */
}
body {
  color: #c6c6c6;
  font-family: "Space Grotesk";
}
/* FAQ SECTION styles */
.accordion > .card {
  overflow: hidden;
}
.blog_context img {
  width: 100%;
}
img.blog_inner_img {
  width: 100%;
}
.blog_progress_bar {
  height: 5px;
  background: #bb8c2d;
  width: 0%;
  position: fixed;
  top: 55px;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.leadForm .form-group {
  position: relative;
  margin-bottom: 1.5em;
}

.leadForm label.text-red.text-capitalize.text-normal {
  font-size: 12px;
  position: absolute;
  bottom: -18px;
  left: 12px;
  background: white;
  color: #bd060e;
}

@media only screen and (max-width: 479px) {
}

/*****Gallery********/

.tz-gallery {
  padding: 10px 10px;
}

/* Override bootstrap column paddings */
.tz-gallery .row > div {
  padding: 2px;
}

.tz-gallery .lightbox img {
  width: 100%;
  min-height: 270px;
  max-height: 270px;
  object-fit: cover;
  border-radius: 0;
  position: relative;
}

.tz-gallery .lightbox:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;
  opacity: 0;
  color: #611050;
  font-size: 26px;
  /* font-family: 'fontawesome'; */
  /* content:"\f08e"; */
  /* content:"\f06e"; */
  content: "";
  pointer-events: none;
  z-index: 9;
  transition: 0.4s;
  background: #fff;
  min-width: 50px;
  text-align: center;
  background: url(../img/azi-guard-technology.svg) no-repeat center;
  background-size: 30px;
}
.tz-gallery a.lightbox {
  display: block;
  overflow: hidden;
  width: 100%;
  max-height: 270px;
  position: relative;
}

.tz-gallery .lightbox:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  content: "";
  transition: 0.4s;
  background: url(../img/azi-guard-technology.svg) rgb(220 136 78 / 75%)
    no-repeat center;
  background-size: 55px;
}
.tz-gallery1 .lightbox:after {
  background: url(../img/coats-objects.svg) rgb(230 54 45 / 75%) no-repeat
    center;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
  opacity: 1;
}
/* Video Gallery ********/
.video-block {
  text-align: left;
  background-color: #eee;
  padding: 5px;
  min-height: 290px;
}
.thumbnail-block {
  /*padding: 5px;
    border: 1px solid #ebebeb;*/
  position: relative;
}
.overlap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #3333335e;
  display: none;
  cursor: pointer;
  text-align: center;
}
.thumbnail-block:hover .overlap {
  display: block;
}
.thumbnail-block img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}
.overlap img {
  width: 55px;
  margin-top: 20%;
  height: auto;
}
.modal-video-body video {
  width: 100%;
}
.modal-video-body iframe {
  width: 100%;
}
.video-block span {
  font-size: 15px;
  color: #333;
  font-weight: 600;
  padding: 5px;
  text-align: left;
  display: block;
}
small.b_dte {
  color: #ac001a;
  font-size: 14px;
  display: block;
  margin-top: 5px;
  text-align: right;
  font-weight: 500;
}
.video_gallery_section {
  position: relative;
  padding: 100px 0;
  background-color: #ffffff;
}
.video_gallery_section1 {
  margin-top: 15.2em;
  padding: 50px 0;
}
/* Success Page Styles ********/
.success-page-section {
  padding: 75px 0;
  margin-top: 0;
}
.success-text {
  text-align: center;
}
.success-text h2 {
  font-size: 30px;
  color: #dc884e;
  font-weight: 900;
}
.success-text p {
  font-size: 18px;
  padding: 8px 0;
  color: #222d35;
  font-weight: 500;
}
.success-text h6 {
  background-color: #ec3726;
  width: 175px;
  margin: 0 auto;
  padding: 15px 0;
  border-radius: 5px;
  font-size: 16px;
  text-align: center;
}
.success-text h6 a {
  color: #ffffff;
  display: block;
}
.success-text h6 a:hover {
  text-decoration: none;
}

.disclmerTxt {
  color: white;
  font-size: 14px !important;
  line-height: 1.4;
  margin-top: 10px;
  margin-bottom: 1em !important;
  text-align: center !important;
}
.disclmerTxt b {
  font-weight: bold;
}
.cookie-banner {
  display: none;
  height: auto;
  position: fixed;
  z-index: 999;
  padding: 4px 3%;
  background-color: #eee;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.cookie-banner.bottom {
  display: block;
  border-top: 2px solid #26130c;
  bottom: -90%;
  transition: bottom 0.5s;
}
.cookie-banner.bottom.show {
  bottom: 0;
  transition: bottom 1s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.cookie-banner p {
  float: left;
  width: 88%;
  display: inline-block;
  font-size: 12px;
}

.cookie-banner a.button {
  float: left;
  margin: 15px;
  width: 100px;
  height: 40px;
  z-index: 100;
  background: #9d0917;
  text-transform: uppercase;
  line-height: 1.4;
  padding-top: 8px;
  display: inline-block;
  color: #fff !important;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
}

.image_gallery_section {
  padding: 75px 0;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}
.faq_section {
  padding: 50px 0;
}

.owl-theme .owl-controls {
  margin-top: 0;
}
.owl-theme .owl-controls .owl-buttons div {
  display: inline-block;
  width: 46px;
  height: 46px;
  line-height: 35px;
  background: #00000021;
  color: #fff;
  border-radius: 100%;
  margin-right: 5px;
  opacity: 1;
  padding: 5px 15px !important;
}
.owl-theme .owl-controls .owl-buttons div.active-arrow {
  background-color: #000000 !important;
}

.owl-prev:before,
.owl-next:before {
  content: "\f060";
  font-family: "Font Awesome 5 Free";
  font-size: 15px;
  font-weight: 900;
}

.owl-next:before {
  content: "\f061";
}
/* light slider starts */
.magnifier-container {
  padding: 15px;
  border-radius: 8px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  text-align: center;
}

.slider-container {
  position: relative;
  display: inline-block;
}

.slider-main-image {
  width: 100%;
  max-width: 300px;
  border-radius: 10px;
}

.nav-arrow.left {
  left: -20px;
}
.nav-arrow.left {
  left: -20px;
}
.nav-arrow {
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  color: #333;
  padding: 0px 10px;
  cursor: pointer;
  z-index: 10;
  user-select: none;
}

.thumbnail-slider-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  margin-top: 10px;
  position: relative;
}

.thumbnails {
  display: flex;
  gap: 15px;
  scroll-behavior: smooth;
}

.thumbnail {
  flex: 0 0 auto;
  width: 77px;
  height: auto;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
}

.thumbnail.active {
  border-color: #ba232f;
}

.thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.thumb-nav {
  font-size: 20px;
  color: #444;
  cursor: pointer;
  padding: 5px 10px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  user-select: none;
}
/* light slider ends */
/* know more button starts */
.know_more button {
  display: inline-block;
  border-radius: 20px;
  background-color: #fff;
  border: 1px solid #fff;
  color: #000;
  text-align: center;
  padding: 7px 14px;
  /* width: 130px; */
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}
.know_more button:hover {
  background-color: #000;
  color: #fff;
  border: 1px solid #ffffff;
}

.know_more button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.know_more button span:after {
  content: "»";
  position: absolute;
  opacity: 0;
  top: 0;
  right: -15px;
  transition: 0.5s;
}

.know_more button:hover span {
  padding-right: 15px;
}

.know_more button:hover span:after {
  opacity: 1;
  right: 0;
}
/* know more button ends */
/* shedule call starts */
.schedule_call {
  background-color: #fff;
  border: 1px solid #25d366;
  padding: 5px;
  width: 148px;
  height: 40px;
  position: relative;
  transition: 0.5s;
  font-size: 16px;
  border-radius: 0.4em;
}

.schedule_call p {
  position: absolute;
  top: 7px;
  left: 1.15em;
  margin: 0;
  padding: 0;
  transition: 0.5s;
  color: #25d366;
}

.schedule_call i {
  position: absolute;
  top: 11px;
  right: 0.5em;
  margin: 0;
  padding: 0;
  opacity: 0;
  transition: 0.5s;
  height: 1em;
  fill: #fff;
}

.schedule_call:hover p {
  left: 0.5em;
  color: #fff;
}

.schedule_call:hover i {
  opacity: 1;
}

.schedule_call:hover {
  background-color: #25d366;
  border: 1px solid #25d366;
}

/* shedule call ends */
/* submit button starts */
/* From Uiverse.io by gharsh11032000 */
.animated-button {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 16px 36px;
  border: 4px solid;
  border-color: transparent;
  font-size: 16px;
  background-color: inherit;
  border-radius: 100px;
  font-weight: 600;
  color: #ff0000;
  box-shadow: 0 0 0 2px #000;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button svg {
  position: absolute;
  width: 24px;
  fill: #000;
  z-index: 9;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button .arr-1 {
  right: 16px;
}

.animated-button .arr-2 {
  left: -25%;
}

.animated-button .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-color: #000;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button .text {
  position: relative;
  z-index: 1;
  transform: translateX(-12px);
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button:hover {
  box-shadow: 0 0 0 12px transparent;
  color: #212121;
  border-radius: 12px;
}

.animated-button:hover .arr-1 {
  right: -25%;
}

.animated-button:hover .arr-2 {
  left: 16px;
}

.animated-button:hover .text {
  transform: translateX(12px);
}

.animated-button:hover svg {
  fill: #212121;
}

.animated-button:active {
  scale: 0.95;
  box-shadow: 0 0 0 4px #000;
}

.animated-button:hover .circle {
  width: 220px;
  height: 220px;
  opacity: 1;
}

/* submit button ends */
/* buy now btn starts */
/* From Uiverse.io by JaydipPrajapati1910 */
.buy_button {
  --width: 100px;
  --height: 30px;
  margin-top: 3px;

  --button-color: #3e485f;
  width: var(--width);
  height: var(--height);
  background: var(--button-color);
  position: relative;
  text-align: center;
  border-radius: 0.45em;
  transition: background 0.3s;
}

.buy_button::before {
  position: absolute;
  background-color: #555;
  font-size: 11px;
  color: #fff;
  border-radius: 0.25em;
}

.buy_button::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 10px solid transparent;
  left: calc(50% - 10px);
}

.buy_button::after,
.buy_button::before {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.text {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px !important;
}

.button-wrapper,
.text,
.icon {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  color: #fff;
}

.text {
  top: 0;
}

.text,
.icon {
  transition: top 0.5s;
}

.icon {
  color: #fff;
  top: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon img {
  width: 24px;
  height: 24px;
}

.buy_button:hover {
  background: #222;
}

.buy_button:hover .text {
  top: -100%;
}

.buy_button:hover .icon {
  top: 0;
}

.buy_button:hover:before,
.buy_button:hover:after {
  opacity: 1;
  visibility: visible;
}

.buy_button:hover:after {
  bottom: calc(var(--height) + var(--gap-between-tooltip-to-button) - 20px);
}

.buy_button:hover:before {
  bottom: calc(var(--height) + var(--gap-between-tooltip-to-button));
}
.story_man {
  width: 50px;
  height: 50px;
}
.suppliment {
  width: 49px;
  position: absolute;
  top: -21%;
  left: 2%;
}
.text-capitalize {
  text-transform: none !important;
}
.text-red {
  color: red !important;
}
/* buy now btn ends */
/* scrolling css starts */
.scrolling-gallery-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #fff;
  padding: 20px 0;
}

.scrolling-gallery {
  display: flex;
  flex-wrap: nowrap;
  animation: scroll 20s linear infinite;
}

.scrolling-gallery img {
  flex: 0 0 20%;
  /* 5 images in a row = 100% / 5 = 20% */
  height: 200px;
  object-fit: cover;
  margin: 0 5px;
  border-radius: 10px;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* Hide scrollbar if visible */
.scrolling-gallery::-webkit-scrollbar {
  display: none;
}

.scrolling-gallery-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
  background: linear-gradient(
    to right,
    white 0%,
    transparent 10%,
    transparent 90%,
    white 100%
  );
}

/* scrolling css ends  */
/* download button starts */
/* From Uiverse.io by andrew-demchenk0 */
.button_download {
  position: relative;
  width: 150px;
  height: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  border: 1px solid #17795e;
  background-color: #209978;
  overflow: hidden;
}

.button_download,
.button__icon,
.button__text {
  transition: all 0.3s;
}

.button_download .button__text {
  transform: translateX(22px);
  color: #fff;
  font-weight: 600;
}

.button_download .button__icon {
  position: absolute;
  transform: translateX(109px);
  height: 100%;
  width: 39px;
  background-color: #17795e;
  display: flex;
  align-items: center;
  justify-content: center;
}

.button_download .svg {
  width: 20px;
  fill: #fff;
}

.button_download:hover {
  background: #17795e;
}

.button_download:hover .button__text {
  color: transparent;
}

.button_download:hover .button__icon {
  width: 148px;
  transform: translateX(0);
}

.button_download:active .button__icon {
  background-color: #146c54;
}

.button_download:active {
  border: 1px solid #146c54;
}
/* download button ends */
/* navbar effects */
/* Make dropdown open on hover */
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
}

/* Base dropdown style */
.dropdown-menu {
  display: block; /* keep it block for animation */
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease-in-out;
  pointer-events: none; /* disable when hidden */
}

/* On hover */
.nav-item.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

/* Show one by one with delay */
.nav-item.dropdown:hover .dropdown-menu .dropdown-item {
  opacity: 1;
  transform: translateY(0);
}

/* Staggering effect */
.dropdown-menu .dropdown-item:nth-child(1) {
  transition-delay: 0.1s;
}
.dropdown-menu .dropdown-item:nth-child(2) {
  transition-delay: 0.2s;
}
.dropdown-menu .dropdown-item:nth-child(3) {
  transition-delay: 0.3s;
}
.dropdown-menu .dropdown-item:nth-child(4) {
  transition-delay: 0.4s;
}

.fontsizing {
  position: relative;
  padding-bottom: 5px;
  text-align: left;
}
.fontsizing::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #1b1b1b;
  transition: 0.3s;
}
.fontsizing2:hover::after {
  width: 100%;
}

/* nav2 for center */
.fontsizing2 {
  position: relative;
  padding-bottom: 5px;
  text-align: center; /* optional - you can keep left if needed */
}

.fontsizing2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: width 0.3s ease;
}

.fontsizing2:hover::after {
  width: 100%;
}
/* expo page starts */
/* nav starts */
h3 {
  font-size: 40px;
}
.expo_nav_btn {
  background-image: linear-gradient(to right, #5b5dd8, #1bb2d6);
  padding: 8px 14px;
  border-radius: 30px;
  color: #ffffff;
  text-align: center;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  text-decoration: none !important;
}
.expo_nav_btn:hover {
  background-image: linear-gradient(to right, #1bb2d6, #5b5dd8);
  color: #ffffff;
  text-decoration: none !important;
  box-shadow: 0 4px 15px rgba(27, 178, 214, 0.4);
  transform: translateY(-2px);
}
.nav_bg {
  background-color: #2a2a2a;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
    rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.navbar-light .navbar-nav .nav-link {
  color: #a7a7a7 !important;
}
.nav-link.active {
  color: #007bff !important;
  font-weight: 600;
  border-bottom: 2px solid #007bff;
  transition: all 0.3s ease;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: #ffffff;
}
.navbar {
  padding: 0px 4% !important;
}

.carousel-caption {
  bottom: 65%;
}
.carousel-caption h1 {
  font-size: 42px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}
.carousel-caption span,
#comprehensive h3 span,
.april_card h3 span {
  background: linear-gradient(90deg, #5b5dd8, #1cb1d6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* afr section */
#afr {
  background: url(../img/afr_section_bg.webp) no-repeat center;
  background-size: cover;
}
.mission {
  position: relative;
}
.about_content {
    position: absolute;
    top: 0;
    left: 0;
    padding: 56px;
}
img.about_imge {
    width: 100%;
}
.flex_center_div {
    justify-content: center;
    align-items: center;
}
.mission ul {
  list-style-type: none;
}
.mission ul span {
  color: #1cb1d6;
}
.mission-range {
  -webkit-appearance: none; /* remove default styling */
  width: 100%;
  height: 12px;
  margin-top: 8px;
  margin-bottom: 8px;
  border-radius: 20px;
  background: linear-gradient(to right, #4a00e0, #00d2ff, #000, #000);
  outline: none;
  overflow: hidden;
}

/* Remove default track */
.mission-range::-webkit-slider-runnable-track {
  height: 12px;
  border-radius: 20px;
  background: transparent;
}
.mission-range::-moz-range-track {
  height: 12px;
  border-radius: 20px;
  background: transparent;
}

/* Thumb (the circle) */
.mission-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 0; /* hide thumb */
  height: 0;
}
.mission-range::-moz-range-thumb {
  width: 0;
  height: 0;
  border: none;
}
/* comprehensive section  */
#comprehensive {
  background: url(../img/stars_background_new.jpg) no-repeat center;
  background-size: cover;
}

.solution_card {
  background: rgba(255, 255, 255, 0.08); /* light transparent overlay */
  backdrop-filter: blur(8px); /* blur whatever is behind */
  -webkit-backdrop-filter: blur(8px); /* for Safari */
  border-radius: 16px; /* smooth corners */
  border: 1px solid rgba(255, 255, 255, 0.2); /* subtle border */
  display: flex;
  flex-direction: column;
  padding: 0px 5px 20px 20px;
  cursor: pointer;
  height: 55vh;
}

.solution_card:hover .arrow_img {
  opacity: 1;
  transform: translateX(0);
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%)
    contrast(103%);
}
.arrow_img {
  opacity: 0;
  transform: translateX(-10px); /* slightly slide in */
  transition: all 0.4s ease;
}
.solution_card hr {
  background: linear-gradient(to right, #5b5dd8, #1cb1d6);
  border-radius: 23%;
  width: 50px;
  margin-top: 0px;
  margin-bottom: 10px;
  height: 2px;
}
.solution_card h4 {
  font-size: 21px;
}
#comprehensive p,
.solution_card ul li,
.april_card p span,
#connect p span {
  font-size: 15px;
}
#comprehensive .col-md-4 {
  margin-right: -127px;
}

.april_card_image{
    width: 50%;
}
.april_card {
  background: rgba(255, 255, 255, 0.08); /* light transparent overlay */
  backdrop-filter: blur(8px); /* blur whatever is behind */
  -webkit-backdrop-filter: blur(8px); /* for Safari */
  border-radius: 16px; /* smooth corners */
  border: 1px solid rgba(255, 255, 255, 0.2); /* subtle border */
  display: flex;
  padding: 30px;
  height: auto;
  margin-top: 75px;
}
.april_ul {
  list-style-type: none;
}
.april_ul li {
  background-color: #595959;
  padding: 8px 20px;
  border-radius: 10px;
  color: #ffffff;
  margin-bottom: 30px;
}



.glow-button {
  display: block;
  align-items: center;
  text-align: center;
  gap: 8px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
  background: #111;
  border-radius: 8px;
  border: 1px solid #333;
  transition: all 0.3s ease;
  box-shadow: 0 0 15px rgba(102, 102, 255, 0.4);
  /*width: 67%;*/
}
.glow-button-footer {
  align-items: center;
  width: 62%;
  text-align: center;
  padding: 8px 0px;
  color: #ffffff;
  text-decoration: none;
  background: #000000;
  border-radius: 50px;
  z-index: 1;
  position: relative;
  transition: all 0.3s ease;
  box-shadow: 0 0 15px rgba(102, 102, 255, 0.4);
}
.glow-button-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px; /* border thickness */
  background: linear-gradient(to right, #5b5dd8, #1cb1d6);
  border-radius: 50px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}

.glow-button:hover,
.glow-button-footer:hover {
  border-color: #5555ff;
  box-shadow: 0 0 20px rgba(102, 102, 255, 0.8),
    0 0 40px rgba(102, 102, 255, 0.5);
  background: #1a1a1a;
  color: #ffffff;
  transform: translateY(-2px);
}

.glow-button i {
  font-size: 14px;
  color: #ccc;
  transition: color 0.3s ease;
}
#connect {
  background-color: #1a1a1a;
}
.mail_btn {
  background-color: transparent;
  border-radius: 20px;
  padding: 6px 14px;
  border: 1px solid #ffffff;
  color: #ffffff;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
  text-decoration: none !important;
}
.mail_btn:hover {
  background-color: #ffffff;
  color: #000000;
  text-decoration: none !important;
  box-shadow: 0 4px 15px rgba(255, 255, 255, 0.4);
  transform: translateY(-2px);
}
#connect h3 {
  color: #ffffff;
}
/* #footer {
  background: url(../img/stars_background_new.jpg) no-repeat center;
  background-size: cover;
  font-size: 13px;
} */
#footer {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.5)),
    url(../img/stars_background_new.jpg) no-repeat center;
  background-size: cover;
  font-size: 13px;
  color: #fff; /* Ensures text stays readable */
}

#footer p {
  font-size: 13px;
  color: #9c9c9c;
}
#footer ul {
  list-style-type: none;
}
#footer ul li a,
#footer a {
  color: #9c9c9c;
  text-decoration: none;
}
#footer a p {
  text-decoration: underline;
}
#footer ul li b {
  color: #ffffff;
  text-decoration: none;
  margin-bottom: 20px;
}

#contactus_sec{
    margin-top: 67px;
    background-color: #000;
    color: #ffffff;
}
#contactus_sec a{
    color: #fff;
}
.contact_icons{
    width: 4%;
    margin-right: 10px;
}
.geo{
    height: 4%;
}
.submit_button{
        background-color: transparent;
    border-radius: 20px;
    padding: 6px 14px;
    border: 1px solid #ffffff;
    color: #ffffff;
    text-align: center;
    transition: all 0.3s 
ease;
    cursor: pointer;
    text-decoration: none !important;
}
.submit_button:hover{
        background-color: #fff;
    border: 1px solid #000;
    color: #000;
}
/*parallex*/


.footer_logo{
    width: 75%;
}



@media (max-width: 768px) {
    img.about_line_image{
        height: 80vh;
    margin-bottom: 40px;
    width: 100%;
    }
    .section-title{
        font-size: 32px !important;
    }
    
    
    div#demo{
        margin-top: 68px;
    }
    span.navbar-toggler-icon {
    width: 30px;
    height: 2px;
    background: #fff;
}
button.navbar-toggler {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.solution-card{
    margin-bottom: 10px;
}


iframe {
    
    width: 100%;
}
.d-flex.flex-column.mt-5.mob {
    margin-top: 0px !important;
}
#contactus_sec {
   
   margin-top: 64px;
}
  .navbar {
    padding: 10px 20px !important;
  }
   ul.navbar-nav.ml-auto.scrollpy{
       margin-top: 20px !important;
             
   }
  ul.navbar-nav.ml-auto.scrollpy li{
      text-align: left !important;
  }
  ul.navbar-nav.ml-auto.scrollpy li a{
        text-align: left !important;
  }
  li.nav-item.active a::after{
      width: 90px;
  }
  .footer_logo{
    width: 35%;
}
  .azista_logo_size{
    width: 100px;
}
  .carousel-caption {
    bottom: 49%;
}
    .solutions-grid {
        flex-direction: column;
    }
  .carousel-caption h1 {
    font-size: 28px;
  }
  #comprehensive .col-md-4 {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .solution_card {
    height: auto;
    padding: 30px;
  }
.stack-container {
    padding-bottom: 0px !important;
}
  .expo_nav_btn {
    padding: 6px 10px;
    font-size: 14px;
  }
  h3 {
    font-size: 32px;
    margin-top: 10px;

  }
  .april_card {
    flex-direction: column-reverse;
  }
  .glow-button {
    width: auto;
    display: block;
    text-align: center;
  }
 
  .april_card_image{
    width: 100%;
}
}
/*News*/
#news_media{
    margin-top: 67px;
    background-color: #0a0a0f;
}
.news_card{
    display: flex;
    flex-direction: column;
    padding: 10px;
    border: 1px solid rgb(255 255 255 / 41%);
    border-radius: 20px;
}
.news_card img{
    border-radius: 20px;
}
.news_card h4, .news_card p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
#news_media h3, #news_media h1{
    color: #fff;
}

#news_media img{
    border-radius: 20px;
    margin-bottom: 22px;
}
.news_card h4{
    color: #fff;
    margin-top: 10px;
}
#news_media a {
    color: #6366f1;
    text-decoration: none;
}
#news_media p{
    color: #fff;
    text-align: justify;
}
.banner_para{
    background: linear-gradient(to right, #6F2E8F, #8E4FB5, #A874C8);
    padding: 8px 16px;
    border-radius: 16px;
    color: #fff !important;
    font-size: 22px;
    width: fit-content;
}
#news_media .content-wrapper {
    align-items: flex-start;
}

#news_media .left-sticky {
    position: sticky;
    top: 120px; /* your header offset */
}
.fontsizing2::after {
    display: none;
}
@media (max-width: 767px) {
    #news_media .left-sticky {
        position: static;
    }
}

@media (min-width: 820px) and (max-width: 1180px) {
  #comprehensive .col-md-4 {
    margin-right: 0 !important;
  }
}

@media only screen and (width: 1024px) and (height: 546px) {
  .navbar {
    padding: 0px 5px !important;
  }
  li.nav-item {
    margin-right: 2px;
}
}
@media only screen and (width: 1280px) and (height: 800px) {
  .navbar {
    padding: 0px 60px !important;
    
  }
  li.nav-item {
        margin-right: 2px;
    }
}
