/*
Theme Name: Digital visiting cards
Theme URI: http://example.com/
Author: Your Name
Author URI: http://example.com/
Description: A blank WordPress theme
Version: 1.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: digital-visiting-cards
*/

body {
    font-family: "Montserrat", sans-serif !important;
    background-image: url(https://lightseagreen-koala-851890.hostingersite.com/wp-content/uploads/2025/05/grey-hexagons-black.png);
    background-repeat: repeat;
    background-size: auto;
    margin: 0 auto;
}

body ul {
    padding-left: 0;
    margin-left: 0;
}

body h2 {
    font-size: 26px;
    font-weight: 700;
    line-height: 40px;
    color: #6c1e10;
}

.digi-card.pers-info h3 {
    color: #6c1e10;
}

body h3 {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -1px;
    width: -webkit-fill-available;
    padding: 0;
    margin: 0;
}

.digi-card {
    width: 400px;
    overflow: hidden;
    margin: 0 auto;
    color: black;
    padding: 0;
    background-color: #fff;
}

.digi-header img {
    width: 260px;
    border-radius: 30px;
    margin: 0 auto;
    text-align: center;
    border: 5px solid #6c1e10;
    padding: 1em;
}

.infinity-card {
    text-align: center;
    padding-top: 2rem;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.social-media-share li img {
    width: 40px;
    height: 40px;
}

.social-media-share {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 2rem;
}

.social-media-share li {
    margin: 0 10px;
}

.social-media-list {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.social-media-list li {
    margin: 0 10px;
}

body a {
    text-decoration: none;
}

.social-media-list li img {
    width: 50px;
    height: 50px;
    border-radius: 30px;
}

.infinity-mask {
    width: 100%;
    height: 100%;
    display: block;
}

.card-content {
    width: 100%;
    height: 100%;
    background-color: #e0f7fa;
    color: #333;
    padding: 20px;
    box-sizing: border-box;
}

.empty-spacer-50 {
    height: 25px;
    clear: both;
    display: block;
    width: 100%;
}

.other-links {
    background-color: #fff;
    color: #000;
    text-align: center;
    padding: 0;
    margin: 0 auto;
}

.digi-card-header {
    background-color: #2d545e;
    color: #fff;
    padding: 1em;
}

.digi-card-body {
    padding: 2rem;
}

.pers-info {
    padding: 2rem 1rem;
    text-align: center;
}

body p {
    margin: 0;
    padding: 0;
    font-size: 15px;
    margin-bottom: 10px;
}

.product-info img {
    width: 100%;
}


/* bank details */

.bank-details {
    text-align: left;
}

.bank-details h4 {
    font-size: 14px;
    line-height: 15px;
    margin-bottom: 0;
}

.bank-details h3 {
    font-size: 18px;
    text-align: left;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 0.6rem;
}


/* contact form */

.contact-form input {
    width: 100%;
    margin-bottom: 10px;
    height: 40px;
    padding-left: 20px;
    font-size: 14px;
}

.contact-form textarea {
    width: 100%;
    margin-bottom: 20px;
    height: 80px;
    padding-left: 20px;
    font-size: 14px;
    padding-top: 10px;
}

.contact-form .wpcf7-submit {
    padding: 8px 0px;
    height: 50px;
    border-radius: 10px;
    font-size: 1rem;
    font-weight: 500;
    margin: 0;
}


/* footer */

.footer-bar {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    padding: 10px 0;
    text-align: center;
}

.footer-bar-content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.footer-bar-content a {
    color: #000;
    display: block;
}

.footer-bar-content img {
    width: 20px;
    height: 20px;
    display: block;
    text-align: center;
    margin: 0 auto;
}

.footer-bar-content ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    width: 100%;
}

.footer-bar-content li {
    width: 25%;
}

.footer-bar-content li span {
    font-weight: 500;
    font-size: 14px;
}


/* Other links */

.other-links-list {
    text-align: left;
    padding: 0;
    margin: 0;
}

.other-links-list li {
    display: block;
    background-image: url(https://lightseagreen-koala-851890.hostingersite.com/wp-content/themes/digitalvistingcards/images/socialmediaicon/link_icon.svg);
    background-repeat: no-repeat;
    background-position: 20px;
    background-size: 20px;
    background-color: #e1b382;
    margin: 1rem 0;
    padding: 10px 10px 10px 60px;
}

.other-links-list li a {
    text-decoration: none;
    color: #000;
    font-size: 18px;
    font-weight: 600;
}


/* Qr section */

.qr-img img {
    width: 100%;
}

.qr-img {
    margin-top: 2rem;
    margin-bottom: 1rem;
}


/* Product services */

.btn-grad {
    background-image: linear-gradient(to right, #2d545e 0%, #232424 51%, #2d545e 100%)
}

.btn-grad {
    margin: 0 auto;
    padding: 15px 45px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
    border: 0;
}

.btn-grad:hover {
    background-position: right center;
    /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}

.product-title {
    margin-bottom: 2em;
}

.product-title h3 {
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 0.5px;
}

.product-image {
    margin-bottom: 2em;
}

.product-card {
    margin-bottom: 2em;
}

.product-info {
    text-align: center;
}


/* Video Links */

.video-iframe iframe {
    margin-bottom: 2rem;
}

.button-36 {
    background-image: linear-gradient(92.88deg, #181e53 9.16%, #1e5c88 43.89%, #3d669c 64.72%);
    border-radius: 8px;
    border-style: none;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    flex-shrink: 0;
    font-size: 16px;
    font-weight: 500;
    height: 3rem;
    padding: 0 1.6rem;
    text-align: center;
    text-shadow: rgba(0, 0, 0, 0.25) 0 3px 8px;
    transition: all .5s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.button-36:hover {
    box-shadow: rgb(5 2 27 / 50%) 0 1px 30px;
    transition-duration: .1s;
}

@media (min-width: 768px) {
    .button-36 {
        padding: 0 2.6rem;
    }
}

@media only screen and (max-width: 1200px) {}

@media only screen and (max-width: 992px) {
    body {
        overflow-x: hidden;
    }
}

@media only screen and (max-width: 768px) {
    body {
        padding-top: 10px;
    }
}

@media only screen and (max-width: 600px) {
    .digi-card {
        width: 100%;
    }
    section.digi-card.social-media-card {
        width: 95%;
    }
}