
body{
 
  font-family: 'newfont' !important; /* Fallback font family */
}
.bg
{
  background-color: rgb(255, 255, 255) !important;
  border-radius: 10px !important;
 }


.navbar a:hover {
  color: #198754 !important;
  font-weight: bold;
}
.logo
{
 width:25px;
}
/* .navbar1 {
  background-image: url('/web/assets/image/3.jpg');
  background-size: cover;
  height: 400px;
  width: 100%;
} */

.video-container {
  width: 100%;
  height: 50vh;
  overflow: hidden;
  position: relative;
}
.video-container .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.video-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #ffffff;
  font-size: 2rem;
}
input{
  border-radius: 10px !important;
  
}
textarea{
  height: 120px;
}
.send{
  border-radius: 10px 0px 10px 10px !important
}
/* fotter */
.icon-wrapper {
  display: inline-block;
  border-radius: 10px;
  padding: 10px;
  transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

/* HOVER EFFECT FOR ICON WRAPPER */
.icon-wrapper:hover {
  background-color: #cccccc; /* DARK BACKGROUND COLOR */
  transform: scale(1.1); /* SCALE UP ICON */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); /* SHADOW EFFECT */
}

/* CSS FOR SOCIAL ICONS */
.social-icon {
  display: block;
  width: 100%;
  height: auto;
  transition: opacity 0.3s ease;
}

/* HOVER EFFECT FOR SOCIAL ICONS */
.icon-wrapper:hover .social-icon {
  opacity: 0.9; /* SLIGHTLY LESS OPAQUE */
}
.navbar {
  position: absolute;
  top: 0px;
  width: 98%;
  z-index: 999;
  left: 50%;
  transform: translateX(-50%);
}

.navbar a {
  color: white;
}

.navbar a:hover {
  color: #198754 !important;
  font-weight: bold;
  z-index: 999;
}

@media (max-width: 480px) {
  .navbar {
      width: 100%;
      left: 0;
      transform: none;
  }
}
      .logo {
          width: 25px;
      }
      .trapezoid {
          position: relative;
          border-bottom: 45vw solid #128d4f;
          border-left: 0 solid transparent;
          border-right: 46vw solid transparent;
          height: 0;
          width: 100%;
          transform: rotateX(180deg);
      }
      .trapezoid::before {
          content: '';
          position: absolute;
          top: 0;
          right: 0;
          width: 92vw;
          height: 45vw;
          background: #128d4f;
          border-top-right-radius: 15px;
          z-index: -1;
      }
      .show-image {
          width: 80%;
      }
      @media (max-width: 600px) {
          .trapezoid {
              border-bottom: 210vw solid #128d4f;
              border-right: 60vw solid transparent;
              width: 100vw;
          }
          .trapezoid::before {
              top: 0;
              right: 0;
              width: 120vw;
              height: 210vw;
          }
          .show-image {
              width: 100%;
          }
      }
    

      .secound-bg {
          position: absolute;
          top: 100px;
          width: 98%;
      }
      .service-icon {
          margin-right: 10px;
          margin: 20px 10px;
          color: #28a745;
          font-size: 3em;
      }
      ul {
          list-style-type: none;
          padding: 0;
      }
      .container {
          border-radius: 15px;
          padding: 20px;
      }
      .parallelogram {
          position: absolute;
          width: 250px;
          height: 200px;
          transform: skew(160deg);
          background: linear-gradient(180deg, rgba(12, 119, 96, 0.2) 0%, rgba(255, 255, 255, 0.2) 90%);
          border-radius: 25px;
          z-index: -1;
      }
      .parallelogram2 {
          position: absolute;
          width: 250px;
          height: 200px;
          transform: skew(160deg);
          background: linear-gradient(0deg, rgba(12, 119, 96, 0.2) 0%, rgba(255, 255, 255, 0.2) 90%);
          border-radius: 25px;
          z-index: -1;
      }
      .top-left {
          top: 0%;
          left: 5%;
          transition: all 0.3s ease;
      }
      .top-left2 {
          top: 25%;
          left: -11%;
          transition: all 0.3s ease;
      }
      .bottom-right {
          bottom: -5%;
          right: -3%;
          transition: all 0.3s ease;
      }
      .top-left:hover {
          bottom: -5%;
          right: -3%;
      }
      .bottom-right:hover {
          top: -5%;
          left: -3%;
      }
      .icon-wrapper {
  display: inline-block;
  border-radius: 10px;
  padding: 5px;
  transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

/* HOVER EFFECT FOR ICON WRAPPER */
.icon-wrapper:hover {
  background-color: #cccccc; /* DARK BACKGROUND COLOR */
  transform: scale(1.1); /* SCALE UP ICON */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); /* SHADOW EFFECT */
}

/* CSS FOR SOCIAL ICONS */
.social-icon {
  display: block;
  width: 100%;
  height: auto;
  transition: opacity 0.3s ease;
}

/* HOVER EFFECT FOR SOCIAL ICONS */
.icon-wrapper:hover .social-icon {
  opacity: 0.9; /* SLIGHTLY LESS OPAQUE */
}
.custom-col {
  padding: 0; /* EXAMPLE OVERRIDE */
  margin: 0;  /* EXAMPLE OVERRIDE */
}

.custom-link {
  font-size: inherit;    /* REMOVE FONT-SIZE */
  color: inherit;        /* REMOVE COLOR */
  text-decoration: none; /* REMOVE TEXT DECORATION */
  display: block;        /* MAKE EACH LINK A BLOCK ELEMENT */
  margin-bottom: 5px;    /* ADD SPACE BETWEEN LINKS */
}