
	 @font-face {
    font-family: 'SF UI Display Ultralight';
    font-style: normal;
    font-weight: normal;
    src: local('SF UI Display Ultralight'), url('../fonts/sf-ui-display-ultralight.woff') format('woff');
    }
    

    @font-face {
    font-family: 'SF UI Display Thin';
    font-style: normal;
    font-weight: normal;
    src: local('SF UI Display Thin'), url('../fonts/sf-ui-display-thin.woff') format('woff');
    }
    

    @font-face {
    font-family: 'SF UI Display Light';
    font-style: normal;
    font-weight: normal;
    src: local('SF UI Display Light'), url('../fonts/sf-ui-display-light.woff') format('woff');
    }
    

    @font-face {
    font-family: 'SF UI Display Medium';
    font-style: normal;
    font-weight: normal;
    src: local('SF UI Display Medium'), url('../fonts/sf-ui-display-medium.woff') format('woff');
    }
    

    @font-face {
    font-family: 'SF UI Display Semibold';
    font-style: normal;
    font-weight: normal;
    src: local('SF UI Display Semibold'), url('../fonts/sf-ui-display-semibold.woff') format('woff');
    }
    

    @font-face {
    font-family: 'SF UI Display Bold';
    font-style: normal;
    font-weight: normal;
    src: local('SF UI Display Bold'), url('../fonts/sf-ui-display-bold.woff') format('woff');
    }
    

    @font-face {
    font-family: 'SF UI Display Heavy';
    font-style: normal;
    font-weight: normal;
    src: local('SF UI Display Heavy'), url('(../fonts/sf-ui-display-heavy.woff') format('woff');
    }
    

    @font-face {
    font-family: 'SF UI Display Black';
    font-style: normal;
    font-weight: normal;
    src: local('SF UI Display Black'), url('../fonts/sf-ui-display-black.woff') format('woff');
    }
	
@font-face {
    font-family: "SF-UI-Display-Regular";
    src: url("../fonts/sf-ui-display-Regular.eot");
    src: url("../fonts/sf-ui-display-Regular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/sf-ui-display-Regular.woff")format("woff"),
    url("../fonts/sf-ui-display-Regular.ttf")format("truetype");
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family:'SF UI Display Light';
	font-weight:normal;
	font-size: 16px;
}


body{
    background-image: url(../images/bg.png);
    background-repeat: repeat;
    background-size: initial;
	font-size: 14px;
}


