
html {
  scroll-behavior: smooth;
}

#main_content {
    width: 100%;
}

.handyBarCantainer{
    height: 48px;
    width: 100%;
    background-color: #091E42;
    display: flex;
    justify-content: center;

}

.handyBarCont{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%;
}

.handyBarFirstCont{
    display: flex;
    justify-content: space-between;
    width: 744px;
    height: 20px;
}

.handyBarLocationCont span{
    font-weight: 500;
    font-size: 14px;
    color: #FCFCFC;
}

.handyBarPhoneCont span{
    font-weight: 500;
    font-size: 14px;
    color: #FCFCFC;
}

.handyBarEmailCont span{
    font-weight: 500;
    font-size: 14px;
    color: #FCFCFC;
}

.handyBarSecendCont{
    width: 306px;
    height: 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.handyBarLoginCont span{
    font-weight: 500;
    font-size: 14px;
    color: #FCFCFC;
}

.handyBarSocialIconCont{
    width: 192px;
    height: 48px;
    display: flex;
    align-items: center;
}

.handyBarSocialIconCont div{
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #FFFFFF;
    border-top: none;
    border-bottom: none;
}

#allied_header {
    display: flex;
    justify-content: center;
    background-color: #FFFFFF;
    border: none;
    height: 102px;
    width: 100%;

}
#allied_header h1 {
    font-size: 28px;
    color: white;
}

.navigationCont{
    width: 724px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navigationCont nav a{
    color: #091E42;
    font-weight: 400;
    font-size: 16px;
}

.userIcon{
    width: 48px;
    height: 48px;
    border-radius: 500px;
    display: flex;
    justify-content: center;
    align-self: center;
}

.userImage {
    width: 50px;
    height: 50px;
    border: 1px solid #F6D23C;
    /*margin-right: 20px;*/
    border-radius: 50%;
}

.headerRegisterCont{
    width: 220px;
    height: 48px;
    display: flex;
    justify-content: space-between;
}

.headerRegisterLinkCont{
    width: 160px;
    display: flex;
    align-items: center;
}

.headerRegisterLinkCont a{
    color: #091E42;
    font-weight: 500;
    font-size: 16px;
}

#allied_footer {
    background-color: #091E42;
    height: 458px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;

}

.footerContentCont{
    width: 1200px;
    height: 358px;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footerLogoCont{
    display: flex;
    flex-direction: column;
    /*justify-content: space-between;*/
    width: 384px;
    height: 280px;
}

.footerLinkCont{
    width: 737px;
    height: 280px;
    display: flex;
    justify-content: space-between;
}

.footerLogoCont span{
    color: #FFFFFF;
    font-weight: 500;
    font-size: 14px;
    margin-top: 20px;
}

.footerPageLinkCont{
    width: 183px;
    height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footerPageLinkCont div span{
    color: #FFFFFF;
    font-weight: 600;
    font-size: 23px;
}

.linecont{
    border: 2px solid #F6D23C;
    border-radius: 50px;
    width: 44px;
}

.footerContactInfoCont{
    width: 235px;
    height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footerContactInfoCont div span{
    color: #FFFFFF;
    font-weight: 600;
    font-size: 23px;
}


.footerSocialCont{
    width: 200px;
    height: 280px;
    display: flex;
    flex-direction: column;
}

.footerSocialCont div div span{
    color: #FFFFFF;
    font-weight: 600;
    font-size: 23px;
}

.footerContactInfoCont .footerLocationCont span{
    font-weight: 500;
    font-size: 14px;
    color: #FCFCFC;
    width: 282px;
}

.footerContactInfoCont .footerPhoneCont span{
    font-weight: 500;
    font-size: 14px;
    color: #FCFCFC;
    width: 282px;
}

.footerContactInfoCont .footerEmailCont span{
    font-weight: 500;
    font-size: 14px;
    color: #FCFCFC;
    width: 282px;
}

.footerPageLinkCont div a{
    color: #FFFFFF;
    font-weight: 500;
    font-size: 14px;
}

.footerfarmerLoginCont div a{
    color: #FFFFFF;
    font-weight: 500;
    font-size: 14px;
}

.copyRightCont{
    width: 100%;
    height: 44px;
    background-color: #F6D23C;
    display: flex;
    justify-content: center;
    align-items: center;
}

.copyRightCont p{
    color: #091E42;
    font-weight: 400;
    font-size: 18px;
}

/* ---------- Dropdown Menu ---------- */
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-toggle {
  cursor: pointer;
}

.dropdown-menu {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 220px;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  top: 100%;
  left: 0;
  z-index: 999;
  overflow: hidden;
}

.dropdown-menu a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #333;
  transition: all 0.2s ease-in-out;
}

.dropdown-menu a:hover {
  background-color: #F6D23C;
  color: black;
}

/* Show dropdown on hover */
.dropdown:hover .dropdown-menu {
  display: block;
}

/* Small hover underline animation for links */
.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0%;
  height: 2px;
  background: #F6D23C;
  transition: width 0.3s ease;
}

.nav-links a:hover::after {
  width: 100%;
}