.artwise-about-main-box{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
        background: linear-gradient(
    180deg,
    #ffffff 0%,
    #ddae74 50%,
    #9f9588 100%
);
}

.artwise-xd-01-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 100px 20px;
    font-family: 'poppins' , sans-serif;
    margin-top: 70px;
}

.artwise-xd-title {
    font-size: 5rem;
    font-weight: 100;
    margin: 0;
    margin-bottom: 35px;
    line-height: 1.1;


}

.artwise-xd-breadcrumb {
    margin-top: 20px;
    font-size: 1.4rem;
    color: #333333;
}



.artwise-xd-divider {
    border: 0;
    border-top: 6px solid #000000;
    margin: 30px 0 60px 0;
}

:root {
    --artwise-bg-color: #c5b29b; /* Beige background from image */
    --artwise-text-color: #ffffff;
    --artwise-font-family: 'poppins',  sans-serif;
}





.artwise-tm-about-container {
    max-width: 1300px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr; /* Two columns */
    gap: 150px 100px;
    align-items: start;
    justify-content: center;
    padding: 20px 20px;
    margin: 0px auto;
}

.artwise-tm-about-section {
    position: relative;
    padding-left: 2px;
    border-left: 6px solid rgb(255, 255, 255); /* Vertical line */
}
.artwise-tm-about-section-03{
       position: relative;
    top: -300px;
}
.artwise-tm-about-section-06{
       position: relative;
    top: -200px;
}
.artwise-tm-about-section-05{
       position: relative;
    top: -200px;
    border: none;
    height: 200px;
}
.artwise-tm-about-section-06{
       position: relative;
    top: -200px;
}
.artwise-tm-about-number {
    font-size: 3rem;
    font-weight: 300;
    display: block;
    margin-bottom: 50px;
    opacity: 0.9;
    color: #ffffff;
}

.artwise-tm-about-title {
    font-size: 4.5rem;
    font-weight: 400;
    margin-bottom: 50px;
    line-height: 1;
    color: #ffffff;
}

.artwise-tm-about-qr-code {
    width: 200px;
    height: 200px;
     filter: brightness(0) invert(1);
        padding: 2px;

}
.Quick-mt-Save{
    margin: 100px 0px;
}
.artwise-tm-about-content p {
    line-height: 1.5;
    margin-bottom: 20px;
    font-size: 2rem;
    font-weight: 300;
    color: #ffffff;
}

.artwise-tm-about-content strong {
    font-weight: 700;
}
.Quick-mt-box{
    margin-bottom: 100px;
}

/* Specific Section Styles */
.artwise-tm-about-company-name {
    font-size: 1.4rem;
    margin-bottom: 25px;
    font-weight: 500;
    color: #ffffff;
}

.artwise-tm-about-location {
    margin-bottom: 25px;
    color: #ffffff;
}

.artwise-tm-about-location h4 {
    font-size: 1rem;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.artwise-tm-about-contact-links a {
    color: inherit;
    text-decoration: none;
}

/* QR Code Section */
.artwise-tm-about-qr-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}


.artwise-tm-about-qr-text {
        font-size: 2.1rem;
    max-width: 400px;
    color: white;
}

/* Responsive Design */
@media (max-width: 850px) {
   .artwise-tm-about-content p{

   }
}

@media (max-width: 425px) {
    .artwise-tm-about-title {
        font-size: 2.8rem;
    }
    .artwise-tm-about-content p {
    font-size: 1.2rem;
}
    
    .artwise-tm-about-qr-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }
.artwise-tm-about-section-03{
       position: relative;
    top: 0px;
}
.artwise-tm-about-section-06{
       position: relative;
    top: 0px;
}
.artwise-tm-about-section-05{
       position: relative;
    top: -100px;
    border: none;
    height: 500px;
}
.artwise-tm-about-section-06{
       position: relative;
    top: 0px;
}

}

/* ---------------------------------  Video section */

