/* =========================
   RESET & GLOBAL
========================= */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

html,
body {
  height: 100%;
  font-family: "Poppins", sans-serif;
  color: #151515;
    background: #fff;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

p {
  font-size: 16px;
  font-weight: 300;
  color: #151515;
  line-height: 1.7;
}

.container {
  width: 92%;
  max-width: 1400px;
  margin: 0 auto;
}

.img-fluid {
  width: 100%;
}

.dflex-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dcenter {
  display: flex;
  justify-content: center;
}

.common-padding {
  padding: 100px 0;
}


header {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 10px 0;
  z-index: 99;
}
.product-slider{display: none;}
.headerleftblk {
  width: 150px;
}

.slick-dots {
    bottom: 80px;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: -36px;
}

.slick-dots li button {
    background: #0f6cac;
    /* opacity: 0.4; */
    width: 8px;
    height: 8px;
    padding: 0;
}

.slick-dots li.slick-active button {
    background: #0f6cac;
    opacity: 1;
}

.slick-dots li.slick-active button:before {
    position: absolute;
    content: "";
    top: -6px;
    left: -6px;
    width: 20px;
    height: 20px;
    border: 1px solid #0e6cac;
    border-radius: 50%;
}


.headerrightblk {
  width: 79%;
  display: flex;
  justify-content: space-between;
}

.headerrightblk ul {
  display: flex;
  justify-content: space-between;
  width: 80%;
}

.headerrightblk ul li a {
  font-size: 16px;
  font-weight: 300;
  color: #000;
}


.banner {
  height: 100vh;
  background: url("../images/banner.webp") no-repeat center / cover;
  background-attachment: fixed;
  border-radius: 0 0 50px 50px;
  position: relative;
  overflow: hidden;
}

.banner-text {
  position: absolute;
  top: 54%;
  left: 0;
  right: 0;
  width: 60%;
  margin: auto;
}

.bannertille {
  margin-bottom: 30px;
  font-family: "ivypresto-display";
  font-size: 53px;
  font-weight: 300;
  line-height: 1.2;
  text-align: center;
  color: #fff;
}



.explore-btn,
.view-all {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 12px 28px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 50px;
  transition: 0.3s ease;
}

.explore-btn {
  color: #fff;
  background: linear-gradient(90deg, #0077c8 0%, #9acd32 100%);
}

.view-all {
  color: #e75b7e;
  background: transparent;
  border: 1px solid #e75b7e;
}

.explore-btn .arrow,
.view-all .arrow {
  font-size: 18px;
  transition: transform 0.3s ease;
}

.explore-btn:hover,
.view-all:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.explore-btn:hover .arrow,
.view-all:hover .arrow {
  transform: translateX(5px);
}


.finetxt3 {
  width: 75%;
  padding-top: 50px;
}

.glancettl {
  margin-bottom: 35px;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  color: #111;
}

.glancenumblk {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  gap: 40px;
}

.glanceitem {
  padding: 30px 0;
  border-top: 1px solid #9dc35e;
  border-bottom: 1px solid #9dc35e;
}

.glance_num {
  font-family: "ivypresto-display";
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(90deg, #9dc35e 29%, #0076bd 55%, #9acb3d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.glancetxt {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 300;
  color: #151515;
}

.aboutsec {
  position: relative;
  overflow: hidden;
}

.about-sec {
  width: 45%;
}

.aboutimg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 41%;
}

.sectitlett {
  margin-bottom: 25px;
  font-family: "ivypresto-display";
  font-size: 45px;
  font-weight: 300;
  line-height: 1.2;
  color: #e75b7e;
}
.sec5blk{position: relative;}

.shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 39%;
  z-index: 0;
}

.shadow2 {
  position: absolute;
  top: -46%;
  right: 0;
  width: 43%;
  z-index: 0;
}

.shadow3 {
  position: absolute;
  top: -23%;
  left: 0;
  width: 44%;
  z-index: 0;
}

.shadow4 {
  position: absolute;
  top: 0%;
  right: 0;
  width: 52%;
  z-index: -1;
}


.pinkbg {
  position: relative;
  background: #fee7ed;
  border-radius: 50px;
}

.sec3flex {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.sec3left {
  width: 75%;
}

.sec3right {
  width: auto;
}
.products-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-around;
    gap: 1%;
    margin-top: 40px;
}

.product-width {
    width: 24%;
    margin: 0.5% 0;
    padding: 25px;
    border-radius: 25px;
    background: #fff;
    transform: translateY(-2px);
        position: relative;
    overflow: hidden;
}

.product-img {
    width: 85px;
    margin-bottom: 19px;
}

.product-txt {
    font-family: "ivypresto-display";
    font-size: 25px;
    font-weight: 300;
    color: #000;
    margin-bottom: 15px;
}

/* Section 3 */
.sec3blk {
    position: relative;
    background: #0968ad;
    border-radius: 0 0 50px 50px;
}

.pinkbg::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 50px;
    background: #0968ad;
}

