:root {
    --lm-bg: #f6f8ff;
    --lm-bg-content: #fefefe;
    --lm-text: #4b6a9b;
    --lm-text-alt: #2b3442;
    --lm-shadow: 0px 16px 30px -10px rgba(70, 96, 187, 0.2);
    --lm-shadow-inactive: 0px 16px 30px -10px rgba(0, 0, 0, 0.2);
    --lm-icon-bg: brightness(100%);
    --btn: #0079ff;
    --btn-hover: #60abff;
}

body{
    margin: 0;
    padding:0;
    box-sizing: border-box;
    background-color: white
}


                                                                                /* for navbar */
.flexing{
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: space-evenly;
    align-content: space-between;
    background-color: #ffffff
}
.navbar{
    width: 100%;
    height:50px;
    background-color: #ffffff;
    /* box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2); */
    position: relative;
    z-index: 2;
}

.logo{
    background-color: #ffffff;
}
.menu{
    background-color: #ffffff;
}
.searchbar{
    background-color: #ffffff;
    margin-top: -5px;
    margin-right: -20px;
}

#logo_image{
    height:50px;
    width:50px;
    margin-top:5px;
    margin-left:-100px;
    border-radius: 2px;
}

#names{
    display:flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-content:center;
    list-style: none;
    margin-top: 15px;
    background-color:  #ffffff;
    gap: 50px;
}

.search-input {
    padding: 10px;
    border: none;
    border-radius: 5px 0 0 5px;
    outline: none;
    width: 300px;
}

.search-button {
    padding: 10px 15px;
    background-color: #0056b3;
    color: white;
    border: none;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
}

.search-button:hover {
    background-color: #004494;
}

.search-form{
    margin-top: 15px;
    background-color:  #feffff;
    display: flex;

}

#names a {
    text-decoration: none; 
    color: black; 
    background-color: #ffffff; 
    font-size: x-large; 
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; 
    font-weight: 200;
    padding: 10px; 
    transition: background-color 0.3s, color 0.3s; 
}

#names a:hover {
    background-color: #caebf9;
    color: rgb(0, 0, 0); 
    border-radius: 5px;
}



                                                                    /* for Image and About*/
.part1{
    display: flex;
    flex-direction: row;
    background-color: white;
    height: 600px;
    width: 100%;
    gap: 20px;
    position: relative;
    z-index: 1;
    /* background: linear-gradient(to bottom,   #e0f180, #96d0f2, #e0f180); */
    background: linear-gradient(to bottom, 
        white 0%, 
        #e0f180 20%, 
        #96d0f2 50%, 
        #e0f180 80%, 
        white 100%);
}
    


.tagline{
    width: 60%;
    height: 600px;
    margin-left: 40px;
}

.home_image{
    width: 30%;
    height: 600px;
}

#home_image{
    margin-top: 55px;
    margin-right: -70px;
    height:500px;
    width:100%;
    border-radius: 50%;
    box-shadow: 10px 10px 30px rgb(65, 143, 192);
}

#line1{
    margin-top: 25px;
    font-size: 80px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 300;
}

#line2{
margin-top: -55px;
font-size: 25px;
margin-left: 5px;
font-family: cursive;
}




.cta-button {
    display: inline-flex;
    align-items: center;
    padding: 12px 24px;
    background-color: #0056b3;
    color: white;
    font-size: 16px;
    font-weight: bold;
    border: none;
    border-radius: 6px;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
  }

  .cta-button:hover {
    background-color: #043db0;
    transform: translateY(-2px);
  }

  .cta-button .arrow {
    margin-left: 10px;
    font-size: 18px;
    transition: transform 0.2s ease;
  }

  .cta-button:hover .arrow {
    transform: translateX(5px);
  }






                                                                        /* Industries dealing with */
