.wrapper{color:var(--color-sd-primary-400);gap:.2rem;display:flex}@media (max-width:375px){.wrapper .stars{width:12px}}
.pinBoxWrapper{justify-content:center;gap:.8rem;display:flex}.pinBoxWrapper input{text-align:center;background-color:#f6f6fa;border:none;border-radius:10px;width:3rem;height:3rem;padding:1rem;font-size:2rem}@media (min-width:48em){.pinBoxWrapper input{width:4rem;height:3.5rem}}
header{background-color:var(--color-sd-white-400);z-index:1005;z-index:1001;transition:all .1s;position:fixed;top:0;left:0;right:0;box-shadow:0 2px 4px #0000001f}header .HeaderNode .scrolled{box-shadow:0 10px 25px #dee2eb59}header .nav-wrapper{justify-content:space-between;align-items:center;gap:2rem;width:100%;display:flex;position:relative}header .site-logo{align-items:center;display:flex}header .nav{z-index:1001;text-align:center;opacity:1;will-change:transform;pointer-events:none;background-color:#fff;flex-direction:column;align-items:flex-start;gap:1rem;width:70%;min-height:100vh;padding-block:1rem;padding-inline:1rem;font-weight:700;transition:transform .3s,opacity .3s;display:flex;position:absolute;top:0;left:0;transform:translate(-100%)}header .nav.show{opacity:1;pointer-events:auto;transform:translate(0)}header .overlay{opacity:0;pointer-events:none;z-index:1000;background:#00000073;transition:opacity .25s;position:fixed;inset:0}header .overlay.show{opacity:1;pointer-events:auto}header .desktop-nav-list{flex-direction:column;gap:2rem;display:none}header .desktop-nav-list a{position:relative}header .desktop-nav-list a.active,header .desktop-nav-list a:hover{color:var(--color-sd-primary-400)}header .mobile-nav-list{flex-direction:column;align-items:flex-start;gap:1.5rem;display:flex}header .mobile-nav-list a{position:relative}header .mobile-nav-list a.active,header .mobile-nav-list a:hover{color:var(--color-sd-primary-400)}header .logo-desktop{display:none}header .logo-mobile{align-items:center;gap:.5rem;display:flex}header .nav-btns,header .desktop-nav-btns{display:none}header .mobile-nav-btns{flex-direction:column;align-items:flex-start;gap:2rem;display:flex}header .menu-toggle{width:2rem;height:1.5rem;color:var(--color-sd-primary-400);border-color:1px solid var(--color-sd-white-400)}header .ham-mobile{background-color:var(--color-sd-white-400);border:none}header .join-btn{letter-spacing:1px}@media (min-width:70em){header .logo-mobile,header .overlay{display:none}header .mobile-nav,header .overlay,header .join-btn{display:none}header .nav{opacity:1;pointer-events:auto;justify-content:space-between;gap:2rem;min-height:0;padding-inline:0;position:static;transform:none}header .overlay,header .join-btn{display:none}header .nav-wrapper{justify-content:flex-start;align-items:center;gap:0}header .nav{flex-direction:row;align-items:center;width:100%;margin-left:2rem;padding-block:0;position:static}header .nav>*{width:100%}header .desktop-nav-list{flex-direction:column;gap:2rem;display:flex}header .desktop-nav-list a{position:relative}header .desktop-nav-list a.active,header .desktop-nav-list a:hover{color:var(--color-sd-primary-400)}header .desktop-nav-list{flex-direction:row;width:100%;margin-left:2rem}header .logo-mobile{width:auto;height:auto;display:none}header .logo-desktop{display:block}header .ham-mobile{display:none}header .desktop-nav-btns{justify-content:flex-end;gap:1rem;display:flex}header .mobile-nav-btns{display:none}}
.spotlight{padding-block:5rem}.spotlight .spotlight-wrapper{flex-direction:column;gap:6rem;display:flex}.spotlight .spotlight-list{flex-direction:column;align-items:center;gap:1.5rem;display:flex}@media (min-width:48em){.spotlight .spotlight-list{flex-flow:wrap;justify-content:center}}.spotlight-list{flex-direction:column;align-items:center;gap:1.5rem;display:flex}@media (min-width:48em){.spotlight-list{flex-flow:wrap;justify-content:center}}
.HeroSectionWrapper{flex-direction:column;justify-content:center;align-items:center;margin-top:50px;padding-block:2rem;display:flex}.hero-wrapper{width:100%}.hero-content__wrapper{background-image:url(/images/hero-image.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:8px;width:100%;height:240px;display:flex;position:relative;overflow:hidden}.hero-content__wrapper .hero-content__wrapper_overlay{content:"";z-index:10;background-color:#000000b2;width:100%;height:100%;position:absolute;top:0;left:0}.hero-content{z-index:1000;color:#fff;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;max-width:90%;height:100%;margin-inline:auto;display:flex}.hero-content h1{max-width:25ch;font-size:1.2rem;line-height:1.4}.hero-search-bar{padding-block:.7rem;background-color:#f7f7f7;border-radius:8px;justify-content:space-between;gap:.8rem;width:100%;padding-left:.8rem;padding-right:.8rem;display:flex}.hero-search-bar .form-group{align-items:center;gap:10px;display:flex}.hero-search-bar .form-group svg{color:#141414;font-size:1.25rem}.hero-search-bar input{background-color:#0000;border:#0000;outline:none;width:100%;height:100%}.search-btn{color:#fff;background-color:#ff7a00;border:#0000;border-radius:6px;outline:#0000;justify-content:center;align-items:center;padding-block:.9rem;padding-inline:.9rem;font-size:1rem;font-weight:500;display:inline-flex}.search-btn .search-text{display:none}.search-btn .search-icon{font-size:1rem}@media (min-width:40em){.HeroSectionWrapper{margin-top:0;padding-block:3rem}.hero-content__wrapper{border-radius:10px;height:320px}.hero-content{gap:1.5rem}.hero-content .h1{font-size:1.75rem;line-height:1.5}.hero-search-bar{flex-direction:row;gap:0}.hero-search-bar .form-group{width:95%}.hero-search-bar .search-btn{width:150px}.hero-search-bar .search-btn .search-text{display:block}.hero-search-bar .search-btn .search-icon{display:none}}@media (min-width:80em){.HeroSectionWrapper{padding-block:6rem}.hero-content__wrapper{border-radius:12px;height:364px}.hero-content{gap:2rem;max-width:800px}.hero-content .hero-content h1{max-width:30ch;font-size:2.25rem}.hero-search-bar{padding-block:.7rem;padding-left:.5rem;padding-right:.5rem}.hero-search-bar .form-group{width:98.5%}.hero-search-bar .search-btn{width:174px}}
.row{flex-direction:column;gap:1rem;display:flex}.row>*{width:100%}@media (min-width:48em){.row{flex-direction:row;justify-content:space-between}}
.footer{color:var(--color-sd-neutral-400);border-top:solid 1px var(--color-sd-neutral-300);grid-template-rows:80% 20%;display:grid}.footer address{font-style:normal}.footer section:first-child{flex-direction:column;justify-content:space-between;display:flex}.footer section:first-child h3{align-items:center;display:flex}.footer section:first-child h3 span{padding-left:1rem}.footer section:first-child p{padding:1rem 0;font-size:15px}@media (min-width:1024px){.footer section:first-child{grid-template-columns:repeat(6,1fr);grid-template-areas:"a a a b c d";align-content:center;gap:2rem;display:grid}.footer section:first-child>div:first-child{width:310px}}.footer section:nth-child(2){border-top:solid 1px var(--color-sd-neutral-300);text-align:center;font-size:14px}.footer section:nth-child(2) ul{flex-wrap:wrap;justify-content:center;gap:.5rem;padding-top:1rem;display:flex}.footer section:nth-child(2) ul li:first-child,.footer section:nth-child(2) ul li:nth-child(2){border-right:solid 1px var(--color-sd-neutral-400);padding:0 .5rem}.footer section:nth-child(2) ul li:nth-child(3){padding:0 .5rem}.footer section:nth-child(2) ul a{color:var(--color-sd-blue-400);text-decoration:underline}@media (min-width:1024px){.footer section:nth-child(2){text-align:left;justify-content:space-between;align-items:center;width:calc(100% - 12rem);margin:0 auto;display:flex}.footer section:nth-child(2) ul{justify-content:flex-end;gap:1rem}}@media (min-width:1024px){.footer{height:540px}}.service-dey-cl{grid-area:a}.company-cl{grid-area:b}.connect-with-us-cl{grid-area:c}.contact-us-cl{grid-area:d}.social-media-list{flex-direction:column;margin-top:10px;display:flex}.social-media-list li{padding:5px 0;transition:all .3s ease-in-out}.social-media-list li:hover{transform:scale(1.05)}.social-media-list li a{color:var(--color-sd-neutral-400);align-items:center;gap:10px;font-size:15px;transition:color .3s ease-in-out;display:flex}.social-media-list li a:hover{color:var(--color-sd-primary-400)}.social-media-list li a .custom-icon-page path{fill:#141414;transition:fill .3s ease-in-out}.social-media-list li a:hover .custom-icon-page path{fill:var(--color-sd-primary-400)}.nav-list{margin-top:10px}.nav-list li{padding:5px 0;transition:all .3s ease-in-out}.nav-list li:hover{color:var(--color-sd-primary-400);transform:scale(1.05)}.nav-list a{font-size:15px}@media (max-width:1023px){.footer{flex-direction:column;gap:2rem;height:auto;padding:2rem 1.5rem;display:flex}.footer section:first-child{flex-direction:column;gap:2rem;height:auto;display:flex}.footer section:first-child>div{width:100%}.footer .service-dey-cl p{font-size:14px;line-height:1.6}.footer .company-cl,.footer .connect-with-us-cl,.footer .contact-us-cl{margin-top:1rem}.social-media-list{flex-direction:column;gap:.5rem}.social-media-list li a{font-size:14px}.footer section:nth-child(2){text-align:center;border-top:2px solid var(--color-sd-grey-300);flex-wrap:wrap;justify-content:center;align-items:center;gap:.8rem;width:100%;margin-top:1rem;padding-top:1rem;display:flex}.footer section:nth-child(2) ul{border:none;flex-wrap:wrap;justify-content:center;gap:.8rem;width:100%;display:flex}.footer section:nth-child(2) li{padding:0;font-size:13px;border:none!important}.footer section:nth-child(2) a{color:var(--color-sd-blue-400);text-decoration:underline}.footer .container{width:100%;margin:0 auto;padding:0}}
