.custom-widget-container {
    background-color: #f9f9f9 !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
    padding: 25px !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.custom-widget-container:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15) !important;
}

.custom-infobox-content {
    text-align: center !important;
}

.custom-icon-wrap {
    background-color: #ff9500 !important;
    width: 60px !important;
    height: 60px !important;
    border-radius: 50% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 0 auto 15px !important;
    color: white !important;
    font-size: 24px !important;
}

.custom-infobox-title {
    font-size: 22px !important;
    font-weight: 600 !important;
    margin-bottom: 10px !important;
    color: #000 !important;
}

.custom-infobox-text {
    font-size: 16px !important;
    color: #000 !important;
    line-height: 1.6 !important;
}

.btn-custom {
    width: 100% !important;
    border-radius: 1px !important;
}

.btn-custom:hover {
    background-color: #ff9500 !important;
    color: #fff !important;
}

/* about section*/

.hero-section {
    position: relative;
    height: 105vh;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: left;
    justify-content: left;
}

.hero-section img.bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* IMPORTANT: Cover the entire area */
    z-index: 1;
}


.hero-content {
    position: relative;
    z-index: 3; /* Above image and overlay */
    color: white;
    text-align: left;
    padding: 20px;
}

  .sub-title {
    font-size: 20px;
    color: #ffc107;
    margin-bottom: 10px;
    margin-top: 9%;
    font-family: 'Poppins' sans-serif !important;
    text-transform: uppercase;
  }

  .main-title {
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 20px;
    font-family: 'Poppins' sans-serif !important;
    text-transform: uppercase;
  }

  .description {
    font-size: 19px;
    margin-bottom: 30px;
    color:#fff;
    font-weight:500;
  }

  .hero-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
  }

  .btn {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 20px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
  }

  .btn-customm {
    background-color: #fff !important;
    color: white;
  }

  .btn-color {
    background-color: #ff9500 !important; 
    color: white !important;
  }

  .btn-color:hover {
    background-color: #ff9500 !important;
  }

  .text-color {
    color: #ff9500 !important;
  }

  .text-colorr {
    color: #fff;
  }

  @media (max-width: 768px) {
    .main-title {
      font-size: 35px !important;
      margin-bottom:116px !important;
    }
    .main-title1 {
      font-size: 64px !important;
      margin-bottom:161px !important;
    }
    
     .main-title2 {
      font-size: 36px !important;
      margin-bottom:111px !important;
      font-weight:700 !important;
    }

    .description {
      font-size: 16px;
    }

    .hero-content {
      text-align: left;
    }

    .hero-buttons {
      justify-content: left;
    }
  }
  header {
    position: relative;
    z-index: 10;
  }
  
  .hero-section {
    position: relative;
    z-index: 1;
  }
  
  .hero-section img.bg-image {
    pointer-events: none;
  }
  