.no-need{
  display: none;
}

.h1-grad{
  color:rgb(238, 89, 34) !important;
  text-transform: uppercase;
}


.about-main{
  padding-bottom: 5px;
  border-bottom: 1px solid rgb(222, 222, 222);
}

.about-title{
  padding-top: 10px;
}



.about-content{
  align-items: center;
  justify-content: center;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-weight: 200;
  text-decoration: none !important;
  z-index: 1;
  padding: 0 70px;
  padding-top: 70px;
}





.about-main
{
    
    height: 100%;
    overflow: hidden;
    position: relative; 
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(236,50,35,1) 35%, rgba(8,47,101,1) 100%);
}

.about-title{
    z-index: 99;
    color: white;
}

.h1-grad-main {
    font-size: 140px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    background: linear-gradient(278deg, hsla(0, 0%, 100%, .8) 2%, rgb(238, 89, 34) 30%, rgb(238, 89, 34) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    z-index: 10;
    position: relative;
    overflow: hidden;
    -webkit-animation: whitestrip 4s infinite;
}
@media screen and (min-width:1200px){
  .about-content{
    padding-bottom: 70px;
  }
  .about-content-p{
    padding: 20px;
  }
}

@media screen and (max-width:1200px) {
  .h1-grad-main {
    font-size: 110px;
  }
}
@media screen and (max-width:800px) {
  .h1-grad-main {
    font-size: 80px;
  }
}
@media screen and (max-width:500px) {
  .h1-grad-main {
    font-size: 40px;
  }
  .video-backround{
    height: 100%;
  }
  .video-backround video{
    width: auto !important; 
  }
}

@keyframes whitestrip {
    0% {
       background-position: 0;
    }
    100% {
        background-position: 500px;
    }
}

.video-backround{
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 80vh;
    filter: brightness(.5);
}

.video-backround video{
    width: 100%; 
}








/* Purpose card */
.card-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  background-color: #012f6a;
  padding: 80px 20px 40px; /* Add more padding at the top and below the heading */
  position: relative;
  margin-top: 20px;
}

.card-section::after {
  content: '';
  width: 100%;
  height: 40%; /* Increase the background height */
  background-color: #fff;
  position: absolute;
  top: calc(60% + 20px); /* Adjust position to account for heading space */
  left: 0;
  z-index: 0;
}

.card {
  background: linear-gradient(145deg, #ffffff, #e1dbd7);
  width: 30%;
  margin: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 1; /* Ensures the cards are above the background color change */
  min-height: 300px; /* Ensure cards have a minimum height */
  padding: 20px;
  box-sizing: border-box;
  border-bottom: 4px solid #012f6a;
}

.card-content {
  text-align: left;
  width: 100%;
  font-family: sans-serif;
  
}

.card-content h2{
  padding-top: 15px
}

.card-content p{
  font-size: 18px;
  font-weight: 400;
  padding-top: 10px;
}

.card i {
  font-size: 2rem;
  margin-bottom: 10px;
}

@media screen and (max-width:1100px) {
  .card-content p{
  font-size: 16px;
  
  }

}

@media screen and (max-width:800px) {
  .card-content p{
  font-size: 14px;
  
  }
}
@media screen and (max-width: 500px) {
  .card-section::after {
    height: 40%; /* Make background cover entire section on small screens */
  }
  .card {
    width: 100%;
    min-height: 200px;
  }
}
@media screen and (max-width: 800px) {
  .card-section::after {
    height: 40%; /* Make background cover entire section on small screens */
  }
}
h2.section-heading {
  width: 100%;
  text-align: center;
  margin: 0 0 50px; /* Add margin below the heading */
  position: relative;
  font-size: 2rem;
  color: rgb(238, 89, 34);
}

h2.section-heading::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  height: 5px;
  width: 8%;
  border-radius: 1px;
  background-color: #ffffff;
  transition: width 0.4s ease;
}


/* purpose card end */


.about-img{
  padding-left: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
}


.about-mv{
  margin-bottom: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgb(222, 222, 222);

}
/* About values */


.Values{
  padding-bottom: 120px;
}
.Values h1{
  color: rgb(238, 89, 34) !important;
  padding-top: 40px;
  text-align: center;
  position: relative;
}

h1.value-heading::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -8px;
  height: 3px;
  width: 12%;
  border-radius: 1px;
  background-color: #012f6a;
  transition: width 0.4s ease;
  z-index: 2;
}


/* new value css */
.about-values {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; /* Space between cards */
  justify-content: center;
  padding: 20px;
}

.value-box {
  flex: 1 1 calc(50% - 20px); /* Adjust to your needs */
  max-width: calc(50% - 20px);
  background: #fdfdfd;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 10px;
  /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
  box-shadow: 0 0 15px rgba(238, 89, 34, 0.2);  /* Glow effect on hover */
  border-color: rgba(238, 89, 34, 0.5);  /* Border color change on hover */
}

.value-icon-box{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  
}

.value-icon-box i{
  font-size: 62px;
  color: #012f6a;
}

.value-icon-box img {
  max-width: 100px;
  margin-bottom: 20px;
  align-items: center;
}

.value-icon-content h2 {
  color: rgb(238, 89, 34);
  font-size: 28px;
  margin-bottom: 5px;
  align-items: center;
  text-align: center;
}

.value-icon-content p {
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
}

/* Responsive adjustments */
@media (max-width: 720px) {
  .value-box {
      flex: 1 1 100%;
      max-width: 100%;
  }
}


/* .value-box:hover .value-icon {
  filter: drop-shadow(0 0 10px rgba(255, 165, 0, 0.7)) saturate(200%);
} */




/* our team */

.team-section{
  border-top: 1px solid #dbd3d3;
 }

