@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('/assets/css/responsive.css');
@import url('/assets/css/common.css');

*{
    box-sizing: border-box;
}

span{
   font-family: "Inter", sans-serif;
}
p{
    font-family: "DM Sans", sans-serif;
}
h1,h2,h3,h4,h5,h6{
    font-family: "Playfair Display", serif;
}
::-webkit-scrollbar {
    width: 12px; /* Width of the scrollbar */
    background-color: #f0f0f0; /* Background color of the scrollbar track */
  }
  
  /* Scrollbar thumb (the part you drag) */
  ::-webkit-scrollbar-thumb {
    background-color: #888; /* Color of the scrollbar thumb */
    border-radius: 6px; /* Rounded corners for the thumb */
  }
  
  /* Scrollbar thumb on hover */
  ::-webkit-scrollbar-thumb:hover {
    background-color: #555; /* Darker color on hover */
  }

.logo{
    width: 100px;
}

.common-section{
    background-color: #EEEBE6;

    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.elementor-background-overlay{
    background-position: center center !important;
    background-size: cover !important;
    opacity: 0.2;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.section1 .elementor-background-overlay{
    background: url(../images/astrology-bg1.png) no-repeat ;

}
.section2 .elementor-background-overlay{
    background: url(../images/astrology-bg2.png) no-repeat ;
}

.elementor-background-overlay{
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.banner span{
    color: #bf202f;
    font-family: "Inter", Sans-serif;
    text-transform: uppercase;
    line-height: 1.4em;
    letter-spacing: 1px;
}
 
.banner h1{
    color: #181828;
    font-family: "Playfair Display", Sans-serif;
    font-size: 5vw;
    font-weight: 600;
    line-height: 1.1em;
    letter-spacing: 0px;
}
.banner p{
    color: #4F4F4F;
    font-family: "DM Sans", Sans-serif;

    font-weight: 400;
    line-height: 1.8em;
    letter-spacing: 0px;
}
.banner-btn{
    animation: heartbeat 1.5s ease-in-out infinite;
}

.px_link,
.get-enq{
    font-family: "DM Sans", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.3px;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #EC4400;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: #EC4400;
    border-radius: 0px 0px 0px 0px;
    box-shadow: 0px 10px 20px 0px rgba(255, 83.99999999999999, 83.99999999999999, 0.24);
    border-radius: 5px;
    text-decoration: none;
    transition: 0.5s ;
}
.px_link:hover,
.get-enq:hover{
    text-decoration: none;
    box-shadow:0 0 5px 5px #ec43004a;
    color: #fff;
}
/* .bg-gray{
    background: url(../images/window-23.png) no-repeat center center;
    background-size: contain;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
} */

/* .astrology-disk{
    animation: rotate360 10s linear infinite;
} */
 .nav-links{
    font-size: 16px;
    color: #EC4400;
    text-decoration: none;
 }
 .nav-links:hover{
    color: #EC4400;
 }
.AcharyaJi::before{
    content: "";
    position: absolute;
    top: 10%;
    left: 0%;
    /* transform: translate(-50%, -50%); */
    width: 100%;
    height: 100%;
    background: url(../images/astrology-circle-orance-dots.png) no-repeat center;
    background-size: 100%;
    opacity: 0.2;
    animation: rotate360 12s linear infinite;
}
.AcharyaJi::after{
    content: "";
    width: 100%;
    height: 35%;
    position: absolute;
    bottom: -30px;
    left: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(238, 235, 230, 1) 77%);
}


.about-us img{
    filter: drop-shadow(0.35rem 0.35rem 0.4rem rgba(0, 0, 0, 0.5));
}

.about-me-heading{
    text-align: left;
    color: #181828;
    font-family: "Playfair Display", Sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: 0.4px
}

.about-us p,
.service-p{
    color: #4F4F4F;
    font-family: "DM Sans", Sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.8em;
    letter-spacing: 0px;
}

.px_service_box {
    background-color: transparent;
    padding: 50px 22px;
    margin-top: 30px;
    border-radius: 10px;
    transition: all .3s ease-in-out;
}

.px_service_box .px_icon {
    width: 80px;
    background-color: #8eaad9;
    height: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    position: relative;
    transition: all 0.3s linear;
}
.px_service_box .px_icon:after {
    border: 1px dashed #5a5a5a;
    content: '';
    position: absolute;
    left: -10px;
    top: -10px;
    bottom: -10px;
    right: -10px;
    border-radius: 100%;
}

.px_service_box .px_subheading {
    margin: 30px 0 10px;
    padding-bottom: 16px;
    position: relative;
    font-weight: 600;
}
.px_subheading {
    font-size: 18px;
    text-transform: capitalize;
}
.px_service_box p {
    font-size: 14px;
    line-height: 24px;
}
.px_service_box .px_subheading:after {
    width: 70px;
    height: 2px;
    background-color: #5f8d57;
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.px_service_box:hover {
    transform: translate(0px, -10px);
}
/* 11111111111111111 */
.px_service_box:hover .px_icon1 {
    background-color: #5f8d57;
}
.px_service_box:hover .px_icon1:after {
    border-color: #5f8d57;
    animation: rotate360 10s linear infinite;
}
/* 22222 */
.px_service_box:hover .px_icon2 {
    background-color: #bf202f;
}
.px_service_box:hover .px_icon2:after {
    border-color: #bf202f;
    animation: rotate360 10s linear infinite;
}
/* 33333 */
.px_service_box:hover .px_icon3 {
    background-color: #8eaad9;
}
.px_service_box:hover .px_icon3:after {
    border-color: #8eaad9;
    animation: rotate360 10s linear infinite;
}
/* 444454444 */
.px_service_box:hover .px_icon4 {
    background-color: #fecc82;
}
.px_service_box:hover .px_icon4:after {
    border-color: #fecc82;
    animation: rotate360 10s linear infinite;
}
/* 
.px_whychoose_box-child{
    width: 100px;
    height: 100px;
    background: #5f8d57;
    border-radius: 50%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 600
}


.before-img00{
    width: 150px;
    height: 150px;
    background: url(../images/author-bg.png) no-repeat center;
    background-size: cover;
    animation: rotate360 10s linear infinite;
    position: absolute;
    top: -25px;
    z-index: -10;
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */

    .video-card{
        padding: 10px;
        background: #fff;
        border-radius: 8px;
        transition: 0.5s;
        height: 100%;
    } 
    .video-card:hover{
        box-shadow: 0 0 5px 5px #00000029;
    }

footer{
    /* background-image: url(../images/footer.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 0; */
    background-color: #181828;
    color: #fff;
}

.footer-link{
    height: 28px;
    width: 28px;
}
.footer-list li{
    width: 38px;
    height: 38px;
    background: #5a5a5a;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
}

header.shadow-box{
    box-shadow: 0 0 10px #00000027;
}
.upload-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 2px;
    border: 1px solid #ccc;
    border-radius: 8px;
    cursor: pointer;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    width: 100%;
  }
  .color-4f{color: #4F4F4F;}
  .upload-container img {
    width: 100%;
    height: 100%;
    object-fit:contain;
  }

  .prev-btn{
    display: flex;
    align-items: center;
    padding: 8px 20px;
    background: #8eaad9 !important;
    color: #FFFFFF !important;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.3px;
    font-family: "DM Sans", Sans-serif;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: #91b8fc !important;
    box-shadow: 0px 10px 20px 0px rgba(255, 83.99999999999999, 83.99999999999999, 0.24);
    transition: 0.5s ;
    text-decoration: none;
  }

  .prev-btn:hover{
    background: #91b8fc !important;
  }

  .next-btn{
    display: flex;
    align-items: center;
    padding: 8px 20px;
    background: #EC4400 !important;
    color: #FFFFFF !important;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.3px;
    font-family: "DM Sans", Sans-serif;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: #EC4400 !important;
    box-shadow: 0px 10px 20px 0px rgba(255, 83.99999999999999, 83.99999999999999, 0.24);
    transition: 0.5s ;
    text-decoration: none;
  }

  .next-btn:hover{
    background: #ec4300c5 !important;
  }

  #preview {
    margin-top: 10px;
    border: 1px solid #ddd;
    width: 300px;
    height: 300px;
    overflow: hidden;
  }
  #preview img {
    width: 100%;
  }

  .download-btn{
    display: flex;
    align-items: center;
    padding: 8px 20px;
    background: #28c76f;
    color: #FFFFFF;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.3px;
    font-family: "DM Sans", Sans-serif;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: #28c76f;
    box-shadow: 0px 10px 20px 0px rgba(255, 83.99999999999999, 83.99999999999999, 0.24);
    transition: 0.5s ;
    text-decoration: none;
  }


  button:disabled {
    background-color: #ccc;
    cursor: not-allowed;
  }

  .section {
    display: none;
  }

  .section.active {
    display: block;
  }
  .form-control{
    font-size: 14px;
  }

  .form-control:focus, .form-select:focus {
    border-color: #EC4400 !important;
}

.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
    color: #EC4400;
    font-weight: 500;
}

