@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/* Global css for template */
body {
    margin: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: #000;
    line-height: 1.3;
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 25px;
    padding: 0;
    font-family: "Roboto", sans-serif;
    line-height: 1.5;
}

/* h1{
    font-size: 70px;
    font-weight: 800;
} 
h2{
    font-size: 60px;
    font-weight: 700;
} 
h3{
    font-size: 50px;
    font-weight: 600;
} */
h1 {
    font-size: 28px;
}

h2 {
    font-size: 23.8px;
}

h3 {
    font-size: 18.2px;
}

h4 {
    font-size: 45px;
    font-weight: 500;
}

h5 {
    font-size: 35px;
    font-weight: 400;
}

h6 {
    font-size: 20px;
    font-weight: 400;
}

p {
    margin-bottom: 15px;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    display: inline-block;
    color: blue;
}

.common-padding {
    padding-top: 100px;
    padding-bottom: 100px;
}


/* .step { display: none; }
.step.active { display: block; }
.progress-bar { transition: width 0.4s; } */


:root {
    --marineBlue: hsl(213, 96%, 18%);
    --purplishBlue: hsl(243, 100%, 62%);
    --pastelBlue: hsl(228, 100%, 84%);
    --lightBlue: hsl(206, 94%, 87%);
    --strawberryRed: hsl(354, 84%, 57%);
    --coolGray: hsl(231, 11%, 70%);
    --lightGray: hsl(229, 24%, 87%);
    --magnolia: hsl(217, 100%, 97%);
    --alabaster: hsl(231, 100%, 99%);
    --white: hsl(0, 0%, 100%);
  }
  
  * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  
  /* body {
    margin: 0;
    padding: 0;
    
    background: linear-gradient(135deg, #435463, #6a798f, #91a0b6, #b8c8de, #dfeef8);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-family: 'Ubuntu', sans-serif;
  } */
  
  p {
    margin: 0;
    font-size: 16px;
  }
  .login-btn{
    text-align: right;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .nav-wrapper {
    align-items: center;
    display: flex;
    justify-content: space-between;
   }
  .login-btn a{
    font-size: 14px;
    height: 44px;
    border-radius: 5px;
    font-weight: 700;
    color: rgb(2, 0, 36);
       /* background-color: rgb(2, 0, 36); */
    border: 1px solid var(--marineBlue);
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 21px;
    padding-right: 21px;
  }
  .login-form-wrapper{
    display:flex;
    align-items: center;
    justify-content: center;
    max-width: 600px;
    margin: auto;
    padding-top: 60px;
   
  } 
  .register-btn-wrapper a{
    /* color:#1A2130; */
    color:var(--coolGray);
  }
  .bottom-section{
    display:flex;
    align-items: center;
    justify-content: space-between;
  }
  .login-from-btn{
    text-align: right;
  }
  .login-from-btn a{
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 21px;
    padding-right: 21px;
    border-radius: 8px;
    color:#FFFFFF !important;
    background-color: #1A2130;
  }
  .formContainer-login{
    padding: 40px;
    border:1px solid #1A2130;
    border-radius: 20px;
  }
  .formParentWrapper {
    display: flex;
    flex-direction: row;
    min-width: 65%;
    min-height: 520px;
    border-radius: 14px;
    padding: 12px;
    background-color: var(--white);
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .site-logo{
    text-align: center;
    padding-top: 30px;
  }
  .site-logo p{
    font-size: 20px;
    font-weight: 500;
    font-variant: normal;
    margin-bottom: 8px;
    color: var(--marineBlue);
  }
  .steps {
    display: flex;
    flex-direction: column;
    ;
    /* gap: 24px; */
    gap: 5px;
    width: 30%;
    padding: 28px;
    /* background: linear-gradient(135deg, #256572, #3b7f8b, #52a0a5, #6cc1c1, #88e3de); */
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 1%, rgba(0,212,255,1) 100%);
    object-fit: cover;
    background-repeat: no-repeat;
    background-position-y: center;
    border-radius: 12px;
    padding-block: 32px;
  }
  
  .vertical-progress-bar {
    position: relative;
    width: 5px;
    background-color: #fff;
    margin: 0 13px;
    border-radius: 5px;
    height: 50px;
    overflow: hidden;
  }
  
  .vertical-progress-bar-fill {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 0;
    /* background-color: #4caf50; */
    /* background-color: var(--lightBlue); */
    background-color: #1A2130;
    transition: height 0.3s ease-in-out;
  }
  
  @media all and (max-width: 630px) {
  
    body {
      margin: 0;
      padding: 0;
  
      /* background-color: var(--pastelBlue); */
      /*background: linear-gradient(135deg, #435463, #6a798f, #91a0b6, #b8c8de, #dfeef8);*/
  
      /*display: flex;*/
      flex-direction: row;
      justify-content: center;
      align-items: center;
  
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
    }
  
    .formParentWrapper {
      display: flex;
      flex-direction: column;
      width: 100%;
      min-height: 520px;
      border-radius: 14px;
      padding: 0;
      margin-top: 0px;
      /* background-color: var(--pastelBlue) !important; */
      background: linear-gradient(135deg, #435463, #6a798f, #91a0b6, #b8c8de, #dfeef8);
  
    }
  
    .vertical-progress-bar {
      position: relative;
      height: 5px;
      background-color: #fff;
      margin: 13px 0;
      border-radius: 5px;
      width: 50px;
      overflow: hidden;
    }
  
    .vertical-progress-bar-fill {
      position: absolute;
      left: 0;
      height: 100%;
      width: 0;
      background-color: var(--lightBlue);
      transition: width 0.3s ease-in-out;
    }
  
    .steps {
      display: flex;
      flex-direction: row;
      align-items: flex-start !important;
      justify-content: center !important;
      /* gap: 0; */
      gap: 5px;
      width: 100% !important;
      padding-inline: 28px;
      
      background-image: url("https://img.freepik.com/free-photo/golden-rectangular-frame-abstract-background_53876-165442.jpg?t=st=1719859232~exp=1719862832~hmac=a7153bd7e77bd1ce1d15268f6f7d85ffa260c4e80b806345b2ae731af7142acf&w=996");
      background-repeat: repeat-x;
      object-fit: cover;
      -o-object-fit: cover !important;
      background-position: top;
      background-size: cover;
      border-radius: 0;
      min-height: 180px !important;
    }
    
    .stepInfo {
      display: flex;
      flex-direction: row;
      align-items: center;
      gap: 0 !important;
    }
  
    .rightSectionParent {
      position: absolute;
      top: 82px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      width: 100%;
      align-self: center;
      border-radius: 12px;
      gap: 24px;
    }
  
    .rightSectionWrapper {
      width: 92% !important;
      align-self: center;
      background-color: var(--white);
      border-radius: 12px;
      padding-block: 32px;
      padding-bottom: 40px;
    }
  
    .mainForm {
      display: flex;
      flex-direction: column;
      gap: 24px;
      padding-inline: 24px;
    }
  
    .info {
      display: none;
    }
  
    .btnWrapper {
      width: 100% !important;
      background-color: var(--white);
      padding-bottom: 0 !important;
      padding-inline: 14px;
      padding-block: 16px !important;
    }
  
    .planParent {
      flex-direction: column !important;
    }
  
    .plan {
      padding-top: 24px !important;
      flex-direction: row !important;
      gap: 16px !important;
      min-height: 90px !important;
    }
  
    .checkBoxInfo {
      gap: 16px !important;
    }
  
    .thankMsg {
      max-width: 375px !important;
      padding-inline: 16px;
    }
  
    .thankContainer {
      align-items: center !important;
    }
  
    .label {
      display: none;
    }
  
  }
  
  .step {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    border: 1px solid var(--white);
    color: white;
  }
  
  .step.active {
    background-color: var(--lightBlue);
    border: 1.875px solid var(--lightBlue);
    color: var(--marineBlue);
  }
  
  .stepInfo {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }
  
  .lastStep {
    visibility: hidden;
  }
  
  .label {
    font-size: 10px;
    color: var(--lightGray);
    font-weight: 400;
  }
  
  .info {
    margin-top: 4px;
    color: var(--white);
    font-weight: 550;
    font-size: 12px;
    letter-spacing: 1px;
  }
  
  .rightSectionParent {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
  }
  
  .rightSectionWrapper {
    margin-top: 32px;
    width: 75%;
    align-self: center;
  }
  
  .formContainer {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  
  .mainForm {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  
  .personal {
    font-size: 36px;
    font-weight: 700;
    font-variant: normal;
    margin-bottom: 8px;
    color: var(--marineBlue);
  }
  
  .personalInfo {
    color: var(--coolGray);
    font-size: 14px;
    font-weight: 450;
  }
  
  .form {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  
  .fieldParent input {
    width: 100%;
    padding-inline: 8px;
    padding-block: 12px;
    border-radius: 8px;
    border: 1.5px solid var(--lightGray);
    outline: none;
    font-size: 14px;
    font-weight: 600;
    color: var(--marineBlue);
    cursor: pointer;
  }
  
  .fieldParent input.fieldParent-input-smaller  {
    width: 20%;
  }

  .fieldParent input.fieldParent-mid-smaller  {
    width: 60%;
  }

  .apply-button {
    border-radius: 20px;
    background-color: #4CAF50;
    color: #FFFFFF;
  }
  
  .fieldParent input:focus {
    border: 1.5px solid var(--purplishBlue);
  }
  
  .fieldParent input::placeholder {
    color: var(--coolGray);
    font-size: 14px;
    font-weight: 550;
  }
  
  .labelErrorParent {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.5rem;
    align-items: center;
  }
  
  label {
    font-weight: 500;
    font-size: 14px !important;
    color: var(--marineBlue) !important;
  }
  
  input[type=number] {
    appearance: textfield;
  }
  
  .error {
    /* display: none; */
    color: var(--strawberryRed);
    font-weight: 600;
  }
  
  .showError {
    display: block;
    font-weight: 600;
    font-size: 14px;
  }
  
  .borderError {
    border: 1.875px solid var(--strawberryRed) !important;
  }
  
  .hide {
    display: none;
  }
  
  .blue {
    color: var(--marineBlue) !important;
    font-size: 12px;
  }
  
  .hideBtn {
    visibility: hidden;
  }
  
  .showPrice {
    display: block;
  }
  
  .btnWrapper {
    margin-top: 20px;
    width: 75%;
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: center;
    justify-content: space-between;
    padding-bottom: 16px;
  }
  
  .next {
    /*width: 100px;*/
    /*font-size: 14px;*/
    /*padding-inline: 4px;*/
    /*height: 44px;*/
    /*border-radius: 5px;*/
    /*font-weight: 700;*/
    /*color: var(--white);*/
    /*background-color: var(--marineBlue);*/
    /* background-color: rgb(2,0,36); */
    /*border: 1px solid var(--marineBlue);*/
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all ease-out 0.2s;
  }

  .next2 {
    width: 100px;
    font-size: 14px;
    padding-inline: 4px;
    height: 44px;
    border-radius: 5px;
    font-weight: 700;
    color: var(--white);
    background-color: var(--marineBlue);
    /* background-color: rgb(2,0,36); */
    border: 1px solid var(--marineBlue);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all ease-out 0.2s;
  }
  
  .next.confirm {
    background-color: var(--purplishBlue) !important;
    border: 1px solid var(--purplishBlue) Im !important;
  }
  
  .prev {
    color: var(--coolGray);
    font-weight: 700;
    cursor: pointer;
    transition: all ease-out 0.2s;
  }
  
  .prev:hover {
    color: var(--marineBlue);
  }
  
  .prev:active {
    transform: translateY(2px);
  }
  
  button:active {
    transform: translateY(2px);
  }
  
  .planParent {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 16px;
    margin-top: 16px;
  }
  
  .plan {
    padding: 16px;
    border-radius: 8px;
    background-color: var(--white);
    cursor: pointer;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 40px;
    min-height: 100px;
    border: 1.875px solid var(--lightGray);
    box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 0px 0px;
  }
  
  .price {
    font-weight: 500;
    color: gray;
  }
  
  .plan img {
    width: 32px;
    height: 32px;
  }
  
  .planTitle {
    font-weight: 700;
    color: var(--marineBlue);
  }
  
  .innerPlan {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  
  .plan.border {
    border: 1.875px solid var(--purplishBlue);
    background-color: var(--magnolia);
  }
  
  
  .random {
    font-size: 14px;
    color: var(--coolGray);
    font-weight: 500;
  }
  
  /* Check Box UI*/
  
  .planTypeParent {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 24px;
    align-items: center;
    margin-top: 16px;
  }
  
  .switchType {
    color: var(--coolGray);
    font-weight: 700;
  }
  
  .activeType {
    color: var(--marineBlue);
  }
  
  .switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 24px;
  }
  
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--marineBlue);
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: var(--white);
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input[type="checkbox"]:checked+.slider::before {
    -webkit-transform: translateX(24px);
    -ms-transform: translateX(24px);
    transform: translateX(24px);
  }
  
  .slider.round {
    border-radius: 16px;
  }
  
  .slider.round::before {
    border-radius: 50%;
  }
  
  /* Check Boxes*/
  .checkBoxesParent {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  
  .checkBoxContainer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    border-radius: 8px;
    border: 1.875px solid var(--lightGray);
    cursor: pointer;
  }
  
  .checkBoxInfo {
    display: flex;
    gap: 24px;
    cursor: pointer;
  }
  
  .checkBoxInfo p {
    margin: 0;
    margin-block: 4px;
    align-items: center;
  }
  
  .checkBoxContainer.cardBorder {
    border: 1.875px solid var(--purplishBlue);
    background-color: var(--alabaster);
  }
  
  .checkBoxInfo input[type="checkbox"] {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    vertical-align: middle;
    cursor: pointer;
    accent-color: var(--purplishBlue);
    margin-top: 8px;
    border: 1.875px solid var(--lightGray) !important;
  }
  
  .addTitle {
    font-weight: 700;
    color: var(--marineBlue);
  }
  
  .addOnPrice {
    color: var(--purplishBlue);
    font-weight: 600;
  }
  
  /* Summary  */
  
  .billingContainer {
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-radius: 8px;
  }
  
  .billingParent {
    display: flex;
    width: 100%;
    flex-direction: column;
    padding: 24px;
    background-color: var(--magnolia);
    border-radius: 8px;
  }
  
  .planInfo {
    display: flex;
    justify-content: space-between;
    border-bottom: 1.875px solid var(--lightGray);
    padding-bottom: 20px;
  }
  
  .planInfo p {
    margin: 0;
  }
  
  .selectedPlan {
    font-weight: 700;
    font-size: 14px;
    color: var(--marineBlue);
  }
  
  .billingContainer {
    margin-top: 16px;
  }
  
  .selectedPlanBill {
    color: var(--marineBlue);
    font-weight: 700;
    font-size: 14px;
  }
  
  .changeLink {
    text-decoration: underline;
    cursor: pointer;
    color: var(--coolGray);
    font-weight: 500;
    padding-top: 4px;
  }
  
  .changeLink:hover {
    color: var(--purplishBlue);
  }
  
  .ON {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  
  .ON p {
    margin: 0;
  }
  
  .totalBill {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px;
    padding-top: 8px;
  }
  
  .planError {
    color: var(--strawberryRed);
    display: none;
    font-weight: 700;
    margin-bottom: -8px;
  }
  
  .dynamicData {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 16px;
  }
  
  .adTitle {
    color: var(--coolGray);
    font-weight: 500;
    font-size: 14px;
    margin-left: 4px;
  }
  
  .adPrice {
    color: var(--marineBlue);
    font-weight: 500;
    font-size: 14px;
  }
  
  .finalPrice {
    color: var(--purplishBlue);
    font-size: 20px;
    font-weight: 700;
  }
  
  /*Thank you*/
  .thankContainer {
    min-height: 300px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
  }
  
  .thankParent {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  
  .thankParent img {
    width: 64px;
    height: 64px;
  }
  
  .thankyou {
    font-size: 32px;
    font-weight: 700;
    margin-top: 12px;
  }
  
  .thankMsg {
    max-width: 390px;
    text-align: center;
    font-size: 14px;
    color: var(--coolGray);
    font-weight: 450;
    line-height: 20px;
  }

  .ds-add-company{
    padding: 12px;
    color:#FFFFFF;
    background-color: #1A2130;
    font-size: 12px;
    border-radius: 8px;
  } 
  .ds-button-wrapper{
    margin-top: 15px;
  } 
  #logout-btn{
    font-size: 12px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    color:#FFFFFF;
    border-radius: 8px;
  } 
  .ds-card-wrapper {
    padding: 20px;
    border: 1px solid rgba(0,212,255,1);
    border-radius: 8px;
  }
  .re-btn-wrapper{
    text-align: right;
  } 
  .ds-card-wrapper:hover
  {
    /* background-color: #1A2130; */
    background:linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 1%, rgba(0,212,255,1) 100%);
    color:#FFFFFF;
  } 

  #add-experience-form-container .form-group {
    padding: 30px 40px;
    border:1px solid #1A2130 !important;
    border-radius: 8px;
    margin-top: 10px;
  } 
  .form-group label{
    margin-bottom: 10px;
  } 
  .form-group .form-control{
    padding-bottom: 8px;
  } 
  .update-btn-wrapper{
    text-align: right;
  }
  .update-profile{
    background-color: #1A2130 !important;
  }

  .x {
    position: relative;
    float: right;
    background: red;
	color: white;
    top: -40px;
    right: -50px;
}


  /* ------------------Tab Layout in experience--------------------- */
  li {
    margin: 0;
    display: block;
  }
  
  li:before {
    display:none;
  }
  
  .nav {
    border-radius: 10px 10px 0 0;
    justify-content: center;
  }
  
  .nav > li > a {
    margin-top: 10px;
    padding: 10px 40px;
    display: block;
  }
  
  .nav-tabs > li > a {
    font-size: 18px;
    color: black;
    border: none;
    text-decoration: none;
  }
  .nav-tabs > li > a.active {
    margin: 10px 0;
    color: white;
    background: #A700FF;
    border-radius: 10px;
  }
  
  .info {
    padding: 30px;
    text-align: center;
  }
  
  .go-to {
    margin: 0 100px;
  }

.hide
{
  visibility:hidden;
}
  
.hide-and-remove-element {
  visibility:hidden; overflow:hidden; position:absolute;
}

.show
{
  visibility:visible;
} 
.sidebar-nav{
  /* background:linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 1%, rgba(0,212,255,1) 100%) !important;
  border: none; */

   /* background-color: #000; */
} 

.offcanvas-header{
 background: none;
} 
.sidenav .bordered{
  border-bottom: none;
} 
.navbar-nav li a{
  color:#FFFFFF;
}
.navbar-nav li a:active{
  color:#FFFFFF;
} 

.offcanvas.sidebar-nav {
  border-right: none !important;  
} 
.nav-link p{
  padding-bottom: 15px;
}

/* Work Experience Tree */
.list-component {
  border-left: 1px solid gray;
  list-style: none;
  margin-left: 10px;
  padding-top: 20px
}
.list-component2 {
  /* border-left: 1px solid gray; */
  list-style: none;
  margin-left: 10px;
  padding-top: 20px
}
 /* https://www.computerhope.com/issues/ch001705.htm */
.list-component .__item {
  background: url(https://www.computerhope.com/issues/pictures/bullet.gif) no-repeat top left;
  background-position: top left;
  padding: 0 0 4px 60px;
  margin-left: 1em;
  position: relative;
  right: 67px;
  margin-bottom: 10px;
  top: 10px;
}

.card-component {
  border: 1px solid gray;
  border-radius: 5px;
  padding: 1em;
  /* max-width: 450px; */
  width: 85%;
  font-family: Arial;
  position: relative;
  bottom: 20px;
  margin: 10px;
}

.card-component2 {
  background-color: #F0F0F0;
  margin: 1px;
  /* border: solid 1px black; */
  display: table;
    width: 100%; /*Optional*/
    table-layout: fixed; /*Optional*/
    border-spacing: 5px; /*Optional*/
}

.card-component .__year {}

.card-component .__title {
  font-size: 1em;
}

.card-component .__text {
  color: black;
}

/* Education Section */
#add-qualification-form-container .form-group-q {
  padding: 30px 40px;
  border:1px solid #1A2130 !important;
  border-radius: 8px;
  margin-top: 10px;
} 
.form-group-q label{
  margin-bottom: 10px;
} 
.form-group-q .form-control{
  padding-bottom: 8px;
} 
.update-btn-wrapper{
  text-align: right;
}
.update-profile{
  background-color: #1A2130 !important;
}

.x {
  position: relative;
  float: right;
  background: red;
color: white;
  top: -40px;
  right: -50px;
}



/* ----------Profile and Experience Section in experience page----------------- */
.card-style1 {
  box-shadow: 0px 0px 10px 0px rgb(89 75 128 / 9%);
}
.border-0 {
  border: 0!important;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: 0.25rem;
}

section {
  /* padding: 120px 0; */
  overflow: hidden;
  background: #fff;
}
.mb-2-3, .my-2-3 {
  margin-bottom: 2.3rem;
}

.section-title {
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
}
.text-primary {
  color: #ceaa4d !important;
}
.text-secondary {
  color: #15395A !important;
}
.font-weight-600 {
  font-weight: 600;
}
.display-26 {
  font-size: 1.3rem;
}

.font-15 {
  font-size: 15px;
}

@media screen and (min-width: 992px){
  .p-lg-7 {
      padding: 4rem;
  }
}
@media screen and (min-width: 768px){
  .p-md-6 {
      padding: 3.5rem;
  }
}
@media screen and (min-width: 576px){
  .p-sm-2-3 {
      padding: 2.3rem;
  }
}
.p-1-9 {
  padding: 1.9rem;
}

.bg-secondary {
  background: #15395A !important;
  min-width: 300px;
}
@media screen and (min-width: 576px){
  .pe-sm-6, .px-sm-6 {
      padding-right: 3.5rem;
  }
}
@media screen and (min-width: 576px){
  .ps-sm-6, .px-sm-6 {
      padding-left: 3.5rem;
  }
}
.pe-1-9, .px-1-9 {
  padding-right: 1.9rem;
}
.ps-1-9, .px-1-9 {
  padding-left: 1.9rem;
}
.pb-1-9, .py-1-9 {
  padding-bottom: 1.9rem;
}
.pt-1-9, .py-1-9 {
  padding-top: 1.9rem;
}
.mb-1-9, .my-1-9 {
  margin-bottom: 1.9rem;
}
@media (min-width: 992px){
  .d-lg-inline-block {
      display: inline-block!important;
  }
}
.rounded {
  border-radius: 0.25rem!important;
}



/* ----------Popup Model----------------- */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  background-color: rgba(0, 0, 0, 0.5); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fff;
  margin: 10% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 30%;
  text-align: center;
  /* height: 250px; */
  /* max-width: fit-content; */
  max-height: fit-content;
}


.inner-modal-content {
  margin: auto;
  width: 70%;
}

/* Input field style */
.modal-content input {
  width: 80%;
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.button-container {
  display: table;
  margin: 0 auto;
}

/* Button styles */
.modal-content button {
  padding: 10px 20px;
  margin: 5px;
  font-size: 16px;
  cursor: pointer;
  border: none;
  border-radius: 5px;
}

/* Button colors */
.submit-btn {
  background-color: #4CAF50;
  color: white;
  width: fit-content;
}
.no-btn {
  background-color: #6c757d;
  color: white;
  width: fit-content;
}

.error-text {
  color:red;
  margin-top: 5px;
}

.width-100 {
  width:100px;
}
.width-180 {
  width:100px;
}

.close-btn {
  background-color: #f44336;
  color: white;
}

/* The button that triggers the modal */
.open-modal-btn {
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
}



/* modal part */
/* hr-part css */
.hr-registration-form-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 900px;
  margin: auto;
  padding-top: 60px;
} 

.hrContainer-register {
  padding: 40px;
  border: 1px solid #1A2130;
  border-radius: 20px;
  width:70%;
} 

/* hr-part css */

/* landing page css */
.blog-landing-head-section {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  padding-top: 15px;
  padding-bottom: 15px;
}
.navbar-holder{
  position: relative;
}
.navbar-menu-wrapper {
  height: 50vh;
  overflow-y: auto;
  min-height: 300px;
}
.hero-banner {
  padding-top: 25px;
  position: relative;
  /* height: 100vh; */
  height: 704px;
  width: 100%;
  background-image: url("../images/back-ground.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.blog-landing-menu-holder {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog-landing-head-section {
  background: #1A2130;
}

.blog-landing-list {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 10px;
}

.blog-landing-nav-logo-holder h2 {
  font-weight: 700;
  font-size: 20px;
  line-height: 22.4px;
  letter-spacing: 0%;
  color: #F8F9FA;
  /* color:#000; */
  margin-bottom: 0;
}

.blog-landing-list li a {
  font-weight: 700;
  font-size: 12px;
  line-height: 14.06px;
  letter-spacing: 0%;
  color: #FFFFFF;
  /* color:#000; */
}
.blog-banner-section .row{
  align-items: center;
  
}
.blog-banner-section{
  padding-top: 45px;
  padding-bottom: 45px;
} 
.content-wrapper h1{
  font-size: 40px;
  margin-bottom: 10px;
  font-weight: 600;
} 
.styled-sup {
  font-size: 70px; /* Make it smaller than normal text */
  font-weight: bold; /* Make it bold */
  position: relative;
  top: -13px; /* Adjust positioning */
}
.content-wrapper .learn-more{
  margin-top: 30px;
  padding: 15px;
  border:1px solid #1A2130;
  border-radius: 15px;
  font-size: 14px;
  display:inline-flex;
 } 
 .services-section{
  padding-top: 30px;
  padding-bottom: 30px;
 } 
 .service-header{
  text-align: center;
 }
 .services-section h2{
   color:#1A2130;
   font-size: 35px;
   margin-bottom: 5px;
 } 
 .service-header p{
   font-size: 17px;
   margin-bottom: 5px;
   max-width: 900px;
   margin: auto;
 } 
 .service-header{
  margin-bottom: 25px;
 } 
 .service-card-wrapper{
  margin-top: 20px;
  padding: 25px;
  border: 1px solid #1A2130;
  border-radius: 12px;
 } 
 .service-icon-holder{
  max-width: 120px;
  margin: auto;
 } 
 .service-icon-holder img{
  width:100%;
 } 
 .heading-wrapper{
  text-align: center;
 }
 .service-content h4{
  padding-top: 15px;
  font-size: 27px; 
  font-weight: 700px; 
  color: #ff5722; 
  } 
  .service-content p{
    padding-top: 12px;
    font-size: 15px;
    margin-bottom: 5px;
  } 
  .service-content a{
    margin-top: 12px;
    background-color: #ff5722;
    color:#FFFFFF;
    padding: 15px;
    border-radius: 12px;
  } 
  .all-services{
    text-align: center;
  }
  .all-services a{
    margin-top:15px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 25px;
    padding-left: 25px;
    background-color:#1A2130;
    color: #FFFFFF;
    display: inline-block;
    border-radius: 12px;
  }
/* landing page css */ 
.faq-container {
  max-width: 800px;
  margin: auto;
}
.faq-item {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}
.faq-question {
  width: 100%;
  text-align: left;
  font-size: 18px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  display: flex;
  justify-content: space-between;
}
.faq-answer {
  display: none;
  padding: 10px;
  font-size: 16px;
}
.toggle-icon {
  font-size: 20px;
} 
.faq{
  padding-top: 30px;
  padding-bottom: 30px;
}
.heading-faq-wrapper
{
  text-align: center;
}
.heading-faq-wrapper .section-title{
   color:#1A2130;
 
   font-size: 35px;
   margin-bottom: 5px;
}

/* testimonial */ 
.testimonial-slider {
  width: 80%;
  margin: auto;
  text-align: center;
}
.testimonial-item {
  background: #f9f9f9;
  padding: 20px;
  border-radius: 10px;
  margin: 10px;
}
.slick-prev, .slick-next {
  color: black;
  font-size: 20px;
}  

.footer-blog-landing {
  background-color: #212529;
} 

.blog-footer-wrapper {
  display: flex;
  justify-content: space-between;
  padding-top: 60px;
  padding-bottom: 60px;
}
.publisher-menu h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0%;
  color: #FFFFFF;
  margin-bottom: 10px;
} 
.publisher-menu ul li a {
  font-weight: 400;
  font-size: 12px;
  line-height: 15.36px;
  letter-spacing: 0%;
  color: #E5E5E5;
} 

.explorate-menu h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0%;
  color: #FFFFFF;
  margin-bottom: 10px;
} 
.explorate-menu ul li a {
  font-weight: 400;
  font-size: 12px;
  line-height: 15.36px;
  letter-spacing: 0%;
  color: #E5E5E5;
}  

.explorate-menu h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0%;
  color: #FFFFFF;
  margin-bottom: 10px;
} 
.explorate-menu ul li a {
  font-weight: 400;
  font-size: 12px;
  line-height: 15.36px;
  letter-spacing: 0%;
  color: #E5E5E5;
}  