.white-txt {
    color: #fff !important;
}

/* Section 4 */
.sec4flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4%;
    margin-top: 40px;
}

.sec4left,
.sec4right {
    width: 48%;
}

.sec4left {
    position: relative;
}

/* Image Hover */
.imghover {
    overflow: hidden;
    border-radius: 25px;
    line-height: 0;
}

.imghover img {
    width: 100%;
    transition: transform 0.4s ease;
}

.imghover:hover img {
    transform: scale(1.1);
}

/* Right Cards */
.sec4right-top,
.sec4right-bottom {
    position: relative;
    overflow: hidden;
    padding: 25px;
    border-radius: 25px;
}

.sec4right-top {
    background: #e75b7e;
}

.sec4right-bottom {
    margin-top: 3%;
    background: #00459a;
}

.sectitlett2 {
    font-family: "ivypresto-display";
    font-size: 25px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

/* Bullet Points */
.bulletpoint {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bulletpoint li {
    position: relative;
    padding: 7px 0 7px 15px;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
}

.bulletpoint li::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fff;
}

/* Decorative Images */
.women {
    position: absolute;
    right: 0;
    width: 27%;
}

.healthcare {
    position: absolute;
    top: 13%;
    right: -13%;
    width: 41%;
    opacity: 0.5;
}

.cricle {
    position: absolute;
    top: 45%;
    left: -7%;
    width: 128px;
}

/* Rotate Animation */
.rotate-img {
    animation: rotate360 8s linear infinite;
}

@keyframes rotate360 {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}
.blog-width{width: 32%;position: relative;}
.blogflex{display: flex;justify-content: space-between;flex-wrap: wrap;position: relative;margin-top: 30px;}
.blog-width::after{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(179deg, transparent 61%, rgb(0 0 0 / 55%) 81%);
    }
.blog-width p{position: absolute;
    bottom: 20px;
    color: #fff;
    width: 90%;
    left: 5%;
    z-index: 1;}

footer{background: #0968ad;padding: 80px 0;background: linear-gradient(177deg, #0968ad, #4a959f);}

.footer-heading h2 {
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 30px;
    color: #fff;
    font-family: "ivypresto-display";
    text-align: center;
}

/* Button */
.footer-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 35px;
    border-radius: 50px;
    background: #fff;
    color: #e54f7d;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    letter-spacing: 1px;
    transition: 0.3s ease;
}

.footer-btn:hover {
    background: #f5f5f5;
}

/* Links */
.footer-links {
    margin: 40px 0 30px;
    padding-top: 25px;
    border-top: 1px solid rgba(255,255,255,0.2);
    justify-content: center;
    display: flex;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    margin: 0 8px;
    font-weight: 300;
    transition: 0.3s;
}

.footer-links a:hover {
    opacity: 0.8;
}

.footer-links span {
    color: rgba(255,255,255,0.7);
    margin: 0 10px;
}

/* Social Icons */
.footer-social {
    margin: 30px 0;
    display: flex;
    justify-content: center;
    /* width: 210px; */
}

.footer-social a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    margin: 0 6px;
    border-radius: 50%;
    transition: 0.3s;
    color: #fff;
}

.footer-social a img {
    width: 18px;
    height: 18px;
}

.footer-social a:hover {
    transform: translateY(-3px);
}

/* Copyright */
.footer-copy p {
    font-size: 14px;
    margin: 8px 0;
    color: rgba(255,255,255,0.9);
    text-align: center;
}

.footer-copy span {
    font-style: italic;
    font-family: cursive;
}
.d-design{width: 169px;display: inline-block;position: relative;top: 16px;}
.facebook{
    background: #245aca !important;
}
.twitter{
 background: #23aaff !important;
}

.linkedin{
 background: #3fa5e6 !important;
}

.youtube{
 background: #ce1010 !important;
}




 .product-strip {
    display: flex;
    gap:20px;
    margin-top: 40px;
  }

.product-card {
    position: relative;
    flex: 1;
    min-width: 177px;
    transition: flex 0.7s ease;
    border-right: 1px solid #eaeaea;
    outline: none;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    border-radius: 25px;
}

  .product-card.active {
    flex: 2.8;
    background: #dcf5fc;
  }



  .product-card.active .card-media {
    opacity: 1;
    height: 100%;
  }