.form-control:focus {
    box-shadow: none;
}


.radio{
    accent-color: #EC4400;
}
.radio-main{
    color: #EC4400;
}
.radio-label{
    -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
  cursor: pointer;
}

.svg-box{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    aspect-ratio: 4/1;

    padding: 10px;
    border-radius: 6px;
}

/* .svg-air{
    background-color: #dff7e9 !important;
    color: #28c76f !important;
}
.svg-fire{
    background-color: #fff1e3 !important;
    color: #ff9f43 !important;
}
.svg-water{
    background-color: #d9f8fc !important;
    color: #00cfe8 !important;
} */


.prakriti-section .elementor-background-overlay{
    background: url(../images/astrology-bg1.png) no-repeat ;
    background-attachment: fixed;

}

.menu{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left:-5000px;
    background: #ea5a0cc4;
    overflow: hidden;
    transition: all 0.9s;
    z-index: 1000;
}
.menu .nav-links{
    font-size: 30px;
    color: #fff;
}
.menu .nav-links:hover{
    letter-spacing: 10px;
    transition: 0.8;
    color: #ffb38a;
}
footer{
    /* background-image: url(../images/footer.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 0; */
    background-color: #181828;
    color: #fff;
}

.footer-link{
    height: 28px;
    width: 28px;
}
.footer-list li{
    width: 38px;
    height: 38px;
    background: #5a5a5a;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.modal-title{
    color: #EC4400;
    text-transform: none ;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}


