﻿@import url('https://fonts.googleapis.com/css2?family=Akatab:wght@400;500;600;700;800;900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Akatab", sans-serif;
    font-size: clamp(15px, 2vw, 18px);
    background: #fff;
    color: #181828;
}

html {
    scroll-behavior: smooth;
}

h1, .h1 {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: clamp(30px, 4vw, 60px);
    line-height: 40px !important;
    font-weight: 400;
}

h2, .h2 {
    font-size: clamp(26px, 4vw, 36px);
    font-weight: 600;
    line-height: 1.6em;
    font-family: "Roboto", sans-serif;
}

h3, .h3 {
    font-size: clamp(24px, 4vw, 28px);
    line-height: 1.2em;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
}

h4, .h4 {
    font-size: clamp(20px, 3vw, 26px);
    line-height: 1.2em;
    font-family: "Roboto", sans-serif;
}

h5, .h5 {
    font-size: clamp(18px, 2.5vw, 24px);
    line-height: 1.2em;
    color: #181828;
    font-family: "Roboto", sans-serif;
}

h6, .h6 {
    font-size: clamp(16px, 2vw, 20px);
    line-height: 1.4em;
}

.font-samarkan {
    font-family: 'MyCustomFont', sans-serif;
}

p, a {
    font-style: normal;
    font-weight: 400;
    font-size: clamp(15px, 2vw, 17px);
    color: #181828;
    text-align: justify;
}

    a:hover {
        color: #B18E4A;
    }

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a, a:hover, a:focus {
    text-decoration: none !important;
}

img {
    border-style: none;
}

.text-brown {
    color: #B18E4A;
}

.btn-theme {
    color: #fff;
    padding: 15px 30px;
    background: #B18E4A;
    border-radius: 40px;
    transition: transform 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}

    .btn-theme:hover {
        background: #8A6E39;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        color: #fff;
    }

.btn-blue {
    background: #21212C;
}

.nav-link:focus, .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #FFF !important;
}

.padding-100 {
    padding: 80px 0px;
}

.padding-top {
    padding-top: 80px;
}

.padding-bottom {
    padding-bottom: 80px;
}

.text-orange {
    color: #ED3237;
}

.bg-transparent {
    background-color: transparent !important;
}

#header .logo {
    width: 240px;
}

.navbar-toggler {
    background: #fff !important;
    border-radius: 100px;
}

.nav_center {
    background: #fff;
    padding: 4px 49px;
    border-radius: 100px;
}

@media (max-width: 768px) {
    .padding-100 {
        padding: 50px 0px;
    }

    .padding-top {
        padding-top: 50px;
    }

    .padding-bottom {
        padding-bottom: 50px;
    }
}

.nav-link:focus, .navbar-nav .nav-link.active, .navbar-nav .nav-link.show, #footer a:hover {
    color: #ED3237 !important;
    font-weight: 600;
}

.nav-link {
    position: relative;
    display: inline-block;
    color: #000;
    text-decoration: none;
    transition: color 0.4s ease;
    font-weight: 600;
}

    .nav-link::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        height: 2px;
        background-color: #ED3237;
        transition: width 0.4s ease;
    }

    .nav-link:hover {
        color: #ED3237 !important;
    }

        .nav-link:hover::before {
            width: 100%;
        }

#header .navbar a {
    color: #000;
}

.text-blue {
    color: #0085c1;
}

#hero-section {
    position: relative;
    width: 100%;
    height: 100vh; /* adjust as needed */
    overflow: hidden;
    display: flex;
    align-items: center;
    background: #e9e9ff;
}

#about {
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: #e9e9ff;
}

/*#about::after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 120%;
		height: 100%;
		background-color: #e9e9ff;*/ /* slant color */
/*transform: skewY(-4deg);
		transform-origin: top left;
		z-index: -1;
	}*/
#hero-section .bg_grey {
    background: #f6f6f6b5;
    padding: 20px;
    width: fit-content;
}

#tsparticles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

#canvas3d1 {
    width: 100%;
    height: 400px !important;
    background: #e9e9ff;
}

