.btn:active {
    border: none;
}
.btn:focus {
    background: none;
}
.ui-front {
    z-index: 1050;
}
.fa-plus:before {
    content: "\f068"; /* Unicode for Font Awesome plus */
}

/* Change to minus when the element is collapsed */
.fa-plus.collapsed:before {
    content: "\f067"; /* Unicode for Font Awesome minus */
}
.buttons:hover, .btn:hover {
    cursor: pointer;
}
.homesliderSlick .slick-dots li button:before {
    content: "•";
}

.upper_text h2 {
    font-weight: 500;
    font-size: 2.5rem;
}

.textallign h1 {
    font-size: 2.5rem !important;
    font-weight: 600;
    margin: 0;
    line-height: 60px;
}
.upper_text h2 span {
    font-weight: 600;
    padding-left: 9px;
}

.banner_text .textallign {
    padding-left: 12px;
}

.textallign p {
    font-size: 20px;
    line-height: 40px;
    margin: 26px 0;
    margin-top: 14px;
}

#Handloom_Products h1.heading {
    margin-bottom: 10px;
    font-size: 35px;
}
.Reviews_section{
  padding: 3rem 0;
}

.Reviews_section h1.heading {
    font-size: 35px;
}

.hidden {
    display: none;
}
                        
                        
                        
html, body {
    width: 100%;
    overflow-x: hidden;
}

.side_SITE .Social {
    padding-left: 0px;
    margin-top: 1rem;
}

footer p.footerabout-para {
    font-size: 13px;
    line-height: 18px;
    color: #fff;
}
footer .newsletter{
padding-left: 0px !important;
}

.side_SITE {
    display: flex;
    flex-direction: column;
}



@media only screen and (max-width: 768px){
.top_strip .left_side{
  justify-content: center;
  align-items: center !important;
}

.banner_text img {
    display: none;
}

.textallign h1 {
    font-size: 24px !important;
    font-weight: 600;
    margin: 0;
    line-height: 42px;
}

.upper_text h2 {
    font-weight: 500;
    font-size: 28px;
}

.textallign p {
    font-size: 20px;
    line-height: 32px;
    margin: 19px 0;
    margin-top: 7px;
}

.main_navigation .selected {
    display: block;
}

.Reviews_section h1.heading, #Handloom_Products h1.heading {
    font-size: 30px;
}
.Reviews_section{
     padding: 3rem 0;
}

.testimonial-sec .slick-prev, .testimonial-sec .slick-next{
      top: 86% !important;
}
.text_area p.powered {
    position: unset;
}
.upper_text h2 {
    margin-bottom: 0;
}
footer a.footer-logoImg {
    display: flex;
    justify-content: center;
}

.testimonial-sec p{
    text-align: center;
}

.testimonial_para h3 {
    text-align: center;
}
.banner_text .textallign {
    padding-left: unset;
}

footer .Social {
    flex-direction: column;
}

.handloom_text {
    bottom: -100%;
}
.list_sliderrr{
    flex-wrap: wrap;
}

/* Basic styles for the slick dots container */
.slick-dots {
    display: flex;  /* Ensure the dots are in a row */
    justify-content: center;  /* Center the dots */
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Non-active dots */
.slick-dots li button {
    background-color: #ccc;  /* Gray color for inactive dots */
    border: none;
    width: 12px;
    height: 12px;
    border-radius: 50%;  /* Make dots circular */
    margin: 0 5px;  /* Space between dots */
    cursor: pointer;
    opacity: 0.7;  /* Slight transparency */
    transition: background-color 0.3s, transform 0.3s; /* Smooth hover/active effect */
}

/* On hover, give non-active dots a slight size change */
.slick-dots li button:hover {
    transform: scale(1.1);
}

/* Active dot */
.slick-dots li.slick-active button {
    background-color: #007bff;  /* Primary color for active dot */
    width: 14px;  /* Slightly larger active dot */
    height: 14px;
    opacity: 1;  /* Fully opaque */
    transform: scale(1.2);  /* Make the active dot stand out */
}

/* Focused dot (optional, for accessibility) */
.slick-dots li button:focus {
    outline: none;
    box-shadow: 0 0 5px #007bff;  /* Blue shadow to highlight focused dot */
}
@media (max-width: 991.98px) {
  header.sticky-top {
    position: static;
  }
}
.navbar-collapse {
    max-height: 1000px; /* Set a value greater than your content's height */
    transition: max-height 0.4s ease-in;
    overflow: hidden; /* To hide the content when collapsed */
}

.navbar-collapse.hidden-nav {
    max-height: 0px;
}
@media (max-width: 991.98px) {

ul#ui-id-1 {
    top: 162px !important;
}
    
}