/* Container to maintain the look of your second image */
.artwise-tm-about-video-container {
    width: 100%;
    max-width: 1300px;
    margin: 40px auto;
    position: relative;
    border-radius: 0px;
    overflow: hidden;

}

.artwise-tm-about-video-wrapper {
    position: relative;
    padding-bottom: 177.77%; /* 9:16 Portrait Aspect Ratio (matches your screenshot) */
    /* Use 56.25% if you want standard 16:9 Landscape instead */
    height: 0;
    background-color: #000;
}

.artwise-tm-about-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: grayscale(100%); /* Keeps the B&W aesthetic until interaction */
    transition: filter 0.5s ease;
}

.artwise-tm-about-iframe:hover {
    filter: grayscale(0%);
}

/* Red Play Button Overlay */
.artwise-tm-about-video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('about/work-desk.jpg'); /* Use your uploaded background */
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 10;
}

.artwise-tm-about-play-button {
    width: 80px;
    height: 80px;
    background-color: #ef444400; /* YouTube Red */
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease;
}

.artwise-tm-about-play-button svg {
    width: 40px;
    height: 40px;
}

.artwise-tm-about-play-button:hover {
    transform: scale(1.1);
}

/* ---------------------------------  Video section */

.artwise-tm-about-beyond-section {
    padding: 100px 20px;
    background-color: #fff;
    font-family: 'poppins' , sans-serif;
    display: flex;
    justify-content: center;
}

.artwise-tm-about-beyond-container {
    max-width: 1300px;
    width: 100%;
    display: grid;
    grid-template-columns: 1.9fr 1fr; /* Left side wider than right */
    gap: 40px;
    position: relative;
}

/* Vertical Divider Line */
.artwise-tm-about-beyond-right {
    border-left: 8px solid #000; /* Bold vertical line from screenshot */
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.artwise-tm-about-beyond-number {
    font-size: 4rem;
    font-weight: 400;
    line-height: 1;
}

.artwise-tm-about-beyond-title {
    font-size: 6rem;
    font-weight: 400;
    line-height: 0.9;
    margin-top: 20px;
}

/* Left Card Styling */
.artwise-tm-about-card-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
}

.artwise-tm-about-partner-card {
    border: none;
    padding: 0px;
    text-align: left;
    transition: background-color 0.3s ease;
    cursor: pointer;
    

}
.top-one-mt{
margin-top: 200px;
}
.artwise-tm-about-partner-card1 {
    border: none;
    padding: 60px 40px;
    text-align: left;
    transition: background-color 0.3s ease;
    cursor: pointer;
}

.artwise-tm-about-partner-card:hover {
    background-color: #f9f9f9;
}

.artwise-tm-about-partner-card h2 {
    font-size: 3.2rem;
    font-weight: 800;
    color: #000;
    display: flex;
    justify-content: center;
}
.artwise-tm-about-partner-card1 h2 {
    font-size: 3.2rem;
    font-weight: 800;
    color: #000;
    display: flex;
    justify-content: center;
}

.artwise-tm-about-beyond-description {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #333;
    margin-bottom: 40px;
    text-align: justify;
}

/* Email Button Styling */
.artwise-tm-about-email-wrapper {
    display: flex;
    justify-content: center;
}