.bg-blue {
    background-color: #e9e9ff;
}


.animated-btn {
    position: relative;
    display: inline-block;
    padding: 14px 40px;
    background-color: #e9e9ff;
    border: 2px solid #ED3237;
    border-radius: 8px;
    color: #ED3237;
    font-size: 18px;
    text-decoration: none;
    overflow: hidden;
    transition: all ease-in-out;
    z-index: 1;
}

    .animated-btn:hover {
        color: #000;
        border: 2px solid #0085c1;
    }

.blob-clipper {
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: 0;
    pointer-events: none;
}

.blob-container {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    filter: url(#goo);
    opacity: 0;
    transition: bottom 0.8s ease, opacity 0.6s ease;
}

.animated-btn:hover .blob-container {
    bottom: 0;
    opacity: 0.4;
}

.blob {
    background: #0085c1;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    opacity: 1;
}

.c1 {
    top: 20%;
    left: 30%;
    animation: blob1 3s ease-in-out infinite alternate;
}

.c2 {
    top: 50%;
    left: 60%;
    animation: blob2 3s ease-in-out infinite alternate;
}

.c3 {
    top: 30%;
    left: 70%;
    animation: blob3 3s ease-in-out infinite alternate;
}

@keyframes blob1 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(-20px, 20px);
    }
}

@keyframes blob2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(30px, -30px);
    }
}

@keyframes blob3 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(-25px, 25px);
    }
}

svg {
    position: absolute;
    width: 0;
    height: 0;
}


#chartdiv {
    width: 100%;
    height: 600px
}

.custom-bullets {
    list-style: none;
    padding-left: 0;
}

    .custom-bullets li {
        position: relative;
        padding-left: 30px;
        margin-bottom: 10px;
        color: #373737;
    }

        .custom-bullets li::before {
            content: "";
            position: absolute;
            left: 0;
            top: 5px;
            width: 20px;
            height: 20px;
            background-image: url('../img/tick-icon.png');
            background-size: contain;
            background-repeat: no-repeat;
        }

.swiper-pagination {
    bottom: -40px !important;
    text-align: center;
}


.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.box_milestone::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%; /* Line appears to the right of the box */
    transform: translateY(-55%);
    width: 1px;
    height: 80%;
    background-color: #ED3237;
}

#milestone {
    background: #FFF2EA url("../img/bg_particles.png") top no-repeat !important;
    background-size: contain !important;
}

.box_milestone:last-child::after {
    content: unset;
}

#particles_js_1 {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
}

#milestone, .particle_class_main {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.certi-swiper1 {
    max-width: 65%;
    height: 100%;
    overflow: hidden;
}

    .certi-swiper1 .swiper-slide {
        border-radius: 18px;
        font-size: 22px;
        font-weight: bold;
        color: #fff;
        background-color: #fff;
    }

#particles-js-milestone, #particles-js-about, #particles-js-certi, #particles-js-market {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none; /* Avoid interfering with other UI elements */
}

#milestone .container {
    position: relative;
    z-index: 2;
}

.head_top {
    color: #373737;
    font-weight: 700;
    font-family: "Plus Jakarta Sans", sans-serif;
    margin-bottom: 4px;
}

#innovation .row_11 {
    background: #e9e9ff;
    padding: 60px 100px;
}


.innovation_img {
    top: -100px
}


/*.img_skew {*/
/*	transform: skewY(-3deg);
	border-top-left-radius: 18px;
	border-bottom-right-radius: 18px;*/
