.elementor-10 .elementor-element.elementor-element-3b39870{--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:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-10 .elementor-element.elementor-element-ddd19d3{--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;--overlay-opacity:0.1;}.elementor-10 .elementor-element.elementor-element-ddd19d3::before, .elementor-10 .elementor-element.elementor-element-ddd19d3 > .elementor-background-video-container::before, .elementor-10 .elementor-element.elementor-element-ddd19d3 > .e-con-inner > .elementor-background-video-container::before, .elementor-10 .elementor-element.elementor-element-ddd19d3 > .elementor-background-slideshow::before, .elementor-10 .elementor-element.elementor-element-ddd19d3 > .e-con-inner > .elementor-background-slideshow::before, .elementor-10 .elementor-element.elementor-element-ddd19d3 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-image:url("https://ramnagsakare.reshbyrsc.com/wp-content/uploads/2026/04/Popular-Temples-in-India.jpg");--background-overlay:'';background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-10 .elementor-element.elementor-element-4d8106c{--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:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}@media(min-width:1025px){.elementor-10 .elementor-element.elementor-element-ddd19d3::before, .elementor-10 .elementor-element.elementor-element-ddd19d3 > .elementor-background-video-container::before, .elementor-10 .elementor-element.elementor-element-ddd19d3 > .e-con-inner > .elementor-background-video-container::before, .elementor-10 .elementor-element.elementor-element-ddd19d3 > .elementor-background-slideshow::before, .elementor-10 .elementor-element.elementor-element-ddd19d3 > .e-con-inner > .elementor-background-slideshow::before, .elementor-10 .elementor-element.elementor-element-ddd19d3 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-attachment:fixed;}}/* Start custom CSS for text-editor, class: .elementor-element-a8aea41 *//* --- Reset & Base Styles --- */
* {
    margin: 0; padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    background: radial-gradient(circle at center, #FFF4A3 0%, #ffffff 60%); 
    overflow-x: hidden;
    color: #333;
}

/* --- Animated Background Patterns --- */
.bg-pattern {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    opacity: 0.03; 
    background-image: url('data:image/svg+xml,%3Csvg width="100" height="100" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M50 50 L100 50 M50 50 L50 100 M50 50 L0 50 M50 50 L50 0 M50 50 L85 85 M50 50 L15 15 M50 50 L15 85 M50 50 L85 15" stroke="%23b28e28" stroke-width="0.5" fill="none" /%3E%3C/svg%3E');
    animation: patternMove 120s linear infinite;
    z-index: -2;
}

@keyframes patternMove {
    0% { background-position: 0 0; }
    100% { background-position: 1000px 1000px; }
}

/* --- Layout Container --- */
.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

/* --- About Section styling --- */
.premium-about-section {
    position: relative;
    padding: 120px 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

/* --- Layout Structure --- */
.premium-about-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr; 
    gap: 70px;
    align-items: center;
}

/* --- Elevated Image Container --- */
.premium-image-showcase {
    background: #fff;
    padding: 50px;
    border-radius: 40px;
    box-shadow: 0 30px 90px rgba(178, 142, 40, 0.2); 
    border: 2px solid rgba(255, 255, 255, 0.5);
    position: relative;
    transform: translateY(-20px);
    transition: all 0.5s ease;
}

.premium-image-showcase:hover {
    transform: translateY(-30px);
    box-shadow: 0 40px 100px rgba(178, 142, 40, 0.3);
}

.premium-temple-img {
    width: 100%;
    height: auto;
    filter: drop-shadow(0 15px 30px rgba(0,0,0,0.2));
    display: block;
}

.img-decor {
    position: absolute;
    color: rgba(178, 142, 40, 0.15);
    font-size: 80px;
    font-family: 'Cinzel';
}
.decor-top-left { top: 20px; left: 20px; }
.decor-bottom-right { bottom: 20px; right: 20px; transform: rotate(180deg); }

/* --- Content Side --- */
.premium-text-content {
    padding-right: 40px;
}

.xp-badge {
    font-family: 'Montserrat', sans-serif;
    background: linear-gradient(90deg, #D71920, #B22222); 
    color: #fff;
    padding: 10px 30px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
    box-shadow: 0 10px 20px rgba(178, 34, 34, 0.3);
}
.xp-badge::before { content: '★'; color: #FFD700; }

.premium-main-heading {
    font-family: 'Cinzel', serif;
    font-size: 41px;
    font-weight: 800;
    line-height: 1.1;
    background: linear-gradient(135deg, #cfad4b, #FF8C00, #cfad4b, #aa771c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px;
    filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.1));
}

.premium-sub-main {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #4B0082; 
    display: block;
    margin-top: 5px;
    letter-spacing: 0.5px;
}

.premium-tagline {
    font-family: 'Cinzel', serif;
    font-size: 26px;
    color: #800000; 
    font-weight: 700;
    margin-top: 35px;
    margin-bottom: 40px;
    letter-spacing: 2px;
    border-top: 1px solid rgba(178, 142, 40, 0.3);
    border-bottom: 1px solid rgba(178, 142, 40, 0.3);
    padding: 20px 0;
    text-align: center;
}

.premium-description-text p {
    font-size: 17px;
    color: #444;
    line-height: 1.9;
    margin-bottom: 25px;
    font-weight: 400;
    text-align: justify;
}

.premium-description-text p strong {
    color: #aa771c;
    font-weight: 700;
}

.premium-cta-button {
    display: inline-block;
    background: #fff;
    color: #aa771c;
    text-decoration: none;
    padding: 18px 45px;
    border-radius: 50px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 40px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(178, 142, 40, 0.2);
    border: 2px solid #aa771c;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.premium-cta-button::after {
    content: '';
    position: absolute;
    top: 50%; left: 50%;
    width: 120%; height: 0;
    background: #aa771c;
    transform: translate(-50%, -50%) rotate(45deg);
    z-index: -1;
    transition: all 0.5s ease;
}

.premium-cta-button:hover {
    color: #fff;
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(178, 142, 40, 0.4);
}

.premium-cta-button:hover::after {
    height: 400%;
}

/* --- Responsive Media Queries --- */
@media (max-width: 1200px) {
    .container { padding: 0 20px; }
    .premium-about-wrapper { gap: 50px; grid-template-columns: 1fr 1.2fr;}
    .premium-main-heading { font-size: 46px; }
}

@media (max-width: 900px) {
    .premium-about-section { padding: 80px 0; }
    .premium-about-wrapper {
        grid-template-columns: 1fr; 
        text-align: center;
        gap: 50px;
    }
    .premium-text-content { padding-right: 0; }
    .premium-image-showcase {
        max-width: 600px;
        margin: 0 auto;
        transform: translateY(0);
    }
    .premium-description-text p { text-align: center; }
}

@media (max-width: 600px) {
    .premium-main-heading { font-size: 32px; }
    .premium-sub-main { font-size: 16px; }
    .premium-tagline { font-size: 18px; padding: 15px 0; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-0cded75 *//* --- Vision Mission Values Section --- */
.vmv-section {
    padding: 100px 0;
    background: #fff;
    font-family: 'Cinzel', serif;
}

.services-header {
    text-align: center;
    margin-bottom: 50px;
}

.service-subtitle {
    display: block;
    color: #aa771c;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 10px;
}

.service-main-title {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.2;
    background: linear-gradient(135deg, #800000 0%, #a52a2a 50%, #800000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    margin-bottom: 15px;
}

.title-divider {
    width: 80px;
    height: 3px;
    background: #aa771c;
    margin: 0 auto;
}

.vmv-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

/* Card Styling */
.vmv-card {
    background: #f3e5ab; /* Default Border Color */
    padding: 2px; 
    border-radius: 25px;
    transition: all 0.4s ease;
}

.vmv-card-inner {
    background: #fff;
    padding: 50px 30px;
    border-radius: 23px;
    height: 100%;
    text-align: center;
    transition: all 0.4s ease;
}

/* Icons Styling */
.vmv-icon {
    width: 80px;
    height: 80px;
    background: #800000; 
    color: #f3e5ab; 
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    border-radius: 50%;
    margin: 0 auto 25px;
    box-shadow: 0 10px 20px rgba(128, 0, 0, 0.1);
    transition: all 0.4s ease;
}

/* Typography */
.vmv-card h3 {
    font-size: 26px;
    color: #800000;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.vmv-card p {
    font-family: 'Poppins', sans-serif;
    color: #555;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}

/* --- Hover Effects --- */
.vmv-card:hover {
    transform: translateY(-10px);
    background: #aa771c; /* Hover ला border golden होईल */
    box-shadow: 0 15px 30px rgba(170, 119, 28, 0.2);
}

.vmv-card:hover .vmv-icon {
    background: #aa771c; /* Hover ला icon background golden होईल */
    color: #fff;
    transform: rotateY(360deg);
}

/* Mobile Responsive */
@media (max-width: 991px) {
    .vmv-section { padding: 60px 0; }
    .service-main-title { font-size: 32px; }
}/* End custom CSS */