.App,.calebq{position:relative}:root{--primary-bg: #1a1a1a;--secondary-color: #007bff;--text-color: #ffffff;--headers: "Montserrat", sans-serif;--body-font: "Open Sans", sans-serif;--gradient-start: #336791;--gradient-end: #007bff}.calebq__header-main{min-height:100vh;padding:6rem 4rem;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;background:linear-gradient(to right,var(--primary-bg) 0%,var(--primary-bg) 50%,var(--card-bg) 50%,var(--card-bg) 100%);color:var(--text-color);font-family:var(--body-font)}.calebq__header-wipe{height:100vh;position:fixed;top:0;right:0;bottom:0;z-index:100}.calebq__header-wipe--secondary{background-color:var(--secondary-color)}.calebq__header-wipe--primary{background-color:var( --primary-bg )}.calebq__header-content-wrapper{display:flex;align-items:center;justify-content:space-between;max-width:1400px;width:100%;z-index:1}.calebq__header-text-content{flex:1;max-width:700px;margin-right:3rem}.calebq__header-title{font-family:var(--headers);font-size:4.5rem;line-height:1.1;margin-bottom:1.5rem;text-transform:uppercase;font-weight:800;color:var(--text-color)}.calebq__header-paragraph{font-size:1.25rem;line-height:1.7;color:#ffffffe6;max-width:60ch}.calebq__header-paragraph strong{color:var(--secondary-color);font-weight:700}.calebq__header-image-container{flex-shrink:0;display:flex;justify-content:center;align-items:center}.calebq__header-illustration{max-width:500px;height:auto;display:block;filter:drop-shadow(0 15px 15px rgba(0,0,0,.5))}@media screen and (max-width: 1200px){.calebq__header-main{padding:5rem 3rem}.calebq__header-content-wrapper{flex-direction:column;text-align:center;gap:3rem}.calebq__header-text-content{margin-right:0;max-width:800px}.calebq__header-title{font-size:3.5rem;line-height:1.2}.calebq__header-paragraph{max-width:75ch;margin:0 auto}.calebq__header-illustration{max-width:400px}}@media screen and (max-width: 768px){.calebq__header-main{padding:4rem 2rem}.calebq__header-title{font-size:2.8rem;line-height:1.15}.calebq__header-paragraph{font-size:1.1rem;line-height:1.6}.calebq__header-illustration{max-width:350px}}@media screen and (max-width: 600px){.calebq__header-main{padding:3rem 1.5rem}.calebq__header-title{font-size:2.2rem;line-height:1.2}.calebq__header-paragraph{font-size:1rem;line-height:1.5}.calebq__header-illustration{max-width:300px}}@media screen and (max-width: 480px){.calebq__header-main{padding:2.5rem 1rem}.calebq__header-title{font-size:1.8rem;line-height:1.2}.calebq__header-paragraph{font-size:.9rem;line-height:1.4}.calebq__header-illustration{max-width:250px}}:root{--primary-bg: #1a1a1a;--secondary-color: #007bff;--text-color: #ffffff;--dark-text-color: #1a1a1a;--card-bg: #2a2a2a;--card-border: #3a3a3a;--shadow-color: rgba(0, 0, 0, .4);--headers: "Montserrat", sans-serif;--body-font: "Open Sans", sans-serif}.calebq__about-main{background-color:var(--primary-bg);padding:6rem 4rem;color:var(--text-color);font-family:var(--body-font);min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center}.calebq__about-header{margin-bottom:4rem;font-size:3.2rem;font-family:var(--headers);letter-spacing:.1rem;text-align:center;position:relative;padding-bottom:.8rem;color:var(--text-color)}.calebq__about-header span{color:var(--secondary-color);font-size:.8em;margin-right:.5rem;opacity:.7}.calebq__about-header:after{content:"";position:absolute;left:50%;bottom:0;transform:translate(-50%);width:100px;height:4px;background-color:var(--secondary-color);border-radius:2px}.calebq__about-content-wrapper{display:flex;flex-direction:row;align-items:flex-start;justify-content:center;gap:6rem;max-width:1300px;width:100%}.calebq__about-article{display:flex;flex-direction:column;gap:1.5rem;flex:1;max-width:65ch}.calebq__about-paragraph{font-size:1.15rem;line-height:1.7;color:#ffffffe6}.calebq__about-paragraph strong{color:var(--secondary-color);font-weight:700}.calebq__about-button-container{margin-top:2rem}.calebq__about-button{padding:.8rem 2rem;font-weight:600;font-size:1.1rem;background-color:transparent;border:2px solid var(--secondary-color);color:var(--secondary-color);cursor:pointer;position:relative;overflow:hidden;z-index:1;border-radius:5px;transition:all .3s ease}.calebq__about-button:after{content:"";position:absolute;top:0;left:0;width:0;height:100%;background-color:var(--secondary-color);transition:width .3s ease-in-out;z-index:-1}.calebq__about-button:hover{color:var(--primary-bg);transform:translateY(-2px);box-shadow:0 5px 15px #007bff4d}.calebq__about-button:hover:after{width:100%}.calebq__skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1.5rem;justify-content:center;align-items:center;flex:1;max-width:550px;margin-left:2rem}.calebq__skills-grid .calebq__skill-card:first-child{margin-top:0}@media screen and (max-width: 1200px){.calebq__about-main{padding:5rem 3rem}.calebq__about-content-wrapper{gap:4rem;flex-direction:column;align-items:center}.calebq__about-article{max-width:75ch}.calebq__skills-grid{margin-left:0;margin-top:3rem;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));max-width:600px}.calebq__about-button{width:auto;min-width:180px}}@media screen and (max-width: 768px){.calebq__about-main{padding:4rem 2rem}.calebq__about-header{font-size:2.2rem;margin-bottom:2.5rem}.calebq__about-header:after{width:80px;height:3px}.calebq__about-content-wrapper{gap:3rem}.calebq__about-article{text-align:center}.calebq__about-button-container{display:flex;justify-content:center}.calebq__about-paragraph{font-size:1rem;line-height:1.6}.calebq__skills-grid{gap:1.2rem;grid-template-columns:repeat(auto-fit,minmax(100px,1fr))}}@media screen and (max-width: 600px){.calebq__about-main{padding:3rem 1.5rem}.calebq__about-header{font-size:1.8rem;margin-bottom:2rem}.calebq__about-header:after{width:60px}.calebq__about-paragraph{font-size:.9rem;line-height:1.5}.calebq__skills-grid{gap:1rem}}@media screen and (max-width: 400px){.calebq__about-main{padding:2rem 1rem}.calebq__about-header{font-size:1.6rem;margin-bottom:1.5rem}.calebq__skills-grid{grid-template-columns:repeat(2,1fr)}}.calebq__skill-card{width:280px;height:100px;padding:1.5rem;border-radius:10px;display:flex;align-items:center;justify-content:center;text-align:center;box-shadow:0 4px 10px var(--shadow-color);cursor:pointer;transition:transform .2s ease-in-out,box-shadow .2s ease-in-out}.calebq__skill-card:hover{transform:translateY(-5px) scale(1.02);box-shadow:0 8px 18px #0009}.calebq__skill-name{font-family:var(--headers);font-size:1.5rem;font-weight:600;text-transform:capitalize;margin:0;line-height:1.2}@media screen and (max-width: 1024px){.calebq__skill-card{width:240px;height:90px;padding:1.2rem;border-radius:8px}.calebq__skill-name{font-size:1.3rem}}@media screen and (max-width: 768px){.calebq__skill-card{width:200px;height:80px;padding:1rem}.calebq__skill-name{font-size:1.1rem}}@media screen and (max-width: 600px){.calebq__skill-card{width:160px;height:70px;padding:.8rem}.calebq__skill-name{font-size:.95rem}}@media screen and (max-width: 480px){.calebq__skill-card{width:140px;height:65px;padding:.7rem}.calebq__skill-name{font-size:.85rem}}@media screen and (max-width: 380px){.calebq__skill-card{width:120px;height:60px;padding:.6rem}.calebq__skill-name{font-size:.75rem}}:root{--primary-bg: #1a1a1a;--secondary-color: #007bff;--text-color: #ffffff;--card-bg: #2a2a2a;--card-border: #3a3a3a;--shadow-color: rgba(0, 0, 0, .3);--headers: "Montserrat", sans-serif;--body-font: "Open Sans", sans-serif}.calebq__work-main{margin-top:6rem;padding:0 4rem;color:var(--text-color);font-family:var(--body-font);background-color:var(--primary-bg)}.calebq__work-header{margin-bottom:3rem;font-size:2.8rem;font-family:var(--headers);letter-spacing:.15rem;text-align:center;position:relative;padding-bottom:.5rem}.calebq__work-header span{color:var(--secondary-color);font-size:.8em;margin-right:.5rem;opacity:.7}.calebq__work-header:after{content:"";position:absolute;left:50%;bottom:0;transform:translate(-50%);width:80px;height:3px;background-color:var(--secondary-color);border-radius:2px}.calebq__work-container{display:flex;align-items:center;justify-content:center;padding:2rem 0}.calebq__work-sub-container{display:flex;gap:2.5rem;flex-wrap:wrap;justify-content:center}.calebq__work-card{width:320px;height:200px;background-color:var(--card-bg);border-radius:12px;padding:2rem;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;transition:all .3s ease-in-out;border:1px solid var(--card-border);box-shadow:0 8px 16px var(--shadow-color);position:relative;overflow:hidden;text-decoration:none;color:inherit}.calebq__work-card:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 12px 24px #00000080;border-color:var(--secondary-color)}.calebq__work-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(45deg,rgba(0,123,255,.1),rgba(0,123,255,.02));opacity:0;transition:opacity .3s ease-in-out;pointer-events:none}.calebq__work-card:hover:before{opacity:1}.calebq__work-icon{color:var(--secondary-color);margin-bottom:1rem;transition:transform .3s ease}.calebq__work-card:hover .calebq__work-icon{transform:translateY(-5px)}.calebq__work-card-title{font-size:1.8rem;margin-bottom:.5rem;font-family:var(--headers);color:var(--text-color)}.calebq__work-card-subtitle{font-size:1rem;color:#ffffffb3;font-style:italic}.calebq__work-card-link{text-decoration:none;color:inherit}@media screen and (max-width: 1024px){.calebq__work-main{padding:0 2rem}.calebq__work-header{font-size:2.2rem;margin-bottom:2rem}.calebq__work-sub-container{flex-direction:column;gap:2rem;align-items:center}.calebq__work-card{width:300px;height:180px;padding:1.5rem}.calebq__work-card-title{font-size:1.5rem}.calebq__work-card-subtitle{font-size:.9rem}}@media screen and (max-width: 768px){.calebq__work-main{padding:0 1.5rem;margin-top:4rem}.calebq__work-header{font-size:1.8rem;letter-spacing:.1rem}.calebq__work-header:after{width:60px}.calebq__work-card{width:90%;max-width:350px}}@media screen and (max-width: 600px){.calebq__work-header{font-size:1.5rem;letter-spacing:.08rem}.calebq__work-header span{font-size:.7em}.calebq__work-header:after{width:50px;height:2px}.calebq__work-main{padding:0 1rem}}@media screen and (max-width: 400px){.calebq__work-main{padding:0 .8rem}.calebq__work-header,.calebq__work-card-title{font-size:1.3rem}.calebq__work-card-subtitle{font-size:.8rem}}@media screen and (max-width: 320px){.calebq__work-header{font-size:1.1rem}.calebq__work-card{height:160px;padding:1.2rem}}:root{--primary-bg: #1a1a1a;--secondary-color: #007bff;--text-color: #ffffff;--headers: "Montserrat", sans-serif;--body-font: "Open Sans", sans-serif;--input-bg-light: rgba( 255, 255, 255, .1 );--input-border: rgba(255, 255, 255, .2)}.calebq__contact-main{padding:6rem 4rem;margin-top:0;background-color:var(--primary-bg);color:var(--text-color);font-family:var(--body-font);display:flex;flex-direction:column;align-items:center;overflow-x:hidden;position:relative;min-height:80vh}.calebq__contact-header{font-family:var(--headers);font-size:3.2rem;letter-spacing:.1rem;margin-bottom:1.5rem;text-align:center;position:relative;padding-bottom:.8rem;color:var(--text-color)}.calebq__contact-header .header-number{color:var(--secondary-color);font-size:.8em;margin-right:.5rem;opacity:.7}.calebq__contact-header:after{content:"";position:absolute;left:50%;bottom:0;transform:translate(-50%);width:100px;height:4px;background-color:var(--secondary-color);border-radius:2px}.calebq__contact-paragraph{font-size:1.2rem;line-height:1.6;text-align:center;margin-bottom:4rem;max-width:800px;color:#fffc}.calebq__contact-container{display:flex;align-items:flex-start;justify-content:center;gap:5rem;max-width:1200px;width:100%}.calebq__contact-form{display:flex;flex-direction:column;flex:1;max-width:600px;gap:1.5rem}.calebq__form-group-inline{display:flex;gap:1.5rem;width:100%}.calebq__input-wrapper{flex:1;position:relative}.calebq__form-input,.calebq__form-textarea{width:100%;padding:1rem 1.2rem;border:1px solid var(--input-border);outline:none;font-size:1.1rem;font-family:var(--body-font);color:var(--text-color);background-color:var(--input-bg-light);border-radius:8px;box-shadow:0 4px 15px #0003;transition:all .3s ease}.calebq__form-input:focus,.calebq__form-textarea:focus{border-color:var(--secondary-color);box-shadow:0 0 0 3px #007bff4d;background-color:#ffffff0d}.calebq__form-textarea{resize:vertical;min-height:120px}.calebq__form-input::placeholder,.calebq__form-textarea::placeholder{color:#ffffff80;font-size:1.1rem}.calebq__form-button{padding:.9rem 2.5rem;font-weight:600;font-size:1.1rem;background-color:var(--secondary-color);color:var(--primary-bg);border:none;border-radius:8px;cursor:pointer;position:relative;overflow:hidden;z-index:1;transition:all .3s ease;align-self:flex-start;min-width:180px}.calebq__form-button:disabled{background-color:#007bff80;cursor:not-allowed;transform:none;box-shadow:none}.calebq__form-button:not(:disabled):hover{background-color:#0056b3;transform:translateY(-2px);box-shadow:0 5px 15px #007bff66}.calebq__form-button:not(:disabled):active{transform:translateY(1px)}.calebq__contact-illustration{flex-shrink:0;display:flex;justify-content:center;align-items:center;width:40%;max-width:400px}.calebq__contact-image{max-width:100%;height:auto;display:block;filter:drop-shadow(0 15px 15px rgba(0,0,0,.5))}.Toastify__toast-container{font-family:var(--body-font);font-size:1rem}.Toastify__toast--success{background-color:#28a745;color:#fff}.Toastify__toast--error{background-color:#dc3545;color:#fff}@media screen and (max-width: 1024px){.calebq__contact-main{padding:5rem 3rem}.calebq__contact-header{font-size:2.8rem}.calebq__contact-paragraph{font-size:1.1rem;margin-bottom:3rem}.calebq__contact-container{flex-direction:column-reverse;align-items:center;gap:3rem}.calebq__contact-form{width:100%;max-width:500px}.calebq__contact-illustration{width:60%;max-width:350px}.calebq__contact-image{max-width:100%}.calebq__form-button{width:100%;align-self:center}}@media screen and (max-width: 768px){.calebq__contact-main{padding:4rem 2rem}.calebq__contact-header{font-size:2.2rem}.calebq__contact-header:after{width:80px;height:3px}.calebq__contact-paragraph{font-size:1rem;line-height:1.5;margin-bottom:2rem}.calebq__form-group-inline{flex-direction:column;gap:1.2rem}.calebq__form-input,.calebq__form-textarea{font-size:1rem;padding:.8rem 1rem}.calebq__form-input::placeholder,.calebq__form-textarea::placeholder{font-size:1rem}.calebq__contact-illustration{max-width:300px}}@media screen and (max-width: 480px){.calebq__contact-main{padding:3rem 1rem}.calebq__contact-header{font-size:1.8rem;margin-bottom:1rem}.calebq__contact-paragraph{font-size:.9rem}.calebq__form-input,.calebq__form-textarea{font-size:.9rem;padding:.7rem .9rem}.calebq__form-input::placeholder,.calebq__form-textarea::placeholder{font-size:.9rem}.calebq__contact-illustration{max-width:250px}}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.calebq__footer-section{background-color:var(--primary-bg);padding:4rem 2rem 2rem;color:var(--text-color);font-family:var(--body-font);text-align:center;margin-top:8rem;border-top:1px solid rgba(255,255,255,.1)}.calebq__footer-content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;max-width:1200px;margin:0 auto}.calebq__footer-logo-group{display:flex;align-items:center;gap:.75rem}.calebq__footer-logo{width:3rem;height:3rem;object-fit:contain;background-color:var(--secondary-color);padding:.4rem;border-radius:8px;filter:drop-shadow(0 0 8px rgba(0,123,255,.6))}.calebq__footer-name{font-family:var(--headers);font-size:2rem;font-weight:700;letter-spacing:.08rem;color:var(--text-color);white-space:nowrap}.calebq__footer-social-links{display:flex;align-items:center;gap:1.5rem}.calebq__footer-icon{font-size:1.8rem;color:var(--text-color);transition:all .3s ease-in-out}.calebq__footer-social-links a:hover .calebq__footer-icon{color:var(--secondary-color);transform:translateY(-3px) scale(1.1)}.calebq__footer-email{font-size:1.1rem;color:#ffffffb3;text-decoration:none;transition:color .3s ease}.calebq__footer-email:hover{color:var(--secondary-color)}.calebq__footer-copyright{font-size:.9rem;color:#ffffff80;margin-top:1rem}@media screen and (max-width: 768px){.calebq__footer-section{padding:3rem 1.5rem 1.5rem;margin-top:6rem}.calebq__footer-logo{width:2.5rem;height:2.5rem;padding:.3rem}.calebq__footer-name{font-size:1.6rem}.calebq__footer-social-links{gap:1rem}.calebq__footer-icon{font-size:1.5rem}.calebq__footer-email{font-size:1rem}.calebq__footer-copyright{font-size:.8rem}}@media screen and (max-width: 480px){.calebq__footer-section{padding:2rem 1rem 1rem;margin-top:4rem}.calebq__footer-logo{width:2rem;height:2rem;padding:.2rem}.calebq__footer-name{font-size:1.4rem}.calebq__footer-social-links{gap:.8rem}.calebq__footer-icon{font-size:1.3rem}.calebq__footer-email{font-size:.9rem}.calebq__footer-copyright{font-size:.75rem}}:root{--primary-bg: #1a1a1a;--secondary-color: #007bff;--text-color: #ffffff;--headers: "Montserrat", sans-serif;--body-font: "Open Sans", sans-serif;--nav-height-initial: 5rem;--nav-height-scrolled: 3.5rem}.calebq__navbar{padding:1rem 4rem;position:fixed;top:0;left:0;right:0;z-index:1000;background-color:transparent;transition:all .3s ease-in-out;height:var(--nav-height-initial);display:flex;align-items:center}.calebq__navbar.scrolled{background-color:#1a1a1af2;box-shadow:0 2px 10px #0000004d;padding:.5rem 4rem;height:var(--nav-height-scrolled)}.calebq__navbar-container{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:1400px;margin:0 auto}.calebq__navbar-logo-group{display:flex;align-items:center;gap:.75rem}.calebq__logo-desktop{width:2.8rem;height:2.8rem;object-fit:contain;background-color:var( --secondary-color );padding:.3rem;border-radius:8px;cursor:pointer;filter:drop-shadow(0 0 5px rgba(0,123,255,.5))}.calebq__logo-mobile{display:none;width:2.2rem;height:2.2rem;background-color:var(--secondary-color);padding:.3rem;border-radius:8px;cursor:pointer;filter:drop-shadow(0 0 5px rgba(0,123,255,.5))}.calebq__navbar-title{font-family:var(--headers);font-size:1.8rem;font-weight:700;color:var(--text-color);letter-spacing:.05rem;white-space:nowrap}.calebq__navbar-links{list-style:none;display:flex;gap:2.5rem;margin:0;padding:0}.calebq__navbar-links li a{font-family:var( --body-font );font-size:1.1rem;font-weight:500;color:var(--text-color);text-decoration:none;position:relative;transition:all .2s ease-in-out;letter-spacing:.05rem}.calebq__navbar-links li a:hover{color:var(--secondary-color);transform:translateY(-2px)}.calebq__navbar-links li a:after{content:"";position:absolute;left:0;bottom:-5px;width:0;height:2px;background-color:var(--secondary-color);transition:width .2s ease-in-out}.calebq__navbar-links li a:hover:after{width:100%}.calebq__navbar-hamburger{display:none;flex-direction:column;justify-content:space-between;width:28px;height:20px;cursor:pointer;z-index:1001;position:relative}.calebq__navbar-hamburger .line{display:block;width:100%;height:2.5px;background-color:var(--text-color);border-radius:2px;transition:all .3s ease-in-out}.calebq__navbar-hamburger.open .line-top{transform:rotate(45deg) translate(5px,5px)}.calebq__navbar-hamburger.open .line-mid{opacity:0}.calebq__navbar-hamburger.open .line-bot{transform:rotate(-45deg) translate(5px,-5px)}.calebq__navbar-mobile-overlay{position:fixed;top:var(--nav-height-scrolled);left:0;width:100%;height:calc(100vh - var(--nav-height-scrolled));background-color:#1a1a1afa;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;box-shadow:0 10px 20px #0006;z-index:999}.calebq__mobile-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;align-items:center;gap:2rem}.calebq__mobile-links li a{font-family:var(--headers);font-size:1.8rem;font-weight:600;color:var(--text-color);text-decoration:none;transition:color .2s ease-in-out}.calebq__mobile-links li a:hover{color:var(--secondary-color)}@media screen and (max-width: 1024px){.calebq__navbar{padding:1rem 2rem}.calebq__navbar.scrolled{padding:.5rem 2rem}.calebq__navbar-links,.calebq__logo-desktop{display:none}.calebq__logo-mobile{display:block}.calebq__navbar-title{font-size:1.4rem}.calebq__navbar-hamburger{display:flex}}@media screen and (max-width: 768px){.calebq__navbar{padding:.8rem 1rem;height:var(--nav-height-scrolled)}.calebq__navbar.scrolled{padding:.8rem 1rem}.calebq__navbar-title{font-size:1.2rem}.calebq__logo-mobile{width:2rem;height:2rem}.calebq__navbar-hamburger{width:24px;height:18px}.calebq__navbar-hamburger .line{height:2px}.calebq__navbar-mobile-overlay{top:var( --nav-height-scrolled );height:calc(100vh - var(--nav-height-scrolled))}.calebq__mobile-links li a{font-size:1.5rem}}@media screen and (max-width: 480px){.calebq__navbar{padding:.5rem .8rem}.calebq__navbar-title{font-size:1rem}.calebq__logo-mobile{width:1.8rem;height:1.8rem;padding:.2rem}.calebq__mobile-links li a{font-size:1.3rem}}*,*:after,*:before{padding:0;margin:0;box-sizing:border-box;font-family:Ubuntu,sans-serif}body{background-color:#1a1a1a}:root{--body: #81c3d7;--secondary: #3d8ca8;--headers: "Russo One", sans-serif}::-webkit-scrollbar{width:.3em}::-webkit-scrollbar-track{background-color:var(--secondary)}::-webkit-scrollbar-thumb{background-color:var(--body);border-radius:.3125rem;cursor:pointer}.swing-in-top-fwd{-webkit-animation:swing-in-top-fwd .5s cubic-bezier(.175,.885,.32,1.275) both;animation:swing-in-top-fwd .5s cubic-bezier(.175,.885,.32,1.275) both}@-webkit-keyframes swing-in-top-fwd{0%{-webkit-transform:rotateX(-100deg);transform:rotateX(-100deg);-webkit-transform-origin:top;transform-origin:top;opacity:0}to{-webkit-transform:rotateX(0deg);transform:rotateX(0);-webkit-transform-origin:top;transform-origin:top;opacity:1}}@keyframes swing-in-top-fwd{0%{-webkit-transform:rotateX(-100deg);transform:rotateX(-100deg);-webkit-transform-origin:top;transform-origin:top;opacity:0}to{-webkit-transform:rotateX(0deg);transform:rotateX(0);-webkit-transform-origin:top;transform-origin:top;opacity:1}}:root{--primary-bg: #1a1a1a;--secondary-color: #007bff;--text-color: #ffffff;--headers: "Montserrat", sans-serif;--body-font: "Open Sans", sans-serif}.calebq__portfolio{margin-top:6rem;padding:0 4rem;color:var(--text-color);font-family:var(--body-font)}.calebq__portfolio-header{text-align:center;margin-bottom:4rem;font-size:3.2rem;font-family:var(--headers);letter-spacing:.1rem;position:relative;padding-bottom:.8rem}.calebq__portfolio-header .calebq__portfolio-highlight{color:var(--secondary-color)}.calebq__portfolio-header:after{content:"";position:absolute;left:50%;bottom:0;transform:translate(-50%);width:100px;height:4px;background-color:var(--secondary-color);border-radius:2px}.calebq__project-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem;justify-content:center;align-items:stretch;max-width:1200px;margin:0 auto}@media screen and (max-width: 1200px){.calebq__project-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}}@media screen and (max-width: 1024px){.calebq__portfolio{padding:0 2.5rem;margin-top:5rem}.calebq__portfolio-header{font-size:2.5rem;margin-bottom:3rem}.calebq__portfolio-header:after{width:80px;height:3px}.calebq__project-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.8rem}}@media screen and (max-width: 768px){.calebq__portfolio{padding:0 1.5rem;margin-top:4rem}.calebq__portfolio-header{font-size:2rem;margin-bottom:2.5rem}.calebq__portfolio-header:after{width:70px;height:3px}.calebq__project-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}}@media screen and (max-width: 600px){.calebq__portfolio{padding:0 1rem}.calebq__portfolio-header{font-size:1.8rem;margin-bottom:2rem}.calebq__portfolio-header:after{width:60px;height:2px}.calebq__project-grid{grid-template-columns:1fr;gap:2rem}}@media screen and (max-width: 400px){.calebq__portfolio{padding:0 .8rem}.calebq__portfolio-header{font-size:1.5rem;margin-bottom:1.5rem}}:root{--primary-bg: #1a1a1a;--secondary-color: #007bff;--text-color: #ffffff;--card-bg: #2a2a2a;--card-border: #3a3a3a;--shadow-color: rgba(0, 0, 0, .4);--headers: "Montserrat", sans-serif;--body-font: "Open Sans", sans-serif}.calebq__project-card{position:relative;overflow:hidden;border-radius:12px;box-shadow:0 6px 15px var(--shadow-color);transition:transform .3s ease,box-shadow .3s ease;cursor:pointer;background-color:var(--card-bg);display:flex;flex-direction:column;justify-content:center;align-items:center}.calebq__project-card:hover{transform:translateY(-8px);box-shadow:0 12px 25px #0009}.calebq__project-image{width:100%;display:block;height:250px;object-fit:cover;border-radius:12px;transition:transform .4s ease-in-out}.calebq__project-card:hover .calebq__project-image{transform:scale(1.05)}.calebq__project-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.85);display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1.5rem;opacity:0;transition:opacity .4s ease-in-out;border-radius:12px;text-align:center}.calebq__project-card:hover .calebq__project-overlay{opacity:1}.calebq__project-title{color:var(--secondary-color);font-family:var(--headers);font-size:2.2rem;margin-bottom:.8rem;transform:translateY(20px);transition:transform .4s ease,opacity .4s ease;opacity:0}.calebq__project-card:hover .calebq__project-title{transform:translateY(0);opacity:1;transition-delay:.1s}.calebq__project-description{color:#ffffffe6;font-family:var(--body-font);font-size:1.1rem;line-height:1.5;margin-bottom:1rem;transform:translateY(20px);transition:transform .4s ease,opacity .4s ease;opacity:0}.calebq__project-card:hover .calebq__project-description{transform:translateY(0);opacity:1;transition-delay:.2s}.calebq__project-tech-stack{display:flex;flex-wrap:wrap;justify-content:center;gap:.6rem;margin-top:1rem;margin-bottom:1.5rem;transform:translateY(20px);transition:transform .4s ease,opacity .4s ease;opacity:0}.calebq__project-card:hover .calebq__project-tech-stack{transform:translateY(0);opacity:1;transition-delay:.3s}.calebq__tech-pill{background-color:#007bff33;color:var(--secondary-color);padding:.4rem .8rem;border-radius:20px;font-size:.85rem;font-weight:600;white-space:nowrap}.calebq__project-link{display:flex;align-items:center;gap:.5rem;color:var(--secondary-color);font-family:var(--headers);font-size:1.3rem;text-decoration:none;font-weight:600;padding:.6rem 1.2rem;border:2px solid var(--secondary-color);border-radius:5px;transition:background-color .3s ease,color .3s ease,transform .3s ease;transform:translateY(20px);opacity:0}.calebq__project-card:hover .calebq__project-link{transform:translateY(0);opacity:1;transition-delay:.4s}.calebq__project-link:hover{background-color:var(--secondary-color);color:var(--primary-bg);transform:translateY(-2px)}.calebq__arrow-icon{width:18px;height:18px;transition:transform .3s ease}.calebq__project-link:hover .calebq__arrow-icon{transform:translate(5px)}@media screen and (max-width: 1024px){.calebq__project-image{height:220px}.calebq__project-overlay{padding:1.2rem}.calebq__project-title{font-size:1.8rem}.calebq__project-description{font-size:1rem}.calebq__tech-pill{font-size:.8rem;padding:.3rem .7rem}.calebq__project-link{font-size:1.1rem;padding:.5rem 1rem}.calebq__arrow-icon{width:16px;height:16px}}@media screen and (max-width: 850px){.calebq__project-image{height:200px}.calebq__project-title{font-size:1.6rem}.calebq__project-description{font-size:.9rem}.calebq__tech-pill{font-size:.75rem}.calebq__project-link{font-size:1rem;padding:.4rem .8rem}}@media screen and (max-width: 640px){.calebq__project-image{height:180px}.calebq__project-overlay{padding:1rem}.calebq__project-title{font-size:1.4rem;margin-bottom:.6rem}.calebq__project-description{font-size:.85rem;margin-bottom:.8rem}.calebq__project-tech-stack{gap:.5rem;margin-top:.8rem;margin-bottom:1rem}.calebq__tech-pill{font-size:.7rem;padding:.3rem .6rem}.calebq__project-link{font-size:.9rem;padding:.4rem .7rem}.calebq__arrow-icon{width:14px;height:14px}}@media screen and (max-width: 480px){.calebq__project-image{height:160px}.calebq__project-title{font-size:1.2rem}.calebq__project-description{font-size:.8rem}.calebq__tech-pill{font-size:.65rem;padding:.25rem .5rem}.calebq__project-link{font-size:.8rem;padding:.3rem .6rem}}
