/********** Template CSS **********/
:root {
  --primary: #ecaa23;
  --secondary: #8D9297;
  --light: #F8F9FA;
  --dark: #182333;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 30px;
  z-index: 99;
}


/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease-out, visibility 0s linear .5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity .5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}


/*** Button ***/
.btn {
  font-weight: 500;
  transition: .5s;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover {
  color: #FFFFFF;
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}


/*** Navbar ***/
.navbar.sticky-top {
  transition: .5s;
  position: fixed;
  width: 1377px;

}

.newadd {
  /* position: fixed !important; */
  top: 0 !important;
}

.navbar .navbar-nav .nav-link {
  margin-left: 30px;
  padding: 25px 0;
  color: #63b144;
  font-weight: 500;
  text-transform: uppercase;
  outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  color: var(--primary);
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}

@media (max-width: 991.98px) {
  .navbar .navbar-nav .nav-link {
    margin-left: 0;
    padding: 10px 0;
  }

  .navbar .navbar-nav {
    margin-top: 25px;
    border-top: 1px solid #EEEEEE;
  }
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    border: none;
    margin-top: 0;
    top: 150%;
    left: 13px;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
  }

  .navbar .nav-item:hover .dropdown-menu {
    top: 100%;
    visibility: visible;
    transition: .5s;
    opacity: 1;
  }
}

@media(max-width:600px) {
  .navbar.sticky-top {
    transition: .5s;
    /* position: fixed; */
    width: 375px;
    position: relative;
    top: -6px !important;

  }
}


/*** Header ***/
.carousel-caption {
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  text-align: start;
  background: rgba(0, 0, 0, .65);
  z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
  width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 4rem;
  height: 4rem;
  background-color: #ecaa23;
  border: 15px solid #ecaa23;
  border-radius: 50px;
}

.carousel-caption .breadcrumb-item+.breadcrumb-item::before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--primary);
}

@media (max-width: 600px) {
  #header-carousel .carousel-item {
    position: relative;
    min-height: 450px;
  }

  .carousel-caption {
    top: 0px;
    left: 0;
    right: 0;
    bottom: 183px;
    display: flex;
    align-items: center;
    text-align: start;
    background: rgba(0, 0, 0, .65);
    z-index: 1;
  }

  #header-carousel .carousel-item img {
    position: relative;
        width: 3%;
        height: 35%;
        object-fit: cover;
        left: 0px;
        top: 0px;
        display: block;
  }

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    border-width: 12px;
  }
}

.page-header {
  background: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url(../NEWIMAGES/planting.jpg) center center no-repeat;
  background-size: cover;
  height: 341px;
  /* position: relative;
  top: 117px; */
}

.page-header1 {
  background: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url(../NEWIMAGES/ban2.jpg) center center no-repeat;
  background-size: cover;
  height: 341px;
  /* position: relative;
  top: 117px; */
}

.page-header2 {
  background: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url(../NEWIMAGES/ban3.jpg) center center no-repeat;
  background-size: cover;
  height: 341px;
  /* position: relative;
  top: 117px; */
}

.page-header3 {
  background: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url(../NEWIMAGES/ban4.jpg) center center no-repeat;
  background-size: cover;
  height: 341px;
  /* position: relative;
  top: 117px; */
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
  color: #999999;
}



/*** Facts ***/
.facts-overlay {
  position: absolute;
  padding: 30px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: rgba(0, 0, 0, .65);
}

.facts-overlay h1 {
  font-size: 120px;
  color: transparent;
  -webkit-text-stroke: 2px var(--primary);
}

.facts-overlay a:hover {
  color: var(--primary) !important;
}


/*** Service ***/
.service-text::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  background: var(--primary);
  opacity: 0;
  transition: .5s;
}

.service-item:hover .service-text::before {
  height: 100%;
  opacity: 1;
}

.service-text * {
  position: relative;
  transition: .5s;
  z-index: 1;
}

.service-item:hover .service-text * {
  color: #FFFFFF !important;
}


/*** Appointment ***/
.appointment {
  background: linear-gradient(rgb(0 0 0 / 54%), rgb(72 46 46 / 26%)), url(../NEWIMAGES/hero2.jpg) center center no-repeat;
  background-size: cover;
}