.headquarter-menu h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0%;
  color: #FFFFFF;
  margin-bottom: 10px;
} 
.headquarter-menu ul li a {
  font-weight: 400;
  font-size: 12px;
  line-height: 15.36px;
  letter-spacing: 0%;
  color: #E5E5E5;
}  
.faq{
  margin-bottom: 25px;
}
.connections-menu h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0%;
  color: #FFFFFF;
  margin-bottom: 10px;
} 
.connections-menu ul li a {
  font-weight: 400;
  font-size: 12px;
  line-height: 15.36px;
  letter-spacing: 0%;
  color: #E5E5E5;
} 
.blog-landing-footer-bottom-menu {
  background-color: #ff5722;
} 
.footer-bottom-wrapper {
  display: flex;
  justify-content: space-between;
  padding-top: 21px;
  padding-bottom: 21px;
} 
.footer-bottom-wrapper p
{
  color: #FFFFFF;
} 
.footer-bottom-wrapper a
{
  color: #bb9696;
}

.color-green
{
  color: #006400;
}

.color-yellow
{
  color: #ba8e23;
}

.color-red
{
  color: #8B0000;
}

.color-orange
{
  color: #FFA500;
}

.tag {
  display: inline-block;
    overflow: auto;
    width: 100%;
    margin-right: 5px;
}

