/* Write your custom CSS here */
/* Poppins is loaded via <link> in index.html — @import removed to avoid duplicate render-blocking request */

* {
  font-family: Poppins;
}

.profilehovercontainer:hover {
  color: #037afb;
  background-color: #f4f7fc;
}

td.pbox {
  height: 90px;
  width: 90px;
  border: 1px solid #9b0b00;
  padding: 5px;
}

.pbox_center {
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
}

.para {
  line-height: 1;
  margin-bottom: 0;
  padding: 3px;
  text-align: center;
}

.pibox {
  border-bottom: 1px solid #9b0b00;
  border-left: 1px solid #9b0b00;
  padding: 0 10px;
}

.gridItem {
  display: flex;
  align-items: center;
  justify-content: center;
}

.grid-align {
  display: flex;
  align-items: center;
}

.flex-col {
  flex-direction: column;
}

.para-align {
  text-align: justify;
  padding: 0px 25px;
}

.img-icons {
  width: 100px;
  transition: all 0.4s ease-in-out;
}

.border50 {
  border-radius: 50%;
}

.contact-us-bgimage {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)),
    url("https://res.cloudinary.com/dc3dylylv/image/upload/q_auto,f_auto/v1674657857/Kalyanawaran/contact-bg_jqbaan.jpg");
  background-size: cover;
  background-position: "center";
  background-repeat: "no-repeat";
}

.img-icons:hover {
  transform: scale(1.1);
}

.subtext1 {
  font-size: 10px;
  padding: 0 3px;
}

.subtext2 {
  font-size: 12px;
}

.subtext2 {
  font-size: 14px;
}

.title1 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
}

.title2 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
}

.title3 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
}

.A7 {
  height: 1240px;
  width: 874 px;
}

.A6 {
  height: 1748px;
  width: 1240px;
}

.A5 {
  height: 2480px;
  width: 1748px;
}

.A4 {
  height: 3508px;
  width: 2480px;
}

.A3 {
  height: 4961px;
  width: 3508px;
}

.A2 {
  height: 7016px;
  width: 4961px;
}

.A1 {
  height: 9933px;
  width: 7016px;
}

.A0 {
  height: 14043px;
  width: 9933px;
}

.RollerBanners {
  height: 9449px;
  width: 23622px;
}

.A072 {
  width: 2384px;
  height: 3370px;
}

.A172 {
  width: 1684px;
  height: 2384px;
}

.A272 {
  width: 1191px;
  height: 1684px;
}

.A372 {
  width: 842px;
  height: 1191px;
}

.A472 {
  width: 595px;
  min-height: 842px;
  padding: 20px 40px;
}

.horoscope-bg {
  background-image:
    /* linear-gradient(
      rgba(255, 255, 255, 0.75),
      rgba(255, 255, 255, 0.75)
    ), */
    /* url("https://res.cloudinary.com/dc3dylylv/image/upload/v1671086823/background_floral_vyjbma.png"); */
    url("https://res.cloudinary.com/dc3dylylv/image/upload/q_auto,f_auto/v1770136151/Kalyanawaran/image_1_k8auub.png");
  background-size: cover;
  background-position: "center";
  background-repeat: "no-repeat";
}

.A572 {
  width: 420px;
  height: 595px;
}

.A672 {
  width: 298px;
  height: 420px;
}

.A772 {
  width: 210px;
  height: 298px;
}

.pill {
  background: #eb3f3f;
  border-radius: 15%;
  padding: 2px;
  color: white;
  font-size: 10px;
  font-weight: 900;
  opacity: 25%;
}

.banner {
  height: 500px;
  position: relative;
  overflow: hidden;
}

.banner-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}

.banner-content {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  z-index: 1;
}

.banner-content-text {
  color: white;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 10px;
}

.content-wrapper {
  padding: 27px 0px;
}

.content-divider {
  border: 3px solid red;
  width: 80px;
}

.input-field {
  margin: 10px 0;
}

.pos-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}

.nav-item {
  font-weight: 400;
  line-height: 1.6;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  color: #212529;
  list-style: none;
  list-style-type: none;
  visibility: visible;
  box-sizing: border-box;
  padding: 0.5rem 1rem;
}

.nav-item:hover {
  background: #f4f7fc;
  color: #037afb;
}

.bt-none {
  border-top: none;
}

.border-none {
  border: none;
}

.space-evenly {
  display: flex !important;
  justify-content: space-evenly;
}

.form-container {
  text-align: left;

  label {
    font-weight: 600;
    line-height: 1.6;
    font-family: Poppins, sans-serif;
    font-size: 1rem;
    color: #212529;
    list-style: none;
    list-style-type: none;
    visibility: visible;
    box-sizing: border-box;
    padding: 0.5rem 0;
  }
}

.image-upload {
  img {
    padding-bottom: 6px;
  }
}
/* Banner Title */
.banner-title {
  font-family: "Righteous", sans-serif;
  font-size: 48px;
}

/* Quick Upload Container */
.quick-upload-container {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}

.is-invalid {
  border-color: #dc3545;
}

.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* Custom extended spacing utilities */
.mt-6 { margin-top: 4rem !important; }
.mt-7 { margin-top: 5rem !important; }
.mt-8 { margin-top: 6rem !important; }
.mt-9 { margin-top: 7rem !important; }
.mt-10 { margin-top: 8rem !important; }
