:root {
	--isl-green: #189550;
	--isl-green-light: #e8fff2;
	--isl-green-hover: #13753f;
	--isl-blue-dark: #09537b;
	--isl-blue-dark-hover: #074261;
	--isl-text-grey-light: #9b9b9b;
	--isl-text-grey-dark: #757575;
}

.isl-c-green {
	color: var(--isl-green);
}

.isl-c-green-light {
	color: var(--isl-green-light);
}

.isl-bc-green {
	background-color: var(--isl-green);
	border-color: var(--isl-green);
}

.isl-bc-green:hover {
	background-color: var(--isl-green-hover);
	border-color: var(--isl-green-hover);
}

.isl-c-blue-dark {
	color: var(--isl-blue-dark);
}

.isl-bc-blue-dark {
	background-color: var(--isl-blue-dark);
	border-color: var(--isl-blue-dark);
}

.isl-bc-blue-dark:hover {
	background-color: var(--isl-blue-dark-hover);
	border-color: var(--isl-blue-dark-hover);
}

.isl-c-grey-light {
	color: var(--isl-text-grey-light);
}

.header-main {
	background-color: #fff !important;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}

.header-scrolled {
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

.navbar {
	transition: all 0.5s;
}

.header-dropmenu {
	width: 600px;
	left: calc(100vw * 0.5 - 300px);
	border-radius: 1em;
	border-color: var(--isl-blue-dark-hover);
	top: 55px;
}

.header-dropmenu:hover {
	display: block !important;
}

.nav-link:hover {
	color: var(--isl-blue-dark-hover);
}

#dropdown1:hover ~ .dropdown-menu {
	display: block !important;
}

.dropdown-header {
	font-size: 1.25em;
	color: var(--isl-blue-dark);
}

.dropdown-item {
	font-size: 1em;
}

.dropdown-item:hover {
	color: var(--isl-green-hover);
	background-color: #fff;
}

.banner-desktop {
	width: 85%;
	height: auto;
	max-width: 600px;
}
.banner-mobile {
	width: 15%;
	right: 32%;
	bottom: 0px;
	position: absolute;
	height: auto;
	max-width: 120px;
}
.banner-tablet {
	width: 25%;
	position: absolute;
	right: 5%;
	bottom: 0px;
	height: auto;
	max-width: 200px;
}
.banner-mobile1 {
	width: 15%;
	left: 5%;
	bottom: 0px;
	position: absolute;
	height: auto;
	max-width: 120px;
}

.footer-link {
	text-decoration: none;
	color: var(--isl-text-grey-light);
}

footer .container {
    margin-bottom: 0 !important;
}

.footer-link:hover {
	color: var(--isl-text-grey-dark);
}

.footer-link-dark {
	text-decoration: none;
	color: var(--isl-text-grey-dark);
}

.stick__btnwrppaer {
	position: fixed;
	right: -79px;
	top: 50%;
	transform: rotate(-90deg);
	z-index: 99;
}
.stick__btnwrppaer a {
	color: #fff !important;
	padding: 10px;
	border-radius: 5px 5px 0 0;
	background: linear-gradient(266.4deg, #129b4f -5.36%, #5ec58c 110.14%);
	-webkit-font-smoothing: antialiased;
	text-decoration: none;
	-webkit-text-size-adjust: 100%;
	font-weight: 400;
	font-size: 18px;
}

.product-title {
	position: relative;
	background-color: var(--isl-green-light);
	padding: 20px;
	width: 75%;
	margin-left: -100px;
	z-index: 11;
	text-align: center;
}

.product-card-img {
	width: 38%;
	padding: 10px;
}

.product-card-img-lg {
	width: 60%;
	padding: 5px;
}

.product-card-img-lg-fh {
	width: 60%;
	padding: 5px;
	height: 150px;
	object-fit: contain;
}

.text-highlight {
	position: relative;
	background: 0 0;
	z-index: 0;
}

.text-highlight::before {
	content: "";
	background: rgb(27 166 89 / 63%);
	position: absolute;
	left: 0;
	right: -2px;
	bottom: 2px;
	height: 10px;
	border-radius: 3px;
	z-index: -1;
}

.swiper {
	width: 90%;
	height: 100%;
}

.swiper-slide {
	height: auto !important;
}

.slider-card {
	text-align: center;
	height: 100% !important;
}

.slider-card-img {
	width: 60%;
	padding: 5px;
	margin: auto;
	object-fit: contain;
}

.slider-button {
	color: var(--isl-green);
	background-color: #fff;
	border: 3px solid var(--isl-green);
	width: fit-content;
}

.slider-button:hover {
	color: #fff;
	background-color: var(--isl-green);
	border: 3px solid var(--isl-green);
}

.swiper-button-next,
.swiper-button-prev {
	color: var(--isl-blue-dark);
	padding: 8px 16px;
	border-radius: 100%;
	width: 24px;
	height: 24px;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
	color: var(--isl-blue-dark-hover);
}

.swiper-button-next::after {
	display: none;
}

.swiper-button-prev::after {
	display: none;
}

@media (max-width: 768px) {
	.banner-mobile {
		max-width: 80px;
		right: 32%;
	}
	.banner-tablet {
		max-width: 125px;
	}
	.banner-mobile1 {
		max-width: 80px;
	}
	.product-title {
		margin: auto;
	}
	.swiper {
		width: 80%;
	}
	.header-dropmenu {
		width: 100%;
		left: 0;
	}
	.header-main {
		position: inherit;
	}
	/* .navbar-brand {
		width: 250px !important;
	} */
}

@media (max-width: 992px) {
	.header-dropmenu {
		width: 100%;
		left: 0;
	}
	.header-main {
		position: inherit;
	}
}

/* @media (max-width: 1200px) {
	.test {
		width: 25% !important;
	}
} */

table#ResTable1 th,
table#ResTable2 th {
	background: #0a547b;
	color: #fff;
}


.client-block {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.client-logo {
    max-height: 50px;
    width: auto;
    object-fit: contain;
    opacity: 0.80;
}

.client-marquee {
    gap: 10px; /* horizontal spacing */
}

.footer-sebi-block {
    background: #1f2f45;
    padding: 12px;
    border-top: 1px solid rgba(255,255,255,0.1);
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.sebi-scroll {
    max-height: 260px;
    overflow: hidden;
    position: relative;
}

.sebi-content {
    animation: horizontal-scroll 60s linear infinite;
}

.sebi-content p {
    margin-bottom: 12px;
    font-size: 0.85rem;
    color: #cfd6df;
    line-height: 1.5;
}

@keyframes horizontal-scroll {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

