/*
* @Author: Lalit
* @Date:   2025-04-01 15:04:44
* @Last Modified by:   Lalit
* @Last Modified time: 2025-08-14 09:29:58
*/

.header-banner {
      background-color: #f9ca9f;
      padding: 15px 20px;
      margin-bottom: 15px;
      border-bottom: 1px solid #e5e5e5;
}



.header-banner h1 {
      margin: 0;
      font-size: 24px;
      font-weight: bold;
}

.header-banner p {
      margin: 5px 0 0;
      font-size: 16px;
}
.header-fullwidth{
      background-color: #f9ca9f;
      width: 100%;
}

.zodiac-nav {
      margin-bottom: 20px;
      border-bottom: 1px solid #e5e5e5;
      padding-bottom: 15px;
}

.zodiac-slider .zodiac-icon {
      text-align: center;
      padding: 0 5px;
      cursor: pointer;
      transition: all 0.3s ease;
     width: 130px !important;

}

.zodiac-icon img {
      width: 70px;
      height: 70px;
      border-radius: 50%;
      border: 2px solid #ddd;
      margin: 0 auto;
      padding: 10px;
}

.zodiac-icon.active img {
      border: 2px solid #FFD700;
}

.zodiac-icon p {
      margin-top: 5px;
      font-size: 12px;
}

.time-nav-slider {
      /* margin-bottom: 20px; */
      border-bottom: 1px solid #e5e5e5;
      /* padding-bottom: 15px; */
}

.time-nav-item {
      text-align: center;
      padding: 10px 0;
      font-size: 16px;
      cursor:pointer;
}

.time-nav-item.active {
      font-weight: bold;
      color: #FF8C00;
      border-bottom: 3px solid #FF8C00;
}

.time-content-slider {
      margin-bottom: 15px;
}

.lucky-items {
      margin-bottom: 20px;
}

.lucky-items-row {
      display: flex;
      flex-wrap: nowrap;
      margin-bottom: 15px;
}

.lucky-item {
      background-color: #fffdf0;
      border:1px solid #ddd;
      padding: 10px;
      font-size: 20px;
      border-radius: 10px;
      text-align: center;
      flex: 1;
      margin: 0 5px;
      line-height: 5px;
      transition: all 0.3s ease;
      /* box-shadow: 0px 2px 4px 0px #cccaca; */
}

.lucky-item h4 {
      margin-top: 0;
      color: #666;
}

.lucky-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.prediction-tabs {
      margin-bottom: 20px;
}

.prediction-tab-buttons {
      display: flex;
      margin-bottom: 15px;
      overflow-x: auto;
      white-space: nowrap;
      -webkit-overflow-scrolling: touch;
      padding-bottom: 10px;
}

.prediction-tab {
      display: inline-block;
      padding: 10px 15px;
      margin-right: 10px;
      border: 1px solid #ddd;
      border-radius: 5px;
      background-color: #fff;
      color: #333;
      text-decoration: none !important;
      /* min-width: 80px; */
      flex: auto;
      text-align: center;
}

.prediction-tab.active {
      background-color: #f9ca9f;
      color: #000;
      border-color:#f9ca9f;
}

.prediction-tab i {
      margin-right: 5px;
}

.prediction-content-slider .slick-dots {
      bottom: -30px;
}

.prediction-content-slider .slick-dots li button:before {
      font-size: 12px;
      color: #b4141c;
}

.prediction-box {
      border: 2px solid #f9ca9f;
      border-radius: 10px;
      padding: 15px;
      margin: 10px;
      background-color: #fff;
      position: relative;
}

.prediction-box h3 {
      color: #b4141c;
      margin-top: 0;
      font-weight: bold;
      font-size: 18px;
      display: flex;
      align-items: center;
}

.prediction-box p {
      color: #333;
      line-height: 1.6;
}
.prediction-box-signs{margin-left: 8px;}

