#main_content {
    padding: 0 !important;
    margin: 0 !important;
}

html {
  scroll-behavior: smooth;
}

 /*   header Footer Style   */

.loginUserCont {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 6px 10px 6px 6px;
    border-radius: 12px;
    border: 1px solid transparent;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.loginUserCont:hover,
.loginUserCont.is-open {
    background: #F8FAFC;
    border-color: #E8ECF1;
}

.loginUserCont .userImage {
    width: 42px;
    height: 42px;
    border: 2px solid #F6D23C;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    background: #fff;
}

.loginUserCont .userImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.loginUserCont .userDetails {
    display: flex;
    flex-direction: column;
    min-width: 0;
    line-height: 1.25;
}

.loginUserCont .userDetails h2 {
    color: #091E42;
    font-weight: 600;
    font-size: 14px;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 160px;
}

.loginUserCont .userDetails span {
    color: #8B95A5;
    font-weight: 500;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 160px;
}

.loginUserCont .dropdownArrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    margin-left: 2px;
    flex-shrink: 0;
    transition: transform 0.2s ease;
}

.loginUserCont .dropdownArrow img {
    width: 12px;
    height: 8px;
    display: block;
    opacity: 0.55;
}

.loginUserCont.is-open .dropdownArrow {
    transform: rotate(180deg);
}

.websiteUserDropdown {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    min-width: 240px;
    padding: 0;
    background: #fff;
    border: 1px solid #E8ECF1;
    border-radius: 12px;
    box-shadow: 0 12px 32px rgba(9, 30, 66, 0.12);
    z-index: 1200;
    overflow: hidden;
}

.loginUserCont.is-open .websiteUserDropdown {
    display: block;
    animation: websiteUserDropdownIn 0.16s ease-out;
}

.websiteUserDropdown-header {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 14px 16px 12px;
    background: #F8FAFC;
    border-bottom: 1px solid #EEF1F5;
}

.websiteUserDropdown-header-name {
    color: #091E42;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
}

.websiteUserDropdown-header-email {
    color: #8B95A5;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3;
    word-break: break-all;
}

.websiteUserDropdown ul {
    list-style: none;
    padding: 8px;
    margin: 0;
}

.websiteUserDropdown .websiteDropdown-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0;
    margin: 0;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    color: #091E42;
    transition: background 0.15s ease, color 0.15s ease;
}

.websiteUserDropdown .websiteDropdown-item-link {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 10px 12px;
    color: inherit;
    text-decoration: none !important;
    border-radius: 8px;
}

.websiteUserDropdown .websiteDropdown-item-icon {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: #F3F5F8;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.websiteUserDropdown .websiteDropdown-item-icon img {
    width: 16px;
    height: 16px;
    object-fit: contain;
    display: block;
}

.websiteUserDropdown .websiteDropdown-item-label {
    line-height: 1.2;
}

.websiteUserDropdown .websiteDropdown-item:hover,
.websiteUserDropdown .websiteDropdown-item-link:hover {
    background: #F3F6FA;
}

.websiteUserDropdown .websiteDropdown-item.logout {
    color: #DC2626;
}

.websiteUserDropdown .websiteDropdown-item.logout .websiteDropdown-item-icon {
    background: #FEF2F2;
}

.websiteUserDropdown .websiteDropdown-item.logout:hover,
.websiteUserDropdown .websiteDropdown-item.logout .websiteDropdown-item-link:hover {
    background: #FEF2F2;
}

.websiteUserDropdown .websiteDropdown-item-divider {
    height: 1px;
    margin: 4px 8px;
    background: #EEF1F5;
    list-style: none;
    padding: 0;
}

