.img-replace {
  /* replace text with an image */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%; 
  color: transparent;
  white-space: nowrap;
}
.bts-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.bts-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
  z-index: 1;
}

.bts-popup-container {
  position: relative;
  width: 90%;
  max-width: 50%;
  margin: 4em auto;
  background: #ffebe6;
  color: red;
  border-radius: none;
  text-align: center;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.bts-popup-container img {
  padding: 20px 0 0 0;
}
.bts-popup-container p {
  color: red;
  padding: 10px 40px;
}
.bts-popup-container .bts-popup-button {
  padding: 5px 25px;
  border: 2px solid white;
  display: inline-block;
  margin-bottom: 10px;
}

.bts-popup-container a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
}

.bts-popup-container .bts-popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
}
.bts-popup-container .bts-popup-close::before, .bts-popup-container .bts-popup-close::after {
  content: '';
  position: absolute;
  top: 12px;
  width: 16px;
  height: 3px;
  background-color: black;
}
.bts-popup-container .bts-popup-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}
.bts-popup-container .bts-popup-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 6px;
  top: 13px;
}
.is-visible .bts-popup-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
marquee p {
    font-size: 16px;
    font-weight: 600;
}
.btn-exam{
      text-transform: uppercase;
    background-color: #000;
    padding: 10px;
    }
    .btn-exam-div{
      padding: 20px
    }
    .btn{
      box-shadow: 0px 8px 15px rgba(0.8, 0, 0, 0.8);
    }
    .whyus_icon{
      background-color: #8400d6 !important;
    }
    #whyUs {
   display:none;
   height: 100%;
}


/*----  Main Style  ----*/
.cards-list {
  z-index: 0;
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.card {
  margin: 20px auto;
  width: 200px;
  height: 200px;
  border-radius: 40px;
box-shadow: 5px 5px 30px 7px rgba(0,0,0,0.25), -5px -5px 30px 7px rgba(0,0,0,0.22);
  cursor: pointer;
  transition: 0.4s;
}

.card .card_image {
  width: inherit;
  height: inherit;
  border-radius: 40px;
}

.card .card_image img {
  width: inherit;
  height: inherit;
  border-radius: 40px;
  object-fit: cover;
}

.card .card_title {
  text-align: center;
  border-radius: 0px 0px 20px 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 18px;
  /*margin-top: 50px;*/
  height: 40px;
  padding-top:40px;
}

.card:hover {
  transform: scale(0.9, 0.9);
  box-shadow: 5px 5px 15px 15px rgba(0,0,0,0.25), 
    -5px -5px 30px 15px rgba(0,0,0,0.22);
}

.title-white {
  color: white;
}

.title-black {
  color: black;
}

@media all and (max-width: 400px) {
  .card-list {
    /* On small screens, we are no longer using row direction but column */
    flex-direction: column;
  }
}

.frame {
  width: 100%;
  margin: 40px auto;
  text-align: center;
}
button {
  margin: 5px;
}
.custom-btn {
  width: 250px;
  height: 65px;
  color: #fff;
  border-radius: 5px;
  padding: 2px 2px;
  /*font-family: 'Lato', sans-serif;*/
  font-weight: 500;
  font-size:16px;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
   box-shadow:inset 2px 2px 2px 0px rgba(15,36,71,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  outline: none;
}




/* 11 */
.btn-11 {
  border: none;
  background: rgb(251,33,117);
    background: linear-gradient(0deg, rgba(251,33,117,1) 0%, rgba(234,76,137,1) 100%);
    color: #fff;
    overflow: hidden;
}
.btn-11:hover {
    text-decoration: none;
    color: #fff;
}
.btn-11:before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn1 3s ease-in-out infinite;
}
.btn-11:hover{
  opacity: .7;
}
.btn-11:active{
  box-shadow:  4px 4px 6px 0 rgba(255,255,255,.3),
              -4px -4px 6px 0 rgba(116, 125, 136, .2), 
    inset -4px -4px 6px 0 rgba(255,255,255,.2),
    inset 4px 4px 6px 0 rgba(0, 0, 0, .2);
}

/* 16 */
.btn-16 {
  border: none;
  color: #000;
}
.btn-16:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  direction: rtl;
  z-index: -1;
  box-shadow:
   -7px -7px 20px 0px #fff9,
   -4px -4px 5px 0px #fff9,
   7px 7px 20px 0px #0002,
   4px 4px 5px 0px #0001;
  transition: all 0.3s ease;
}
.btn-16:hover {
  color: #000;
}
.btn-16:hover:after {
  left: auto;
  right: 0;
  width: 100%;
}
.btn-16:active {
  top: 2px;
}