/*** Team ***/
.team-text {
  position: absolute;
  width: 75%;
  bottom: 30px;
  left: 0;
  transition: .5s;
}

.team-item:hover .team-text {
  width: 100%;
}

.team-text * {
  transition: .5s;
}

.team-item:hover .team-text * {
  letter-spacing: 2px;
}


/*** Testimonial ***/
.testimonial-carousel .owl-item img {
  width: 100px;
  height: 100px;
}

.testimonial-carousel .owl-nav {
  margin-top: 30px;
  display: flex;
  justify-content: start;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
  margin-right: 15px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--dark);
  border: 2px solid var(--primary);
  border-radius: 50px;
  font-size: 18px;
  transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
  color: #FFFFFF;
  background: var(--primary);
}


/*** Footer ***/
.footer {
  color: #999999;
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: #999999;
  font-weight: normal;
  text-transform: capitalize;
  transition: .3s;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #999999;
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  color: var(--light);
  letter-spacing: 1px;
  box-shadow: none;
}

.footer .copyright {
  padding: 25px 0;
  font-size: 15px;
  border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
  color: var(--light);
}

.footer .copyright a:hover {
  color: var(--primary);
}


/* New Changes Made By BS */
.card-effects .card-effect {
  border: none;
  background: #dee2e6;
}

.card-effects .card-effect .card-body {
  box-shadow: 0px 5px 24.25px 0.75px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px
}

.card-effects .card-effect .card-img {
  position: relative;
  overflow: hidden;
}

.card-effects .card-effect:hover .card-img {
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important
}

.card-effects .card-effect .card-img img {
  width: 100%;
  transition: .6s
}

