.nav-logo{
    width: 130px;
}
.hero-img{
    border-radius: 0px 25px 0 25px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.main-banner .item {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 23px 12% 245px 20%;
    margin-top: 0px;
  }
  
  .main-banner .item-1 {
    background-image: url(./images/banner-01.jpg);
  }
  
  .main-banner .item-2 {
    background-image: url(./images/banner-02.jpg);
  }
  
  .main-banner .item-3 {
    background-image: url(./images/banner-03.jpg);
  }
  
  .main-banner .item span.category {
    background-color: #fff;
    color: #1e1e1e;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 6px 15px;
    display: inline-block;
    margin-bottom: 30px;
  }
  
  .main-banner .item span.category em {
    font-style: normal;
    color: #f35525;
  }
  
  .main-banner .item h2 {
    font-size: 62px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    line-height: 72px;
    width: 50%;
    margin-bottom: 0px;
  }
  
  .main-banner .owl-dots {
    position: absolute;
    bottom: 60px;
    left: 20%;
  }
  
  .main-banner .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 10px;
    transition: all .5s;
  }
  
  .main-banner .owl-dots .active {
    background-color: #f35525;
  }
  
  .main-banner .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50px);
  }
  
  .main-banner .owl-nav .owl-prev i,
  .main-banner .owl-nav .owl-next i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    display: inline-block;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    opacity: 1;
    transition: all .3s;
  }
  
  .main-banner .owl-nav .owl-prev i {
    position: absolute;
    left: 45px;
  }
  
  .main-banner .owl-nav .owl-next i {
    position: absolute;
    right: 45px;
  }
  
  .main-banner .owl-nav .owl-prev i:hover,
  .main-banner .owl-nav .owl-next i:hover {
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.5);
  }
  .wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh; /* Full height of the viewport */
  }
  
  .content {
    flex: 1; /* Make the content take up all available space */
  }


  .parallax-section {
    position: relative;
    background-attachment: fixed;
    background-size: 100% 100%;
    background-position: center;
    height: 65vh;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
  }
 
  .parallax-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /* background: rgba(0, 0, 0, 0.5); */
    background-color: rgba(0, 0, 0, 0.5); /* Optional: dark overlay for contrast */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
  }

  .parallax-section .text {
    position: relative;
    z-index: 2;
  }
  :root {
    --animate-delay: 2s;
  }
  .about-section h1,
  .about-section h2,
  .about-section h3,
  .about-section h4,
  .about-section h5,
  .about-section h6 {}
  .about-section a,
  .about-section a:hover,
  .about-section a:focus,
  .about-section a:active {
       text-decoration: none;
       outline: none;
   }
   
  .about-section a,
  .about-section a:active,
  .about-section a:focus {
       color: #fff;
       text-decoration: none;
       transition-timing-function: ease-in-out;
       -ms-transition-timing-function: ease-in-out;
       -moz-transition-timing-function: ease-in-out;
       -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
       transition-duration: .2s;
       -ms-transition-duration: .2s;
       -moz-transition-duration: .2s;
       -webkit-transition-duration: .2s;
       -o-transition-duration: .2s;
   }
   
  .about-section ul {
       margin: 0;
       padding: 0;
       list-style: none;
   }
  .about-section img {
max-width: 100%;
height: auto;
}
   section.about-section {
       padding: 60px 0;
      /* min-height: 100vh;*/
      margin-top: 50px;
   }

.sec-title{
position:relative;
z-index: 1;
margin-bottom:60px;
}

.sec-title .title{
position: relative;
display: block;
font-size: 18px;
line-height: 24px;
color: #1ba12d;
font-weight: 500;
margin-bottom: 15px;
}

.sec-title h2{
position: relative;
display: block;
font-size:40px;
line-height: 1.28em;
color: #CF7629;
font-weight: 600;
padding-bottom:18px;
}

.sec-title h2:before{
position:absolute;
content:'';
left:0px;
bottom:0px;
width:50px;
height:3px;
background-color:#d1d2d6;
}

