/* Tailwind CSS - Production Build for Akyaz 3D Teklif Form */
*,::after,::before{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}::after,::before{--tw-content:''}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}

/* Custom Properties */
.relative{position:relative}
.absolute{position:absolute}
.bottom-0{bottom:0}
.left-1\/4{left:25%}
.top-1\/2{top:50%}
.-left-48{left:-12rem}
.-right-40{right:-10rem}
.-top-48{top:-12rem}
.z-10{z-index:10}
.mx-auto{margin-left:auto;margin-right:auto}
.mb-2{margin-bottom:.5rem}
.mb-3{margin-bottom:.75rem}
.mb-4{margin-bottom:1rem}
.mb-5{margin-bottom:1.25rem}
.mb-6{margin-bottom:1.5rem}
.mb-8{margin-bottom:2rem}
.mt-2{margin-top:.5rem}
.mt-4{margin-top:1rem}
.mt-8{margin-top:2rem}
.block{display:block}
.inline-flex{display:inline-flex}
.flex{display:flex}
.hidden{display:none}
.h-8{height:2rem}
.h-12{height:3rem}
.h-16{height:4rem}
.h-64{height:16rem}
.h-80{height:20rem}
.h-96{height:24rem}
.w-8{width:2rem}
.w-12{width:3rem}
.w-16{width:4rem}
.w-64{width:16rem}
.w-80{width:20rem}
.w-96{width:24rem}
.w-full{width:100%}
.max-w-lg{max-width:32rem}
.min-h-screen{min-height:100vh}
.cursor-pointer{cursor:pointer}
.items-center{align-items:center}
.justify-center{justify-content:center}
.gap-2{gap:.5rem}
.overflow-x-hidden{overflow-x:hidden}
.rounded-2xl{border-radius:1rem}
.rounded-3xl{border-radius:1.5rem}
.rounded-full{border-radius:9999px}
.rounded-xl{border-radius:.75rem}
.border{border-width:1px}
.bg-blue-500{background-color:rgb(59 130 246)}
.bg-orange-500{background-color:rgb(249 115 22)}
.bg-purple-500{background-color:rgb(168 85 247)}
.p-4{padding:1rem}
.p-8{padding:2rem}
.px-4{padding-left:1rem;padding-right:1rem}
.py-3\.5{padding-top:.875rem;padding-bottom:.875rem}
.py-4{padding-top:1rem;padding-bottom:1rem}
.py-8{padding-top:2rem;padding-bottom:2rem}
.py-12{padding-top:3rem;padding-bottom:3rem}
.text-center{text-align:center}
.text-xs{font-size:.75rem;line-height:1rem}
.text-sm{font-size:.875rem;line-height:1.25rem}
.text-lg{font-size:1.125rem;line-height:1.75rem}
.text-xl{font-size:1.25rem;line-height:1.75rem}
.text-3xl{font-size:1.875rem;line-height:2.25rem}
.font-medium{font-weight:500}
.font-semibold{font-weight:600}
.font-bold{font-weight:700}
.text-white{color:rgb(255 255 255)}
.text-green-400{color:rgb(74 222 128)}
.text-orange-400{color:rgb(251 146 60)}
.text-red-400{color:rgb(248 113 113)}
.text-slate-300{color:rgb(203 213 225)}
.text-slate-400{color:rgb(148 163 184)}
.text-slate-500{color:rgb(100 116 139)}
.placeholder-slate-500::placeholder{color:rgb(100 116 139)}
.shadow-lg{box-shadow:0 10px 15px -3px rgb(0 0 0 / .1),0 4px 6px -4px rgb(0 0 0 / .1)}
.outline-none{outline:2px solid transparent;outline-offset:2px}

/* Gradient backgrounds */
.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}
.from-orange-500{--tw-gradient-from:rgb(249 115 22);--tw-gradient-to:rgb(249 115 22 / 0);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}
.to-orange-600{--tw-gradient-to:rgb(234 88 12)}

/* Shadow color */
.shadow-orange-500\/30{--tw-shadow-color:rgb(249 115 22 / .3);--tw-shadow:var(--tw-shadow-colored)}

/* Background opacity */
.bg-green-500\/20{background-color:rgb(34 197 94 / .2)}
.bg-red-500\/10{background-color:rgb(239 68 68 / .1)}
.border-red-500\/20{border-color:rgb(239 68 68 / .2)}

/* Responsive */
@media (min-width:768px){
  .md\:p-10{padding:2.5rem}
  .md\:text-4xl{font-size:2.25rem;line-height:2.5rem}
}

