﻿
.image-53 {
    padding: 0px !important;
}

.navy-grad-bg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #1b1c20;
    background-image: linear-gradient( 180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), linear-gradient( 130deg, #0c142b, #050912 70%);
}

.container-980 {
    z-index: 1;
    width: 100%;
    max-width: 980px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    font-family: Helvetica, Arial, sans-serif;
}

.two-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.col-product-info-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    padding-right: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.product-price {
    margin-bottom: 20px;
    font-family: Helvetica, Arial, sans-serif;
    color: #818689;
    font-size: 28px;
    line-height: 35px;
    font-weight: 700;
}

.product-list {
    font-family: Helvetica, Arial, sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
}

.spacer-25 {
    position: static;
    width: 100%;
    height: 25px;
}

.btn-blue-grad {
    padding: 10px 40px 8px;
    border-radius: 10px;
    background-image: linear-gradient( 50deg, #058ee6, #3a5df3);
    -webkit-transition: background-color 600ms ease;
    transition: background-color 600ms ease;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 18.2px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-decoration: none;
    text-transform: uppercase;
}

.w-button {
    display: inline-block;
    padding: 9px 15px;
    background-color: #1266b0 !important;
    background-image: none;
    color: white;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
}

.learn-more-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 170px;
    margin-top: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left top, right top, from(#058ee6), to(#3a5df3));
    background-image: linear-gradient( 90deg, #058ee6, #3a5df3);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.learn-more {
    margin-bottom: 0px;
    padding-right: 8px;
    color: #818689;
    font-size: 10px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

p {
    margin-top: 0;
    margin-bottom: 10px;
}

.icon-10 {
    font-family: 'Font awesome 5 free solid 900', sans-serif;
    color: #818689;
    font-size: 10px;
}

.col-half {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
}

.image-49 {
    margin-top: 20px;
}

img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}

img {
    border: 0;
}

.products-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
}

.wide-grid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.w-layout-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
}

.div-block-469 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-400 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    max-height: 300px;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.spacer-50 {
    position: static;
    width: 100%;
    height: 50px;
}

.image-53 {
    max-height: 300px;
    padding: 100px;
}
#btn-back-to-top {
    position: fixed;
    z-index: 1000;
    bottom: 20px;
    right: 20px;
    display: none;
}
.btn-round{
    border-radius : 30px !important;
    margin-left:10px;
    margin-top:20px;
    cursor: pointer;
}
.btn-scroll {
    background-color: #32333f !important;
    color:white !important;
}
.btn-scroll:hover {
    cursor:pointer;
    background-color: #32333f99 !important;
    color: white !important;
}
.card-static {
    position: sticky !important;
    top: 70px !important;
    z-index: 999 !important;
}
/* Popup Overlay */
.share-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    align-items: center;
    justify-content: center;
}

/* Popup Content */
.share-popup-content {
    background: white;
    padding: 20px;
    border-radius: 10px;
    width: 90%;
    max-width: 600px;
    position: relative;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.share-popup h3 {
    margin-top: 0;
    color: #333;
}

/* Link Input & Copy Button */
.share-input-group {
    display: flex;
    margin: 15px 0;
}

#shareLink {
    flex: 1;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px 0 0 4px;
    font-size: 14px;
}

.copy-btn {
    background: #007bff;
    color: white;
    border: none;
    padding: 8px 12px;
    cursor: pointer;
    border-radius: 0 4px 4px 0;
    transition: background 0.3s;
}

    .copy-btn:hover {
        background: #0056b3;
    }

/* Share Buttons */
.share-buttons {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.share-btn {
    flex: 1;
    padding: 8px;
    border-radius: 4px;
    color: white;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    transition: opacity 0.3s;
}

    .share-btn:hover {
        opacity: 0.9;
    }

.facebook {
    background: #3b5998;
}

.whatsapp {
    background: #25D366;
}

.email {
    background: #555;
}

/* Close Button */
.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: #777;
}
.social-share {
    max-width: 600px;
    margin: 20px auto;
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 8px;
    text-align: center;
}

.share-url {
    margin-bottom: 10px;
    text-align: center;
}


.share-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.btn {
    padding: 8px 15px;
    color: white;
    border: none;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    gap: 5px;
}

.btn:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}

.btn-facebook, .facebook {
    background-color: #3b5998;
}

.btn-twitter, .twitter {
    background-color: #1da1f2;
}

.btn-linkedin, .linkedin {
    background-color: #0077b5;
}

.btn-whatsapp, .whatsapp {
    background-color: #25d366;
}

.btn-email, .email {
    background-color: #777;
}

.btn-pinterest, .pinterest {
    background-color: #e60023;
}

.btn-reddit, .reddit {
    background-color: #ff5700;
}
