﻿@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');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

/* ===========================
   Filson Soft
=========================== */
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

@font-face {
    font-family: 'Filson Soft';
    src: url('../fonts/filson-soft.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}


body {
    font-family: "Nunito", sans-serif;
    font-size: clamp(15px, 2vw, 18px);
    background: #fff;
    color: #181828;
}

html {
    scroll-behavior: smooth;
}

h1, .h1 {
    font-family: "Lato", sans-serif;
    font-size: clamp(21px, 4vw, 36px);
    line-height: 1.2em !important;
    font-weight: 400;
}

h2, .h2 {
    font-size: clamp(26px, 4vw, 36px);
    font-weight: 600;
    line-height: 1.6em;
    font-family: "Lato", sans-serif;
}

h3, .h3 {
    font-size: clamp(24px, 4vw, 28px);
    line-height: 1.2em;
    font-weight: 600;
    font-family: "Lato", sans-serif;
}

h4, .h4 {
    font-size: clamp(20px, 3vw, 26px);
    line-height: 1.2em;
    font-family: "Lato", sans-serif;
}

h5, .h5 {
    font-size: clamp(18px, 2.5vw, 22px);
    line-height: 1.2em;
    color: #181828;
    font-family: "Lato", sans-serif;
}

h6, .h6 {
    font-size: clamp(16px, 2vw, 20px);
    line-height: 1.4em;
}

.font-samarkan {
    font-family: 'MyCustomFont', sans-serif;
}

p, a, ul, li {
    font-style: normal;
    font-weight: 400;
    font-size: clamp(15px, 2vw, 17px);
    color: #181828;
    text-align: justify;
}


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: #008DD0 !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:hover {
        color: #0085c1 !important;
    }


#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: #000;
    }

        .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: #cfcfcf;
}

#milestone {
    background: #e9e9ff url("../img/bg_particles_11.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: "Nunito", sans-serif;
    margin-bottom: 4px;
    font-size: 14px;
}

#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-1.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
}
/* Common base styling */
/* Common base */
.heading-with-line,
.heading-center-line {
    position: relative;
    display: inline-block !important;
    text-align: center;
    /*    cursor: pointer;
*/ margin-bottom: 28px;
    line-height: 1.2; /* normalize text baseline */
}

    /* Shared underline style */
    .heading-with-line::after,
    .heading-center-line::after {
        content: "";
        position: absolute;
        bottom: -6px;
        height: 2px;
        width: 120px;
        max-width: 100%;
        background-color: #0085c1;
        transition: width 0.4s ease;
        transform: translateZ(0); /* force GPU layer */
        backface-visibility: hidden;
    }

    /* LEFT aligned */
    .heading-with-line::after {
        left: 0;
    }

    /* CENTER aligned */
    .heading-center-line::after {
        left: 50%;
        transform: translateX(-50%) translateZ(0); /* center + lock layer */
    }

    /* Hover animation */
    .heading-with-line:hover::after,
    .heading-center-line:hover::after {
        width: 100%;
    }



/*.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;
    max-width: 60px;
}

.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-1.webp);
    background: url(../img/prime-industrial-hub-of-Western-India-1.png);
    background-size: cover;
    padding: 105px 0 45px;
    background-position: top center;
    height: 200px;
}

.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;
        right: -180px;
        width: 85%;
        bottom: -75px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        display: flex;
        align-items: center;
        border-radius: 18px;
    }

    .image-stack .heading-content {
        position: absolute;
        top: 10%;
        right: -200px;
        width: 50%;
        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;
    }

    .image-stack .heading-content {
        right: 0px;
        width: 50%;
        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;
    }

    .image-stack .heading-content {
        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;
    width: 12px;
}

.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: #4a90e2;
    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(255, 255, 255, 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(255, 255, 255, 0.5);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 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: #008dd0;
    color: #fff;
    border-radius: 10px;
    padding: 10px 16px;
}

.text-justify {
    text-align: justify;
}

.download_box {
    position: relative;
    background: #008dd0;
    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;
        bottom: -170px;
    }

    .image-stack .heading-content {
        width: 35%;
        right: -80px;
        top: 0px
    }
}

@media (max-width: 992px) {
    .d_flex_ab {
        display: flex;
        justify-content: center;
    }
}



#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;
}



.btn_theme {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0.75rem 1.5rem;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1rem;
    border: 2px solid #4a90e2;
    border-radius: 4px;
    color: #fff;
    background: #4a90e2;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    z-index: 1;
}

    .btn_theme:hover {
        transform: scale(1.05);
        box-shadow: 0 8px 16px rgba(74, 144, 226, 0.3);
    }
/*
    .btn_theme::before,
    .btn_theme::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #4a90e2;
        transition: transform 0.4s ease-in-out;
        z-index: -1;
    }

    .btn_theme::before {
        transform: translateY(-100%);
    }

    .btn_theme::after {
        transform: translateY(100%);
    }

    .btn_theme:hover {
        color: #fff;
        border-color: #4a90e2;
    }

        .btn_theme:hover::before {
            transform: translateY(-50%);
        }

        .btn_theme:hover::after {
            transform: translateY(50%);
        }*/

