@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

html,
body {
  font-family: "Montserrat", sans-serif;
  height: 100%;
  /* scroll-snap-type: y mandatory; */
  /* overflow-y: scroll; */
  scroll-behavior: smooth;
}
::-webkit-scrollbar {
  width: 0px;
}
/* Veriables >> */
:root {
  /* Gradients */
  --gradient-green-bg: linear-gradient(
    35deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(96, 162, 56, 0.5) 100%
  );
  --gradient-white-bg: linear-gradient(
    35deg,
    rgba(255, 255, 255, 0.73) 0%,
    rgba(255, 255, 255, 0.21) 100%
  );

  /* Colors */
  --green-color: #007935;
  --p-color: #797979;
  --light-bg-color: #f7f7f7;

  --heading-font-weight: 600;
  --card-padding: 2rem;
  --btn-padding: 8px;

  --border-curved: 15px;
  --border-half-curved: 50%;

  /* Container Fluid Padding */
  --container-padding: 3rem 0;

  /* Responsiveness Verialbles */
  --card-m-padding: 1rem;
  --mobile-h1-txt: 1.5rem;
}
/* Reusable CSS >> */

/* Hover Effect  */
/* Reusable Classes Start*/
  .right-border-white{
    border-right: 2px solid #ffffff;
  }
  .right-border-gray{
    border-right: 2px solid #b7b6b6;
  }
  .txt-green {
    color: var(--green-color);
  }
  .p-color {
    color:var(--p-color);
  }
  .p-white{
    color:#ffffff;
  }
  .bg-gray {
    background-color:var(--light-bg-color);
  }
  .bg-green {
    background-color:var(--green-color);
  }
  .bg-white {
    background-color:#ffffff;
  }
  .border-curved {
    border-radius: var(--border-curved);
  }
  .inner-sustainability div .sus-icons {
    width: 50px;
    height: 50px;
    object-fit: cover;
  }
  ::selection {
    color: #fff;
    background: #01451f;
  }
  .blur-bg {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(30px); /* For Safari */
  }
  .gradient-green-bg {
    background: var(--gradient-green-bg);
    border: 1px solid #007935;
  }
  .arrow-indicater {
    height: 40px;
    width: 40px;
    background: var(--gradient-green-bg);
    border: 1px solid #007935;
    border-radius: var(--border-half-curved);
    position: relative;
    left: auto;
  }
  .arrow-indicater-icon {
    width: 1.5rem;
    height: 1.5rem;
  }
  h4 {
    font-family: "Montserrat";
  }
  .section-title h2 {
    color: var(--green-color);
    font-weight: var(--heading-font-weight);
  }
  .section-banner-title h2 {
    color: #fff;
    font-weight: var(--heading-font-weight);
  }
  .sepecs-p {
    font-size: 20px;
    font-weight: 400;
  }
  .nav-hover {
    text-decoration: none;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    transition: 0.4s;
  }

  .nav-hover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(166, 166, 166, 0.2);
    opacity: 0;
    border-radius: 8px;
    transform: scale(0);
    transition: all 0.4s;
  }

  .nav-hover:hover::before {
    opacity: 1;
    transform: scale(1);
  }

  .view a .bi-chevron-double-right {
    transition: padding-left 0.3s ease;
  }
  .view a:hover .bi-chevron-double-right {
    padding-left: 10px;
  }
  .card-hover-scale{
    transition: transform 0.4s ease;
  }
  .card-hover-scale:hover{
    transform: scale(1.02);
  }
/* Reusable Classes End*/
/* GO TO TOP */
.go-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  justify-content: center;
  align-items: center;
  color: var(--green-color);
  border-radius: 50%;
  text-decoration: none;
  font-size: 20px;
  z-index: 1000;
  transition: opacity 0.3s ease;
}

/* HEADER STARTS */
.h-blur-bg {
  position: relative;
  border-radius: var(--border-curved);
  z-index: 1050;
  overflow: hidden;
}

/* Glass layer */
.h-blur-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  /* Real blur */
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-radius: inherit;
  z-index: -1;
  pointer-events: none;
}

.navbar-brand img {
  height: 40px;
  transition: all 0.3s ease;
}
.navbar .nav-link {
  min-width: 100px;
  text-align: center;
  color: #fff;
  padding: var(--btn-padding);
}

.certi-container {
  background-color: #f7f7f7;
}
.certi-item {
  display: flex;
  align-items: center;
  min-height: 100px;
}
.certi-item img {
  max-width: 80%;
  width: auto !important;
}
/* Custom Offcanvas Styling */

.offcanvas .btn-close {
  filter: invert(1);
}
.navbar-toggler:focus {
  box-shadow: none;
}
/* HEADER ENDS */