/*transition: transform 0.4s ease;*/ /* Add this line */
/*border-radius:4px;
}*/
.img_skew {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

    .img_skew:hover {
        transform: translateY(-10px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    }

#about .img_skew:hover {
    transform: translateY(10px) scale(1.01);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

#header.scrolled .navbar {
    background-color: #e9e9ff !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.count {
    font-size: 50px;
    text-shadow: 0px 10px 12px rgb(118 78 78 / 30%);
    font-weight: 700;
    line-height: 80px;
}

.skew_btn {
    background: #ED3237;
    padding: 20px 30px 20px;
    color: #fff;
    /*	transform: skewY(-3deg);
*/ display: inline-block;
    /*	border-bottom-right-radius: 18px;*/
    border-radius: 4px;
}

/*.skew_content {
	display: inline-block;
	transform: skewY(3deg);*/ /* Reverses the parent's skew */
/*}*/
/*.product_container:hover .img_skew, .product_container:hover .skew_btn, .product_container:hover .skew_content {
	transform: skewY(0deg);
}*/
.icon_product {
    border-radius: 100%;
    border: 1px solid #ed3237;
    width: 50px;
    height: 50px;
    padding: 8px;
    object-fit: contain;
}

.icon-wrapper {
    border: 1px solid #ed3237;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.5s ease; /* smooth transition */
}

    .icon-wrapper:hover {
        transform: rotate(360deg); /* smooth single spin on hover */
    }

@keyframes rotateBorder {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.icon-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* Image stays still */
    transform: rotate(0deg);
}

@keyframes rotateInfinite {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.icon_product {
    border-radius: 100%;
    border: 1px solid #ed3237;
    width: 50px;
    height: 50px;
    padding: 8px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

/*.products-slider .swiper-slide:hover .icon_product {
	animation: rotateInfinite 1s linear infinite;
}*/
.swiper-button-next i,
.swiper-button-prev i {
    font-size: 24px;
    color: #333; /* Customize as needed */
}

/* Remove default Swiper arrows if needed */
.swiper-button-next::after,
.swiper-button-prev::after {
    display: none;
}

.market_text {
    top: 30px;
    right: 6%;
}

@media (max-width: 1388px) {
    .market_text {
        right: 0%;
    }
}

@media (max-width: 1200px) {
    .market_text {
        right: -12%;
        top: 10px;
    }
}

@media (max-width: 992px) {
    .market_text {
        right: -3%;
        top: 14px;
    }
}

.footer-logo {
    max-width: 340px;
}

.footer_icons .icons {
    /*	background: #0085c1;
*/ width: 40px;
    height: 40px;
    color: #0085c1;
    text-align: center;
    line-height: 40px;
    border-radius: 4px;
    transition: transform 2s ease; /* Add this line */
    border: 1px solid #0085c1;
}

    .footer_icons .icons:hover {
        background: #0085c1;
    }


#footer {
    background-image: url('../img/footer-bg.png'); /* Replace with actual image URL */
    background-size: cover;
    background-repeat: no-repeat;
}
/*#about .container:hover .img_skew {
	transform: skewY(0deg);
}
*/
/*#innovation{
	padding:400px 0;
}*/
.img_inno {
    position: absolute;
    right: 0;
    top: -6%;
    max-width: 40vw;
}

.pl_cont {
    padding-left: 100px
}

.heading-with-line {
    position: relative;
    display: inline-block !important;
    text-align: center;
    cursor: pointer;
    margin-bottom: 28px;
}

    .heading-with-line::after {
        content: "";
        position: absolute;
        bottom: -8px;
        left: 0;
        width: 100%; /* Full width of the text */
        height: 2px;
        background-color: #ED3237;
        transform: scaleX(0.2); /* visually small line */
        transform-origin: center;
        transition: transform 0.4s ease;
    }

    .heading-with-line:hover::after {
        transform: scaleX(1); /* full text width */
    }
/*.box_marine:hover {
	transform: scale(1.02);
}*/

.box_marine:hover h5 {
    color: #028ece;
}

h3.percentage:after {
    content: "%";
    display: inline-block;
}

h3.plus:after {
    content: "+";
    display: inline-block;
}

.box_milestone:hover h3 {
    transform: scale(1.2);
}

.box_milestone img, .box_marine img {
    transition: transform 0.4s ease-in-out;
    transform-style: preserve-3d;
}

.icon_product {
    transition: transform 2s ease-in-out;
}

.box_marine:hover img, .products-slider .swiper-slide:hover .icon_product {
    transform: rotateY(180deg);
}

#footer .footer_icons a:hover i {
    color: #fff;
}

@media (max-width: 1200px) {
    #header .navbar a {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .icon_product {
        display: none
    }

    #chartdiv {
        width: 100%;
        height: 400px;
    }

    .box_milestone::after {
        content: unset
    }

    .footer-logo {
        max-width: 200px;
    }

    #header .logo {
        width: 180px;
    }

    .products-slider {
        padding: 0px 12px !important;
    }

    #innovation .row_11 {
        background: #e9e9ff;
        padding: 60px 15px;
    }

    .nav-item {
        border-bottom: 1px solid #00000021;
        text-align: center;
    }

    /*    .animated-btn {
        width: 260px
    }*/
}

