




.accordion {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 500px;
  min-height: 400px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: stretch;
  justify-content: center;
  background-color: #fff;
}

.section {
  flex: initial;
  width: 25%;
  height: 100%;
  color: #000;
  position: relative;
  cursor: pointer;
	border:0.5px solid #000;
  border-right: 2.5px solid #000 !important;
  display: flex;
  align-items: center;
  margin-left: -12px;
  border-radius: 0px 10px 10px 0px;
  border-left: none;
  padding-left: 15px;
  justify-content: space-between;
}

.accordion .section:last-of-type {
  border-right: none;
}

.section.open {
  width: 94%;
  cursor: default;
  border-radius: 0px 12px 12px 0px;
  border-left: 0px;
  justify-content: flex-end;
}

.heading {
  font-size: 28px;
  font-weight: 200;
  text-align: left;
  line-height: 1.3;
  margin-bottom: 20px;
}

div.enabled section {
  flex: initial;
  width: 9%;
  justify-content: space-between;
}

.accordion.enabled .section:not(.open) {
  background: unset;
}

.accordion.enabled .section:hover {
  background: unset;
}

.accordion.enabled {
  border: 2px solid black;
    border-radius: 12px;
    border-left: 2.5px solid black;
    border-right: 0px solid black;
}

.accordion:not(.enabled) .section:hover {
  background: rgba(0, 0, 0, 0.2);
}

.inside-content {
  max-width: 80%;
  width: 400px;
  line-height: 1.4;
  text-align: left;
}

.section.open .image-content {
  opacity: 1;
  flex: 1 !important;
  height: 100% !important;
}

@media(min-width:992px){
	.section.open .image-content{
		    height: 499px !important;
    margin-top: -2px !important;
	}
	.nv-tabs-home-font .image-content{
		    border-left: 3px solid black !important;
    border-radius: 12px !important;
    border-top: 2px solid #000 !important;
    border-bottom: 2px solid #000 !important;
	}
}

.image-content {
  opacity: 0;
  max-width: 45%;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.6px;
}

.section.open .inside-content {
  opacity: 1;
}

.image-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
	border-radius:10px;
}

.section.open .text-content {
  opacity: 1;
  flex: 1 !important;
  height: 100% !important;
}

.text-content {
  opacity: 1 !important;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 0px 20px 20px;
  position: relative;
  text-align: left;
}

.btn {
  color: black;
  text-decoration: none !important;
  display: inline-block;
  border-radius: 5px;
  font-size: 16px;
  margin-top: 10px;
  font-weight: 500;
  position: relative;
	padding:15px 20px 15px 0px;
	transition: all 0.3s ease-in-out;
}

.btn:hover{
	padding:15px 20px 15px 0px;
	transition: all 0.3s ease-in-out;
}

.btn:before {
  content: " ";
  position: absolute;
  top: 22.5px;
  right: 0px;
  width: 7px;
  height: 7px;
  background: #000;
  border-radius: 50px;
}

.btn:hover:before {
  content: " ";
  position: absolute;
  top: 22.5px;
  right: -20px;
  width: 7px;
  height: 7px;
  background: #000;
  border-radius: 50px;
	transition: all 0.3s ease-in-out;
}

.btn:after {
  content: " ";
  position: absolute;
  top: 25.5px;
  right: -10px;
  background: #000;
  border-radius: 50px;
}

.btn:hover:after {
  width: 30px;
  height: 1px;
  right: -16px;
}

.accordian--content {
  display: flex;
  align-items: stretch;
/*   max-width: 900px; */
  width: 100%;
  height: 100%;
  justify-content: space-between;
  background:#fff;
  border-radius:12px;	
}

.image-content video {
  border: 0px solid #000000;
  border-radius: 10px !important;
  object-fit: cover;
  max-width: 100% !important;
  height: 100%;
  border-right: 0px solid black;
  border-top: 0px solid black;
  border-bottom: 0px solid black;
}

.section:not(.open) .inside-content--para,
.section:not(.open) .btn {
  display: none;
  opacity: 0;
}

