/*footer */




.footer-sec h4{
	color: #ff7900;
    font-size: 20px;
    font-weight: 400;
}

.footer-sec p{
	color: #737373;
    font-size: 13px;
	line-height:25px;
  
}

.footer-sec ul{
	padding-left: unset;
}

.footer-sec ul li{

	list-style: none;
    margin-bottom: 5px;
    font-size: 14px;
  
}

.footer-sec ul li a {
  color: #737373;
  text-decoration: none;
  list-style: none;
  font-size: 14px;
  transition: all 0.3s ease; 
  position: relative;
  
}

.footer-sec ul li a:hover {
  color: #ff7900;
  padding-left: 15px; 
}

.footer-sec ul li a::before {
  content: ""; 
  position: absolute;
  left: 0;
  color: #ff7900;
  transition: all 0.3s ease;
}

.footer-sec ul li a:hover::before {
  content: "-"; 
}

  .footer-copyright p  {color: #fff;
    font-size: 10px;
    text-align: center;
	padding-top: 10px;}

.footer-newsletter p{
	font-size: 12px;
    margin-top: 10px;
}


.social-icons {
    margin-top: 10px;
}
.social-icons a {
   padding-right:5px;
    font-size: 20px; 
    color: #ff7900; 
    text-decoration: none;
}
.social-icons a:hover {
    color: #000; 
}


.footerform-subscribe p {
    display: flex;
    
    max-width: 400px; 
    margin: auto;
}

.footerform-subscribe input[type="email"] {
    flex: 1;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px 0 0 5px;
    outline: none;
    font-size: 14px;
    box-sizing: border-box;
}

.footerform-subscribe input[type="submit"] {
   padding: 10px 15px;height:42px;
    border: none;
    background-color: #FF7F00;
    color: white;
    font-size: 12px;
    cursor: pointer;
    border-radius: 0 5px 5px 0;
}

.footerform-subscribe input[type="submit"]:hover {
    background-color: #E06B00;
}
.footer-sec span{
	font-size:14px;
	color:#737373;
}

.footer-sec i{
	color:#a9a5a5;
}

.footer-copyright-menu{
	text-align:center;
}

.footer-copyright-menu a{
	color:#fff;
	font-size:12px;
	text-decoration:none;
}


.footer-copyright-menu a:hover{
	color:#000;
}


	.footerform-subscribe input[type="email"]
		{
	width: 270px;
		}


#scrollTopBtn {
  display: none; 
  position: fixed;
    bottom: 80px;
    right: 30px;
    z-index: 99;
    background-color: #b5b4b4;
    color: white;
    padding: 5px 10px;
    border: none;
    border-radius: 10%;
    cursor: pointer;
    font-size: 18px;
}

#scrollTopBtn:hover {
  background-color: #333;
}

#scrollTopBtn i {
  font-size: 18px;
}





.footersocial{
	display: flex;
    justify-content: flex-start;
   align-items: baseline;
}
.footersocial span{font-size: 24px;
    color: #ff7900;
    font-weight: 400;
    margin-right: 10px;}

.footeraddress{
	display: flex;
    justify-content: flex-start;
   align-items: baseline;
}

