.elementor-23 .elementor-element.elementor-element-9341e1d > .elementor-container{max-width:1200px;}.elementor-23 .elementor-element.elementor-element-64379e2 > .elementor-container{max-width:1200px;}.elementor-23 .elementor-element.elementor-element-64379e2{padding:120px 0px 120px 0px;}.elementor-23 .elementor-element.elementor-element-5761d2a > .elementor-container{max-width:1200px;}.elementor-23 .elementor-element.elementor-element-5761d2a{padding:100px 0px 100px 0px;}.elementor-23 .elementor-element.elementor-element-ae9f0a5 > .elementor-container{max-width:1200px;}.elementor-23 .elementor-element.elementor-element-ae9f0a5{padding:100px 0px 100px 0px;}/* Start custom CSS for html, class: .elementor-element-4c9e93c *//* --- Page Hero - Ultra Modern Style --- */

.page-hero {
    position: relative;
    padding: 150px 20px; /* Thoda zyada padding taake hero "breathe" kar sake */
    text-align: center;
    background: radial-gradient(circle at center, #ffffff 0%, #f8fafc 100%);
    overflow: hidden;
}

/* Background Animated Glows (Moving) */
.page-hero::before {
    content: "";
    position: absolute;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(0, 200, 83, 0.1) 0%, transparent 70%);
    top: -200px;
    left: -100px;
    filter: blur(100px);
    animation: floatingGlow 10s ease-in-out infinite alternate;
}