.card-effects .card-effect:hover .card-img img {
  transform: scale(1.2);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.card-effects .img-hover {
  position: relative;
  overflow: hidden
}

.card-effects .img-hover img {
  transition: all 2s ease;
  transform: scale(1)
}

.card-effects .img-hover:after {
  content: "";
  position: absolute;
  pointer-events: none;
  opacity: 1;
  z-index: 3
}

.card-effects .img-hover:before {
  content: "";
  position: absolute;
  pointer-events: none;
  opacity: 1;
  z-index: 3;
  top: -10%;
  right: 51%;
  bottom: -10%;
  left: 50%;
  background: rgba(255, 255, 255, 0.3)
}

.card-effects .img-hover:after {
  top: 50%;
  right: -10%;
  bottom: 50%;
  left: -10%;
  background: rgba(255, 255, 255, 0.6)
}

.card-effects .card-effect:hover .img-hover:before {
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 900ms linear
}

.card-effects .card-effect:hover .img-hover:after {
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: all 900ms linear
}

.card-effects .card-effect:hover .img-hover img {
  transform: scale(1.2)
}

.card-effects .card-btn {
  display: inline-block;
  padding: 14px 25px 14px 55px;
  position: relative;
  background-color: #2fbfa7;
  color: #ffffff;
  text-transform: capitalize;
  border-radius: 5px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 800;
  cursor: pointer;
  border: none;
  transition: 0.5s;
  background-image: linear-gradient(to right top, #ecaa23, #ecaa23, #fda93c, #fda432, #ecaa23);
}

.card-effects .card-btn:hover {
  background-image: linear-gradient(to right top, #ecaa23, #ecaa23, #fda93c, #fda432, #ecaa23);
  transition: 0.5s;
}

.card-effects .card-btn .icon-arrow {
  color: #ffffff;
  top: 16px;
  transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1), opacity 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  font-size: 18px;
  backface-visibility: hidden;
  transform: translateZ(0);
  perspective: 1000
}

.card-effects .card-btn .icon-arrow.before {
  left: 20%;
  position: absolute;
  transform-origin: left center
}

.card-effects .card-btn .icon-arrow.after {
  opacity: 0;
  position: absolute;
  right: 48px;
  transform: translateX(75%) scaleX(0.1);
  transform-origin: right center
}

.card-effects .card-btn.secondary {
  background-color: #ff7029
}

.card-effects .card-btn.secondary:hover,
.card-effects .card-btn.secondary:active,
.card-effects .card-btn.secondary:focus {
  background-color: #2fbfa7
}

.card-effects .card-btn.white .icon-arrow {
  color: #2fbfa7
}

.card-effects .card-btn.white:hover .icon-arrow,
.card-effects .card-btn.white:active .icon-arrow,
.card-effects .card-btn.white:focus .icon-arrow {
  color: #fff
}

.card-effects .card-btn.md .icon-arrow {
  top: 22px;
}

.card-effects .card-btn.sm {
  padding: 10px 25px 10px 50px !important;
  font-size: 14px !important
}

.card-effects .card-btn .label {
  display: inline-block;
  transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  backface-visibility: hidden;
  transform: translateZ(0);
  perspective: 1000
}

.card-effects .card-btn.white {
  background-color: #ffffff;
  color: #2fbfa7
}

.card-effects .card-btn .icon-arrow.white {
  color: #2fbfa7;
  top: 16px
}

.card-effects .card-btn:hover,
.card-effects .card-btn:active,
.card-effects .card-btn:focus {
  background-color: #ff7029;
  color: #ffffff
}

.card-effects .card-btn:hover .icon-arrow.before,
.card-effects .card-btn:active .icon-arrow.before,
.card-effects .card-btn:focus .icon-arrow.before {
  opacity: 0;
  transform: translateX(-75%) scaleX(0.1)
}

.card-effects .card-btn:hover .icon-arrow.after,
.card-effects .card-btn:active .icon-arrow.after,
.card-effects .card-btn:focus .icon-arrow.after {
  opacity: 1;
  transform: translateX(0) scaleX(1)
}

.card-effects .card-btn:hover .label,
.card-effects .card-btn:active .label,
.card-effects .card-btn:focus .label {
  transform: translateX(-32px)
}

.card-effects .text-tb-lines {
  display: grid;
  align-items: center;
  text-align: center;
  gap: 10px;
  color: #499220;
}

.card-effects .text-tb-lines::before,
.text-tb-lines::after {
  content: '';
  border-top: 6px double;
  color: #ecaa23;
}

/* Whatsapp Start */
.whatsapp-float img {
  width: 50px;
  position: fixed;
  bottom: 40px;
  left: 20px;
  border-radius: 10px;
  z-index: 1;
}
/* Whatsapp End */


.carousel-item img {
  height: 15px;
  width: 15px;
  object-fit: cover;
  position: relative;
  top: 2px;
}

.img-hover img {
  height: 250px;
  object-fit: cover;
}

.navchange{
  position: relative;
  left: 148px;
}

.navchange1{
  position: relative;
  left: 13px;
}

.navchange2{
  position: relative;
  left: 254px;
  font-size: 13px;
}

.bgnew1 {
  background: linear-gradient(rgb(1, 46, 1), rgba(12, 56, 1, 0.87)), url(../NEWIMAGES/bgnew1.jpg) center center no-repeat;
  background-size: cover;
  background-color: rgb(1, 66, 1);
}

.service-item:hover .btn-primary {
  color: #000;
  background-color: #499220;
  border-color: #ecaa23;
}

.bg-green1 {
  background-color: #499220;
}

.topbar1 small {
  color: white;
}

.topbar1 .btn {
  color: white;
}

.logoheader {
  width: 100px;
  height: 100px;
}

.logofooter {
  width: 100px;
  height: 100px;
}

.cont1 {
  background-color: whitesmoke;
}

/* mission stars */
.flip-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 10px;
  background: url('your-background-image.jpg') no-repeat center center/cover;
  min-height: 100vh;
}

.container1 {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 1000px;
}

.flip-card {
  background-color: transparent;
  width: 400px;
  height: 400px;
  perspective: 1000px;

}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 10px;
}

.flip-card-front img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.flip-card-back {
  background-color: orange;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: rotateY(180deg);
  padding: 20px;
  border-radius: 10px;
}

.flip-card-back h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}

.flip-card-back p {
  font-size: 1.2rem;
  line-height: 1.5;
}

.flip-card-front h1 {
  background-color: orange;
}

.heading1 {

  text-align: center;
  padding: 30px;
  padding-top: 50px;
}

