.content-block {
    background-color: #f6f6f6 !important;
}
.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 20px;
}

.p-tb50 {
    padding-bottom: 50px;
    padding-top: 50px;
}
.box-title {
    font-weight: 300;
    color: #6161ff;
}

/* Styles for the button */
.subscribe-btn {
  display: inline-block;
  padding: 10px 20px;
  border: none;
  border-radius: 20px;
  background-color: #6161ff !important;
  color: white !important;
  font-size: 16px;
  position: relative;
}

/* Hover effect */
.subscribe-btn:hover {
  background-color: #6161ff;
  cursor: pointer;
}

.category-info {
    color: #6f6f6f !important;
}

.feature-main-title {
    font-weight: 700 !important;;
    color: var(--light-blue) !important;
    font-size: 2rem !important;
}

.feature-name {
    font-weight: 200 !important;
    color: #6161ff !important;
}

.feature-title {
    font-weight: 600 !important;;
    color: var(--custom-back-color) !important;
}

.feature-info {
    font-weight: 200 !important;
}

.left-feature {
   margin-left: 5% !important;
   box-shadow: 0px 15px 30px #f1f1ff !important;
}

.right-feature {
    margin-right: 5% !important;
    box-shadow: 0px 15px 30px #dfdfff !important;
}

.subscribe-txt {
    color: #fff !important;
    font-weight: 500 !important;
    font-size: 2.75rem !important;
}

.custom-section {
    background-color: #1a5222  !important;
    padding: 20px;
    width: 100vw !important;
    opacity: 0.9;
}

.custom-left-section {
    padding: 5%;
}

.custom-left-section > p {
    font-size: 1rem;
    line-height: 1.6;
}

.custom-left-section>h1 {
    background: var(--green-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.img-style {
  display: block !important; 
  max-width: 100% !important; 
  height: auto !important; 
}

.img-style-main {
  border-radius: 8px !important; 
  opacity: 0.9 !important; 
  box-shadow: 0 0 50px #cacae8;
}

.img-style-left {
  border-radius: 8px !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
}

.img-style-left:hover {
  transform: scale(1.05) !important;
}

.img-style-right {
  border-radius: 64px !important;
  filter: blur(1px) !important; 
  transition: filter 0.3s ease-in-out !important;
}

/* Remove blur effect on hover */
.img-style-right:hover {
  filter: none !important; /* Removes the blur effect on hover */
}

#main-feature {
    max-width: 1400px;
}

.main-content-light {
    background: #fdfdfd;
}

.landing-container-dark-text {
    color: var(--dark);
}

.get-started-button-green {
    background: var(--green-gradient);
    color: var(--light);
}

.get-started-button-green:hover {
    color: var(--white-color);
}

 /* Style the surrounding circle */
.fa-chevron-custom {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 36px; 
    background-color: rgba(255, 255, 255, 0.5); 
    border-radius: 50%; 
    text-align: center;
    line-height: 36px; 
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link{
    font-family: Montserrat, sans-serif !important;
    font-weight: 450;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: var(--second-color);
    background-color: #fff;
    border-color: var(--second-color) var(--second-color) var(--white-color) var(--second-color);
    font-weight: 600;
}
.table td, .table th {
    padding: 5px 5px 5px 5px;
    vertical-align: middle !important;
    font-family: Montserrat, sans-serif !important;
    font-size: 0.8rem;
}
.equal-size-image {
    width: 200px;
    height: 200px;
    object-fit: cover;
    cursor: pointer;
    box-shadow: -2px 1px 4px 0px #ccc;
}
.owl-nav{
    text-align: center !important;
}

.our-team {
    background-color: #fdfdfd;
    height: 400px !important;
}

.our-team .picture img {
    height: 100% !important;
    width: 100% !important;
}

    /* Style the chevron icon */
.fa-chevron-custom:before {
    font-size: 24px; 
    color: gold;
    position: relative;
    z-index: 1; 
    transition: color 0.3s ease-in-out;
}

.fa-chevron-custom:hover {
    background-color: gold; 
}

.fa-chevron-custom:hover:before {
    color: white; 
}

.about-section {
    margin-top: 20px;
    background-color: var(--light);
    padding: 10px;
    border: 1px solid var(--first-color);
}

.fa-custom {
    color: var(--first-color);
}

.section-title {
    margin: 2rem auto;
    padding-top: 2rem;
    text-align: center;
    font-weight: 600 !important;
    background: var(--green-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.carousel-section {
    max-width: 1400px;
}

.product-list-item {
    text-decoration: none !important;
    background: var(--green-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-weight: 600 !important;
}

.custom-collapse {
    /* background: var(--main-gradient); */
}

.our-team .picture::after {
    background: var(--green-gradient) !important;
}

.job-poster-icon {
    background: var(--green-gradient);
    justify-content: center;
    display: flex;
    padding: 20px 0;
    border: 2px solid var(--first-color);
    border-radius: 100%;
}

@media (max-width: 768px) {
    .section-head {
        margin-top: 15px !important;
    }
}

@media screen and (max-width: 767px){
    .content-inner-1 {
        padding-top: 50px;
    }
    .p-tb50 {
        padding-bottom: 10px;
        padding-top: 10px;
    }
}

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

    .left-feature {
        margin-left: 0% !important;
    }

    .right-feature {
        margin-right: 0% !important;
    }
}

@media screen and (min-width: 1170) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1170px ;
    }
}

