lm-web-controls 1.4.21 → 1.4.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import{__awaiter as e,__generator as a,__assign as t}from"../../_virtual/_tslib.js";import r,{useState as n,useEffect as i}from"react";import{Formik as l,Form as o,ErrorMessage as m}from"formik";import*as c from"yup";import{toast as s}from"react-toastify";var u=/^[\w-\.]+@([\w-]+\.)+[\w-]{2,4}$/,p=/^(\+91[\-\s]?)?[0]?(91)?[6789]\d{9}$/,d=c.object().shape({name:c.string().required("Please enter your name").min(3),email:c.string().required("Please enter your email").email("Please enter a valid email").matches(u,"Please enter a valid email"),mobile:c.string().required("Please enter your mobile number").matches(p,"Please enter a valid mobile number"),resume:c.mixed().required("Please upload your resume").test("fileSize","File size should be less than 5MB",function(e){return!e||e.size<=5242880}).test("fileType","Only PDF, DOC, and DOCX files are allowed",function(e){return!e||["application/pdf","application/msword","application/vnd.openxmlformats-officedocument.wordprocessingml.document"].includes(e.type)})});function f(c){var u=this,p=c.closeIcon,f=c.jobId,b=c.jobTitle,v=c.onSubmit,E=c.title,N=c.description,g=c.triggerAttribute,h=void 0===g?"data-career-apply":g,y=c.classNames,w=void 0===y?{}:y,C=n(!1),P=C[0],S=C[1],B=n(""),
|
|
2
|
+
import{__awaiter as e,__generator as a,__assign as t}from"../../_virtual/_tslib.js";import r,{useState as n,useEffect as i}from"react";import{Formik as l,Form as o,ErrorMessage as m}from"formik";import*as c from"yup";import{toast as s}from"react-toastify";var u=/^[\w-\.]+@([\w-]+\.)+[\w-]{2,4}$/,p=/^(\+91[\-\s]?)?[0]?(91)?[6789]\d{9}$/,d=c.object().shape({name:c.string().required("Please enter your name").min(3),email:c.string().required("Please enter your email").email("Please enter a valid email").matches(u,"Please enter a valid email"),mobile:c.string().required("Please enter your mobile number").matches(p,"Please enter a valid mobile number"),resume:c.mixed().required("Please upload your resume").test("fileSize","File size should be less than 5MB",function(e){return!e||e.size<=5242880}).test("fileType","Only PDF, DOC, and DOCX files are allowed",function(e){return!e||["application/pdf","application/msword","application/vnd.openxmlformats-officedocument.wordprocessingml.document"].includes(e.type)})});function f(c){var u=this,p=c.closeIcon,f=c.jobId,b=c.jobTitle,v=c.onSubmit,E=c.title,N=c.description,g=c.triggerAttribute,h=void 0===g?"data-career-apply":g,y=c.classNames,w=void 0===y?{}:y,C=n(!1),P=C[0],S=C[1],B=n(""),j=B[0],D=B[1],F=function(e,a){return a||e};i(function(){var e=function(e){e.target.closest("[".concat(h,"]"))&&(e.preventDefault(),e.stopPropagation(),S(!0))};return document.addEventListener("click",e),function(){document.removeEventListener("click",e)}},[h]);return P?r.createElement("div",{className:F("career-modal-wrapper",w.modal)},r.createElement("div",{className:F("career-modal-container",w.container)},r.createElement("button",{className:F("career-modal-close-button",w.closeButton),onClick:function(){S(!1),D("")},title:"Close"},p),r.createElement("h2",{className:F("career-modal-title",w.title)},E||(b?"Apply for ".concat(b):"Submit Your Application")),N&&r.createElement("p",{className:F("career-modal-description",w.description)},N),r.createElement("div",{className:"career-modal-form-wrapper"},r.createElement(l,{validationSchema:d,onSubmit:function(r,n){return e(u,[r,n],void 0,function(e,r){var n=r.setSubmitting,i=r.resetForm;return a(this,function(a){switch(a.label){case 0:return a.trys.push([0,2,3,4]),"undefined"!=typeof window&&window.dataLayer&&window.dataLayer.push(t(t({event:f?"career_application_submit":"candidate_application_submit"},f&&{jobId:f,jobTitle:b||"Unknown Position"}),{applicantName:e.name})),[4,v(t(t({},f&&{jobId:f}),{name:e.name,email:e.email,mobile:e.mobile,resume:e.resume}))];case 1:return a.sent(),s.success("Application submitted successfully!"),i(),D(""),S(!1),[3,4];case 2:return a.sent(),s.error("Failed to submit application. Please try again."),[3,4];case 3:return n(!1),[7];case 4:return[2]}})})},initialValues:{name:"",email:"",mobile:"",resume:null}},function(e){var a=e.handleSubmit,t=e.handleChange,n=e.handleBlur,i=e.setFieldValue,l=e.values,c=e.isSubmitting;return r.createElement(o,{className:F("career-modal-form",w.form),noValidate:!0,onSubmit:a},r.createElement("div",{className:F("career-input-container",w.inputContainer)},r.createElement("input",{className:F("career-form-input",w.input),placeholder:"Full Name*",name:"name",onChange:t,onBlur:n,value:l.name}),r.createElement(m,{name:"name",component:"div",className:F("career-form-error-message",w.errorMessage)})),r.createElement("div",{className:F("career-input-container",w.inputContainer)},r.createElement("input",{className:F("career-form-input",w.input),placeholder:"Email*",name:"email",type:"email",onChange:t,onBlur:n,value:l.email}),r.createElement(m,{name:"email",component:"div",className:F("career-form-error-message",w.errorMessage)})),r.createElement("div",{className:F("career-input-container",w.inputContainer)},r.createElement("input",{className:F("career-form-input",w.input),placeholder:"Mobile Number*",name:"mobile",onChange:t,onBlur:n,value:l.mobile}),r.createElement(m,{name:"mobile",component:"div",className:F("career-form-error-message",w.errorMessage)})),r.createElement("div",{className:F("career-input-container",w.inputContainer)},r.createElement("label",{className:F("career-file-label",w.fileLabel)},r.createElement("input",{type:"file",name:"resume",accept:".pdf,.doc,.docx",onChange:function(e){return function(e,a){var t,r=null===(t=e.target.files)||void 0===t?void 0:t[0];r&&(a("resume",r),D(r.name))}(e,i)},onBlur:n,className:F("career-file-input",w.fileInput)}),r.createElement("span",{className:"career-file-button"},j||"Upload Resume (PDF, DOC, DOCX)*")),r.createElement(m,{name:"resume",component:"div",className:F("career-form-error-message",w.errorMessage)})),r.createElement("div",{className:"career-form-button-container"},r.createElement("button",{className:F("career-form-submit-button",w.submitButton),type:"submit",disabled:c},c?"Submitting...":"Submit Application")))})))):null}export{f as CareerApplicationForm};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import e from"react";function t(t){var a=t.jobs,
|
|
2
|
+
import e from"react";function t(t){var a=t.jobs,l=t.title,o=void 0===l?"We are hiring...":l,n=t.subtitle,r=t.nestedUrl,c=t.emptyMessage,i=void 0===c?"No open positions at the moment. Check back soon!":c,s=t.showGeneralApply,m=void 0!==s&&s,p=t.generalApplyText,d=void 0===p?"Didn't find a match? Submit your resume for future opportunities":p,b=t.generalApplyButtonText,u=void 0===b?"Submit Your Resume":b,y=t.icons,h=t.classNames,E=void 0===h?{}:h,j=function(e,t){return t||e};return e.createElement("section",{className:j("job-list-container",E.container)},o&&e.createElement("div",{className:j("job-list-header",E.header)},e.createElement("h2",{className:j("job-list-title",E.title)},o),n&&e.createElement("p",{className:j("job-list-subtitle",E.subtitle)},n)),a.length>0?e.createElement("div",{className:j("job-list-grid",E.jobsGrid)},a.map(function(t){return e.createElement("div",{key:t.id,className:j("job-card",E.jobCard)},e.createElement("h3",{className:j("job-card-title",E.jobTitle)},t.title),e.createElement("div",{className:"job-card-details"},e.createElement("div",{className:j("job-card-location",E.jobLocation)},(null==y?void 0:y.location)?e.createElement("span",{className:j("job-card-icon",E.locationIcon)},y.location):e.createElement("svg",{className:j("job-card-icon",E.locationIcon),width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2"},e.createElement("path",{d:"M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z"}),e.createElement("circle",{cx:"12",cy:"10",r:"3"})),e.createElement("span",null,(a=t.location,l=[a.city,a.country].filter(Boolean).join(", "),a.remote?l+=" (Remote)":a.hybrid&&(l+=" (Hybrid)"),l))),e.createElement("div",{className:j("job-card-type",E.jobType)},(null==y?void 0:y.type)?e.createElement("span",{className:j("job-card-icon",E.typeIcon)},y.type):e.createElement("svg",{className:j("job-card-icon",E.typeIcon),width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2"},e.createElement("rect",{x:"2",y:"7",width:"20",height:"14",rx:"2",ry:"2"}),e.createElement("path",{d:"M16 21V5a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v16"})),e.createElement("span",null,t.employmentType))),e.createElement("a",{href:"".concat(r?"/".concat(r):"","/openings/").concat(t.slug),className:j("job-card-button",E.viewButton)},"View/Apply",(null==y?void 0:y.arrow)?e.createElement("span",{className:j("job-card-arrow",E.arrowIcon)},y.arrow):e.createElement("svg",{className:j("job-card-arrow",E.arrowIcon),width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2"},e.createElement("line",{x1:"5",y1:"12",x2:"19",y2:"12"}),e.createElement("polyline",{points:"12 5 19 12 12 19"}))));var a,l})):e.createElement("div",{className:j("job-list-empty",E.emptyState)},e.createElement("p",null,i)),m&&e.createElement("div",{className:j("job-list-general-apply",E.generalApplySection)},e.createElement("p",{className:j("job-list-general-apply-text",E.generalApplyText)},d),e.createElement("button",{"data-career-apply":!0,className:j("job-list-general-apply-button",E.generalApplyButton)},u)))}export{t as JobList};
|
package/dist/index.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.lm-slider{width:100%}.lm-back-to-top{align-items:center;display:flex;justify-content:center;position:fixed;transition-duration:.2s}.lm-back-to-top-svg{width:50%}.lm-hide-scroll-btn{transform:translateY(6rem)}.left-margin-xs{margin-left:5px}.reading-progress-bar-container{background-color:transparent;height:5px;left:0;position:fixed;top:0;width:100%;z-index:1000}.reading-progress-bar{height:100%;transform-origin:left;transition:width .2s ease-out}.faq-items{margin-top:1.5rem;width:100%}.faq-item{cursor:pointer;display:flex;flex-direction:column;transition:all .3s ease}.faq-question-container{align-items:center;display:flex;justify-content:space-between}.faq-icon{height:24px;transition:transform .3s ease;width:24px}.rotate{transform:rotate(45deg)}.faq-answer{max-height:0;opacity:0;overflow:hidden;transition:max-height .5s ease,opacity .5s ease}.faq-answer.open{max-height:360px;opacity:1}.skeleton-container{display:flex;flex-direction:column;gap:.5rem;width:100%}.skeleton{background-color:#e1e2e6;border-radius:.375rem;min-height:80px;overflow:hidden;position:relative;width:100%;&:after{animation:wave 1.5s linear infinite;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.4),transparent);content:"";height:100%;left:0;position:absolute;top:0;width:100%}}@keyframes wave{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.featured-blog-main-container{display:grid;gap:1.5rem;grid-template-columns:repeat(2,minmax(0,1fr));width:100%}.featured-blog-image-container{height:100%;position:relative;width:100%}.featured-blog-image{height:100%;max-height:380px;object-fit:cover;object-position:center;width:100%}.featured-blog-category{background-color:#fff;bottom:2rem;color:#000;font-size:16px;padding:12px 24px;position:absolute;right:2rem}.featured-blog-data-container{display:flex;flex-direction:column;gap:1rem;width:100%}.featured-blog-avatar-main-container{align-items:center;display:flex;gap:1rem}.featured-blog-avatar{align-items:center;background-color:#000;border-radius:100%;color:#fff;display:flex;font-size:18px;font-weight:600;height:35px;justify-content:center;min-width:35px;width:35px}.featured-blog-author-container{display:flex;flex-direction:column;gap:8px}.read-more-container{align-items:center;display:flex;gap:10px}.post-main-container{display:flex;flex-direction:column;gap:1.5rem;width:100%}.post-image-container{height:100%;position:relative;width:100%}.post-image{height:100%;max-height:380px;object-fit:cover;object-position:center;width:100%}.post-category{background-color:#fff;bottom:2rem;color:#000;font-size:16px;padding:12px 24px;position:absolute;right:2rem}.post-avatar-main-container{align-items:center;display:flex;gap:1rem}.post-avatar{align-items:center;background-color:#000;border-radius:100%;color:#fff;display:flex;font-size:18px;font-weight:600;height:35px;justify-content:center;min-width:35px;width:35px}.post-author-container{display:flex;flex-direction:column;gap:8px}.related-posts-main-container{gap:1.5rem}.related-posts,.related-posts-main-container{display:flex;flex-direction:column;width:100%}.related-posts{gap:10px}.related-post-item{align-items:center;display:flex;gap:1rem}.related-post-item-image{object-fit:cover;object-position:center}@media (max-width:768px){.featured-blog-main-container{grid-template-columns:repeat(1,minmax(0,1fr))}}.blog-list-main-container{display:flex;flex-direction:column;width:100%}.blog-list-top-container{align-items:center;display:flex;gap:1rem;justify-content:space-between}.blog-list-icons-container{align-items:center;display:flex;gap:8px}.blog-list-icon{align-items:center;border:1px solid transparent;cursor:pointer;display:flex;justify-content:center;padding:10px;transition:all .3s ease-in-out}.blog-list-icon.active{background-color:#f0f4f8;border-color:#386bb7}.blogs-grid-view{display:grid;gap:1rem;grid-template-columns:repeat(3,minmax(0,1fr));width:100%}.blogs-list-view{gap:1rem;width:100%}.blog-item-grid,.blogs-list-view{display:flex;flex-direction:column}.blog-item-list{display:flex;flex-direction:row;gap:1.5rem}.blog-item-grid-image,.blog-item-list-image{height:100%;max-height:350px;object-fit:cover;object-position:center;width:100%}.blog-details{display:flex;flex-direction:column}.blog-item-avatar-main-container{align-items:center;display:flex;gap:1rem}.blog-item-avatar{align-items:center;background-color:#000;border-radius:100%;color:#fff;display:flex;font-size:18px;font-weight:600;height:35px;justify-content:center;min-width:35px;width:35px}.blog-item-author-container{display:flex;flex-direction:column;gap:8px}.blog-item-read-more-container{align-items:center;display:flex;gap:10px}.blog-list-load-more-container{align-items:center;display:flex;justify-content:center;width:100%}@media (max-width:1024px){.blogs-grid-view{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.blogs-grid-view{grid-template-columns:repeat(1,minmax(0,1fr))}.blog-item-list{flex-direction:column}}.modal-wrapper{align-items:center;background-color:#00000095;display:flex;inset:0;justify-content:center;left:0;position:fixed;top:0;z-index:9999}.modal-container{align-items:center;background-color:#fff;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);display:flex;flex-direction:column;max-width:26rem;padding:1rem 2rem;position:relative;width:90%}.modal-close-button{position:absolute;right:.75rem;top:.75rem}.modal-title{font-size:1.5rem;font-weight:600;margin-bottom:1rem;text-align:center}.modal-form-container,.modal-form-wrapper{display:flex;flex-direction:column;width:100%}.modal-form-container{gap:.5rem}.input-container{display:flex;flex-direction:column;width:100%}.modal-form-input{height:3rem;padding:1.5rem;transition:all;transition-duration:.3s;width:100%}.modal-form-error-message{color:#ef4444;font-size:.875rem;margin-top:.25rem}.modal-form-button-container{align-items:center;display:flex;justify-content:center}.modal-form-submit-button{border-radius:5px;font-size:15px;font-weight:500;padding:14px 28px;width:100%}.exit-intent-modal-wrapper{align-items:center;background-color:#00000095;display:flex;inset:0;justify-content:center;left:0;position:fixed;top:0;z-index:9999}.exit-intent-modal-container{align-items:center;background-color:#fff;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);display:flex;flex-direction:column;max-width:26rem;padding:1rem 2rem;position:relative;width:90%}.exit-intent-modal-close-button{position:absolute;right:.75rem;top:.75rem}.lm-hero-slider{align-items:center;display:flex;justify-content:center;overflow:hidden;position:relative;width:100%}.lm-hero-slider-container{height:100%;position:relative;width:100%}.lm-hero-slider-slide{align-items:center;background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;height:100%;justify-content:center;left:0;opacity:0;position:absolute;top:0;transition:all .5s ease-in-out;width:100%}.lm-hero-slider-slide.fade.active{opacity:1}.lm-hero-slider-slide.scroll{opacity:1;transition:transform .5s ease-in-out}.lm-hero-slider-overlay{align-items:center;background:rgba(0,0,0,.4);bottom:0;display:flex;justify-content:center;left:0;padding:2rem;position:absolute;right:0;top:0}.lm-hero-slider-content{color:#fff;max-width:800px;text-align:center;z-index:2}.lm-hero-slider-title{font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.lm-hero-slider-description{font-size:1.25rem;line-height:1.5;margin-bottom:2rem;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.lm-hero-slider-content .lm-hero-slider-title:last-child{margin-bottom:2rem}.lm-hero-slider-content .lm-hero-slider-title+.lm-hero-slider-button{margin-top:1rem}.lm-hero-slider-button{background-color:#f97316;border-radius:.5rem;color:#fff;display:inline-block;font-weight:600;letter-spacing:.5px;padding:.875rem 2rem;text-decoration:none;text-transform:uppercase;transition:all .3s ease}.lm-hero-slider-button:hover{background-color:#ea580c;box-shadow:0 4px 12px rgba(0,0,0,.3);transform:translateY(-2px)}.lm-hero-slider-nav{align-items:center;background:hsla(0,0%,100%,.9);border:none;border-radius:50%;color:#333;cursor:pointer;display:flex;height:50px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;width:50px;z-index:10}.lm-hero-slider-nav:hover{background:#fff;transform:translateY(-50%) scale(1.1)}.lm-hero-slider-nav:disabled{cursor:not-allowed;opacity:.5;transform:translateY(-50%)}.lm-hero-slider-prev{left:1rem}.lm-hero-slider-next{right:1rem}.lm-hero-slider-dots{bottom:2rem;display:flex;gap:.5rem;left:50%;position:absolute;transform:translateX(-50%);z-index:10}.lm-hero-slider-dot{background:transparent;border:2px solid hsla(0,0%,100%,.7);border-radius:50%;cursor:pointer;height:12px;transition:all .3s ease;width:12px}.lm-hero-slider-dot.active{background:#fff;border-color:#fff}.lm-hero-slider-dot:hover{border-color:#fff;transform:scale(1.2)}.lm-hero-slider-dot:disabled{cursor:not-allowed;opacity:.5}@media (max-width:768px){.lm-hero-slider-title{font-size:2rem}.lm-hero-slider-description{font-size:1rem}.lm-hero-slider-content{padding:1rem}.lm-hero-slider-nav{height:40px;width:40px}.lm-hero-slider-prev{left:.5rem}.lm-hero-slider-next{right:.5rem}.lm-hero-slider-dots{bottom:1rem}}@media (max-width:480px){.lm-hero-slider-title{font-size:1.5rem}.lm-hero-slider-description{font-size:.875rem;margin-bottom:1.5rem}.lm-hero-slider-button{font-size:.875rem;padding:.75rem 1.5rem}}.author-card-container{background:linear-gradient(135deg,#642c89,#8b5a9b);border-radius:16px;box-shadow:0 8px 32px rgba(0,0,0,.1);color:#fff;margin:0 auto;max-width:100%;padding:24px}.author-card-title{color:#fff;font-size:24px;font-weight:600;margin:0 0 20px}.author-card-content{background:#fff;border-radius:12px;color:#333;padding:24px}.author-card-header{align-items:flex-start;display:flex;gap:16px;margin-bottom:16px;position:relative}.author-card-avatar-container{flex-shrink:0}.author-card-avatar{object-fit:cover}.author-card-avatar,.author-card-avatar-placeholder{border:3px solid #f0f0f0;border-radius:50%;height:64px;width:64px}.author-card-avatar-placeholder{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;font-size:24px;font-weight:600;justify-content:center}.author-card-info{flex:1;min-width:0}.author-card-name{color:#1a1a1a;font-size:20px;font-weight:600;margin:0 0 4px}.author-card-role{color:#6b7280;font-size:14px;font-weight:500;margin:0}.author-card-social{display:flex;gap:8px;position:absolute;right:0;top:0}.author-card-social-link{align-items:center;background:#0077b5;border-radius:50%;color:#fff;display:flex;height:40px;justify-content:center;text-decoration:none;transition:all .2s ease;width:40px}.author-card-social-link:hover{box-shadow:0 4px 12px rgba(0,119,181,.3);transform:translateY(-2px)}.author-card-social-link[href*="twitter.com"],.author-card-social-link[href*="x.com"]{background:#1da1f2}.author-card-social-link[href*="twitter.com"]:hover,.author-card-social-link[href*="x.com"]:hover{box-shadow:0 4px 12px rgba(29,161,242,.3)}.author-card-social-link[href*="github.com"]{background:#333}.author-card-social-link[href*="github.com"]:hover{box-shadow:0 4px 12px rgba(51,51,51,.3)}.author-card-social-link[href*="linkedin.com"]:hover{box-shadow:0 4px 12px rgba(0,119,181,.3)}.author-card-social-icon{height:20px;width:20px}.author-card-bio{border-top:1px solid #e5e7eb;margin-top:16px;padding-top:16px}.author-card-bio-text{color:#4b5563;font-size:14px;line-height:1.6;margin:0}@media (max-width:768px){.author-card-container,.author-card-content{padding:16px}.author-card-header{align-items:center;flex-direction:column;gap:12px;text-align:center}.author-card-social{justify-content:center;margin-top:12px;position:static}.author-card-name{font-size:18px}}@media (max-width:480px){.author-card-title{font-size:20px}.author-card-avatar,.author-card-avatar-placeholder{height:56px;width:56px}.author-card-avatar-placeholder{font-size:20px}.author-card-social-link{height:36px;width:36px}.author-card-social-icon{height:18px;width:18px}}.payment-icons-container{align-items:center;display:flex;flex-direction:column;gap:12px;text-align:center;width:100%}.payment-icons-title{color:#374151;font-size:16px;font-weight:600;margin:0;text-align:center}.payment-icons-grid{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:center;width:100%}.payment-icon-item{align-items:center;cursor:pointer;display:flex;flex-direction:column;gap:4px;transition:transform .2s ease,opacity .2s ease}.payment-icon-item:hover{opacity:.8;transform:translateY(-2px)}.payment-icon{align-items:center;background:#fff;border-radius:4px;box-shadow:0 2px 4px rgba(0,0,0,.1);display:flex;justify-content:center;overflow:hidden;transition:box-shadow .2s ease}.payment-icon:hover{box-shadow:0 4px 8px rgba(0,0,0,.15)}.payment-icon svg,.payment-icon-image{display:block;height:100%;width:100%}.payment-icon-image{border-radius:4px;object-fit:contain}.payment-icon-text{color:#6b7280;font-size:12px;font-weight:500;margin-top:4px;text-align:center}.payment-icons-grid.grid{display:grid;gap:8px;justify-items:center}.payment-icon.h-6{height:24px;min-width:60px}.payment-icon.h-8{height:32px;min-width:80px}.payment-icon.h-12{height:48px;min-width:120px}@media (max-width:768px){.payment-icons-grid{gap:8px}.payment-icon.h-12{height:40px;min-width:100px}.payment-icons-title{font-size:14px}}@media (max-width:480px){.payment-icons-grid{gap:6px}.payment-icon.h-8{height:28px;min-width:70px}.payment-icon.h-12{height:36px;min-width:90px}.payment-icon-text{font-size:10px}}.payment-icons-container.footer-variant{gap:8px}.payment-icons-container.footer-variant .payment-icons-title{color:#9ca3af;font-size:14px}.payment-icons-container.footer-variant .payment-icon{opacity:.8}.payment-icons-container.footer-variant .payment-icon:hover{opacity:1}.payment-icons-container.checkout-variant{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;gap:16px;padding:16px}.payment-icons-container.checkout-variant .payment-icons-title{color:#1f2937;font-size:18px}.payment-icons-container.checkout-variant .payment-icon{box-shadow:0 4px 6px rgba(0,0,0,.1)}.job-list-container{display:flex;flex-direction:column;gap:2rem;width:100%}.job-list-header{margin-bottom:1rem;text-align:center}.job-list-title{color:#1a1a1a;font-size:2.5rem;font-weight:700;margin:0 0 .5rem}.job-list-subtitle{color:#6b7280;font-size:1.125rem;font-weight:400;margin:0}.job-list-grid{display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));width:100%}.job-card{background:#f8f9fa;border:1px solid #e9ecef;border-radius:16px;box-shadow:0 1px 2px rgba(0,0,0,.05);display:flex;flex-direction:column;gap:1.25rem;padding:2rem 1.75rem;transition:all .3s ease}.job-card:hover{background:#fff;box-shadow:0 6px 16px rgba(0,0,0,.1);transform:translateY(-4px)}.job-card-title{color:#1a1a1a;font-size:1.375rem;font-weight:700;line-height:1.4;margin:0}.job-card-details{display:flex;flex-direction:column;gap:.5rem}.job-card-location,.job-card-type{align-items:center;color:#6b7280;display:flex;font-size:.875rem;gap:.5rem}.job-card-icon{flex-shrink:0;height:16px;width:16px}.job-card-button{align-items:center;background-color:transparent;border:2px solid #6366f1;border-radius:10px;color:#6366f1;display:inline-flex;font-size:1rem;font-weight:600;gap:.5rem;justify-content:center;margin-top:auto;padding:.875rem 1.75rem;text-decoration:none;transition:all .3s ease}.job-card-button:hover{background-color:#6366f1;box-shadow:0 4px 12px rgba(99,102,241,.3);color:#fff;transform:translateY(-2px)}.job-card-arrow{height:16px;transition:transform .3s ease;width:16px}.job-card-button:hover .job-card-arrow{transform:translateX(4px)}.job-list-empty{color:#6b7280;font-size:1.125rem;padding:3rem 1rem;text-align:center}.job-list-general-apply{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;box-shadow:0 8px 24px rgba(102,126,234,.25);margin-top:3rem;padding:2.5rem;text-align:center}.job-list-general-apply-text{color:#fff;font-size:1.25rem;font-weight:500;line-height:1.6;margin:0 0 1.5rem}.job-list-general-apply-button{align-items:center;background-color:#fff;border:none;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.1);color:#667eea;cursor:pointer;display:inline-flex;font-size:1.125rem;font-weight:700;justify-content:center;padding:1rem 2.5rem;transition:all .3s ease}.job-list-general-apply-button:hover{background-color:#f8f9fa;box-shadow:0 8px 20px rgba(0,0,0,.15);transform:translateY(-3px)}.job-list-general-apply-button:active{transform:translateY(-1px)}.job-detail-container{display:flex;flex-direction:column;gap:2rem;margin:0 auto;max-width:800px;width:100%}.job-detail-back-button{align-items:center;color:#3b82f6;display:inline-flex;font-size:.875rem;font-weight:600;gap:.5rem;text-decoration:none;transition:all .3s ease;width:fit-content}.job-detail-back-button:hover{color:#2563eb;transform:translateX(-4px)}.job-detail-header{display:flex;flex-direction:column;gap:1rem}.job-detail-title{color:#1a1a1a;font-size:2.5rem;font-weight:700;line-height:1.2;margin:0}.job-detail-meta-info{display:flex;flex-direction:column;gap:.75rem}.job-meta-item{align-items:center;color:#4b5563;display:flex;font-size:1rem;gap:.75rem}.job-meta-icon{color:#3b82f6;flex-shrink:0;height:20px;width:20px}.job-detail-description{color:#374151;font-size:1rem;line-height:1.75}.job-detail-description h2{color:#1a1a1a;font-size:1.5rem;font-weight:600;margin-bottom:1rem;margin-top:2rem}.job-detail-description h3{color:#1a1a1a;font-size:1.25rem;font-weight:600;margin-bottom:.75rem;margin-top:1.5rem}.job-detail-description p{margin-bottom:1rem}.job-detail-description ol,.job-detail-description ul{margin-bottom:1rem;margin-left:1.5rem}.job-detail-description li{margin-bottom:.5rem}.job-detail-apply-button{background-color:#3b82f6;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease;width:fit-content}.job-detail-apply-button:hover{background-color:#2563eb;box-shadow:0 4px 12px rgba(59,130,246,.3);transform:translateY(-2px)}.job-detail-email-link{color:#3b82f6;font-size:1rem;font-weight:600;text-decoration:none}.job-detail-email-link:hover{text-decoration:underline}.career-modal-wrapper{align-items:center;background-color:rgba(0,0,0,.6);display:flex;inset:0;justify-content:center;overflow-y:auto;padding:1rem;position:fixed;z-index:9999}.career-modal-container{background-color:#fff;border-radius:12px;box-shadow:0 20px 25px -5px rgba(0,0,0,.1);max-height:90vh;max-width:600px;overflow-y:auto;padding:2rem;position:relative;width:100%}.career-modal-close-button{background:transparent;border:none;color:#6b7280;cursor:pointer;padding:.5rem;position:absolute;right:1rem;top:1rem;transition:color .3s ease}.career-modal-close-button:hover{color:#1a1a1a}.career-modal-title{color:#1a1a1a;font-size:1.75rem;font-weight:700;margin:0 0 1.5rem;text-align:center}.career-modal-description{color:#666;font-size:1rem;line-height:1.5;margin:-.5rem 0 1.5rem;text-align:center}.career-modal-form-wrapper{width:100%}.career-modal-form{display:flex;flex-direction:column;gap:1rem}.career-input-container{display:flex;flex-direction:column;gap:.25rem}.career-form-input,.career-form-textarea{border:1px solid #d1d5db;border-radius:8px;font-size:1rem;padding:.75rem 1rem;transition:all .3s ease;width:100%}.career-form-input:focus,.career-form-textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1);outline:none}.career-form-textarea{min-height:100px;resize:vertical}.career-file-label{cursor:pointer}.career-file-input{display:none}.career-file-button{border:2px dashed #d1d5db;border-radius:8px;color:#6b7280;display:block;font-size:1rem;padding:.75rem 1rem;text-align:center;transition:all .3s ease;width:100%}.career-file-label:hover .career-file-button{background-color:#eff6ff;border-color:#3b82f6;color:#3b82f6}.career-form-error-message{color:#ef4444;font-size:.875rem;margin-top:.25rem}.career-form-button-container{display:flex;justify-content:center;margin-top:1rem}.career-form-submit-button{background-color:#3b82f6;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.875rem 2rem;transition:all .3s ease}.career-form-submit-button:hover:not(:disabled){background-color:#2563eb;box-shadow:0 4px 12px rgba(59,130,246,.3);transform:translateY(-2px)}.career-form-submit-button:disabled{cursor:not-allowed;opacity:.6}.candidate-form-container{background:#fff;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.1);margin:0 auto;max-width:700px;padding:2rem;width:100%}.candidate-form-header{margin-bottom:2rem;text-align:center}.candidate-form-title{color:#1a1a1a;font-size:2rem;font-weight:700;margin:0 0 1rem}.candidate-form-description{color:#6b7280;font-size:1rem;line-height:1.5;margin:0}.candidate-form{display:flex;flex-direction:column;gap:1rem}.candidate-input-container{display:flex;flex-direction:column;gap:.25rem}.candidate-form-input,.candidate-form-textarea{border:1px solid #d1d5db;border-radius:8px;font-size:1rem;padding:.75rem 1rem;transition:all .3s ease;width:100%}.candidate-form-input:focus,.candidate-form-textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1);outline:none}.candidate-form-textarea{min-height:100px;resize:vertical}.candidate-file-label{cursor:pointer}.candidate-file-input{display:none}.candidate-file-button{border:2px dashed #d1d5db;border-radius:8px;color:#6b7280;display:block;font-size:1rem;padding:.75rem 1rem;text-align:center;transition:all .3s ease;width:100%}.candidate-file-label:hover .candidate-file-button{background-color:#eff6ff;border-color:#3b82f6;color:#3b82f6}.candidate-form-error-message{color:#ef4444;font-size:.875rem;margin-top:.25rem}.candidate-form-button-container{display:flex;justify-content:center;margin-top:1rem}.candidate-form-submit-button{background-color:#3b82f6;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.875rem 2rem;transition:all .3s ease}.candidate-form-submit-button:hover:not(:disabled){background-color:#2563eb;box-shadow:0 4px 12px rgba(59,130,246,.3);transform:translateY(-2px)}.candidate-form-submit-button:disabled{cursor:not-allowed;opacity:.6}@media (max-width:768px){.job-list-grid{grid-template-columns:1fr}.job-list-title{font-size:1.5rem}.job-detail-title{font-size:2rem}.job-detail-meta-info{gap:.5rem}.career-modal-container{padding:1.5rem}.career-modal-title{font-size:1.5rem}.candidate-form-container{padding:1.5rem}.candidate-form-title{font-size:1.5rem}}@media (max-width:480px){.job-card{padding:1.25rem}.job-card-title{font-size:1.125rem}.job-detail-title{font-size:1.75rem}.candidate-form-container,.career-modal-container{padding:1rem}}
|
|
1
|
+
.lm-slider{width:100%}.lm-back-to-top{align-items:center;display:flex;justify-content:center;position:fixed;transition-duration:.2s}.lm-back-to-top-svg{width:50%}.lm-hide-scroll-btn{transform:translateY(6rem)}.left-margin-xs{margin-left:5px}.reading-progress-bar-container{background-color:transparent;height:5px;left:0;position:fixed;top:0;width:100%;z-index:1000}.reading-progress-bar{height:100%;transform-origin:left;transition:width .2s ease-out}.faq-items{margin-top:1.5rem;width:100%}.faq-item{cursor:pointer;display:flex;flex-direction:column;transition:all .3s ease}.faq-question-container{align-items:center;display:flex;justify-content:space-between}.faq-icon{height:24px;transition:transform .3s ease;width:24px}.rotate{transform:rotate(45deg)}.faq-answer{max-height:0;opacity:0;overflow:hidden;transition:max-height .5s ease,opacity .5s ease}.faq-answer.open{max-height:360px;opacity:1}.skeleton-container{display:flex;flex-direction:column;gap:.5rem;width:100%}.skeleton{background-color:#e1e2e6;border-radius:.375rem;min-height:80px;overflow:hidden;position:relative;width:100%;&:after{animation:wave 1.5s linear infinite;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.4),transparent);content:"";height:100%;left:0;position:absolute;top:0;width:100%}}@keyframes wave{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.featured-blog-main-container{display:grid;gap:1.5rem;grid-template-columns:repeat(2,minmax(0,1fr));width:100%}.featured-blog-image-container{height:100%;position:relative;width:100%}.featured-blog-image{height:100%;max-height:380px;object-fit:cover;object-position:center;width:100%}.featured-blog-category{background-color:#fff;bottom:2rem;color:#000;font-size:16px;padding:12px 24px;position:absolute;right:2rem}.featured-blog-data-container{display:flex;flex-direction:column;gap:1rem;width:100%}.featured-blog-avatar-main-container{align-items:center;display:flex;gap:1rem}.featured-blog-avatar{align-items:center;background-color:#000;border-radius:100%;color:#fff;display:flex;font-size:18px;font-weight:600;height:35px;justify-content:center;min-width:35px;width:35px}.featured-blog-author-container{display:flex;flex-direction:column;gap:8px}.read-more-container{align-items:center;display:flex;gap:10px}.post-main-container{display:flex;flex-direction:column;gap:1.5rem;width:100%}.post-image-container{height:100%;position:relative;width:100%}.post-image{height:100%;max-height:380px;object-fit:cover;object-position:center;width:100%}.post-category{background-color:#fff;bottom:2rem;color:#000;font-size:16px;padding:12px 24px;position:absolute;right:2rem}.post-avatar-main-container{align-items:center;display:flex;gap:1rem}.post-avatar{align-items:center;background-color:#000;border-radius:100%;color:#fff;display:flex;font-size:18px;font-weight:600;height:35px;justify-content:center;min-width:35px;width:35px}.post-author-container{display:flex;flex-direction:column;gap:8px}.related-posts-main-container{gap:1.5rem}.related-posts,.related-posts-main-container{display:flex;flex-direction:column;width:100%}.related-posts{gap:10px}.related-post-item{align-items:center;display:flex;gap:1rem}.related-post-item-image{object-fit:cover;object-position:center}@media (max-width:768px){.featured-blog-main-container{grid-template-columns:repeat(1,minmax(0,1fr))}}.blog-list-main-container{display:flex;flex-direction:column;width:100%}.blog-list-top-container{align-items:center;display:flex;gap:1rem;justify-content:space-between}.blog-list-icons-container{align-items:center;display:flex;gap:8px}.blog-list-icon{align-items:center;border:1px solid transparent;cursor:pointer;display:flex;justify-content:center;padding:10px;transition:all .3s ease-in-out}.blog-list-icon.active{background-color:#f0f4f8;border-color:#386bb7}.blogs-grid-view{display:grid;gap:1rem;grid-template-columns:repeat(3,minmax(0,1fr));width:100%}.blogs-list-view{gap:1rem;width:100%}.blog-item-grid,.blogs-list-view{display:flex;flex-direction:column}.blog-item-list{display:flex;flex-direction:row;gap:1.5rem}.blog-item-grid-image,.blog-item-list-image{height:100%;max-height:350px;object-fit:cover;object-position:center;width:100%}.blog-details{display:flex;flex-direction:column}.blog-item-avatar-main-container{align-items:center;display:flex;gap:1rem}.blog-item-avatar{align-items:center;background-color:#000;border-radius:100%;color:#fff;display:flex;font-size:18px;font-weight:600;height:35px;justify-content:center;min-width:35px;width:35px}.blog-item-author-container{display:flex;flex-direction:column;gap:8px}.blog-item-read-more-container{align-items:center;display:flex;gap:10px}.blog-list-load-more-container{align-items:center;display:flex;justify-content:center;width:100%}@media (max-width:1024px){.blogs-grid-view{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.blogs-grid-view{grid-template-columns:repeat(1,minmax(0,1fr))}.blog-item-list{flex-direction:column}}.modal-wrapper{align-items:center;background-color:#00000095;display:flex;inset:0;justify-content:center;left:0;position:fixed;top:0;z-index:9999}.modal-container{align-items:center;background-color:#fff;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);display:flex;flex-direction:column;max-width:26rem;padding:1rem 2rem;position:relative;width:90%}.modal-close-button{position:absolute;right:.75rem;top:.75rem}.modal-title{font-size:1.5rem;font-weight:600;margin-bottom:1rem;text-align:center}.modal-form-container,.modal-form-wrapper{display:flex;flex-direction:column;width:100%}.modal-form-container{gap:.5rem}.input-container{display:flex;flex-direction:column;width:100%}.modal-form-input{height:3rem;padding:1.5rem;transition:all;transition-duration:.3s;width:100%}.modal-form-error-message{color:#ef4444;font-size:.875rem;margin-top:.25rem}.modal-form-button-container{align-items:center;display:flex;justify-content:center}.modal-form-submit-button{border-radius:5px;font-size:15px;font-weight:500;padding:14px 28px;width:100%}.exit-intent-modal-wrapper{align-items:center;background-color:#00000095;display:flex;inset:0;justify-content:center;left:0;position:fixed;top:0;z-index:9999}.exit-intent-modal-container{align-items:center;background-color:#fff;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);display:flex;flex-direction:column;max-width:26rem;padding:1rem 2rem;position:relative;width:90%}.exit-intent-modal-close-button{position:absolute;right:.75rem;top:.75rem}.lm-hero-slider{align-items:center;display:flex;justify-content:center;overflow:hidden;position:relative;width:100%}.lm-hero-slider-container{height:100%;position:relative;width:100%}.lm-hero-slider-slide{align-items:center;background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;height:100%;justify-content:center;left:0;opacity:0;position:absolute;top:0;transition:all .5s ease-in-out;width:100%}.lm-hero-slider-slide.fade.active{opacity:1}.lm-hero-slider-slide.scroll{opacity:1;transition:transform .5s ease-in-out}.lm-hero-slider-overlay{align-items:center;background:rgba(0,0,0,.4);bottom:0;display:flex;justify-content:center;left:0;padding:2rem;position:absolute;right:0;top:0}.lm-hero-slider-content{color:#fff;max-width:800px;text-align:center;z-index:2}.lm-hero-slider-title{font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.lm-hero-slider-description{font-size:1.25rem;line-height:1.5;margin-bottom:2rem;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.lm-hero-slider-content .lm-hero-slider-title:last-child{margin-bottom:2rem}.lm-hero-slider-content .lm-hero-slider-title+.lm-hero-slider-button{margin-top:1rem}.lm-hero-slider-button{background-color:#f97316;border-radius:.5rem;color:#fff;display:inline-block;font-weight:600;letter-spacing:.5px;padding:.875rem 2rem;text-decoration:none;text-transform:uppercase;transition:all .3s ease}.lm-hero-slider-button:hover{background-color:#ea580c;box-shadow:0 4px 12px rgba(0,0,0,.3);transform:translateY(-2px)}.lm-hero-slider-nav{align-items:center;background:hsla(0,0%,100%,.9);border:none;border-radius:50%;color:#333;cursor:pointer;display:flex;height:50px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;width:50px;z-index:10}.lm-hero-slider-nav:hover{background:#fff;transform:translateY(-50%) scale(1.1)}.lm-hero-slider-nav:disabled{cursor:not-allowed;opacity:.5;transform:translateY(-50%)}.lm-hero-slider-prev{left:1rem}.lm-hero-slider-next{right:1rem}.lm-hero-slider-dots{bottom:2rem;display:flex;gap:.5rem;left:50%;position:absolute;transform:translateX(-50%);z-index:10}.lm-hero-slider-dot{background:transparent;border:2px solid hsla(0,0%,100%,.7);border-radius:50%;cursor:pointer;height:12px;transition:all .3s ease;width:12px}.lm-hero-slider-dot.active{background:#fff;border-color:#fff}.lm-hero-slider-dot:hover{border-color:#fff;transform:scale(1.2)}.lm-hero-slider-dot:disabled{cursor:not-allowed;opacity:.5}@media (max-width:768px){.lm-hero-slider-title{font-size:2rem}.lm-hero-slider-description{font-size:1rem}.lm-hero-slider-content{padding:1rem}.lm-hero-slider-nav{height:40px;width:40px}.lm-hero-slider-prev{left:.5rem}.lm-hero-slider-next{right:.5rem}.lm-hero-slider-dots{bottom:1rem}}@media (max-width:480px){.lm-hero-slider-title{font-size:1.5rem}.lm-hero-slider-description{font-size:.875rem;margin-bottom:1.5rem}.lm-hero-slider-button{font-size:.875rem;padding:.75rem 1.5rem}}.author-card-container{background:linear-gradient(135deg,#642c89,#8b5a9b);border-radius:16px;box-shadow:0 8px 32px rgba(0,0,0,.1);color:#fff;margin:0 auto;max-width:100%;padding:24px}.author-card-title{color:#fff;font-size:24px;font-weight:600;margin:0 0 20px}.author-card-content{background:#fff;border-radius:12px;color:#333;padding:24px}.author-card-header{align-items:flex-start;display:flex;gap:16px;margin-bottom:16px;position:relative}.author-card-avatar-container{flex-shrink:0}.author-card-avatar{object-fit:cover}.author-card-avatar,.author-card-avatar-placeholder{border:3px solid #f0f0f0;border-radius:50%;height:64px;width:64px}.author-card-avatar-placeholder{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;font-size:24px;font-weight:600;justify-content:center}.author-card-info{flex:1;min-width:0}.author-card-name{color:#1a1a1a;font-size:20px;font-weight:600;margin:0 0 4px}.author-card-role{color:#6b7280;font-size:14px;font-weight:500;margin:0}.author-card-social{display:flex;gap:8px;position:absolute;right:0;top:0}.author-card-social-link{align-items:center;background:#0077b5;border-radius:50%;color:#fff;display:flex;height:40px;justify-content:center;text-decoration:none;transition:all .2s ease;width:40px}.author-card-social-link:hover{box-shadow:0 4px 12px rgba(0,119,181,.3);transform:translateY(-2px)}.author-card-social-link[href*="twitter.com"],.author-card-social-link[href*="x.com"]{background:#1da1f2}.author-card-social-link[href*="twitter.com"]:hover,.author-card-social-link[href*="x.com"]:hover{box-shadow:0 4px 12px rgba(29,161,242,.3)}.author-card-social-link[href*="github.com"]{background:#333}.author-card-social-link[href*="github.com"]:hover{box-shadow:0 4px 12px rgba(51,51,51,.3)}.author-card-social-link[href*="linkedin.com"]:hover{box-shadow:0 4px 12px rgba(0,119,181,.3)}.author-card-social-icon{height:20px;width:20px}.author-card-bio{border-top:1px solid #e5e7eb;margin-top:16px;padding-top:16px}.author-card-bio-text{color:#4b5563;font-size:14px;line-height:1.6;margin:0}@media (max-width:768px){.author-card-container,.author-card-content{padding:16px}.author-card-header{align-items:center;flex-direction:column;gap:12px;text-align:center}.author-card-social{justify-content:center;margin-top:12px;position:static}.author-card-name{font-size:18px}}@media (max-width:480px){.author-card-title{font-size:20px}.author-card-avatar,.author-card-avatar-placeholder{height:56px;width:56px}.author-card-avatar-placeholder{font-size:20px}.author-card-social-link{height:36px;width:36px}.author-card-social-icon{height:18px;width:18px}}.payment-icons-container{align-items:center;display:flex;flex-direction:column;gap:12px;text-align:center;width:100%}.payment-icons-title{color:#374151;font-size:16px;font-weight:600;margin:0;text-align:center}.payment-icons-grid{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:center;width:100%}.payment-icon-item{align-items:center;cursor:pointer;display:flex;flex-direction:column;gap:4px;transition:transform .2s ease,opacity .2s ease}.payment-icon-item:hover{opacity:.8;transform:translateY(-2px)}.payment-icon{align-items:center;background:#fff;border-radius:4px;box-shadow:0 2px 4px rgba(0,0,0,.1);display:flex;justify-content:center;overflow:hidden;transition:box-shadow .2s ease}.payment-icon:hover{box-shadow:0 4px 8px rgba(0,0,0,.15)}.payment-icon svg,.payment-icon-image{display:block;height:100%;width:100%}.payment-icon-image{border-radius:4px;object-fit:contain}.payment-icon-text{color:#6b7280;font-size:12px;font-weight:500;margin-top:4px;text-align:center}.payment-icons-grid.grid{display:grid;gap:8px;justify-items:center}.payment-icon.h-6{height:24px;min-width:60px}.payment-icon.h-8{height:32px;min-width:80px}.payment-icon.h-12{height:48px;min-width:120px}@media (max-width:768px){.payment-icons-grid{gap:8px}.payment-icon.h-12{height:40px;min-width:100px}.payment-icons-title{font-size:14px}}@media (max-width:480px){.payment-icons-grid{gap:6px}.payment-icon.h-8{height:28px;min-width:70px}.payment-icon.h-12{height:36px;min-width:90px}.payment-icon-text{font-size:10px}}.payment-icons-container.footer-variant{gap:8px}.payment-icons-container.footer-variant .payment-icons-title{color:#9ca3af;font-size:14px}.payment-icons-container.footer-variant .payment-icon{opacity:.8}.payment-icons-container.footer-variant .payment-icon:hover{opacity:1}.payment-icons-container.checkout-variant{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;gap:16px;padding:16px}.payment-icons-container.checkout-variant .payment-icons-title{color:#1f2937;font-size:18px}.payment-icons-container.checkout-variant .payment-icon{box-shadow:0 4px 6px rgba(0,0,0,.1)}.job-list-container{display:flex;flex-direction:column;gap:2rem;width:100%}.job-list-header{margin-bottom:1rem;text-align:center}.job-list-title{color:#1a1a1a;font-size:2.5rem;font-weight:700;margin:0 0 .5rem}.job-list-subtitle{color:#6b7280;font-size:1.125rem;font-weight:400;margin:0}.job-list-grid{display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));width:100%}.job-card{background:#f8f9fa;border:1px solid #e9ecef;border-radius:16px;box-shadow:0 1px 2px rgba(0,0,0,.05);display:flex;flex-direction:column;gap:1.25rem;padding:2rem 1.75rem;transition:all .3s ease}.job-card:hover{background:#fff;box-shadow:0 6px 16px rgba(0,0,0,.1);transform:translateY(-4px)}.job-card-title{color:#1a1a1a;font-size:1.375rem;font-weight:700;line-height:1.4;margin:0}.job-card-details{display:flex;flex-direction:column;gap:.5rem}.job-card-location,.job-card-type{align-items:center;color:#6b7280;display:flex;font-size:.875rem;gap:.5rem}.job-card-icon{flex-shrink:0;height:16px;width:16px}.job-card-button{align-items:center;background-color:transparent;border:2px solid #6366f1;border-radius:10px;color:#6366f1;display:inline-flex;font-size:1rem;font-weight:600;gap:.5rem;justify-content:center;margin-top:auto;padding:.875rem 1.75rem;text-decoration:none;transition:all .3s ease}.job-card-button:hover{background-color:#6366f1;box-shadow:0 4px 12px rgba(99,102,241,.3);color:#fff;transform:translateY(-2px)}.job-card-arrow{height:16px;transition:transform .3s ease;width:16px}.job-card-button:hover .job-card-arrow{transform:translateX(4px)}.job-list-empty{color:#6b7280;font-size:1.125rem;padding:3rem 1rem;text-align:center}.job-list-general-apply{background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:12px;margin-top:3rem;padding:2.5rem;text-align:center}.job-list-general-apply-text{color:#495057;font-size:1.125rem;font-weight:500;line-height:1.6;margin:0 0 1.5rem}.job-list-general-apply-button{align-items:center;background-color:#6c44c4;border:2px solid #6c44c4;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;justify-content:center;padding:.875rem 2rem;transition:all .3s ease}.job-list-general-apply-button:hover{background-color:#5a38a3;border-color:#5a38a3;box-shadow:0 4px 12px rgba(108,68,196,.3);transform:translateY(-2px)}.job-list-general-apply-button:active{transform:translateY(0)}.job-detail-container{display:flex;flex-direction:column;gap:2rem;margin:0 auto;max-width:800px;width:100%}.job-detail-back-button{align-items:center;color:#3b82f6;display:inline-flex;font-size:.875rem;font-weight:600;gap:.5rem;text-decoration:none;transition:all .3s ease;width:fit-content}.job-detail-back-button:hover{color:#2563eb;transform:translateX(-4px)}.job-detail-header{display:flex;flex-direction:column;gap:1rem}.job-detail-title{color:#1a1a1a;font-size:2.5rem;font-weight:700;line-height:1.2;margin:0}.job-detail-meta-info{display:flex;flex-direction:column;gap:.75rem}.job-meta-item{align-items:center;color:#4b5563;display:flex;font-size:1rem;gap:.75rem}.job-meta-icon{color:#3b82f6;flex-shrink:0;height:20px;width:20px}.job-detail-description{color:#374151;font-size:1rem;line-height:1.75}.job-detail-description h2{color:#1a1a1a;font-size:1.5rem;font-weight:600;margin-bottom:1rem;margin-top:2rem}.job-detail-description h3{color:#1a1a1a;font-size:1.25rem;font-weight:600;margin-bottom:.75rem;margin-top:1.5rem}.job-detail-description p{margin-bottom:1rem}.job-detail-description ol,.job-detail-description ul{margin-bottom:1rem;margin-left:1.5rem}.job-detail-description li{margin-bottom:.5rem}.job-detail-apply-button{background-color:#3b82f6;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease;width:fit-content}.job-detail-apply-button:hover{background-color:#2563eb;box-shadow:0 4px 12px rgba(59,130,246,.3);transform:translateY(-2px)}.job-detail-email-link{color:#3b82f6;font-size:1rem;font-weight:600;text-decoration:none}.job-detail-email-link:hover{text-decoration:underline}.career-modal-wrapper{align-items:center;background-color:rgba(0,0,0,.6);display:flex;inset:0;justify-content:center;overflow-y:auto;padding:1rem;position:fixed;z-index:9999}.career-modal-container{background-color:#fff;border-radius:12px;box-shadow:0 20px 25px -5px rgba(0,0,0,.1);max-height:90vh;max-width:600px;overflow-y:auto;padding:2rem;position:relative;width:100%}.career-modal-close-button{background:transparent;border:none;color:#6b7280;cursor:pointer;padding:.5rem;position:absolute;right:1rem;top:1rem;transition:color .3s ease}.career-modal-close-button:hover{color:#1a1a1a}.career-modal-title{color:#1a1a1a;font-size:1.75rem;font-weight:700;margin:0 0 1.5rem;text-align:center}.career-modal-description{color:#666;font-size:1rem;line-height:1.5;margin:-.5rem 0 1.5rem;text-align:center}.career-modal-form-wrapper{width:100%}.career-modal-form{display:flex;flex-direction:column;gap:1rem}.career-input-container{display:flex;flex-direction:column;gap:.25rem}.career-form-input,.career-form-textarea{border:1px solid #d1d5db;border-radius:8px;font-size:1rem;padding:.75rem 1rem;transition:all .3s ease;width:100%}.career-form-input:focus,.career-form-textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1);outline:none}.career-form-textarea{min-height:100px;resize:vertical}.career-file-label{cursor:pointer}.career-file-input{display:none}.career-file-button{border:2px dashed #d1d5db;border-radius:8px;color:#6b7280;display:block;font-size:1rem;padding:.75rem 1rem;text-align:center;transition:all .3s ease;width:100%}.career-file-label:hover .career-file-button{background-color:#eff6ff;border-color:#3b82f6;color:#3b82f6}.career-form-error-message{color:#ef4444;font-size:.875rem;margin-top:.25rem}.career-form-button-container{display:flex;justify-content:center;margin-top:1rem}.career-form-submit-button{background-color:#3b82f6;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.875rem 2rem;transition:all .3s ease}.career-form-submit-button:hover:not(:disabled){background-color:#2563eb;box-shadow:0 4px 12px rgba(59,130,246,.3);transform:translateY(-2px)}.career-form-submit-button:disabled{cursor:not-allowed;opacity:.6}.candidate-form-container{background:#fff;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.1);margin:0 auto;max-width:700px;padding:2rem;width:100%}.candidate-form-header{margin-bottom:2rem;text-align:center}.candidate-form-title{color:#1a1a1a;font-size:2rem;font-weight:700;margin:0 0 1rem}.candidate-form-description{color:#6b7280;font-size:1rem;line-height:1.5;margin:0}.candidate-form{display:flex;flex-direction:column;gap:1rem}.candidate-input-container{display:flex;flex-direction:column;gap:.25rem}.candidate-form-input,.candidate-form-textarea{border:1px solid #d1d5db;border-radius:8px;font-size:1rem;padding:.75rem 1rem;transition:all .3s ease;width:100%}.candidate-form-input:focus,.candidate-form-textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1);outline:none}.candidate-form-textarea{min-height:100px;resize:vertical}.candidate-file-label{cursor:pointer}.candidate-file-input{display:none}.candidate-file-button{border:2px dashed #d1d5db;border-radius:8px;color:#6b7280;display:block;font-size:1rem;padding:.75rem 1rem;text-align:center;transition:all .3s ease;width:100%}.candidate-file-label:hover .candidate-file-button{background-color:#eff6ff;border-color:#3b82f6;color:#3b82f6}.candidate-form-error-message{color:#ef4444;font-size:.875rem;margin-top:.25rem}.candidate-form-button-container{display:flex;justify-content:center;margin-top:1rem}.candidate-form-submit-button{background-color:#3b82f6;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.875rem 2rem;transition:all .3s ease}.candidate-form-submit-button:hover:not(:disabled){background-color:#2563eb;box-shadow:0 4px 12px rgba(59,130,246,.3);transform:translateY(-2px)}.candidate-form-submit-button:disabled{cursor:not-allowed;opacity:.6}@media (max-width:768px){.job-list-grid{grid-template-columns:1fr}.job-list-title{font-size:1.5rem}.job-detail-title{font-size:2rem}.job-detail-meta-info{gap:.5rem}.career-modal-container{padding:1.5rem}.career-modal-title{font-size:1.5rem}.candidate-form-container{padding:1.5rem}.candidate-form-title{font-size:1.5rem}}@media (max-width:480px){.job-card{padding:1.25rem}.job-card-title{font-size:1.125rem}.job-detail-title{font-size:1.75rem}.candidate-form-container,.career-modal-container{padding:1rem}}
|
package/dist/styles/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.lm-slider{width:100%}.lm-back-to-top{align-items:center;display:flex;justify-content:center;position:fixed;transition-duration:.2s}.lm-back-to-top-svg{width:50%}.lm-hide-scroll-btn{transform:translateY(6rem)}.left-margin-xs{margin-left:5px}.reading-progress-bar-container{background-color:transparent;height:5px;left:0;position:fixed;top:0;width:100%;z-index:1000}.reading-progress-bar{height:100%;transform-origin:left;transition:width .2s ease-out}.faq-items{margin-top:1.5rem;width:100%}.faq-item{cursor:pointer;display:flex;flex-direction:column;transition:all .3s ease}.faq-question-container{align-items:center;display:flex;justify-content:space-between}.faq-icon{height:24px;transition:transform .3s ease;width:24px}.rotate{transform:rotate(45deg)}.faq-answer{max-height:0;opacity:0;overflow:hidden;transition:max-height .5s ease,opacity .5s ease}.faq-answer.open{max-height:360px;opacity:1}.skeleton-container{display:flex;flex-direction:column;gap:.5rem;width:100%}.skeleton{background-color:#e1e2e6;border-radius:.375rem;min-height:80px;overflow:hidden;position:relative;width:100%;&:after{animation:wave 1.5s linear infinite;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.4),transparent);content:"";height:100%;left:0;position:absolute;top:0;width:100%}}@keyframes wave{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.featured-blog-main-container{display:grid;gap:1.5rem;grid-template-columns:repeat(2,minmax(0,1fr));width:100%}.featured-blog-image-container{height:100%;position:relative;width:100%}.featured-blog-image{height:100%;max-height:380px;object-fit:cover;object-position:center;width:100%}.featured-blog-category{background-color:#fff;bottom:2rem;color:#000;font-size:16px;padding:12px 24px;position:absolute;right:2rem}.featured-blog-data-container{display:flex;flex-direction:column;gap:1rem;width:100%}.featured-blog-avatar-main-container{align-items:center;display:flex;gap:1rem}.featured-blog-avatar{align-items:center;background-color:#000;border-radius:100%;color:#fff;display:flex;font-size:18px;font-weight:600;height:35px;justify-content:center;min-width:35px;width:35px}.featured-blog-author-container{display:flex;flex-direction:column;gap:8px}.read-more-container{align-items:center;display:flex;gap:10px}.post-main-container{display:flex;flex-direction:column;gap:1.5rem;width:100%}.post-image-container{height:100%;position:relative;width:100%}.post-image{height:100%;max-height:380px;object-fit:cover;object-position:center;width:100%}.post-category{background-color:#fff;bottom:2rem;color:#000;font-size:16px;padding:12px 24px;position:absolute;right:2rem}.post-avatar-main-container{align-items:center;display:flex;gap:1rem}.post-avatar{align-items:center;background-color:#000;border-radius:100%;color:#fff;display:flex;font-size:18px;font-weight:600;height:35px;justify-content:center;min-width:35px;width:35px}.post-author-container{display:flex;flex-direction:column;gap:8px}.related-posts-main-container{gap:1.5rem}.related-posts,.related-posts-main-container{display:flex;flex-direction:column;width:100%}.related-posts{gap:10px}.related-post-item{align-items:center;display:flex;gap:1rem}.related-post-item-image{object-fit:cover;object-position:center}@media (max-width:768px){.featured-blog-main-container{grid-template-columns:repeat(1,minmax(0,1fr))}}.blog-list-main-container{display:flex;flex-direction:column;width:100%}.blog-list-top-container{align-items:center;display:flex;gap:1rem;justify-content:space-between}.blog-list-icons-container{align-items:center;display:flex;gap:8px}.blog-list-icon{align-items:center;border:1px solid transparent;cursor:pointer;display:flex;justify-content:center;padding:10px;transition:all .3s ease-in-out}.blog-list-icon.active{background-color:#f0f4f8;border-color:#386bb7}.blogs-grid-view{display:grid;gap:1rem;grid-template-columns:repeat(3,minmax(0,1fr));width:100%}.blogs-list-view{gap:1rem;width:100%}.blog-item-grid,.blogs-list-view{display:flex;flex-direction:column}.blog-item-list{display:flex;flex-direction:row;gap:1.5rem}.blog-item-grid-image,.blog-item-list-image{height:100%;max-height:350px;object-fit:cover;object-position:center;width:100%}.blog-details{display:flex;flex-direction:column}.blog-item-avatar-main-container{align-items:center;display:flex;gap:1rem}.blog-item-avatar{align-items:center;background-color:#000;border-radius:100%;color:#fff;display:flex;font-size:18px;font-weight:600;height:35px;justify-content:center;min-width:35px;width:35px}.blog-item-author-container{display:flex;flex-direction:column;gap:8px}.blog-item-read-more-container{align-items:center;display:flex;gap:10px}.blog-list-load-more-container{align-items:center;display:flex;justify-content:center;width:100%}@media (max-width:1024px){.blogs-grid-view{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.blogs-grid-view{grid-template-columns:repeat(1,minmax(0,1fr))}.blog-item-list{flex-direction:column}}.modal-wrapper{align-items:center;background-color:#00000095;display:flex;inset:0;justify-content:center;left:0;position:fixed;top:0;z-index:9999}.modal-container{align-items:center;background-color:#fff;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);display:flex;flex-direction:column;max-width:26rem;padding:1rem 2rem;position:relative;width:90%}.modal-close-button{position:absolute;right:.75rem;top:.75rem}.modal-title{font-size:1.5rem;font-weight:600;margin-bottom:1rem;text-align:center}.modal-form-container,.modal-form-wrapper{display:flex;flex-direction:column;width:100%}.modal-form-container{gap:.5rem}.input-container{display:flex;flex-direction:column;width:100%}.modal-form-input{height:3rem;padding:1.5rem;transition:all;transition-duration:.3s;width:100%}.modal-form-error-message{color:#ef4444;font-size:.875rem;margin-top:.25rem}.modal-form-button-container{align-items:center;display:flex;justify-content:center}.modal-form-submit-button{border-radius:5px;font-size:15px;font-weight:500;padding:14px 28px;width:100%}.exit-intent-modal-wrapper{align-items:center;background-color:#00000095;display:flex;inset:0;justify-content:center;left:0;position:fixed;top:0;z-index:9999}.exit-intent-modal-container{align-items:center;background-color:#fff;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);display:flex;flex-direction:column;max-width:26rem;padding:1rem 2rem;position:relative;width:90%}.exit-intent-modal-close-button{position:absolute;right:.75rem;top:.75rem}.lm-hero-slider{align-items:center;display:flex;justify-content:center;overflow:hidden;position:relative;width:100%}.lm-hero-slider-container{height:100%;position:relative;width:100%}.lm-hero-slider-slide{align-items:center;background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;height:100%;justify-content:center;left:0;opacity:0;position:absolute;top:0;transition:all .5s ease-in-out;width:100%}.lm-hero-slider-slide.fade.active{opacity:1}.lm-hero-slider-slide.scroll{opacity:1;transition:transform .5s ease-in-out}.lm-hero-slider-overlay{align-items:center;background:rgba(0,0,0,.4);bottom:0;display:flex;justify-content:center;left:0;padding:2rem;position:absolute;right:0;top:0}.lm-hero-slider-content{color:#fff;max-width:800px;text-align:center;z-index:2}.lm-hero-slider-title{font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.lm-hero-slider-description{font-size:1.25rem;line-height:1.5;margin-bottom:2rem;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.lm-hero-slider-content .lm-hero-slider-title:last-child{margin-bottom:2rem}.lm-hero-slider-content .lm-hero-slider-title+.lm-hero-slider-button{margin-top:1rem}.lm-hero-slider-button{background-color:#f97316;border-radius:.5rem;color:#fff;display:inline-block;font-weight:600;letter-spacing:.5px;padding:.875rem 2rem;text-decoration:none;text-transform:uppercase;transition:all .3s ease}.lm-hero-slider-button:hover{background-color:#ea580c;box-shadow:0 4px 12px rgba(0,0,0,.3);transform:translateY(-2px)}.lm-hero-slider-nav{align-items:center;background:hsla(0,0%,100%,.9);border:none;border-radius:50%;color:#333;cursor:pointer;display:flex;height:50px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;width:50px;z-index:10}.lm-hero-slider-nav:hover{background:#fff;transform:translateY(-50%) scale(1.1)}.lm-hero-slider-nav:disabled{cursor:not-allowed;opacity:.5;transform:translateY(-50%)}.lm-hero-slider-prev{left:1rem}.lm-hero-slider-next{right:1rem}.lm-hero-slider-dots{bottom:2rem;display:flex;gap:.5rem;left:50%;position:absolute;transform:translateX(-50%);z-index:10}.lm-hero-slider-dot{background:transparent;border:2px solid hsla(0,0%,100%,.7);border-radius:50%;cursor:pointer;height:12px;transition:all .3s ease;width:12px}.lm-hero-slider-dot.active{background:#fff;border-color:#fff}.lm-hero-slider-dot:hover{border-color:#fff;transform:scale(1.2)}.lm-hero-slider-dot:disabled{cursor:not-allowed;opacity:.5}@media (max-width:768px){.lm-hero-slider-title{font-size:2rem}.lm-hero-slider-description{font-size:1rem}.lm-hero-slider-content{padding:1rem}.lm-hero-slider-nav{height:40px;width:40px}.lm-hero-slider-prev{left:.5rem}.lm-hero-slider-next{right:.5rem}.lm-hero-slider-dots{bottom:1rem}}@media (max-width:480px){.lm-hero-slider-title{font-size:1.5rem}.lm-hero-slider-description{font-size:.875rem;margin-bottom:1.5rem}.lm-hero-slider-button{font-size:.875rem;padding:.75rem 1.5rem}}.author-card-container{background:linear-gradient(135deg,#642c89,#8b5a9b);border-radius:16px;box-shadow:0 8px 32px rgba(0,0,0,.1);color:#fff;margin:0 auto;max-width:100%;padding:24px}.author-card-title{color:#fff;font-size:24px;font-weight:600;margin:0 0 20px}.author-card-content{background:#fff;border-radius:12px;color:#333;padding:24px}.author-card-header{align-items:flex-start;display:flex;gap:16px;margin-bottom:16px;position:relative}.author-card-avatar-container{flex-shrink:0}.author-card-avatar{object-fit:cover}.author-card-avatar,.author-card-avatar-placeholder{border:3px solid #f0f0f0;border-radius:50%;height:64px;width:64px}.author-card-avatar-placeholder{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;font-size:24px;font-weight:600;justify-content:center}.author-card-info{flex:1;min-width:0}.author-card-name{color:#1a1a1a;font-size:20px;font-weight:600;margin:0 0 4px}.author-card-role{color:#6b7280;font-size:14px;font-weight:500;margin:0}.author-card-social{display:flex;gap:8px;position:absolute;right:0;top:0}.author-card-social-link{align-items:center;background:#0077b5;border-radius:50%;color:#fff;display:flex;height:40px;justify-content:center;text-decoration:none;transition:all .2s ease;width:40px}.author-card-social-link:hover{box-shadow:0 4px 12px rgba(0,119,181,.3);transform:translateY(-2px)}.author-card-social-link[href*="twitter.com"],.author-card-social-link[href*="x.com"]{background:#1da1f2}.author-card-social-link[href*="twitter.com"]:hover,.author-card-social-link[href*="x.com"]:hover{box-shadow:0 4px 12px rgba(29,161,242,.3)}.author-card-social-link[href*="github.com"]{background:#333}.author-card-social-link[href*="github.com"]:hover{box-shadow:0 4px 12px rgba(51,51,51,.3)}.author-card-social-link[href*="linkedin.com"]:hover{box-shadow:0 4px 12px rgba(0,119,181,.3)}.author-card-social-icon{height:20px;width:20px}.author-card-bio{border-top:1px solid #e5e7eb;margin-top:16px;padding-top:16px}.author-card-bio-text{color:#4b5563;font-size:14px;line-height:1.6;margin:0}@media (max-width:768px){.author-card-container,.author-card-content{padding:16px}.author-card-header{align-items:center;flex-direction:column;gap:12px;text-align:center}.author-card-social{justify-content:center;margin-top:12px;position:static}.author-card-name{font-size:18px}}@media (max-width:480px){.author-card-title{font-size:20px}.author-card-avatar,.author-card-avatar-placeholder{height:56px;width:56px}.author-card-avatar-placeholder{font-size:20px}.author-card-social-link{height:36px;width:36px}.author-card-social-icon{height:18px;width:18px}}.payment-icons-container{align-items:center;display:flex;flex-direction:column;gap:12px;text-align:center;width:100%}.payment-icons-title{color:#374151;font-size:16px;font-weight:600;margin:0;text-align:center}.payment-icons-grid{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:center;width:100%}.payment-icon-item{align-items:center;cursor:pointer;display:flex;flex-direction:column;gap:4px;transition:transform .2s ease,opacity .2s ease}.payment-icon-item:hover{opacity:.8;transform:translateY(-2px)}.payment-icon{align-items:center;background:#fff;border-radius:4px;box-shadow:0 2px 4px rgba(0,0,0,.1);display:flex;justify-content:center;overflow:hidden;transition:box-shadow .2s ease}.payment-icon:hover{box-shadow:0 4px 8px rgba(0,0,0,.15)}.payment-icon svg,.payment-icon-image{display:block;height:100%;width:100%}.payment-icon-image{border-radius:4px;object-fit:contain}.payment-icon-text{color:#6b7280;font-size:12px;font-weight:500;margin-top:4px;text-align:center}.payment-icons-grid.grid{display:grid;gap:8px;justify-items:center}.payment-icon.h-6{height:24px;min-width:60px}.payment-icon.h-8{height:32px;min-width:80px}.payment-icon.h-12{height:48px;min-width:120px}@media (max-width:768px){.payment-icons-grid{gap:8px}.payment-icon.h-12{height:40px;min-width:100px}.payment-icons-title{font-size:14px}}@media (max-width:480px){.payment-icons-grid{gap:6px}.payment-icon.h-8{height:28px;min-width:70px}.payment-icon.h-12{height:36px;min-width:90px}.payment-icon-text{font-size:10px}}.payment-icons-container.footer-variant{gap:8px}.payment-icons-container.footer-variant .payment-icons-title{color:#9ca3af;font-size:14px}.payment-icons-container.footer-variant .payment-icon{opacity:.8}.payment-icons-container.footer-variant .payment-icon:hover{opacity:1}.payment-icons-container.checkout-variant{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;gap:16px;padding:16px}.payment-icons-container.checkout-variant .payment-icons-title{color:#1f2937;font-size:18px}.payment-icons-container.checkout-variant .payment-icon{box-shadow:0 4px 6px rgba(0,0,0,.1)}.job-list-container{display:flex;flex-direction:column;gap:2rem;width:100%}.job-list-header{margin-bottom:1rem;text-align:center}.job-list-title{color:#1a1a1a;font-size:2.5rem;font-weight:700;margin:0 0 .5rem}.job-list-subtitle{color:#6b7280;font-size:1.125rem;font-weight:400;margin:0}.job-list-grid{display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));width:100%}.job-card{background:#f8f9fa;border:1px solid #e9ecef;border-radius:16px;box-shadow:0 1px 2px rgba(0,0,0,.05);display:flex;flex-direction:column;gap:1.25rem;padding:2rem 1.75rem;transition:all .3s ease}.job-card:hover{background:#fff;box-shadow:0 6px 16px rgba(0,0,0,.1);transform:translateY(-4px)}.job-card-title{color:#1a1a1a;font-size:1.375rem;font-weight:700;line-height:1.4;margin:0}.job-card-details{display:flex;flex-direction:column;gap:.5rem}.job-card-location,.job-card-type{align-items:center;color:#6b7280;display:flex;font-size:.875rem;gap:.5rem}.job-card-icon{flex-shrink:0;height:16px;width:16px}.job-card-button{align-items:center;background-color:transparent;border:2px solid #6366f1;border-radius:10px;color:#6366f1;display:inline-flex;font-size:1rem;font-weight:600;gap:.5rem;justify-content:center;margin-top:auto;padding:.875rem 1.75rem;text-decoration:none;transition:all .3s ease}.job-card-button:hover{background-color:#6366f1;box-shadow:0 4px 12px rgba(99,102,241,.3);color:#fff;transform:translateY(-2px)}.job-card-arrow{height:16px;transition:transform .3s ease;width:16px}.job-card-button:hover .job-card-arrow{transform:translateX(4px)}.job-list-empty{color:#6b7280;font-size:1.125rem;padding:3rem 1rem;text-align:center}.job-list-general-apply{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;box-shadow:0 8px 24px rgba(102,126,234,.25);margin-top:3rem;padding:2.5rem;text-align:center}.job-list-general-apply-text{color:#fff;font-size:1.25rem;font-weight:500;line-height:1.6;margin:0 0 1.5rem}.job-list-general-apply-button{align-items:center;background-color:#fff;border:none;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.1);color:#667eea;cursor:pointer;display:inline-flex;font-size:1.125rem;font-weight:700;justify-content:center;padding:1rem 2.5rem;transition:all .3s ease}.job-list-general-apply-button:hover{background-color:#f8f9fa;box-shadow:0 8px 20px rgba(0,0,0,.15);transform:translateY(-3px)}.job-list-general-apply-button:active{transform:translateY(-1px)}.job-detail-container{display:flex;flex-direction:column;gap:2rem;margin:0 auto;max-width:800px;width:100%}.job-detail-back-button{align-items:center;color:#3b82f6;display:inline-flex;font-size:.875rem;font-weight:600;gap:.5rem;text-decoration:none;transition:all .3s ease;width:fit-content}.job-detail-back-button:hover{color:#2563eb;transform:translateX(-4px)}.job-detail-header{display:flex;flex-direction:column;gap:1rem}.job-detail-title{color:#1a1a1a;font-size:2.5rem;font-weight:700;line-height:1.2;margin:0}.job-detail-meta-info{display:flex;flex-direction:column;gap:.75rem}.job-meta-item{align-items:center;color:#4b5563;display:flex;font-size:1rem;gap:.75rem}.job-meta-icon{color:#3b82f6;flex-shrink:0;height:20px;width:20px}.job-detail-description{color:#374151;font-size:1rem;line-height:1.75}.job-detail-description h2{color:#1a1a1a;font-size:1.5rem;font-weight:600;margin-bottom:1rem;margin-top:2rem}.job-detail-description h3{color:#1a1a1a;font-size:1.25rem;font-weight:600;margin-bottom:.75rem;margin-top:1.5rem}.job-detail-description p{margin-bottom:1rem}.job-detail-description ol,.job-detail-description ul{margin-bottom:1rem;margin-left:1.5rem}.job-detail-description li{margin-bottom:.5rem}.job-detail-apply-button{background-color:#3b82f6;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease;width:fit-content}.job-detail-apply-button:hover{background-color:#2563eb;box-shadow:0 4px 12px rgba(59,130,246,.3);transform:translateY(-2px)}.job-detail-email-link{color:#3b82f6;font-size:1rem;font-weight:600;text-decoration:none}.job-detail-email-link:hover{text-decoration:underline}.career-modal-wrapper{align-items:center;background-color:rgba(0,0,0,.6);display:flex;inset:0;justify-content:center;overflow-y:auto;padding:1rem;position:fixed;z-index:9999}.career-modal-container{background-color:#fff;border-radius:12px;box-shadow:0 20px 25px -5px rgba(0,0,0,.1);max-height:90vh;max-width:600px;overflow-y:auto;padding:2rem;position:relative;width:100%}.career-modal-close-button{background:transparent;border:none;color:#6b7280;cursor:pointer;padding:.5rem;position:absolute;right:1rem;top:1rem;transition:color .3s ease}.career-modal-close-button:hover{color:#1a1a1a}.career-modal-title{color:#1a1a1a;font-size:1.75rem;font-weight:700;margin:0 0 1.5rem;text-align:center}.career-modal-description{color:#666;font-size:1rem;line-height:1.5;margin:-.5rem 0 1.5rem;text-align:center}.career-modal-form-wrapper{width:100%}.career-modal-form{display:flex;flex-direction:column;gap:1rem}.career-input-container{display:flex;flex-direction:column;gap:.25rem}.career-form-input,.career-form-textarea{border:1px solid #d1d5db;border-radius:8px;font-size:1rem;padding:.75rem 1rem;transition:all .3s ease;width:100%}.career-form-input:focus,.career-form-textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1);outline:none}.career-form-textarea{min-height:100px;resize:vertical}.career-file-label{cursor:pointer}.career-file-input{display:none}.career-file-button{border:2px dashed #d1d5db;border-radius:8px;color:#6b7280;display:block;font-size:1rem;padding:.75rem 1rem;text-align:center;transition:all .3s ease;width:100%}.career-file-label:hover .career-file-button{background-color:#eff6ff;border-color:#3b82f6;color:#3b82f6}.career-form-error-message{color:#ef4444;font-size:.875rem;margin-top:.25rem}.career-form-button-container{display:flex;justify-content:center;margin-top:1rem}.career-form-submit-button{background-color:#3b82f6;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.875rem 2rem;transition:all .3s ease}.career-form-submit-button:hover:not(:disabled){background-color:#2563eb;box-shadow:0 4px 12px rgba(59,130,246,.3);transform:translateY(-2px)}.career-form-submit-button:disabled{cursor:not-allowed;opacity:.6}.candidate-form-container{background:#fff;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.1);margin:0 auto;max-width:700px;padding:2rem;width:100%}.candidate-form-header{margin-bottom:2rem;text-align:center}.candidate-form-title{color:#1a1a1a;font-size:2rem;font-weight:700;margin:0 0 1rem}.candidate-form-description{color:#6b7280;font-size:1rem;line-height:1.5;margin:0}.candidate-form{display:flex;flex-direction:column;gap:1rem}.candidate-input-container{display:flex;flex-direction:column;gap:.25rem}.candidate-form-input,.candidate-form-textarea{border:1px solid #d1d5db;border-radius:8px;font-size:1rem;padding:.75rem 1rem;transition:all .3s ease;width:100%}.candidate-form-input:focus,.candidate-form-textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1);outline:none}.candidate-form-textarea{min-height:100px;resize:vertical}.candidate-file-label{cursor:pointer}.candidate-file-input{display:none}.candidate-file-button{border:2px dashed #d1d5db;border-radius:8px;color:#6b7280;display:block;font-size:1rem;padding:.75rem 1rem;text-align:center;transition:all .3s ease;width:100%}.candidate-file-label:hover .candidate-file-button{background-color:#eff6ff;border-color:#3b82f6;color:#3b82f6}.candidate-form-error-message{color:#ef4444;font-size:.875rem;margin-top:.25rem}.candidate-form-button-container{display:flex;justify-content:center;margin-top:1rem}.candidate-form-submit-button{background-color:#3b82f6;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.875rem 2rem;transition:all .3s ease}.candidate-form-submit-button:hover:not(:disabled){background-color:#2563eb;box-shadow:0 4px 12px rgba(59,130,246,.3);transform:translateY(-2px)}.candidate-form-submit-button:disabled{cursor:not-allowed;opacity:.6}@media (max-width:768px){.job-list-grid{grid-template-columns:1fr}.job-list-title{font-size:1.5rem}.job-detail-title{font-size:2rem}.job-detail-meta-info{gap:.5rem}.career-modal-container{padding:1.5rem}.career-modal-title{font-size:1.5rem}.candidate-form-container{padding:1.5rem}.candidate-form-title{font-size:1.5rem}}@media (max-width:480px){.job-card{padding:1.25rem}.job-card-title{font-size:1.125rem}.job-detail-title{font-size:1.75rem}.candidate-form-container,.career-modal-container{padding:1rem}}
|
|
1
|
+
.lm-slider{width:100%}.lm-back-to-top{align-items:center;display:flex;justify-content:center;position:fixed;transition-duration:.2s}.lm-back-to-top-svg{width:50%}.lm-hide-scroll-btn{transform:translateY(6rem)}.left-margin-xs{margin-left:5px}.reading-progress-bar-container{background-color:transparent;height:5px;left:0;position:fixed;top:0;width:100%;z-index:1000}.reading-progress-bar{height:100%;transform-origin:left;transition:width .2s ease-out}.faq-items{margin-top:1.5rem;width:100%}.faq-item{cursor:pointer;display:flex;flex-direction:column;transition:all .3s ease}.faq-question-container{align-items:center;display:flex;justify-content:space-between}.faq-icon{height:24px;transition:transform .3s ease;width:24px}.rotate{transform:rotate(45deg)}.faq-answer{max-height:0;opacity:0;overflow:hidden;transition:max-height .5s ease,opacity .5s ease}.faq-answer.open{max-height:360px;opacity:1}.skeleton-container{display:flex;flex-direction:column;gap:.5rem;width:100%}.skeleton{background-color:#e1e2e6;border-radius:.375rem;min-height:80px;overflow:hidden;position:relative;width:100%;&:after{animation:wave 1.5s linear infinite;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.4),transparent);content:"";height:100%;left:0;position:absolute;top:0;width:100%}}@keyframes wave{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.featured-blog-main-container{display:grid;gap:1.5rem;grid-template-columns:repeat(2,minmax(0,1fr));width:100%}.featured-blog-image-container{height:100%;position:relative;width:100%}.featured-blog-image{height:100%;max-height:380px;object-fit:cover;object-position:center;width:100%}.featured-blog-category{background-color:#fff;bottom:2rem;color:#000;font-size:16px;padding:12px 24px;position:absolute;right:2rem}.featured-blog-data-container{display:flex;flex-direction:column;gap:1rem;width:100%}.featured-blog-avatar-main-container{align-items:center;display:flex;gap:1rem}.featured-blog-avatar{align-items:center;background-color:#000;border-radius:100%;color:#fff;display:flex;font-size:18px;font-weight:600;height:35px;justify-content:center;min-width:35px;width:35px}.featured-blog-author-container{display:flex;flex-direction:column;gap:8px}.read-more-container{align-items:center;display:flex;gap:10px}.post-main-container{display:flex;flex-direction:column;gap:1.5rem;width:100%}.post-image-container{height:100%;position:relative;width:100%}.post-image{height:100%;max-height:380px;object-fit:cover;object-position:center;width:100%}.post-category{background-color:#fff;bottom:2rem;color:#000;font-size:16px;padding:12px 24px;position:absolute;right:2rem}.post-avatar-main-container{align-items:center;display:flex;gap:1rem}.post-avatar{align-items:center;background-color:#000;border-radius:100%;color:#fff;display:flex;font-size:18px;font-weight:600;height:35px;justify-content:center;min-width:35px;width:35px}.post-author-container{display:flex;flex-direction:column;gap:8px}.related-posts-main-container{gap:1.5rem}.related-posts,.related-posts-main-container{display:flex;flex-direction:column;width:100%}.related-posts{gap:10px}.related-post-item{align-items:center;display:flex;gap:1rem}.related-post-item-image{object-fit:cover;object-position:center}@media (max-width:768px){.featured-blog-main-container{grid-template-columns:repeat(1,minmax(0,1fr))}}.blog-list-main-container{display:flex;flex-direction:column;width:100%}.blog-list-top-container{align-items:center;display:flex;gap:1rem;justify-content:space-between}.blog-list-icons-container{align-items:center;display:flex;gap:8px}.blog-list-icon{align-items:center;border:1px solid transparent;cursor:pointer;display:flex;justify-content:center;padding:10px;transition:all .3s ease-in-out}.blog-list-icon.active{background-color:#f0f4f8;border-color:#386bb7}.blogs-grid-view{display:grid;gap:1rem;grid-template-columns:repeat(3,minmax(0,1fr));width:100%}.blogs-list-view{gap:1rem;width:100%}.blog-item-grid,.blogs-list-view{display:flex;flex-direction:column}.blog-item-list{display:flex;flex-direction:row;gap:1.5rem}.blog-item-grid-image,.blog-item-list-image{height:100%;max-height:350px;object-fit:cover;object-position:center;width:100%}.blog-details{display:flex;flex-direction:column}.blog-item-avatar-main-container{align-items:center;display:flex;gap:1rem}.blog-item-avatar{align-items:center;background-color:#000;border-radius:100%;color:#fff;display:flex;font-size:18px;font-weight:600;height:35px;justify-content:center;min-width:35px;width:35px}.blog-item-author-container{display:flex;flex-direction:column;gap:8px}.blog-item-read-more-container{align-items:center;display:flex;gap:10px}.blog-list-load-more-container{align-items:center;display:flex;justify-content:center;width:100%}@media (max-width:1024px){.blogs-grid-view{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.blogs-grid-view{grid-template-columns:repeat(1,minmax(0,1fr))}.blog-item-list{flex-direction:column}}.modal-wrapper{align-items:center;background-color:#00000095;display:flex;inset:0;justify-content:center;left:0;position:fixed;top:0;z-index:9999}.modal-container{align-items:center;background-color:#fff;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);display:flex;flex-direction:column;max-width:26rem;padding:1rem 2rem;position:relative;width:90%}.modal-close-button{position:absolute;right:.75rem;top:.75rem}.modal-title{font-size:1.5rem;font-weight:600;margin-bottom:1rem;text-align:center}.modal-form-container,.modal-form-wrapper{display:flex;flex-direction:column;width:100%}.modal-form-container{gap:.5rem}.input-container{display:flex;flex-direction:column;width:100%}.modal-form-input{height:3rem;padding:1.5rem;transition:all;transition-duration:.3s;width:100%}.modal-form-error-message{color:#ef4444;font-size:.875rem;margin-top:.25rem}.modal-form-button-container{align-items:center;display:flex;justify-content:center}.modal-form-submit-button{border-radius:5px;font-size:15px;font-weight:500;padding:14px 28px;width:100%}.exit-intent-modal-wrapper{align-items:center;background-color:#00000095;display:flex;inset:0;justify-content:center;left:0;position:fixed;top:0;z-index:9999}.exit-intent-modal-container{align-items:center;background-color:#fff;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);display:flex;flex-direction:column;max-width:26rem;padding:1rem 2rem;position:relative;width:90%}.exit-intent-modal-close-button{position:absolute;right:.75rem;top:.75rem}.lm-hero-slider{align-items:center;display:flex;justify-content:center;overflow:hidden;position:relative;width:100%}.lm-hero-slider-container{height:100%;position:relative;width:100%}.lm-hero-slider-slide{align-items:center;background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;height:100%;justify-content:center;left:0;opacity:0;position:absolute;top:0;transition:all .5s ease-in-out;width:100%}.lm-hero-slider-slide.fade.active{opacity:1}.lm-hero-slider-slide.scroll{opacity:1;transition:transform .5s ease-in-out}.lm-hero-slider-overlay{align-items:center;background:rgba(0,0,0,.4);bottom:0;display:flex;justify-content:center;left:0;padding:2rem;position:absolute;right:0;top:0}.lm-hero-slider-content{color:#fff;max-width:800px;text-align:center;z-index:2}.lm-hero-slider-title{font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.lm-hero-slider-description{font-size:1.25rem;line-height:1.5;margin-bottom:2rem;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.lm-hero-slider-content .lm-hero-slider-title:last-child{margin-bottom:2rem}.lm-hero-slider-content .lm-hero-slider-title+.lm-hero-slider-button{margin-top:1rem}.lm-hero-slider-button{background-color:#f97316;border-radius:.5rem;color:#fff;display:inline-block;font-weight:600;letter-spacing:.5px;padding:.875rem 2rem;text-decoration:none;text-transform:uppercase;transition:all .3s ease}.lm-hero-slider-button:hover{background-color:#ea580c;box-shadow:0 4px 12px rgba(0,0,0,.3);transform:translateY(-2px)}.lm-hero-slider-nav{align-items:center;background:hsla(0,0%,100%,.9);border:none;border-radius:50%;color:#333;cursor:pointer;display:flex;height:50px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;width:50px;z-index:10}.lm-hero-slider-nav:hover{background:#fff;transform:translateY(-50%) scale(1.1)}.lm-hero-slider-nav:disabled{cursor:not-allowed;opacity:.5;transform:translateY(-50%)}.lm-hero-slider-prev{left:1rem}.lm-hero-slider-next{right:1rem}.lm-hero-slider-dots{bottom:2rem;display:flex;gap:.5rem;left:50%;position:absolute;transform:translateX(-50%);z-index:10}.lm-hero-slider-dot{background:transparent;border:2px solid hsla(0,0%,100%,.7);border-radius:50%;cursor:pointer;height:12px;transition:all .3s ease;width:12px}.lm-hero-slider-dot.active{background:#fff;border-color:#fff}.lm-hero-slider-dot:hover{border-color:#fff;transform:scale(1.2)}.lm-hero-slider-dot:disabled{cursor:not-allowed;opacity:.5}@media (max-width:768px){.lm-hero-slider-title{font-size:2rem}.lm-hero-slider-description{font-size:1rem}.lm-hero-slider-content{padding:1rem}.lm-hero-slider-nav{height:40px;width:40px}.lm-hero-slider-prev{left:.5rem}.lm-hero-slider-next{right:.5rem}.lm-hero-slider-dots{bottom:1rem}}@media (max-width:480px){.lm-hero-slider-title{font-size:1.5rem}.lm-hero-slider-description{font-size:.875rem;margin-bottom:1.5rem}.lm-hero-slider-button{font-size:.875rem;padding:.75rem 1.5rem}}.author-card-container{background:linear-gradient(135deg,#642c89,#8b5a9b);border-radius:16px;box-shadow:0 8px 32px rgba(0,0,0,.1);color:#fff;margin:0 auto;max-width:100%;padding:24px}.author-card-title{color:#fff;font-size:24px;font-weight:600;margin:0 0 20px}.author-card-content{background:#fff;border-radius:12px;color:#333;padding:24px}.author-card-header{align-items:flex-start;display:flex;gap:16px;margin-bottom:16px;position:relative}.author-card-avatar-container{flex-shrink:0}.author-card-avatar{object-fit:cover}.author-card-avatar,.author-card-avatar-placeholder{border:3px solid #f0f0f0;border-radius:50%;height:64px;width:64px}.author-card-avatar-placeholder{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;font-size:24px;font-weight:600;justify-content:center}.author-card-info{flex:1;min-width:0}.author-card-name{color:#1a1a1a;font-size:20px;font-weight:600;margin:0 0 4px}.author-card-role{color:#6b7280;font-size:14px;font-weight:500;margin:0}.author-card-social{display:flex;gap:8px;position:absolute;right:0;top:0}.author-card-social-link{align-items:center;background:#0077b5;border-radius:50%;color:#fff;display:flex;height:40px;justify-content:center;text-decoration:none;transition:all .2s ease;width:40px}.author-card-social-link:hover{box-shadow:0 4px 12px rgba(0,119,181,.3);transform:translateY(-2px)}.author-card-social-link[href*="twitter.com"],.author-card-social-link[href*="x.com"]{background:#1da1f2}.author-card-social-link[href*="twitter.com"]:hover,.author-card-social-link[href*="x.com"]:hover{box-shadow:0 4px 12px rgba(29,161,242,.3)}.author-card-social-link[href*="github.com"]{background:#333}.author-card-social-link[href*="github.com"]:hover{box-shadow:0 4px 12px rgba(51,51,51,.3)}.author-card-social-link[href*="linkedin.com"]:hover{box-shadow:0 4px 12px rgba(0,119,181,.3)}.author-card-social-icon{height:20px;width:20px}.author-card-bio{border-top:1px solid #e5e7eb;margin-top:16px;padding-top:16px}.author-card-bio-text{color:#4b5563;font-size:14px;line-height:1.6;margin:0}@media (max-width:768px){.author-card-container,.author-card-content{padding:16px}.author-card-header{align-items:center;flex-direction:column;gap:12px;text-align:center}.author-card-social{justify-content:center;margin-top:12px;position:static}.author-card-name{font-size:18px}}@media (max-width:480px){.author-card-title{font-size:20px}.author-card-avatar,.author-card-avatar-placeholder{height:56px;width:56px}.author-card-avatar-placeholder{font-size:20px}.author-card-social-link{height:36px;width:36px}.author-card-social-icon{height:18px;width:18px}}.payment-icons-container{align-items:center;display:flex;flex-direction:column;gap:12px;text-align:center;width:100%}.payment-icons-title{color:#374151;font-size:16px;font-weight:600;margin:0;text-align:center}.payment-icons-grid{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:center;width:100%}.payment-icon-item{align-items:center;cursor:pointer;display:flex;flex-direction:column;gap:4px;transition:transform .2s ease,opacity .2s ease}.payment-icon-item:hover{opacity:.8;transform:translateY(-2px)}.payment-icon{align-items:center;background:#fff;border-radius:4px;box-shadow:0 2px 4px rgba(0,0,0,.1);display:flex;justify-content:center;overflow:hidden;transition:box-shadow .2s ease}.payment-icon:hover{box-shadow:0 4px 8px rgba(0,0,0,.15)}.payment-icon svg,.payment-icon-image{display:block;height:100%;width:100%}.payment-icon-image{border-radius:4px;object-fit:contain}.payment-icon-text{color:#6b7280;font-size:12px;font-weight:500;margin-top:4px;text-align:center}.payment-icons-grid.grid{display:grid;gap:8px;justify-items:center}.payment-icon.h-6{height:24px;min-width:60px}.payment-icon.h-8{height:32px;min-width:80px}.payment-icon.h-12{height:48px;min-width:120px}@media (max-width:768px){.payment-icons-grid{gap:8px}.payment-icon.h-12{height:40px;min-width:100px}.payment-icons-title{font-size:14px}}@media (max-width:480px){.payment-icons-grid{gap:6px}.payment-icon.h-8{height:28px;min-width:70px}.payment-icon.h-12{height:36px;min-width:90px}.payment-icon-text{font-size:10px}}.payment-icons-container.footer-variant{gap:8px}.payment-icons-container.footer-variant .payment-icons-title{color:#9ca3af;font-size:14px}.payment-icons-container.footer-variant .payment-icon{opacity:.8}.payment-icons-container.footer-variant .payment-icon:hover{opacity:1}.payment-icons-container.checkout-variant{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;gap:16px;padding:16px}.payment-icons-container.checkout-variant .payment-icons-title{color:#1f2937;font-size:18px}.payment-icons-container.checkout-variant .payment-icon{box-shadow:0 4px 6px rgba(0,0,0,.1)}.job-list-container{display:flex;flex-direction:column;gap:2rem;width:100%}.job-list-header{margin-bottom:1rem;text-align:center}.job-list-title{color:#1a1a1a;font-size:2.5rem;font-weight:700;margin:0 0 .5rem}.job-list-subtitle{color:#6b7280;font-size:1.125rem;font-weight:400;margin:0}.job-list-grid{display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));width:100%}.job-card{background:#f8f9fa;border:1px solid #e9ecef;border-radius:16px;box-shadow:0 1px 2px rgba(0,0,0,.05);display:flex;flex-direction:column;gap:1.25rem;padding:2rem 1.75rem;transition:all .3s ease}.job-card:hover{background:#fff;box-shadow:0 6px 16px rgba(0,0,0,.1);transform:translateY(-4px)}.job-card-title{color:#1a1a1a;font-size:1.375rem;font-weight:700;line-height:1.4;margin:0}.job-card-details{display:flex;flex-direction:column;gap:.5rem}.job-card-location,.job-card-type{align-items:center;color:#6b7280;display:flex;font-size:.875rem;gap:.5rem}.job-card-icon{flex-shrink:0;height:16px;width:16px}.job-card-button{align-items:center;background-color:transparent;border:2px solid #6366f1;border-radius:10px;color:#6366f1;display:inline-flex;font-size:1rem;font-weight:600;gap:.5rem;justify-content:center;margin-top:auto;padding:.875rem 1.75rem;text-decoration:none;transition:all .3s ease}.job-card-button:hover{background-color:#6366f1;box-shadow:0 4px 12px rgba(99,102,241,.3);color:#fff;transform:translateY(-2px)}.job-card-arrow{height:16px;transition:transform .3s ease;width:16px}.job-card-button:hover .job-card-arrow{transform:translateX(4px)}.job-list-empty{color:#6b7280;font-size:1.125rem;padding:3rem 1rem;text-align:center}.job-list-general-apply{background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:12px;margin-top:3rem;padding:2.5rem;text-align:center}.job-list-general-apply-text{color:#495057;font-size:1.125rem;font-weight:500;line-height:1.6;margin:0 0 1.5rem}.job-list-general-apply-button{align-items:center;background-color:#6c44c4;border:2px solid #6c44c4;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;justify-content:center;padding:.875rem 2rem;transition:all .3s ease}.job-list-general-apply-button:hover{background-color:#5a38a3;border-color:#5a38a3;box-shadow:0 4px 12px rgba(108,68,196,.3);transform:translateY(-2px)}.job-list-general-apply-button:active{transform:translateY(0)}.job-detail-container{display:flex;flex-direction:column;gap:2rem;margin:0 auto;max-width:800px;width:100%}.job-detail-back-button{align-items:center;color:#3b82f6;display:inline-flex;font-size:.875rem;font-weight:600;gap:.5rem;text-decoration:none;transition:all .3s ease;width:fit-content}.job-detail-back-button:hover{color:#2563eb;transform:translateX(-4px)}.job-detail-header{display:flex;flex-direction:column;gap:1rem}.job-detail-title{color:#1a1a1a;font-size:2.5rem;font-weight:700;line-height:1.2;margin:0}.job-detail-meta-info{display:flex;flex-direction:column;gap:.75rem}.job-meta-item{align-items:center;color:#4b5563;display:flex;font-size:1rem;gap:.75rem}.job-meta-icon{color:#3b82f6;flex-shrink:0;height:20px;width:20px}.job-detail-description{color:#374151;font-size:1rem;line-height:1.75}.job-detail-description h2{color:#1a1a1a;font-size:1.5rem;font-weight:600;margin-bottom:1rem;margin-top:2rem}.job-detail-description h3{color:#1a1a1a;font-size:1.25rem;font-weight:600;margin-bottom:.75rem;margin-top:1.5rem}.job-detail-description p{margin-bottom:1rem}.job-detail-description ol,.job-detail-description ul{margin-bottom:1rem;margin-left:1.5rem}.job-detail-description li{margin-bottom:.5rem}.job-detail-apply-button{background-color:#3b82f6;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease;width:fit-content}.job-detail-apply-button:hover{background-color:#2563eb;box-shadow:0 4px 12px rgba(59,130,246,.3);transform:translateY(-2px)}.job-detail-email-link{color:#3b82f6;font-size:1rem;font-weight:600;text-decoration:none}.job-detail-email-link:hover{text-decoration:underline}.career-modal-wrapper{align-items:center;background-color:rgba(0,0,0,.6);display:flex;inset:0;justify-content:center;overflow-y:auto;padding:1rem;position:fixed;z-index:9999}.career-modal-container{background-color:#fff;border-radius:12px;box-shadow:0 20px 25px -5px rgba(0,0,0,.1);max-height:90vh;max-width:600px;overflow-y:auto;padding:2rem;position:relative;width:100%}.career-modal-close-button{background:transparent;border:none;color:#6b7280;cursor:pointer;padding:.5rem;position:absolute;right:1rem;top:1rem;transition:color .3s ease}.career-modal-close-button:hover{color:#1a1a1a}.career-modal-title{color:#1a1a1a;font-size:1.75rem;font-weight:700;margin:0 0 1.5rem;text-align:center}.career-modal-description{color:#666;font-size:1rem;line-height:1.5;margin:-.5rem 0 1.5rem;text-align:center}.career-modal-form-wrapper{width:100%}.career-modal-form{display:flex;flex-direction:column;gap:1rem}.career-input-container{display:flex;flex-direction:column;gap:.25rem}.career-form-input,.career-form-textarea{border:1px solid #d1d5db;border-radius:8px;font-size:1rem;padding:.75rem 1rem;transition:all .3s ease;width:100%}.career-form-input:focus,.career-form-textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1);outline:none}.career-form-textarea{min-height:100px;resize:vertical}.career-file-label{cursor:pointer}.career-file-input{display:none}.career-file-button{border:2px dashed #d1d5db;border-radius:8px;color:#6b7280;display:block;font-size:1rem;padding:.75rem 1rem;text-align:center;transition:all .3s ease;width:100%}.career-file-label:hover .career-file-button{background-color:#eff6ff;border-color:#3b82f6;color:#3b82f6}.career-form-error-message{color:#ef4444;font-size:.875rem;margin-top:.25rem}.career-form-button-container{display:flex;justify-content:center;margin-top:1rem}.career-form-submit-button{background-color:#3b82f6;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.875rem 2rem;transition:all .3s ease}.career-form-submit-button:hover:not(:disabled){background-color:#2563eb;box-shadow:0 4px 12px rgba(59,130,246,.3);transform:translateY(-2px)}.career-form-submit-button:disabled{cursor:not-allowed;opacity:.6}.candidate-form-container{background:#fff;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.1);margin:0 auto;max-width:700px;padding:2rem;width:100%}.candidate-form-header{margin-bottom:2rem;text-align:center}.candidate-form-title{color:#1a1a1a;font-size:2rem;font-weight:700;margin:0 0 1rem}.candidate-form-description{color:#6b7280;font-size:1rem;line-height:1.5;margin:0}.candidate-form{display:flex;flex-direction:column;gap:1rem}.candidate-input-container{display:flex;flex-direction:column;gap:.25rem}.candidate-form-input,.candidate-form-textarea{border:1px solid #d1d5db;border-radius:8px;font-size:1rem;padding:.75rem 1rem;transition:all .3s ease;width:100%}.candidate-form-input:focus,.candidate-form-textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1);outline:none}.candidate-form-textarea{min-height:100px;resize:vertical}.candidate-file-label{cursor:pointer}.candidate-file-input{display:none}.candidate-file-button{border:2px dashed #d1d5db;border-radius:8px;color:#6b7280;display:block;font-size:1rem;padding:.75rem 1rem;text-align:center;transition:all .3s ease;width:100%}.candidate-file-label:hover .candidate-file-button{background-color:#eff6ff;border-color:#3b82f6;color:#3b82f6}.candidate-form-error-message{color:#ef4444;font-size:.875rem;margin-top:.25rem}.candidate-form-button-container{display:flex;justify-content:center;margin-top:1rem}.candidate-form-submit-button{background-color:#3b82f6;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.875rem 2rem;transition:all .3s ease}.candidate-form-submit-button:hover:not(:disabled){background-color:#2563eb;box-shadow:0 4px 12px rgba(59,130,246,.3);transform:translateY(-2px)}.candidate-form-submit-button:disabled{cursor:not-allowed;opacity:.6}@media (max-width:768px){.job-list-grid{grid-template-columns:1fr}.job-list-title{font-size:1.5rem}.job-detail-title{font-size:2rem}.job-detail-meta-info{gap:.5rem}.career-modal-container{padding:1.5rem}.career-modal-title{font-size:1.5rem}.candidate-form-container{padding:1.5rem}.candidate-form-title{font-size:1.5rem}}@media (max-width:480px){.job-card{padding:1.25rem}.job-card-title{font-size:1.125rem}.job-detail-title{font-size:1.75rem}.candidate-form-container,.career-modal-container{padding:1rem}}
|
package/package.json
CHANGED
|
@@ -1,484 +1,538 @@
|
|
|
1
1
|
import React, { ReactNode } from "react";
|
|
2
2
|
|
|
3
|
+
|
|
3
4
|
declare module "lm-web-controls" {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
5
|
+
type EmailProps = {
|
|
6
|
+
value: string;
|
|
7
|
+
className?: string;
|
|
8
|
+
};
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
type CopyrightProps = {
|
|
12
|
+
name: string;
|
|
13
|
+
className?: string;
|
|
14
|
+
};
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
type PhoneProps = {
|
|
18
|
+
value: string;
|
|
19
|
+
country?: string;
|
|
20
|
+
className?: string;
|
|
21
|
+
};
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
type MapProps = {
|
|
25
|
+
id?: string;
|
|
26
|
+
address: string;
|
|
27
|
+
height?: string | number;
|
|
28
|
+
width?: string | number;
|
|
29
|
+
className?: string;
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
type InstaFeedProps = {
|
|
34
|
+
apiKey: string;
|
|
35
|
+
mediaTypes: number;
|
|
36
|
+
className?: string;
|
|
37
|
+
};
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
type BackToTopProps = {
|
|
41
|
+
className?: string;
|
|
42
|
+
};
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
type CopyrightWithUTMProps = {
|
|
46
|
+
name: string;
|
|
47
|
+
className?: string;
|
|
48
|
+
source: string;
|
|
49
|
+
medium: string;
|
|
50
|
+
};
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
type SocialShareButtonProps = {
|
|
54
|
+
platform: string;
|
|
55
|
+
url: string;
|
|
56
|
+
isRound?: boolean;
|
|
57
|
+
title?: string;
|
|
58
|
+
};
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
type ReadingProgressBarProps = {
|
|
62
|
+
backgroundColor: string;
|
|
63
|
+
};
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
type TOCProps = {
|
|
67
|
+
contentSelector?: string;
|
|
68
|
+
isMinimal?: boolean;
|
|
69
|
+
};
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
type PostModel = {
|
|
73
|
+
slug: string;
|
|
74
|
+
isFeatured: boolean;
|
|
75
|
+
isActive: boolean;
|
|
76
|
+
category: string;
|
|
77
|
+
categoryInfo: {
|
|
78
|
+
id: string | null;
|
|
79
|
+
name: string | null;
|
|
80
|
+
slug: string | null;
|
|
81
|
+
};
|
|
82
|
+
featuredImage: string;
|
|
83
|
+
title: string;
|
|
84
|
+
previewContent: string;
|
|
85
|
+
content: string;
|
|
86
|
+
readTime: number;
|
|
87
|
+
impressions: number;
|
|
88
|
+
views: number;
|
|
89
|
+
likes: number;
|
|
90
|
+
publishedOn: Date;
|
|
91
|
+
tags?: string[];
|
|
92
|
+
author?: {
|
|
93
|
+
name?: string;
|
|
94
|
+
id?: string;
|
|
95
|
+
};
|
|
96
|
+
seo: {
|
|
97
|
+
title: string;
|
|
98
|
+
description: string;
|
|
99
|
+
keywords: string;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
type ModalFormProps = {
|
|
105
|
+
closeIcon: ReactNode;
|
|
106
|
+
title?: string;
|
|
107
|
+
slug: string;
|
|
108
|
+
};
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
type OrganizationSchemaProps = {
|
|
112
|
+
schema: {
|
|
113
|
+
url: string;
|
|
114
|
+
logo: string;
|
|
115
|
+
name: string;
|
|
116
|
+
description: string;
|
|
117
|
+
email: string;
|
|
118
|
+
telephone: string;
|
|
119
|
+
address: {
|
|
120
|
+
streetAddress: string;
|
|
121
|
+
addressLocality: string;
|
|
122
|
+
addressCountry: string;
|
|
123
|
+
addressRegion: string;
|
|
124
|
+
postalCode: string;
|
|
125
|
+
};
|
|
126
|
+
};
|
|
127
|
+
};
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
type BlogListJsonLDSchemaProps = {
|
|
131
|
+
blogs: PostModel[];
|
|
132
|
+
nestedUrl?: string;
|
|
133
|
+
category?: boolean;
|
|
134
|
+
};
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
type PostJsonLDSchemaProps = {
|
|
138
|
+
post: PostModel;
|
|
139
|
+
};
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
type PostProps = {
|
|
143
|
+
post: PostModel;
|
|
144
|
+
ish1?: boolean;
|
|
145
|
+
views: number;
|
|
146
|
+
categoryUrl?: string;
|
|
147
|
+
};
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
type FeaturedBlogProps = {
|
|
151
|
+
featured: PostModel;
|
|
152
|
+
icon: ReactNode;
|
|
153
|
+
nestedUrl?: string;
|
|
154
|
+
category?: boolean;
|
|
155
|
+
categoryUrl?: string;
|
|
156
|
+
};
|
|
157
|
+
|
|
158
|
+
|
|
159
|
+
type RelatedPostProps = {
|
|
160
|
+
relatedPosts: PostModel[];
|
|
161
|
+
title?: string;
|
|
162
|
+
nestedUrl?: string;
|
|
163
|
+
category?: boolean;
|
|
164
|
+
};
|
|
165
|
+
|
|
166
|
+
|
|
167
|
+
type FAQItem = {
|
|
168
|
+
id: string;
|
|
169
|
+
question: string;
|
|
170
|
+
answer: string;
|
|
171
|
+
createdOn: string;
|
|
172
|
+
updatedOn: string | null;
|
|
173
|
+
};
|
|
174
|
+
|
|
175
|
+
|
|
176
|
+
type FAQData = {
|
|
177
|
+
description: string;
|
|
178
|
+
items: FAQItem[];
|
|
179
|
+
publishedOn: string | null;
|
|
180
|
+
slug: string;
|
|
181
|
+
title: string;
|
|
182
|
+
};
|
|
183
|
+
|
|
184
|
+
|
|
185
|
+
type FaqProps = {
|
|
186
|
+
faq: FAQData | FAQItem[];
|
|
187
|
+
title?: string;
|
|
188
|
+
icon?: string;
|
|
189
|
+
addSchema?: boolean;
|
|
190
|
+
};
|
|
191
|
+
|
|
192
|
+
|
|
193
|
+
type FaqSchemaProps = {
|
|
194
|
+
faq: FAQData | FAQItem[];
|
|
195
|
+
};
|
|
196
|
+
|
|
197
|
+
|
|
198
|
+
type ExitIntentProps = {
|
|
199
|
+
closeIcon: ReactNode;
|
|
200
|
+
title: string;
|
|
201
|
+
content: string;
|
|
202
|
+
remindMeAfter: number;
|
|
203
|
+
actionButton?: {
|
|
204
|
+
title: string;
|
|
205
|
+
href: string;
|
|
206
|
+
};
|
|
207
|
+
closeButton?: {
|
|
208
|
+
title: string;
|
|
209
|
+
};
|
|
210
|
+
};
|
|
211
|
+
|
|
212
|
+
|
|
213
|
+
type PagingInfo = {
|
|
214
|
+
currentPage: number;
|
|
215
|
+
itemsPerPage: number;
|
|
216
|
+
hasNextPage: boolean;
|
|
217
|
+
totalItems: number;
|
|
218
|
+
};
|
|
219
|
+
|
|
220
|
+
|
|
221
|
+
type SearchResult<T> = {
|
|
222
|
+
items: T[];
|
|
223
|
+
pagingInfo: PagingInfo;
|
|
224
|
+
};
|
|
225
|
+
|
|
226
|
+
|
|
227
|
+
type BlogListProps = {
|
|
228
|
+
data: SearchResult<PostModel>;
|
|
229
|
+
icon?: {
|
|
230
|
+
grid?: ReactNode;
|
|
231
|
+
list?: ReactNode;
|
|
232
|
+
link?: ReactNode;
|
|
233
|
+
};
|
|
234
|
+
title?: string;
|
|
235
|
+
nestedUrl?: string;
|
|
236
|
+
category?: boolean;
|
|
237
|
+
fetchMore: (currentPage: number) => Promise<SearchResult<PostModel>>;
|
|
238
|
+
autoFetchCount?: number;
|
|
239
|
+
};
|
|
240
|
+
|
|
241
|
+
|
|
242
|
+
type IdleTimeIntentProps = {
|
|
243
|
+
closeIcon?: ReactNode;
|
|
244
|
+
icon: {
|
|
245
|
+
icon: ReactNode;
|
|
246
|
+
href: string;
|
|
247
|
+
};
|
|
248
|
+
title: string;
|
|
249
|
+
message: string;
|
|
250
|
+
remindMeAfter: number;
|
|
251
|
+
idleTime: number;
|
|
252
|
+
audio?: string;
|
|
253
|
+
};
|
|
254
|
+
|
|
255
|
+
|
|
256
|
+
type SliderItem = {
|
|
257
|
+
backgroundImage: string;
|
|
258
|
+
title: string;
|
|
259
|
+
description?: string;
|
|
260
|
+
button?: {
|
|
261
|
+
text: string;
|
|
262
|
+
link: string;
|
|
263
|
+
target?: string;
|
|
264
|
+
};
|
|
265
|
+
};
|
|
266
|
+
|
|
267
|
+
|
|
268
|
+
type HeroSliderClassNames = {
|
|
269
|
+
container?: string;
|
|
270
|
+
slide?: string;
|
|
271
|
+
overlay?: string;
|
|
272
|
+
content?: string;
|
|
273
|
+
title?: string;
|
|
274
|
+
description?: string;
|
|
275
|
+
button?: string;
|
|
276
|
+
navigation?: string;
|
|
277
|
+
navigationPrev?: string;
|
|
278
|
+
navigationNext?: string;
|
|
279
|
+
dots?: string;
|
|
280
|
+
dot?: string;
|
|
281
|
+
dotActive?: string;
|
|
282
|
+
};
|
|
283
|
+
|
|
284
|
+
|
|
285
|
+
type HeroSliderProps = {
|
|
286
|
+
items: SliderItem[];
|
|
287
|
+
autoPlay?: boolean;
|
|
288
|
+
autoPlayInterval?: number;
|
|
289
|
+
showDots?: boolean;
|
|
290
|
+
showNavigation?: boolean;
|
|
291
|
+
animationType?: "fade" | "scroll";
|
|
292
|
+
className?: string;
|
|
293
|
+
classNames?: HeroSliderClassNames;
|
|
294
|
+
height?: string;
|
|
295
|
+
icons?: {
|
|
296
|
+
prev?: ReactNode;
|
|
297
|
+
next?: ReactNode;
|
|
298
|
+
};
|
|
299
|
+
};
|
|
300
|
+
|
|
301
|
+
|
|
302
|
+
type AuthorCardProps = {
|
|
303
|
+
title?: string;
|
|
304
|
+
author: {
|
|
305
|
+
name: string;
|
|
306
|
+
role?: string;
|
|
307
|
+
bio?: string;
|
|
308
|
+
avatar?: string;
|
|
309
|
+
socialLinks?: {
|
|
310
|
+
linkedin?: string;
|
|
311
|
+
twitter?: string;
|
|
312
|
+
github?: string;
|
|
313
|
+
website?: string;
|
|
314
|
+
};
|
|
315
|
+
};
|
|
316
|
+
socialIcons?: {
|
|
317
|
+
linkedin?: ReactNode;
|
|
318
|
+
twitter?: ReactNode;
|
|
319
|
+
github?: ReactNode;
|
|
320
|
+
website?: ReactNode;
|
|
321
|
+
};
|
|
322
|
+
classNames?: {
|
|
323
|
+
container?: string;
|
|
324
|
+
title?: string;
|
|
325
|
+
content?: string;
|
|
326
|
+
header?: string;
|
|
327
|
+
avatarContainer?: string;
|
|
328
|
+
avatar?: string;
|
|
329
|
+
avatarPlaceholder?: string;
|
|
330
|
+
info?: string;
|
|
331
|
+
name?: string;
|
|
332
|
+
role?: string;
|
|
333
|
+
social?: string;
|
|
334
|
+
socialLink?: string;
|
|
335
|
+
socialIcon?: string;
|
|
336
|
+
bio?: string;
|
|
337
|
+
bioText?: string;
|
|
338
|
+
};
|
|
339
|
+
};
|
|
340
|
+
|
|
341
|
+
|
|
342
|
+
type PaymentProvider =
|
|
343
|
+
| "cashfree"
|
|
344
|
+
| "razorpay"
|
|
345
|
+
| "stripe"
|
|
346
|
+
| "paypal"
|
|
347
|
+
| "paytm"
|
|
348
|
+
| "phonepe"
|
|
349
|
+
| "googlepay"
|
|
350
|
+
| "amazonpay"
|
|
351
|
+
| "upi"
|
|
352
|
+
| "visa"
|
|
353
|
+
| "mastercard"
|
|
354
|
+
| "amex"
|
|
355
|
+
| "discover";
|
|
356
|
+
|
|
357
|
+
|
|
358
|
+
type PaymentIconsProps = {
|
|
359
|
+
providers: PaymentProvider[];
|
|
360
|
+
size?: "small" | "medium" | "large";
|
|
361
|
+
layout?: "horizontal" | "grid";
|
|
362
|
+
className?: string;
|
|
363
|
+
showText?: boolean;
|
|
364
|
+
title?: string;
|
|
365
|
+
// New props for custom icons
|
|
366
|
+
customIcons?: {
|
|
367
|
+
[key in PaymentProvider]?: {
|
|
368
|
+
icon?: ReactNode; // For React icons
|
|
369
|
+
image?: string; // For image URLs
|
|
370
|
+
name?: string; // Custom name override
|
|
371
|
+
};
|
|
372
|
+
};
|
|
373
|
+
classNames?: {
|
|
374
|
+
container?: string;
|
|
375
|
+
title?: string;
|
|
376
|
+
iconsContainer?: string;
|
|
377
|
+
icon?: string;
|
|
378
|
+
iconText?: string;
|
|
379
|
+
image?: string; // New className for images
|
|
380
|
+
};
|
|
381
|
+
};
|
|
382
|
+
|
|
383
|
+
|
|
384
|
+
// Career Types
|
|
385
|
+
type JobLocation = {
|
|
386
|
+
city: string;
|
|
387
|
+
state: string;
|
|
388
|
+
country: string;
|
|
389
|
+
remote: boolean;
|
|
390
|
+
hybrid: boolean;
|
|
391
|
+
};
|
|
392
|
+
|
|
393
|
+
|
|
394
|
+
type JobModel = {
|
|
395
|
+
id: string;
|
|
396
|
+
title: string;
|
|
397
|
+
slug: string;
|
|
398
|
+
description: string;
|
|
399
|
+
department: string;
|
|
400
|
+
employmentType: string;
|
|
401
|
+
location: JobLocation;
|
|
402
|
+
isActive: boolean;
|
|
403
|
+
createdOn: Date | string;
|
|
404
|
+
updatedOn?: Date | string;
|
|
405
|
+
[key: string]: any; // Allow additional properties from SDK
|
|
406
|
+
};
|
|
407
|
+
|
|
408
|
+
|
|
409
|
+
type JobListProps = {
|
|
410
|
+
jobs: JobModel[];
|
|
411
|
+
title?: string;
|
|
412
|
+
subtitle?: string;
|
|
413
|
+
nestedUrl?: string;
|
|
414
|
+
emptyMessage?: string;
|
|
415
|
+
showGeneralApply?: boolean;
|
|
416
|
+
generalApplyText?: string;
|
|
417
|
+
generalApplyButtonText?: string;
|
|
418
|
+
icons?: {
|
|
419
|
+
location?: ReactNode;
|
|
420
|
+
type?: ReactNode;
|
|
421
|
+
arrow?: ReactNode;
|
|
422
|
+
};
|
|
423
|
+
classNames?: {
|
|
424
|
+
container?: string;
|
|
425
|
+
header?: string;
|
|
426
|
+
title?: string;
|
|
427
|
+
subtitle?: string;
|
|
428
|
+
jobsGrid?: string;
|
|
429
|
+
jobCard?: string;
|
|
430
|
+
jobTitle?: string;
|
|
431
|
+
jobLocation?: string;
|
|
432
|
+
jobType?: string;
|
|
433
|
+
viewButton?: string;
|
|
434
|
+
emptyState?: string;
|
|
435
|
+
locationIcon?: string;
|
|
436
|
+
typeIcon?: string;
|
|
437
|
+
arrowIcon?: string;
|
|
438
|
+
generalApplySection?: string;
|
|
439
|
+
generalApplyText?: string;
|
|
440
|
+
generalApplyButton?: string;
|
|
441
|
+
};
|
|
442
|
+
};
|
|
443
|
+
|
|
444
|
+
|
|
445
|
+
type JobDetailProps = {
|
|
446
|
+
job: JobModel;
|
|
447
|
+
onApplyClick?: () => void;
|
|
448
|
+
classNames?: {
|
|
449
|
+
container?: string;
|
|
450
|
+
header?: string;
|
|
451
|
+
title?: string;
|
|
452
|
+
metaInfo?: string;
|
|
453
|
+
metaItem?: string;
|
|
454
|
+
metaIcon?: string;
|
|
455
|
+
metaText?: string;
|
|
456
|
+
applyButton?: string;
|
|
457
|
+
description?: string;
|
|
458
|
+
};
|
|
459
|
+
icons?: {
|
|
460
|
+
location?: ReactNode;
|
|
461
|
+
type?: ReactNode;
|
|
462
|
+
department?: ReactNode;
|
|
463
|
+
};
|
|
464
|
+
};
|
|
465
|
+
|
|
466
|
+
|
|
467
|
+
type CareerApplicationFormProps = {
|
|
468
|
+
closeIcon: ReactNode;
|
|
469
|
+
jobId?: string;
|
|
470
|
+
jobTitle?: string;
|
|
471
|
+
onSubmit: (data: {
|
|
472
|
+
jobId?: string;
|
|
473
|
+
name: string;
|
|
474
|
+
email: string;
|
|
475
|
+
mobile: string;
|
|
476
|
+
resume: File;
|
|
477
|
+
}) => Promise<void>;
|
|
478
|
+
title?: string;
|
|
479
|
+
description?: string;
|
|
480
|
+
triggerAttribute?: string;
|
|
481
|
+
classNames?: {
|
|
482
|
+
modal?: string;
|
|
483
|
+
container?: string;
|
|
484
|
+
closeButton?: string;
|
|
485
|
+
title?: string;
|
|
486
|
+
description?: string;
|
|
487
|
+
form?: string;
|
|
488
|
+
inputContainer?: string;
|
|
489
|
+
input?: string;
|
|
490
|
+
textarea?: string;
|
|
491
|
+
fileInput?: string;
|
|
492
|
+
fileLabel?: string;
|
|
493
|
+
errorMessage?: string;
|
|
494
|
+
submitButton?: string;
|
|
495
|
+
};
|
|
496
|
+
};
|
|
497
|
+
|
|
498
|
+
|
|
499
|
+
export const Email: React.FC<EmailProps>;
|
|
500
|
+
export const Copyright: React.FC<CopyrightProps>;
|
|
501
|
+
export const Phone: React.FC<PhoneProps>;
|
|
502
|
+
export const Map: React.FC<MapProps>;
|
|
503
|
+
export const InstaFeed: React.FC<InstaFeedProps>;
|
|
504
|
+
export const BackToTop: React.FC<BackToTopProps>;
|
|
505
|
+
export const CopyrightWithUTM: React.FC<CopyrightWithUTMProps>;
|
|
506
|
+
export const SocialShare: React.FC<SocialShareButtonProps>;
|
|
507
|
+
export const ReadingProgressBar: React.FC<ReadingProgressBarProps>;
|
|
508
|
+
export const TableOfContents: React.FC<TOCProps>;
|
|
509
|
+
export const Faq: React.FC<FaqProps>;
|
|
510
|
+
export const FaqSchema: React.FC<FaqSchemaProps>;
|
|
511
|
+
export const FeaturedBlog: React.FC<FeaturedBlogProps>;
|
|
512
|
+
export const Post: React.FC<PostProps>;
|
|
513
|
+
export const RelatedPosts: React.FC<RelatedPostProps>;
|
|
514
|
+
export const BlogList: React.FC<BlogListProps>;
|
|
515
|
+
export const ModalForm: React.FC<ModalFormProps>;
|
|
516
|
+
export const BreadCrumbJsonLD: React.FC;
|
|
517
|
+
export const OrganizationJsonLD: React.FC<OrganizationSchemaProps>;
|
|
518
|
+
export const PostJsonLD: React.FC<PostJsonLDSchemaProps>;
|
|
519
|
+
export const BlogListJsonLD: React.FC<BlogListJsonLDSchemaProps>;
|
|
520
|
+
export const ExitIntent: React.FC<ExitIntentProps>;
|
|
521
|
+
export const IdleTimeIntent: React.FC<IdleTimeIntentProps>;
|
|
522
|
+
export const HeroSlider: React.FC<HeroSliderProps>;
|
|
523
|
+
export const AuthorCard: React.FC<AuthorCardProps>;
|
|
524
|
+
export const PaymentIcons: React.FC<PaymentIconsProps>;
|
|
525
|
+
export const JobList: React.FC<JobListProps>;
|
|
526
|
+
export const JobDetail: React.FC<JobDetailProps>;
|
|
527
|
+
export const CareerApplicationForm: React.FC<CareerApplicationFormProps>;
|
|
528
|
+
|
|
529
|
+
|
|
530
|
+
export const INSTA_MEDIA_TYPES: {
|
|
531
|
+
readonly IMAGE: 1;
|
|
532
|
+
readonly VIDEO: 2;
|
|
533
|
+
readonly CAROUSEL_ALBUM: 4;
|
|
534
|
+
};
|
|
484
535
|
}
|
|
536
|
+
|
|
537
|
+
|
|
538
|
+
|