.application-layout{
    padding:90px 0;
    background:#fff;
}

/* Heading */
.application-head{
    max-width:800px;
    margin:0 auto 70px;
    text-align:center;
}

.application-head .sub-title{
    display:block;
    color:#6a2dbd;
    font-size:14px;
    font-weight:600;
    letter-spacing:4px;
    text-transform:uppercase;
    margin-bottom:15px;
}

.application-head{
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;
    text-align:center !important;
    max-width:800px;
    margin:0 auto 70px !important;
}

.application-head .sub-title{
    display:block;
    width:100%;
    text-align:center !important;
}

.application-head .title{
    width:100%;
    text-align:center !important;
    margin-bottom:20px;
}

.application-head .dlab-separator{
    display:block !important;
    margin:0 auto 20px !important;
    float:none !important;
}

.application-head p{
    text-align:center !important;
    margin:0 auto !important;
    max-width:650px;
}
.application-head .dlab-separator{
    margin:0 auto 20px;
}

.application-head p{
    max-width:650px;
    margin:0 auto;
    color:#666;
    line-height:1.8;
}

/* Main Layout */
.application-wrap{
    display:grid;
    grid-template-columns:50% 50%;
    gap:80px;
    align-items:center;
}

/* Content Side */
.application-content{
    position:relative;
}

.application-content::before{
    content:"";
    position:absolute;
    left:20px;
    top:10px;
    bottom:10px;
    width:2px;
    background:#e5e5e5;
}

.app-line{
    position:relative;
    padding:0 0 40px 80px;
   
}

.app-line:last-child{
    margin-bottom:0;
    padding-bottom:0;
}

.app-line span{
    position:absolute;
    left:0;
    top:0;
    width:42px;
    height:42px;
    border-radius:50%;
    background:#6a2dbd;
    color:#fff;
    font-size:14px;
    font-weight:700;
    display:flex;
    align-items:center;
    justify-content:center;
    z-index:2;
}

.app-line h4{
    font-size:28px;
    margin-bottom:10px;
    color:#111;
}

.app-line p{
    margin:0;
    color:#666;
    line-height:1.8;
    font-size: 16px;
}

/* Image */
.application-image{
    overflow:hidden;
  
  
}

.application-image img{
    width:100%;
    height:500px;
    object-fit:cover;
    display:block;
    transition:0.8s ease;
}

.application-image:hover img{
    transform:scale(1.05);
}

/* Tablet */
@media(max-width:991px){

    .application-wrap{
        grid-template-columns:1fr;
        gap:50px;
    }

    .application-image{
        order:-1;
    }

    .application-image img{
        height:450px;
    }

    .application-head{
        margin-bottom:50px;
    }
}

/* Mobile */
@media(max-width:767px){

    .application-layout{
        padding:70px 0;
    }

    .application-head{
        margin-bottom:40px;
    }

    .application-head p{
        font-size:15px;
    }

    .application-content::before{
        left:15px;
    }

    .app-line{
        padding-left:60px;
        padding-bottom:30px;
        margin-bottom:30px;
    }

    .app-line span{
        width:32px;
        height:32px;
        font-size:12px;
    }

    .app-line h4{
        font-size:22px;
    }

    .application-image img{
        height:280px;
    }
}


.section-head h2.title {
    font-size: 35px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
}

@media(max-width:767px){
   .section-head h2.title {
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
} 
.application-head{
    margin-bottom: 20px !important;
}
}




.history-media{
    height:400px;
    overflow:hidden;
}

.history-media img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.section-head.text-center{
    text-align:center !important;
}

.section-head.text-center .title{
    text-align:center !important;
    width:100%;
}

.section-head.text-center .dlab-separator{
    margin:15px auto 20px !important;
    float:none !important;
    display:block !important;
}

.section-head.text-center .btn{
    display:inline-block;
    margin-top:10px;
}


.gypsum-why-section{
    padding:80px 0;
}

.gypsum-feature-wrap{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:0;
}

.gypsum-feature-item{
    padding:40px 30px;
    border-right:1px solid #e5e5e5;
    position:relative;
    transition:.4s ease;
}

.gypsum-feature-item:last-child{
    border-right:none;
}

.gypsum-feature-item:hover{
    background:#4c2576;
}

.gypsum-feature-item:hover h4,
.gypsum-feature-item:hover p,
.gypsum-feature-item:hover .feature-count{
    color:#fff;
}

.feature-count{
    font-size:70px;
    font-weight:700;
    color:#4c2576;
    line-height:1;
    margin-bottom:20px;
    transition:.4s;
}

.gypsum-feature-item h4{
    font-size:24px;
    margin-bottom:15px;
    transition:.4s;
}

