﻿
body {
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
}

img {
    width: 100%;
    display: block;
}

a {
    text-decoration: none;
}

.main {
    padding-top: 0px;
}

.header-mobile {
    display: none;
}
.swiper-banner-mobile {
    display: none;
}
.reverse {
    display: none;
}


.underline {
    height: 3px;
    background-color: red;
    margin: 0 auto;
    margin-top: -15px;
}





           /*-------for-HEADER PAGE-------------*/

.header {
    background-color: #cab487;
    width: 100%;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    display:block;
}

.header-inner {
    display: flex;
    width: 100%;
    max-width: 1240PX;
    margin: auto;
    padding: 15px 0px 10px 0px;
    justify-content: space-between;
}

.header-logo {
}

.header-nav {
    margin: auto;
    position: relative;
}

.header-nav-inner {
    margin: 0px 40px 0px 180px;
}

.nav-container {
    display: flex;
}

.nav-link {
    position: relative;
}

.nav-link:hover .sub-navlink {
    display: block;
}

    .nav-link a {
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        font-size: 16px;
        padding: 20px;
        color: #171717;
        transition:0.5s ease all;
        display:block;
    }

        .nav-link a:hover {
            color: #b43041;
            transform: scale(1.1);
        }

.head-sub-navlink {
    position: absolute;
    margin: 5px;
    border-top: 2px solid #b43041;
    border-bottom: 2px solid #b43041;
    border-radius: 20px 0px 20px 0px;
    overflow: hidden;
}


.sub-navlink {
    display: none;
    padding: 14px 5px;
    background-color: white;
    width: 17vw;
    font-size: 16px;
}
    .sub-navlink a{
        padding:0px 10px;
    }
        .sub-navlink a:hover {
            color: white;
        }
    .sub-navlink:hover {
        background-color: #f07e1b;
       
    }
/* Dropdown arrow */
.arrow > a::after {
    content: "▼";
    font-size: 11px;
    margin-left: 5px;
}

.call-section {
    margin-top: 20px;
}

.call-section-container:hover {
    background-color: #e70a0a;
}

.call-section-container {
    border-radius: 26px;
    background-color: #e38523;
    padding: 10px 30px;
}

    .call-section-container a {
        font-size: 14px;
        color: white;
        font-family: 'Inter';
        letter-spacing: 1px;
        text-transform: uppercase;
    }




          /*---------FOOTER PAGE---------*/

.footer {
    position: relative;
    background-color: #cab487;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
}

.footer-container {
    display: grid;
    width: 100%;
    margin: auto;
    max-width: 1240px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-bottom:20px;
}

.footer-logo {
    width:90%;
    margin-top:105px;
}

.footer-heading {
    font-family: 'Merriweather';
    font-weight: 400;
    font-size: 30px;
    text-align: center;
    color: #171717;
}

.divider1 {
    width: 15%;
    height: 2px;
    margin: 0 auto;
    background-color: black;
    margin-top: -20px;
}

.footer-p a{
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    line-height: 25px;
    color: #171717;
}
    .footer-p a:hover {
        color: #ff6900;
    }
    .location-p {
        font-family: 'Inter';
        font-weight: 400;
        font-size: 15px;
        text-align: center;
        line-height: 30px;
        color: #171717;
    }
.footer-container3{
    margin-top:30px;
}
.location {
    width: 60px;
    height: 60px;
    border: 2px solid black;
    border-radius: 50%;
    transition: 0.5s ease all;
    margin: auto;
}

    .location img {
        padding:15px 15px;
        display: block;
        margin: auto;
        filter: brightness(0) saturate(100%); /* black by default */
        transition: 0.3s;
    }

.footer-container3:hover .location {
    border: 2px solid #007aff;
    transform: scale(1.1);
}

.footer-container3:hover img {
    filter: brightness(0) saturate(100%) invert(33%) sepia(98%) saturate(2950%) hue-rotate(196deg) brightness(95%) contrast(101%);
    /* this makes it #007aff */
}




