/* custom-style.css - add your CSS below this line */
.image-container img {
  width: 100%;
  height: auto;
  transition: transform 0.4s ease-in-out;
}

.image-container:hover img {
  transform: scale(1.2); /* zoom effect */
}
.image-container {
  width: 100%;
  max-width: 400px; /* adjust size */
  overflow: hidden; /* keep zoom inside */
  position: relative;
  border-radius: 10px; /* optional rounded corners */
}

.about-sticky {
  position: sticky;
  top: 20px; 
 
}
#comments{

display:none !important ;
}

#wpforms-submit-1286{
width:100 %;
}




/* ===============================
   NORMAL INPUTS & TEXTAREA
================================ */

input,
select,
textarea {
    color: #fff !important;
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid #fff !important;
    border-radius: 0 !important;
}

/* Placeholder – all browsers */
input::placeholder,
textarea::placeholder {
    color: #fff !important;
    opacity: 1 !important;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #fff !important;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #fff !important;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #fff !important;
}


/* ===============================
   WPForms MODERN SELECT (Choices.js)
================================ */

.wpforms-form .choices__inner {
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid #fff !important;
    color: #fff !important;
}

/* Fake input text */
.wpforms-form .choices__input--cloned {
    color: #fff !important;
    opacity: 1 !important;
}

/* Placeholder text */
.wpforms-form .choices__input--cloned::placeholder,
.wpforms-form .choices__placeholder {
    color: #fff !important;
    opacity: 1 !important;
}


/* ===============================
   OPTIONAL – LABELS (if visible)
================================ */

.wpforms-form label {
    color: #fff !important;
}