.gypsum-feature-item p{
    margin:0;
    line-height:1.8;
    transition:.4s;
}

/* Tablet */
@media(max-width:991px){

    .gypsum-feature-wrap{
        grid-template-columns:repeat(2,1fr);
    }

    .gypsum-feature-item:nth-child(2){
        border-right:none;
    }

    .gypsum-feature-item{
        border-bottom:1px solid #e5e5e5;
    }
}

/* Mobile */
@media(max-width:767px){

    .gypsum-feature-wrap{
        grid-template-columns:1fr;
    }

    .gypsum-feature-item{
        border-right:none;
        padding:30px 20px;
    }

    .feature-count{
        font-size:50px;
    }
}
/* Default */
.gypsum-feature-item{
    padding:40px 30px;
    border-right:1px solid #e5e5e5;
    transition:.4s ease;
    background:#fff;
}




.content-inner {
    padding-top: 40px;
    padding-bottom: 0px;
}

.exhibition-bx{
  padding:80px 0 0 0;
}

/* MAIN FLEX FIX */
.exhibition-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:40px;
}

/* LEFT */
.exhibition-left{
  flex:1;
  overflow:hidden;
}

.exhibition-left img{
  width:100%;
  display:block;

}

/* RIGHT */
.exhibition-right{
  flex:1;
}

.exhibition-right h2{
  font-size:35px;
  margin-bottom:15px;
  text-transform: uppercase;

}

.exhibition-right p{
  font-size:16px;
  line-height:1.7;
}

/* BUTTON */
.exhibition-right .btn{
  display:inline-block;
  margin-right:10px;
  margin-top:15px;
  padding:10px 18px;
  background:#f59711;
  color:#fff;
  text-decoration:none;
  border-radius:6px;
}
.exhibition-right .btn:hover{
  display:inline-block;
  margin-right:10px;
  margin-top:15px;
  padding:10px 18px;
  background:#f59711;
  color:#fff;
  text-decoration:none;
  border-radius:6px;
}

/* ================= TABLET ================= */
@media(max-width:1024px){
  .exhibition-row{
    flex-direction:column;
    text-align:center;
  }
}
@media(max-width:767px){
  .exhibition-right h2{
    font-size:28px !important;
  }}

@media(max-width:768px){
  .exhibition-right h2{
    font-size:35px !important;
  }

.section-head.text-center .title {
     font-size:35px !important;
}
.section-head h4.title{
         font-size:35px !important;
}}


/* ================= MOBILE ================= */
@media(max-width:767px){
  .exhibition-right h2{
    font-size:28px !important;
  }

      .section-head.text-center .title {
        font-size: 28px !important;
    }
        .section-head h4.title {
        font-size: 28px !important;
    }
  .exhibition-right p{
    font-size:16px;
  }

  .exhibition-right .btn{

    margin:10px 0;
  }
  .content-inner {
    padding-top: 0px;
    padding-bottom: 30px;
}
.gypsum-why-section {
    padding: 50px 0;
}
.section-head h2.title {
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
}

}
@media(max-width:1024px){
  .section-head h2.title {
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
}  
}

@media (max-width: 767px) {
    .video-bx .btn {
     
        margin-bottom: 12px;
    }

    .video-bx .btn:last-child {
        margin-bottom: 0;
    }
    .section-head {
        text-align: center !important;
    }
      .section-head .title{
        text-align: center !important;
        font-size: 28px !important;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    
    .video-bx .text-center {
  
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 14px;
    }
  
    .section-head {
        text-align: center !important;
    }
      .section-head .title{
        text-align: center !important;
        font-size: 35px !important;
    }
    
    .video-bx .btn {
    
        align-items: center;
        justify-content: center;
        gap: 8px; /* icon + text space */
        text-align: center;
    }
    

    .video-bx .fa-whatsapp {
        margin-right: 6px; /* extra safety spacing */
    }
}

@media (max-width: 768px) {
    .video-bx .btn {

        margin-bottom: 12px;
    }

    .video-bx .btn:last-child {
        margin-bottom: 14px;
    }
}


.section-head {
    margin-bottom: 0px;
}

@media (max-width: 767px) {
    .gallery-box-2 .dlab-media img {
           width: 100%;
    height: 400px !important;
    object-fit: cover; /* Fills the area without distortion */
    display: block;
    }
    .gallery-box-2 .dlab-media {
        height: 400px !important;
    }
}
.gallery-box-2 .dlab-media {
    height: 500px; /* Adjust height as needed */
    overflow: hidden;
    margin-top: 10px;
}

.gallery-box-2 .dlab-media img {
    width: 100%;
    height: 500px;
    object-fit: cover; /* Fills the area without distortion */
    display: block;
}
.custom-zoom-icon{
    display: none !important;
}