.sec-title .text{
position: relative;
font-size: 16px;
line-height: 26px;
color: #848484;
font-weight: 400;
margin-top: 35px;
}

.sec-title.light h2{
color: #ffffff;
}

.sec-title.text-center h2:before{
left:50%;
margin-left: -25px;
}

.list-style-one{
position:relative;
}

.list-style-one li{
position:relative;
font-size:16px;
line-height:26px;
color: #222222;
font-weight:400;
padding-left:35px;
margin-bottom: 12px;
}

.list-style-one li:before {
content: "\f058";
position: absolute;
left: 0;
top: 0px;
display: block;
font-size: 18px;
padding: 0px;
color: #ff2222;
font-weight: 600;
-moz-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1.6;
font-family: "Font Awesome 5 Free";
}

.list-style-one li a:hover{
color: #44bce2;
}

.btn-style-one{
position: relative;
display: inline-block;
font-size: 17px;
line-height: 30px;
color: #ffffff;
padding: 10px 30px;
font-weight: 600;
overflow: hidden;
letter-spacing: 0.02em;
background-color: #1ba12d;
}

.btn-style-one:hover{
background-color: #0794c9;
color: #ffffff;
}
.about-section{
position: relative;
padding: 120px 0 70px;
}

.about-section .sec-title{
margin-bottom: 45px;
}

.about-section .content-column{
position: relative;
margin-bottom: 50px;
}

.about-section .content-column .inner-column{
position: relative;
padding-left: 30px;
}

.about-section .text{
margin-bottom: 20px;
font-size: 16px;
line-height: 26px;
color: #000;
font-weight: 400;
}

.about-section .list-style-one{
margin-bottom: 45px;
}

.about-section .btn-box{
position: relative;
}

.about-section .btn-box a{
padding: 15px 50px;
}

.about-section .image-column{
position: relative;
}

.about-section .image-column .text-layer{
position: absolute;
right: -110px;
top: 50%;
font-size: 325px;
line-height: 1em;
color: #ffffff;
margin-top: -175px;
font-weight: 500;
}

.about-section .image-column .inner-column{
position: relative;
padding-left: 80px;
padding-bottom: 0px;
filter: drop-shadow(6px 5px 7px rgb(0 0 0 / 0.4));
}
.about-section .image-column .inner-column .author-desc{
position: absolute;
bottom: 16px;
z-index: 1;
background: orange;
padding: 10px 15px;
left: 96px;
width: calc(100% - 152px);
border-radius: 50px;
}
.about-section .image-column .inner-column .author-desc h2{
font-size: 21px;
letter-spacing: 1px;
text-align: center;
color: #fff;
margin: 0;
}
.about-section .image-column .inner-column .author-desc span{
font-size: 10px;
letter-spacing: 6px;
text-align: center;
color: #fff;
display: block;
font-weight: 400;
}
.about-section .image-column .inner-column:before{
content: '';
position: absolute;
width: calc(50% + 80px);
height: calc(100% + 160px);
top: -80px;
left: -3px;
background: transparent;
z-index: 0;
border: 44px solid #CF7629;
}

.about-section .image-column .image-1{
position: relative;
}
.about-section .image-column .image-2{
position: absolute;
left: 0;
bottom: 0;
}

.about-section .image-column .image-2 img,
.about-section .image-column .image-1 img{
box-shadow: 0 30px 50px rgba(8,13,62,.15);
 border-radius: 46px;
}

.about-section .image-column .video-link{
position: absolute;
left: 70px;
top: 170px;
}

.about-section .image-column .video-link .link{
position: relative;
display: block;
font-size: 22px;
color: #191e34;
font-weight: 400;
text-align: center;
height: 100px;
width: 100px;
line-height: 100px;
background-color: #ffffff;
border-radius: 50%;
box-shadow: 0 30px 50px rgba(8,13,62,.15);
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}

