.elementor-10405 .elementor-element.elementor-element-edd1d3e{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-10405 .elementor-element.elementor-element-fa986ab{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-10405 .elementor-element.elementor-element-9cb68c6{width:var( --container-widget-width, 93.316% );max-width:93.316%;--container-widget-width:93.316%;--container-widget-flex-grow:0;}.elementor-10405 .elementor-element.elementor-element-9cb68c6.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-10405 .elementor-element.elementor-element-9cb68c6 .qodef-qi-section-title{text-align:left;}.elementor-10405 .elementor-element.elementor-element-9cb68c6 .qodef-qi-section-title .qodef-e-colored{color:#bababa;}.elementor-10405 .elementor-element.elementor-element-9cb68c6 .qodef-m-subtitle{align-items:baseline;}.elementor-10405 .elementor-element.elementor-element-d316fe1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-10405 .elementor-element.elementor-element-d316fe1.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-10405 .elementor-element.elementor-element-c421501{width:var( --container-widget-width, 104.549% );max-width:104.549%;--container-widget-width:104.549%;--container-widget-flex-grow:0;}.elementor-10405 .elementor-element.elementor-element-c421501.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-10405 .elementor-element.elementor-element-e2d1178{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}@media(max-width:767px){.elementor-10405 .elementor-element.elementor-element-edd1d3e{--margin-top:-106px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-10405 .elementor-element.elementor-element-c421501{width:var( --container-widget-width, 510px );max-width:510px;--container-widget-width:510px;--container-widget-flex-grow:0;}.elementor-10405 .elementor-element.elementor-element-c421501.elementor-element{--align-self:flex-end;}}/* Start custom CSS for html, class: .elementor-element-c421501 *//* General Styling */
#love-calculator {
    display: flex;
    justify-content: space-between;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background: linear-gradient(135deg, #ff9a9e, #fad0c4);
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    font-family: 'Arial', sans-serif;
    color: #333;
}

.input-section, .result-section {
    width: 48%;
}

.input-section h2 {
    font-size: 28px;
    color: #fff;
    margin: 0 0 20px 0;
    text-align: center;
}

.input-group {
    margin-bottom: 15px;
}

.input-group label {
    display: block;
    font-size: 14px;
    color: #fff;
    margin-bottom: 5px;
}

.input-group input {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    background: rgba(255, 255, 255, 0.8);
    transition: background 0.3s ease;
}

.input-group input:focus {
    background: rgba(255, 255, 255, 1);
    outline: none;
}

#calculate-button {
    width: 100%;
    padding: 12px;
    background: #ff6f61;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s ease;
}

#calculate-button:hover {
    background: #ff4a3d;
}

#result {
    text-align: center;
    padding: 20px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
}

#progress-bar {
    width: 100%;
    height: 20px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    overflow: hidden;
    margin: 20px 0;
}

#progress {
    height: 100%;
    width: 0%;
    background: #ff6f61;
    border-radius: 10px;
    transition: width 1s ease;
}

#love-percentage {
    font-size: 24px;
    color: #ff6f61;
    font-weight: bold;
    margin: 10px 0;
}

#zodiac-compatibility {
    font-size: 16px;
    color: #ff6f61;
    opacity: 0.9;
}

/* Popup Styling */
.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.popup-content {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.popup-content h2 {
    font-size: 24px;
    color: #ff6f61;
    margin: 0 0 10px 0;
}

.popup-content p {
    font-size: 16px;
    color: #333;
    margin: 0 0 20px 0;
}

#close-popup {
    padding: 10px 20px;
    background: #ff6f61;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

#close-popup:hover {
    background: #ff4a3d;
}

/* Heart Styling */
.heart {
    position: absolute;
    bottom: -100px;
    width: 30px;
    height: 30px;
    background: red;
    transform: rotate(-45deg);
    animation: floatUp 5s linear infinite;
}

.heart::before,
.heart::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background: red;
    border-radius: 50%;
}

.heart::before {
    top: -15px;
    left: 0;
}

.heart::after {
    top: 0;
    left: 15px;
}

@keyframes floatUp {
    0% {
        transform: translateY(0) rotate(-45deg);
    }
    100% {
        transform: translateY(-100vh) rotate(-45deg);
    }
}
}

@keyframes floatUp {
    0% {
        transform: translateY(0) rotate(0);
    }
    100% {
        transform: translateY(-100vh) rotate(360deg);
    }
}


@media (max-width: 768px) {
    #love-calculator {
        flex-direction: column;
        padding: 15px;
    }

    .input-section, .result-section {
        width: 100%;
        margin-bottom: 20px;
    }

    .input-section h2 {
        font-size: 24px;
    }

    #love-percentage {
        font-size: 20px;
    }

    #zodiac-compatibility {
        font-size: 14px;
    }
}
#share-button, #reset-button {
    font-size: 16px;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer; 
    transition: background-color 0.3s ease-in-out;
}

#share-button {
    background-color: #4CAF50;
    color: white;
}

#share-button:hover {
    background-color: #45a049;
}

#reset-button {
    background-color: #f44336;
    color: white;
}

#reset-button:hover {
    background-color: #d32f2f;
}

.product-section {
    margin-top: 20px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    text-align: center;
}

.product-section h3 {
    font-size: 24px;
    color: #ff6f61;
    margin-bottom: 20px;
}

#products-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.product-card {
    width: 200px;
    padding: 10px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.product-card img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.product-card h4 {
    font-size: 16px;
    color: #333;
    margin: 10px 0;
}

.product-card p {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}

.product-card a {
    display: inline-block;
    padding: 8px 16px;
    background: #ff6f61;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    font-size: 14px;
    transition: background 0.3s ease;
}

.product-card a:hover {
    background: #ff4a3d;
}/* End custom CSS */