@media(max-width:600px) {
  .container1 {
    display: block;
  }

  .heading1 {

    text-align: center;
    padding: 10px;
    padding-top: 30px;
  }

  .productcontentdiv p {
    font-size: 16px;
    text-align: justify;
    padding: 20px;
  }

  .img-fluid {
    max-width: 100%;
    height: auto;
    padding-bottom: 10px;
  }

  .navchange{
    position: relative;
    left: 16px;
  }
  
  .navchange1{
    position: relative;
    left: -17px;
  }
  
  .navchange2{
    position: relative;
    left: 21px;
    font-size: 13px;
  }
}


@media (max-width: 768px) {
  .container {
    flex-direction: column;
  }

  .flip-card {
    width: 90%;
    max-width: 400px;
    margin-bottom: 40px;
  }
}

/* mission ends */

/* service starts */
.container-service {
  position: relative;
}

.container-service::before {
  position: absolute;
  content: '';
  background: var(--bs-light);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  clip-path: polygon(0 0, 100% 0, 100% 30%, 0 70%);
  z-index: -1;
}

.service-item {
  position: relative;
  height: 100%;
  padding: 22px 15px;
  background: var(--bs-white);
  box-shadow: 0 0 45px rgba(0, 0, 0, .05);
}

.service-item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  left: 0;
  bottom: 0;
  transition: .5s;
  background: var(--bs-primary);
}

.service-item:hover::before {
  height: 100%;
  top: 0;
}

.service-item * {
  position: relative;
  transition: .5s;
  z-index: 1;
  /* height: 241px;
  width: 328px; */
}

.service-item:hover h5,
.service-item:hover p {
  color: var(--bs-white);
}

.service-item:hover .icon-box-primary::before {
  background: var(--bs-dark);
}

.service-item:hover .icon-box-primary i {
  color: var(--bs-white) !important;
}

.productcontentdiv p {
  font-size: 16px;
  text-align: justify;
}

/* services ends */


.servicesize {
  position: relative;
  margin-left: 38%;
}

.servicesize1 {
  position: relative;
  margin-left: 0%;
}

.parasize {
  color: black;
  text-align: justify;
  position: relative;
  margin-left: 2%;
  margin-right: 2%;
}



/* Scrolling Text Styles */
.scrolling-text {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  /* background: #f8f9fa; */
  color: #ffffff;
  padding: 10px 0;
  top: 0;
  left: 0;
  font-size: 1.5rem;
  /* position: relative;
    left: 50%; */
}

.scrolling-text span {
  display: inline-block;
  padding-left: 100%;
  /* Start position */
  animation: marquee 10s linear infinite;
}

@keyframes marquee {
  from {
    transform: translateX(100%);
  }

  to {
    transform: translateX(-100%);
  }
}



.textsize {
  text-align: justify;
  color: black;
}


.para {
  color: white;
}

.imgsize {
  height: 378px;
  width: 548px;
}

.navnew {
  position: absolute;
  top: 0px;
  width: 100%;
  background: transparent;
}

.headervdo {
  width: 100%;
  height: auto;
}

.navtext {
  color: white;
}

@media(max-width:600px) {
  .videoheight {
    height: 300px;
  }

  .imgsize {
    height: auto;
    width: 100%;
  }

  .headervdo {
    width: 210%;
        height: 267px;
        position: relative;
        left: -201px;
  }
}

.serviceimgsize {
  height: 250px;
  width: 503px;
}

/* mission vision section start  */
.section-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  margin-top: 50px;
}

.table-container {
  width: 300px;
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
  position: relative;
}

.table-container img {
  width: 262px;
  height: 194px;
  margin-bottom: 20px;
  transition: transform 0.3s ease;
  object-fit: cover;
  border-radius: 15px;
  /* Makes the image square with slightly rounded corners */
}

.table-container:hover img {
  transform: scale(1.1);
}

.table-container:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 16px black;
}

