/*
	Theme Name: Uniquepact
	Theme URI: https://marsc01.com
	Description: Best Numerologist
	Report here: https://patchstack.com/database/wordpress/theme/hello-biz/vdp.
	Author: Elementor Team
	Author URI: https://marsc01.com
	Version: 1.1.0
	Stable tag: 1.1.0
	Requires at least: 6.0
	Tested up to: 6.5
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-biz
	Tags: flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready, style-variations
*/

/* Background Styling */
.calculator-section {
  padding: 80px 0;
/*   background: linear-gradient(to right top, #ebdddb); */
  font-family: 'Josefin Sans', sans-serif;
}

/* Headings */
.section-heading {
  font-size: 2.2rem;
  font-weight: 700;
  color: #2b2b2b;
  margin-bottom: 20px;
}

/* Glassmorphism Card */
.glass-card, .result-glass {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.glass-card:hover, .result-glass:hover {
  transform: translateY(-5px);
}

/* Input Field */
.stylish-input {
  width: 100%;
  padding: 12px 20px;
  border: none;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: inset 0 0 5px rgba(0,0,0,0.1);
  font-size: 16px;
  transition: background 0.3s;
}

.stylish-input:focus {
  background: #fff;
  outline: none;
}

/* Button Styling */
.glass-button {
  display: inline-block;
  background-color:  #c91414 !important;
  color: white !important;
  padding: 12px 30px;
  border-radius: 30px;
   border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #C91414;
   
  font-weight: 400;
  font-family: "Montserrat", Sans-serif;
  font-size: 16px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  cursor: pointer;
}

.glass-button:hover {
   background-color: #FFFFFF !important;
    color: #C91414 !important;
  transform: scale(1.05);
}

/* Result Box */
.result-glass {
  padding: 30px 20px;
  border: 2px dashed #f08080;
}

.result-title {
  font-size: 18px;
  font-weight: 600;
  color: #333;
}

.result-number {
  font-size: 38px;
  font-weight: 800;
  color: #C91414;
  margin-top: 10px;
}

/* Description Paragraph */
.description {
  font-size: 16px;
  color: #333;
  line-height: 1.7;
}

/* Heading Style */
.as_heading {
  font-size: 2rem;
  font-weight: 700;
  color: #2e2e2e;
  margin-bottom: 20px;
}

/* Glassmorphism Card Styling */
.person-detail {
  background: rgba(255, 255, 255, 0.25);
  border-radius: 20px;
  padding: 30px;
  margin-left: 15px;
  margin-bottom: 25px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
	transition: transform 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

/* Label Style */
.person-detail label {
  font-size: 16px;
  font-weight: 600;
  color: #444;
  margin-bottom: 12px;
  display: block;
}

/* Input Field Style */
.person-detail input[type="date"] {
	appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 12px 20px;
	  height: 50px; /* Explicitly set height */
  line-height: 50px;
  width: 100%;
  border-radius: 50px;
  border: none;
  background: #f9f8f8cc;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.05);
  font-size: 15px;
  color: #333;
  transition: all 0.3s ease;
	margin-bottom:15px;
} 




.person-detail input[type="date"]:focus {
  outline: none;
  border: 2px solid #ffa07a;
  background: #fff;
}
.person-detail:hover{
	transform: translateY(-5px);
}

/* Calculate Button */
.as_btn {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 28px;
  border-radius: 30px;
	   border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #C91414;
   background-color:  #c91414;
  color: white !important;
  font-size: 16px;
  font-weight: 400;
	font-family: "Montserrat", Sans-serif;
  text-decoration: none;
	 cursor: pointer;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 20px rgba(247, 127, 0, 0.3);
}

.as_btn:hover {
    background-color: #FFFFFF;
    color: #C91414 !important;
  transform: scale(1.05);
}

/* Paragraph Content */
.contact-paragraph {
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  text-align: justify;
}

/* Result Section */
.calculation-near {
  display: grid;
  gap: 2em;
}
   .calculation {
	   background: #FFF3CC;
	   padding:20px;
  border-radius: 15px;
  border: 2px dashed #ffb6b6;
  text-align: center;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
            }
.soul{
	   background: #FFF3CC;
	   padding:20px;
  border-radius: 15px;
  border: 2px dashed #ffb6b6;
  text-align: center;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
            }
.personality{
	   background: #FFF3CC;
	   padding:20px;
  border-radius: 15px;
  border: 2px dashed #ffb6b6;
  text-align: center;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
            }


.name {
  background: #FFF3CC;
  padding: 30px 20px;
  border-radius: 15px;
  border: 2px dashed #ffb6b6;
  text-align: center;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
}

.name p:first-child {
  font-weight: 600;
  color: #444;
  font-size: 17px;
  margin-bottom: 10px;
}

#destiny-number-result {
  font-size: 36px;
  font-weight: bold;
  color: #d62828;
}
#birth-destiny-result {
  font-size: 36px;
  font-weight: bold;
  color: #d62828;
}
@media (max-width: 991.98px) {
  .calculator-section {
    padding: 60px 20px;
  }

  .person-detail {
    margin-left: 0;
    padding: 25px 20px;
  }

  .as_heading {
    font-size: 2rem;
    text-align: center;
  }

  .as_btn {
    width: 100%;
    text-align: center;
    padding: 12px;
  }

  .calculation-near {
    gap: 1.5em;
  }

  .name {
    padding: 20px;
  }

  #destiny-number-result {
    font-size: 28px;
  }
}