/* ✅ Responsive adjustments */
@media (max-width: 576px) {
    .btn_theme {
        font-size: 0.9rem;
        padding: 0.6rem 1.2rem;
    }
}

.read-more {
    color: #000;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: color 0.3s ease;
    font-size: 1rem;
    letter-spacing: 0.2px;
}

    .read-more span {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        padding-bottom: 2px;
    }

    .read-more i {
        font-size: 1rem;
        transition: transform 0.3s ease;
        font-weight: 500;
    }

    .read-more:hover {
        color: #4a90e2;
    }

        .read-more:hover i {
            transform: translateX(4px);
        }

.header-links {
    padding: 40px 1.5rem 1.5rem;
}

    .header-links h6 {
        font-size: 17px;
        font-weight: 600;
        letter-spacing: 0.8px;
        color: #000 !important;
    }

.about-list {
    display: flex;
    flex-direction: column;
}

.about-link {
    display: block;
    padding: 8px 0;
    color: #3a3a3a;
    text-decoration: none;
    font-size: 1rem;
    border-bottom: 1px solid #e2e2e2;
    transition: color 0.3s ease;
}

    .about-link:hover {
        color: #0085c1; /* your theme blue */
    }

@media (max-width: 576px) {
    .header-links {
        padding: 10px;
    }
}

@media(max-width: 768px) {
    .heading-with-line::after, .heading-center-line::after {
        content: unset;
    }
}

.img_header {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.admark-img img {
    border-radius: 20px !important;
}

.text-dark-grey {
    color: #373737 !important;
}

.list-dot {
    list-style: disc !important;
}

.swiper-pagination {
    top: 105% !important;
}

#inner-banner a {
    font-size: clamp(16px, 2vw, 20px) !important;
}


ul.tick-list li::marker {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23007bff' viewBox='0 0 16 16'%3E%3Cpath d='M3 14.5A1.5 1.5 0 0 1 1.5 13V3A1.5 1.5 0 0 1 3 1.5h10A1.5 1.5 0 0 1 14.5 3v10A1.5 1.5 0 0 1 13 14.5H3zm0-1h10a.5.5 0 0 0 .5-.5V3a.5.5 0 0 0-.5-.5H3A.5.5 0 0 0 2.5 3v10a.5.5 0 0 0 .5.5z'/%3E%3Cpath d='M10.854 6.146a.5.5 0 1 1 .707.708l-3.5 3.5a.5.5 0 0 1-.708 0L5.5 8.707a.5.5 0 0 1 .707-.707L8 9.793l2.854-2.647z'/%3E%3C/svg%3E");
}

.bg-grey {
    background-color: #F6F6F6;
    border-radius: 20px;
}
.bg-color-grey {
    background-color: #F6F6F6;
}


.btn {
    position: relative;
    border-color: #0085c1;
    color: #0085c1;
    overflow: hidden;
    display: flex;
    width: fit-content;
    /* replace with your desired width */
    height: 40px;
    justify-content: center;
    align-items: center;
    margin: 0.5rem;
    line-height: 35px;
    border: 1px solid;
    border-radius: 6px;
    /* replace with your desired radius */
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.71s;
    box-sizing: border-box;
}

    .btn::before {
        width: 20%;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 0;
        background-color: #0085c1;
        transform: rotateZ(-45deg) translate(-50%, -50%);
        transition: all 0.71s;
        content: "";
        z-index: -1;
    }

    .btn:hover {
        color: #fff;
    }

        .btn:hover::before {
            width: 100%;
            top: 0;
            transform: none;
        }

.custom-nav .nav-btn {
    background: #0000;
    color: #008DD0;
    border: unset;
    font-size: 26px;
}

.owl-nav {
    display: none;
}

@media (max-width: 992px) {
    .custom-nav {
        display: none;
    }
}

#testimonials {
    background: url('../img/admark-polycoats-testimonials.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.testimonial-card {
    background: #fff;
    border-radius: 30px;
}

#upcoming-events .image-box .date {
    background: #fff;
    border-radius: 20px;
    bottom: 10px;
    right: 10px;
    text-align: center;
    padding: 10px 22px;
}

.active {
    color: #0085c1 !important;
    font-weight: 700 !important;
}