.footer-form{
    width: 100%;
    height: 100%;
    background-size:cover;
    position: relative;
    background-attachment: fixed;
    
}
.footer-form::after{
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/vastushastra-bannner-500x500.jpg) no-repeat center center;
    background-size:cover;
    position: absolute;
    left: 0;
    top: 0;
    /*-webkit-filter: invert(100%);*/
    /*filter: invert(100%);*/
} 
.footer-form::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #0000007a;
    z-index: 1;
}
.footer-input select,
.footer-input input{
    background-color: #ffffff19;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    color:#fff ;
}
.footer-input select option{
    color: #000;
}
.footer-input label{
    color: #fff;
}
.form-control:focus {
    color: #edeaea;
    background-color: #ffffff20;
    border-top: none;
    border-left: none;
    border-right: none;
    border-color: #EC4400;
    outline: 0;
    box-shadow: none;
}
.footer-form h2{
    color: #fff;
}

.swiper-pagination-bullet-active{
    background-color: #EC4400;
}
.swiper-button-next, .swiper-button-prev{
    color: #EC4400;
}
.whatsapp{
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 1000;
}

.mob-footer-flw{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #181828;
    z-index: 500;
}

.right-border{
    border-left: 1px solid #fff;
}

.modal-body form .form-control:focus{
    color: #000;
}
.cancel-btn{
    border: 1px solid #ff0000;
    border-radius: 4px;
    background-color: #ff00006c;
    color: #ff0000;
    transition: all;
}
.cancel-btn:hover{
    background: #fbfbfb;
    color: #ff0000;
}