/* HERO CAROUSEL STARTS */
.inner-container {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.inner-container-rows {
  width: 100%;
  height: 60%;
  top: auto;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.inner-container .row .col-12 {
  color: #ffffff;
}
.home-typed-para {
  width: 45%;
}
.inner-container .row .col-12 a {
  text-decoration: none;
  font-size: 24px;
  color: #ffffff;
}
.carousel-counter {
  display: flex;
  justify-content: end;
  position: relative;
  padding: 2rem 12px;
  color: #fff;
  font-size: 18px;
}
.carousel-counter .inner-counter {
  width: 7%;
  border-bottom: 3px solid #fff;
}
/* HERO CAROUSEL ENDS */

/* ABOUT US STARTS */
.about-us,
.news-blog {
  padding: var(--container-padding);
}
.blog-page,
.about-us p,
.news-blog p {
  color: var(--p-color);
}
.about-us .excellence .excellence-inner {
  color: #ffffff;
  background-color: var(--green-color);
  padding: var(--card-padding);
  border-radius: var(--border-curved);
}
.about-us .excellence p {
  width: 100%;
  color: #ffffff;
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.about-us .excellence h3 {
  font-size: 34px;
}
.about-us .excellence span {
  font-size: 28px;
  font-weight: 100;
  font-style: italic;
}

.about-us .mission div {
  border-radius: var(--border-curved);
  background-color: var(--light-bg-color);
  padding: var(--card-padding);
}

.about-us .mission {
  color: var(--green-color);
  padding-top: 1rem;
}
/* ABOUT US ENDS */

/* BLOGS, NEWS AND SUSTAINIBILITY STARTS */
.news-blog .inner-news,
.news-blog .inner-sustainability {
  background-color: var(--light-bg-color);
  border-radius: var(--border-curved);
  padding: var(--card-padding);
  height: 100%;
}
.news-blog .inner-news h3,
.news-blog .inner-sustainability h3 {
  color: var(--green-color);
}
.news-blog .inner-blogs {
  background-color: var(--green-color);
  border-radius: var(--border-curved);
  padding: var(--card-padding);
  height: 100%;
}
.news-blog .inner-blogs p,
.news-blog .inner-blogs h3 {
  color: #ffffff;
}
/* BLOGS, NEWS AND SUSTAINIBILITY ENDS */

/* AR-VR STARTS */
.ar-vr .ar-vr-container {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  top: 5rem;
  bottom: 0;
  color: #ffffff;
}
/* .ar-vr .try-now {
  width: 100%;
  display: flex;
  justify-content: end;
} */
.ar-vr .try-now button {
  border-radius: var(--border-curved);
  background: var(--gradient-green-bg);
   color: #ffffff;
  border: 1px solid var(--green-color);
  text-align: center;
  min-width: 150px;
  padding: var(--btn-padding);
}
.contact-section .send,
.about-us-img {
  border-radius: var(--border-curved);
}
.contact-section .send {
  color: #ffffff;
  background: transparent;
  border: 1px solid var(--green-color);
  text-align: center;
  min-width: 150px;
  padding: var(--btn-padding);
}
/* AR-VR ENDS */

/* CONTACT US STARTS */
.contact-section {
  color: var(--p-color);
  padding: var(--container-padding);
}
.form-control {
  color: var(--p-color);
  padding: 1rem;
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
}
.form-control:focus {
  box-shadow: none;
  border-bottom: 1px solid var(--green-color);
}
.contact-section .send {
  color: #007935;
  font-weight: 600;
}
/* CONTACT US ENDS */

/* BLOGS AND NEWS PAGES START */
.blog-card {
  background: #fff;
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 60px;
}
.blog-excerpt {
  font-size: 1rem;
  color: var(--p-color);
}
.blog-meta {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.blog-meta span {
  color: var(--p-color);
  padding: var(--btn-padding);
  border-radius: var(--border-curved);
}
.blog-image-wrapper {
  overflow: hidden;
  border-radius: 10px;
  margin-top: 16px;
  cursor: pointer;
}
.blog-image {
  width: 100%;
  height: 500px;
  object-fit: cover;
  transition: transform 0.4s ease;
  display: block;
}
.blog-image-wrapper:hover .blog-image {
  transform: scale(1.05);
}
/* BLOGS AND NEWS PAGES END

/* RESPONSIVENESS STARTS */
@media (max-width: 1400px) {
}
@media (max-width: 1200px) {
}
@media (max-width: 992px) {
  .about-us .vision {
    margin-top: 1rem;
  }
  .arrow-indicater {
    height: 30px;
    width: 30px;
  }
  .arrow-indicater-icon {
    width: 1.5rem;
    height: 1.5rem;
  }
}
@media (max-width: 768px) {
  .right-border-gray, .right-border-white {
  border-right: none;
}
  .inner-container-rows {
    width: auto;
  }
  .news-blog .row,
  .about-us .row {
    row-gap: 10px;
  }
  .home-typed-para {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .news-blog .inner-news,
  .news-blog .inner-sustainability,
  .news-blog .inner-blogs,
  .about-us .excellence .excellence-inner,
  .about-us .vision .inner-vision,
  .about-us .mission div {
    padding: var(--card-m-padding);
  }
  #home .inner-container .inner-container-rows h1 {
    font-size: var(--mobile-h1-txt);
  }
  #home .inner-container .inner-container-rows .col-12 a {
    font-size: 18px;
  }
}
/* RESPONSIVENESS ENDS */
