/*Brand color start here */
.SearchContainer__searchIcon,.AppContainer__backToTop,.Button__footerBtn:hover,.LoginDetail__profileBtn{
background:#c70000
}
.SearchContainer__downArrow{
border-top-color:#c70000
}
.commonStyle__zt3BrandFill{
fill:#c70000;
    color:#c70000
}
.Header__homeNavbarFixed .Header__navbar .Header__tabsTab.Header__active, .Header__homeNavbarFixed .Header__navbar .Header__tabsTab:hover, .globalfixednav .globalSignin:hover, .globalfixednav .globalSignup:hover,.globalfixednav .LoginDetail__signin:hover,.globalfixednav .LoginDetail__signup:hover{
border-bottom: .1875rem solid #c70000;
    color: #c70000;
}
.globalfixednav .aPlusIcon:hover,.Signin__userLink,.Link__link2,.Icon__hoverbrand:hover,.Icon__brand,.Comment__cmtUsrNme,.TabFilter__tab:hover, .ThreadedComment__commentContent a,.FileUpload__userLink,.AvatarText__avatarText,.TopicDetailRightContainer__commentCount>span, .TopicDetailRightContainer__followerCount>span, .TopicDetailRightContainer__viewCount>span,.Button__primaryBorder, .Button__warningBorder,.TopicPreview__txtPrimary,.Pill__pillText,.NoContent__contentDescription a, .NoContent__title,.TopicDetailLeftContainer__creatorName,.ThreadedComment__userNameType2,.TopicPreview__creatorName, .globalfixednav .CustomizeContainer__aPlus:hover,.ForgetPasswordContainer__userLink,.Captcha__captchaText,.communityDetail .description a,.articleDetail .description a,.FilterTabs__activeFilter,.ForumTabs__activeFilter,.LoginDetail__userMail .commonStyle__zt3Brand,.TopicListRightContainer__countValue,.commonStyle__zt3Brand,.TicketFilterPopup__active,.TicketFilterPopup__filterValue:hover {
color: #c70000 !important;
}
.AvatarText__avatarText{
background: #fff;
}
.FileUpload__attachPin,.AvatarText__avatarText,.Button__primaryBorder, .Button__warningBorder,.Pill__pill{
border-color:#c70000;
}
/*Brand color end here */

.footer-full {
  width: 100%;
  background-color: #fcffff;
}

/* Main footer layout */
.footer-brand {
  display: flex;
  justify-content: space-between; /* push logo right */
  align-items: flex-start;
  padding: 20px 60px;
  font-family: Arial, Helvetica, sans-serif;
}

/* Left text section */
.footer-text {
  max-width: 70%;
}

/* Logo section */
.halkin-logo {
  flex-shrink: 0;
}

.logo-img {
  max-width: 150px;
  height: auto;
  display: block;
}

/* Text styling */
.company-details p {
  margin: 2px 0;
  font-size: 12px;
  color: #b06b63;
  line-height: 1.6;
}

.directions-link {
  display: inline-block;
  margin-top: 8px;
  font-size: 12px;
  color: #b06b63;
  text-decoration: none;
}

.directions-link:hover {
  text-decoration: underline;
}