.mt-1 {
      margin-top: 10px !important;
}
.Dlife_header
 {
    height: 8cm;
    margin-bottom: -7.2cm;
}
.hero-section {
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    max-width: 700px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 5px;
}
    .container { margin: 30px auto;padding: 40px;padding-bottom: 100px;}
    h2, h3 { text-align: center; }
    label { display: block;
	 letter-spacing: -0.4px;
	     display: block;
    margin-top: 0px;
    font-weight: normal;
    font-family: 'SF UI Display Light';
    font-size: 16px;
	  }
    input[type="text"], input[type="number"], input[type="date"] {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #EAEAEA;
    border-radius: 7px;
    }
    .radio-group { text-align: center; margin: 30px 0; display: flex; }
    .radio-group label { margin-right: 120px; font-weight: normal; }
	.input-radio {
      box-shadow: 0px 0px 0px 1px #6d6d6d;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    border: 2px solid #fff !important;
    border-radius: 50%;
    appearance: none;
}
.input-radio:checked {
       box-shadow: 0px 0px 0px 1px #000000;
    background-color: #000000;
}
[type="radio"]:not(:checked) + label{
color: #808080;
}

    button {
    display: block;
    color: white;
    border: none;
    cursor: pointer;
    height: 50px;
    background: #7A4183;
    border-radius: 7px;
    width: 100%;
     letter-spacing: -0.45px;
	font-size:18px;
    font-family: 'SF UI Display Medium';
    max-width: 800px;
    margin: auto;
    }
    button:hover { background: #5a1665; }
	.button_set {
    position: unset;
    bottom: 30px;
        height: 65px;
}
	
    table { 
    width: 100%;
    border-collapse: collapse;
    background: #F4F4F4;
    border-radius: 10px;
	}
	table p{
	letter-spacing: -0.35px;
    line-height: 25px;
	}
    th, td { padding: 15px; text-align: left;font-size: 16px; color:#919191;}
	tr{
    line-height: 25px;
	}
	.t_header{
    background: #7A4183;
    border: 1px solid #7A4183;
	}
	.t_header th{ font-size: 18px; border:none;font-family: 'SF-UI-Display-Regular';  color: #FFFFFF;}
	.t_footer{
    background: #3E0F44;
    font-family: 'SF-UI-Display-Regular';
    border: 1px solid #3E0F44;
	}
	.t_footer th{    font-size: 18px;color: #FFFFFF;}
    .summary-box { background: #f9f9f9; border: 1px solid #ccc; padding: 20px; margin-top: 25px; border-radius: 8px; }
    .summary-box p { margin: 8px 0; }
	.banner {
  height: 33vh;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height:300px;
         background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, .8) 95%), url(../images/banner.jpg) no-repeat center;
    background-size: cover;
	padding-top: 50px;
	background-position-y: bottom;
}
.logo {
    margin-bottom: 10px;
    width: 100%;
}
.logo img{
   width: 14%;
    min-width: 50px;
    max-width: 55px;
}
.banner h1 {
 font-size: 42px;
    margin: 0;
    position: relative;
    color: #FFFFFF;
    font-family: 'SF UI Display Semibold';
    letter-spacing: -1.1px;
    font-weight: normal;
    margin-top: -10px;
}
.banner h2 {
 font-size: 42px;
    margin: 0;
    position: relative;
    color: #FFFFFF;
   font-family: 'SF UI Display Light';
    letter-spacing: -1.1px;
    font-weight: normal;
    margin-top: 15px;
}

/*.banner h1::after {
content: '';
    display: block;
    margin: 6px auto 0;
    width: 31px;
    height: 2px;
    background: transparent linear-gradient(93deg, #B34FC3 0%, #0E1386 100%) 0% 0% no-repeat padding-box;
    border-radius: 7px;
    margin-top: 18px;
}*/
.banner p {
font-size: 14px;
    letter-spacing: 1.5px;
    color: #F7F7F7;
    font-family: 'SF UI Display ultralight';
    padding-top: 15px;
}
.input-wrapper {
 display: flex;
align-items: center;
    justify-content: space-between;
    gap: 0%;
    margin: 20px auto;
    width: 100%;
    border: 1px solid #EAEAEA;
    border-radius: 7px;
    height: 40px;
}

.side-label{
    width: 35%;
    text-align: center;
    background: #EAEAEA;
    line-height: 40px;
    letter-spacing: -0.4px;
    font-family: 'SF UI Display Light';
    color: #000000;
}
.left{ border-radius: 7px 0px 0px 7px;}
.right {
	background:none;
	color: #EAEAEA;
	width: 50px;}

.input_sec{
flex: 1;
    width: 35%;
    padding: 5px 0px;
    text-align: center;
    min-width: 70px;
    background: none;
    margin: 0;
    position: relative;
}
.center-input{
    width: 35% !important;
    padding: 0 !important;
    text-align: center;
    border: none !important;
    min-width: 70px;
    background: none;
    margin: 0 !important;
	position:relative;
	letter-spacing: -0.45px;
color: #0B0B0B;
font-family: 'SF UI Display Semibold';
}
.input_sec::after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 2px;
  background-color: #EAEAEA; /* Change to your desired color */
   margin-left: 10px;
}
#additionalInputs .left{
min-width: 210px;
background: none;
}
#additionalInputs .input_sec, #additionalInputs .center-input{
min-width: 40px;
}
#additionalInputs .input_sec::after{
    margin-left: 3px;
}
#additionalInputs .checkbox {
gap:6px;
}
input:focus {
  outline: none; /* Remove default browser outline */
   border: 1px solid #000;
  box-shadow: none; /* Soft glow effect */
  background-color: none; /* Optional: slight background tint */
}
.center-input:focus {
  outline: none; /* Remove default browser outline */
   border: none;
  box-shadow: none; /* Soft glow effect */
  background-color: none; /* Optional: slight background tint */
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.center-input::placeholder {
  color: var(--placeholder-color, #0B0B0B);
}
.checkbox {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
	margin-top:25px;
}
.flex{
display:flex;
}

.checkbox input {
    position: absolute;
    width: 0;
    left: 50px;
    height: 0;
    opacity: 0;
    cursor: pointer;
}

.checkbox .checkmark {
    position: relative;
    display: block;
    top: 0;
    left: 0;
        width: 18px;
    height: 18px;
    background: white;
    border: 1px solid #EAEAEA;
    border-radius: 3px;
    transition: all 0.2s ease;
}

.checkbox input:checked ~.checkmark {
   background: #000000;
    border: 1px solid #000000;
}
.checkbox .checkmark::after {
    position: absolute;
    display: block;
    content: "";
    left: 50%;
    top: 40%;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    opacity: 0;
    transition: all 0.2s ease;
}

.checkbox input:checked~.checkmark::after {
    opacity: 1;
    transition: all 0.2s ease;
}
.custom-date-input::-webkit-calendar-picker-indicator {
  opacity: 0;
  cursor: pointer;
  position: absolute;
  right: 0;
}

/* Hide in Firefox */
.custom-date-input {
  -moz-appearance: none;
  position: relative;
  padding-right: 30px; /* space for custom icon */
}

/* Wrapper for custom icon */
.date-input-wrapper {
  position: relative;
  display: inline-block;
}

/* Custom calendar icon (you can use background image or an icon font) */
.date-input-wrapper::after {
   content: '';
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #FFFFFF;
  background-image: url(../images/calendar-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 17px;
  pointer-events: none;
  border-radius: 3px;
}
#expectedStart,
#expectedCompletion {
  display: none;
}
.project_bigin{
display:flex;
padding: 5px 0px;
}
.project_bigin span{
color:#277C18;
font-family: 'SF UI Display Medium';
margin-left:5px;
line-height: 18px;
}
.project_bigin img{width:17px; height:17px;}
.project_bigin_text{
color:#6E6E6E;
font-family: 'SF UI Display Light';
font-size:16px;
line-height: 22px;
    letter-spacing: -.35px;
	text-align: left;
}
  @keyframes swipeUp {
      0% { transform: translateY(0); opacity: 1; }
      100% { transform: translateY(-100%); opacity: 0; }
    }

    .swipe-hide {
      animation: swipeUp 0.6s ease forwards;
    }
@keyframes slideRightFadeOut {
  0% { transform: translateX(0); opacity: 1; }
  100% { transform: translateX(100%); opacity: 0; }
}

@keyframes slideDownFadeIn {
  0% { transform: translateY(-30px); opacity: 0; }
  100% { transform: translateY(0); opacity: 1; }
}

.result-slide-out {
  animation: slideRightFadeOut 0.5s ease forwards;
}

.form-slide-in {
  animation: slideDownFadeIn 0.5s ease forwards;
}

    /* Optional: smooth transition for result fade-in */
    #summary, #result {
      transition: opacity 0.3s ease-in;
    }

.banner.shrink {
  height: 100px !important;
  min-height: 100px !important;
  padding-top: 10px;
  justify-content: flex-start;
  position: relative;
  transition: all 0.5s ease;
}
.banner.shrink + .container{
     margin: -15px auto;
	 }
.banner.shrink .logo,
.banner.shrink h1,
.banner.shrink h2,
.banner h4,
.banner.shrink p,
.banner.shrink #printBtn {
  display: none !important;
  opacity: 0;
}
.banner.shrink h4{
 display: block !important;
 letter-spacing: -0.65px;
color: #FFFFFF;
font-size:26px;
 font-family: 'SF UI Display Semibold';
 opacity: 1;
     position: absolute;
    bottom: 18px;
}