.modal-body form .form-control{
    font-size: 14px;
}

.modal-body form label{
    font-size: 12px;
}
.error{
    color: #ff0000 !important;
}

.form-select{
    color: #7d858c;
    font-size: 14px;
}
.form-select:focus {
    border: 1px solid #ced4da;
    outline: 0;
    box-shadow:none;
}

.privacy-head{
    letter-spacing: -.025em;
    line-height: 1.25;

}

.footer-line:hover{
    color: wheat;
}
@keyframes rotate360 {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }

  @keyframes heartbeat {
    0% {
      transform: scale(1);
    }
    30% {
      transform: scale(1.1); /* Scale up */
    }
    50% {
      transform: scale(1);
    }
    70% {
      transform: scale(1.1); /* Scale up again */
    }
    100% {
      transform: scale(1); /* Return to normal */
    }
  }



  input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    background: #EC4400 !important;
    cursor: pointer;
    width: 100%;
    border-radius: 30px;
    
  }
  input[type="range"]::-webkit-slider-runnable-track {
    background: #EC4400 !important;
    /* height: 0.5rem; */
  }
  input[type="range"]::-moz-range-track {
    background: #EC4400 !important;
    /* height: 0.5rem; */
  }
  input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    margin-top: -9px;
    background-color: #fff;
    height: 1.6rem;
    width: 1rem;    
 }
 input[type="range"]:focus {
    outline: none;
  }
  
  input[type="range"]:focus::-webkit-slider-thumb {
    border: 0px solid #007bff;
    outline: 3px solid #007bff;
    outline-offset: 0.125rem;
  }
  
  input[type="range"]:focus::-moz-range-thumb {
    border: 0px solid #007bff;
    outline: 3px solid #007bff;
    outline-offset: 0.125rem;     
  }

  .table-overflow{
    overflow-x: scroll;
    scroll-behavior: smooth;
    scrollbar-width: 1px;
    
}
.air{
    background-color: #dff7e9 !important;
    /* color: #28c76f !important; */
}
.air .radio{
    border: 2px solid #28c76f;
}
.fire{
    background-color: #fff1e3 !important;
    /* color: #ff9f43 !important; */
}
.fire .radio{
    border: 2px solid #ff9f43;
}

.water{
    background-color: #d9f8fc !important;
    /* color: #00cfe8 !important; */
}
.water .radio{
    border: 2px solid #00cfe8;
}

.radio[type=radio] {
    transform: scale(1.4);
  }
  .form-check-input:checked {
    background-color: #EC4400;
    border-color: #EC4400;
}
.form-check-input:focus {
 
    box-shadow:none;
}
.validation-error {
  color: red;
  font-size: 0.9em;
}
.input-error {
  border-color: red;
}

.prakruti>label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1rem .75rem;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out;
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem);
    color: #EC4400;
    font-weight:500;

}

#loader {
  border: 8px solid #f3f3f3;
  border-top: 8px solid #3498db;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
  margin: 20px auto;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


.p-loader{
    max-height: 406px;
    height: 406px;
    position: relative;
}

.p-loader #loader{
    position: absolute;
    top: 50%;
    left: 50%;
}

.cropper-dashed.dashed-v {
  border-left-width: 1px;
  border-right-width: 1px;
  height: 100%;
  left: 50%;
  top: 0;
  width: 0%;
}
.cropper-dashed.dashed-h {
  border-bottom-width: 1px;
  border-top-width: 1px;
  height: 0%;
  left: 0;
  top: 50%;
  width: 100%;
}
.cropper-dashed {
  border:
1px solid #000 !important;
  display: block;
  opacity: .5;
  position: absolute;
}


