﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Turret+Road:wght@200;300;400;500;700;800&display=swap');

section {
    padding: 50px 10%;
}

#menu-icon {
    font-size: 24px;
    cursor: pointer;
    z-index: 101;
    display: none;
}

#mainNav > ul > li:nth-child(6) > a {
    color: #fff !important;
    font-weight: bold;
    background: #07388e;
    border-radius: 7px;
}

.home {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: var(--pearl-lusta-color);
}

.home-text {
    padding: 34px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1 1 17rem;
}

.text-justify {
    text-align: justify !important;
}

.downloadTenderBtn {
    display: inline-block;
    background-color: #fff;
    color: #000 !important;
    font-weight: 600;
    padding: 12px 25px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s ease;
    width: fit-content;
}

    .downloadTenderBtn i {
        margin-left: 8px;
        transition: transform 0.3s ease;
    }

    .downloadTenderBtn:hover {
        background-color: #d3e9ff !important;
        color: black !important;
        transform: translateY(-3px);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

        .downloadTenderBtn:hover i {
            transform: translateX(5px);
        }

.wrap-banner {
    position: relative;
    width: 100%;
    height: 55vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

#your-element-selector {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.wrap-banner h2 {
    position: relative;
    z-index: 1; /* Ensure text is on top */
    color: #fff; /* Make text visible over background */
    font-size: 42px;
    text-align: center;
    font-weight: bold;
    margin-top: 40px;
}

.home-img {
    flex: 1 1 17rem;
}

    .home-img img {
        animation: animate 3s linear infinite;
    }

@keyframes animate {
    0% {
        transform: translate(-11px, 0);
    }

    50% {
        transform: translate(0, -11px);
    }

    100% {
        transform: translate(-11px, 0);
    }
}


.home-text h1 {
    font-size: 52px;
    color: black;
    font-weight: bolder;
}

.home-text h2 {
    font-size: 1.8rem;
    font-weight: 600;
    color: var(--second-color);
    text-transform: uppercase;
    margin: 0.5rem 0 1.4rem;
}

.btn {
    padding: 7px 16px;
    border: 2px solid var(--second-color);
    border-radius: 40px;
    color: var(--second-color);
    font-weight: 500;
    transition: .5s;
}

    .btn:hover {
        color: var(--white-color);
        background: var(--second-color);
    }
.small-text-sub {
    font-size: 12px;
}
.section__title .title {
    font-size: 32px;
    line-height: 1.2;
    text-align: left;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 18px;
    color: #01022E;
}

.heading {
    text-align: center;
    text-transform: uppercase;
}

    .heading span {
        font-size: 1rem;
        font-weight: 600;
        color: var(--second-color);
    }

    .heading h1 {
        font-size: 2rem;
        color: var(--main-color);
    }

.shop-container {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 5rem;
}

    .shop-container .box {
        flex: 1 1 10rem;
        background: var(--main-color);
        padding: 20px;
        display: flex;
        text-align: center;
        flex-direction: column;
        align-items: center;
        margin-top: 3rem;
        border-radius: .5rem;
    }

        .shop-container .box .box-img {
            width: 150px;
            height: 150px;
            margin-top: -100px;
        }

            .shop-container .box .box-img img {
                width: 100%;
                height: 100%;
                object-fit: contain;
                object-position: center;
            }

        .shop-container .box .stars i {
            color: var(--pearl-lusta-color);
        }

.stars {
    margin: 1rem 0 .1rem;
}

.shop-container .box h2,
.shop-container .box span {
    color: var(--pearl-lusta-color);
}

.shop-container .box h2 {
    font-size: 1.2rem;
}

.shop-container .box span {
    font-size: 1.4rem;
    font-weight: 500;
    margin: 0.2rem 0 0.5rem;
}

.box .btn {
    border: 2px solid var(--pearl-lusta-color);
    color: var(--pearl-lusta-color);
}

    .box .btn:hover {
        background: var(--pearl-lusta-color);
        color: var(--second-color);
    }

.container {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-top: 2rem;
}

.delivery-img, .app-img,
.delivery-text, .app-text {
    flex: 1 1 21rem;
}

    .delivery-text h2, .app-text h2,
    .about-text h2 {
        font-size: 1.2rem;
        color: var(--second-color);
    }

    .delivery-text p, .app-text p,
    .about-text p {
        margin: 0.5rem 0 1rem;
        text-align: justify;
    }

.about {
    display: flex;
    flex-wrap: wrap;
    background: var(--pearl-lusta-color);
    gap: 1.5rem;
}

.about-img, .about-text {
    flex: 1 1 17rem;
}

.contact {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.social a {
    font-size: 24px;
    margin: 0.5rem;
}

    .social a i {
        padding: 7px;
        color: var(--white-color);
        background: var(--black-color);
        border-radius: 50%;
        transition: .5s;
    }

        .social a i:hover {
            background: var(--main-color);
        }

.links {
    margin: 1rem 0 1rem;
}

    .links a {
        font-size: 1rem;
        font-weight: 500;
        color: var(--second-color);
        padding: 1rem;
        transition: .5s;
    }

        .links a:hover {
            color: var(--main-color);
        }

.contact p {
    text-align: center;
}

    .contact p a {
        color: var(--second-color);
        font-family: 'Turret Road', sans-serif;
        transition: .5s;
        font-weight: 600;
    }

        .contact p a:hover {
            color: var(--main-color);
        }

/* Media Queries */
@media(max-width: 1150px) {
    header {
        
    }

    section {
        padding: 50px 7%;
    }

    .home-text h1 {
        font-size: 3rem;
    }

    .home-text h2 {
        font-size: 1.5rem;
    }
}

@media(max-width: 991px) {
    header {
        
    }

    section {
        padding: 50px 4%;
    }
}

@media(max-width: 768px) {
    header {
       
    }

    #menu-icon {
        display: initial;
    }

    header .navbar {
        position: absolute;
        top: -500px;
        left: 0;
        right: 0;
        display: flex;
        flex-direction: column;
        background: var(--white-color);
        box-shadow: 0 4px 4px rgb(14 55 14 / 14%);
        border-top: 2px solid var(--main-color);
        transition: .5s;
        text-align: left;
    }

    .navbar.active {
        top: 100%;
    }

    .navbar a {
        padding: 1.5rem;
        display: block;
        color: var(--second-color);
    }

    .home-text span {
        font-size: .9rem;
    }

    .home-text h1 {
        font-size: 2.4rem;
    }

    .home-text h2 {
        font-size: 1.2rem;
    }
}

@media(max-width: 568px) {
    .home-text {
        padding-top: inherit;
    }

    .shop-container .box {
        margin-top: 6rem;
    }

    .heading h1 {
        font-size: 1.5rem;
    }

    .heading span {
        font-size: .9rem;
    }

    .about {
        flex-direction: column-reverse;
    }

    .links {
        display: flex;
        flex-direction: column;
    }
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.desp-csr {
    font-size: 18px;
    line-height: 1.6;
    color: black;
}

.csr-policy {
    background: linear-gradient(135deg, #177db1, #054c96);
    color: #fff;
    width: 100%;
    padding: 48px;
    border-radius: 19px;
}

    .csr-policy .sub-title {
        font-size: 30px;
        font-weight: 700;
    }

    .csr-policy .desp-csr {
        color: #fff;
    }

.card-shape1, .card-shape2, .card-shape3 {
    position: absolute;
    border-radius: 50%;
    z-index: 0;
    pointer-events: none;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
}

.card-shape1 {
    top: -41px;
    right: -141px;
    width: 44%;
    height: 136%;
}

.card-shape2 {
    top: -41px;
    right: -96px;
    width: 54%;
    height: 136%;
}

.card-shape3 {
    top: -41px;
    right: -126px;
    width: 69%;
    height: 136%;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: #f8f9fa;
}

.with-shape {
    position: relative;
    overflow: hidden;
}

    .with-shape h2,
    .with-shape p,
    .with-shape a {
        position: relative;
        z-index: 1;
    }

main-section {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 0;
    position: relative;
}

.card-custom {
    border: none;
    border-radius: 1.25rem;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    background: #fff;
}

.info-card {
    background: linear-gradient(135deg, #177db1, #054c96);
    color: #fff;
    padding: 2rem;
    width: 100%;
    display: block;
}

.text-login {
    color: #0e65a4;
}

.info-card h2 {
    margin-bottom: 1rem;
    font-weight: 500;
    color: white;
}

.info-card li {
    margin-bottom: 0.5rem;
}

.form-control:focus {
    border-color: #10b981;
    box-shadow: 0 0 0 0.2rem rgba(16, 185, 129, 0.25);
}

.btn-custom {
    background: #10b981;
    border: none;
    border-radius: 50px;
    color: #fff;
    font-weight: 500;
    padding: 0.75rem;
    transition: background 0.3s ease;
}

    .btn-custom:hover {
        background: #059669;
    }

.toggle-pass {
    border: none;
    background: transparent;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: #6b7280;
    cursor: pointer;
}

.scrolldown {
    display: none !important;
}

.desp-tender {
    font-size: 18px;
    line-height: 1.75;
    margin-bottom: auto;
}

.desp-tender-inner {
    font-size: 14px !important;
}

body > main > section.main-section.animate-in.animateEveryTime > main > div > div > div > div > div.col-md-6.d-none.d-md-block > div > h2 {
    font-size: 32px !important;
}
.btn.btn-upper-div {
    padding-left: initial;
    padding-top: 24px;
}

@media only screen and (min-width: 200px) and (max-width: 700px) {
    header .navbar {
        top: 0px;
        position: relative;
        box-shadow: none;
    }
    .navbar a {
        padding: 0px;
    }
    .PRMLOGO {
        width: 180px;
    }
    .section__title .title,
    .info-card h2 {
        font-size: 20px;
    }
    .desp-csr,
    .desp-tender,
    .downloadTenderBtn {
        font-size: 14px;
    }
    section {
        padding: 20px;
    }

}

/* ---------------- Section Title ---------------- */
.section__title {
    text-align: center;
    margin-bottom: 15px;
}

    .section__title .sub-title {
        display: flex;
        align-items: center;
        gap: 10px;
        text-transform: uppercase;
        font-size: 16px;
        color: #17428f;
        animation-delay: 0s;
    }

    .section__title .line {
        height: 3px;
        width: 0;
        background: #07388e;
        border-radius: 4px;
        animation: growLine 2s linear infinite;
    }

/* ---------------- Text ---------------- */
.desp-csr {
    text-align: justify;
    line-height: 1.6;
    font-size: 16px;
    color: #333;
    margin-top: 10px;
    animation-delay: 1s;
}

/* ---------------- Image ---------------- */
.home-img {
    margin-top: 30px;
    text-align: center;
    animation-delay: 1.5s;
}

    .home-img img {
        max-width: 100%;
        height: auto;
        border-radius: 8px;
    }

/* ---------------- Animations ---------------- */
.fadeIn3D {
    opacity: 0; /* hidden before animation */
    animation: fadeIn3D 1s forwards;
}

/* Fade-in 3D animation */
@keyframes fadeIn3D {
    0% {
        opacity: 0;
        transform: translate3d(0, 50px, 0) scale3d(0.8, 0.8, 0.8);
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    }
}

/* Line grow animation */
@keyframes growLine {
    0% {
        width: 0;
    }

    50% {
        width: 30px;
    }

    100% {
        width: 0;
    }
}

/* ---------------- Animation Sequence Control ---------------- */
.home-text.animateEveryTime .sub-title {
    animation-delay: 0s;
}

.home-text.animateEveryTime .title {
    animation-delay: 0.5s;
}

.home-text.animateEveryTime .desp-csr {
    animation-delay: 1s;
}

.home-text.animateEveryTime ~ .home-img {
    animation-delay: 1.5s;
}


.video-section {
    display: flex;
    justify-content: center;
   
}

.video-card-wrapper {
    width: 100%; /* each video + headline container */
    display: flex;
    flex-direction: column;
}

.video-headline {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
    text-align: center;
    padding: 26px;
}

.video-card {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    background-size: cover;
    background-position: center;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: rgba(255,255,255,0.8);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: #000;
    transition: background 0.3s;
}

.video-card:hover .play-button {
    background: rgba(255,255,255,1);
}

.video-card iframe {
    width: 100%;
    height: 100%;
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.img1Video {
    background-image: url('../images/backgroundimg/csr-video-background-img.jpg');
    left: 0;
    top: 0;
}
/*
.img2Video {
    background-image: url('../images/backgroundimg/background-video-insight-news.jpg');
    right: 0;
    top: 0;
}*/



@media only screen and (min-width: 200px) and (max-width: 700px) {
    .wrap-banner {
        height: 279px;
    }

    .vanta-canvas {
        height: 100% !important;
    }

    .wrap-banner {
        height: 397px;
    }

    .vanta-canvas {
        width: 457px;
        height: 397px;
    }
}