﻿/*colors*/
/*font style*/
/*fonts family*/
/*font-size*/
.templateContainer {
    background-color: #5E5E5E;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    min-height: 750px;
}

.templateMainColumn {
    min-height: 700px;
    border: 2px solid linear-gradient(90deg, rgb(230, 241, 243) 20%, rgb(205, 222, 225) 46%, rgb(142, 168, 179) 75%) !important;
    background-color: rgba(0,0,0,0.1) !important;
}

.templatePreviewText {
    color: #5E5E5E !important;
    text-shadow: 1px 1px rgb(122, 130, 171);
}

.linkBtnTemplate {
    position: relative;
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    width: 130px;
    min-height: 10px;
    color: rgb(250 240 202);
    background: rgb(237, 149, 7); /* orange background */
    border: 3px solid rgb(237, 149, 7);
    border-radius: 0;
    cursor: pointer;
    transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    animation: pulse-bg 1.8s ease-in-out infinite; /* only background glows */
}

    /* Hover effect */
    .linkBtnTemplate:hover {
        background: #000000; /* black background */
        color: #ffffff; /* white text */
        border-color: #000000;
        animation: pulse-bg-hover 1.8s ease-in-out infinite;
    }

/* Default pulse (orange glow) */
@keyframes pulse-bg {
    0% {
        box-shadow: 0 0 0 0 rgba(237, 149, 7, 0.6);
    }

    50% {
        box-shadow: 0 0 15px 8px rgba(237, 149, 7, 0.3);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(237, 149, 7, 0);
    }
}

/* Hover pulse (black glow) */
@keyframes pulse-bg-hover {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.6);
    }

    50% {
        box-shadow: 0 0 15px 8px rgba(0, 0, 0, 0.3);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.templateGreeting {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    color: white;
}

.templateTitle {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-style: normal;
    color: rgb(250 240 202) !important;
    font-size: 50px;
}

.templateInfo {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: white;
    font-size: 20px;
}

.templateQuote {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: rgb(250 240 202) !important;
    font-size: 25px;
}

.templateCtaBtn {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    width: 170px;
    min-height: 10px;
    color: rgb(250 240 202);
    background: rgb(237, 149, 7); /* orange background */
    border: 3px solid rgb(237, 149, 7);
    border-radius: 0;
    cursor: pointer;
    transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    animation: pulse-bg 1.8s ease-in-out infinite; /* only background glows */
}

    /* Hover effect */
    .templateCtaBtn:hover {
        background: #000000; /* black background */
        color: #ffffff; /* white text */
        border-color: #000000;
        animation: pulse-bg-hover 1.8s ease-in-out infinite;
    }

/* Default pulse (orange glow) */
@keyframes pulse-bg {
    0% {
        box-shadow: 0 0 0 0 rgba(237, 149, 7, 0.6);
    }

    50% {
        box-shadow: 0 0 15px 8px rgba(237, 149, 7, 0.3);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(237, 149, 7, 0);
    }
}

/* Hover pulse (black glow) */
@keyframes pulse-bg-hover {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.6);
    }

    50% {
        box-shadow: 0 0 15px 8px rgba(0, 0, 0, 0.3);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.templateSubContentTitle {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-style: normal;
    color: rgb(250 240 202) !important;
    font-size: 40px;
}

.templateSubContentTitleGallery {
    font-weight: 400;
    font-style: normal;
    font-size: 32px !important;
    color: rgb(250 240 202) !important;
    background-color: #5E5E5E;
    border-width: 5px;
    border-style: solid;
    border-color: #5E5E5E;
}

.templateEmptySubContent {
    font-family: "Poppins", sans-serif;
    font-optical-sizing: auto;
    font-size: 15px;
}

    .templateEmptySubContent p {
        color: RGB(43, 103, 119) !important;
    }

.templateCardContainer {
    background-color: #5E5E5E;
    border-width: 5px;
    border-style: solid;
    border-color: #5E5E5E;
}

.templateCardBg {
    background-color: rgb(250 240 202);
}

.templateCardDescription {
    color: #5E5E5E;
}

.templateCardRibbon {
    position: absolute;
    left: -8px;
    top: 15px;
    z-index: 1;
    width: auto;
    height: 25px;
    padding: 0px 15px;
    text-align: right;
    background-color: #FF8C00;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    border-bottom-left-radius: 0px;
}

    .templateCardRibbon::before, .templateCardRibbon::after {
        content: "";
        position: absolute;
        top: 25px;
        left: 0px;
        width: 8px;
        height: 16px;
        border-bottom-left-radius: 8px;
    }

    .templateCardRibbon::before {
        background-color: #FF8C00;
    }

    .templateCardRibbon::after {
        background-color: #FF8C00;
        border-top-left-radius: 8px;
    }

#tempInfoDesc p {
    font-family: "Poppins", sans-serif;
}

/* iPad Landscape + Laptops (and even large iPads in portrait) */
@media (min-width: 768px) and (max-width: 1300px) {

    .templateInfo {
        font-size: 14px;
    }
}