.elementor-2891 .elementor-element.elementor-element-76722d1{--display:flex;--margin-top:124px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-2891 .elementor-element.elementor-element-244cede{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-2891 .elementor-element.elementor-element-0b3a2ca{--display:flex;}.elementor-2891 .elementor-element.elementor-element-477795b{margin:-18px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-2891 .elementor-element.elementor-element-451ed28{--display:flex;}/* Start custom CSS for html, class: .elementor-element-244cede *//* REMOVE GAP */
body, html{
margin:0;
padding:0;
overflow-x:hidden;
}

/* FULL WIDTH SECTION */

.page-title-section{
width:100vw;
margin-left:calc(-50vw + 50%);
background:#FFC107;
padding:15px; /* reduced */
box-sizing:border-box;
}

/* INNER BOX (REDUCED SIZE ~40%) */

.page-title-box{
background:#800000;
border-radius:20px;
padding:50px 40px; /* reduced from 90px */
color:#ffffff;
position:relative;
}

/* YELLOW BOTTOM LINE */

.page-title-box::after{
content:"";
position:absolute;
left:0;
bottom:0;
width:100%;
height:5px;
background:#FFC107;
border-bottom-left-radius:20px;
border-bottom-right-radius:20px;
}

/* TITLE */

.page-title-box h1{
font-size:40px; /* reduced */
font-weight:700;
margin-bottom:10px;
}

/* BREADCRUMB */

.breadcrumb{
font-size:16px;
color:#ffffff;
}

.breadcrumb a{
color:#ffffff;
text-decoration:none;
}

/* MOBILE */

@media (max-width:768px){

.page-title-box{
padding:40px 20px;
}

.page-title-box h1{
font-size:28px;
}

.breadcrumb{
font-size:14px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-870dfb9 *//* RESET */
*{
  margin:0;
  padding:0;
  box-sizing:border-box;
  font-family:'Segoe UI',sans-serif;
}

/* BODY */
body{
  background:#fff;
  line-height:1.6;
}

/* TITLE */
.main-title{
  text-align:center;
  padding:40px 20px 10px;
  color:#800000;
  font-size:32px;
  font-weight:700;
}

.sub-text{
  text-align:center;
  max-width:900px;
  margin:auto;
  padding:0 20px 30px;
  color:#555;
  font-size:16px;
}

/* RASHI NAVIGATION */
.rashi-nav{
  background:#fff8e1;
  padding:25px 15px;
}

.rashi-container{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:12px;
  max-width:1100px;
  margin:auto;
}

/* RASHI BUTTON */
.rashi-item{
  text-align:center;
  padding:12px 8px;
  background:#800000;
  color:#fff;
  border-radius:10px;
  text-decoration:none;
  font-size:15px;
  font-weight:600;
  transition:0.3s;
  box-shadow:0 3px 8px rgba(0,0,0,0.1);
}

.rashi-item:hover{
  background:#ffcc00;
  color:#800000;
  transform:translateY(-4px);
}

/* SECTION */
.horoscope-section{
  max-width:1000px;
  margin:40px auto;
  padding:25px;
}

/* SECTION TITLE */
.horoscope-section h2{
  color:#800000;
  margin-bottom:15px;
  font-size:24px;
}

/* BOX STYLE */
.box{
  background:#fff8e1;
  padding:15px;
  border-radius:10px;
  margin:12px 0;
  border-left:5px solid #800000;
  box-shadow:0 2px 6px rgba(0,0,0,0.05);
}

/* PARAGRAPH */
.horoscope-section p{
  margin:12px 0;
  color:#444;
  font-size:15px;
}

/* SMOOTH SCROLL */
html{
  scroll-behavior:smooth;
}

/* MOBILE RESPONSIVE */
@media(max-width:1024px){
  .rashi-container{
    grid-template-columns:repeat(4,1fr);
  }
}

@media(max-width:768px){
  .main-title{
    font-size:26px;
  }

  .rashi-container{
    grid-template-columns:repeat(3,1fr);
  }

  .horoscope-section{
    padding:15px;
  }
}

@media(max-width:480px){
  .rashi-container{
    grid-template-columns:repeat(2,1fr);
  }

  .rashi-item{
    font-size:14px;
    padding:10px;
  }
}/* End custom CSS */