/* 15 */
.btn-15 {
    /*background:#228B22;*/
  background:#0f2447;
  border: none;
  z-index: 1;
}
.btn-15:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #663dff;
  border-radius: 5px;
   box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  transition: all 0.3s ease;
}
.btn-15:hover {
  color: #fff;
}
.btn-15:hover:after {
  left: 0;
  width: 100%;
}
.btn-15:active {
  top: 2px;
}

#btn-15{
background:#595959;
}
#btn-15:after
{
    /*background-color:#fd7e14;*/
    background-color:#663dff;
}
.panel-body{
		height: 15em;
		overflow: auto;
		position: relative;
	}
	li{
		color: black;
	}
	
	.marquee {
    position: relative;
    box-sizing: border-box;
    animation: marquee 15s linear infinite;
}

.marquee:hover {
    animation-play-state: paused;
}

.testimonial p {
	 font-size: 28px;
	 letter-spacing: 0.02em;
	 line-height: 35px;
}
 .testimonial .name {
	 font-weight: bold;
	 font-size: 18px;
	 letter-spacing: 0.04em;
	 line-height: 35px;
	 text-align: left;
}
 .testimonial .designation {
	 font-size: 14px;
	 letter-spacing: 0.04em;
	 text-align: left;
	 color: #fff;
	 opacity: 0.65;
}
 .unt {
	 margin-bottom: 20px;
	 margin-top: 60px;
}
 .hero-text {
	 font-size: 30px;
	 letter-spacing: 0.02em;
	 color: #fff;
}
 .gallery-thumbs {
	 height: 100%;
}
 .gallery-thumbs .swiper-wrapper {
	 align-items: center;
}
 .gallery-thumbs .swiper-slide {
	 background-position: center;
	 background-size: cover;
	 width: 250px !important;
	 height: 330px;
	 position: relative;
}
 .gallery-thumbs .swiper-slide img {
	 filter: contrast(0.5) blur(1px);
	 width: 100%;
	 height: 100%;
	 object-fit: cover;
	 border-radius: 10px;
}
 .gallery-thumbs .swiper-slide-active img {
	 filter: contrast(1) blur(0px) !important;
}
 .flex-row {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -ms-flex-wrap: wrap;
	 flex-wrap: wrap;
	 margin-right: -15px;
	 margin-left: -15px;
}
 .flex-row .flex-col {
	 -ms-flex-preferred-size: 0;
	 flex-basis: 0;
	 -webkit-box-flex: 1;
	 -ms-flex-positive: 1;
	 flex-grow: 1;
	 max-width: 100%;
	 position: relative;
	 width: 100%;
	 min-height: 1px;
	 padding-right: 15px;
	 padding-left: 15px;
}

.gallery-thumbs .swiper-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.testimonial-section .quote {
    width: 100%;
    height: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: justify;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 100px;
}
.swiper-container.testimonial {
    height: 60vh;
}
.testimonial-section .user-saying {
    background: var(--theme-color2);
    width: 60%;
    color: #fff;
    height: 100%;
}
.testi-user-img {
    width: 40%;
}
.testimonial-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}
.testimonial-section .quote p {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.8;
    margin: 0;
}
.quote-icon {
    width: 25px;
    display: block;
    margin-bottom: 30px;
}

#mission {
    background-image:url("img/banners/banner.png");
}

@keyframes marquee {
    0%   { top:   1em }
    100% { top: -10em }
}
.column {
  float: left;
  width: 20%;
  padding: 0 5px;
}

.row {margin: 0 -5px;}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive columns */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    display: block;
  }
}

/* Style the counter cards */
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 16px;
  text-align: center;
  background-color: #444;
  color: white;
}

.fa {font-size:50px;}


* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


.sectionClass {
  /*padding: 20px 0px 50px 0px;*/
  position: relative;
  display: block;
}

.fullWidth {
  width: 100% !important;
  display: table;
  float: none;
  padding: 0;
  min-height: 1px;
  height: 100%;
  position: relative;
}


.sectiontitle {
  background-position: center;
  margin: 30px 0 0px;
  text-align: center;
  min-height: 20px;
}

.sectiontitle h2 {
  font-size: 30px;
  color: #222;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
}


.headerLine {
  width: 160px;
  height: 2px;
  display: inline-block;
  background: #101F2E;
}


.projectFactsWrap{
    display: flex;
  margin-top: 30px;
  flex-direction: row;
  flex-wrap: wrap;
}


#projectFacts .fullWidth{
  padding: 0;
}

.projectFactsWrap .item{
  width: 20%;
  height: 40%;
  padding: 15px 0px;
  text-align: center;
}

.projectFactsWrap .item:nth-child(1){
  background: rgb(16, 31, 46);
}

.projectFactsWrap .item:nth-child(2){
  background: rgb(18, 34, 51);
}

.projectFactsWrap .item:nth-child(3){
  background: rgb(21, 38, 56);
}

.projectFactsWrap .item:nth-child(4){
  background: rgb(23, 44, 66);
}


.projectFactsWrap .item:nth-child(5){
  background: rgb(23, 44, 78);
}

.projectFactsWrap .item p.number{
  font-size: 30px;
  padding: 0;
  font-weight: bold;
}

.projectFactsWrap .item p{
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  margin: 0;
  padding: 5px;
  font-family: 'Open Sans', sans-serif;
}


.projectFactsWrap .item span{
  width: 60px;
  background: rgba(255, 255, 255, 0.8);
  height: 2px;
  display: block;
  margin: 0 auto;
}


.projectFactsWrap .item i{
  vertical-align: middle;
  font-size: 50px;
  color: rgba(255, 255, 255, 0.8);
}


.projectFactsWrap .item:hover i, .projectFactsWrap .item:hover p{
  color: white;
}

.projectFactsWrap .item:hover span{
  background: white;
}

@media (max-width: 786px){
  .projectFactsWrap .item {
     flex: 0 0 50%;
  }
}

a:hover {
  text-decoration: underline;
}

/* Hero Unit ----------------------*/
 
 /* ================================
   CAREER SECTION ONLY (FIRST HERO UNIT)
   ================================ */
