.green-section-block .bg-green-block p{
    font-weight: 300;
}
.left-slider-block{
    width: 38%;
}

.profile-btn{
    background-color: #257D82;
    font-family: 'Alexandria';
    font-weight: 300;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #FFFFFF;
    padding: 10px 30px;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.profile-btn:hover {
    background: #1d676c;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.profile-sub-menu li a {
  display: block;
  padding: 8px 16px;
  color: #333;
  text-decoration: none;
}

.profile-dropdown .dropdown-content:hover {
  color: #055B5F;
}
.profile-dropdown{
    cursor: pointer;
}
 .review-container {
    max-width: 600px;
    margin: 30px auto;
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    font-family: 'Inter', sans-serif;
}

.rating-section {
    text-align: center;
    margin-bottom: 30px;
}

.rating-section h3 {
    margin-bottom: 10px;
    font-size: 1.4rem;
    color: #333;
}

.star-wrapper {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 15px;
}

.star {
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: transform 0.2s;
}

.star:hover {
    transform: scale(1.2);
}

textarea.review-comment {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 12px;
    resize: none;
    outline: none;
    font-size: 0.95rem;
    margin-bottom: 15px;
}

textarea.review-comment:focus {
    border-color: #015E63;
}

#submit-review:disabled {
    background: #ccc;
    cursor: not-allowed;
}

#submit-review:hover:not(:disabled) {
    background: #014c4f;
}
.green-section-block {
    position: relative; 
}

.green-section-block .container-fluid {
    display: flex;
    flex-wrap: nowrap;
    position: relative; 
}

.bg-green-block {
    flex: 0 0 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative; 
    z-index: 1;
   
  overflow: hidden; /* bahar ka content hide ho jayega */
  
}

.left-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 40px;
  
}



@media (max-width: 767px) {
    .green-buy-img-block img {
        max-width: 100%;
        max-height: 250px;
        object-fit: contain;
    }
    .bg-green-block {
    	flex: 0 0 100%;
	}
	.bg-green-block .left-content {
		padding: 30px 16px 0;
	}
}
@media (max-width: 627px){
	.bg-green-splide-box{
		padding-right: 0px;
	}
  .green-buy-img-block img {
        max-width: 100%;
        max-height: max-content;
        object-fit: contain;
        margin: 0px ;
        gap: 0px !important;
    }
}

@keyframes slideFromRight {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fadeFromTop {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}



@keyframes slideDown {
  0% {
    transform: translateY(160px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.left-content.move-top {
  transform: translateY(0); 
}
.left-content.top-active {
  justify-content: flex-start; 
  margin-top: 0;               
  animation: slideDown 1.5s ease forwards;
}

.green-desc {
  overflow: hidden;
  display: block;
}







