.elementor-3229 .elementor-element.elementor-element-a6f4598{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-3229 .elementor-element.elementor-element-a6f4598 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-3229 .elementor-element.elementor-element-ad0c8cc{--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-3229 .elementor-element.elementor-element-9d903f4{--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-3229 .elementor-element.elementor-element-9518e0c{margin-top:0px;margin-bottom:0px;padding:060px 0px 60px 0px;}.elementor-3229 .elementor-element.elementor-element-608edde{--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-3229 .elementor-element.elementor-element-26ff534{margin:-80px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:center;}.elementor-3229 .elementor-element.elementor-element-721b5d9{--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-3229 .elementor-element.elementor-element-5d1f8a2{text-align:center;}.elementor-3229 .elementor-element.elementor-element-dbd3d2c{--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-3229 .elementor-element.elementor-element-4418cd8{--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-3229 .elementor-element.elementor-element-23f127c:not(.elementor-motion-effects-element-type-background), .elementor-3229 .elementor-element.elementor-element-23f127c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://nesf.chaukulgrampanchayat.in/wp-content/uploads/2025/06/image-34.jpg");}.elementor-3229 .elementor-element.elementor-element-23f127c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-3229 .elementor-element.elementor-element-23f127c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}/* Start custom CSS for text-editor, class: .elementor-element-275e484 */.marquee-card {
    width: 100%;
    background: linear-gradient(90deg, #1e3c72, #2a5298);
    padding: 14px 0;
    border-radius: 10px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.15);
    overflow: hidden;
    position: relative;
}

/* Fade effect on sides */
.marquee-card::before,
.marquee-card::after {
    content: "";
    position: absolute;
    top: 0;
    width: 60px;
    height: 100%;
    z-index: 2;
}

.marquee-card::before {
    left: 0;
    background: linear-gradient(to right, #1e3c72, transparent);
}

.marquee-card::after {
    right: 0;
    background: linear-gradient(to left, #2a5298, transparent);
}

.marquee-wrapper {
    display: flex;
    overflow: hidden;
    white-space: nowrap;
}

.marquee-text {
    display: inline-block;
    padding-left: 100%;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    animation: scrollText 18s linear infinite;
}

/* Smooth Animation */
@keyframes scrollText {
    from {
        transform: translateX(0%);
    }
    to {
        transform: translateX(-100%);
    }
}

/* Hover Pause */
.marquee-card:hover .marquee-text {
    animation-play-state: paused;
}

/* 📱 Mobile */
@media (max-width: 576px) {
    .marquee-text {
        font-size: 14px;
        animation-duration: 22s;
    }
}

/* 📲 Tablet */
@media (max-width: 768px) {
    .marquee-text {
        font-size: 16px;
        animation-duration: 20s;
    }
}/* End custom CSS */
/* Start custom CSS for tamun_about_us, class: .elementor-element-653e48f */.about-style1_image_box .icon {
    font-size: 50px;
    color: #ffffff;
    display: none;
}
.progress-block .graph-outer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    background: #f4f4f5;
    border-radius: 50%;
    display: none;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-26ff534 */.message-section {
    margin-top:-250px;
    width: 100%;
    background-color: #f5f6f8;
    /* This ensures the outer section padding is strictly 50px */
    padding: 50px 15px; 
}

.message-container {
    max-width: 1100px;
    margin: auto;
    background: #ffffff;
    /* Reset top padding to 0 if you want the 50px to come only from the section */
    padding: 40px 50px; 
    border-radius: 8px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    text-align: center;
}

.message-title {
    /* REMOVED default browser margin to stop extra pushing */
    margin-top: 0; 
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #000;
    position: relative;
}

.message-title::after {
    content: "";
    width: 80px;
    height: 3px;
    background-color: #1e3c72;
    display: block;
    margin: 10px auto 0;
}

.message-text {
    font-size: 18px;
    line-height: 1.9;
    color: #111;
}

/* 📱 Mobile */
@media (max-width: 576px) {
    .message-container {
        padding: 25px 20px;
    }
    .message-title {
        font-size: 24px;
    }
    .message-text {
        font-size: 15px;
        line-height: 1.7;
    }
}

/* 📲 Tablet */
@media (max-width: 768px) {
    .message-title {
        font-size: 28px;
    }
    .message-text {
        font-size: 16px;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-fee7a30 */:root{
  --primary:#1a2040;
  --light:#f5f6fa;
  --dark:#222;
}

/* Reset */
*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}

body{
  font-family:"Segoe UI", sans-serif;
  background:#f0f2f5;
  color:var(--dark);
}

/* Section */
.section{
  padding:50px 20px;
}

/* Cards Grid */
.cards{
  max-width:1200px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
  gap:25px;
}

/* Card */
.card{
  background:#fff;
  border-radius:16px;
  padding:30px 25px;
  box-shadow:0 12px 30px rgba(0,0,0,0.08);
  transition:all .35s ease;
  position:relative;
}

.card:hover{
  transform:translateY(-8px);
  box-shadow:0 18px 40px rgba(0,0,0,0.12);
}

/* Icon Circle */
.icon-circle{
  width:70px;
  height:70px;
  border-radius:50%;
  background:var(--primary);
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:18px;
}

/* Optional icon style (if used later) */
.icon-circle i{
  font-size:30px;
  color:#fff;
}

/* Title */
.card h3{
  font-size:22px;
  font-weight:600;
  color:var(--primary);
  margin-bottom:12px;
}

/* Content */
.card p{
  font-size:15px;
  line-height:1.7;
  color:#444;
}

/* Responsive Tweaks */
@media (max-width:992px){
  .card{
    padding:26px 22px;
  }
}

@media (max-width:600px){
  .section{
    padding:35px 15px;
  }
  .card h3{
    font-size:20px;
  }
  .card p{
    font-size:14px;
  }
}/* End custom CSS */