.work-card .card-item {
    margin-bottom: 30px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 10px; }
    .work-card .card-item .cont {
      height: 100%;
      padding: 40px 80px 40px 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: center; }
      .work-card .card-item .cont .tag {
        font-size: 12px;
        line-height: 1;
        padding: 7px 12px;
        margin-right: 2px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 30px; }
      .work-card .card-item .cont p {
        font-size: 14px;
        line-height: 20px; }
    .work-card .card-item .img {
      padding: 20px; }
      .work-card .card-item .img img {
        border-radius: 15px; }
        .cover {
            display: block;
            width: 100%;      
            max-width: 480px; 
            margin: 30px auto 0;
          }
          
          @media (max-width: 1024px) {
            .cover {
              height: 70vh; 
            }
          }
          
          @media (max-width: 768px) {
            .cover {
              height: 50vh; 
            }
          }
          
          @media (max-width: 480px) {
            .cover {
              height: 40vh; 
            }
          }

          @media (max-width: 320px){
            .cover {
              height: 30vh;
            }
          }
          @media (max-width: 1024px) {
  .work-card .card-item .img .cover {
    max-width: 380px;
  }
}
@media (max-width: 768px) {
  .work-card .card-item .img .cover {
    max-width: 100%;      
  }
}
@media (max-width: 480px) {
  .work-card .card-item .img .cover {
    margin: 20px auto 0;
  }
}
@media (max-width: 768px) {
  .work-card .card-item .img .cover {
    width: 100%;      
  }
  .work-card .card-item .cont {
    padding: 20px;    
  }
}