.about-section .image-column .video-link .link:hover{
background-color: #191e34;
color: #fff}
  .achieve{
    color: #1ba12d;
    font-weight: 600;
  }
  .about-card .card{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
  
  .accordion-item {
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transition: box-shadow 0.3s ease;
  }
  
  .accordion-item:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  }
  
  .accordion-header {
    width: 100%;
    padding: 15px;
    font-size: 1.1rem;
    font-weight: bold;
    text-align: left;
    cursor: pointer;
    background-color: #fff;
    color: #1BA12D;
    border: none;
    outline: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s ease;
}
  
  .accordion-header:hover {
    /* background-color: #CF7629; */
    color: #CF7629;
  }
  
  .accordion-header::after {
    content: '+';
    font-size: 1.2rem;
    transition: transform 0.3s ease;
  }
  
  .accordion-header.active::after {
    content: '-';
    transform: rotate(180deg);
  }
  
  .accordion-content {
    padding: 15px;
    display: none;
    background-color: #fff;
    border-top: 1px solid #ddd;
    animation: fadeIn 0.3s ease;
  }
  
  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateY(-10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  





.flex-container1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flex-container1 .text {
  font-size: 45px;
  font-weight: 700;
  max-width: 400px;
}
.flex-container1 .text .avoid-break {
  white-space: nowrap;
}
.flex-container1 .text .orange {
  color: rgb(255, 153, 0);
}
 .collage-container {
  /* width: 600px; */
  height: 500px;
  overflow: hidden;
}
.collage-container .collage {
  position: relative;
  height: 100%;
  width: 100%;
}
.collage-container .collage .collage-image1 {
  position: absolute;
  height: 70%;
  width: 50%;
  -webkit-clip-path: polygon(0px 30px, 30px 0px, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0px 30px, 30px 0px, 100% 0%, 100% 100%, 0% 100%);
}
 .collage-container .collage .collage-image2 {
  position: absolute;
  right: 0px;
  top: 50px;
  height: 250px;
  width: 60%;
  -webkit-clip-path: polygon(0 0, calc(100% - 30px) 0%, 100% 30px, 100% 100%, 0 100%);
          clip-path: polygon(0 0, calc(100% - 30px) 0%, 100% 30px, 100% 100%, 0 100%);
}
 .collage-container .collage .collage-image3 {
  position: absolute;
  right: 25px;
  bottom: 0px;
  height: 250px;
  width: 80%;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%);
}




@media (max-width: 767px) {
  .collage-container {
    flex-direction: column;
  }
  .collage-container .text {
    text-align: center;
    font-size: 30px;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .collage-container {
    width: 450px;
  }
}
@media (max-width: 570px) {
  .collage-container {
    width: 100%;
  }
}
.list-unstyled li a:hover{
  color: #1BA12D !important;
}
.footer .form-consultation .form-control:hover{
  border: 1px solid #1BA12D !important;
}
.achievement .swiper .swiper-pagination-bullet{
  width: 30px !important;
  border-radius: 3px !important;
  height: 5px !important;
}

.achieve-img {
  --c: #1ba12d; 
  --b: 8px; 
  --o: 25px;
  width: 100%; 
  --_p: calc(2*var(--o) + var(--b));
  padding: var(--_p) var(--_p) 0 0;
  outline: var(--b) solid var(--c);
  outline-offset: calc(var(--o) - var(--_p));
  transition: .4s;
  cursor: pointer;
}
.achieve-img + .achieve-img {
  padding: var(--_p) 0 0 var(--_p);
}
.achieve-img:hover {
  padding: calc(var(--_p)/2);
}
.slider {
  display: flex;
  justify-content: center;
  align-items: center;
  /* height: 100%; */
  width: 80%;
  margin: auto;
  overflow: hidden;
  background: rgb(255, 255, 255);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(7.4px);
  -webkit-backdrop-filter: blur(7.4px);
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.slider-items {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  animation: scrolling 20s linear infinite;

}

@keyframes scrolling {

  0% {
      transform: translateX(80%);
  }

  100% {
      transform: translateX(-20%);
  }
}

.slider-items img {
  width: 12%;
  margin: 20px;

}


.shape-box {
  display: inline-block;
  position: relative;
  z-index: 1;
  max-width: 500px;
  height: 430px;
  margin: 30px 10px 30px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  overflow: hidden;
  /* width: 23.333%; */
}

.shape-box_half {
  overflow: hidden;
  text-align: left;
}

.shape-box_half:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: skewY(53.5deg);
  transform-origin: top left;
  transition: \transform .4s;
  background: #fff;
  z-index: 1;
}

.shape-box>img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.bg-black {
  background-color: #000;
}

.shape-box_half figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 30px 30px;
  transition: \transform .4s;
  transform: translateY(100%);
  z-index: 3;
}

.shape-box_half figcaption .show-cont {
  position: absolute;
  bottom: calc(100% + 30px);
  left: 30px;
  right: 30px;
  transition: bottom .4s;
}

.card-no {
  font-size: 36px;
  color: #CF7629;
  padding: 0;
  margin: 10px 0;
}

.anime-main-title {
  margin-top: 8px;
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  color: #292b2c;
}

.anime-content {
  color: #9f9f9f;
  margin-top: 20px;
  line-height: 22px;
  font-size: 15px;
}

.read-more-btn {
  border: 2px solid #1ba12d;
  font-size: 14px;
  cursor: pointer;
  padding: 10px 20px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 600;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background: #1BA12D;
  color: #fff;
  border-radius: 2px;
  margin-top: 25px;
  text-decoration: none;
}

.read-more-btn:hover {
  background: transparent;
  color: #CF7629;

}

.shape-box_half>.after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1ba12d6e;
  opacity: 0;
  transition: opacity .4s;
}

