:root {
  --primary: #4268FA;
  --secondary: #273250;
  --nex-orange: #FF7853;
  --nex-green: #B2E0DB;
  --white: #fff;
  --nex-blue :#ECF0FE;
  --off-white: #FBFBFC;
  --nex-yellow: #FBDA67;
  --nex-purple: #9292F2;
  --light-gray: #2732501A;
  --bulr-purple: #9292F233;
  --nex-orange-bulr: #FF785399;
  --transition: all 0.3s ease;
  --main-font: 'DM Sans', sans-serif;
  --cta-with-icon: #2732501A;
  --green: #52b000;
            --white: #fff;
            --g1: #fbfbfc;
            --g2: #e8ecf4;
            --g3: #96a8be;
            --g4: #475569;
            --text: #273250;
            --r: 10px;
            --sh: 0 2px 12px rgba(0, 0, 0, .07);
            --sh2: 0 8px 32px rgba(0, 0, 0, .13);
}
.wrap {
           margin: 0 auto;
    max-width: 1280px;
    padding: 0 15px;
    width: 100%;
        }
body, html {
  overflow-x: hidden; /* horizontal scroll disable */
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
 
}

body {
  font-size: 16px;
  line-height: 1.6;
  background-color: var(--white);
  font-family: var(--main-font);
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
}
[data-aos="fade-down"],
[data-aos="fade-up"] {
  transform: translateY(20px);  
}
[data-aos="fade-left"],
[data-aos="fade-right"] {
  transform: translateX(20px);  
}

.animated-section {
  min-height: 200px;  
}

h1 {
  font-weight: 600;
  font-size: 52px;
  line-height: 1.1;
  font-family: var(--main-font);
}

h2 {
  font-weight: 600;
  font-size: 52px;
  line-height: 1.1;
  font-family: var(--main-font);
}

h3 {
  font-weight: 600;
  font-size: 40px;
  line-height: 1.2;
  font-family: var(--main-font);
}

h4 {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.3;
  font-family: var(--main-font);
}

h5 {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.3;
  font-family: var(--main-font);
}

h6 {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  font-family: var(--main-font);
}
p{
line-height: 1.3;
}
a {
  text-decoration: none;
  color: unset;
  transition: var(--transition);
  line-height:120%;
}

.primary-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 20px;
  border-radius: 12px;
  background: var(--primary);
  font-weight: 600;
  font-size: 16px;
  color: var(--white);
  border: 1px solid var(--primary);
}

.primary-button:hover {
  background: var(--secondary);
}

.primary-button:focus {
  border: 1px solid var(--secondary);
  background: var(--primary);
}
/* Smooth transition for both buttons */
.primary-button,
.tranpranet-btn {
  transition: all 0.3s ease; /* smooth motion */
}

/* Primary hover */
.primary-button:hover {
  background: var(--secondary);
  transform: translateY(-3px); /* subtle lift */
  box-shadow: 0 6px 15px rgba(0,0,0,0.08); /* light shadow */
}


.tranpranet-btn:hover {
  color: var(--secondary);
  transform: translateY(-2px);
}


img {
  width: 100%;
  height: auto;
}

.tranpranet-btn {
  color: var(--primary);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 20px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 16px;
}
.atmc-overlay .atmc-container
 {
    position: relative;
    z-index: 5;
}
.atmc-overlay-module
 {
    position: unset !important;
}
.atmc-container {
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px; 
    padding-right: 20px;
    max-width: 1440px;
}
.atmc-hero {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 6rem 0;
}
.atmc-hero-02 {
       padding-top: 139px !important;
}
h1.atmc-hero-02_heading.sr-invisible.fadeInBottom {
    color: #fff !important;
  margin-bottom:12px;
}
p.sr-invisible.fadeInBottom{
  color:#fff;

}
.atmc-hero-02 {
  position: relative;
  overflow: hidden; /* optional but recommended */
}

.atmc-hero-02::before {
  content: "";
  position: absolute;
  inset: 0; /* top:0; left:0; right:0; bottom:0; ka short form */
  background: rgba(0,0,0,0.6);
  z-index: 1;
}

.atmc-hero-02 * {
  position: relative;
  z-index: 2;
}