.navbar-toggler:focus {
    box-shadow: unset !important;
}

.vision-box {
    position: relative;
    height: 280px;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
}

    .vision-box::before {
        content: "";
        position: absolute;
        inset: 0;
        background-size: cover;
        background-position: center;
        transform: scale(1);
        transition: transform 0.6s ease;
        will-change: transform;
    }

/* Backgrounds */
.vision-bg::before {
    background-image: url("../../assets/img/vision-img-1.png");
    background-size: 100%;
    opacity: 0.8;
}

.mission-bg::before {
    background-image: url("../../assets/img/mission-img-1.png");
    opacity: 0.8;
}

.goal-bg::before {
    background-image: url("../../assets/img/goal-img-1.png");
    background-size: 100%;
    opacity: 0.8;
}

.vision-bg-img::before {
    background-image: url("../../assets/img/vision-img-1.png");
    background-size: 90%;
}

.mission-bg-img::before {
    background-image: url("../../assets/img/mission-img-1.png");
}

.goal-bg-img::before {
    background-image: url("../../assets/img/goal-img-1.png");
    background-size: cover;
}

.vision-box:hover::before {
    transform: scale(1.1);
}
/* Overlay container */
.overlay-content {
    position: absolute;
    inset: 0;
    padding: 15px 10px;
    background: linear-gradient(to top, rgba(0,0,0,0), rgba(0,0,0,0.3));
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    transition: 0.4s ease;
}
.white-text-shadow {
    text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.8);
}

    /* Title (Visible by default) */
.overlay-content h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 700;
    transition: 0.3s ease;
    z-index: 2;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9),
    -1px -1px 2px rgba(0, 0, 0, 0.9),
    3px 3px 10px rgba(0, 0, 0, 0.8), 
    0px 0px 20px rgba(0, 0, 0, 0.5); 
}

/* Hidden content */
.hover-content {
    opacity: 0;
    transform: scale(0.95);
    transition: 0.4s ease;
    max-width: 90%;
}

.vision-bg-img .hover-content h4, .mission-bg-img .hover-content h4, .goal-bg-img .hover-content h4 {
    position: relative;
}

    .vision-bg-img .hover-content h4::after, .mission-bg-img .hover-content h4::after, .goal-bg-img .hover-content h4::after {
        content: '';
        position: absolute;
        border-bottom: 1px solid #fff;
        bottom: -5px;
        left: 0;
        width: 100%;
    }
/* ON HOVER */
.vision-box:hover .hover-content {
    opacity: 1;
    transform: scale(1);
}

/* Hide heading on hover */
.vision-box:hover h3 {
    opacity: 0;
    transform: translate(-50%, -60%);
}

/* Darker overlay on hover */
.vision-box:hover .overlay-content {
    background: rgba(0, 0, 0, 0.55);
}

/* Text styling */
.vision-box p,
.vision-box li {
    font-size: 16px;
}

@media (max-width: 992px) {
    .vision-box {
        height: 600px;
    }
}
/* Mobile */
@media (max-width: 768px) {
    .vision-box {
        height: 400px;
    }

        .vision-box:hover h3 {
            top: 12%;
        }

    p, a, ul, li {
        text-align: unset;
    }
}
/* Initial state */
.hover-content {
    opacity: 0;
    transition: all 0.4s ease;
    position: relative;
}

/* Direction-based entry */
.vision-box[data-direction="left"] .hover-content {
    transform: translateX(-40px);
}

.vision-box[data-direction="right"] .hover-content {
    transform: translateX(40px);
}

.vision-box[data-direction="top"] .hover-content {
    transform: translateY(-40px);
}

.vision-box[data-direction="bottom"] .hover-content {
    transform: translateY(40px);
}

/* On hover – animate to center */
.vision-box:hover .hover-content {
    opacity: 1;
    transform: translate(0, 0);
}

/* Hide title smoothly */
.vision-box:hover h3 {
    opacity: 0;
    transform: translate(-50%, -60%);
}

/* Overlay darken */
.vision-box:hover .overlay-content {
    background: rgba(0, 0, 0, 0.55);
}

.footer-links li {
    text-align: left;
}

.contact_box .icons i {
    color: #008dd0;
}


/*---30-12-25---*/
.timeline {
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
    flex-direction: column; /*    max-width: 700px;*/
    position: relative;
}

.timeline__content {
    width: 80%;
}

.timeline__content-title {
    font-weight: normal;
    font-size: 66px;
    margin: -10px 0 0 0;
    transition: 0.4s;
    padding: 0 10px;
    box-sizing: border-box;
    color: #f33239;
}

.timeline__content-desc {
    box-sizing: border-box;
    font-weight: normal;
    line-height: 25px;
}

