: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;
  --bulr-purple: #9292F233;
  --nex-orange-bulr: #FF785399;
  --transition: all 0.3s ease;
  --main-font: 'DM Sans', sans-serif;
  --cta-with-icon: #2732501A;
}
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;
}













@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;
  }
}