﻿@import url('https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200..800;1,200..800&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

body {
  font-family: "Lato", sans-serif;
    font-size: clamp(15px, 2vw, 18px);
}

* {
    box-sizing: border-box;
}
/* For screens ≥1300px */
@media (min-width: 1200px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl,
    .container-xxl {
        max-width: 1140px; /* clean and balanced layout */
    }
}

/* For very large screens ≥1440px */
@media (min-width: 1400px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg, s
    .container-xl,
    .container-xxl {
        max-width: 1180px; /* slight increase for breathing space */
    }
}
html {
    scroll-behavior: smooth;
}
h1 ,.h1{
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: clamp(26px, 4vw, 48px);
    line-height: 1.2em;
    letter-spacing: 0;
}

h2 {
    font-size: clamp(24px, 4vw, 32px);
    font-weight: 600;
    line-height: 1.1em;
    font-family: "Lato", sans-serif;
}

.inner-txt {
    font-size: clamp(24px, 4vw, 36px) !important;
    font-weight: 600;
    line-height: 1.1em;
    font-family: "Karla", sans-serif;
}

h3 {
    font-size: clamp(21px, 4vw, 28px);
    line-height: 1.2em;
    font-weight: 600;
    font-family: "Karla", sans-serif;
}

h4 {
    font-size: clamp(19px, 3vw, 26px);
    line-height: 1.2em;
    font-family: "Karla", sans-serif;
}

h5 {
    font-size: clamp(18px, 2.5vw, 20px);
    line-height: 1.28em;
    color: #181828;
    letter-spacing:-1px;
    font-family: "Karla", sans-serif;
}

h6 {
    font-size: clamp(16 px, 2vw, 20px);
    line-height: 1.4em;
    font-family: "Karla", sans-serif;
    color: #313131;
}

p, a {
    font-style: normal;
    font-weight: 400;
    font-size: clamp(15px, 2vw, 16px);
    color: #313131;
    font-family: "Karla", sans-serif;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a, a:hover, a:focus {
    text-decoration: none !important;
}

img {
    border-style: none;
}
#hm-banner-video {
    min-height: 100vh; /* Full screen banner */
    position: relative;
    overflow: hidden;
}

#hm-banner-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
/* Auto height for mobile screens */
@media (max-width: 768px) {
    #hm-banner-video {
        min-height: auto;
        height: auto;
    }

        #hm-banner-video video {
            position: unset !important;
            height: auto;
            margin-top: 61px;
        }
}
.btn-theme {
    color: #fff;
    padding: 12px 30px;
    background: #1CAEE4;
    border-end-end-radius: 20px;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    cursor:pointer;
}

    .btn-theme:hover {
        background: #737476;
        color: #fff;
        transform: translateY(-2px);
        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
    }

.btn-dark-theme {
    color: #fff;
    padding: 12px 30px;
    background: #003BA0;
    border-end-end-radius: 20px;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

    .btn-dark-theme:hover {
        background: #737476;
        color: #fff;
        transform: translateY(-2px);
        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
    }

.btn-border {
    color: #1CAEE4;
    padding: 15px 30px;
    background: transparent;
    border-end-end-radius: 20px;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    border: 1px solid #1CAEE4 !important;
}

    .btn-border:hover {
        background: #1CAEE4;
        color: #fff;
        transform: translateY(-2px);
        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
    }

@media(max-width: 992px) {
    .btn-theme, .btn-border, .btn-dark-theme {
        padding: 11px 27px;
    }
}


.text-blue {
    color: #003BA0;
}

.padding-100 {
    padding: 80px 0px;
}

.padding-top {
    padding-top: 80px;
}

.padding-bottom {
    padding-bottom: 80px;
}

/* header */

#header ul li a {
    color: #313131 !important;
    font-size:16px;
}


    #header ul li a.active {
        color: #003BA0 !important;
        font-weight: 700;
    }

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        top: 55px !important;
        border-radius: 0px !important;
    }
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #1CAEE4 !important;
    color: #fff !important;
}

#header ul li a:hover {
    color: #003BA0 !important;
}