/* .f{
    display: flex;
    gap: 220px;

}
.scroll-container {
    height:400px;
    width: 700px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
  }

  .scroll-container2 {
    height:400px;
    width: 600px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
  }

  .jj{
    margin-top: -300px;
    margin-bottom: 0px ;
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
    border-radius: 10px;
  }
  .jj1{
    margin-top: -300px;
    margin-bottom: 0px ;
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
    color: black;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: 100;
  }

  .tag {
    height: 100vh;
    opacity: 0;
    transform: translateY(10vh);
    transition: all 1s ease;
    color: white;
    font-size: 4rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
  }

  .tag.visible {
    opacity: 1;
    transform: translateY(0);
    z-index: 10;
  }

  .w {
    background-color: rgb(252, 252, 252);
  } */













@import url('https://fonts.googleapis.com/css?family=Heebo:400,700|Open+Sans:400,700');

.section-title {
  text-align: center;
  font-size: 50px;
  font-weight: 900;
}

:root {
  --color: #3c3163;
  --transition-time: 0.5s;
}


/* .card-grid-space a {
  color: inherit;
} */

.cards-wrapper {
  display: grid;
  justify-content: center;
  align-items: center;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 4rem;
  padding: 4rem;
  margin: 0 auto;
  width: max-content;

}

.card {
  font-family: 'Heebo';
  --bg-filter-opacity: 0.5;
  background-image: linear-gradient(rgba(0,0,0,var(--bg-filter-opacity)),rgba(0,0,0,var(--bg-filter-opacity))), var(--bg-img);
  height: 15em;
  width: 9.5em;
  font-size: 1.5em;
  color: white;
  border-radius: 1em;
  padding: 1em;
  /*margin: 2em;*/
  display: flex;
  align-items: flex-end;
  background-size: cover;
  background-position: center;
  box-shadow: 0 0 3em -1em rgb(61, 57, 57);
  transition: all, var(--transition-time);
  position: relative;
  overflow: hidden;
  border: 10px solid #ccc;
  text-decoration: none;
  filter: brightness(1.1);
  /* background-blend-mode: screen; */
}

.card-grid-space .num {
    /* font-size: 1.5em;
    margin-bottom: 0px;
    margin-left: 1rem;
    height: 5em;
    width: 9.5em;
    align-items: center; */

    width: 9.5em;
  text-align: center;
  font-size: 1.7em;
  font-weight: bold;
  color: #272626;
  /* margin-top: 1em; */
  height: 2.5em; /* approx 2 lines */
  display: flex;
  justify-content: center;
  /* align-items: center; */
  line-height: 1.3em;
  margin-bottom: 1em;
} 

.card:hover {
  transform: rotate(0);
  height: 17em;
}

.card h1 {
  margin-top: 0;
  font-size: 1.5em;
  line-height: 1.2em;
}

.card p {
  font-size: 0.75em;
  font-family: 'Open Sans';
  margin-top: 0.5em;
  line-height: 2em;
}


.card:before, .card:after {
  content: '';
  transform: scale(0);
  transform-origin: top left;
  border-radius: 50%;
  position: absolute;
  left: -50%;
  top: -50%;
  z-index: -5;
  transition: all, var(--transition-time);
  transition-timing-function: ease-in-out;
}

.card:before {
    background-color: rgba(0, 0, 0, 0.3); /* subtle dark overlay */
    backdrop-filter: blur(1px);
    transition: backdrop-filter 0.9s ease;
  width: 250%;
  height: 250%;
}

.card:after {
    background-color: rgba(0, 0, 0, 0.1); /* subtle dark overlay */
    backdrop-filter: blur(1px);
    transition: backdrop-filter 0.9s ease;
  width: 200%;
  height: 200%;
}


.card:hover:before, .card:hover:after {
  transform: scale(1);
}
  
  .card .date {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0.75em;
    padding: 1em;
    line-height: 1em;
    opacity: .8;
}
  