.timeline::before {
    position: absolute;
    left: 50%;
    width: 3px;
    height: 98%;
    margin-left: -1px;
    content: "";
    background: #008DD0;
    top: 196px;
}

@media only screen and (max-width: 767px) {
    .timeline:before {
        left: 40px;
    }
}

.timeline-item {
    padding: 40px 0;
    opacity: 0.3;
    filter: blur(2px);
    transition: 0.5s;
    box-sizing: border-box;
    width: calc(50% - 40px);
    display: flex;
    position: relative;
    transform: translateY(-80px);
}

    .timeline-item:nth-child(2n+1) {
        justify-content: end;
    }

    .timeline-item::before {
        content: attr(data-text);
        letter-spacing: 3px;
        width: 100%;
        position: absolute;
        color: #000;
        font-size: 12px;
        border-left: 3px solid #0085c1;
        top: 70%;
        margin-top: -5px;
        padding-left: 15px;
        opacity: 0;
        right: calc(-100% - 56px);
    }

    .timeline-item:nth-child(even) {
        align-self: flex-end;
    }

        .timeline-item:nth-child(even):before {
            right: auto;
            text-align: right;
            left: calc(-100% - 56px);
            padding-left: 0;
            border-left: none;
            border-right: 3px solid #0085c1;
            padding-right: 15px;
        }

.timeline-item--active {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0px);
}

    .timeline-item--active:before {
        top: 50%;
        transition: 0.3s all 0.2s;
        opacity: 1;
    }

    .timeline-item--active .timeline__content-title {
        margin: -50px 0 20px 0;
        text-shadow: 0 2px 3px rgba(0, 0, 0, 0.5),0 4px 8px rgba(0, 0, 0, 0.35);
    }

@media only screen and (max-width: 767px) {
    .timeline-item:nth-child(2n+1) {
        justify-content: start;
    }

    .timeline-item {
        align-self: baseline !important;
        width: 100%;
        padding: 0 30px 150px 80px;
    }

        .timeline-item:before {
            left: 10px !important;
            padding: 0 !important;
            top: 50px;
            text-align: center !important;
            width: 60px;
            border: none !important;
        }

        .timeline-item:last-child {
            padding-bottom: 40px;
        }

        .timeline-item::before {
            display: none;
        }

    .timeline__content-title {
        font-size: 60px;
    }
}

@media only screen and (max-width: 576px) {
    .timeline__content-title {
        font-size: 38px;
    }

    .timeline-item--active .timeline__content-title {
        margin: -10px 0 20px 0;
    }
}

.timeline__img {
    max-width: 100%;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.4);
    height: 250px;
    object-fit: cover;
    width: 100%;
}

.timeline-container {
    width: 100%;
    position: relative; /*    padding: 80px 0;*/
    transition: 0.3s ease 0s;
    background-attachment: fixed;
    background-size: cover;
}

    .timeline-container:before {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #ffffffbf;
        content: "";
    }
/*------*/

.vmg-tab {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    cursor: pointer;
    transition: transform 0.5s ease;
    border: none;
    background: transparent;
    padding: 0;
}

    .vmg-tab img {
        width: 100%;
        height: 300px;
        object-fit: cover;
        transition: transform 0.6s ease;
    }

    .vmg-tab:hover, .vmg-tab.active {
        transform: translateY(-15px);
    }

        .vmg-tab:hover img,
        .vmg-tab.active img {
            transform: scale(1.08);
        }

/* Overlay */
.vmg-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.1), rgba(0,0,0,0.75));
    display: flex;
    align-items: flex-end;
    padding: 25px;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.vmg-tab:hover .vmg-overlay,
.vmg-tab.active .vmg-overlay {
    opacity: 1;
}

.vmg-overlay h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}

/* CONTENT BOX */
.vmg-content {
    display: none;
    background: rgba(255,255,255,0.85);
    backdrop-filter: blur(8px);
    padding: 45px;
    border-radius: 35px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    animation: slideFade 0.7s ease;
}

    .vmg-content.show {
        display: block;
    }

    .vmg-content h4 {
        font-size: 28px;
        font-weight: 700;
        margin-bottom: 15px;
        position: relative;
    }

        .vmg-content h4::after {
            content: '';
            width: 70px;
            height: 4px;
            background: #e30613;
            position: absolute;
            left: 0;
            bottom: -8px;
            border-radius: 10px;
        }

@keyframes slideFade {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/*======================================================*/
/*
*/
html, body {
    /*height: 100%;*/
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.page-wrapper {
    min-height: 65vh;
    display: flex;
    flex-direction: column;
}

.bottom-section {
}
#productMsg{
    position:absolute;
    top:50px;
    right:30px;
    z-index:9999;
}