#header .dropdown-menu li a.active {
    color: #fff !important;
    background: #1CAEE4 !important;
}

.nahar-zinc-logo img {
    width: 325px;
}

@media(max-width: 992px) {
    .nahar-zinc-logo img {
        width: 250px;
    }
}
@media(max-width: 500px) {
    .nahar-zinc-logo img {
        width: 180px;
    }
}

#footer {
    background: url('../img/nahar-zinc-footer-img.png'), url('../img/nahar-zinc-footer-img.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-end-end-radius: 50px;
}


.footer-logo img {
    width: 300px;
}
.mt_11{margin-top:2px;

}

.border-white-line {
    border: 1px solid #fff !important;
    opacity: unset !important;
}

@media(min-width: 992px) {
    .content-shift {
        margin-left: 26px;
    }
}

#quality-assurance {
    background: url('../img/quality-assurance-bg-img.png'), url('../img/quality-assurance-bg-img.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


/*home*/

#nahar-zinc-values .accordion-button {
    background: #003BA0 !important;
    color: #fff !important;
    font-weight: 700;
    font-size: 18px !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url('../img/icon-down-arrow.svg') !important;
    transform: rotate(180deg);
}

.accordion-button::after {
    background-image: url('../img/icon-down-arrow.svg') !important;
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url('../img/icon-down-arrow.svg') !important;
    background-repeat: no-repeat;
    background-size: contain;
    transition: transform 0.3s ease;
}

#nahar-zinc-values .accordion-item {
    border: 1px solid #003BA000 !important;
}

#nahar-zinc-values .accordion-body {
    border: 1px solid #003BA0 !important;
    border-top: 1px solid #003BA0 !important;
    border-end-end-radius: 30px !important;
    font-size:16px;
    margin-top: -1px;
}

.icon-imgs {
    margin-right: 15px;
    margin-left: -19px;
    width:55px;
    height:55px;
}

.accordion-button {
    padding: 4px 22px !important;
}

.accordion-item, .accordion-button {
    border-radius: 0px !important;
}

.font-bigger {
    font-size: clamp(28px, 4vw, 40px) !important;
}

.cards img {
    border-end-end-radius: 30px;
}

/*.icon-blue {
    color: #003BA0 !important;
    border: 2px solid #003BA0;
    border-radius: 50%;
    padding: 5px 6px;
}*/

/*.num-style {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    -webkit-text-stroke: 0.7px #003BA0;
    text-stroke: 0.7px #003BA0;
    letter-spacing: 1px;
    margin-right: 8px;
}*/

.line-blue {
    border: 1px solid #003BA0;
    opacity: unset !important;
}

.cards {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}

/* Wrapper around image */
.img-wrapper {
    position: relative;
    overflow: hidden;
    border-end-end-radius: 30px;
}

    .img-wrapper img {
        width: 100%;
        transition: transform 0.4s ease-in-out;
        border-end-end-radius: 30px;
    }

/* Zoom image on hover */
.cards:hover .img-wrapper img {
    transform: scale(1.05);
}

/* Black overlay only over image */
.overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    border-end-end-radius: 30px;
    color: #fff;
}

.cards:hover .overlay {
    opacity: 1;
    visibility: visible;
}

.overlay-text {
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
    max-width: 90%;
}

.num-style {
    font-size: 22px;
    font-weight: 700;
    color: transparent; /* Start as outlined text */
    -webkit-text-stroke: 0.7px #003BA0;
    text-stroke: 0.7px #003BA0;
    letter-spacing: 1px;
    margin-right: 6px;
    transition: all 0.4s ease-in-out;
    border-radius: 6px;
}

.icon-blue {
    color: #003BA0 !important;
    border: 2px solid #003BA0;
    border-radius: 50%;
    font-size:12px;
    padding: 3px 4px;
    transition: all 0.3s ease-in-out;
}

.cards:hover .num-style {
    color: #003BA0; /* Fills the text */
    -webkit-text-stroke: 0; /* Remove stroke for solid look */
    text-stroke: 0;
}

