/*Write Css*/
.slider-contents img.mouse-animation {
    display: none !important;
}

.common-banner .slider-contents {
    background: none !important;
}

img.fern-right {
    display: none !important;
}

img.fern-left {
    display: none !important;
}

.section-title.mango-section-title {
  text-align: center;
}

.section-title.mango-section-title h2 {
  color: #144822;        /* change to your desired green shade */
  font-weight: bold;   /* make it bold */
}

.col-lg-7 > h1,
.col-lg-7 > h1::before,
.col-lg-7 > h1::after {
  text-shadow: none !important;
  filter: none !important;
}

.agency_testimonial_area .agency_testimonial_right_content h2.title {
  text-align: center;
  font-size: 36px;   /* increase as you like */
  font-weight: 700;   
}


   .agency_copyright_area .copyright-contents a {
    color: white !important;
}

/*.header-top .header-info-right {*/
/*    color: white !important;*/
/*}*/


/*.header-info-right ul li a {*/
/*    color: white !important;*/
/*}*/

/*.header-info-right a {*/
/*  color: white !important;*/
/*}*/

@media (max-width: 992px) {
  .navbar-nav li a {
    background-color: transparent !important;
    color: #000 !important; /* or #fff if background is dark */
  }

  .navbar-nav li a:hover {
    background-color: transparent !important;
    color: #000 !important; /* ensure it's still readable */
  }
}


.header-info-right {
  display: block !important; /* Make sure it's visible */
  color: white !important;   /* Text color white */
}

.header-info-right a, 
.header-info-right li, 
.header-info-right * {
  color: white !important;   /* Force white color for all children */
}


.header-info-right {
  display: block !important;   /* Make sure container is visible */
  color: white !important;     /* Text color white */
  width: auto !important;      /* Make sure it’s wide enough */
  padding: 5px 10px;           /* Optional, add some spacing */
}

.header-info-right ul.user-account {
  display: block !important;   /* Show the list */
  color: white !important;
  list-style: none;            /* Remove bullets */
  margin: 0;
  padding: 0;
}

.header-info-right ul.user-account li {
  color: white !important;
  display: inline-block;       /* Show items in one line */
  margin-right: 15px;          /* Space between items */
}

.header-info-right ul.user-account li a {
  color: white !important;    /* Links white */
  text-decoration: none;      /* Remove underline */
}

.header-info-right ul.user-account li a:hover {
  text-decoration: underline; /* Optional hover effect */
}




/* Force override: hover state */
.navbar-area.navbar-area.navbar-padding.navbar-expand-lg .nav-container .navbar-collapse .navbar-nav > li > a:hover,
.navbar-area.navbar-area.navbar-padding.navbar-expand-lg .nav-container .navbar-collapse .navbar-nav > li > a:focus {
  background-color: transparent !important;
  color: #f7aa28 !important;
  visibility: visible !important;
  opacity: 1 !important;
  text-decoration: none !important;
  box-shadow: none !important;
  cursor: default !important;
}


.section-title-line {
  display: none !important;
}

h2.title {
  font-weight: bold !important;
}