.team-section h1{
  color: rgb(238, 89, 34) !important;      
  padding: 15px 0;
  position: relative;
}


.team-section h1::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 4px;
  height: 4px;
  width: 12%;
  border-radius: 1px;
  background-color: #012f6a;
  transition: width 0.4s ease;
  z-index: 2;
}
.our-team {
  padding: 30px 0 40px;
  margin-bottom: 30px;
  background-color: #fffdf8;
  text-align: center;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 15px rgba(1, 47, 106, 0.5);  /* Glow effect on hover */
  border-color: rgba(1, 47, 106, 0.5);  /* Border color change on hover */
}

.our-team .picture {
  display: inline-block;
  height: 130px;
  width: 130px;
  margin-bottom: 50px;
  z-index: 1;
  position: relative;
}

.our-team .picture::before {
  content: "";
  width: 100%;
  height: 0;
  border-radius: 50%;
  background-color: #012f6a;
  position: absolute;
  bottom: 135%;
  right: 0;
  left: 0;
  opacity: 0.9;
  transform: scale(3);
  transition: all 0.3s linear 0s;
}

.our-team .picture::before {
  height: 100%;
}

.our-team .picture::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  /* background-color: #012f6a; */
  background-color: rgb(238, 89, 34);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.our-team .picture div {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transform: scale(1);
  transition: all 0.9s ease 0s;
}
/* Removed hover from Our-team */
.our-team .picture div {
  box-shadow: 0 0 0 14px #f7f5ec;
  background: #f7f5ec;
  transform: scale(0.7);
}

.img-icon{
  font-size: 100px;
  color: #012f6a;
}
.our-team .title {
  display: block;
  font-size: 15px;
  color: #4e5052;
  text-transform: capitalize;
}


.our-team .team-content h3{
  font-style: italic;
}
.img-fluid
{
  display: flex;
  align-items: center;
  justify-content: center;
}

.text-b{
  color: #012f6a;
}

.our-team .social {
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #012f6a;
  position: absolute;
  bottom: -100px;
  left: 0;
  transition: all 0.5s ease 0s;
}

.our-team .social {
  bottom: 0;
}

.our-team .social li {
  display: inline-block;
}

.our-team .social li a {
  display: block;
  padding: 10px;
  font-size: 17px;
  color: white;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}

.our-team .social li a:hover {
  color: #1369ce;
  background-color: #f7f5ec;
}


.name{
  letter-spacing: 2px;
}

.name-1{
  letter-spacing: 1.6px;
}

/* Our Culture */
/* Our Culture */
/* Our Culture */
/* Our Culture */
/* Our Culture */


.our-culture h1{
  color: rgb(238, 89, 34);
}

.our-culture .h6-f1{
color: #012f6a;
font-size: 30px;
padding-left: 30px;
padding-top: 10px;
text-align: center;
}

.our-culture .h6-f2{
color: #012f6a;
font-size: 30px;
padding-right: 30px;
padding-top: 10px;
text-align: right;
}


.culture-icons{
flex-direction: column;
}

/* Honey comb */
/* Honey comb */
/* Honey comb */
/* Honey comb */

.main-value{
  position: relative;
}
.dummybox{
  position: absolute;
  width: 100%;
  height: 53%;
  border: 5px solid rgb(241, 71, 9) ;
  opacity: 0.5;
  border-radius: 20px;
  top: 22%;
  z-index: -1;
}


.honeycomb-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  width: 100%;
  position: relative;
}

.honeycomb-cell-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.honeycomb-cell {
  width: 140px;
  height: 121.24px; /* height = width / sqrt(3) * 2 */
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  background-color: #012f6a;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s;
  position: relative;
}
.honeycomb-cell:nth-child(odd) {
  margin-top: 43.3px; /* margin-top = height / 2 */
}
.honeycomb-cell:hover {
  /* transform: scale(1.1); */
}
.honeycomb-cell i {
  font-size: 48px;
  color: #fff;
}
.honeycomb-text {
  margin-top: 5px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #333;
}
@media (max-width: 1024px) {
  /* .honeycomb-container {
      grid-template-columns: repeat(2, 1fr);
      gap: 10px 20px;
  } */
  .dummybox{
    top: 20%;
    height: 48%;
  }
  .honeycomb-cell {
      width: 80px;
      height: 69.3px;
  }
  .honeycomb-cell:nth-child(odd) {
      margin-top: 34.65px;
  }
  .honeycomb-cell i {
      font-size: 28px;
  }
}
@media (max-width: 600px) {
  .honeycomb-container {
      grid-template-columns: repeat(2, 1fr);
      gap: 10px;
  }

  .dummybox{
    display: none;
  }
  .honeycomb-cell {
      width: 80px;
      height: 67.96px;
  }
  .honeycomb-cell:nth-child(odd) {
      margin-top: 25.98px;
  }
  .honeycomb-cell i {
      font-size: 32px;
  }
  .honeycomb-text {
      font-size: 16px;
  }
}
.connector {
  position: absolute;
  width: 2px;
  background-color: #000;
  z-index: -1;
}
.connector.horizontal {
  height: 100%;
}
.connector.vertical {
  height: 2px;
}

.round-icon img {
width: 80%; /* Adjust as necessary to fit the image within the round background */
height: auto; /* Maintains the aspect ratio of the image */
}

/* 
.i-red{
background-color: red;
}
.i-blue{
background-color: blue;
}
.i-green{
background-color: green;
}
.i-brown{
background-color: brown;
} */











@media (max-width:990px){
  .about-content p{
      font-size:12px
  }
  .about-purpose p{
      font-size: 12px;
  }


}

@media (min-width:1400px){
  .about-content p{
      font-size:20px
  }
}