.shadow-lg
Specificity: (0,1,0)
 {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.p-12 {
    padding: 3rem;
}
.rounded {
    border-radius: 0.25rem;
}
.bg-white {
    background-color: #fff;
}
.atmc-container h1.atmc-hero-02_heading{
    color: #fff !important;
}













@media (max-width: 991px) {

  h1 {
    font-size: 44px;
    line-height: 1.2;
  }

  h2 {
    font-size: 44px;
    line-height: 1.2;
  }

  h3 {
    font-size: 36px;
    line-height: 1.2;
  }
 
}

@media (max-width: 767px) {
  h1 {
    font-size: 36px !important;
    line-height: 1.2;
  }

  h2 {
    font-size: 36px !important;
    line-height: 1.2;
  }

  h3 {
    font-size: 28px ;
    line-height: 1.2;
  }

  
}

@media (max-width: 480px) {
  h1 {
    font-size: 28px !important;
  }

  h2 {
    font-size: 22px !important;
  }

  h3 {
    font-size: 22px;
  }
}

/* Meetus detiels page css */

/* ============================================
   GLOBAL CONTAINER (aap ki requirement)
   ============================================ */
.body-container-wrapper {
  background-color: #f5f5f7;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #4a4a55;
  line-height: 1.6;
}

.body-container,
.atmc-container {
  max-width: 1280px !important;
  margin: 0 auto;
  padding: 0 15px !important;
  width: 100% !important;
  box-sizing: border-box;
}

/* Resets */
.atmc-content-01 p,
.atmc-content-01 ul,
.atmc-content-01 h2,
.atmc-content-01 h4 { margin: 0; padding: 0; }

/* ============================================
   HERO SECTION (dark city image with overlay)
   ============================================ */
.atmc-hero-02 {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 230px 0 160px !important;
  color: #ffffff;
  overflow: hidden;
}

.atmc-hero.atmc-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}

.atmc-hero-02 > .atmc-container,
.atmc-hero-02 .row-fluid {
  position: relative;
  z-index: 2;
}

.atmc-hero-02_heading {
  font-size: 54px !important;
  line-height: 1.15;
  font-weight: 800;
  color: #ffffff;
  margin: 0;
  letter-spacing: -0.5px;
  max-width: 900px !important;
}

/* Utility classes used in HTML */
.text-left   { text-align: left; }
.text-right  { text-align: right; }
.text-center { text-align: center; }
.text-white  { color: #ffffff !important; }
.mb-4        { margin-bottom: 24px !important; }

/* ============================================
   CONTENT SECTIONS (h2 + intro paragraph + list)
   ============================================ */
.atmc-content-01 {
  max-width: 1280px !important;
  margin: 0 auto !important;
  padding: 50px 60px 30px !important;
}

.atmc-headline-default {
  font-size: 40px !important;
  line-height: 1.2;
  font-weight: 800;
  color: #15151f;
  margin: 0 0 24px !important;
  letter-spacing: -0.4px;
}

.atmc-intro {
  font-size: 17px;
  line-height: 1.75;
  color: #525260;
}

.atmc-intro p {
  margin: 0 0 16px;
}

.atmc-intro p strong,
.atmc-intro strong {
  color: #15151f;
  font-weight: 700;
}

.atmc-intro a {
  color: #f4813a;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s ease;
}

.atmc-intro a:hover {
  color: #d96a23;
  text-decoration: underline;
}

/* Lists */
.atmc-intro ul {
  list-style: disc;
  padding-left: 22px;
  margin: 0 0 18px;
}

.atmc-intro ul li {
  margin-bottom: 8px;
  color: #525260;
  line-height: 1.65;
}

.atmc-intro ul li::marker {
  color: #525260;
}

/* ============================================
   TEAM SECTION (Jocelin Zheng card)
   ============================================ */
.atmc-team-01 {
  max-width: 1280px!important;
  margin: 0 auto;
  padding: 30px 60px 80px;
}

.atmc-grid {
  display: grid;
  gap: 32px;
}

.atmc-grid-3col {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.atmc-team-01_item {
  text-align: left;
}

.atmc-team-01_img {
  width: 130px !important;
  height: 130px!important;
  border-radius: 50%!important;
  background-size: cover;
  background-position: center!important;
  background-repeat: no-repeat;
  margin: 0 0 18px!important;
}

.atmc-team-01_item h4 {
  font-size: 22px!important;
  font-weight: 700;
  color: #15151f;
  margin: 0 0 6px!important;
}

.atmc-team-01_item .atmc-cap {
  font-size: 12px!important;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #8a8a95;
  margin: 0 0 14px;
  font-weight: 500;
}

/* Social icons */
.inline-flex {
  display: inline-flex;
  gap: 10px;
  align-items: center;
}

.atmc-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px!important;
  height: 30px!important;
  color: #15151f;
  transition: transform 0.25s ease, color 0.25s ease;
  text-decoration: none;
}

.atmc-social svg {
  width: 18px!important;
  height: 18px!important;
  fill: currentColor;
}

.atmc-social:hover { color: #f4813a; }

.atmc-hover-translateY:hover {
  transform: translateY(-3px);
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1024px) {
  .atmc-hero-02_heading { font-size: 44px!important; }
  .atmc-headline-default { font-size: 32px!important; }
  .atmc-grid-3col { grid-template-columns: repeat(2, 1fr)!important; }
}

@media (max-width: 640px) {
  .atmc-hero-02 { padding: 140px 0 80px!important; }
  .atmc-hero-02_heading { font-size: 32px!important; }
  .atmc-headline-default { font-size: 26px!important; }
  .atmc-content-01 { padding: 35px 15px 20px!important; }
  .atmc-grid-3col { grid-template-columns: 1fr!important; }
  .atmc-intro { font-size: 16px!important; }
}