/* About Page Styles */

/* ========== About Banner Section ========== */
.about-banner {
  background: #fff;
}

.about-banner-wrapper {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 10px;
}

.about-banner-content {
  display: flex;
  flex-direction: column;
}

.banner-subtitle {
  font-size: 28px;
  font-weight: 400;
  color: #333;
  margin: 0 0 16px 0;
}

.banner-title {
  font-size: 42px;
  font-weight: 700 !important;
  line-height: normal !important;
  color: #008dff;
  margin: 0 0 24px 0;
}
.banner-title-2{
	font-size: 63px !important;
  font-weight: 400 !important;
  line-height: normal !important;
  color: #008dff;
  margin: 0 0 24px 0;
}

.banner-title span{
  font-weight: 400 !important;
}

.text-black {
  color: #000;
}

.banner-description {
  font-size: 15px;
  line-height: 1.7;
  color: #666;
  margin: 16px 0 16px 0;
}

/* About Banner Image */
.about-banner-image {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.image-wrapper {
  position: relative;
  display: block;
  overflow: visible;
  height: 100%;
}

.person-image {
  width: 100%;
  max-width: 100%;
  height: 100%;
  border-radius: 32px;
  object-fit: contain;
  display: block;
}

.year-badge {
  position: absolute;
  bottom: 60px;
  right: 95px;
  padding: 0;
  text-align: center;
}

.year {
  font-size: 72px !important;
  font-weight: 700 !important;
  color: #008dff !important;
  margin: 0 !important;
  line-height: 1 !important;
}

.year-label {
  font-size: 15px;
  font-weight: 500;
  color: #333;
  margin: 10px 0 0 0;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

/* ========== Hero Badge Styles (New) ========== */

/* Base badge container */
.hero-badge {
  position: absolute;
  bottom: 25px;
  right: 100px;
}


/* ========== CLASSIC MODE (Year/Label) ========== */
.hero-badge-classic {
  padding: 20px 25px;
  border-radius: 8px;
  text-align: center;
}

.hero-badge-classic .badge-year {
  font-size: 42px;
  font-weight: 700;
  color: #008dff;
  line-height: 1;
  margin: 0;
}

.hero-badge-classic .badge-label {
  font-size: 12px;
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 8px 0 0 0;
}

/* ========== CIRCULAR MODE (Animated) ========== */
.hero-badge-circle {
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.hero-badge-circle .badge-center {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hero-badge-circle .badge-icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.hero-badge-circle .badge-center-text {
  font-size: 28px;
  font-weight: 700;
  color: #333;
  margin-top: 4px;
}

.hero-badge-circle .badge-center-number {
  font-size: 48px;
  font-weight: 700;
  color: #008dff;
  line-height: 1;
  margin: 0;
}

/* Circular text using SVG - ANIMATED */
.badge-circular-text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  animation: rotate-badge 15s linear infinite;
}

.badge-circular-text text {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 6px;
  text-transform: uppercase;
  fill: #333;
}

@keyframes rotate-badge {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* ========== ICON ONLY MODE ========== */
.hero-badge-icon {
  width: 160px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.hero-badge-icon .badge-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-badge-icon .badge-icon img {
  width: 120px;
  height: 120px;
  object-fit: contain;
}

/* ========== Badge Responsive ========== */
@media (max-width: 992px) {
  .hero-badge {
    bottom: 20px;
    right: 50px;
  }

	.hero-badge-about {
    bottom: 20px;
    right: 50px;
  }

  .hero-badge-circle {
    width: 130px;
    height: 130px;
  }

  .hero-badge-circle .badge-icon img {
    width: 32px;
    height: 32px;
  }

  .hero-badge-circle .badge-center-text {
    font-size: 24px;
  }

  .badge-circular-text text {
    font-size: 11px;
    letter-spacing: 5px;
  }

  .hero-badge-icon {
    width: 120px;
    height: 120px;
  }

  .hero-badge-icon .badge-icon img {
    width: 80px;
    height: 80px;
  }
}

@media (max-width: 768px) {
  .hero-badge {
    bottom: 50px;
    right: 106px;
  }


  .hero-badge-circle {
    width: 110px;
    height: 110px;
  }

  .hero-badge-classic .badge-year {
    font-size: 32px;
  }

  .hero-badge-classic .badge-label {
    font-size: 10px;
  }

  .badge-circular-text text {
    font-size: 9px;
    letter-spacing: 4px;
  }

  .hero-badge-icon {
    width: 100px;
    height: 100px;
  }

  .hero-badge-icon .badge-icon img {
    width: 70px;
    height: 70px;
  }
}

.engagement-model {
  background: linear-gradient(to bottom, #ffffff, #EDF7FF);
  clip-path: polygon(0 0, 100% 0, 100% 87%, 51.3% 100%, 0 87%);
}
.model-content {
  padding: 215px 0px;
}
.engagement-model-image {
  display: grid;
  grid-template-columns: 1fr 2.2fr;
  gap: 20px;
  align-items: start;
  margin-bottom: 40px;
}
.model-image-wrapper {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}
.model-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.model-year-badge {
  position: absolute;
  bottom: 50px;
  left: 16px;
  font-size: 48px;
  font-weight: 700;
  color: #008dff;
  line-height: 1;
}
.model-image-wrapper:last-child .model-year-badge {
  left: auto;
  right: 11px;
  bottom: 50px;
}
.engagement-model-types{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}
.model-card{
  text-align: center;
  background: transparent;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  border: none;
}
.model-title{
  color: #333;
  text-align: center;
  font-family: Urbanist;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  padding: 20px 0px;
}
.model-description{
  color: #333;
  text-align: center;
  font-family: Urbanist;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
}
.our-value-subtitle{
  color: #333;
  text-align: center;
  font-family: Urbanist;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
}
.value-all-card{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 60px;
}
.value-card{
  padding: 32px;
  border-radius: 12px;
  text-align: left;
  display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.value-card:nth-child(1){
  background: #EDFFED;
}
.value-card:nth-child(2){
  background: #EAF6FF;
}
.value-card:nth-child(3){
  background: #FCEFFF;
}
.value-card:nth-child(4){
  background: #FFF7E2;
}
.value-title{
  color: #333;
  font-family: Urbanist;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 0px;

}
.value-discription{
  color: #333;
  font-family: Urbanist;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  padding-top: 16px;
}
.value-image{
      padding-top: 40px;
    height: 130px;
    width: auto;
}

.our-value-container{
	position: relative;
	z-index:2;
}

.white-angle{
  width: 100%;
  display: block;
  margin-top: -1px;
	position: absolute;
    z-index: 0;
    bottom: -182px;
	
}

/* ========== Teamwork Section ========== */
.teamwork-wrapper{
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 80px;
  align-items: start;
}
 .teamwork_description{
    margin-top: 24px;
  }

.teamwork-slider-container{
  overflow: visible;
}

.teamwork-all-card{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 40px 30px;
}

.teamwork-card{
  height: auto;
}

.teamwork-image-card{
  display: flex;
  flex-direction: column;
}

.experties{
  position: relative;
  background-color: #AFDBFF;
  border-radius: 12px;
  height: 490px;
  perspective: 1000px;
  cursor: pointer;
  overflow: hidden;
}

.experties > img,
.teamwork-card-content{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease;
  transform-style: preserve-3d;
}

.experties > img{
  border-radius: 12px;
  object-fit: cover;
  z-index: 2;
  transform: rotateY(0deg);
}

.teamwork-card-content{
  transform: rotateY(180deg);
  background: #EAF6FF;
  border-radius: 12px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.teamwork{
  padding-top: 320px;
  padding-bottom: 182px;
  background: linear-gradient(0deg, rgba(163, 215, 255, 0.51) 0%, rgba(163, 215, 255, 0.21) 100%);
  overflow-x: hidden;
}

.experties:hover > img{
  transform: rotateY(-180deg);
}

.experties:hover .teamwork-card-content{
  transform: rotateY(0deg);
}

.experties-linkedin{
  height: 12px;
  width: 12px;
  align-self: center;
}
.experties-identity{
  display: flex;
  gap: 4px;
  padding-top: 10px;

}
.experties-name{
  color: #000;
  font-size: 24px;
  font-weight: 700;
}
.experties-designation{
  color: #666;
  font-size: 14px;
  font-weight: 400;
  padding-top: 8px;
}
.teamwork-card-title{
  color: #000;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 16px 0;
}
.teamwork-card-description{
  color: #333;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

.our-value{
  position: relative;
}

/* ========== Responsive Styles ========== */
@media (max-width: 1599.98px){
	.hero-badge {
    bottom: 65px;
    right: 66px;
  }
	.year-badge {
    bottom: 150px;
    right: 70px;
    
}
}
@media (max-width: 1440.98px){
	.hero-badge {
    bottom: 15px;
    right: 66px;
  }
	.year-badge {
    bottom: 50px;
    right: 70px;
}
}

@media (max-width: 1399.98px){
	.year-badge {
    bottom: 90px;
    right: 45px;
}
}

/* Large to Medium devices (1200px and below) */
@media (max-width: 1200px) {
  .about-banner-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .about-banner-image {
    justify-content: center;
  }

  .banner-title {
    font-size: 36px;
  }
 .banner-title-2 {
    font-size: 36px !important;
  }

  .image-wrapper {
    height: auto;
  }

  .person-image {
    max-width: 100%;
    height: auto;
  }

  .year-badge {
    bottom: 70px;
    right: 100px;
  }

  .year {
    font-size: 85px !important;
  }

  .year-label {
    font-size: 14px;
  }

  /* New badge responsive */
  .hero-badge {
    bottom: 45px;
    right: 110px;
  }
	

  .hero-badge-circle {
    width: 150px;
    height: 150px;
  }

  .hero-badge-circle .badge-icon img {
    width: 32px;
    height: 32px;
  }

  .hero-badge-circle .badge-center-text {
    font-size: 24px;
  }

  .badge-circular-text text {
    font-size: 20px;
    letter-spacing: 10px;
  }

  /* Hide engagement model image section on medium devices */
  .engagement-model {
    clip-path: polygon(0 0, 100% 0, 100% 93%, 51.3% 100%, 0 93%);
  }

  .engagement-model-image {
    display: none;
  }

  .engagement-model-types {
    grid-template-columns: 1fr;
  }

  .model-content {
    padding: 40px 0px;
  }

  .value-card {
    padding: 24px;
  }

  .value-all-card {
    grid-template-columns: repeat(2, 1fr);
  }

  .value-title {
    font-size: 28px;
    font-weight: 300;
  }

  .value-image {
    padding-top: 40px;
  }

  /* Teamwork responsive */
  .teamwork {
    padding-top: 300px;
    padding-bottom: 120px;
  }

  .teamwork-wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

   .teamwork_description{
    margin-top: 24px;
  }

  .teamwork-slider-container {
    overflow: hidden;
  }

  .teamwork-all-card {
    display: flex;
    gap: 30px;
    animation: scroll-teamwork 30s linear infinite;
    width: max-content;
  }

  @keyframes scroll-teamwork {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(calc(-50%));
    }
  }

  .teamwork-slider-container:hover .teamwork-all-card {
    animation-play-state: paused;
  }

  .teamwork-card {
    flex-shrink: 0;
    width: 400px;
  }

  .teamwork-title {
    text-align: center;
    padding-bottom: 30px;
  }

  .teamwork-title .maintitle {
    display: inline;
  }
  
}

/* iPad Pro and similar tablets (1024px and below) */
@media (max-width: 1024px) {
  .year-badge {
    bottom: 75px;
    right: 117px;
  }

  .year {
    font-size: 60px !important;
  }
}

/* Tablet (768px and below) */
@media (max-width: 768px) {
	.white-angle{
		bottom : -100px;
	}
  .about-banner-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .about-banner-image {
    justify-content: center;
  }

  .banner-subtitle {
    font-size: 13px;
  }

  .banner-title {
    font-size: 32px;
  }
	.banner-title-2 {
    font-size: 36px !important;
  }

  .image-wrapper {
    height: auto;
  }

  .person-image {
    max-width: 100%;
    height: auto;
  }

  .year-badge {
     bottom: 36px;
    right: 50px;
  }

  .year {
    font-size: 70px !important;
  }

  .year-label {
    font-size: 13px;
  }

  /* New badge responsive - tablet */
  .hero-badge {
    bottom: 50px;
    right: 106px;
  }
	
  .hero-badge-circle {
    width: 110px;
    height: 110px;
  }

  .hero-badge-classic .badge-year {
    font-size: 32px;
  }

  .hero-badge-classic .badge-label {
    font-size: 10px;
  }

  .badge-circular-text text {
    font-size: 18px;
    letter-spacing: 5px;
  }

  .engagement-model {
    clip-path: polygon(0 0, 100% 0, 100% 95%, 51.3% 100%, 0 95%);
  }

  .engagement-model-types {
    grid-template-columns: 1fr;
  }

  .model-content {
    padding: 40px 0px;
  }

  .value-card {
    padding: 24px;
  }

  .value-all-card {
    grid-template-columns: 1fr;
  }

  .value-title {
    font-size: 28px;
    font-weight: 300;
  }

  .value-image {
    padding-top: 24px;
  }

  /* Teamwork responsive */
  .teamwork {
    padding-top: 200px;
    padding-bottom: 80px;
  }

  .teamwork-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

   .teamwork_description{
    margin-top: 24px;
  }

  .teamwork-slider-container {
    overflow: hidden;
  }

  .teamwork-all-card {
    display: flex;
    gap: 24px;
    animation: scroll-teamwork 30s linear infinite;
    width: max-content;
  }

  .teamwork-slider-container:hover .teamwork-all-card {
    animation-play-state: paused;
  }

  .teamwork-card {
    flex-shrink: 0;
    width: 320px;
  }

  .teamwork-title {
    text-align: center;
    padding-bottom: 24px;
  }

  .teamwork-title .maintitle {
    display: inline;
  }

 
}

@media (max-width: 767px){
	    .hero-badge {
        bottom: 26px;
        right: 65px;
    }
}

/* Mobile (480px and below) */
@media (max-width: 480px) {
  .banner-title {
    font-size: 26px;
  }
	 .banner-title-2 {
    font-size: 36px !important;
  }
	
  .banner-description {
    font-size: 14px;
  }

  .image-wrapper {
    height: auto;
  }

  .person-image {
    max-width: 100%;
    height: auto;
  }

  .year-badge {
    bottom: 40px;
    right: 70px;
  }

  .year {
    font-size: 32px !important;
  }

  .year-label {
    font-size: 11px;
  }

  /* New badge responsive - mobile */
  .hero-badge {
    bottom: 20px;
    right: 65px;
  }
	 .hero-badge-about {
    bottom: 8px;
    right: 35px;
  }
	

  .hero-badge-circle {
    width: 90px;
    height: 90px;
  }

  .hero-badge-circle .badge-icon img {
    width: 24px;
    height: 24px;
  }

  .hero-badge-circle .badge-center-text {
    font-size: 18px;
  }

  .hero-badge-classic .badge-year {
    font-size: 28px;
  }

  .hero-badge-classic .badge-label {
    font-size: 9px;
  }

  .badge-circular-text text {
    font-size: 20px;
    letter-spacing: 3px;
  }

  .engagement-model {
    clip-path: polygon(0 0, 100% 0, 100% 96%, 51.3% 100%, 0 96%);
  }

  .engagement-model-types {
    grid-template-columns: 1fr;
  }

  .model-content {
    padding: 40px 0px;
  }

  .value-card {
    padding: 24px;
  }

  .value-all-card {
    grid-template-columns: 1fr;
  }

  .value-title {
    font-size: 28px;
    font-weight: 300;
  }

  .value-image {
    padding-top: 24px;
	  width: 120px;
        height: 120px;
  }
	

  /* Teamwork responsive */
  .teamwork {
    padding-top: 150px;
    padding-bottom: 60px;
  }

  .teamwork-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

   .teamwork_description{
    margin-top: 24px;
  }

  .teamwork-slider-container {
    overflow: hidden;
  }

  .teamwork-all-card {
    display: flex;
    gap: 16px;
    animation: scroll-teamwork 30s linear infinite;
    width: max-content;
  }

  .teamwork-slider-container:hover .teamwork-all-card {
    animation-play-state: paused;
  }

  .teamwork-card {
    flex-shrink: 0;
    width: 280px;
  }

  .teamwork-title {
    text-align: center;
    padding-bottom: 20px;
  }

  .teamwork-title .maintitle {
    display: inline;
  }
		
 }
@media (max-width: 460px){
	    .hero-badge {
        bottom: 20px;
        right: 55px;
    }
	    .year-badge {
        right: 70px;
    }

}
@media (max-width: 440px) {
    .year-badge {
        bottom: 37px;
        right: 61px;
    }
}


@media (max-width: 400px) {
    .hero-badge {
        bottom: 10px;
        right: 50px;
    }
	 .year-badge {  
        bottom: 30px;
        right: 50px;
    }
}
@media (max-width: 350px) {
    .hero-badge {
        bottom: 2px;
        right: 33px;
    }
}