.section.open .inside-content--para {
  width: 360px;
  opacity: 1;
  font-size: 20px;
  font-weight: 400;
  font-family: "CircularXX";
  border-top: 0.81px solid black;
  padding-top: 20px;
  line-height: 20px;
}

.accordion.enabled .section:not(.open) h2.heading {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: left top;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 29px;
  white-space: nowrap;
  text-align: left;
  padding: 0;
  margin: 0;
  font-family: "CircularXX";
  font-weight: 500;
	padding-left: 20px;
	color:black;
}
.tech-stack .accordion.enabled .section:not(.open) h2.heading {
	padding-left: 0px;
}
.heading-icon {
  width: 50px;
  height: 50px;
}

.accordion.enabled .section.open img.heading-icon {
  display: none;
}

img.heading-icon--open {
  opacity: 1;
  width: 40px;
	margin-left:5px;
}

.accordion.enabled .section.open img.heading-icon--open {
  opacity: 1 !important;
/*   transform: translateY(0) !important; */
  width: 60px;
	margin-left:0px !important;
}

.accordion.enabled .section:not(.open) h2.heading--open {
  display: none;
}

.accordion.enabled .section:not(.open) .inside-content--para,
.accordion.enabled .section:not(.open) .custom-icon-text {
  opacity: 0;
}

.accordion.enabled .section:not(.open) .custom-icon-text {
  display: none;
}

.accordion.enabled .section:not(.open) .text-content {
  opacity: 1 !important;
  display: flex;
  flex-direction: column-reverse !important;
  justify-content: flex-start;
  text-align: center;
  padding-bottom: 40px;
}

.accordion.enabled .section.open .text-content--open {
  opacity: 1 !important;
}

.accordion.enabled .section.open h2.heading--open,
.accordion.enabled .section.open .subtitle--open {
  display: block !important;
  text-align: left;
	white-space:nowrap;
}

.accordion.enabled .section.open h2.heading,
.accordion.enabled .section.open .subtitle {
  display: none;
}

.section {
  width: 25%;
}

.section.open {
  width: 94%;
}

.image-content,
.inside-content,
.text-content {
  opacity: 0;
/*   transform: translateY(20px); */
}

.section.open .image-content,
.section.open .inside-content,
.section.open .text-content {
  opacity: 1;
/*   transform: translateY(0); */
}

.btn {
  opacity: 0;
}

.section.open .btn {
  opacity: 1;
}

.section.open .custom-icon-text {
  opacity: 1;
/*   transform: translateY(0); */
  display: block !important;
}

.accordion.enabled .section:not(.open) .custom-icon-text {
  opacity: 0;
/*   transform: translateY(20px); */
  display: none;
}

.custom-icon-text {
  background-color: black;
  font-weight: 600;
  font-size: 11px;
  padding-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: max-content;
  text-align: center;
  color: white;
  padding: 5px;
  padding-left: 24px;
  border-radius: 16px;
  position: relative;
  white-space: nowrap;
	padding-right:10px;
	transition-delay: var( --transition-slow);
}

.custom-icon-text::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: white;
  border-radius: 50%;
}

.subtitle {
  font-size: 16px;
  color: #666;
  margin-top: 5px;
}

h3.subtitle--open {
  font-size: 80px;
  font-weight: 700;
  color: black;
/*   transform: translateY(10px); */
}

.section.open h3.subtitle--open {
  opacity: 1;
/*   transform: translateY(0); */
}

h2.heading--open {
  font-family: "CircularXX";
  font-size: 24px;
  color: black;
  font-weight: 500;
	margin-bottom: 15px;
    margin-left: -5px;
}
.tech-stack .accordion.enabled .section:not(.open) .text-content {
    padding-bottom: 0px!important;
}
/* .accordion.enabled .section:not(.open) h2.heading {
  position: relative;
} */
.tech-stack .accordion.enabled .section:not(.open) h2.heading {
    position: absolute!important;
}


/* .tech-stack .section.open .inside-content, .section.open .text-content, .section.open .btn {
  transition: all var(--transition-medium)!important; 
} */
.tech-stack .section.open .image-content {
    z-index: 9;
}