.footeraddress span{font-size:13px;color:#737373;}

.footeraddress i{font-size: 22px;
    margin-right: 10px;color:#ff7900;}

.footercontact i{font-size: 18px;
    margin-right: 10px;color:#ff7900;}

.footercontact a{
	font-size:13px;color:#737373!important;
    text-decoration: none;
	
}

/* Sticky Button*/
.sticky-connect-button {
  position: fixed;
  bottom: 100px;
  right: 20px;
  background-color: #ff7900;
  color: white;
  padding: 10px 0;
  border-radius: 10px 0 0 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 60px; 
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  opacity: 0; 
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0s 0.5s;
}

.sticky-connect-button.visible {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease, visibility 0s 0s; 
}

.sticky-connect-button a,
.sticky-connect-button .form-icon {
  font-size: 20px;
  color: white;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  cursor: pointer;
}

.sticky-connect-button a:hover {
  color: #fff;
}

.separator-line {
  width: 100%;
  height: 1px;
  background-color: white;
  margin: 10px 0; 
}


.sticky-connect-button .phone-icon,
.sticky-connect-button .form-icon {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px; 
}

.sticky-connect-button .phone-icon i,
.sticky-connect-button .form-icon i {
  font-size: 20px;
}

.sticky-connect-button .phone-icon:hover,
.sticky-connect-button .form-icon:hover {
color:#fff;
}


.connect-form-panel {
 position: fixed;
    top: 0;
    right: 0;
    width:403px;
    background: #fff;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.3);
    transition: right 0.5s ease-in-out;
    z-index: 9999;
    overflow-y: auto;
    margin: 20px 1px 0 0;
    border-radius: 10px 0 0 10px;
}

.connect-form-panel.active {
  right: 0; 
}


.connect-form-panel {
    position: fixed;
    top: 0;
    right: -400px;
    width: 325px;
    height: 540px;
    background: #fff;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.3);
    transition: right 0.9s ease-in-out, opacity 0.9s ease-in-out;
    z-index: 9999;
    overflow-y: hidden;
    opacity: 0; 
    pointer-events: none;
}

.connect-form-panel.active {
    right: 0;
    opacity: 1;
    pointer-events: auto; 
}

.close-panel {
    position: absolute;
    top: 4px;
    right: 7px;
    font-size: 24px;
    cursor: pointer;
    color: #ff7900;
    font-weight: 600;
}

#connectButton {
    position: fixed;
    bottom: 200px;
    right: 0px;
    background-color: #ff7900;
    color: white;
    padding: 10px;
    border-radius: 10px 0 0 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0px;
    cursor: pointer;
    z-index: 9999;
    width: 50px;
}
}

#connectButton {
    transition: opacity 0.0s ease-in-out, transform 0.9s ease-in-out;
    opacity: 0;
    transform: translateY(10px); 
}

#connectButton.visible {
    opacity: 1;
    transform: translateY(0); 
}
















/*Footer Responsive*/
@media (max-width: 767px) {
	.footer-sec h4{
		font-size:16px;
	}
	
	.footer-sec p{
		font-size:12px;
	}
	
	.footer-sec ul li a{
		font-size:12px;
	}
	
	.footer-sec span{
		font-size:12px;
	}
	
	.footer-newsletter p{
		font-size:10px;
	}
	
	.connect-form-panel{
		top: 75px;
	}
	
	
	.footersocial span{font-size:16px;}
}



/**/
/* Popup container */
.cookie-consent {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.6);
  display: none; /* hide by default to prevent flash */
  align-items: center; 
  justify-content: center;
  z-index: 9999;
}

/* Popup box */
.cookie-box {
  background: #fff;
  max-width: 600px;
  width: 90%;
  height: 450px;
  padding: 20px;
  border-radius: 10px;

  display: flex;
  flex-direction: column;
}

/* Heading */
.cookie-box h2 {
  font-size: 20px;
  font-weight: 600;
  color: #ff7900;
  margin-bottom: 10px;
}

/* Intro paragraph */
.cookie-box .intro {
  font-size: 12px;
  margin-bottom: 15px;
}

/* Scrollable content */
.cookie-content {
  flex: 1;
  overflow-y: auto;
  padding-right: 10px;
}

/* Sections */
.cookie-section {
  margin-bottom: 15px;
}

.cookie-section h4 {
  font-size: 16px;color: #797676;
  font-weight: 600;
  margin: 8px 0;
}

.cookie-section p {
  font-size: 12px;
  margin: 5px 0 10px;
}

/* Extra info at the bottom */
.cookie-content .extra {
  font-size: 12px;
  margin: 8px 0;
}

/* Top category buttons (border only) */
.cookie-section .cookie-btn.accept,
.cookie-section .cookie-btn.reject {
  font-size: 11px;         
  padding: 4px 8px;
  background: transparent; /* no background */
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  margin: 3px;
}

/* Accept border color */
.cookie-section .cookie-btn.accept {
  border: none;
    background: #1165a3;
}

/* Reject border color */
.cookie-section .cookie-btn.reject {
      border: none;
    background: #444444;
}

/* Selected state */
.cookie-btn.selected {
  background: #999; 
  color: #fff; 
  cursor: not-allowed; 
  border: none;
}

/* Bottom global buttons */
.cookie-actions {
 display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin-top: 10px;
    gap: 10px;
}

.cookie-btn.accept-all {
  background: #ff7900;  
  color: #fff; 
  font-size: 14px;
  padding: 8px 16px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.cookie-btn.reject-all {
  background: #444;    
  color: #fff; 
  font-size: 14px;
  padding: 8px 16px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.cookie-btn.info-btn { 
  background: #1165a3;
    color: #fff;
    font-size: 12px;
    padding: 5px 12px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