.card-media img {
    /* display: block; */
    /* object-position: right center; */
    /* height: auto; */
    /* object-fit: contain; */
    height: 500px;
    object-fit: cover;
}

  /* In inactive cards show only text, hide image */
  .product-card:not(.active) .card-content p {
    display: none; /* optional: keeps small cards cleaner */
  }
.productimg {
    height: auto;
    opacity: 1;
    visibility: visible;
    width: 100%;
}
.productno {
    font-family: "bebas-neue-pro", sans-serif;
    font-size: 35px;
    position: relative;
    padding-left: 22px;
    float: right;
    margin-right: 30px;
    width: 100%;
    text-align: right;
}
.productno:before {
    background: #1abbef;
    width: 25px;
    height: 3px;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px;
}
.productmore {
    color: #1abbef;
    font-size: 16px;
    display: inline-block;
    line-height: 1;
    position: relative;
    
}
.card-media {border-radius: 25px;overflow: hidden;line-height: 0;height: 500px;}

.card-content{
    position: absolute;
    z-index: 1111;
    bottom: -68px;
    margin-bottom: 25px;
    font-family: "ivypresto-display";
    font-size: 21px;
    width: 90%;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: none;
    height: 59px;
    color: #000;
}
.product-card.active .card-content, .product-card.active .playicon{display: block;}
.playicon{width: 50px; position: absolute;}
.playicon {width: 80px;position: absolute; right: 20px; bottom: 17px; display: none;}
#google_translate_element {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    min-height: 40px;
    position: relative;
    z-index: 9999;
}
.navblk {
    display: none;
    align-items: center;
    /* color: #b3118d; */
    font-weight: 500;
    font-size: 18px;
    visibility: visible;
    opacity: 1;
    /* text-shadow: 0px 0px 11px rgb(0 0 0); */
    margin-left: 30px;
    background: linear-gradient(90deg, #9dc35e 29%, #0076bd 55%, #9acb3d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*
.navicon {
    border-radius: 50%;
    width: 48px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 7px 0;
    margin-left: 10px
}
.navicon span {
    display: block;
    width: 58%;
    height: 3px;
    margin-bottom: 0px;
    border-radius: 10px;
    background: linear-gradient(90deg, #0077c8 0%, #9acd32 100%);
}
*/

#menu:not(.mm-menu){display:none}

.producthoverimg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transform: translateY(100%);
    transition: all 0.6s ease;
    z-index: 1;
}
.producthoverimg img{object-fit: cover;}
.producthoverimg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Hover Effect */
.product-width:hover .producthoverimg {
    transform: translateY(0);
}

 .stickyformbut.knowmorebutlink {
    position: fixed;
    right: -58px;
    top: 40%;
    transform: rotate(90deg);
    z-index: 9999;
    font-size: 18px;
        cursor: pointer;
}
    .popup-content .form-group{margin: 20px 0 0}
    .slideoutfrm {
        background: #fff;
        height: auto;
        width: 500px;
        padding: 15px;
        box-sizing: border-box;
    }

    .stickyform {
        position: fixed;
        z-index: 9999;
        display: block;
        transition: 0.5s all ease;
        cursor: pointer;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(0.8);
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
    }
    
    .stickyform.show-popup {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
}


    .stickyform.slideactive {
        right: 0;
    }

    .slideout {
        border: 1px solid #01c2df;
        line-height: 0;
    }

    .fright {
        float: right;
    }

    .fleft {
        float: left;
    }

   .overly {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 9998;
}

.overly.show {
    opacity: 1;
    visibility: visible;
}

    .stickyform .abtsec1ttl {
        font-size: 20px;
        font-family: 'MADEMirage-Bold';
        color: #000;
    }

    .slidclose {
        position: absolute;
        right: 5px;
        top: 5px;
    }

    .stickyform .form-group input,
    .stickyform .form-group textarea {
        font-size: 16px;
        line-height: 1;
        padding: 3px
    }

    .stickyform select {
        font-size: 16px;
        line-height: 1;
        padding: 5px 3px;
        color: #292929;
    }

    .select-product.form-group.icon-down-open:before {
        top: 2px
    }

    .stickyform .form-group ::-webkit-input-placeholder {
        font-size: 15px;
        line-height: 1;
    }

    .stickyform .form-group :-ms-input-placeholder {
        font-size: 15px;
        line-height: 1;
    }

    .stickyform .form-group ::placeholder {
        font-size: 15px;
        line-height: 1;
    }

    .stickyform .knowmorebutlink {
        font-size: 15px;
        padding: 8px 20px;
        line-height: 1;
    }

    .slideout .knowmorebutlink {
        margin: 0;
        border: 0;
        padding: 20px 15px;
        writing-mode: sideways-rl;
        font-size: 18px;
        box-shadow: none;
    }

    @media screen and (max-width:540px) {
        .stickyform{width: 80%}
        .slideoutfrm {
            width: 100%;
            padding: 10px;
        }

       
    }

     .socialinfoblk a.twitter svg {
    width: 16px;
}

.socialinfoblk a.twitter svg path {
    fill: #fff !important;
}

.socialinfoblk a.twitter:hover path {
    fill: #cdf727 !important;
}
    .innerpagelinkblk {
        margin-bottom: 10px
    }

    .footerlastblk {
        padding: 15px 0
    }

    .footerlinkswrapper {
        background: #222;
        padding: 20px 0;
        color: #fff;
    }

    .footerlinkswrapper ul li a {
        color: #fff;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 600;
        line-height: 1;
    }

    .footerlinkswrapper ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .footerlinkswrapper .desk-navblk:nth-child(2),
    .footerlinkswrapper .desk-navblk:nth-child(3) {
        width: 35%;
    }

    .footerlinkswrapper ul .desk-navblk ul {
        display: block;
        margin-bottom: 20px;
    }

    .footerlinkswrapper ul .desk-navblk ul li a {
        font-weight: 300;
        font-size: 13px;
        line-height: 1;
    }

    .footerlinkswrapper ul .desk-navblk ul li {
        padding-left: 20px;
        position: relative;
    }

    .footerlinkswrapper ul .desk-navblk ul li:before {
        position: absolute;
        content: "";
        width: 4px;
        height: 4px;
        background: #fff;
        border-radius: 50%;
        left: 0;
        top: 15px;
    }

    .footerlinkswrapper ul .desk-navblk ul li .prodsubmenu li:before {
        background: #ddd;
    }

    .desk-navblk li {
        line-height: 1.5
    }

    .footerlinkswrapper ul .desk-navblk ul li .prodsubmenu a {
        color: #ddd;
    }

    @media screen and (max-width: 1200px) {
        .desk-navblk {
            width: 21%
        }

        .footerlinkswrapper .desk-navblk:nth-child(2),
        .footerlinkswrapper .desk-navblk:nth-child(3) {
            width: 39%;
            padding-left: 2%
        }
    }

    @media screen and (max-width: 768px) {
        .desk-navblk:nth-child(1) {
            width: 100%;
            display: flex;
            justify-content: space-between;
            gap: 5px;
            flex-wrap: wrap;
            margin-bottom: 20px;
        }

        .footerlinkswrapper .desk-navblk:nth-child(2),
        .footerlinkswrapper .desk-navblk:nth-child(3) {
            width: 48%;
            padding-left: 2%
        }

        .desk-navblk:nth-child(1) li {
            width: 30%
        }

        .footerlinkswrapper ul li a {
            font-size: 12px
        }

        .footerlinkswrapper ul .desk-navblk ul li a {
            font-size: 11px;
        }

        .footerlinkswrapper ul .desk-navblk ul li {
            padding-left: 15px
        }

        .footerlinkswrapper ul .desk-navblk ul {
            margin-bottom: 10px;
        }
    }

    @media screen and (max-width: 540px) {
        .desk-navblk:nth-child(1) li {
            width: 48%
        }

        .footerlinkswrapper .desk-navblk:nth-child(2),
        .footerlinkswrapper .desk-navblk:nth-child(3) {
            width: 100%;
            padding-left: 2%
        }

        .footerlinkswrapper ul .desk-navblk ul li:before {
            top: 11px;
        }

        .footerlinkswrapper {
            padding: 20px 10px
        }
    }

    @media screen and (max-width: 360px) {
        .footerlinkswrapper ul li a {
            font-size: 11px
        }

        .footerlinkswrapper ul .desk-navblk ul li a {
            font-size: 10px;
        }
    }
   
@media screen and (min-width:1440px) {

.sec4right-bottom { margin-top: 6%; background: #00459a;}
.sectitlett {font-size: 48px;}

}

.header-welcometxt{display: none}

.google-transblk {
    display: inline-block;
    background: none;
}


.skiptranslate.goog-te-gadget div {
    padding: 5px 10px;
    border: 1px solid #000;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
}
.skiptranslate.goog-te-gadget span {
    display: none;
    color: transparent !important;
}

.goog-te-gadget {
    color: transparent !important;
}

#google_translate_element select {
    border: none;
    background: #fff !important;
}
.google-transblk .salesid{display: none}

.bannermob{display: none}