.banner .logo,
.banner h1,
.banner p {
  transition: opacity 0.5s ease;
}
.back-btn {
position: absolute;
    top: 50px;
    left: 15px;
    background: none;
    border: none;
    font-size: 14px;
    cursor: pointer;
    z-index: 10;
    width: 100px;
    margin-top: 0px;
    padding: 0px;
    height: 35px;
    line-height: 10px;
    color: white;
    text-align: left;
}
.back-btn img {
     width: 16px;
    height: auto;
    margin: -2px;
    margin-right: 5px;
    margin-left: 10px;
	}
.back-btn:hover{
background:none;
}
  .back-btn span {
    font-size: 20px;
    font-weight: bold;
    color:white;
  }
@media (max-width: 980px) {
    .Dlife_header{
        display: none;
    }
	 .hero-section{
        margin: 30px 30px 30px 30px;
    }
		.button_set {
  position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 83%;
    max-width: 600px; /* Optional: restrict max size */
    text-align: center; /* Optional: center button content inside */
    z-index: 1000; /* Ensure it's above other elements */
}

}
@media (max-width: 680px) {
body{
    background-image: none;
}
    .hero-section{
        margin: 0px 0px 0px 0px;
    box-shadow:none;
    }
	.container {
  margin: 0px auto;
}
.radio-group label { margin-right: 55px;}
 label {font-size: 15px;}
 
     th, td {font-size: 14px; }
	.t_header th{ font-size: 16px;}
	.t_footer th{
    font-size: 16px;
	}
}
@media (max-width: 400px) {
 .radio-group label { margin-right: 20px;}
 .container {
    padding: 30px;
    padding-bottom: 100px;
}
#additionalInputs .input_sec::after{
    margin-left: 3px;
}
}
@media (max-width: 375px) {
.container {
        padding: 25px;
    }
	    .bottom
 {
        bottom: 25px;
        left: 25px;
        right: 25px;
    }
}

@media print {
   body {
    margin: 0;
    padding: 0;
  }


  #print * {
    box-sizing: border-box;
  }

  @page {
    size: A4;
    margin: 0;
  }

  .Dlife_header,
  .banner,
  #main_section,
  #printBtn,
  .back-btn {
    display: none !important;
  }

  #summary, #result {
    margin: 0 auto;
    padding: 15px;
    width: 100%;
	margin:20px;
  }

  .main-content {
    height: 100%;
    overflow: hidden;
  }

}