.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%;
   box-shadow: 0px 15px 30px #f1f1ff;
}

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

.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: 0.9rem;
    line-height: 1.6;
    font-weight: 500;
}

.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;
}


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

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

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

    .right-feature {
        margin-right: 0%
    }
}

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