.page-hero h1 {
    font-size: clamp(3rem, 8vw, 5rem); /* Responsive size jo mobile par khud chota ho jaye */
    margin-bottom: 1.5rem;
    font-weight: 900;
    letter-spacing: -2px; /* Professional tight letter spacing */
    line-height: 1;
    
    /* Premium Animated Gradient */
    background: linear-gradient(135deg, #00c853 0%, #009624 25%, #1a1a1a 50%, #009624 75%, #00c853 100%);
    background-size: 400% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 6s linear infinite;
    
    position: relative;
    z-index: 2;
}

.page-hero p {
    font-size: 1.25rem;
    color: #475569; /* Slate grey for modern look */
    font-weight: 400;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.8;
    position: relative;
    z-index: 2;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 1s ease forwards 0.5s; /* Smooth entry for description */
}

/* --- KEYFRAMES FOR ANIMATIONS --- */

/* Gradient Shine Effect */
@keyframes shine {
    to {
        background-position: 400% center;
    }
}

/* Background Glow Movement */
@keyframes floatingGlow {
    from { transform: translate(0, 0); }
    to { transform: translate(50px, 100px); }
}

/* Smooth Fade In for Paragraph */
@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Fix */
@media (max-width: 768px) {
    .page-hero {
        padding: 100px 20px;
    }
    .page-hero h1 {
        letter-spacing: -1px;
    }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-9341e1d */.page-hero {
    background: linear-gradient(135deg, rgba(0, 200, 83, 0.1) 0%, rgba(0, 150, 36, 0.05) 50%, rgba(0, 200, 83, 0.1) 100%);
    padding: 6rem 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 30% 70%, rgba(0, 200, 83, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 70% 30%, rgba(0, 150, 36, 0.08) 0%, transparent 50%);
    animation: float 6s ease-in-out infinite;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-93f71f4 *//* --- Difference Section - High-End Style --- */

.diff-section {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    background: #f8fafc; /* Bohat halka grey background professional look ke liye */
}

/* Background Animated Glows */
.diff-section::before {
    content: "";
    position: absolute;
    top: -100px;
    left: -100px;
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(0, 200, 83, 0.2) 0%, transparent 70%);
    filter: blur(100px);
    z-index: 0;
}

/* Layout Container */
.diff-box {
    display: flex;
    gap: 80px;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

/* LEFT CONTENT */
.diff-left {
    flex: 1.2;
    text-align: left; /* Heading hamesha left align professional lagti hai jab side image ho */
}

.diff-left h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px;
    color: #0f172a;
    text-transform: uppercase;
}

.diff-left .subtitle {
    color: #64748b;
    margin-bottom: 45px;
    font-size: 18px;
    max-width: 90%;
}

/* FEATURES GRID */
.features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

/* MODERN FEATURE CARD */
.feature {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 22px 20px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 200, 83, 0.1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

/* Icon Modern Style */
.feature i {
    width: 45px;
    height: 45px;
    background: rgba(0, 200, 83, 0.1);
    color: #00c853;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 20px;
    transition: 0.4s;
}

/* Feature Text */
.feature span {
    font-weight: 600;
    color: #1e293b;
    font-size: 15px;
}

/* HOVER EFFECT ON FEATURE */
.feature:hover {
    transform: translateX(10px); /* Side move professional lagta hai */
    background: #ffffff;
    border-color: #00c853;
    box-shadow: 0 15px 35px rgba(0, 200, 83, 0.12);
}

.feature:hover i {
    background: #00c853;
    color: #ffffff;
    transform: rotateY(180deg);
}

/* RIGHT IMAGE SECTION */
.diff-right {
    flex: 1;
    position: relative;
}

/* Image Background Frame */
.diff-right::before {
    content: "";
    position: absolute;
    inset: -15px;
    border: 2px solid rgba(0, 200, 83, 0.2);
    border-radius: 35px;
    z-index: -1;
    transition: 0.5s;
}

.diff-right img {
    width: 100%;
    border-radius: 30px;
    box-shadow: 20px 20px 60px rgba(0,0,0,0.1);
    display: block;
    transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* IMAGE HOVER */
.diff-right:hover img {
    transform: translateY(-10px) rotate(-1deg);
}

.diff-right:hover::before {
    inset: 10px;
    border-color: #00c853;
}

/* HIGHLIGHT TEXT */
.highlight {
    margin-top: 40px;
    padding: 15px 25px;
    background: rgba(0, 200, 83, 0.05);
    border-left: 5px solid #00c853;
    display: inline-block;
    font-size: 19px;
    font-weight: 600;
    color: #065f46;
    border-radius: 0 10px 10px 0;
}

/* Responsive Fixes */
@media (max-width: 992px) {
    .diff-box {
        flex-direction: column;
        gap: 50px;
    }
    .diff-left, .diff-right {
        width: 100%;
        text-align: center;
    }
    .diff-left h2 { font-size: 36px; }
    .highlight { border-radius: 10px; border-left: none; border-bottom: 5px solid #00c853; }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-64379e2 */.ss-grow {
     background: linear-gradient(135deg, #f8f9fa 0%, #e2e8f0 50%, #f8f9fa 100%)
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d99f542 *//* --- Mission & Vision - Modern Dark Style --- */

.who-section {
  position: relative;
 /* Dark background */
  padding: 100px 20px;
  overflow: hidden;
}

/* Deep Glow Backgrounds */
.who-section::before {
  content: "";
  position: absolute;
  top: -100px;
  right: -100px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(0, 200, 83, 0.2) 0%, transparent 70%);
  filter: blur(100px);
}

.who-section::after {
  content: "";
  position: absolute;
  bottom: -100px;
  left: -100px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(0, 150, 36, 0.15) 0%, transparent 70%);
  filter: blur(100px);
}

.mv-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2.5rem;
  position: relative;
  z-index: 1;
}

/* Glass Card with Neon Border */
.mv-card {
  background: rgba(255, 255, 255, 0.03); /* Sublte transparency */
  backdrop-filter: blur(15px);
  padding: 40px 30px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
}

/* Border Glow on Hover */
.mv-card:hover {
  transform: translateY(-12px);
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(0, 200, 83, 0.5);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4), 0 0 20px rgba(0, 200, 83, 0.1);
}

/* Animated Border Gradient (The Modern Way) */
.mv-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0; width: 100%; height: 4px;
  background: linear-gradient(90deg, transparent, #00c853, transparent);
  transform: translateX(-100%);
  transition: 2.5s;
}

.mv-card:hover::before {
  transform: translateX(100%);
}

/* Modern Icon Style */
.mv-card i {
  width: 75px;
  height: 75px;
  background: linear-gradient(135deg, #00c853 0%, #009624 100%);
  color: #fff;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px; /* Modern Squircle */
  margin-bottom: 1.5rem;
  box-shadow: 0 10px 25px rgba(0, 200, 83, 0.4);
  transition: 0.4s;
}

.mv-card:hover i {
  transform: scale(1.1) rotate(10deg);
  box-shadow: 0 0 35px rgba(0, 200, 83, 0.6);
}

/* Typography */
.mv-card h3 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
}

.mv-card p {
  color: #94a3b8; /* Slate color for readability */
  line-height: 1.7;
  font-size: 0.95rem;
}

.mv-card ul {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.mv-card li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  color: #cbd5e1;
  font-size: 0.9rem;
}

.mv-card li::before {
  content: "→"; /* Modern arrow */
  position: absolute;
  left: 0;
  color: #00c853;
  font-weight: bold;
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-5761d2a */.who-sectio {
    background: linear-gradient(135deg, #020617, #0f172a);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7c957fa *//* --- Mission & Vision Modern Style --- */

/* Background Glows */
.who-section {
    position: relative;
    overflow: hidden;
    padding: 80px 0;
    background: #ffffff; /* Clean white background */
}

.who-section::before, .who-section::after {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    filter: blur(120px);
    border-radius: 50%;
    z-index: 0;
    opacity: 0.15;
}

.who-section::before {
    top: -150px;
    right: -100px;
    background: #00c853;
}

.who-section::after {
    bottom: -150px;
    left: -100px;
    background: #00e676;
}

/* Grid Layout */
.nv-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2.5rem;
    position: relative;
    z-index: 1;
}

/* Modern Glass Card */
.nv-card {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    padding: 40px 30px;
    border-radius: 24px;
    border: 1px solid rgba(0, 200, 83, 0.1);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.nv-card:hover {
    transform: translateY(-15px);
    background: #ffffff;
    border-color: rgba(0, 200, 83, 0.4);
    box-shadow: 0 20px 40px rgba(0, 200, 83, 0.12);
}

/* Modern Icon Style */
.nv-card i {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #00c853 0%, #009624 100%);
    color: #fff;
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px; /* Squircle shape - very modern */
    margin-bottom: 1.5rem;
    box-shadow: 0 8px 20px rgba(0, 200, 83, 0.3);
    transition: 0.4s;
}

.nv-card:hover i {
    transform: scale(1.1) rotate(-5deg);
    border-radius: 50%; /* Hover par circle ban jayega */
}

/* Typography */
.nv-card h3 {
    font-size: 1.5rem;
    color: #1a1a1a;
    margin-bottom: 12px;
    font-weight: 700;
}

.nv-card p {
    color: #555;
    line-height: 1.6;
    font-size: 0.95rem;
}

/* List Items Style */
.nv-card ul {
    list-style: none;
    padding: 0;
    margin-top: 20px;
    width: 100%;
}

.nv-card li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    font-size: 0.9rem;
    color: #444;
    transition: 0.3s;
}

.nv-card li::before {
    content: "\f058"; /* FontAwesome Check Circle */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #00c853;
    font-size: 1.1rem;
}

.nv-card li:hover {
    color: #00c853;
    transform: translateX(5px);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2b3719b *//* --- Premium Section - Modernized --- */
.about-premium {
  padding: 120px 20px;
  background: radial-gradient(circle at top, #0f172a 0%, #020617 100%); /* Deep radial gradient */
  color: #fff;
  font-family: 'Poppins', sans-serif;
  overflow: hidden;
  position: relative;
}

.container {
  max-width: 1200px;
  margin: auto;
  position: relative;
  z-index: 2;
}

/* GRID */
.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 35px;
  margin: 40px 0;
}

/* MODERN CARD */
.card {
  background: rgba(255, 255, 255, 0.03); /* Glass effect */
  backdrop-filter: blur(15px);
  padding: 45px 35px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  position: relative;
  overflow: hidden;
}

.card.full {
  margin-bottom: 35px;
  border: 1px solid rgba(0, 200, 83, 0.2);
}

/* CARD HOVER */
.card:hover {
  transform: translateY(-15px) scale(1.02);
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(0, 200, 83, 0.5);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5), 0 0 20px rgba(0, 200, 83, 0.1);
}

/* ICON - Squircle Style */
.icon {
  width: 75px;
  height: 75px;
  background: linear-gradient(135deg, #00c853, #00e676);
  border-radius: 20px; /* Modern Squircle */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #fff;
  margin-bottom: 25px;
  box-shadow: 0 10px 25px rgba(0, 200, 83, 0.4);
  transition: 0.4s;
}

.card:hover .icon {
  transform: rotateY(180deg); /* 3D flip effect on hover */
  box-shadow: 0 0 35px rgba(0, 200, 83, 0.6);
}

/* TEXT STYLING */
.card h2 {
  font-size: 1.8rem;
  font-weight: 700;
  background: linear-gradient(to right, #00c853, #b2ff59);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 15px;
}

.card p {
  color: #cbd5e1; /* Soft white/grey for readability */
  line-height: 1.8;
  font-size: 1rem;
}

.card ul li {
  margin-bottom: 12px;
  color: #94a3b8;
  display: flex;
  align-items: center;
}

.card ul li::before {
  content: "→";
  color: #00c853;
  margin-right: 10px;
  font-weight: bold;
}

/* PREMIUM BUTTON - Shimmer Effect */
.btn {
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin-top: 25px;
  padding: 16px 35px;
  background: linear-gradient(135deg, #00c853, #009624);
  color: #fff;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 1px;
  transition: 0.3s;
  border: none;
}

.btn:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 25px rgba(0, 200, 83, 0.4);
}

/* Glowing background behind cards */
.card::after {
  content: "";
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background: radial-gradient(circle at var(--x, 50%) var(--y, 50%), rgba(0, 200, 83, 0.15) 0%, transparent 50%);
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}

.card:hover::after {
  opacity: 1;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .grid {
    grid-template-columns: 1fr;
  }
  .about-premium { padding: 60px 20px; }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-ae9f0a5 */.who-section {
    background: linear-gradient(135deg, #020617, #0f172a);
}/* End custom CSS */