#hero_section_mob img {
    height: 300px;
    object-fit: cover;
    object-position: center;
}

.bg-orange {
    background: #fff2ea;
}

.bg_img_hero {
    background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url("../img/aerial-top-view-cargo-maritime-ship-sails-with-con.png") center no-repeat !important;
    background-size: cover !important;
    background-color: #838383;
    /*	transform: skewY(-3deg);
*/ padding: 30px 40px !important;
    border-radius: 10px;
}

/*.bg_img_hero .content-wrapper {
		transform: skewY(3deg);*/ /* Reverses the skew on the content */
/*}*/

#hero-heading {
    white-space: pre-line; /* Preserves line breaks */
}

#inner-banner {
    background: url(../img/prime-industrial-hub-of-Western-India.webp);
    background: url(../img/prime-industrial-hub-of-Western-India.png);
    background-size: cover;
    padding: 120px 0 60px;
    background-position: top center;
}

.text-blue-light {
    color: #008DD0;
}

.text-red {
    color: #E10F15;
}

.bg_blue {
    background: #008DD0;
}

.w-fit {
    width: fit-content;
}

.contact_box {
    background: #F9F9F9;
    border-radius: 20px;
}

#contact h4, #contact .h4 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 23px;
    line-height: 100%;
}

#contact p, #contact a {
    color: #373737;
}

#contact h4.heading-with-line::after {
    background-color: #008DD0;
    transform: scaleX(0.4);
}

#contact h4.heading-with-line:hover::after {
    transform: scaleX(1);
}

#contact a:hover {
    color: #008DD0;
}

.social_icons .icons {
    background: #fff;
    width: 40px;
    height: 40px;
    color: #008DD0 !important;
    line-height: 40px;
    border: 1px solid #008DD0;
    transition: transform 4s ease;
    border-radius: 4px;
    text-align: center;
}

    .social_icons .icons:hover {
        background: #008DD0;
        color: #fff !important;
    }
/* About US */
.image-stack {
    position: relative;
    width: fit-content;
}

    .image-stack .image {
        border-radius: 10px;
        overflow: hidden;
    }

    .image-stack .image1 img {
        width: 85%;
        height: auto;
        display: block;
    }

    .image-stack .image2 {
        position: absolute;
        bottom: 0;
        right: -180px;
        width: 85%;
        bottom: -40px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        display: flex;
        align-items: center;
        border-radius: 18px;
    }

        .image-stack .image2 img {
            width: 100%;
            height: auto;
            display: block;
        }

@media (max-width:1200px) {

    .image-stack .image2 {
        right: 0px;
        width: 65%;
        bottom: -40px;
    }
}

.mob_show {
    display: none !important;
}

@media (max-width: 992px) {
    .mob_show {
        display: inline-block !important;
    }

    .desktop_show {
        display: none !important;
    }
}