.table-container .content {
  opacity: 1;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.table-container:hover .content {
  opacity: 1;
  transform: translateY(0);
}

h2 {
  text-align: center;
  margin-bottom: 40px;
}

.section-container p {
  color: black;
}


/* end  */

.dropdown-menu a {
  color: #000;
  transition: color 0.3s ease;
}

.dropdown-menu a:hover {
  color: #ecaa23;
}

.serviceimgsize2{
  border: 2px solid black;
}

@media(max-width:600px) {
  .serviceimgsize1 {
    width: 350px;
  }

  .fontsize {
    font-size: 10px !important;
  }

  .headingsize{
    text-align: justify;
  }
}

.sizetext {
  position: relative;
  top: 60px;
}

.newadd {
  background-color: white;
}


/* Product section Start  */
.product-green {
  background-color: #f0f0f0;
  /* Add a light green background color */
  padding: 20px;
}

.product-green h2 {
  text-align: center;
  margin-bottom: 20px;
}

.product-green .row {
  margin-bottom: 20px;
}

.product-green img {
  width: 87%;
  height: 338px;
  object-fit: cover;
  border-radius: 10px;
  transition: transform 0.5s;
  position: relative;
  left: 43px;
}

.product-green img:hover {
  transform: scale(1.1);
}

.product-green .center-image {
  margin: 20px auto;
  display: block;
  width: 605px;
}

.product-green p {
  color: black;
  text-align: justify;
  position: relative;
    top: 22px;
}

.product-green li {
  color: black;
  text-align: justify;
}

/* Product section End  */

.wcsheight {
  min-height: 600px;
}

.contacttable{
  width: 256px;
}

.contacttable1{
  width: 256px;
  position: relative;
  left: 7px;
}


@media(max-width:600px) {

.aboutusimg{
  width: 324px;
  min-height: 350px;
}
  .product-green .center-image {
    margin: 20px auto;
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    left: 2px;
  }
  .product-green img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
    transition: transform 0.5s;
    position: relative;
    left: 3px;
  }
  .table-container img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
    object-fit: cover;
    border-radius: 15px;
}

.serviceimgsize {
  height: auto;
  width: 100%;
}

.textsize1 {
  text-align: justify;
  color: black;
}

.carousel-item img {
  height: 25px;
    width: 25px;
    object-fit: cover;
}


.contacttable {
  width: 309px;
}

.contacttable1{
  width: 309px;
  position: relative;
  left: 0px;
}

.topfix{
  position: relative;
  top: -294px;
}

.topfix5{
  position: relative;
  top: 0px;
}


.topfix4{
  position: relative;
  top: 0px;
}


.topfix3{
  position: relative;
  top: 0px;
}

.topfix1{
  position: relative;
  top: 0px;
}

.textsize2{
  position: relative;
  left: -15px;
}
.new{
  position: absolute !important;
  left: 0px;
}

.leftheading{
  position: relative;
  left: -88px;
}

}

.iconsize{
  height: 20px;
  width: 20px;
}