.png {
    display:block;
    position: fixed;
    bottom: 35px;
    right: 30px;
}

.png-inner {
    padding: 10px 10px;
    border-radius: 50%;
    background-color: #131D3B;
    font-size: 20px;
}



#backToTopBtn {
    display: none;
    /* Hidden by default */
    position: fixed;
    bottom: 40px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    color: white;
    cursor: pointer;
}




           /*---------Copyright-Block-----------*/

.copyright {
    width: 100%;
    background-color: #F07E1B;
}

.copyright-inner {
}

.copyright-inner-part {
    display: flex;
}

.left {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 50%;
    text-align: center;
    font-family: 'Inter';
    border-right: 3px solid black;
    color: #171717;
    font-size:17px;
}

.right {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 50%;
    text-align: center;
    font-family: 'Inter';
    border-right: 3px solid black;
}
    .right a {
        color: #171717;
        font-size: 17px;
    }
   


        /*------------HOME PAGE------------*/

.swiper-banner-mobile{
    display:nonel;
}
.swiper-banner {
    margin-top: 100px;
    position: relative;
    display: block;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #444;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.custom-swiper-prev::after,
.custom-button-next::after {
    display: none;
}


/* Custom navigation buttons */
.custom-swiper-next,
.custom-swiper-prev {
    position: absolute;
    top: 0;
    cursor: pointer;
    height: 100%;
    display: flex;
    align-items: center;
    margin: 0px 10px;
}

    .custom-swiper-prev img,
    .custom-swiper-next img {
        width: 32px;
        z-index: 1;
        object-fit: contain;
    }

/* Button positions */
.custom-swiper-prev {
    left: 0px;
}

.custom-swiper-next {
    right: 0px;
}



.swiper-section {
    position: relative;
    padding: 50px;
}

.swiper-container {
    display: flex;
    width: 100%;
    margin: auto;
    max-width: 1140px;
    gap: 20px;
}

.swiper-img {
    width: 50%;
    cursor:grab;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}


.swiper-para {
    width: 50%;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 17px;
    line-height: 34px;
    color: #171717;
    margin: auto;
}

.blogs {
    display: flex;
}

.read-more {
    background-color: #b43041;
    color: #FFFFFF;
    font-size: 15px;
    letter-spacing: 1px;
    font-family: 'Inter';
    padding: 5px 27px;
    border-radius: 6px;
    transition:0.5s ease all;
    display:flex;
}

    .read-more:hover {
        background-color: #7D77A9;
        transform:scale(1.1);
    }

.next-arrow {
    width:24px;
}




.service {
    width: 100%;
    padding: 20px 0px 50px 0px;
}

.service-container {
    width: 100%;
    margin: auto;
    max-width: 1200px;
}

.animated-heading {
    font-size: 40px;
    font-family: 'Merriweather';
    color: #131d3b;
    font-weight: 700;
    display: flex;
    justify-content:center;
}
   .animated-heading span{
        display: inline-block;
        transform: translateY(-100%);
        opacity: 0;
        animation: dropDown 0.6s ease forwards;
    }
    /* Space spans: no animation, just keep width */
    .animated-heading span.space {
        width: 0.6em; /* adjust to control space width */
        transform: none;
        opacity: 1;
        animation: none;
    }
@keyframes dropDown {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}
.service-content {
    display: flex;
    padding-top: 30px;
}

.content-img {
    width: 12%;
    margin: auto;
    transition: 0.5s ease all;
}

    .content-img img:hover {
        transform: scale(1.1);
        color: green;
        filter: brightness(138%) contrast(28%) saturate(200%) blur(0px) hue-rotate(294deg);
    }
    .for-heading {
        font-size: 16px;
        font-family: 'Merriweather';
        color: #131d3b;
        font-weight: 700;
        text-align: center;
    }


.why-section {
    width: 100%;
    background-image: url('../img/closeup-delivery-man-closing-carboard-box-with-tape-while-preparing-packages-shipment.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 50px 0px 50px 0px;
    position: relative;
}

.why-bg-overlay {
    background-color: #FFFFFF;
    opacity: 0.7;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    inset: 0;
    position: absolute;
}

.why-section-container {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    position: relative;
}
.why-para {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 17px;
    line-height: 34px;
    color: #171717;
}

.key-heading {
    font-size: 26px;
    text-align: center;
    font-family: 'Merriweather';
    color: #131d3b;
}

.pricing {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    position: relative;
    padding-bottom:30px;
}

.pricing-container {
    width: 95%;
    margin: auto;
    padding: 0px 10px;
    border-top: 3px solid transparent;
    position: relative;
    border-bottom: 3px solid transparent;
}

    .pricing-container:hover {
        border-top: 4px solid #0D2B6F;
        border-bottom: 4px solid #0D2B6F;
        box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.5);
    }

.price-img {
    width: 20%;
    margin: auto;
   padding-top:10px;
}
   
    .pricing-content h3 {
        font-size: 19px;
        text-align: center;
        font-family: 'Merriweather';
        color: #131d3b;
    }

.pricing-content p {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    line-height: 33px;
    color: #171717;
    text-align:center;
}





             /*----------ABOUT PAGE---------*/

.about-mobile-banner {
    display: none;
}
.about-desktop-banner {
    display:block;
    width: 100%;
    margin-top: 100px;
}

.about-section {
    width: 100%;
    padding: 1px;
}

.about-container {
    width: 100%;
    margin: auto;
    max-width: 1200px;
    padding:10px;
}

.about-heading {
    font-family: 'Merriweather';
    font-size: 29px;
    text-align: center;
    color: #131d3b;
    font-weight: 700;
}

.divider {
    width: 10%;
    height:2px;
    margin: 0 auto;
    background-color: #BEA029;
    margin-top:-20px;
}

.about-swiper-container {
    display: flex;
    gap: 20px;
    padding-top: 50px;
}

.about-para {
    width: 50%;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 17px;
    line-height: 32px;
    color: #171717;
}



.about-section2 {
    width: 100%;
    padding-top:20px;
    margin-bottom: 60px;
}

.about-para2 {
    max-width: 1200px;
    width: 100%;
    margin: auto;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 17px;
    line-height: 34px;
    color: #171717;
}




            /*----------CONTACT PAGE---------*/

.contact-mobile-banner {
    display: none;
}
.contact-desktop-banner {
    display:block;
    width: 100%;
    margin-top: 100px;
}

.contact-section {
}

.contact--container {
    width: 100%;
    margin: auto;
    max-width: 1200px;
    display: flex;
    padding: 60px 0px 50px 0px;
}

.contact-container1 {
    width: 50%;
    margin: auto;
}

.icon-content {
    padding: 6px;
    display: flex;
    gap: 20px;
    align-items:center;
}

.icon-img {
    border: 3px solid #69727d;
    color: #69727d;
    padding: 9px 9px;
    border-radius: 50%;
    height: 45px;
    width: 45px;
    cursor: pointer;
}
    .icon-img:hover {
        border: 3px solid #147499;
        background-color: #DD7412;
        fill: #147499;
        color: #147499;
    }
    icon-img:hover {
        border: 3px solid #147499;
        color: #147499;
        background-color: #DD7412;
        border-radius: 50%;
        fill: #147499;
    }

.icon-para {
    font-size: 17px;
    font-family: 'Inter';
    color: #171717;
    line-height: 25px;
}

.contact-container2 {
    width: 50%;
    display: flex;
    position: relative;
}

.contact-section-part2 {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px 60px 0px 0px;
    border-radius: 15px;
    position:relative;
    width:100%;
}
.contact-bg-overlay {
    opacity: 0.6;
    background-color: #005763;
    height: 100%;
    width: 100%;
    position: absolute;
    border-radius: 15px;
}
.contact-form {
    margin: 0px 25px 0px 25px;
    position: relative;
}

.contact-form1 {
    width: 100%;
    padding-top: 35px;
    padding-bottom: 80px;
}

.label {
    padding: 17px 30px 17px 30px;
}

.name {
    padding: 12px 15px 12px 15px;
    font-size: 17px;
    font-family: 'Inter';
    color: black;
    border-radius: 15px;
    width:100%;
}

.textform {
    padding: 12px 15px 85px 15px;
    font-size: 19px;
    font-family: 'Inter';
    color: black;
    border-radius: 15px;
    width: 100%;
}


.button {
    margin: 20px 30px 0px 30px;
}

.submit {
    background-color: #b43041;
    color: white;
    padding: 9px 65px 9px;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Inter';
    border: 1px solid #b43041;
    border-radius: 15px;
}




         /*------------PRINTING PAGE-------------*/

.printing-mobile {
    display: none;
}

.printing-desktop {
    width: 100%;
    display:block;
    margin-top: 100px;
}

.printing-section {
    width: 100%;
    padding: 1px;
    margin-bottom: 30px;
}

.printing-container {
    width: 100%;
    margin: auto;
    max-width: 1200px;
}

.printing-heading {
    font-family: 'Merriweather';
    font-size: 27px;
    text-align: center;
    color: #131d3b;
    font-weight: 700;
}

.divider {
    width: 11%;
    margin: 0 auto;
    color: #BEA029;
}

.printing-swiper-container {
    display: flex;
    gap: 20px;
    padding-top: 60px;
}

.printing-para {
    width: 50%;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 17px;
    line-height: 34px;
    color: #171717;
}




.printing-section1 {
    width: 100%;
    padding: 80px;
}

.printing-section1-container {
    width: 100%;
    margin: auto;
    max-width: 1200px;
    display: flex;
    gap: 50px;
}

.print-img {
    width: 41%;
    box-shadow: 5px 8px 9px -2px rgba(0, 0, 0, 0.5);
}

.print-para {
    width: 54%;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 17px;
    line-height: 34px;
    color: #171717;
    margin: auto;
}

.print-heading {
    color: #131d3b;
    font-size: 25px;
    text-align: center;
    font-family: 'Merriweather';
}

.printing-section2 {
    width: 100%;
    padding: 40px;
}

.printing-section3 {
    width: 100%;
    padding: 40px;
}



          /*----------PACKAGING PAGE------------*/


.packaging-mobile {
    display: none;
}
.packaging-desktop {
    width: 100%;
    display:block;
    margin-top: 99px;
}

.packaging-section {
    width: 100%;
    padding: 1px;
    margin-bottom: 30px;
}

.packaging-container {
    width: 100%;
    margin: auto;
    max-width: 1200px;
    padding:10px;
}

.packaging-heading {
    font-family: 'Merriweather';
    font-size: 26px;
    text-align: center;
    color: #131d3b;
    font-weight: 700;
}

.packaging-swiper-container {
    display: flex;
    gap: 20px;
    padding-top: 60px;
}

.packaging-para {
    width: 50%;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 17px;
    line-height: 34px;
    color: #171717;
}




.packaging-section1 {
    width: 100%;
    padding-top: 10px;
}

.packaging-section1-container {
    max-width: 1200px;
    width: 100%;
    margin: auto;
}

.type-heading {
    font-family: 'Merriweather';
    font-size: 27px;
    text-align: center;
    color: #131d3b;
    font-weight: 700;
}

.packaging-container1 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
    padding-top: 50px;
    padding-bottom: 60px;
}

