/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 05 2025 | 07:03:37 */
:root {
/*   --primary: #0098DA; */
	--primary: #d42d28;
  --secondary: #111;
}

a:focus{
	outline: none !important;
}

/* Header */

div#site-header-inner {
    max-width: 1200px;
    padding: 0 10px;
	width: 100%;
}


.home header#site-header {
    border: none;
}

nav#site-navigation > ul > li:last-child a {
    padding-right: 0;
}

div#site-navigation-wrap {
    right: 0;
}

div#site-navigation-wrap li a {
    letter-spacing: 0 !important;
}

div#site-navigation-wrap li.menu_btn a span {
  background: var(--primary);
    color: #fff;
    padding: 15px 20px;
    border-radius: 100px;
    font-size: 14px;
	font-weight:700;
    text-transform: uppercase;
}

div#site-navigation-wrap li.menu_btn a span:hover {
    background: var(--secondary);
}

div#site-navigation-wrap li a {
    font-size: 14px !important;
}


/* Banner section */

.banner_section_main {
    border-radius: 12px;
    overflow: hidden;
}

.banner_subheading span {
    max-width: 450px;
    margin: 0 auto;
    width: 100%;
    display: block;
    line-height: 1.5;
    margin-bottom: 15px;
}



.banner_section_main {
    margin-top: -10px;
}

a.elementor-button {
    min-width: 145px;
}

/* Counter section */

.counter_section .elementor-counter-number-wrapper span {
    color: var(--primary);
    font-size: 52px;
}

.counter_section .elementor-counter-title {
    color: var(--secondary);
    font-size: 16px !important;
    line-height: 1 !important;
    margin-top: 5px !important;
}

.counter_section .elementor-container > .elementor-column {
    border-right: 1px solid #e8e8e8;
}

.counter_section .elementor-container > .elementor-column:last-child {
    border: none;
}


/* Latest product cards */

.latest_products_cards figure.swiper-slide-inner img {
    max-width: 90% !important;
    width: 100%;
    border: 1px solid #e2e2e2;
    border-radius: 12px;
}

/* Homepage form section */

.contact_homepage .forminator-row label.forminator-label {
    display: none !important;
}

.contact_homepage .forminator-row {
    margin-bottom: 25px !important;
}

.contact_homepage .forminator-row input {
    background: #fff;
    height: 50px !important;
    border-radius: 8px !important;
}

.contact_homepage .forminator-row textarea {
    background: #fff;
    border-radius: 8px !important;
}

.contact_homepage .forminator-row.forminator-row-last .forminator-field {
    text-align: center;
}

.contact_homepage .forminator-row.forminator-row-last .forminator-field button {
    padding: 15px 20px !important;
    background: var(--primary);
    color: #fff;
    font-weight: 400 !important;
    min-width: 200px !important;
    border-radius: 100px !important;
    font-size: 12px !important;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.contact_homepage .forminator-row.forminator-row-last .forminator-field button:hover {
    background: var(--secondary);
    color: #fff;
    box-shadow: none !important;
}

/* Footer */

.footer_logo img {
    background: #fff;
    padding: 5px;
    border-radius: 8px;
}

.footer_arrow_text span.elementor-heading-title {
    position: relative;
    padding-right: 25px;
}

.footer_arrow_text span.elementor-heading-title:after {
    content: "";
    width: 25px;
    height: 25px;
    background: url(https://alishapharma.com/staging/wp-content/uploads/2025/04/arrow.webp) no-repeat;
    position: absolute;
    background-size: contain;
    top: -3px;
    right: -3px;
}
.custom_footer a.elementor-button {
    min-width: 200px;
}

div#footer-bottom-inner {
    border-top: 1px solid #eeeeee26;
    max-width: 1200px !important;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 30px;
    padding-bottom: 10px;
}


/* Banner slider */

.slick-arrow {
    z-index: 9;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 0 100px 100px 0;
    padding: 6px 15px;
}

.slick-arrow:hover {
    background: var(--secondary);
    color: #fff;
    border-color: var(--secondary);
}

button.slick-next.pull-right.slick-arrow {
    right: 0;
    border-radius: 100px 0 0 100px;
}

ul.slick-dots {
    margin: 0;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
}

ul.slick-dots li {
    list-style: none;
    width: 10px;
    height: 10px;
    border-radius: 100px;
    background: #fff;
    margin: 0 2px;
    cursor: pointer;
    opacity: .6;
}

ul.slick-dots li button {
    display: none;
}

ul.slick-dots li.slick-active {
    opacity: 1;
}


/* Product category cards */

.product_category_cards .elementor-widget-wrap.elementor-element-populated {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-gap: 20px;
}

.product_category_cards .elementor-widget-wrap.elementor-element-populated > div {
    width: 100%;
    background: #fff;
    padding: 30px 20px;
    margin: 0;
    border-radius: 5px;
}

.product_category_cards .elementor-widget-wrap.elementor-element-populated > div {
    position: relative;
    overflow: hidden;
}

.product_category_cards .elementor-widget-wrap.elementor-element-populated > div:after {
    content: "";
    width: 60px;
    height: 60px;
    background: var(--primary);
    position: absolute;
    right: -10px;
    bottom: -10px;
    background-size: contain;
    opacity: .2;
    transition: .5s all;
	border-radius: 100%;
}

.product_category_cards .elementor-widget-wrap.elementor-element-populated > div:hover::after {
    transform: scale(1.3);

}

.product_category_cards h3.elementor-image-box-title a:hover {
    color: var(--primary);
}