@media (max-width: 575.98px) {
  .as_heading {
    font-size: 1.7rem;
  }

  .person-detail label {
    font-size: 14px;
  }

  .person-detail input[type="date"] {
    font-size: 14px;
    padding: 10px 16px;
  }

  .contact-paragraph {
    font-size: 14px;
    line-height: 1.6;
  }

  .name p:first-child {
    font-size: 15px;
  }

  #destiny-number-result {
    font-size: 24px;
  }
}
.lucky {
  color: green;
  font-weight: bold;
}
.unlucky {
  color: red;
  font-weight: bold;
}
.highlight {
  color: #555;
}
    .person-detail input[type="text"] {
      padding: 12px 20px;
      width: 100%;
      border-radius: 50px;
      border: none;
      background: #ffffffcc;
      box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.05);
      font-size: 15px;
      color: #333;
      transition: all 0.3s ease;
      margin-bottom: 15px;
    }

            .grid {
                display: grid;
                grid-template-columns: repeat(3, 60px);
                grid-gap: 5px;
                justify-content: center;
                margin: 20px 0;
            }

            .cell {
                width: 60px;
                height: 60px;
                background-color: #fff;
                border: 2px solid #333;
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 25px;
                font-weight: bold;
            }
body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-button-container .ur-submit-button,
body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-button-container .ur-submit-button, body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-button-container .ur-submit-button,
body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-button-container .ur-submit-button {
  width: max-content;
  border: 0;
  padding: 10px 24px;
  color: #ffffff;
  background:#C91414;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.15px;
  border: 1px solid #475bb2;
  margin-right: 0;
}
body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid > div .user-registration-Button,
body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid > div .user-registration-Button, body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid > div .user-registration-Button,
body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid > div .user-registration-Button {
  padding: 10px 24px;
  font-size: 15px;
  line-height: 25px;
  background: #C91414 !important;
	color:white !important;
}
.ur-frontend-form.login .ur-reset-password-btn {
  border: 1px solid #C91414 !important;
  background:#C91414 !important;
  width: 100%;
  color: #fff;
  letter-spacing: 0.15px;
  border: 0;
}
    .loshu {
      display: block;
      
    }

    .loshu.mulank {
     color: #C91414;
		 font-size: 15px;
      margin-bottom: auto;
    }

    .loshu.bhagyank {
         color: #C91414;
		 font-size: 15px;
      margin-top: auto;
    }
    .loshu.kua {
         color: green;
		 font-size: 15px;
      margin-top: auto;
    }
@media (min-width: 1025px) {
  .elementor-12 .elementor-element.elementor-element-6fe29374 .elementor-nav-menu--main > .elementor-nav-menu > li > .elementor-nav-menu--dropdown,
  .elementor-12 .elementor-element.elementor-element-6fe29374 .elementor-nav-menu__container.elementor-nav-menu--dropdown {
      overflow-y: auto !important; 
      max-height: 420px !important;
      border-bottom: 1px solid red !important;
      border-left: 1px solid red !important;
      border-right: 1px solid red !important;
      border-radius: 4px !important;
      scrollbar-width: thin !important;
  }
}