.packaging-container-content {
    border: 3px solid #FF7777;
    height: auto;
    position:relative;
    transform-style: preserve-3d;
    transition: transform 0.6s ease;
}

.card {
    width: 320px;
    perspective: 1000px;
    margin: auto;
    margin-top: -3px;
    /* 3D depth */
}

.card-inner {
    position: relative;
    width: 100%;
    height: auto;
}
.rotation:hover .packaging-container-content {
    transform: rotateY(180deg);
}

.card-inner1 .card-face-back {
    transform: rotateX(180deg);
}
/*
.card:hover .card-inner1 {
    transform: rotateX(180deg);
}*/

.card-face {
    inset: 0;
    backface-visibility: hidden;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}

.box-heading {
    text-align: center;
    font-size: 26px;
    color: #000000;
    font-family: 'Merriweather';
   padding:10px;
}
.box-heading h5{
    margin:0px;
}



/* Front side = Image */
.card__face--front img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/*Back side = Text  */
.card-face-back {
    background: #B15F4B;
  display:flex;
    color: #fff;
    transform: rotateY(180deg);
    flex-direction: column;
    padding: 20px;
    text-align: center;
    top: 0;
    position: absolute;
    padding: 22px;
}

    .card-face-back h2 {
        margin: 0 0 10px;
        font-size: 22px;
        font-family: 'Merriweather';
    }

    .card-face-back p {
        font-size: 15px;
        line-height: 30px;
        font-family: 'Inter';
    }

    .click{
        display:none;
    }




           /*--------CORPORATE GIFTING PAGE--------*/