/*On hover*/
.shape-box_half:hover:before {
  transform: skewY(20deg);
}

.shape-box_half:hover figcaption {
  transform: translateY(0);
}

.shape-box_half:hover figcaption .show-cont {
  bottom: 100%;
}

.shape-box_half:hover>.after {
  opacity: 1;
}
.head-color{
  color: #1ba12d;
}

/* timeline css */

.enlarge-on-hover {
  transition: transform 0.5s ease-in-out;
  position: relative;
  z-index: 1;
  max-width: 100%; 
  height: auto; 
  object-fit: contain; 
}

.timeline-container {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.timeline-container::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 4px;
  background-color: #1ba12d;
  transform: translateX(-50%);
  z-index: 0;
}
.timeline-item {
  position: relative;
  width: 50%;
  padding: 20px;
  box-sizing: border-box;
  opacity: 0;
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.timeline-item.left {
  left: 0;
}

.timeline-item.right {
  /* left: 50%; */
}

.timeline-item.visible {
  opacity: 1;
  transform: translateY(0);
}

.timeline-item.left.visible {
  transform: translateX(-6px);
}

.timeline-item.right.visible {
  transform: translateX(6px);
}

.timeline-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 0 25px rgba(102, 192, 244, 0.7), 0 0 50px rgba(102, 192, 244, 0.4);
  position: relative;
  display: flex;
  align-items: center;
  transition: box-shadow 0.5s ease, transform 0.3s ease;
  z-index: 1;
  margin: auto;
  display: block;
}

.timeline-content:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  transform: scale(0.98);
  z-index: 1;
}

.timeline-avatar {
  width: 50px;
  height: 50px;
  margin-right: 15px;
  border-radius: 50%;
  border: 2px solid #66c0f4;
}