.artwise-tm-about-email-btn {
    text-decoration: none;
    color: #000;
    padding: 10px 40px;
    border: 1px solid #e0e0e0;
    border-radius: 25px;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.artwise-tm-about-email-btn:hover {
    background-color: #000;
    color: #fff;
}

/* Responsive Design */
@media (max-width: 992px) {
    .artwise-tm-about-beyond-container {
        grid-template-columns: 1fr; /* Stack vertically on tablets */
    }
    
    .artwise-tm-about-beyond-right {
        order: -1; /* Move "Beyond" title to the top on mobile */
        border-left: none;
        border-bottom: 4px solid #000;
        padding-left: 0;
        padding-bottom: 20px;
        margin-bottom: 30px;
    }

    .artwise-tm-about-beyond-title {
        font-size: 4rem;
    }
}

@media (max-width: 480px) {
    .artwise-tm-about-partner-card h2 {
        font-size: 2.1rem;
        font-weight: 800;
    }
    
    .artwise-tm-about-beyond-title {
        font-size: 3rem;
    }
    .artwise-tm-about-partner-card {
    margin-top: 0px;
    padding: 10px 40px;
}
    .artwise-tm-about-partner-card1 {
    margin-top: 0px;
    padding: 10px 40px;
}
}


.artwise-mt-estimate {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  /* Simulating the blurry background in the image */
          background: linear-gradient(
    180deg,
    #e0d4c3 0%,
    #ddb585 50%,
    #cdb290 100%
);
  font-family: 'poppins', sans-serif;
  overflow: hidden;
}

.artwise-mt-estimate-container {
  max-width: 1000px;
  width: 100%;
  position: relative;
}

.artwise-mt-estimate-grid {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  gap: 100px; /* Isse dono cards ke beech 40px ka gap aayega */
  max-width: 1300px;
  margin: 0 auto;
}

/* Glass Card Base Style */
.artwise-mt-glass-card {
  background: rgba(255, 255, 255, 0.12); /* Light frosted effect */
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  padding: 50px;
  width: 450px; /* Fixed width for better control */
  aspect-ratio: 1 / 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
  transition: transform 0.3s ease;
}

/* Position Left Card higher */
.artwise-mt-card-left {
  text-align: left;
}
/* .artwise-mt-glass-card:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.18);
} */
/* Position Right Card lower and slightly behind */
.artwise-mt-card-right {
  z-index: 1;
  transform: translate(-20px, 60px); /* Overlap effect */
  text-align: center;
  cursor: pointer;
}
.artwise-link-mt-Enquire{
  text-decoration: none;
}

/* Typography */
.artwise-mt-estimate-title {
  color: #000000;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 20px;
}

.artwise-mt-divider {
  width: 100%;
  border: none;
  border-top: 3px solid #000;
  margin-bottom: 30px;
}

.artwise-mt-estimate-details {
  color: #000000;
  font-size: 1rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 1px;
}

.artwise-mt-enquire-text {
  color: #000000;
  font-size: 2.2rem;
  font-weight: 400;
}

.artwise-mt-footer-branding {
  position: absolute;
  bottom: -150px;
  left: 50%;
  transform: translateX(-50%);
  color: #000000;
  font-size: 1.2rem;
  opacity: 0.8;
  width: 100%;
  text-align: center;
}

/* Container styling for spacing */
.artwise-tm-about-card-wrapper {
    display: flex;
    justify-content: center;
    gap: 40px; /* Cards ke beech ka gap */
    padding: 50px;
    flex-wrap: wrap;
}

/* Base card styling */
.artwise-tm-about-partner-card {
    background-color: transparent;
    width: 100%;
    height: 300px;
    perspective: 1000px; /* 3D effect ke liye zaroori hai */
}

/* Inner container jo actually flip hoga */
.card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1); /* Slow aur smooth flip */
    transform-style: preserve-3d;
    cursor: pointer;


}

/* Hover effect */
.artwise-tm-about-partner-card:hover .card-inner {
    transform: rotateY(180deg);
}

/* Front and Back common styling */
.card-front, .card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden; /* Back side ko hide karne ke liye */
    backface-visibility: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    padding: 20px;
}

/* Front side design */
.card-front {
    background-color: #ffffff; /* Light grey/white */
    color: #333;
    border: none;

}

/* Back side design */
.card-back {
    background-color: #ffffff; /* Dark color for back */
    color: white;
    transform: rotateY(180deg); /* Pehle se flip rahega */
}

/* Back side content spacing */
.card-back p {
    font-size: 20px;
    margin-bottom: 15px;
    color: black;
    line-height: 2;
    text-align: left;
}