.corporate-img-mobile{
    display:none;
}
.corporate-img {
    display:block;
    width: 100%;
    margin-top: 100px;
}

.corporate-section {
    width: 100%;
    padding: 1px;
    margin-bottom: 30px;
}

.corporate-container {
    width: 100%;
    margin: auto;
    max-width: 1200px;
    display: flex;
    gap: 20px;
    padding-top: 40px;
}
.corporate-section-img {
    width: 50%;
    margin: auto;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}
.corporate-heading {
    font-family: 'Merriweather';
    font-size: 27px;
    text-align: center;
    color: #131d3b;
    font-weight: 700;
}

.corporate-para {
    width: 50%;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 17px;
    line-height: 34px;
    color: #171717;
}



       /*----------OUTDOOR BRANDING PAGE---------*/

.outdoor-img-mobile{
    display:none;
}
.outdoor-img {
    width: 100%;
    margin-top: 100px;
    display: block;
}



.outdoor-section {
    width: 100%;
    padding: 1px;
    margin-bottom: 30px;
}

.outdoor-container {
    width: 100%;
    margin: auto;
    max-width: 1200px;
    display: flex;
    gap: 20px;
    padding-top: 70px;
}

.outdoor-section-img {
    width: 50%;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}

.outdoor-heading {
    font-family: 'Merriweather';
    font-size: 26px;
    text-align: center;
    color: #131d3b;
    font-weight: 700;
}