.timeline-date {
  position: absolute;
  top: 3px;
  left: 70px;
  transform: translateX(-50%);
  background-color: #CF7629;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding: 8px 12px;
  border-radius: 10px;
  z-index: 2;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.timeline-title {
  font-size: 22px;
  color: #CF7629;
  margin-bottom: 10px;
}

.timeline-description {
  font-size: 15px;
  color: #364044;
  line-height: 1.6;
}

.timeline-item.left::before {
  content: '';
  position: absolute;
  top: 40px;
  right: -12px;
  width: 12px;
  height: 12px;
  background-color: #CF7629;
  border-radius: 50%;
  z-index: 0;
}

.timeline-item.right::before {
  content: '';
  position: absolute;
  top: 40px;
  left: -12px;
  width: 12px;
  height: 12px;
  background-color: #CF7629;
  border-radius: 50%;
  z-index: 0;
}

@media (max-width: 768px) {
  .timeline-item {
      width: 100vw;
      padding-left: 40px;
      padding-right: 40px;
  }

  .timeline-item.right {
      left: 0;
  }

  .timeline-container::before {
      left: 20px;
  }

  .timeline-item.left::before,
  .timeline-item.right::before {
      left: 20px;
      right: auto;
  }

  .timeline-date {
      left: 20px;
      transform: translateX(0);
  }
}
/* timeline css */
.polaroid {
  background-color: #c1bfbf;
  padding: 1rem;
  box-shadow: 0 0.2rem 1.2rem rgba(0,0,0,0.2);
  
}
.polaroid > img{
  max-width: 100%;
  height: auto;
}
.caption {
  font-size: 16px;
  text-align: center;
  line-height: 2em;
  color: #000;
  font-family: 'Indie Flower', cursive;
}
.swiper-slide .item {
 
  display: inline-block;
  width: 240px;
  
}


   .timeline .swiper {
      width: 260px;
      height: 320px !important;
      aspect-ratio: 0;
    }

    .timeline .swiper-slide {
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 18px;
      font-size: 22px;
      font-weight: bold;
      color: #fff;
    }
    .timeline .swiper-slide:nth-child(1n) {
      background-color: rgb(206, 17, 17);
    }

    .timeline .swiper-slide:nth-child(2n) {
      background-color: rgb(0, 140, 255);
    }

    .timeline .swiper-slide:nth-child(3n) {
      background-color: rgb(10, 184, 111);
    }

    .timeline .swiper-slide:nth-child(4n) {
      background-color: rgb(211, 122, 7);
    }

    .timeline .swiper-slide:nth-child(5n) {
      background-color: rgb(118, 163, 12);
    }

    .timeline .swiper-slide:nth-child(6n) {
      background-color: rgb(180, 10, 47);
    }

    .timeline .swiper-slide:nth-child(7n) {
      background-color: rgb(35, 99, 19);
    }

    .timeline .swiper-slide:nth-child(8n) {
      background-color: rgb(0, 68, 255);
    }

    .timeline .swiper-slide:nth-child(9n) {
      background-color: rgb(218, 12, 218);
    }

    .timeline .swiper-slide:nth-child(10n) {
      background-color: rgb(54, 94, 77);
    }
    .custom-card {
      border-radius: 1.5rem; 
      position: relative;
      height: 100%;
      border-radius: 20px;
  }
  .custom-input {
      border: 1px solid #ced4da; 
      border-radius: 25px; 
  }
  .custom-button {
      background-color: #1ba12d; 
      color: white;
      border-radius: 25px; 
  }
  .custom-button:hover {
      background-color: #4338ca; 
  }
  .contact-info {
      filter: drop-shadow(6px 5px 7px rgb(0 0 0 / 0.4));
      position: absolute;
      bottom: 0;
      width: 100%;
      padding: 2.75rem;
      border-radius: 20px;
  }
  .contact-img{
    background-blend-mode: multiply;
    background-color: rgb(67 56 202);
    height: 100% !important;
    border-radius: 20px !important;
  }
  .contact-text{
    position: absolute;
    line-height: 2.5rem;
    top: 2.75rem;
    left: 2.75rem;
  }
  .contact-details{
    background-color: #fff;
    color: #000;
    border-radius: 1.5rem; 
    padding: 1.5rem;
  }
  .contact-details p{
    line-height: 1.5rem; 
    font-weight: 400;
  }
  .contact-icon{
    color: #1ba12d;
  }
  .contact-input>input, .contact-input>textarea{
    border: 1px solid #1ba12d !important;
  }
  .achieve-slider .swiper{
    height: 500px;
    aspect-ratio: 0;
  }

  .header-section {
    background: linear-gradient(
      to bottom,
      rgb(0, 0, 0) 0%,
      rgb(0, 0, 0) 55%,
      white 55%,
      white 100%
    );
  }

  
  #ham {
    width: 45px;
    height: 38px;
    position: relative;
    margin: 0 10px;
    margin-top: 5px;
    /* margin-right: 20px; */
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    cursor: pointer;
    display: none;
  }
  
  #ham span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #ffffff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transition: 0.25s ease-in-out;
  }
  
  #ham span:nth-child(1) {
    top: 5px;
  }
  
  #ham span:nth-child(2),
  #ham span:nth-child(3) {
    top: 18px;
  }
  
  #ham span:nth-child(4) {
    top: 32px;
  }
  
  #ham:hover span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
  
  #ham:hover span:nth-child(2) {
    transform: rotate(45deg);
  }
  
  #ham:hover span:nth-child(3) {
    transform: rotate(-45deg);
  }
  
  #ham:hover span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
  
  /* //hamburger */
  .achievement .swiper{
    aspect-ratio: 8/3 !important;
  }
  .career-container {
    background-image: url("./images/career.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    aspect-ratio: 6/3;
    width: 100vw;
    margin: 0 auto;
    height: auto;
}
.career-parallax section{
  height: 300px;
  background-attachment: fixed;
  background-position: 0px 100px;
  background-repeat: no-repeat;
  background-size: 100%;
}
  .career-content {
    display: grid;
    display: flex;
    align-items: center;
    justify-content: center;

    height: 50vh;
  }
  
  .career-heading {
    color: white;
    
    font-size: 48px;
  }
  
  .heading-text {
    text-align: center;
    font-size: 32px;
    color: #2d2d2d;
  }
  
  .heading-text::before {
    content: "";
    /* position: absolute; */
    display: block;
    width: 80px;
    height: 2px;
    background: #f13311;
    bottom: 2px;
    margin: 0 auto;
    margin-top: 126px;
    margin-bottom: 12px;
  }
  
  .header-text p {
    text-align: center;
    padding: 20px;
  }
  
  .outer-career-text {
    background-color: black;
    display: none;
  }
  .outer-career-text h2 {
    color: white;
    margin: 0;
    padding: 10px;
    text-align: center;
  }
  .gallery-container {
    width: 90%;
    height: 75vh;
    margin: auto;
  }
  .gallery {
    display: grid;
    grid-template-columns: 2fr 1fr 2fr;
    grid-template-rows: 2fr 1fr 2fr;
    grid-gap: 10px;
    height: 75vh;
  }
  .gallery-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .gallery-item-1 {
    grid-column: 1/2;
    grid-row: 1/4;
  }
  
  .gallery-item-2 {
    grid-column: 2/3;
    grid-row: 1/3;
  }
  
  .gallery-item-3 {
    grid-column: 2/3;
    grid-row: 3/4;
  }
  
  .gallery-item-4 {
    grid-column: 3/4;
    grid-row: 1/2;
  }
  
  .gallery-item-5 {
    grid-column: 3/4;
    grid-row: 2/4;
  }
  
  .bg-grey {
    background: #f6f8f8;
  }
  
  
  .job-form label {
    font-size: 22px;
    margin: 10px 10px 10px 5px;
    font-weight: 900;
  }
  
  .job-form .select-container {
    width: 100%;
    margin: 20px 0;
  }
  
  .job-form .select-container select {
    border: 1px solid black;
    width: 100%;
    height: 8vh;
    font-size: 18px;
    border-color: grey;
    background-color: white;
    padding: 0 10px;
    border-radius: 5px;
  }
  
  .jobs-count {
    margin-bottom: -50px;
  }
  
  .job-section {
    padding: 20px 0;
  }
  
  .job-section a {
    text-decoration: none;
    color: #2e9ee4;
    font-size: 20px;
  }
  
  .job-section h3 {
    font-size: 28px;
  }
  
  .job-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
  }
  .job-row .col-left {
    padding: 20px 0 20px 20px;
  }
  
  .job-row .col-right {
    padding: 20px 20px 20px 0;
  }
  
  
  
  
  @media (max-width: 575.98px) {
    .parallax-section {
      position: relative;
      /* background-attachment: fixed; */
      background-size: cover;
    }
    .slider-item{
      aspect-ratio: 0 !important;
    }
    .swiper{
      aspect-ratio: 0 !important;
    }
    .gallery {
      display: block;
      width: 100%;
      height: 100%;
    }
    .gallery-container {
      height: 100%;
    }
    .gallery-img {
      margin: 5px 0;
    }
    .job-row {
      display: block;
    }
    .heading-text {
      font-size: 22px;
    }
    .heading-text::before {
      margin-top: 50px !important  ;
      margin-bottom: 8px;
    }
  
    .social-icons {
      padding: 0 2px;
      margin-top: 10px;
    }
    .footer-links {
      left: 0;
    }
    .copy {
      text-align: center;
    }
  }
  
  /* Small devices (landscape phones, less than 768px) */
  @media (max-width: 767.98px) {
    .navigation-container ul {
      display: none !important;
    }
    .career-container {
      width: 100% !important;
    }
    .career-heading {
      display: none;
    }
    .outer-career-text {
      display: block;
    }
    .gallery {
      grid-template-columns: 2fr 2fr 2fr;
      grid-template-rows: 2fr 2fr 2fr;
    }
  
    #ham {
      display: block;
    }
    .heading-text::before {
      margin-top: 80px;
      margin-bottom: 8px;
    }
  }
  
  @media (max-width: 991.98px) {
    .career-container {
      width: 90vw;
    }
    .career-heading {
      grid-column: 3/13;
    }
    .gallery {
      grid-template-columns: 2fr 2fr 2fr;
      grid-template-rows: 2fr 2fr 2fr;
    }
  }
  
  /* Large devices (desktops, less than 1200px) */
  @media (max-width: 1199.98px) {
    .career-container {
      /* width: 9vw; */
    }
    .container {
      max-width: 100%;
    }
  }
  .timeline-content-visible {
    /* visibility: hidden;  */
  }
  .magazines .slider-items img{
    width: 15%;
    aspect-ratio: 3/2;
    object-fit: contain;
  }
  .magazines .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 400px;
  }

  .magazines .swiper-slide img {
    display: block;
    width: 100%;
    height:100%;
  }
  .magazines-text {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 13px;
    text-align: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
  .magazines .swiper{
    padding: 20px;
  }
  .about-card div .item{
    min-height: 250px ;
  }

  .blog-entry, .box-shadow{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
  }
  .collage-container, .achieve-slider,.gallery, .magazines, .filter-shadow{
    filter: drop-shadow(6px 5px 7px rgb(0 0 0 / 0.4));
  }
  .about-parallax .parallax-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /* background: rgba(0, 0, 0, 0.5); */
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 20px;
    color: #fff;
}
.overlay, .slide-content, .text-shadow{
  text-shadow: 6px 3px 3px rgba(0, 0, 0, 0.4) !important;
}