@media (max-width: 767px) {


    .image-stack .image2 {
        right: 15px;
    }
}
/* Target only image2 shine effect */
.image2 .shine-wrapper {
    display: inline-block;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

    /* Zoom effect */
    .image2 .shine-wrapper img {
        transition: transform 0.5s ease;
        display: block;
    }

    .image2 .shine-wrapper:hover img {
        transform: scale(1.08);
    }

    /* Shine overlay */
    .image2 .shine-wrapper::after {
        content: "";
        position: absolute;
        top: 0;
        left: -100%;
        width: 50%;
        height: 100%;
        background: linear-gradient( 120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100% );
        transform: skewX(-20deg);
        pointer-events: none;
        z-index: 2;
    }

    .image2 .shine-wrapper:hover::after {
        animation: shineEffect 1s ease-in-out;
    }

@keyframes shineEffect {
    from {
        left: -100%;
    }

    to {
        left: 120%;
    }
}

.image1 {
    overflow: hidden;
    border-radius: 10px;
}

    .image1 img {
        transition: transform 0.6s ease, filter 0.6s ease;
    }

    .image1:hover img {
        transform: scale(0.98);
        filter: brightness(1.05) contrast(1.05) saturate(1.1);
    }

.icon_arrow {
    width: 16px;
    flex-shrink: 0;
}

.list-unstyled img {
    margin-top: -10px;
}

.list-unstyled {
    text-align: justify;
}

#cta-1 img {
    min-height: 360px;
    object-fit: cover;
    object-position: 75% center; /* horizontal 81% (to the right), vertical center */
}
#cta {
    position: relative;
    background: url('../img/manufactures-a-range-of-Epoxy-Hardeners-Flexiblisers.webp') center center / cover no-repeat;
    background-attachment: fixed; /* Ensure fixed for parallax */
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    z-index: 1;
    color: #fff;
    transition: background-position 0.1s ease-out;
}

    /* Optional dark overlay */
    #cta::after {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0);
        z-index: 1;
        pointer-events: none; /* <-- This line allows clicks to pass through */
    }
/* Ensure content stays above the overlay */
.cta-content {
    position: relative;
    z-index: 2;
}
/* Video Section*/
.video-wrapper {
    position: relative;
    display: inline-block;
    cursor: pointer;
    max-width: 100%;
    width: 100%;
}

.video-thumbnail {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.play-button-red {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    background-color: #ee3339;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    overflow: hidden;
    transition: transform 0.3s ease;
    animation: pulse-glow 2.5s ease-out infinite;
    box-shadow: 0 0 0 0 rgba(238, 51, 57, 0.5);
}

#video img {
    height: 360px !important;
    object-fit: cover;
    filter: brightness(0.8);
}
/* Play icon (triangle) */
.play-button-red::before {
    content: '';
    position: absolute;
    left: 32px;
    top: 26px;
    width: 0;
    height: 0;
    border-left: 22px solid #fff;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    z-index: 2;
}

/* Shine stripe */
.play-button-red::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(120deg, transparent 45%, rgba(255,255,255,0.4) 50%, transparent 55%);
    transform: rotate(25deg);
    animation: shine-sweep 3s ease-in-out infinite;
    z-index: 1;
}

/* Pulse animation */
@keyframes pulse-glow {
    0% {
        box-shadow: 0 0 0 0 rgba(238, 51, 57, 0.5);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(238, 51, 57, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(238, 51, 57, 0);
    }
}

/* Shine animation */
@keyframes shine-sweep {
    0% {
        transform: rotate(25deg) translateX(-100%);
    }

    100% {
        transform: rotate(25deg) translateX(100%);
    }
}


#videoModal .btn-close {
    top: -40px;
    right: -15px;
    z-index: 1055;
}


.accordion-button, .accordion-button:not(.collapsed) {
    background: #008DD0;
    color: #fff;
}

.list_ul {
    list-style: disc;
    padding-left: 30px;
}

.accordion-item {
    border-radius: 10px !important;
    overflow: hidden;
}

.accordion-button::after {
    display: none;
}

/* Add custom arrow */
.accordion-button {
    position: relative;
    padding-right: 3rem; /* Add space for image */
}

    .accordion-button::before {
        content: "";
        position: absolute;
        right: 1rem;
        top: 50%;
        transform: translateY(-50%) rotate(0deg);
        width: 20px;
        height: 20px;
        background-image: url('../img/arrow-down.png'); /* Your image path */
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        transition: transform 0.3s ease;
    }

    /* Rotate when active */
    .accordion-button:not(.collapsed)::before {
        transform: translateY(-50%) rotate(260deg);
    }