.outdoor-para {
    width: 50%;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 17px;
    line-height: 34px;
    color: #171717;
}


.gallery-section{
    width:100%;
}
.gallery-container {
    max-width: 1200px;
    width: 100%;
    margin: auto;
    padding-top: 10px;
}
.gallery-heading {
    font-family: 'Merriweather';
    font-size: 29px;
    text-align: center;
    color: #131d3b;
    font-weight: 700;
}
.gallery-photo{
    padding-bottom:60px;
}
.gallery-foto-container1 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    border: 1px solid grey;
}
.gallery-foto-container2 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    border: 1px solid grey;
    margin-top: 30px;
}
.gallery-foto-container {
    padding: 15px 10px;
}

.photo {
    transition: 0.5s ease all;
    
}
    .photo:hover {
        transform: scale(0.9);
        box-shadow: 0px 0px 10px 0px rgba(28.833478260869555, 38.51361247637054, 159.79999999999998, 0.75);
        border: 20px solid white;
        border-radius: 15px;
    }





           /*--------Thank You Page-----------*/

.thank-page-v2 {
    width: 100%;
    min-height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 20px;
    background-color: #fff;
}

.thank-container-v2 {
    text-align: center;
    max-width: 900px;
    width: 100%;
}

.main-thank {
    font-size: 100px;
    font-weight: 900;
    color: #131D3B;
    font-family: Poppins;
    text-shadow: 6px 6px 15px rgba(13, 62, 255, 0.3);
    margin-bottom: 30px;
}

.thank-text {
    font-size: 27px;
    color: #333;
    margin-bottom: 15px;
    font-family: Poppins;
}