/* ****************************************gallery********************************************************* */
/* Gallery Container */
.gallery-container {
  max-width: 100rem;
  width: 100%;
  padding: 2rem;
  margin: 0 auto;
}

/* Main Gallery Section */
.gallery-section {
  padding: 2rem 0;
}

.gallery-section .gallery-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 2fr));
  gap: 1rem;
  justify-content: center;
  align-items: start;
  width: 100%; /* Full width of the parent */
  height: auto; /* Adjusts based on content */
  max-width: 1200px; /* Prevent excessive width */
}

/* Gallery Item */
.gallery-item {
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
}

.gallery-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2), 0 4px 6px rgba(0, 0, 0, 0.2);
}

/* Gallery Image Box */
.gallery-image-box {
  position: relative;
  width: 100%;
  padding-top: 70%;
  background: #f1f5f8;
}

.gallery-image-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
}

/* Responsive Design for Small Screens */
@media only screen and (max-width: 600px) {
  .gallery-section .gallery-container {
    grid-template-columns: 1fr;
  }
}
.gallery-item {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeIn 1s ease-in-out forwards;
}

.gallery-item:nth-child(1) { animation-delay: 0.2s; }
.gallery-item:nth-child(2) { animation-delay: 0.4s; }
.gallery-item:nth-child(3) { animation-delay: 0.6s; }
.gallery-item:nth-child(4) { animation-delay: 0.8s; }
.gallery-item:nth-child(5) { animation-delay: 1s; }
.gallery-item:nth-child(6) { animation-delay: 1.2s; }
.gallery-item:nth-child(7) { animation-delay: 1.4s; }
.gallery-item:nth-child(8) { animation-delay: 1.6s; }
.gallery-item:nth-child(9) { animation-delay: 1.8s; }

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Discover Our Journey-to-yearly-achievement */
html {
  scroll-behavior: smooth;
}