.hero-unit:first-of-type {
    background: #121212 !important;
    background-image: radial-gradient(circle, #1e1e1e 10%, #121212 90%);
}
.hero-unit:first-of-type h1,
.hero-unit:first-of-type h2,
.hero-unit:first-of-type h3,
.hero-unit:first-of-type h4 {
    color: white !important;
}


/* ================================
   ORIGINAL HERO UNIT STYLES
   ================================ */
.hero-unit {
  height: 640px;
  background: url(https://static.pexels.com/photos/2884/building-vintage-bike-monument.jpg) no-repeat center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.hero-unit h1,
.hero-unit h2,
.hero-unit h3,
.hero-unit h4,
.hero-unit h5,
.hero-unit h6 {
  margin-top: -0.5rem;
  margin-bottom: 0;
  color: white;
}

.hero-unit h1 {
  font-weight: bold;
}

.hero-unit hgroup {
  margin: 3rem 0;
}

.hero-unit .card-icon {
  display: block;
  margin: 0.5rem auto 0;
  font-size: 2rem;
  color: white;
}

.hero-unit .clients {
  margin: 2rem auto;
}

.hero-unit .clients a {
  color: white;
}

.clients .fa-stack-2x {
  color: gray;
}

.clients:hover .fa-stack-2x {
  color: #333333;
}



/* ================================
   FLIP CARD STYLING
   ================================ */

/* FRONT CARD */
.button.large {
  margin: 0;
  padding: 3.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.button.large a {
  color: white !important;
  font-size: 1.75rem;
  font-weight: 100;
  text-decoration: none !important;
  display: block;
}

/* BACK CARD */
.panel {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center !important;
  padding: 1rem;
}

.panel a,
.panel p,
.panel small {
  width: 100%;
  color: white !important;
  text-decoration: none !important;
  font-size: 1rem;
}

/* FULL CONTROL – NO BLUE LINKS */
.flip-cards a {
  color: white !important;
  text-decoration: none !important;
}

.flip-cards a:hover {
  color: white !important;
  text-decoration: none !important;
}

/* BASE CARD STRUCTURE */
.flip-cards li {
  position: relative;
  float: left;
  width: 33.3%;
  height: 200px;
  padding: 0;
  list-style: none;
}

.flip-cards li:hover {
  cursor: pointer;
}

/* FRONT & BACK SHARED */
.flip-cards .card-front,
.flip-cards .card-back {
  backface-visibility: hidden;
  transition: transform 0.6s;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;  
  justify-content: center;
  align-items: center;
  text-align: center;
}

/* FIX BACK TEXT */
.flip-cards .card-back {
  transform: rotateY(180deg);
}

/* FLIP EFFECT */
.flip-cards .card-front {
  transform: rotateY(0deg);
  z-index: 900;
}

.flip-cards li:hover .card-front {
  transform: rotateY(180deg);
}

.flip-cards li:hover .card-back {
  transform: rotateY(0deg);
  z-index: 950;
}

/* COLORS */
.flip-cards .panel,
.flip-cards .button {
  border: none;
  color: white !important;
}

.flip-cards li:nth-child(1) > .button,
.flip-cards li:nth-child(1) > .panel {
  background: linear-gradient(to bottom right, #2e7d32, #1b5e20);
}

.flip-cards li:nth-child(2) > .button,
.flip-cards li:nth-child(2) > .panel {
  background: linear-gradient(to bottom right, #80deea, #00838f);
}

.flip-cards li:nth-child(3) > .button,
.flip-cards li:nth-child(3) > .panel {
  background: linear-gradient(to bottom right, #f57c00, #e65100);
}

.flip-cards li:nth-child(4) > .button,
.flip-cards li:nth-child(4) > .panel {
  background: linear-gradient(to bottom right, #ffca28, #ff8f00);
}

.flip-cards li:nth-child(5) > .button,
.flip-cards li:nth-child(5) > .panel {
  background: linear-gradient(to bottom right, #90a4ae, #455a64);
}

.flip-cards li:nth-child(6) > .button,
.flip-cards li:nth-child(6) > .panel {
  background: linear-gradient(to bottom right, #8d6e63, #4e342e);
}

.flip-cards li:nth-child(7) > .button,
.flip-cards li:nth-child(7) > .panel {
  background: linear-gradient(to bottom right, #4db6ac, #00796b);
}

.flip-cards li:nth-child(8) > .button,
.flip-cards li:nth-child(8) > .panel {
  background: linear-gradient(to bottom right, #ba68c8, #6a1b9a);
}

.flip-cards li:nth-child(9) > .button,
.flip-cards li:nth-child(9) > .panel {
  background: linear-gradient(to bottom right, #757575, #212121);
}



/* ================================
   RESPONSIVE
   ================================ */
@media only screen and (max-width: 40em) {
  .flip-cards li {
    width: 50%;
    height: 180px;
  }
}

@media only screen and (max-width: 25em) {
  .flip-cards li {
    width: 100%;
    height: 140px;
  }
  .panel p {
    display: none;
  }
}


.recruiter-section {
  text-align: center;
}

.recruiter-heading {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #222;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.logo-carousel {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 20px 0;
}

.logo-track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: scroll 25s linear infinite;
}

.logo-track img {
  height: 120px;
  width: auto;
  margin: 0 40px;
  transition: transform 0.3s ease-in-out;
}

.logo-carousel:hover .logo-track {
  animation-play-state: paused;
}

.logo-track img:hover {
  transform: scale(1.1);
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Fully Responsive */
@media (max-width: 768px) {
  .recruiter-section {
    padding: 30px 15px;
  }

  .recruiter-heading {
    font-size: 28px;
    margin-bottom: 25px;
  }

  .logo-track img {
    height: 80px;
    margin: 0 20px;
  }
}

@media (max-width: 480px) {
  .recruiter-heading {
    font-size: 24px;
  }

  .logo-track img {
    height: 60px;
    margin: 0 15px;
  }
}


.profile {
      display: flex;
      align-items: center;
      margin-bottom: 20px;
      width: 100%;
      max-width: 1000px;
      justify-content: space-between;
    }

    .profile-info {
      display: flex;
      align-items: center;
    }

    .profile img {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      margin-right: 15px;
    }

    .profile h2 {
      margin: 0;
      font-size: 18px;
    }

    .profile p {
      margin: 0;
      color: #555;
    }

    .follow-btn {
      background-color: #0095f6;
      color: white;
      border: none;
      padding: 10px 20px;
      border-radius: 10px;
      cursor: pointer;
      font-weight: bold;
    }

    .grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 10px;
      max-width: 1000px;
    }

    .grid img {
      width: 100%;
      height: auto;
      border-radius: 4px;
      object-fit: cover;
    }

    @media (max-width: 768px) {
      .grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (max-width: 480px) {
      .grid {
        grid-template-columns: 1fr;
      }

      .follow-btn {
        padding: 8px 12px;
      }
    }
    
    
    
/* Testimonial CSS Code Start */
/* background */
.carousel-bg {
  background-color: none;
  margin-top: auto;
  margin-bottom: 40px;
}
/* quote */
.quote-image {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: auto;
  padding-top: 60px;
  width: 80px;
}
/* text-style */
.testimonial-style .testimonial-caption-style {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 24px;
  color: #354052;
  line-height: 30px;
  bottom: 40%;
  text-shadow: none;
  top: 10%;
}
.testimonial-style .testimonial-authors {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 20px;
  color: #354052;
  line-height: 30px;
  margin-top: 40px;
}
/* carousel-height-control */
.testimonial-style .carousel-inner > .item {
  padding-top: auto;
  padding-bottom: auto;
  height: 380px;
}
/* carousel-left-right-control */
.testimonial-style .carousel-control.left {
  background: none;
  box-shadow: none;
  text-shadow: none;
}
.testimonial-style .carousel-control.right {
  background: none;
  box-shadow: none;
  text-shadow: none;
}
.testimonial-style .carousel-control {
  color: #354052;
}
.testimonial-style .carousel-control:hover {
  color: #354052;
  text-decoration: none;
  transition: background-color 1s ease;
}
/* indicators */
.testimonial-style .carousel-indicators .active {
  background-color: #fff;
  width: 14px;
  height: 14px;
  transition: background 1s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.testimonial-style .carousel-indicators li {
  border: 2px solid #354052;
  background-color: #354052;
}
/* Textimonial CSS Code End */


/* Slider container */
.news-scroll-area {
  position: relative;
  width: 100%;
  height: 420px;              /* FIXED HEIGHT */
  overflow: hidden;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

/* Slides */
.news-card {
  position: absolute;         /* IMPORTANT */
  inset: 0;                   /* top:0 right:0 bottom:0 left:0 */
  padding: 14px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

/* Active slide */
.news-card.active {
  opacity: 1;
  pointer-events: auto;
}

/* Image */
.news-card img {
  width: 100%;
  height: 300px;
  object-fit: contain;
  background: #f5f5f5;
  border-radius: 8px;
}

/* Caption */
.news-caption {
  margin-top: 12px;
  padding: 8px 10px;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  background: #f7f7f7;
  border-radius: 6px;
  text-align: center;
}

.news-dots {
  display: flex;
  justify-content: center;
  margin-top: 12px;
}

.news-dot {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 50%;
  background: #ccc;
  cursor: pointer;
  transition: all 0.3s ease;
}

.news-dot.active {
  background: #e91e63;
  transform: scale(1.3);
}

 

.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.9);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.lightbox img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 8px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.6);
}

.lightbox-close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 36px;
  color: #fff;
  cursor: pointer;
}
 
 
  
  
  #snow-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; /* So it doesn't block clicks */
    z-index: 9999;
}

.snowflake {
    position: absolute;
    top: -50px;
    color: white;
    user-select: none;
    animation-name: fall;
    animation-timing-function: linear;
}

@keyframes fall {
    to {
        transform: translateY(100vh);
    }
}
 