h3.subtitle::after {
  content: "";
  position: absolute;
  bottom: 6px;
  right: -5px;
  width: 4px;
  height: 4px;
  background-color: black;
  border-radius: 80%;
}

.nv-tabs-home-font h2.heading--open {
  font-size: 32px;
}

.nv-tabs-home-font .section.open .inside-content--para {
  font-size: 16px;
  border-top: 0px solid black;
  padding-top: 0px;
}

.nv-tabs-home-font .accordion.enabled .section:not(.open) h2.heading {
  font-size: 32px;
}

.nv-tabs-home-font .image-content {
  border-left: 2px solid black;
  border-radius: 12px;
	    border-top: 0.5px solid #000;
    border-bottom: 0.5px solid #000;
    border-right: 0px solid #000;
}

@media (max-width: 991px) {
  .accordion {
    flex-direction: column;
    height: auto;
    background: none !important;
    border: none;
    padding: 20px;
    gap: 20px;
  }

  .dispersible-slider .accordion {
    padding: 0px;
  }

  .dispersible-slider .text-content--open {
    display: none;
  }

  .dispersible-slider .section.open .custom-icon-text
 {
        display: unset;
        width: 200px;
	 margin-bottom: 25px;
    }

  .dispersible-slider h3.subtitle--open {
/*     display: none !important; */
	  padding-top: 30px;
	  padding-bottom: 15px;
	  font-size: 34px;
  }


  .dispersible-slider .text-content {
    max-width: 100% !important;
  }

  .custom-icon-text {
    width: 70%;
  }

  .accordion.enabled .section,
  .section {
    width: 100% !important;
    height: auto !important;
    flex-direction: column;
    border: 1px solid #000;
    border-radius: 12px;
    padding: 0;
    margin: 0;
    cursor: default;
    position: relative;
  }

  .section.open {
    border: 1px solid #000 !important;
    border-radius: 12px;
  }

  .accordian--content {
    flex-direction: column-reverse;
    padding: 0;
  }

  .image-content {
    opacity: 1 !important;
    max-width: 100%;
    margin: 0;
    height: 100% !important;
  }

  .image-content img, .image-content video {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    border: unset;
    border-radius: 12px 10px 0px 0px !important;
	  max-height:250px;
  }

  .text-content {
    opacity: 1;
    padding: 20px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .heading {
    font-size: 22px;
    transform: none !important;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .heading-icon {
    display: inline-block !important;
    opacity: 1 !important;
    width: 30px !important;
    height: 30px !important;
  }

  .inside-content--para {
    display: block !important;
    opacity: 1 !important;
    width: 100% !important;
    margin-top: 10px;
    font-size: 16px;
  }

  .btn {
    display: inline-block !important;
    margin-top: 2px;
  }


  .accordion.enabled .section:not(.open) h2.heading,
  .accordion.enabled .section:not(.open) .subtitle {
    position: static;
    transform: none;
    padding: 0;
    margin: 0;
    white-space: normal;
    font-size: 20px;
  }

  .accordion.enabled .section:not(.open) {
    width: 100% !important;
    padding: 0;
    margin: 0;
  }

  .section:not(.open) .btn {
    display: block;
    opacity: 0;
  }

  .heading-icon--open {
    display: none;
  }

  .inside-content {
    width: 100% !important;
    max-width: 100% !important;
  }

  .inside-content .heading {
    border-bottom: 1px solid #000;
    padding-bottom: 15px;
    margin-bottom: 10px !important;
  }

  .accordion.enabled {
    border: unset !important;
  }

  .heading {
    display: none;
  }

  .heading--open {
    border-bottom: 0px solid;
    padding-bottom: 0px !important;
  }
}

:root {
    --transition-fast: 3s ease;
    --transition-medium: 4s ease;
    --transition-slow: 5s ease-in-out;
    --transition-stagger-1: 3s ease;
    --transition-stagger-2: 4s ease;
    --transition-stagger-3: 5s ease;
    --accordion-expand: 1.5s ease;
    --fade-up-duration: .5s ease-in-out;
	--transition-slowmedium: 1s ease-in-out;
  }
  


/* .accordion * {
    transition: all var(--transition-fast);
  } */
  
  .section,
  .section.open {
    transition: width var(--transition-slowmedium), flex var(--transition-slowmedium) !important;
  }
  
  .inside-content,
  .text-content,
  .btn,
  .image-content {
/*     transition: opacity var(--fade-up-duration), transform var(--fade-up-duration) !important; */
    opacity: 0;
/* 	  transition: all var(--fade-up-duration); */
/*     transform: translateY(20px); */
  }
  
  .section.open .inside-content,
  .section.open .text-content,
  .section.open .btn {
    opacity: 1;
/* 	  transition: all var(--transition-medium); */
/*     transform: translateY(0); */
  }
.section.open .image-content {
    opacity: 1;
/* 	  transition: all var(--fade-up-duration); */
/*     transform: translateY(0); */
  }
.section.open .text-content{
	padding:40px 40px 20px;
/* 	transition: all var(--fade-up-duration); */
}
  /* Button transitions */
  .btn {
    transition: opacity var(--transition-stagger-1);
  }
  .btn:before,
  .btn:after {
    transition: all var(--fade-up-duration);
  }
  .section.open .btn {
    opacity: 1;
  }
  
  /* Stagger delays */
/*   .section.open .inside-content {
    transition-delay: var(--transition-stagger-1) !important;
  }
  .section.open .text-content {
    transition-delay: var(--transition-stagger-2) !important;
  }
  .section.open .btn {
    transition-delay: var(--transition-stagger-3) !important;
  } */
  .section.open .custom-icon-text {
    transition-delay: var( --transition-slow);
    opacity: 1;
/*     transform: translateY(0); */
  }
  

  
  /* Icon fade logic */
/*   .heading-icon,
  img.heading-icon--open {
    transition: opacity var(--fade-up-duration), transform var(--fade-up-duration) !important;
  } */
  
/*   .accordion.enabled .section.open .text-content--open {
    transition: all var(--fade-up-duration);
  } */
  
  .section:not(.open) .inside-content--para,
  .section:not(.open) .btn {
    transition: opacity var(--fade-up-duration);
    opacity: 0;
    visibility: hidden;
  }
  
  .section.open .inside-content--para,
  .section.open .btn {
    transition: opacity var(--fade-up-duration);
    opacity: 1;
    visibility: visible;
  }
@media (max-width: 1439px) {
	.elementor-7346 .elementor-element.elementor-element-84479bb:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-7346 .elementor-element.elementor-element-84479bb > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-image: none!important;
}
}
  /* Mobile-specific transitions */
  @media (max-width: 991px) {
    .section:not(.open) .btn {
      transition: var(--transition-medium);
      opacity: 0;
    }
	  .section.open .text-content {
    padding: 20px;
		  border-top: 1px solid #000;
        border-radius: 12px !important;
        margin-top: -15px;
        background: #fff !important;
}
	  .inside-content--para p{
		  margin-bottom:0px !important;
	  }
	  .nv-tabs-home-font .image-content {
    border-left: 0px solid black!important;
		      border-top: 0px solid #000 !important;
    border-bottom: 0px solid #000 !important;
    border-right: 0px solid #000 !important;
}
	  
  }
@media (max-width: 991px) {
  h2.heading--open {
    border-bottom: 1px solid black!important;
    padding-bottom: 10px!important;
  }
	  .tech-stack h2.heading--open {
    border-bottom: 0px solid black!important;
    padding-bottom: 0px!important;
  }
}


  /* Animation keyframes */
/*   @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(20px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  .custom-icon-text {
    animation: fadeInUp var(--fade-up-duration) forwards;
  }
   */

@media(max-width:568px){
	.nv-tabs-home-font h2.heading--open {
    font-size: 26px;
        padding-left: 45px;
        padding-bottom: 15px !important;
        margin-bottom: 25px;
}
	.heading-icon--open{
		display:block;
		position: absolute;
    width: 35px !important;
    left: 10px;
	}
	.nv-tabs-home-font .section.open .inside-content--para {
    margin-left: -5px;
}
}