.fontsize1{
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 1rem !important;
  font-weight: 400;
  line-height: 1.5;
  color: #8D9297;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}


.wcuicon{
  height: 50px;
  width: 50px;
  position: relative;
  left: 116px;
}

/* team section start  */
.team-section {
  padding: 50px 0;
  background-color: #f9f9f9;
}

.team-member {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.team-member:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.team-img img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.team-img:hover img {
  transform: scale(1.1);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.team-name {
  font-size: 1.5rem;
  color: #333;
  margin-top: 15px;
  font-weight: 700;
}

.team-designation {
  font-size: 1rem;
  color: #777;
  margin-top: 5px;
  font-style: italic;
}

.team-member:hover .team-name {
  color: #007bff;
}

.team-member:hover .team-designation {
  color: #333;
}


/* team section end  */

/* certification Start */
.certification-section {
  padding: 80px 0;
  text-align: center;
  overflow: hidden;
}

.certification-section h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 50px;
}

.certification-img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 10px;
}

.certification-img:hover {
  transform: scale(1.1);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
}

.img-container {
  padding: 15px;
}
/* certification End  */

@media(max-width:600px){
  .team-section {
    padding: 50px 0;
        background-color: #f9f9f9;
        position: relative;
        top: 0px;
        margin-top: -92%;
}

.topfix2{
  position: relative;
    top: -260px;
}
}



/* New */
/* Basic styling for dropdown */
.unique-dropdown-item {
  position: relative;
}

.unique-dropdown-link {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #000; /* Change to desired color */
}

/* Remove list-style from submenu items */
.unique-submenu, .unique-subsubmenu {
  list-style: none; /* Remove dots */
  padding: 0; /* Remove padding */
  margin: 0; /* Remove margin */
}



/* Increase the width of the dropdown and submenus */
.unique-submenu {
  display: none; /* Hide submenu by default */
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #c0f8ab; /* Background color */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  min-width: 200px; /* Set a minimum width for the dropdown */
}

/* Show submenu on hover */
.unique-dropdown-item:hover .unique-submenu {
  display: block; /* Show submenu on hover */
}

/* Sub-submenu styling */
.unique-subsubmenu {
  display: none; /* Hide sub-submenu by default */
  position: absolute;
  top: 0;
  left: 100%; /* Position it to the right of the parent */
  background-color: #fff; /* Background color */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  min-width: 220px; /* Set a minimum width for the sub-submenu */
}

/* Show sub-submenu on hover */
.unique-submenu-item:hover .unique-subsubmenu {
  display: block; /* Show sub-submenu on hover */
}

/* Submenu links */
.unique-submenu-link, .unique-subsubmenu-link {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #000; 
  background-color: #63b144;
}

/* Hover effect for links */
.unique-submenu-link:hover, .unique-subsubmenu-link:hover {
  background-color: #f0f0f0; /* Change to desired hover color */
}

@media(max-width:600px){
 .fontsize2{
  font-size: 19px;
 }

 .fontsize3{
  font-size: 16px;
  position: relative;
  left: 0px;
 }

 .fontsize4{
  font-size: 6px;
    position: relative;
    left: 67px;
 }

 .size{
  position: relative;
  text-align: center;
 }

 .wcuicon {
  height: 50px;
  width: 50px;
  position: relative;
  left: 0px;
}

.size1{
  position: relative;
  top: 0px;
  margin-top: 0px;
}

.unique-submenu-item:hover .unique-subsubmenu {
  display: block;
  position: relative;
  left: 0px;
  width: 100%;
}
}


/* Job Card Styles */
.job-card {
  margin-bottom: 20px;
}

.job-card-block {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
}

.job-card-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.job-card-item {
  flex: 1;
  min-width: 200px;
}

.job-title {
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
}

.jobname {
  color: #555;
}

.button1 {
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  background-color: #63b144;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s;
}

.button1:hover {
  background-color: #0056b3;
}

  /* Modal Styles */
  .modal {
    display: none; 
    position: fixed; 
    z-index: 1; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4); 
  }

  .modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 64%;
    max-height: 80vh; /* Set max height for scrolling */
    overflow-y: auto; /* Allow scrolling inside the modal */
  }


  .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }

  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }

 /* Form Styles */
 .form-row {
  display: flex;
  margin-bottom: 10px;
}

.form-group {
  flex: 1;
  margin-right: 10px;
}

.form-group label {
  display: block;
  margin-bottom: 5px;
}


input[type="text"], input[type="email"], input[type="file"] {
  width: 100%;
  padding: 10px;
  margin: 5px 0;
  display: block;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
}

.form-group input {
  width: 100%;
  padding: 8px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

button {
  padding: 10px 15px;
  background-color: #28a745;
  color: white;
  border: none;
  cursor: pointer;
}

button:hover {
  background-color: #218838;
}




/* End form  */

/* Gallery section Start  */

.gallery-container {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 52px;
  padding-right: 0px;
  justify-content: center;
  overflow: hidden;
}

button2 {
  padding: 10px 20px;
  font-size: 18px;
  background-color: #007bff;
  color: white;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

button2:hover {
  background-color: #0056b3;
}

.gallery {
  width: 60%;
  overflow: hidden;
  margin: 0 20px;
}

.gallery-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.gallery img {
  /* width: calc(33.33% - 10px); */
  margin-right: 10px;
  border-radius: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 262px;
  width: 256px;
}

/* .gallery img:hover {
  transform: scale(1.1);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
} */

/* Gallery section End  */

@media(max-width:600px){
  .gallery-container {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
    justify-content: center;
}

.gallery img {
  /* width: calc(33.33% - 10px); */
  margin-right: 10px;
  border-radius: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 233px;
  width: 240px;
}
}



body{
  overflow-x: hidden;
}

/* contact form section start  */
.contact-form {
  max-width: 600px;
  margin: 50px auto;
  padding: 20px;
  background: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 19.1);
  border-radius: 8px;
}
.form-group {
  margin-bottom: 15px;
}
/* contact form section end  */


.size3{
  background-color: #63b144;
}