.visi{
    opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.card:hover .visi {
    opacity: 1;
    transform: translateY(0);

}
.visi {
    position: absolute;
    bottom: 20px;
    left: 1em;
    right: 1em;
    text-align: center;
  }
  




/* MEDIA QUERIES */
@media screen and (max-width: 1285px) {
  .cards-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 900px) {
  .cards-wrapper {
    grid-template-columns: 1fr;
  }
  .info {
    justify-content: center;
  }
  .card-grid-space .num {
    margin-left: 0;
    text-align: center;
  }
}

@media screen and (max-width: 500px) {
  .cards-wrapper {
    padding: 4rem 2rem;
  }
  .card {
    max-width: calc(100vw - 4rem);
  }
}

@media screen and (max-width: 450px) {
  .info {
    display: block;
    text-align: center;
  }
  .info h1 {
    margin: 0;
  }
}







                                                                                    /* Certification */
  .circle-wrapper {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    padding: 20px;
  }
  
  .circle {
    width: 180px;
    height: 180px;
    /* border-radius: 50%; */
    background: white;
    border: 2px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }

  .ex {
    transform: scale(1.4);
  }
  
  .circle img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  



                                                                                /* for footer */
.foot{
    background-color: rgb(27, 28, 30);
    height: 250px;
    width: 100%;
    position: relative;
}

.footer{
    display: flex;
    flex-direction: row;
    gap: 100px;
    justify-content: space-evenly;
}

#divi{
    width:1px;
    height:70%;
    background-color:rgba(245, 245, 245, 0.692);
    position: absolute;
    margin-top: 30px;
}

#address{
    color:rgba(245, 245, 245, 0.692);
    margin-top: 30px;
    font-size: 17px;
    line-height: 7px;
    font-style: normal;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
#copywrite{
    color:rgba(245, 245, 245, 0.692);
    text-align: center;
    margin: 40px;
}




.hamburger {
    display: none;
    font-size: 28px;
    cursor: pointer;
    padding: 10px;

}






/* ========================= */
/*  Mobile (max-width: 768px) */
/* ========================= */
@media screen and (max-width: 768px) {



  /* for navbar */
  .flexing{
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content:space-evenly;
    align-content:center;
    background-color: #ffffff
}

   .hamburger {
    display: block;
    width:50%;
  }

  .menu {
    display: none;
    width: 100%;
  }

  .menu.active {
    display: block;
    position: absolute;
    z-index: 1;
  }

  #names {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 20px 0;
  }

  #names li {
    width: 100%;
    text-align: center;
  }

  #names a {
    display: block;
    width: 100%;
  }

  .searchbar{
     display: none;
  }
  .logo{
      background-color: #ffffff;
      width: 50%
  }

#logo_image{
    width:25%;
     margin-left:10%;
     margin-top: 12px;
     height: 37.6px;
    border-radius: 2px;
}

  #hamb{
     width:25%;
    border-radius: 2px;
    margin-left:85%;

  }
}


/* for image and about */
@media screen and (max-width: 768px) {

  .part1 {
    flex-direction: column;
    height: auto;
    width: auto;
    padding: 15px;
  }

  .tagline {
    width: 100%;
    margin: 0;
    height: auto;
  }

 


  .home_image {
    width: 80%;
    margin: auto;
  }

  #home_image {
    width: 100%;
    height: 80%;
     border-radius: 20%;
  }

  #line1 {
    font-size: 36px;
    margin-right: 2px;
    
  }

  #line2 {
    font-size: 18px;
    margin-top: -10px;
    
    
  }

  .cta-button {
    font-size: 14px;
    padding: 10px 18px;
  }
}

/* for industries dealing with  and Certification sections*/
@media screen and (max-width: 768px) {

  .section-title {
  text-align: center;
  font-size: 30px;
  font-weight: 800;
}

}

    
/* for footer*/

@media screen and (max-width: 768px) {

  .foot{
    height: auto;
    width: auto;
  }
  .footer {
    flex-direction: column;   /* stack */
    align-items: center;
    text-align: center;
    gap: 20px;
  }

  #divi {
    display: none;
  }

  .address {
    width: 90%;
  }

  #copywrite {
    margin: 20px;
    font-size: 14px;
  }
}





