.elementor-2593 .elementor-element.elementor-element-ba3f00f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:128px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-2593 .elementor-element.elementor-element-4eb5e01{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-10px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-2593 .elementor-element.elementor-element-5125ad7{margin:-9px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-2593 .elementor-element.elementor-element-e03934b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2593 .elementor-element.elementor-element-441f408{margin:-14px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}/* Start custom CSS for html, class: .elementor-element-4e8a108 *//* 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-5125ad7 */.vedic-about-section{
width:100vw;
margin-left:calc(-50vw + 50%);
padding:90px 8%;
background:#800000;
box-sizing:border-box;
position:relative;
color:#ffffff;
}

/* Bottom Yellow Border */

.vedic-about-section::after{
content:"";
position:absolute;
bottom:0;
left:0;
width:100%;
height:6px;
background:#FFC107;
}

/* Container */

.vedic-about-container{
max-width:1100px;
margin:auto;
}

/* Title */

.vedic-about-title{
text-align:center;
font-size:42px;
color:#FFC107;
margin-bottom:40px;
font-weight:700;
}

/* Headings */

.vedic-about-container h3{
color:#FFC107;
font-size:26px;
margin-top:35px;
margin-bottom:15px;
}

/* Paragraph */

.vedic-about-container p{
font-size:17px;
line-height:1.8;
color:#ffffff;
margin-bottom:18px;
}

/* Divider */

.vedic-divider{
border:none;
height:1px;
background:rgba(255,255,255,0.3);
margin:40px 0;
}

/* Mobile */

@media (max-width:768px){

.vedic-about-title{
font-size:32px;
}

.vedic-about-container h3{
font-size:22px;
}

.vedic-about-container p{
font-size:16px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-441f408 *//* FULL WIDTH SECTION */

.astro-highlight-section{
width:100vw;
margin-left:calc(-50vw + 50%);
padding:80px 8%;
background:#800000;
box-sizing:border-box;
}

/* GRID LAYOUT */

.astro-highlight-container{
max-width:1200px;
margin:auto;
display:grid;
grid-template-columns:repeat(4,1fr);
gap:30px;
}

/* CARD */

.astro-highlight-card{
background:rgba(255,255,255,0.06);
border:1px solid rgba(255,255,255,0.2);
padding:35px 25px;
text-align:center;
border-radius:8px;
transition:0.3s;
}

/* HOVER EFFECT */

.astro-highlight-card:hover{
transform:translateY(-8px);
background:rgba(255,255,255,0.12);
}

/* ICON */

.astro-icon{
font-size:40px;
margin-bottom:15px;
color:#FFC107;
}

/* TITLE */

.astro-highlight-card h3{
font-size:22px;
color:#FFC107;
margin-bottom:10px;
}

/* TEXT */

.astro-highlight-card p{
font-size:15px;
line-height:1.6;
color:#ffffff;
}

/* TABLET */

@media (max-width:900px){

.astro-highlight-container{
grid-template-columns:repeat(2,1fr);
}

}

/* MOBILE */

@media (max-width:600px){

.astro-highlight-container{
grid-template-columns:1fr;
}

}/* End custom CSS */