/* *******************************************career from******************************************* */
.career-form-container {
  font-family: Arial, sans-serif;
  background: url('https://emeritus.org/wp-content/uploads/2021/09/career-pathing-2.png') no-repeat center center/cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 350px;
  margin: 0;
}
/* Apply Now Button */
.career-apply-btn {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 12px 20px;
  font-size: 18px;
  border-radius: 5px;
  cursor: pointer;
  /* margin-bottom: 20px; */
  transition: all 0.3s ease-in-out;
  animation: fadeIn 1s ease-in-out;
}

.career-apply-btn:hover {
  background-color: #0056b3;
  transform: scale(1.05);
}

/* Career Form Heading */
.career-form-heading {
  color: #333;
  margin-bottom: 15px;
  font-size: 24px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px; /* Adjust as needed */
}

/* Career Form Wrapper */
.career-form-wrapper {
  background: rgba(255, 255, 255, 0.9);
  padding: 35px;
  border-radius: 8px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  width: 400px;
  text-align: left;
  backdrop-filter: blur(5px);
  transition: 0.5s ease-in-out;
  opacity: 0;
  transform: translateY(-20px);
}

.career-form-wrapper.show {
  opacity: 1;
  transform: translateY(0);
}

.hidden {
  display: none;
}

/* Input Fields */
.career-form-input,
.career-form-dropdown,
.career-form-file-input,
.career-form-textarea {
  width: 100%;
  padding: 12px;
  margin-top: 4px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  text-align: left;
}