.box_download {
    background: #F9F9F9;
    border-radius: 10px;
    padding: 30px 25px;
}

.download_box {
    background: #ED3237;
    color: #fff;
    border-radius: 10px;
    padding: 10px 16px;
}

.text-justify {
    text-align: justify;
}

.download_box {
    position: relative;
    background: #ED3237;
    color: #fff;
    border-radius: 10px;
    padding: 10px 16px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    cursor: pointer;
}

    .download_box:hover {
        transform: translateY(-4px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        color: #fff;
    }

    /* Shine Effect */
    .download_box::before {
        content: '';
        position: absolute;
        top: 0;
        left: -75%;
        width: 50%;
        height: 100%;
        background: linear-gradient( 120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100% );
        transform: skewX(-25deg);
    }

    .download_box:hover::before {
        animation: shineEffect 1s ease-in-out;
    }

.shine_wrapper {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 100%; /* Ensures it adapts to container */
    max-width: 100%;
}

    .shine_wrapper img {
        display: block;
        width: 100%; /* Ensure full width */
        height: auto;
    }

    /* Shine Effect */
    .shine_wrapper::before {
        content: '';
        position: absolute;
        top: 0;
        left: -75%;
        width: 50%;
        height: 100%;
        background: linear-gradient( 120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100% );
        transform: skewX(-20deg);
        pointer-events: none;
    }

    .shine_wrapper:hover::before {
        animation: shineEffect 1s ease-in-out;
    }

@media (max-width: 992px) {
    #certificates .heading-with-line {
        position: relative;
        display: block !important;
        text-align: center;
    }
    #cta-1 .bg_overlay {
        background: #00000094;
    }

}
    @media (max-width: 768px) {
        .heading-with-line {
            position: relative;
            display: block !important;
            text-align: center;
        }

        .desktop_show {
            display: none !important;
        }
    }

    .footer_icons .icons {
        padding: 5px 9px;
    }

    @media (min-width: 1200px) and (max-width: 1400px) {
        .image-stack .image1 img {
            width: 75%;
        }

        .image-stack .image2 {
            width: 70%;
            right: -80px;
        }
    }

    @media (max-width: 992px) {
        .d_flex_ab {
            display: flex;
            justify-content: center;
        }
    }

    #compilances h2 {
        display: block !important;
    }

    #compilances {
        background: #F9F9F9;
    }

        #compilances .download_box {
            background: #008DD0;
        }

    .swiper-pagination {
        padding-bottom: 34px !important;
    }

    @media(max-width: 768px) {
        .swiper-pagination {
            padding-bottom: -4px !important;
        }
    }


.filter-bar {
    background: #fff2ec;
    padding: 28px 20px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.product-card {
    border: none;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    border-radius: 8px;
    background: #F9F9F9;
    height: 100%;
}
    .product-card p {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align:left;
    }
    .product-card a {
        color: #007bff;
        font-weight: 500;
        text-decoration: none;
    }

        .product-card a:hover {
            text-decoration: underline;
        }
#products select, .search input {
    border: 1px solid #008DD0;
        font-weight: 600;
}
@media(min-width: 1200px) {
    #products select {
        min-width: 190px !important;
    }
}
@media(min-width: 1400px) {
    #products select {
        min-width: 240px !important;
    }
}
@media(max-width: 1200px) {
    #products select {
        min-width: 210px !important;
    }
    .filter-bar .search {
        width: 100% !important;
    }
}
@media(max-width: 600px) {
    #products select {
        width: 100% !important;
    }
}

.product-card {
    position: relative;
    overflow: hidden;
    display: inline-block;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    cursor: pointer;
}


    /* Shine effect */
    .product-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: -75%;
        width: 50%;
        height: 100%;
        background: linear-gradient( 120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100% );
        transform: skewX(-25deg);
    }

    /* Hover Animation */
    .product-card:hover {
        transform: translateY(-5px);
    }


#cta .animated-btn:hover{
    background:#fff;
}