.cards:hover .icon-blue {
    background-color: #1CAEE4;
    color: #fff !important;
    border-color: #1CAEE4;
}


.cards h5 {
    font-size: clamp(18px, 2.5vw, 17px) !important;
}

.zinc-img img {
    height: 438px;
    object-fit: cover;
}

@media (max-width: 1400px) and (min-width: 1200px) {
    .zinc-img img {
        height: 424px;
        object-fit: cover;
    }
}

@media (max-width: 1200px) and (min-width: 992px) {
    .zinc-img img {
        height: 420px;
        object-fit: cover;
    }
}

#nahar-zinc-inner-page {
    background: url('../img/nahar-zinc-banner-img.png'), url('../img/nahar-zinc-banner-img.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 73px;
    border-end-end-radius: 80px;
}

@media(max-width: 1200px) {
    #nahar-zinc-inner-page {
        margin-top: 60px;
    }
}

#nahar-zinc-inner-page h6 a {
    font-size: clamp(16px, 2vw, 20px) !important;
    line-height: 1.4em;
    font-family: "Karla", sans-serif;
    color: #313131;
    font-weight: 500;
}

.inner-banner-content {
    padding-top: 70px;
    padding-bottom: 70px;
}

.text-hover:hover {
    color: #003BA0 !important;
}

.border-blues {
    border: 1px solid #003BA0 !important;
    padding: 40px 20px 40px 20px;
}

.form-control {
    border: 1px solid #003BA0 !important;
    border-start-start-radius: 0px !important;
    border-end-start-radius: 0px !important;
    border-start-end-radius: 0px !important;
    border-end-end-radius: 20px !important;
    padding: 12px 15px;
}

@media(max-width: 576px) {
    .border-blues {
        padding: 30px 10px 30px 10px;
        margin: 6px 0px;
    }
}

.border-bluess {
    border: 1px solid #003BA0;
    padding: 13px 7px;
    border-end-end-radius: 30px !important;
}

.text-hover-blue:hover {
    color: #003BA0 !important;
}

.bg-blues {
    background: #003BA0;
    border-end-end-radius: 30px;
}

#get-in-touch .btn-theme {
    padding: 9px 20px !important;
}

iframe {
    width: 100% !important;
    /*height: 280px !important;*/
    border-end-end-radius: 0px !important;
}

.box-maps {
    height: 280px !important;
}

.sec-map {
    width: 100% !important;
    height: 340px !important;
    border-end-end-radius: 50px !important;
}

@media(max-width: 992px) {
    .sec-map {
        height: 280px !important;
    }
}

.text-dark-blue {
    color: #003BA0 !important;
}

.borders-blues {
    border: 1px solid #003BA0;
    padding: 10px 13px;
    border-end-end-radius: 50px;
}



/*chaitali*/
ul {    font-style: normal;
    font-weight: 400;
    font-size: clamp(15px, 2vw, 16px);
    color: #313131;
    font-family: "Karla", sans-serif;
}
.list_styled {
    list-style: disc;
    padding-left: 30px;
    text-align: left;
    font-style: normal;
    font-weight: 400;
    font-size: clamp(15px, 2vw, 16px);
    color: #313131;
    font-family: "Karla", sans-serif;
}
    .list_styled p{
        margin-bottom:0px !important;
    }

    .bg-light-blue {
        background-color: #f2f9ff; /* adjust tone as per your design */
    }


.custom-cosmetics-btn {
    border: 1px solid #003BA0;
    background: #fff;
    color: #233b77;
    font-weight: 700;
    box-shadow: 0 1px 3px rgba(34,59,119,0.07);
    padding: 0;
    transition: box-shadow .2s;
    text-align: left;
    font-size: 18px;
    border-radius: 0px !important;
    border-bottom-right-radius: 20px !important;
}

    .custom-cosmetics-btn:focus,
    .custom-cosmetics-btn.active, .custom-cosmetics-btn:hover {
        box-shadow: 0 2px 8px rgba(34,59,119,0.12);
        color: #fff;
        background: #003BA0 !important;
        border-bottom-right-radius: 0px !important;
    }

        .custom-cosmetics-btn:hover .hover_image {
            display: block;
        }

        .custom-cosmetics-btn:hover .icon_industry {
            display: none;
        }

