.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: 26px;
    line-height: 150%;
    text-align: center;
    color: #FFFFFF;
    padding: 10px 40px;
    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 {
    background: #015E63;
    border: none;
    color: #fff;
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 1rem;
    cursor: pointer;
    transition: background 0.2s;
}

#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 58%;
    min-height: 500px; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative; 
    z-index: 1;
   
  overflow: hidden; /* bahar ka content hide ho jayega */
  
}

.splide-right-two {
    position: absolute; 
    top: 0;
    right: 0; 
    height: 100% ; 
    width: 50%; 
    display: flex;
    align-items: flex-end; 
    justify-content: flex-end;
    z-index: 2;
    padding: 0;
}
.splide-right-two {
    position: absolute;
    top: calc(70% - 203px); /* curve ke end ke thoda upar se start */
    right: 0;
    width: 30%;
    z-index: 2;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}


@media (min-width: 1567px) {
    .bg-green-block {
        min-height: 700px; 
    }
    .splide-right-two {
      top: calc(70% - 300px);    
    }
}

@media (min-width: 1230px) and (max-width: 1566px) {
    .bg-green-block {
        min-height: 600px; 
    }
    .splide-right-two {
      top: calc(70% - 235px);    
    }
}
@media (min-width: 768px) and (max-width: 1229px)  {
    .bg-green-block {
        min-height: 450px; 
    }
     .splide-right-two {
      top: calc(70% - 158px);    
    }
}
@media (max-width: 767px) {
    
    .bg-green-block {
        min-height: 300px;

    }
     .splide-right-two {
      top: calc(70% - 99px);    
    }
   
    .green-buy-img-block img {
        max-width: 90%;
        max-height: 250px;
        object-fit: contain;
    }
}
@media (max-width: 627px){
	.bg-green-splide-box{
		padding-right: 0px;
	}
  .green-buy-img-block img {
        max-width: 90%;
        max-height: 150px;
        object-fit: contain;
        margin: 0px ;
        gap: 0px !important;
    }
     .splide-right-two {
      top: calc(70% - 99px);    
    }
}

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

.splide-right-two {
  transform: translateX(50%); 
  transition: transform 1.2s ease; 
}

.splide-right-two.active {
  transform: translateX(0);
}

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

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