.card-back button {
    padding: 8px 15px;
    background: #ffcc00;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
}
/* --- Responsive Media Queries --- */


/* Tablet (max-768px) */
@media screen and (max-width: 768px) {
  .artwise-mt-estimate-grid {
    gap: 25px;
  }
   .artwise-mt-card-left, .artwise-mt-card-right {
    transform: none; /* Remove overlap for cleaner tablet look */
    padding: 30px;
  }
  .artwise-mt-glass-card {
    width: 340px;
    padding: 30px;
    gap: 0px;
  }
  .artwise-mt-estimate-title {
    font-size: 1.8rem;
  }
  .artwise-tm-about-container{
    margin: 0;
    padding: 0px 15px;
    display: flex;
    flex-direction: column;
  }
  .artwise-tm-about-content p{
    font-size: 1.6rem;
  }
  .artwise-tm-about-title{
    font-size: 3.1rem;
  }
  .artwise-tm-about-qr-text{
    font-size: 1.5rem;
  }
  .artwise-tm-about-qr-code {
    width: 150px;
    height: 150px;
  }
  .artwise-tm-about-qr-wrapper {
    display: flex;
    flex-direction: column;
    align-items: start;
  }
  .artwise-tm-about-partner-card {
    margin: 0px;
  }
  .artwise-tm-about-section-03 {
    top:0;
  }
  .artwise-tm-about-iframe {
    position: relative;
}
.artwise-tm-about-section-06 {
    top:200px;
    padding: 20px 20px 200px 20px
}
.artwise-tm-about-video-wrapper {
    left:15px;
}
}

/* Mobile (max-425px) */
@media screen and (max-width: 425px) {
  .artwise-mt-estimate-grid {
      grid-template-columns: 1fr; /* Stack vertically */
    flex-direction: column; /* Mobile par cards ek ke niche ek aayenge */
    gap: 30px;
  }
  .artwise-mt-glass-card {
    width: 100%; /* Mobile par full width */
    max-width: 320px;
    aspect-ratio: auto;
    min-height: 280px;
    gap: 0px;
  }

  .artwise-mt-enquire-text {
    font-size: 1.8rem;
  }
    .artwise-mt-footer-branding {
    bottom: -30px;
  }
   .artwise-mt-card-right {
    margin-top: -20px; /* Slight vertical overlap on mobile */
  }
.artwise-tm-about-card-wrapper {
    padding: 0;
}
.artwise-tm-about-partner-card {
    padding: 5px;
}
  .card-back p {
    font-size: 15px;
    margin-bottom: 15px;
    color: black;
    line-height: 1.4;
    text-align: left;
}
.artwise-xd-title {
    font-size: 2rem;
}
.artwise-xd-breadcrumb{
font-size: 1rem;
}
.artwise-xd-01-container{
    padding: 100px 20px 20px 20px;
}
.artwise-tm-about-iframe {
    position: relative;
}
}


.artwise-news-xt-email-btn {
    position: absolute;
    top: 10px;    /* Upar se gap */
    right: 10px;  /* Right se gap */
    
    background-color: #f0f0f0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 16px;
    transition: 0.3s ease;
    cursor: pointer;


}
.email-icon-mt {
  filter: grayscale(100%);
  cursor: pointer;
}


.artwise-news-xt-email-btn:hover {
    background-color: #000;
    color: #fff;

}

/* Dono cards ke liye common base transition */
.artwise-mt-glass-card {

    /* will-change: transform, box-shadow; */
    position: relative;
    overflow: hidden;
}

/* Hover Effect */
.artwise-mt-glass-card:hover {


    
    /* 2. Soft Shadow jo glass look ko depth de */
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    
    /* 3. Glass opacity badhane ke liye (agar aapne glassmorphism use kiya hai) */
    background-color: rgba(255, 255, 255, 0.225); 
    backdrop-filter: blur(12px);
}