.cosmetics-img-wrap {
    position: relative;
    width: 55px;
    height: 55px;
    display: inline-block;
}

.icon_industry, .hover_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 55px;
    height: 55px;
    transition: opacity 0.35s cubic-bezier(0.4,0,0.2,1);
    pointer-events: none;
}

.icon_industry {
    opacity: 1;
    z-index: 2;
}

.hover_image {
    opacity: 0;
    z-index: 3;
}

.custom-cosmetics-btn:focus .icon_industry,
.custom-cosmetics-btn.active .icon_industry,
.custom-cosmetics-btn:hover .icon_industry {
    opacity: 0;
}

.custom-cosmetics-btn:focus .hover_image,
.custom-cosmetics-btn.active .hover_image,
.custom-cosmetics-btn:hover .hover_image {
    opacity: 1;
}

.video_border {
    border-bottom-right-radius: 30px;
}


.pharmaceutical-industry {
    position: relative;
    display: inline-block;
}

    .pharmaceutical-industry picture img {
        display: block;
        width: 100%;
        height: auto;
    }

    .pharmaceutical-industry .play-button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: rgb(32 32 32 / 90%);
        border-radius: 50%;
        width: 80px; /* adjust size if needed */
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s ease;
    }

        .pharmaceutical-industry .play-button img {
            width: 35px;
            height: 35px;
        }

        .pharmaceutical-industry .play-button:hover {
            background-color: rgb(0 0 0);
            transform: translate(-50%, -50%) scale(1.1);
        }


.video-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.video-popup-content {
    position: relative;
    width: 80%;
    max-width: 900px;
    background: #000;
    border-radius: 10px;
    overflow: hidden;
}

.video-popup video {
    width: 100%;
    height: auto;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 20px;
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1000;
}

@media(max-width: 1200px) and (min-width: 992px) {
    #header ul li a {
        font-size: 16px !important;
    }

    .nahar-zinc-logo img {
        width: 233px;
    }
}

.carousel-inner {
    border-bottom-right-radius: 70px;
    overflow: hidden;
}

#hm-banner,
#inner-banner {
    margin-top: 65px;
}

@media(max-width: 992px) {
    #hm-banner,
    #inner-banner {
        margin-top: 60px;
    }
    .dropdown-menu {
        text-align: center;
        border: 1px solid #e0e0e0 !important;
    }
}

header {
    background: #fffffff0;
    backdrop-filter: blur(4px);
    border-bottom: 3px solid #1CAEE4;
    box-shadow: rgba(50, 50, 93, 0.05) 0px 6px 12px -2px, rgba(0, 0, 0, 0.2) 0px 3px 7px -3px;
}



footer a.active {
    font-weight: 700;
}

#carouselExample {
    background: #e3d9d7;
    height: 88vh;
    display: flex;
    align-items: center;
    border-bottom-right-radius: 120px;
    padding: 40px 0;
}

.carousel-control-prev,
.carousel-control-next {
    width: 46px;
    height: 46px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background: #fff;
    color: #003BA0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 3px;
}

.radius-end-end {
    border-bottom-right-radius: 70px;
}

#vision-and-mission {
    background: url('../img/company-profile-nahar-zinc-oxide-vision-mission.png'), url('../img/company-profile-nahar-zinc-oxide-vision-mission.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media (max-width: 992px) {
    #vision-and-mission {
        background: url('../img/company-profile-nahar-zinc-oxide-vision-mission-mob.png'), url('../img/company-profile-nahar-zinc-oxide-vision-mission-mob.webp');
        background-size: 100% 100%;
    }
    #carouselExample {
        border-bottom-right-radius: 30px;
        height: 100%;
    }

}


.stats-box {
    border: 1px solid #1d4da1;
    border-radius: 0 0 30px 0;
    overflow: hidden;
}

#journey .timeline {
    border-left: 3px solid #003BA0;
}

#journey .timeline-item {
    position: relative;
    margin-bottom: 2rem;
    margin-left: 85px;
}

