/*!**********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./component/careerComponent/applyFormModal/applyModal.module.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************/

.applyModal_modalContainer__rB0Yy {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    overflow: hidden;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
  }
  
  .applyModal_modalContent__I_3u0 {
    background: white;
    padding: 20px;
    width: 400px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    max-width: 90%; 
  }
  
  .applyModal_modalHeading__foKFp {
    font-size: 1.2rem;
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-weight: 600;
  }
  .applyModal_formContainer__VHCto{
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
  }
  .applyModal_inputSection__eIdGH{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    font-size: 0.9rem;
  }
  .applyModal_inputSection__eIdGH input{
    border: 1px solid rgb(208, 205, 205);
    border-radius: 5px;
    padding: 0.4rem 0.5rem;
    width: 100%;
    outline: none;
  }
  .applyModal_inputFileSection__THSyB{
    font-size: 0.9rem;
    width: 100%;
    margin-top: 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
  .applyModal_closeBtn__wrhw9 {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
  }
  
  .applyModal_submitBtn__dPyky {
    background-color: #A00418;
    padding: 0.5rem 1rem; 
    border-radius: 5px;
    color: white;
    margin-top: 1rem;
    align-self: flex-end;
    cursor: pointer;
  }
  
/*!******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./component/footer/footer.module.css ***!
  \******************************************************************************************************************************************************************************************************************************************************************************/
.footer_footerContainer__PzaNe{
    display: flex;
    flex-direction: column;
    background-color: black;
    /* gap: 3rem; */
    color: white;
}
.footer_footerContentContainer__AhdpA{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3rem;
    gap: 2rem;
}
.footer_footerContent__8Lvdm{
    display: flex;
    flex-wrap: wrap;
    gap:2rem;
    align-items: start;
    width: 100%;
    justify-content: space-between;
}
.footer_footerAboutContainer__uamRx{
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 2rem;
    background-color: #720614;
}
.footer_footerAboutContainer__uamRx img{
    width: 200px;
    height: auto;
}
.footer_footerLinksContainer__Fw6Zt{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* width: 250px; */
    gap: 0.5rem;
}
.footer_footerLinksContainer__Fw6Zt ul{
    display: flex;
    flex-direction: column;
    /* width: 250px; */
    gap: 5px;
}
.footer_footerLinksContainer__Fw6Zt ul li a{
    display: flex;
    gap: 0.5rem;
    font-size: 0.9rem;
    font-weight: 200;
}
.footer_icon__MoxXc{
    font-size: 1.2rem;
}
.footer_footerAboutContainer__uamRx p{
    width: 260px;
    font-size: 14px;
}
.footer_footerAboutHeading__nuZZe{
    border-bottom: 4px solid #720614;
    position: relative;
}
.footer_footerAboutHeading__nuZZe .footer_circle__hjbMZ{
    position: absolute;
    bottom: -4px;
    left:0;
}
.footer_circle__hjbMZ{
    background-color: white;
    border-radius: 100%;
    height: 4px;
    width: 4px;
}
.footer_footerIcon__ewdpI{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #720614;
    transition: all 0.4s linear;
}
.footer_footerIcon__ewdpI:hover{
    box-shadow: 0 2px 8px 5px rgba(151, 3, 3, 0.336);
}
.footer_footerIcon__ewdpI .footer_icon__MoxXc{
    font-size: 1.5rem;
}
.footer_listContainer__LX6Uo{
    display: flex;
    align-items: flex-start;
    /* align-items: center; */
    gap: 1rem;
}
.footer_footerEnd__r3ki9{
    background-color: rgba(114, 6, 20, 1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    padding: 0.8rem 3.5rem;
    font-size: 0.83rem;
}
/* .rights{
    width: 60%;
    display: flex;
    align-items: end;
    justify-content: end;
} */

/* responsive */
@media only screen and (max-width:590px){
    .footer_footerContentContainer__AhdpA{
        flex-direction: column;
        align-items: flex-start;
    }
    .footer_footerAboutContainer__uamRx p{
        width: auto;
    }
    .footer_footerFirst__nc_sh{
        width: 300px;
    }
    .footer_footerAboutContainer__uamRx img{
        width: 180px;
        height: auto;
    }
    .footer_footerSec__t5eA5{
        /* width: 180px; */
    }
    .footer_LinkIcons__asfK7{
        width: 40px;
    }
    .footer_footerEnd__r3ki9{
        flex-direction: column;
        text-align: center;
    }
}
@media screen and (min-width:590px) and (max-width:840px) {
    .footer_footerEnd__r3ki9{
        justify-content: center;
        gap: 1rem;
        flex-wrap: wrap;
    }
}
@media only screen and (min-width:590px) and (max-width:999px){
    .footer_footerContentContainer__AhdpA{
        flex-direction: column;
        align-items: flex-start;
    }
    .footer_footerAboutContainer__uamRx p{
        width: auto;
    }
    .footer_footerContent__8Lvdm ul{
       /* width: 200px; */
    }
    .footer_footerLinksContainer__Fw6Zt{
        width: auto;
    }
}
@media only screen and (min-width:999px) and (max-width:1338px){
    .footer_footerContentContainer__AhdpA{
        /* flex-direction: column; */
    }
    .footer_footerAboutContainer__uamRx p{
        width: 250px;
        height: -moz-fit-content;
        height: fit-content;
    }
    /* .LinkIcons{
        width: 40px;
    } */
}
/*!******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./component/navbar/navbar.module.css ***!
  \******************************************************************************************************************************************************************************************************************************************************************************/
.navbar_navbarContainer__JBKKN{
    width: 100%;
    /* height: 10vh; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 3rem;
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}
.navbar_logo__D_vQT{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.navbar_logo__D_vQT img{
  width: 242px;
  height: auto;
}
 .navbar_navFirst__MjDFI{
  display: flex;
  align-items: center;
  justify-content: space-between;
 }
 .navbar_bar__4lZZ1{
  opacity: 0;
  visibility: hidden;
 }
 .navbar_bar__4lZZ1 .navbar_icon__37BGJ{
  font-size: 2rem;
  transition: all 0.5s linear;
 }
 .navbar_bar__4lZZ1 .navbar_icon__37BGJ:hover{
  color: #A00418;
 }
.navbar_linksContainer__YSPoJ{
    width: 58%;
    display: flex;
    align-items:center;
    justify-content: space-between;
    gap: 0.5rem;
}
.navbar_links__EuZEk{
    border: 1px solid transparent;
    font-size: 1rem;
    border-radius: 20px;
    text-align: center;
    padding: 0.2rem 1rem;
    cursor: pointer;
}
.navbar_active__TipUM{
    color: white;
    background-color: #A00418;
    border-radius: 20px;
    font-weight: 600;
}
.navbar_dropdown__fAUY8 {
    position: relative;
  }
.navbar_dropdownMenu__LaKoq {
  position: absolute;
  top: 3rem;
  left: 1rem;
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  width: 300px;
  z-index: 100;
  cursor: pointer;
}
.navbar_dropdownItem__Jmct6 {
  padding: 10px;
  text-decoration: none;
  color: #333;
  border-radius: 4px;
  font-weight: 500;
}
.navbar_dropdownItem__Jmct6:hover {
  background-color: #A00418;
  color: white;
}
.navbar_navLink__Lh_bW {
  color: #EAF9FF;
  text-decoration: none;
  transition: color 0.3s ease;
}
.navbar_navActive__nZzdN {
  background-color: white;
  color: #A00418;
  border: 1px solid #A00418;
  border-radius: 20px;
  font-weight: 600;
}
/* nested */
.navbar_nestedDropdown__bo8me {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  width: 180px;
  height: auto; 
}
.navbar_nestedDropdownItem__w2Oza {
  padding: 8px 16px;
  text-decoration: none;
  color: #333;
  display: block;
}

.navbar_nestedDropdownItem__w2Oza:hover {
  background-color: #A00418;
  color: white;
}
.navbar_serviceDropdown__sg2tk {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* padding-right: 10px; */
  text-decoration: none;
  border-radius: 4px;
  color: #333;
  font-weight: 500;
  cursor: pointer;
}
.navbar_serviceDropdown__sg2tk:hover {
  background-color: #A00418;
  color: white;
}
.navbar_serviceDropdown__sg2tk:hover .navbar_nestedDropdown__bo8me {
    display: block;
}
.navbar_serviceDropdown__sg2tk:hover .navbar_dropdownItem__Jmct6{
  color: white !important;
}
.navbar_serviceDropdown__sg2tk.navbar_active__TipUM .navbar_nestedDropdown__bo8me {
  display: block;
}
.navbar_serviceDropdown__sg2tk div {
  cursor: pointer;
}
.navbar_digitalDropdown__g3QmP{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.navbar_activeDigitalDropdown__cQX_v{
  color: white;
}

/* responsive */
@media only screen and (max-width:500px){
    .navbar_navbarContainer__JBKKN{
      flex-direction: column;
      padding: 1.5rem 1rem;
  }
  .navbar_navFirst__MjDFI{
    width:100%;
  }
  .navbar_logo__D_vQT img{
    width: 150px;
    height: auto;
  }
  
  .navbar_nestedDropdown__bo8me {
    left: 0;
    top: 3rem;
  }
  .navbar_dropdownMenu__LaKoq {
    width: 200px;
    font-size: 0.9rem;
  }
  .navbar_bar__4lZZ1{
    top: 1rem;
    opacity: 1;
    visibility: visible;
  }
  .navbar_bar__4lZZ1 .navbar_icon__37BGJ{
    font-size: 1.5rem;
    transition: all 0.5s linear;
   }
  .navbar_linksContainer__YSPoJ{
    width: 100%;
    flex-direction: column;
    align-items:flex-start;
    justify-content:flex-start;
    margin-top: 1rem;
    visibility: hidden;
    opacity: 0;
    height: 0;
    margin-top: 0;
    /* transition: height 0.6s linear, visibility 0.6s linear, opacity 0.6s linear; */
  }
  .navbar_hide__HF3vF{
    visibility: hidden;
    opacity: 0;
    height: 0px;
  }
  .navbar_show___YuwZ{
    text-align: left;
    position: absolute;
    top: 5rem;
    right: 1rem;
    margin-left: 7rem;
    visibility: visible;
    opacity: 1;
    height: 200px;
    background-color: #A00418;
    width: 200px;
    border-radius: 10px;
  }
}

@media only screen and (min-width:500px) and (max-width:1024px){
    .navbar_navbarContainer__JBKKN{
      flex-direction: column;
      /* position: relative; */
  }
  .navbar_navFirst__MjDFI{
    width:100%;
  }
  .navbar_nestedDropdown__bo8me {
    left: 0;
    top: 3rem;
  }
  .navbar_dropdownMenu__LaKoq {
    width: 200px;
    font-size: 0.9rem;
  }
  .navbar_bar__4lZZ1{
    top: 1rem;
    opacity: 1;
    visibility: visible;
  }
  .navbar_linksContainer__YSPoJ{
    width: 100%;
    flex-direction: column;
    align-items:flex-start;
    justify-content:flex-start;
    margin-top: 1rem;
    visibility: hidden;
    opacity: 0;
    height: 0;
    margin-top: 0;
    /* transition: height 0.6s linear, visibility 0.6s linear, opacity 0.6s linear; */
  }
  .navbar_hide__HF3vF{
    visibility: hidden;
    opacity: 0;
    height: 0px;
  }
  .navbar_show___YuwZ{
    text-align: left;
    position: absolute;
    top: 5rem;
    right: 1rem;
    margin-left: 7rem;
    visibility: visible;
    opacity: 1;
    height: 200px;
    background-color: #A00418;
    width: 200px;
    border-radius: 10px;
  }
}
@media only screen and (min-width:999px) and (max-width:1269px){
  .navbar_linksContainer__YSPoJ{
    width: 58%;
  }
}