.career-form-input::placeholder,
.career-form-textarea::placeholder {
  text-align: center;
  font-size: 16px;
}

/* Submit Button */
.career-form-submit-btn {
  background-color: #28a745;
  color: white;
  border: none;
  padding: 12px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  margin-top: 10px;
  transition: all 0.3s ease-in-out;
  animation: fadeIn 1s ease-in-out;
}

.career-form-submit-btn:hover {
  background-color: #218838;
  transform: scale(1.05);
}

/* Submission Message */
.career-form-hidden-message {
  display: none;
  color: green;
  margin-top: 10px;
  font-weight: bold;
  transition: opacity 0.5s ease-in-out;
}
.job-section{
  margin-top: 80px
}
/* Animations */
@keyframes fadeIn {
  from {
      opacity: 0;
      transform: scale(0.9);
  }
  to {
      opacity: 1;
      transform: scale(1);
  }
}
.career-form-close-btn {
  background-color: #dc3545;
  color: white;
  border: none;
  padding: 12px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  animation: fadeIn 1s ease-in-out;
}

.career-form-close-btn:hover {
  background-color: #c82333;
  transform: scale(1.05);
}
/* Loader CSS */
.loader {
  border: 5px solid #f3f3f3;
  border-top: 5px solid #3498db;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
  margin: 10px auto;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/* Toast Container - Positioned at the Top Right */
.toast-container {
  position: fixed;
  top: 20px;
  right: 20px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 15px 20px;
  border-radius: 8px;
  font-size: 16px;
  display: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  transform: translateX(20px);
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
}

/* Success Style */
.toast-success {
  background: #28a745;
}

/* Error Style */
.toast-error {
  background: #dc3545;
}

/* Show Animation */
.toast-container.show {
  display: block;
  opacity: 1;
  transform: translateX(0);
}