#journey .timeline-year {
    font-weight: 600;
    padding: 8px 16px;
    border-bottom-right-radius: 20px;
    display: inline-block;
    position: relative;
    width: calc(100% - 30px);
}

    #journey .timeline-year::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translate(-86px, -50%);
        width: 70px;
        height: 18px;
        background-repeat: no-repeat;
        background-size: contain;
    }


#journey .timeline-item:nth-child(odd) {
    border: 1px solid #003ba0;
    border-bottom-right-radius: 40px;
}

    #journey .timeline-item:nth-child(odd) .timeline-year {
        background: #003ba0;
    }

        #journey .timeline-item:nth-child(odd) .timeline-year * {
            color: #fff !important;
        }

        #journey .timeline-item:nth-child(odd) .timeline-year::before {
            background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="70" height="18" viewBox="0 0 70 18" fill="none"><path d="M70 8.66016L55 -9.77878e-05V17.3204L70 8.66016ZM0 8.66016V10.1602H56.5V8.66016V7.16016H0V8.66016Z" fill="%23003BA0"/></svg>');
        }

#journey .timeline-item:nth-child(even) {
    border: 1px solid #313131;
    border-bottom-right-radius: 40px;
}

    #journey .timeline-item:nth-child(even) .timeline-year {
        background: #DFEBFF;
        color: #313131;
    }

        #journey .timeline-item:nth-child(even) .timeline-year::before {
            background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="70" height="18" viewBox="0 0 70 18" fill="none"><path d="M70 8.66016L55 -9.77878e-05V17.3204L70 8.66016ZM0 8.66016V10.1602H56.5V8.66016V7.16016H0V8.66016Z" fill="%23313131"/></svg>');
        }

#journey .timeline-content {
    padding: 15px 20px;
}

    #journey .timeline-content p {
        margin: 0;
    }

    #journey .timeline-content ul {
        list-style-type: disc;
    }


@media (max-width: 767.98px) {
    #journey .timeline {
        border-left: none;
    }

    #journey .timeline-item {
        margin: 0;
        margin-bottom: 2rem;
    }

    #journey .timeline-year::before {
        display: none;
    }

    #journey .timeline-year {
        width: 100%;
        border-radius: 0;
    }
}

.faq {
    display: flex;
    flex-wrap: wrap;
}


    .faq .accordion-item {
        width: 50%;
        padding-inline: 1rem;
    }

    .faq .accordion-button {
        padding: 4px 15px !important;
    }

#more-questions {
    background: url('../img/nahar-zinc-oxide-have-more-questions.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.text-sizes h3 a {
    font-size: 20px !important;
    font-weight: 700;
}



@media(max-width: 768px) {
    .btn_mobile {
        background: unset;
        padding: unset;
        color: #000;
        border-bottom: 1px solid;
        border-radius: 0px;
    }

    .img_mob_about {
        width: 80% !important;
    }

    .w_75 {
        width: 75% !important;
        margin: auto;
    }

    .img-wrapper {
        text-align: center
    }

    .overlay {
        opacity: 1;
        margin-top:10px;
        position: relative;
        background: unset;
        visibility: visible;
    }
    .overlay-text {
        font-size: 15px;
        line-height: 18px;
        color: #313131;
        max-width: 100%;
    }
    .zinc-img img{
        height:auto;
    }
    #vision-and-mission {
        background: #e9ecf0;
        border-bottom-right-radius:unset;
    }
    #footer {
        border-bottom-right-radius: unset;
    }
    .set_mob {
        display: flex;
        flex-wrap: wrap;
        gap: 2px;
        padding: 0;
        text-align:left;
        margin: 0;
        list-style: none;
    }
        .set_mob li {
            flex: 0 0 calc(50% - 7px);
        }
    .inner-banner-content {
        padding-top: 38px;
        padding-bottom: 38px;
    }
    #nahar-zinc-inner-page {
        background: url(../img/nahar-zinc-banner-img-mob.png), url(../img/nahar-zinc-banner-img-mob.webp);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        border-end-end-radius: 0px;
    }
    }
}