@keyframes websiteUserDropdownIn {
    from {
        opacity: 0;
        transform: translateY(-6px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.sectionEightFormCaptchaCont {
    width: 80%;
    margin-top: 20px;
}

.sectionEightFormCaptchaCont input {
    width: 100%;
    height: 56px;
    border: 1px solid #C2C7D0;
    border-radius: 3px;
    padding: 16px;
    color: #898989;
    margin-bottom: 10px;
    box-sizing: border-box;
}

 /*   Main Banner   */

.bannerCont {
    background-image: url('/allied_website/static/src/img/pages/Hero_Bg_Img.svg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 98vh;
    width: 100%;
}

.bannerCantentCont{
    height: 342px;
    width: 671px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    top: 40vh;
    left: 14%;
}

.bannerLabel{
    font-weight: 600;
    font-size: 23px;
    color: #FCFCFC;
}

.bannerHeading{
    font-weight: 700;
    font-size: 69px;
    color: #FCFCFC;
    width: 550px;
}

.bannertext{
    font-weight: 500;
    font-size: 18px;
    color: #FCFCFC;
}

.bannerBtn{
    width: 195px;
    height: 64px;
    padding: 16px 20px 16px 20px;
    background-color: #F6D23C;
    border-radius: 12px;
    font-weight: 600;
    font-size: 18px;
    color: #000000;
    border: none;
}

 /*   section One   */

.sectionOneCont{
    height: 892px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sectionOne{
    width: 73%;
    display: flex;
    justify-content: space-between;
}

.sectionOneImage{
    height: 591px;
    width: 589px;
}

.sectionOneContent{
    height: 422px;
    width: 486px;
}

.sectionOneLabel{
    color: #F6D23C;
    font-weight: 700;
    font-size: 20px;
}

.sectionOneContent h2{
    color: #091E42;
    font-weight: 600;
    font-size: 40px;
}

.sectionOneLineCont{
    width: 102px;
    border: 4px solid #F6D23C;
    border-radius: 500px;
    margin-bottom: 10px;
}

.sectionOneLabel2{
    color: #F6D23C;
    font-weight: 500;
    font-size: 18px;
    font-style: Italic;
}

.sectionOneContent p{
    color: #5D6B82;
    font-weight: 600;
    font-size: 16px;
    margin-top: 10px;
}

.sectionOneContent p a{
    color: #F6D23C;
    font-weight: 600;
    font-size: 16px;
    text-decoration: underline;
}

 /*   section Two   */

.sectionTwoCont{
    height: 833px;
    width: 100%;
    background-color: #FEFBEC;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sectionTwo{
    height: 573px;
    width: 73%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sectionTwoHeadingCont{
    height: 88px;
    width: 412px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5%;
}

.sectionTwoHeadingCont span{
    color: #F6D23C;
    font-weight: 700;
    font-size: 20px;
}

.sectionTwoHeadingCont h2{
    color: #091E42;
    font-weight: 600;
    font-size: 40px;
}

.sectionTwoCardCont{
    height: 573px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 30px;
}


 /*   section Three   */


.sectionThreeCont{
    height: 800px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.sectionThree{
    height: 750px;
    width: 73%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sectionThreeContentCont{
    height: 700px;
    width: 620px;
}

.sectionThreebeforeHeadinglabel{
    color: #F6D23C;
    font-weight: 700;
    font-size: 20px;
}

.sectionThreebeforeHeadinglabel h1{
    color: #091E42;
    font-weight: 600;
    font-size: 33px;
}

.sectionThreeAfterHeadinglabel{
    color: #F6D23C;
    font-weight: 500;
    font-size: 18px;
    font-style: Italic;
}

.sectionThreebeforeHeadinglabel p{
    color: #5D6B82;
    font-weight: 400;
    font-size: 16px;
}

.sectionThreeAfterHeadingCont{
    height: 312px;
    width: 588px;
}

.sectionThreeAfterHeadingContOne{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sectionThreeAfterHeadingContOne div{
    height: 138px;
    width: 282px;
}

.sectionThreeAfterHeadingContOne div img{
    height: 56px;
    width: 50px;
}

.sectionThreeAfterHeadingContOne div h1{
    color: #212121;
    font-weight: 600;
    font-size: 18px;
}

.sectionThreeAfterHeadingContOne div span{
    color: #5D6B82;
    font-weight: 400;
    font-size: 16px;
}

.sectionThreeImageCont{
    display: flex;
    justify-content: center;
    align-items: center;
}

 /*   section Four   */

.sectionFourCont{
    height: 102vh;
    width: 100%;
    background-image: url('/allied_website/static/src/img/pages/sectionFourBanner.svg');
    background-size: cover;
    background-repeat: no-repeat;

    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
}

.sectionFour {
    height: 730px;
    width: 85%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: -50px;
}

.sectionFourHeadingCont{
    height: 280px;
    width: 73%;
    text-align: center;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    margin-bottom: -30px;
    margin-top: 30px;
}

.sectionFourHeadingCont h1{
    color: #FFFFFF;
    font-weight: 700;
    font-size: 56px;
}

.sectionFourHeadingCont button{
    background-color: #091E42;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 20px;
    border: none;
    border-radius: 12px;
    padding: 16px 20px 16px 20px;
}

.sectionFourTileCont{
    height: 286px;
    width: 70%;
    border: none;
    border-radius: 8px;
    box-shadow: 1px 1px 8px 1px #1F1F1F1F;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background: var(--Color-Primary-50, #FEFBEC);
}

.sectionFourTile{
    height: 190px;
    width: 185px;
    text-align: center;
}

.sectionFourTile img{
    height: 90px;
    width: 90px;
}

.sectionFourTile h1{
    color: #091E42;
    font-weight: 700;
    font-size: 33px;
    margin-top: 12px;
}

.sectionFourTile span{
    color: #5D6B82;
    font-weight: 500;
    font-size: 23px;
}

 /*   section Five   */

.sectionFiveCont{
    height: 530px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sectionFive{
    height: 220px;
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}

.sectionFiveHeadingCont{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.sectionFiveHeadingCont span{
    color: #F6D23C;
    font-weight: 700;
    font-size: 20px;
}

.sectionFiveHeadingCont h1{
    color: #091E42;
    font-weight: 600;
    font-size: 28px;
}

.sectionFiveCompanyTileCont{
    height: 96px;
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sectionFiveCompanyTileCont div{
    height: 96px;
    width: 230px;
    background: #FFFFFF;
    border: 1px solid #F6F6F6;
    border-radius: 12px;
    box-shadow: 1px 2px 12px 1px #1F1F1F26;
    display: flex;
    align-items: center;
    justify-content: center;
}

 /*   section Six   */

.sectionSixCont{
    height: 500px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sectionSix{
    height: 404px;
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sectionSixBannerCont{
    height: 320px;
    width: 90%;
    background-image: url('/allied_website/static/src/img/pages/sectionSixBanner.png');
    background-size: cover;
    background-repeat: no-repeat;
    border: none;
    border-radius: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
}

.sectionSixHeadingCont{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.sectionSixHeadingCont h1{
    color: #FFFFFF;
    font-weight: 700;
    font-size: 56px;
}

.sectionSixHeadingCont button{
    width: 178;
    height: 48;
    min-height: 48px;
    opacity: 1;
    border: none;
    border-radius: 8px;
    padding-top: 12px;
    padding-right: 16px;
    padding-bottom: 12px;
    padding-left: 16px;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 18px;
    background: var(--Color-Neutral-900, #091E42);
}

 /*   section Seven   */

.sectionSevenCont {
  width: 100%;
  padding: 60px 20px;
  background: #FEFBEC;
  display: flex;
  justify-content: center;
}

.sectionSeven {
  width: 70%;
  text-align: center;
}

.faq-heading {
  margin-bottom: 40px;
}

.faq-title {
  font-size: 40px;
  font-weight: 700;
  margin: 10px 0;
  color: #091E42;
}

.faq-line {
  width: 80px;
  height: 3px;
  background: #F6D23C;
  margin: 10px auto;
}

.faq-btn-cont {
  margin-top: 30px;
}

.faq-btn {
  background: #F6D23C;
  color: #0A2342;
  padding: 12px 28px;
  font-weight: 600;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: 0.3s;
}

 /*   section Eight   */

.sectionEightCont{
    width: 100%;
    height: 800px;
}

.sectionEight{
    width: 100%;
    height: 800px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sectionEightBnnerCont {
    width: 50%;
    height: 100%;
}

.sectionEightFormCont{
    width: 50%;
    height: 800px;
    padding-left: 50px;
}

.sectionEightFormHeading {
    color: #211C11;
    font-weight: 700;
    font-size: 40px;
}

.sectionEightFormHeadingLabel {
    margin-top: 30px;
}

.sectionEightFormHeadingLabel span {
    color: #333333;
    font-weight: 400;
    font-size: 16px;
}

.sectionEightFormInputMainCont {
    width: 80%;
    height: 81px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

.sectionEightFormInputCont {
    width: 45%;
}

.sectionEightFormInputCont div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

.sectionEightFormInputCont input {
    border: 1px solid #C2C7D0;
    border-radius: 3px;
    width: 100%;
    height: 56px;
    padding: 16px;
    color: #898989;
}

.sectionEightFormTextareaMainCont {
    width: 80%;
    height: 200px;
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-top: 30px;
}

.sectionEightFormTextareaCont {
    width: 100%;
    height: 81px;
}

.sectionEightFormTextareaCont div {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

.sectionEightFormTextareaCont textarea {
    border: 1px solid #C2C7D0;
    border-radius: 3px;
    width: 100%;
    height: 149px;
    padding: 16px;
}

.sectionEightFormSubmitBtn  {
    width: 183px;
    height: 56px;
    border: none;
    border-radius: 8px;
    padding-top: 14px;
    padding-right: 18px;
    padding-bottom: 14px;
    padding-left: 18px;
    background-color: #F6D23C;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 20px;
    color: #000000;
}

.userDropdown {
    display: none;
    position: absolute;
    right: 0;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,.15);
    border-radius: 8px;
    z-index: 1000;
}

.userDropdown.open {
    display: block;
}

.userInitial {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #1f6ed5;
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}