*{font-family:Raleway;padding:0;margin:0}:root{--brand-color-green: #00A5A7;--brand-color-green-shade1: #00CCD3;--brand-color-green-shade2: #DAF2F2;--background1:#E4FAF97D;--polar-green: #73D13D;--orange: #ff9800;--sunset-orange: #FA8C16;--gray-shade1: #F5F5F5;--gray-shade2: #D9D9D9}html,body{height:100%;margin:0;overflow-x:hidden}#root{height:100%}.iso-container{background-color:var(--polar-green);font-size:12px;color:#fff;padding:7px;display:flex;align-items:center;justify-content:space-between}.iso-container span,.iso-container div{display:flex;align-items:center;justify-content:center}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){*{scrollbar-color:#cccccc #e6e6e6;scrollbar-width:thin}}@media (max-width:800px){.iso-container{font-size:.7rem;flex-direction:column;text-align:left}.iso-container div{flex-direction:column;text-align:left;margin-top:.5rem}.iso-container span{display:flex;align-items:center;margin-top:.5rem}}.fullscreen-loader{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;background:linear-gradient(135deg,var(--brand-color-green),var(--brand-color-green-shade1));color:#fff;z-index:1000;font-family:Arial,sans-serif}.spinner{width:80px;height:80px;border:8px solid rgba(255,255,255,.3);border-top:8px solid #fff;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:20px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.fullscreen-loader p{font-size:1.2rem;text-align:center;margin:0;animation:fadeIn 2s infinite}@keyframes fadeIn{0%,to{opacity:1}50%{opacity:.5}}.navigation{font-family:Arial,sans-serif;padding:2rem;z-index:20}.desktop-navbar{display:flex;justify-content:space-between;align-items:center;background-color:#fff}.logo{width:20%}.nav-links{display:flex;align-items:center;list-style:none;justify-content:center;gap:2rem;margin:0}.nav-item{cursor:pointer;position:relative;padding:.5rem 0}.nav-item:hover{font-weight:600;color:var(--orange)}.has-dropdown:after{content:"▼";font-size:.7em;margin-left:.5rem;transition:transform .3s ease}.has-dropdown.active:after{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:100%;left:50%;transform:translate(-50%) translateY(10px);background:var(--orange);box-shadow:var(--dropdown-shadow);min-width:200px;opacity:0;visibility:hidden;transition:all .3s ease;z-index:100;color:#fff;max-height:50vh;overflow-y:auto}.dropdown-menu:hover{color:#fff}.dropdown-menu.show{opacity:1;visibility:visible;transform:translate(-30%) translateY(0)}.dropdown-item{padding:.8rem 1.2rem;white-space:nowrap;transition:background-color .2s ease;position:relative}.dropdown-item:hover{background-color:var(--sunset-orange)}.dropdown-item:first-child{border-top-left-radius:8px;border-top-right-radius:8px}.dropdown-item:last-child{border-bottom-left-radius:8px;border-bottom-right-radius:8px}.nested-dropdown-menu{position:absolute;top:0;left:100%;background:#fff;box-shadow:var(--dropdown-shadow);min-width:200px;opacity:0;visibility:hidden;transition:all .3s ease;color:#000!important;max-height:30vh;overflow-y:auto}.nested-item:hover{background-color:var(--gray-shade1)}.dropdown-item:hover>.nested-dropdown-menu{opacity:1;visibility:visible}.mobile-navbar{display:none;flex-direction:column;padding:1rem;background-color:#fff}.menu-toggle{font-size:1.5rem;background:none;border:none;cursor:pointer;align-self:flex-end;justify-content:flex-start;align-items:flex-start;flex:.6;transform:translateY(-105px);z-index:4;color:var(--brand-color-green)}.mobile-menu{position:fixed;top:0;left:0;width:100vw;height:90vh;background-color:#fff;z-index:2;display:flex;flex-direction:column;justify-content:flex-start;padding-top:5rem;animation:slideIn .3s ease-in-out forwards;margin-top:-10px;overflow-y:auto}.mobile-menu.hide{animation:slideOut .3s ease-in-out forwards}.mobile-menu ul{list-style:none;padding:0 2rem;margin:0;width:100%}.mobile-menu ul li{padding:1rem 0;border-bottom:1px solid #ddd;cursor:pointer;font-size:1.2rem}.mobile-menu-item{display:flex;justify-content:space-between;align-items:center}.mobile-expand-icon{font-size:1.2rem;color:var(--brand-color-green);font-weight:700;padding:0 .5rem}.mobile-submenu{margin-top:1rem;margin-left:1rem}.mobile-nested-submenu{margin-top:.5rem;margin-left:1rem}.submenu-item{padding:.8rem 0;font-size:1rem;color:#666}.submenu-item:hover{color:var(--brand-color-green)}.contact-info{margin-top:2rem;padding:0 2rem;font-size:1rem;color:#333}.selected{font-weight:600;color:var(--orange)}.subItem{font-weight:600;color:var(--sunset-orange)!important;background-color:#fff;border-radius:0!important}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideOut{0%{transform:translate(0);opacity:1}to{transform:translate(100%);opacity:0}}@media (max-width: 768px){.desktop-navbar{display:none}.navigation{width:100%;padding:0}.mobile-navbar{display:flex;transition:all .5s ease-in-out;padding-bottom:0;padding-top:2rem}.menu-toggle{transform:translateY(-25px)}.mobile-menu{top:100px}}@media (min-width: 1100px){.navigation{width:75vw;margin:0 auto}}.footer2-container{background-color:#595959;padding:2rem 2rem 1rem;display:flex;align-items:center;justify-content:space-between}.footer2-wrapper1{height:100%;flex:2;display:flex;align-items:flex-start;justify-content:center;flex-direction:column}.footer2-wrapper1 div:nth-child(2){margin-top:2rem;color:#fff}.footer2-wrapper2{height:100%;flex:.3;display:flex;align-items:center;justify-content:center;flex-direction:column}.footer2-wrapper3{height:100%;flex:2;display:flex;align-items:flex-end;justify-content:center;flex-direction:column}.footer2-wrapper3 div:nth-child(2){margin-top:2rem;color:#fff}.social-icons{display:flex;justify-content:flex-start;gap:15px}.social-icons a{color:#fff;text-decoration:none}@media (max-width: 780px){.footer2-container{flex-direction:column}.footer2-wrapper1{align-items:center}.footer2-wrapper2{align-items:center;margin-top:2rem}.footer2-wrapper3{margin-top:2rem;align-items:center}}@media (max-width: 500px){.footer2-container{flex-direction:column}.footer2-wrapper1 div:first-child{display:flex;align-items:center;justify-content:center;max-width:100%;flex-wrap:wrap;gap:10px}.footer2-wrapper2{margin-top:2rem}.footer2-wrapper3{margin-top:2rem;align-items:center}}.page-header-card{background-color:#fff!important}.aboutus-image-container img{width:100vw;height:70vh;object-fit:cover}.aboutus-image-description{border-radius:20px;width:40%;box-shadow:0 0 34px 1px #4b4848;background-color:#fff;padding:2rem;line-height:30px;position:relative;top:60%;left:60px;transform:translateY(-150px)}.aboutus-image-description .ant-card-head-title{display:flex;align-items:center}.aboutus-image-description .ant-card-head-title h1{margin:0;padding:0;color:var(--brand-color-green)}.aboutus-image-description .ant-card-head{border:0px;padding-top:1rem}@media (min-width: 900px){.aboutus-image-description{width:90%;transform:scale(.9) translateY(-150px);left:-20px}}@media (max-width: 600px){.aboutus-image-description{width:120%;left:-40px;transform:scale(.8) translateY(-400px)}}.contact-form-container{max-width:90%;margin:30px auto;padding:20px;background-color:#00a9b7;border-radius:8px;text-align:center}.form-heading{background-color:#fff;padding:1rem;width:fit-content;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 6px #00000080;transform:translateY(-60px);color:var(--orange);font-weight:600}.contact-form{display:flex;flex-direction:column;gap:12px;padding:20px;margin-top:-50px}.contact-form input,.contact-form textarea{width:100%;padding:10px;border:1px solid #ccc;border-radius:5px;font-size:16px}.contact-form textarea{height:120px}.contact-form button{background-color:#ff9800;color:#fff;border:none;padding:12px;font-size:16px;cursor:pointer;border-radius:5px}.contact-form button:hover{background-color:#e68900}.division-products-container{padding:2rem}.division-products-container h2{color:var(--orange);font-weight:700}.division-products-grid{display:flex;gap:20px;padding:20px;flex-wrap:wrap}.product-card{display:flex;background-color:#fff;border-radius:10px;overflow:hidden;width:43vw;box-shadow:0 4px 10px #0000001a;transition:transform .2s ease,box-shadow .2s ease}.product-card:hover{transform:translateY(-5px);box-shadow:0 8px 15px #0003}.even-card{border-left:5px solid #00acc1}.even-card .product-info>h3{color:var(--brand-color-green);font-weight:700}.even-card .product-info>.know-more-button{background-color:var(--brand-color-green)}.odd-card{border-left:5px solid #ff9800}.odd-card .product-info>h3{color:var(--orange);font-weight:700}.odd-card .product-info>.know-more-button{background-color:var(--orange)}.product-image-container{flex:1;max-width:350px}.product-image-container img{width:100%;height:100%;object-fit:cover;transition:opacity .5s ease-in-out}.product-info{flex:2;padding:20px;display:flex;flex-direction:column;justify-content:space-between}.product-info h3{font-size:1.5rem;color:#333}.product-info p{margin:10px 0;color:#555}.know-more-button{padding:.7rem;width:fit-content;font-size:.8rem;cursor:pointer;border:0px;color:#fff;border-radius:2px}@media (max-width : 900px){.division-products-container{padding:.5rem}.product-card{width:100vw}.division-products-container h2{width:100%;text-align:center}}.product-container{margin:auto 20%;max-width:100%;box-sizing:border-box}.product-content{width:100%;box-sizing:border-box}.brand-intro{display:flex;box-sizing:border-box;padding:20px 0;margin-bottom:20px;position:relative}.brand-intro-content{display:flex;align-items:flex-start;width:100%}.brand-intro-content.mobile{flex-direction:column}.product-image{border-radius:20px;border:1px solid #e0e0e0;max-width:100%;height:540px;width:540px}.mobile-image{width:100%;height:auto;margin:40px auto}.product-text-content{flex:1;margin-left:20px}.brand-title{font-size:2em;font-weight:700;color:var(--brand-color-green)}.product-description{font-size:1.1em;color:#555;line-height:1.6;font-family:Raleway,sans-serif}.product-details{margin-top:30px}.drug-head{font-size:1.3rem;font-weight:700;color:var(--brand-color-green);margin-bottom:10px;font-family:Raleway,sans-serif}.drug-content{font-size:1rem;color:#555;line-height:1.6;margin-bottom:20px;font-family:Raleway,sans-serif}.ant-tag{font-size:15px;padding:10px;border-radius:20px}.disclaimer-text{font-style:italic;font-size:.85em;color:#666;font-family:Raleway,sans-serif}@media (max-width: 768px){.product-container{padding:15px;margin:auto 5%}.brand-intro-content{flex-direction:column}.product-text-content{margin-left:0}.brand-title{font-size:1.8em}.product-description{font-size:1em}.drug-head{font-size:1.2rem}.drug-content{font-size:.95rem}}@media (max-width: 480px){.product-container{padding:0 10px}.brand-title{font-size:1.5em}.drug-head{font-size:1.1rem}}html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}@-ms-viewport{width:device-width}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{-webkit-text-decoration:underline dotted;text-decoration:underline;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}