.prediction-indicator {
      text-align: center;
      margin-top: 15px;
}

.prediction-indicator span {
      display: inline-block;
      width: 10px;
      height: 10px;
      background-color: #b4141c;
      border-radius: 50%;
      margin: 0 5px;
}

.prediction-indicator span.inactive {
      background-color: #ddd;
}

/* New styles for inside-box slick dots */
.prediction-box .slick-dots {
      bottom: 5px;
      position: relative;
      margin-top: 10px;
}

.prediction-box .slick-dots li button:before {
      font-size: 10px;
      color: #b4141c;
}

.astrologer-connect {
      background-color: #ffedd5;
      padding: 15px;
      border-radius: 10px;
      text-align: center;
      margin-bottom: 20px;
}

.astrologer-connect h3 {
      margin-top: 0;
      margin-bottom: 15px;
}

.astrologer-button {
      border-radius: 20px;
      padding: 10px 25px;
      margin: 0 10px;
      display: inline-block;
      font-size: 16px;
      margin: 5px;
}

.astrologer-button i {
      margin-right: 5px;
}

.tips-section {
      margin-bottom: 15px;
      margin-top: -10px;
      
}

.tip-box {
      border: 1px solid #ddd;
      border-radius: 5px;
      padding: 15px;
      margin-bottom: 15px;
      background-color: #fff;
      height: 120px;
      transition: all 0.3s ease;
}
.tip-box:hover{
       transform: translateY(-5px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
      }


.tip-box h4 {
      margin-top: 0;
      font-weight: bold;
      color: #333;
}

.tip-box p {
      margin-bottom: 0;
      color: #555;
}

.color-dot {
      display: inline-block;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      margin-right: 5px;
}

.color-dot.red {
      background-color: red;
      border:1px solid #ddd;

}

.color-dot.gray {
      background-color: #ccc;
      border:1px solid #ddd;
}

.breadcrumb {
      background-color: transparent;
      padding-left: 0;
      margin-bottom: 10px;
}

/* Slick slider customization */
.slick-prev:before,
.slick-next:before {
      color: #FF8C00;
}

.time-content-slide {
      outline: none;
}

.time-content {
      padding: 8px 0;
}

.zodiac-icon.active p {
      color: #b4141c;
      font-weight: bold;
}

.zodiac-icon:hover {
      transform: translateY(-5px);
}

.zodiac-icon.active {
      transform: translateY(-5px);
}


/* Call Button - Green */
.talk {
      background: linear-gradient(135deg, #00B431, #00D140);
      box-shadow: 0 4px 10px rgba(0, 180, 49, 0.3);
      color:white;
}

.talk:hover {
      background: linear-gradient(135deg, #00D140, #00B431);
      text-decoration: none !important;

}

/* Chat Button - Orange */
.chat {
      background: linear-gradient(135deg, #EB750C, #FF8C2B);
      box-shadow: 0 4px 10px rgba(235, 117, 12, 0.3);
      color:white;

}

.chat:hover {
      background: linear-gradient(135deg, #FF8C2B, #EB750C);
      text-decoration: none !important;

}
.mobilepredictiontab{
      font-size: 14px;
      font-weight: bold;
      vertical-align:text-top
 }
 /* .slick-track{padding: 10px !important;} */
 .slick-track{margin-top: 5px !important;}

 .zodiac-icon.active img {border: 1px solid #E4E4E4;background: #FFEDD5;}

@media only screen and (max-width: 600px) {
      .mobilepredictiontab {
            display: none !important;
      }
      .zodiac-icon img{
            width: 50px;
            height: 50px;
      }
      .zodiac-slider .zodiac-icon{width: 100px !important;}
 .fixed-width{width: 100px !important;}
 .lucky-item  {font -ize: 16px;}

}

@media only screen and (max-width:767px) and (min-width:300px){
      .color-dot{width: 16px;height: 16px;}
      .lucky-item  {font-size: 16px;}
}
