/* FONT FACE DEFINITIONS */
/* Aeonik Regular */
@font-face {
  font-family: 'Aeonik';
  src: url('https://prasarnet.com/wp-content/themes/prasarnetstaging/fonts/Aeonik/Aeonik-Regular.woff2') format('woff2'),
       url('https://prasarnet.com/wp-content/themes/prasarnetstaging/fonts/Aeonik/Aeonik-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

/* Aeonik Medium */
@font-face {
  font-family: 'Aeonik';
  src: url('https://prasarnet.com/wp-content/themes/prasarnetstaging/fonts/Aeonik/Aeonik-Medium.woff2') format('woff2'),
       url('https://prasarnet.com/wp-content/themes/prasarnetstaging/fonts/Aeonik/Aeonik-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

/* Aeonik Bold */
@font-face {
  font-family: 'Aeonik';
  src: url('https://prasarnet.com/wp-content/themes/prasarnetstaging/fonts/Aeonik/Aeonik-Bold.woff2') format('woff2'),
       url('https://prasarnet.com/wp-content/themes/prasarnetstaging/fonts/Aeonik/Aeonik-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

/* CSS VARIABLES USING AEONIK */
:root {
  --bold_font: 'Aeonik', sans-serif;
  --light_font: 'Aeonik', sans-serif;
  --light_regular: 'Aeonik', sans-serif;
}

* {
  margin: 0;
  box-sizing: border-box;
}
body {
  background-color: #F3FAFD !important;
  font-family: 'Aeonik', sans-serif;
}
.swiper {
    pointer-events: revert !important;
}
.about-us-hero-container {
  
  margin: auto;
  position: relative;
  padding-block: 70px;
/*   padding-inline: 16px; */
}
.about-us-video a{
	display:inline !important;
}
.three-people {
  max-width: 915px;
  margin: auto;
}
.three-people img {
  display: block;
  max-width: 100%;
}
.bg {
  position: absolute;

  background-image: url("https://prasarnet.com/wp-content/uploads/2024/12/bg-net.png");
  background-size: cover;
  background-position: left;
  max-height: 75vh;
  border-bottom-left-radius:32px;
  border-bottom-right-radius:32px;
  background-color: #eef4fe;
  inset: 0;
}
.about-us-hero {
  /* background-image: url("./Mask\ group.png");

  background-position: left;
  max-height: 70vh;
  border-radius: 32px;
  background-color: #eef4fe; */
  position: relative;
	  background-size: cover;
/* 	background-image:url("https://prasarnet.com/wp-content/uploads/2024/12/background-with-image1.png"); */
/* 	background-position:center;
	background-position: center;
  height: 104vh;
  background-repeat: no-repeat; */
  padding-top:80px;
}

.about-us-hero h1 {
  font-family: var(--bold_font);
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 53px;
  line-height: 106%;
  max-width: 1000px;
  margin: auto;
  text-align: center;
	margin-bottom:50px;
	 
  color:#454545;
}
.digital {
  color: #80c31c;
}
.since {
  color: #454545;
  font-weight: 900;
}
.image-container img {
  max-width: 100%;
  display: block;
}
.clients {
  position: absolute;
  top: 25%;
  box-shadow: 0 4px 56px rgba(0, 0, 0, 0.15);
  border-radius: 7px;
  display: flex;
  background-color: #ffffff;
  padding: 16px;
  gap: 16px;
}
.team-top-right .info {
  padding: 0 20px;
  display: flex;
  flex-direction: column;
}
.clients img {
  object-fit: contain !important;
}
.about-us-video {
  font-family: var(--light_font);
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 131%;
  letter-spacing: 1%;
  max-width: 310px;
  position: absolute;
  right: 0;
  top: 25%;
}
.play-video {
  display: flex;
  align-items: center;
  margin-left: -6px;
  margin-top:15px;
	color:#454545;
	font-weight:600;
}
.two-thousand {
  font-family: var(--bold_font);
  color: #454545;
  font-size: 30px;
  font-weight: 600;
  line-height: 114%;
	margin-bottom:0 !important;
}
.happy-clients {
  color: rgba(69, 69, 69, 0.6);
  font-family: var(--light_font);
  font-size: 14px;
  font-weight: 500;
	margin-bottom:0 !important;
}
/* Our Story */
.our-story {
  padding-inline: 16px;
  padding-block: 40px;
}
.our-story-container {
  max-width: 1200px;
  margin: auto;
}
.vision-heading {
  font-size: 60px;
  font-family: var(--light_font);
  line-height: 120%;
  font-weight: 700;
  max-width: 720px;
  margin: auto;
  text-align: center;
  color: #454545;
}
.vision-heading span{
	font-family:var(--bold_font);
}
.vision {
  color: #80c31c;
}
.mission {
  background-color: transparent; 
	line-height: 1;
	padding-inline: 8px;
}
.story-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
  margin-top: 60px;
}
.story-image {
  flex-basis: 300px;
  flex-grow: 1;
  max-width: 480px;
}
.story-image img {
  display: block;
  width: 100%;
  border-radius: 13px;
}
.story-text {
  max-width: 670px;
  margin-top: 32px;
}
.meet-prasar-net {
  font-family: var(--light_font);
  font-size: 18px;
  line-height: 150%;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	color:rgba(0,0,0,0.7);
}
.meet-prasarnet-span{
	font-weight:bold;
}
.story-accordion {
  margin-top: 16px;
 
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.story-accordion-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
	margin-bottom:8px;
}
.story-accordion-heading {
  font-size: 23px;
  font-family: var(--bold_font);
	margin-bottom:0 !important;
}
.story-accordion-text {
  font-family: var(--light_font);
  font-size: 18px;
  line-height: 150%;
  height: 0;
	interpolate-size:allow-keywords;
	transition:.5s ease-in;
  overflow: hidden;
	color:rgba(0,0,0,0.7);
}
.story-accordion-text-visible {
    height: 90px;
    interpolate-size:allow-keywords;
	transition:.5s ease-in;
	font-family:var(--light_font);
}
.story-stats {
  display: flex;
  background-color: #edffd1;
  gap: 54px;
  padding-inline: 40px;
  align-items: flex-end;
  grid-area: storystats;
}
.stats {
  font-size: 60px;
  font-weight: 600;
   
  font-family: var(--light_font);
/*   border-right: 1px solid rgba(0, 0, 0, 0.15); */
}

.stats p {
  font-size: 24px;
  font-weight: 500;
  line-height: 114%;
  letter-spacing: -4%;
}
.grid-story {
  display: grid;
	padding:0 !important;
  grid-template-columns: 1fr 2fr 7fr;
  grid-template-rows: 3fr 1fr 1fr;
  grid-template-areas:
    "guyshows guyshows ."
    "guyshows guyshows storystats"
    ". . storystats";
}
.guys-shows {
  grid-area: guyshows;
  position: relative;
}
.story-stats {
  display: grid;
  background-color: #edffd1;
  gap: 0px;
  grid-column: 2/6;
  grid-row: 3/6;
  grid-template-columns: subgrid;
  grid-template-rows: subgrid;
  text-align: center;
  border-bottom-left-radius: 30px;
	margin-bottom:0px !important;
	.stat-item{
    grid-row: 2;
	  margin-top: 16px;
	  margin-bottom:16px !important;
  }
  dt {
    grid-row: 3;
    font-weight: 500;
    font-size: 25px;
    letter-spacing: -4%;
    line-height: 114%;
  }
}
.stats {
  font-size: 60px;
  font-weight: 600;
}
.stats p {
  font-size: 24px;
  font-weight: 500;
  line-height: 114%;
  letter-spacing: -4%;
}
.grid-story {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(5, auto);
  font-family: "Urbanist", sans-serif;
}
.guys-shows {
  grid-column: 1/5;
  grid-row: 1/4;
position:relative;
  img {
    width: 100%;
  }
}
.excellence {
  padding-block: 50px;
  padding-inline: 16px;
}
.excellence-header {
  max-width: 1000px;
  color: #80c31c;
  margin: auto;
	margin-bottom:50px;
  text-align: center;
  font-size: 60px;
  font-weight: bold;
  font-family: var(--light_font);
}
.excellence-header span{
	font-family:var(--bold_font);
}
.excellence .card-header{
	font-family: var(--bold_font);
}
.innovation {
  color: #454545;
}
.thirteen-years {
  background-color: transparent;
	line-height:1em;
	padding-left:6px;
	padding-right:6px;
}
@media (max-width: 1023px) {
	
  .clients,
  .about-us-video {
    display: none;
  }
	.story-stats,.grid-story{
		display:block !important;
	}
	.story-stats .stats{
		border:none;
	}
	.stat-item{
		border:none !important;
	}
		.story-stats{
		display:flex !important;
			flex-wrap:wrap !important;
		justify-content:space-around;
	}
}
@media (max-width: 480px) {
	.about-us-hero-container{
		padding-block:30px !important;
	}
		.story-stats dt{
		font-size:14px !important;
	}
	.story-accordion-text,.meet-prasar-net{
		font-size:16px !important;
	}
	.card-header{
		font-size:32px !important;
	}
	.stat-item{
		font-size:16px !important;
		width: 50%;
	}
	.brand{
		height:180px !important;
		max-width:45%;
	}
	.brands-container{
		gap:16px !important;
	}
	.brands-that-work{
		padding-block: 50px !important;
	}
}
@media (max-width: 767px) {
	.story-stats{
		display:flex !important;
		justify-content:space-around;
	}

	.our-story,.excellence{
		padding-block:20px !important;
	}
	.story-content{
		gap:25px !important;
	}
	.about-us-hero{
		padding-block:40px !important;
	}
	.brands-that-work{
		margin-top:60px !important;
	}
	.success{
		padding-top:0px !important;
	}
	.story-text{
		margin-top:0px;
	}
 
	.guy-shows-img{
		border-radius: 0 !important;
	}
	.stat-item{
		border:0 !important;
		width: 50%;
	}
	.story-accordion-text-visible {
  height: auto;
		interpolate-size:allow-keywords;
	transition:.5s ease-in;
}
	.stats{
		padding-right:0;
	}
	.green-box{
		display:none !important;
	}
  .brands-that-work {
    justify-content: center !important;
  }
	.excellence-header,.success h1,.serv-heading,.team-top-left h5,.vision-heading,.story-stats dd{
		font-size:30px !important;
	}
	.card-header-number{
		display:none !important;
	}
	.cardd p{
	font-size:16px !important;	
}
  .about-us-hero h1 {
    font-size: 40px;
  }
  .grid-story {
    display: block;
  }
  .story-stats {
    flex-wrap: wrap;
  }
}
.spacer,
.wrapper {
  width: 100%;
  min-height: 100vh;
}

.wrapper {
  background: lightgray;
}

.card-wrapper {
  width: 100%;
  margin-bottom: 50px;
}
.card-wrapper:last-child {
  margin-bottom: 0;
}

.cards {
  width: 100%;
  margin: 0 auto;
}

.cardd {
  width: 100%;
  height: auto;
  margin: auto;
display:block !important;
  font-size: 30px;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 3.56px 7.12px 0 #0000001a;
  z-index: -1;
}
.pin-spacer:nth-child(odd) .cardd {
  background-color: #fff !important;
}
.pin-spacer:nth-child(even) .cardd {
  background-color: #fff !important;
}
.step-wrapper {
  background: #fff;
  padding: 40px 0 540px;
}
.step-wrapper .cardd h4 {
  font-family: var(--bold_font);
  font-weight: 700;
  font-size: 48.92px;
  color: #80b3e5;
  text-transform: capitalize;
}
.step-wrapper .cardd h5 {
  font-family: var(--bold_font);
  font-weight: 700;
  font-size: 43px;
  color: #454545;
  text-transform: capitalize;
  margin: 18px 0 45px !important;
}
.step-container {
  width: 100%;

  background: #fff;
  border-radius: 12px;
  box-shadow: 0 0 19.57px 1.78px #0b5dff33;
  padding: 40px 30px;
}
.step-container ul {
  position: relative;
}

.step-container ul li {
  display: flex;
  justify-content: flex-start;
  gap: 0 20px;
  margin-bottom: 25px;
  position: relative;
}
.step-container ul::before {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  width: 2px;
  height: 100%;
  background: #ebf0fe;
}
.step-container ul li .step-list-num {
  min-width: 41px;
  height: 41px;
  background: #ebf0fe;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}
.step-container ul li .step-list-num span {
  font-family: var(--bold_font);
  font-weight: 700;
  font-size: 22.24px;
  color: #5f5f5f;
}
.step-container ul li .step-list-info h6 {
  font-family: var(--bold_font);
  font-weight: 700;
  font-size: 22.24px;
  color: #0066cb;
  text-transform: capitalize;
}
.step-container ul li .step-list-info p {
  font-family: var(--bold_font);
  font-weight: 400;
  font-size: 16px;
  color: #626262;
}
.flex {
  display: flex;
}
.cardBgone {
  background-image: url("https://prasarnet.com/wp-content/themes/prasarnetstaging/img2/blue\ dotted\ background.png");
  background-position: center;
  background-size: cover;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-left: 4px solid #0066cb;
	display:block !important;
}
.cardBgtwo {
  border-left: 4px solid #5c9200;
  background-image: url("https://prasarnet.com/wp-content/themes/prasarnetstaging/img2/green\ dotted\ background.png");
  background-position: center;
  background-size: cover;
	display:block !important;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.cardBgthree {
  border-left: 4px solid #0066cb;
  background-image: url("https://prasarnet.com/wp-content/themes/prasarnetstaging/img2/blue\ dotted\ background.png");
  background-position: center;
  background-size: cover;
	display:block !important;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.cardBgfour {
  border-left: 4px solid #5c9200;
  background-image: url("https://prasarnet.com/wp-content/themes/prasarnetstaging/img2/green\ dotted\ background.png");
  background-position: center;
  background-size: cover;
	display:block;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.team {
  background-color: black;
  color: white;
}
.card-header {
  font-size: 45px;
	font-weight:400 !important;
}
.card-header-number {
  font-size: 55px;
	font-weight:400 !important;
	
}
.cardd p {
  font-size: 30px;
  font-family: var(--light_font);
}
.brands-that-work {
  display: flex;
  justify-content: space-evenly;
	border-radius:10px;
  /* gap: 16px; */
	margin-top:100px !important;
  align-items: center;
  flex-wrap: wrap;
  background-color: #252422;
   
  margin: auto;
  padding-inline: 25px;
  padding-block: 12px;
}
.brands-that-work button {
  border: none;
  padding-inline: 24px;
  padding-block: 12px;
  border-radius: 100px;
  color: #0066cb;
  font-family: var(--bold_font);
  font-weight: bold;
  position:relative;
  z-index:1;
  overflow:hidden;
}
.brands-that-work button:hover{
	color:#fff;
}
.brands-that-work button::after{
	content:'';
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:0%;
	background:#0066cb;
	z-index:-1;
	transition:0.3s;
}
.brands-that-work button:hover:after {
   height:100%;
   transition:0.3s;
}
.brands-that-work h3 {
  color: white;
  text-align: center;
}
.brands-that-work .prasarnet {
  font-weight: 800;
  font-family: var(--bold_font);
  font-size: 44px;
  color: #019ce2;
}
.brands-that-work .grow-two {
  color: #80C31C;
  font-weight: 800;
  font-family: var(--bold_font);
  font-size: 44px;
}
.success {
  padding-block: 80px;
  padding-inline: 16px;
}
.success-container {
  max-width: 1200px;
  margin: auto;
}
.success h2 {
  font-family: var(--light_font);
  font-weight: bold;
  font-size: 60px;
  line-height: 120%;
  text-align: center;
  margin-bottom: 50px;
}
.success h2 span{
	font-family:var(--bold_font);
}
.brands-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.brand {
  flex-basis: 150px;
  height: 225px;
  background-color: white;
  display: grid;
  place-items: center;
  padding-inline: 24px;
  border-radius: 15px;
	flex-grow:1;
}
.brand:hover {
  box-shadow: 0 20px 54px rgba(41, 107, 206, 0.29);
  transition: 0.2s ease-in;
}
.brand img {
  max-width: 100%;
  display: block;
}
.team-top-left h5 {
  font-family: var(--light_font);
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 1.3;
  text-align: left;
  color: #f3fafd;
}
.team-top-left h5 span{
	font-family:var(--bold_font);
}
.team-top-right {
  display: flex;
  overflow: hidden;
  align-items: center;
  background: #fff;
}
.team-top-right .info h4 {
  font-family:var(--bold_font);
  font-style: normal;
  font-weight: 700;
  font-size: 31px;
  text-align: left;
  color: #454545;
  text-transform: capitalize;
  margin-bottom: 0;
}
.team-top-right .info p {
  font-family: var(--bold_font);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.37;
  text-align: left;
  color: #626262;
}
.team-top-right .img {
  width: 100%;
  height: 100%;
}
.team img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) !important;
  transition: all 0.3s ease-in-out;
}
.team img:hover {
  filter: grayscale(0) !important;
  transition: 0.2s ease-in;
}
.block{
	display:block;
}
.shadow-none{
	box-shadow:none;
}
.brands-that-work h1{
	font-weight:400;
}

.blog-info-text{
	font-family: var(--bold_font);
	font-size:20px;
	font-weight:bold;
	line-height:156%;
}
.green-box{
 
	position:absolute;
	background-color:#80C31C;
	bottom:0;
	right:0;
	border-bottom-right-radius:30px;
	border-top-left-radius:30px;
	padding-inline:28px;
	padding-block:50px;
}
.green-box p{
	margin-top:16px;
	max-width:225px;
	font-weight:600;
	line-height:120%;
	letter-spacing:-4%;
	font-size:25px;
	font-family: var(--light_font);
}
.green-box-image-container img{
	max-width:100%;
}
.guy-shows-img{
	border-top-right-radius:30px;
	border-bottom-right-radius:30px
}
.story-stats dt{
	margin-bottom:16px;
 
}
.team-cta-btn{
	max-width:56px;
	vertical-align:middle;
}
.partnerships{
	color:#5C9200;
}
.digital-success{
	background-color:transparent;
		line-height:1em;
	padding-left:6px;
	padding-right:6px;
}
.text-stroke-color-white{
	-webkit-text-stroke-color:#fff !important;
}
.play-btn2{
	max-width:87px;
	aspect-ratio:1;
	position:absolute;
	inset: 50% 50%; /* 50% from top and 50% from left */
  transform: translate(-50%, -50%); 
}
/* Basic Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Play Button Styles */
 

.play-video img {
  width: 50px; /* Adjust the size of your play icon */
  margin-right: 10px;
}

.play-video span {
  font-size: 18px;
}

/* Popup Background */
.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7); /* Semi-transparent background */
  display: none; /* Hidden by default */
  align-items: center;
  justify-content: center;
}

/* Popup Content */
.popup-content {
  position: relative;
  background: white;
  padding: 20px;
  border-radius: 8px;
  width: 80%;
  max-width: 800px;
  max-height: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* Close Button */
.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 30px;
  background: transparent;
  border: none;
  color: #333;
  cursor: pointer;
}

/* Center the YouTube Video */
.video-container {
  width: 100%;
  position: relative;
  padding-top: 56.25%; /* 16:9 aspect ratio */
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  border-right: 1px solid #ccc; /* 1px border-right for each stat item */
}

.stat-item:last-child {
  border-right: 0; /* Remove border-right for the last item */
}
.about-us-hero-small-screen{
	background-image:none !important;
	height:auto !important;
}
.menu-block{
	display:block !important;
}
.story-stats .stats{
   font-family: var(--bold_font);
}
/*end*/
.our-story .main_wraper{
	background: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    margin: 0px 0px 25px 0px;
    overflow: hidden;
    border-radius: 17px;
    height: 300px;
    position: relative;
}
.our-story .main_wraper::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #000000b5, #0066cb73);
    transition: 0.5s;
}
.our-story .main_wraper .image_box{
	overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.our-story .main_wraper .image_box img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.our-story .main_wraper .text_box{
	padding: 20px;
    position: absolute;
    bottom: -11px;
    z-index: 9;
}
.our-story .main_wraper .text_box h3{
	font-family:var(--bold_font);
	font-size:25px;
	color:#fff;
	text-shadow: 0 0 black;
}
.our-story .main_wraper .text_box p{
	font-family:var(--light_font);
	color:#fff;
	text-shadow: 0 0 black;
}
.row.about_details_mshow{
	display:none;
}
/*end*/
.our-story .accrodian_box .accordion-button:not(.collapsed){
	background:transparent;
	box-shadow:revert;
}
.our-story .accrodian_box .accordion .accordion-item{
	background: transparent;
    box-shadow: revert;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0px;
}
.our-story .accrodian_box .accordion .accordion-button{
	 background: transparent;
    font-size: 23px;
    font-family: var(--bold_font);
    margin-bottom: 0 !important;
    color: #212529;
    padding: 20px 0px;
}
.our-story .accrodian_box .accordion p{
	font-family:var(--light_font);
}
.our-story .accrodian_box .accordion .accordion-body{
	padding:10px 0px;
}
.our-story .accrodian_box .accordion-button::after{
	width:45px;
	height:45px;
	background:url('https://prasarnet.com/wp-content/uploads/2025/01/accordion-down.png');
	background-size:cover;
}

.our-story .accrodian_box .accordion-button:focus{
	background:transparent;
	box-shadow:revert;
}
section.excellence.about_gpwraper {
    padding-bottom: 0px;
}
section.excellence.about_gpwraper .brands-that-work{
	margin-top:135px !important;
}