.crv-butn span {
  background: #42cac7;
  color: #FFF; }

.crv-butn .text {
  line-height: 40px;
  font-size: 15px;
  font-weight: 500;
  padding: 0 20px;
  /* border-radius: 30px; */
  position: relative; }
  .crv-butn .text:after {
    content: '';
    width: 30px;
    height: 30px;
    background: #42cac7;
    position: absolute;
    top: 5px;
    right: -15px;
    z-index: -1;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }

.crv-butn .icon {
  width: 40px;
  height: 40px;
  /* border-radius: 50%; */
  text-align: center;
  line-height: 35px;
  margin-left: -10px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }
  .crv-butn .icon img {
    width: 15px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; }

.crv-butn:hover .text:after {
  border-radius: 50%;
  top: calc(50% - 5px);
  right: 0;
  height: 10px; }

.crv-butn:hover .icon {
  margin-left: 5px; }
  .crv-butn:hover .icon img {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

/* .contact-hed .caption h1 {
  font-size: 120px;
  font-weight: 600;
  text-transform: uppercase; } */

.contact-hed .google-map {
  height: 540px;
  width: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(10%);
  border-radius: 15px;
  overflow: hidden; }
  .contact-hed .google-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.contact-pg input,
.contact-pg textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  color: #000000;
  padding: 15px 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  border-color: #000000; }

.contact-pg textarea {
  min-height: 180px; }

.contact-pg .butn:hover {
  background: #d0ff71 !important; }

button {
  border: none;
  background-color: white;
}
#image-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

#image-container img {
  display: none;                
  width: clamp(150px, 50vw, 400px);
  height: auto;
  margin: 0 auto;
}
.project-title>img {
  width: 250px;
  height: auto;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

@media (max-width: 480px) {
  #image-container img {
    width: clamp(120px, 60vw, 300px);
  }
}

.text_zurag {
  text-align: justify;
  line-height: 1.6;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 clamp(1rem, 5vw, 2rem);
  font-size: clamp(1rem, 2.5vw, 1.25rem);
}

@media (max-width: 480px) {
  .text_zurag {
    padding: 0 1rem;
    font-size: 1rem;
    line-height: 1.5;
  }
}
.brand-ds .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: center; */
}

.brand-ds .svgZurag img {
  width: clamp(60px, 15vw, 100px);
  height: auto;
  display: block;
  margin: 0 auto;
}

.brand-ds .item h6 {
  margin-top: 0.5rem;
  font-size: clamp(0.8rem, 2vw, 1rem);
}

@media (max-width: 576px) {
  .brand-ds .item {
    margin-bottom: 1.5rem;
  }
}

.included-text {
  text-align: right;
  margin: 0;  
  font-size: clamp(1rem, 2.5vw, 1.5rem);
  line-height: 1.4;
  max-width: 800px;
  margin-right: 0;
  margin-left: auto;
}

@media (max-width: 576px) {
  .included-text {
    text-align: center;
    font-size: 1rem;
    margin-top: 1rem;
  }
}


.product-section {
  position: relative;
  overflow: hidden;
  padding: 4rem 1rem;
}

.svg-bg {
  position: absolute;
  top: 0; left: 50%;
  width: 150%;           
  height: auto;
  transform: translateX(-50%);
  z-index: 0;
  pointer-events: none;  
}

.product-section .container {
  position: relative;
  z-index: 1;
}

.image-col img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.text-col h2 {
  font-size: clamp(1.5rem, 4vw, 2rem);
  margin-bottom: 1rem;
}
.text-col p {
  font-size: clamp(1rem, 2.5vw, 1.2rem);
  line-height: 1.6;
}

@media (max-width: 768px) {
  .product-section .row {
    flex-direction: column;
  }
  .image-col, .text-col {
    text-align: center;
  }
  .text-col p {
    max-width: 90%;
    margin: 0.5rem auto;
  }
}
.text-col {
  text-align: center;
}

.text-col ol {
  display: inline-block;  
  text-align: left;   
  margin: 1rem auto 0;    
  padding: 0;             
  list-style: none;        
}

.text-col ol li {
  position: relative;       
  margin-bottom: 0.75rem;
  padding-left: 1.6em;     
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  line-height: 1.5;
}

.text-col ol li::before {
  content: "➤";             
  position: absolute;
  left: 0;
  top: 0;
  color: #00d4ca;          
  font-size: 1.2em;
  line-height: 1;
}

.text-col h2 {
  font-size: clamp(1.5rem, 4vw, 2rem);
  margin-bottom: 0.5rem;
}
.text-col p {
  font-size: clamp(1rem, 2.5vw, 1.2rem);
  margin-bottom: 1rem;
}

@media (max-width: 576px) {
  .text-col ol {
    display: block;         
    width: 100%;
    padding-left: 1.5rem;   
  }
}

.footer-sa {
  font-family: sans-serif;
  color: #fff;
}

/* Section headings */
.footer-sa .sec-head h3 {
  font-size: clamp(1.5rem, 4vw, 2.5rem);
  font-weight: 600;
}

/* Disclaimer text */
.footer-sa p.small {
  font-size: clamp(0.875rem, 2vw, 1rem);
  line-height: 1.6;
}

/* Buttons */
.footer-sa .crv-butn {
  background: var(--brand-yellow);
  color: #000;
  padding: 0.75rem 1.5rem;
  border-radius: 50px;
  text-decoration: none;
  transition: transform .3s;
}
.footer-sa .crv-butn:hover {
  transform: translateY(-3px);
}

/* Contact items */
.footer-sa .contact-info .item span.sub-color {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: .05em;
}
.footer-sa .contact-info .item p {
  font-size: clamp(1rem, 2vw, 1.125rem);
  margin-top: .25rem;
}

/* Social icons */
.footer-sa .social-icon a {
  display: inline-block;
  margin: 0 .5rem;
  font-size: 1.25rem;
  color: #fff;
  transition: color .3s;
}
.footer-sa .social-icon a:hover {
  color: var(--brand-yellow);
}

/* Sub-footer */
.footer-sa .sub-footer {
  background: rgba(255,255,255,0.05);
}
.footer-sa .copy {
  font-size: 0.875rem;
}

/* Responsive tweaks */
@media (max-width: 576px) {
  .footer-sa .sec-head h3 {
    font-size: 1.75rem;
  }
  .footer-sa .crv-butn {
    width: 100%;
    text-align: center;
  }
  .footer-sa .contact-info .item p {
    font-size: 1rem;
  }
  .footer-sa .social-icon a {
    font-size: 1.5rem;
  }
}

.animate-me {
  color: #fff;
  text-align: left;              
  -webkit-text-align-last: left;  
  -ms-text-align-last: left;     
  text-align-last: left;          
  hyphens: auto;                     

  font-size: clamp(1rem, 2.5vw, 1.5rem);
  line-height: 1.6;
  max-width: 1600px;     
  margin: 0 auto;       
  padding: 0 1rem;     
}

.animate-me::after {
  content: "";
  display: inline-block;
  width: 100%;
}

.animate-me span {
  display: inline !important;
}

@media (max-width: 768px) {
  .animate-me {
    font-size: clamp(0.9rem, 3.5vw, 1.25rem);
    line-height: 1.5;
    padding: 0 0.75rem;
  }
  .main-zurag {
    width: 100%;
  }
}
.main-zurag {
  width: 560px;
}
@media (max-width: 480px) {
  .animate-me {
    font-size: 1rem;
    line-height: 1.4;
    padding: 0 0.5rem;
  }
}

.contact-hed {
  padding-top: 4rem;
  padding-bottom: 0;
  margin-top: 100px;
}

.contact-hed .caption h1 {
  font-size: clamp(2.5rem, 6vw, 7.5rem); 
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.1;
  margin-bottom: 2rem;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.contact-hed .container-fluid > h1 {
  font-size: clamp(2rem, 5vw, 6rem); 
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.2;
  margin: 2rem auto 1rem;
  max-width: 90%;
}

.contact-hed .container-fluid .cover {
  display: block;
  width: 100%;      
  height: auto;     
  object-fit: cover;
  max-height: 70vh;  
  margin: 0 auto;
}

@media (max-width: 768px) {
  .contact-hed .caption h1 {
    font-size: clamp(2rem, 8vw, 5rem);
    margin-bottom: 1.5rem;
  }
  .contact-hed .container-fluid > h3 {
    font-size: clamp(1.75rem, 7vw, 4rem);
    margin: 1.5rem auto;
  }
  .contact-hed .container-fluid .cover {
    max-height: 50vh;
  }
}

@media (max-width: 480px) {
  .contact-hed .caption h1 {
    font-size: 2rem;
  }
  .contact-hed .container-fluid > h1 {
    font-size: 1.75rem;
  }
  .contact-hed .container-fluid .cover {
    max-height: 40vh;
    margin-bottom: 1rem;
  }
}

.intro-crv .sec-head {
  margin-bottom: clamp(2rem, 5vw, 4rem);
}

/* .intro-crv #smooth-content {
  margin-bottom: clamp(2rem, 5vw, 4rem);
} */

.intro-crv .text_zurag {
  margin: clamp(2rem, 5vw, 4rem) auto;
  max-width: 1600px;      
  text-align: justify;    
}

.intro-crv .mimg.fit-img {
  margin-bottom: clamp(2rem, 5vw, 4rem);
}

.intro-crv img {
  display: block;
  width: 100%;
  height: auto;
}
.image-with-headings .overlay-headings h1 {
  font-size: clamp(2rem, 6vw, 4rem);
  margin: 0;
  line-height: 1.1;
}
.image-with-headings .overlay-headings h4 {
  font-size: clamp(1rem, 3vw, 1.75rem);
  margin: 0.5rem 0 0;
}

@media (max-width: 768px) {
  .intro-crv .sec-head,
  .intro-crv #smooth-content,
  .intro-crv .text_zurag,
  .intro-crv .mimg.fit-img {
    margin-bottom: 2rem;
    padding: 0 1rem;
  }
  .image-with-headings .overlay-headings h1 {
    font-size: clamp(1.5rem, 8vw, 3rem);
  }
  .image-with-headings .overlay-headings h4 {
    font-size: clamp(0.9rem, 4vw, 1.5rem);
  }
}

@media (max-width: 768px) {
  .intro-crv #smooth-content .container {
    max-width: none;
    padding: 0;
  }

  .image-with-headings .mimg.fit-img {
    width: 100vw;               
    margin-left: calc((100% - 100vw) / 2 * -1);
    margin-right: calc((100% - 100vw) / 2 * -1);
    padding: 0;
  }

  .image-with-headings .mimg.fit-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }


  .image-with-headings .overlay-headings {
    top: 45%;
  }
}
@font-face {
  font-family: 'TTNormsPro';
  src: url(../fonts/TT\ Norms\ Pro\ Light.otf);
}

.font {
  font-family: 'TTNormsPro';
}

.form-container {
  position: relative;   /* sticky child-д зориулж */
  /* шаардлагатай бол тодорхой өргөн, margin, padding өг */
}

.form-button-wrapper {
  position: sticky;
  bottom: 0;            /* viewport-ийн ёроолд наална */
  background: #fff;     /* цагаан эсвэл хөнгөн өнгөтэй фон */
  padding: 1rem 0;
  text-align: center;
  z-index: 10;          /* бусад контентын дээр харагдахын тулд */
  box-shadow: 0 -2px 5px rgba(0,0,0,0.1);
}