/*
Generat Settings
*/
 
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/** 
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
  }

  html, body {
    overflow-x:hidden;
    width:100%;
  }
  html {
  scroll-behavior: smooth;
}
  /* Sections
     ========================================================================== */
  
  /**
   * Remove the margin in all browsers.
   */
  
  body {
    margin: 0;
  }
  
  /**
   * Render the `main` element consistently in IE.
   */
  
  main {
    display: block;
  }
  
 
  
  /* Grouping content
     ========================================================================== */
  
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  
  hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /* Text-level semantics
     ========================================================================== */
  
  /**
   * Remove the gray background on active links in IE 10.
   */
  
  a {
    background-color: transparent;
    
  }
  ul#myNavbar li a span.ho {
    color: #000 !important;
}

/* ul#myNavbar li a:hover {
  border-bottom: 3px solid #f58f22;
  margin-top:40px;
} */
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  
  abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
  }
  
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  
  b,
  strong {
    font-weight: bolder;
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  code,
  kbd,
  samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /**
   * Add the correct font size in all browsers.
   */
  
  small {
    font-size: 80%;
  }
  
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  sup {
    top: -0.5em;
  }
  
  /* Embedded content
     ========================================================================== */
  
  /**
   * Remove the border on images inside links in IE 10.
   */
  
  img {
    border-style: none;
  }
  
  /* Forms
     ========================================================================== */
  
  /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
  
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
  }
  
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  
  button,
  input { /* 1 */
    overflow: visible;
  }
  
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  
  button,
  select { /* 1 */
    text-transform: none;
  }
  
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  
  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button;
  }
  
  /**
   * Remove the inner border and padding in Firefox.
   */
  
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  
  /**
   * Restore the focus styles unset by the previous rule.
   */
  
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  
  /**
   * Correct the padding in Firefox.
   */
  
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  
  legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
  }
  
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  
  progress {
    vertical-align: baseline;
  }
  
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  
  textarea {
    overflow: auto;
  }
  
  /**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
  
  [type="checkbox"],
  [type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
  }
  
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  
  [type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
  }
  
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  
  ::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
  }
  
  /* Interactive
     ========================================================================== */
  
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  
  details {
    display: block;
  }
  
  /*
   * Add the correct display in all browsers.
   */
  
  summary {
    display: list-item;
  }
  
  /* Misc
     ========================================================================== */
  
  /**
   * Add the correct display in IE 10+.
   */
  
  template {
    display: none;
  }
  
  /**
   * Add the correct display in IE 10.
   */
  
  [hidden] {
    display: none;
  }


  /* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float:right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.gallery-caption {
  position: relative;
}
.bypostauthor {
  position: relative;
}


.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
background-color: #eee;
clip: auto !important;
clip-path: none;
color: #444;
display: block;
font-size: 1em;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
/* Above WP toolbar. */
}

table{
  width: 100%;
}
.widgets_grid_box .widget_categories ul:before, .widgets_grid_box .widget_meta ul:before, .widgets_grid_box .widget_archive ul:before{
  clear: both;
  content: '';
  overflow: auto;
}

.widgets_grid_box  ul ul.children{
  padding: 0px 0px 0px 5px!important;
  border-radius: 0px;
  border: 0px!important;
  
}

.widgets_grid_box .widget_categories ul li ,
.widgets_grid_box .widget_archive ul li{
  text-align: right;
}

.widgets_grid_box .widget_categories ul li a ,
.widgets_grid_box .widget_archive ul li a{
  float: left;
}
.post-password-form label{
width: 100%;
}
input[type="password"]{
  width: 100%;
}
.wp-block-button{
  margin-bottom: 15px;
}
.has-background-dim ,
.has-background-dim p{
  color: #fff;
}

.col-lg-12.padding_zero{
  padding: 0px;
}
.sec_comments .col-lg-12{
  padding: 0px;
}

.theme-btn.one {
        position: absolute;
        bottom: -0px;
        left: 0;
        right: 0;
        width: 270px;
        margin: auto;
        z-index: 3;
    }
 

.theme-btn.one {
    display: inline-block;
    padding: 0px 25px;
    border-radius: 10px 0px 10px 0px;
    background: var(--primary-color-one);
    color: #fff;
    border: 1px solid var(--primary-color-one);
    line-height: 56px;
    min-height: 56px;
    min-width: 260px;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}


/* =====================side text   ============================================ */
.sidebar {
  width: 5rem;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  background: #333;
  transition: width 0.3s ease;
  overflow: hidden;
  box-sizing: border-box;
  z-index: 99999;
}

.sidebar:hover {
  width: 13rem;
}

.nav-list-side {
  padding-top: 6rem;
  margin: 0;
  list-style: none;
}

.nav-item-side {
  display: flex;
      align-items: center;
      justify-content: center;
      padding: 1rem 0.5rem;
      transition: background 0.3s;
      margin-left: -3rem;
}

.nav-item-side:hover {
  background-color: #111;
}

.nav-item-side a {
  display: flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
  gap: 0.75rem;
}

.nav-item__icon-side,
.nav-item-side img {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-item-side img {
  object-fit: contain;
}

.nav-item__text-side {
  display: none;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: normal;
  color: #fff;
}

.sidebar:hover .nav-item-side {
  justify-content: flex-start;
}

.sidebar:hover .nav-item__text-side {
  display: inline-block;
}

img#leftFive {
  margin-left: -15px;
}
/* =====================sliding text ============================================ */
section.service-section.bg_light_1 {
  min-height: 1040px;
}

/* .service_post.style_four {min-height: 525px !important;} */
 
.service_post.style_four {
  min-height: 670px !important;
}
.stats-container {
  display: flex;
  max-width: 800px;
  margin: -40px auto;
  flex-direction: column;
}

.stat-item {
  text-align: center;
  line-height: 1.3;
  display: flex;
  flex-direction: column;
}
.stat-item img {
  position: relative;
  top: 70px;
  width: 70px;
  z-index: -1;
}
.stat-number {
  font-size: 36px;
  font-weight:bold;
  color: #008080;
  margin-bottom: 5px;
}
.title h2 {
  font-size: 22px;
}
.stat-label {
  font-size: 14px;
  color: #666666;
  font-weight: normal;
}
.counterOne {
  padding-bottom: 80px;
}
.counterOne span {
  margin-bottom: 0;
  color: #008080;
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  padding-bottom: 50px;
}

.prgoress_indicator { 
  right: 100px !important;
}

.whatsapp-icon img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.container-fluid {
  width: 90% !important;
}
.project_box.style_three .content_inner
{
  width: 100% !important;
}

.header .header_content_collapse .navigation_menu .navbar_nav li .dropdown-menu .dropdown-menu, .default_sickty_heaad .header_content_collapse .navigation_menu .navbar_nav li .dropdown-menu .dropdown-menu {
  left: 230px !important;
}

.project_box.style_three .content_inner div a{ background-color: transparent !important;}
.project_all.filt_style_two .fliter_group .project_filter li, .project_all.filt_style_three .fliter_group .project_filter li, .project_all.filt_style_four .fliter_group .project_filter li, .project_all.filt_style_five .fliter_group .project_filter li
{ color:4a4e56;}
li.img-fluid.ss {
  color: #4a4e56;
}

.history-con p {
  color: #333;
  font-size: 17px;
}
.history-con ul 
{
  list-style-type: square;
  color:#f58f22;
  
}
.history-con ul li { color:#282f3b; font-size:20px; font-weight: 500; line-height: 70px;}
.history-con ul li span { color:#f58f22; font-size: 20px; font-weight:700;}
.history-con-bot h3{ font-size: 18px;}

.why-us-section {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin-bottom: 20px;
}
.why-us-section h1 {
  font-size: 2rem;
  color: #2c3e50;
  margin-bottom: 20px;
  text-align: center;
}
.content-col h3 { font-size: 18px; }
.content-col {
  flex: 1;
  min-width: 0;
  padding: 0;
}
.image-col img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}
.content-col ul {
  list-style-type: disc;
  padding-left: 20px;
}
.content-col li {
  margin-bottom: 10px;
  font-size: 1rem;
  color: #34495e;
  margin-left: 30px !important;
}
@media (max-width: 767px) {
  .image-col {
      order: -1; /* Image top on mobile */
  }
  .why-us-section h1 {
      font-size: 1.5rem;
  }
}
.em-ch span {
  color: #f58f22;
}


.custom-form {
  max-width: 700px;
  margin: 0 auto;
  font-family: 'Segoe UI', sans-serif;
}

.form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.form-group.full-width {
  width: 100%;
  margin-bottom: 20px;
}

.form-group label {
  font-weight: 600;
  margin-bottom: 8px;
  color: #333;
}

.form-input {
  padding: 12px;
  border: none;
  background-color: #e6e6e6;
  border-radius: 5px;
  font-size: 14px;
  color: #333;
}

.form-input:focus {
  outline: 2px solid #ff9800;
  background-color: #fff;
}

.submit-btn {
  width: 100%;
  padding: 15px;
  background-color: #f7941d;
  border: none;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s;
}

.submit-btn:hover {
  background-color: #e07d00;
}
@media (max-width: 768px) {
  .form-row {
    flex-direction: column;
  }
}

img.wp-post-image {
  min-width: 445px;
}




.Quality-con p {
  color: #333;
}
.Quality-con ul 
{
  list-style-type: square;
  color:#f58f22;
  
}
.Quality-con ul li { color:#282f3b; font-size:16px; font-weight: 400; }


/*    app - test */

/* Modal Image Styling */
.modal {
  display: none;
  position: fixed;
  /* z-index: 9999; */
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.9);
}

.modal-content {
  margin: auto;
  display: block;
  max-width: 90%;
  max-height: 90vh;
  animation: zoom 0.3s ease-in-out;
  border-radius: 10px;
}

@keyframes zoom {
  from {transform: scale(0.5);}
  to {transform: scale(1);}
}

.close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  cursor: pointer;
  z-index: 10000;
}

.close:hover,
.close:focus {
  color: #ff0000;
}

.slider-btn-group {
  position: absolute;
  top: -60px;
  right: 0;
  display: flex;
  gap: 10px;
  z-index: 10;
}

.slider-btn {
  background: #fff;
  border-radius: 50%;
  padding: 10px;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.cover-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}
.card-img img {
  width: 90%;
}
.card-img img {
  width: 95%;
  padding-bottom: 10px;
}
.card-content.imgDes h4 {
  font-size: 16px;
  line-height: 24px;
}
.modal{
  padding-top:140px;
}

.modal span.close {
  padding-top: 140px;
}

/* .img-frm{
  padding-top:60px;
  padding-bottom: 60px;
} */
/* end app - test */

.swiper-Head {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
.swiper-Head h2 {
  font-size: 22px;
  border-right: 2px solid #000;
  padding-right: 50px;
}

.aboutEn p {
  font-size: 17px;
  line-height: 28px;
  text-align: justify;
}
.news_box.style_seven .content_box h2 a{ font-size: 18px !important;}
.prgoress_indicator { bottom: 90px; }
.slider.nav_position_one .owl-next{right: 170px !important;}



.project_box.style_three .content_inner h2 a{padding-left:0 !important;}

img#leftOne {
  margin-left: -3px;
  margin-right: 10px;
}
img#leftTwo {
  margin-left: -15px;
}
img#leftThree {
  margin-left: -20px;
  margin-right: -6px;
}

img#leftFour {
  margin-left: -17px;
}

img#leftFive {
  margin-left: -25px;
  margin-right: -5px;
}

.page_header_default .page_header_content{ z-index: 1 !important;}
.title_all_box.style_six .title_sections p {
  font-size: 17px !important;
  line-height: 28px!important;
  padding: 0px 0px 10px 0px;
}
.news_box.style_seven .content_box h2 a {
  font-size: 16px !important;
}
.title_sections h2 {
  text-align: center;
  padding-bottom: 20px;
  font-size: 30px;
}

.card-content.imgDes h4 {
  font-size: 16px;
  font-weight: 500;
}
.content_inner p {
  text-align: justify;
}
ul.project_filter.dark.clearfix li {
  padding: 24px 40px !important;
}

/*  project */

/* ===== Slider Row ===== */
.unique-thumbnail-slider {
  display: flex;
  overflow-x: auto;
  gap: 10px;
  padding: 15px;
  background: #f8f8f8;
  scrollbar-width: thin;
}
.unique-thumbnail-slider img {
  width: 140px;
  height: 100px;
  object-fit: cover;
  border-radius: 6px;
  cursor: pointer;
  transition: transform 0.2s;
}
.unique-thumbnail-slider img:hover {
  transform: scale(1.05);
}

/* ===== Modal Overlay ===== */
.unique-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.7);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.unique-modal-content {
  background: #fff;
  width: 85%;
  max-width: 1500px;
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

/* ===== Left Column (Carousel) ===== */
.unique-carousel {
  flex: 1;
  position: relative;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.unique-carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.unique-prev, .unique-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.5);
  color: #fff;
  font-size: 24px;
  padding: 8px 12px;
  cursor: pointer;
  border-radius: 50%;
  user-select: none;
}
.unique-prev { left: 10px; }
.unique-next { right: 10px; }

/* ===== Right Column (Text) ===== */
.unique-modal-text {
  flex: 1;
  padding: 20px;
  overflow-y: auto;
}

/* ===== Close Button ===== */
.unique-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 30px;
  color: white;
  cursor: pointer;
  z-index: 10000;
}
.aux-tech{ margin:0 0 0 20px;}
.pt-25{ padding-top:25px;}

.slider .owl-prev::before {
    content: "\f104";
}
.slider .owl-prev::before, .slider .owl-next::before { background: rgba(0, 0, 0, 0.5) !important;}
h1.animate_left {text-align: center;}
  

/* logo Marquee*/
.logo-marquee {
  overflow: hidden;
  position: relative;
  background: #fff;
  padding: 20px 0;
}

.logo-track {
  display: flex;
  width: max-content;
  animation: scroll 50s linear infinite;
}

.logo-track img {
  height: 60px;
  margin: 0 40px;
  object-fit: contain;
}

/* Animation dynamic hogi */
@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); } /* full width move karega */
}

/* Hover par pause */
.logo-marquee:hover .logo-track {
  animation-play-state: paused;
}
section.client-brand-section {
    padding: 20px;
}

/* end logo marque*/

.page_header_default { min-height: 450px !important;}
.c-p-head h3{padding-left:15px; font-size: 18px;}
.c-p-head ul li{ margin-left: 15px;}

.service_post.style_four .image_box img {
    min-height: 350px!important;
    width: 100%;
    -o-object-fit:fill!important;
    object-fit: fill!important;
}

p.title_para {
    padding-bottom: 30px;
}

.parallax_cover img {
    object-fit: fill!important;
}

p.description.animate_right.banT {
    text-align: center;
    padding: 0 150px;
}

.whatsapp-icon {
  position: fixed;
  bottom: 70px;
  right: 10px;
  z-index: 99999;
}

.whatsapp-icon a {
  display: block;
  background-color: #25d366;
  padding: 10px;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.whatsapp-icon img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.content-col.ease-in.comLT ul li {
    text-align: justify;
}

.header .header_content_collapse .navigation_menu .navbar_nav li.active a.nav-link, .default_sickty_heaad .header_content_collapse .navigation_menu .navbar_nav li.active a.nav-link{
  color:#f58f22 !important;
}

p.description.animate_right{ padding: 0 350px;}


 /* ====== Container ====== */
  .va-gallery {
    max-width: 1100px;
    margin: 24px auto;
    padding: 0 16px;
    font-family: system-ui, "Segoe UI", Roboto, "Noto Nastaliq Urdu", sans-serif;
    color: #111;
  }

  .va-gallery__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
  }

  .va-gallery__title {
    font-size: 1.2rem;
    font-weight: 700;
  }

  /* ====== Player area ====== */
  .va-player {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9; /* keeps responsive 16:9 frame */
    background: #000;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(16,16,16,0.12);
    margin-bottom: 18px;
  }

  .va-player__iframe {
    width: 100%;
    height: 100%;
    border: 0;
  }

  .va-player__placeholder {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 1rem;
    background: linear-gradient(180deg, rgba(0,0,0,0.35), rgba(0,0,0,0.45));
    z-index: 2;
  }

  .va-player__controls {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 3;
    display: flex;
    gap: 8px;
  }

  .va-btn {
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.12);
    color: #fff;
    padding: 6px 10px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 0.9rem;
    backdrop-filter: blur(4px);
  }
  .va-btn:active { transform: translateY(1px); }

  /* ====== Thumbnails grid ====== */
  .va-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }

  .va-thumb {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 6px 14px rgba(16,16,16,0.06);
    cursor: pointer;
    transition: transform .18s ease, box-shadow .18s ease;
    display: flex;
    flex-direction: column;
  }

  .va-thumb:hover { transform: translateY(-6px); box-shadow: 0 14px 30px rgba(16,16,16,0.12); }

  .va-thumb__media {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #ddd;
    flex-shrink: 0;
  }

  .va-thumb__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .va-play-overlay {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    pointer-events: none;
  }

  .va-play-icon {
    width: 64px;
    height: 64px;
    background: rgba(0,0,0,0.55);
    border-radius: 50%;
    display: grid;
    place-items: center;
    box-shadow: 0 6px 18px rgba(0,0,0,0.45);
  }

  .va-play-icon::after {
    content: "";
    display: inline-block;
    margin-left: 6px;
    border-style: solid;
    border-width: 12px 0 12px 20px;
    border-color: transparent transparent transparent #fff;
  }

  .va-thumb__body {
    padding: 10px 12px;
    display: flex;
    gap: 8px;
    flex-direction: column;
  }

  .va-thumb__title {
    font-size: 0.98rem;
    font-weight: 600;
    line-height: 1.2;
    color: #111;
  }

  .va-thumb__meta {
    font-size: 0.82rem;
    color: #666;
  }

  /* Small screens adjustments */
  @media (max-width: 520px) {
    .va-play-icon { width: 48px; height: 48px; }
  }

  .project_box.style_three
  {
    padding: 20px 0 !important;
  }  

  .card-img img {
    width: 500px;
    height: 400px;
    border-radius: 25px;
}

.prod-detailTD {padding-top: 40px;}
.prod-detailTD h4 {font-size: 16px;}
.prod-detailTD p  { font-size: 16px; font-weight: normal; }
.prod-detailTD ul  { list-style: none; }
.prod-detailTD ul li {font-size: 16px; font-weight: normal;text-indent: -15px; }
section.project_all.filt_style_two.filter_enabled { background-color: #f9f9f9;}
.btnSec { padding-top:40px; padding-left:85px;}
.row.t-por h4 {padding-left: 15px;}
.row.t-por p {padding-left: 15px;}

.card-content.imgDes { padding: 0 15px;}
.col-lg-4.prod-detailTD {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pd_top_30{padding-top: 30px !important;}
.img-frm {
    padding: 60px 0 0 0;
}

.carousel-caption{
  background: rgba(0, 0, 0, 0.7);
  border-radius: 12px;
}

/* Gallery Main */


/* ---------------- GLOBAL ---------------- */
.gallery-container {
    width: 95%;
    margin: auto;
    padding: 30px 0;
}

.gallery-title {
    text-align: center;
    font-size: 30px;
    margin-bottom: 30px;
    font-weight: bold;
}

/* GRID ROW WITH 4 COLUMNS */
.gallery-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin-bottom: 40px;
}

/* CARD */
.gallery-card {
    background: white;
    border-radius: 14px;
    padding: 15px;
    box-shadow: 0px 4px 15px rgba(0,0,0,0.15);
    transition: 0.3s;
}

.gallery-card:hover {
    transform: translateY(-6px);
}

.gallery-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 12px;
}

.gallery-info {
    margin-top: 12px;
    font-size: 14px;
    line-height: 20px;
}

.gallery-info b {
    color: #222;
}

/* Responsive */
@media (max-width: 900px) {
    .gallery-row {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .gallery-row {
        grid-template-columns: 1fr;
    }
}


/* ====== GALLERY inner GRID ====== */
.gallery-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin: 40px auto;
}

.gallery-thumb {
  width: 100%;
  /* height: 180px; */
  object-fit: cover;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.3s ease;
}

.gallery-thumb:hover {
  transform: scale(1.05);
  opacity: 0.8;
}

/* ====== MODAL OVERLAY ====== */
.gallery-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.9);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* ====== SLIDER IMAGE ====== */
.gallery-slide-img {
  max-width: 80%;
  max-height: 80%;
  border-radius: 10px;
  transition: transform .5s ease;
}

/* ====== CLOSE BUTTON ====== */
.close-btn {
  position: absolute;
  top: 20px;
  right: 40px;
  color: white;
  font-size: 40px;
  cursor: pointer;
}

/* ====== ARROWS ====== */
.arrow {
  position: absolute;
  top: 50%;
  font-size: 60px;
  color: #fff;
  cursor: pointer;
  transform: translateY(-50%);
  user-select: none;
}

.left-arrow { left: 50px; }
.right-arrow { right: 50px; }

.arrow:hover { color: #ddd; }





/*  T&D  */

.td-section {
    margin: 60px 0;
}

.td-title {
    text-align: center;
    font-size: 28px;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

.td-carousel {
    position: relative;
    overflow: hidden;
}

.td-track {
    display: flex;
    gap: 24px;
    transition: transform 0.6s ease;
}

.td-card {
    flex: 0 0 calc(25% - 18px); /* 4 thumbnails */
    background: #fff;
    border-radius: 16px;
    text-decoration: none;
    color: #111;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: transform .3s ease;
}

.td-card:hover {
    transform: translateY(-6px);
}

.td-card img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    border-radius: 16px;
}

.td-info {
    padding: 10px 5px;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 500; 
    color: #282f3b;
}

/* Arrows */
.td-arrow {
    position: absolute;
    top: 30%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: none;
    background: #111;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    font-size: 20px;
}

.td-prev { left:  0px; }
.td-next { right: 0px; }



/* Gallery */

/* MAIN SECTION */
.bt-gallery-section {
    padding: 60px 0;
    background: #f6f7f8;
}

/* CONTAINER */
.bt-gallery-container {
    width: 90%;
    max-width: 1300px;
    margin: auto;
}

/* GRID */
.bt-gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

/* ITEM */
.bt-gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    background: #000;
    text-decoration: none;
}

/* IMAGE */
.bt-gallery-item img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

/* HOVER ZOOM */
.bt-gallery-item:hover img {
    transform: scale(1.08);
}

/* OVERLAY */
.bt-gallery-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.55);
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.3s ease;
}

.bt-gallery-item:hover .bt-gallery-overlay {
    opacity: 1;
}
.bt-gallery-caption {
    margin-top: 12px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    z-index: 99999 !important;
    position: relative;
    margin-top: -75px;
    background-color: #000;
    padding: 5px 0 8px 0;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
    .bt-gallery-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .bt-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .bt-gallery-grid {
        grid-template-columns: 1fr;
    }
}


/*  Detail Gallery */

/* GALLERY GRID */
.bt-gallery-wrapper {
    padding: 40px;
}

.bt-gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.bt-gallery-item {
    width: 100%;
    height: 220px;
    object-fit: cover;
    cursor: pointer;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.bt-gallery-item:hover {
    transform: scale(1.04);
    box-shadow: 0 12px 25px rgba(0,0,0,0.25);
}

/* MODAL */
.bt-gallery-modal {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.9);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.bt-gallery-modal.active {
    display: flex;
}

.bt-gallery-modal-img {
    max-width: 88%;
    max-height: 88%;
    border-radius: 10px;
}

/* ARROWS */
.bt-gallery-arrow {
    position: absolute;
    top: 50%;
    font-size: 45px;
    color: #fff;
    cursor: pointer;
    user-select: none;
    transform: translateY(-50%);
    padding: 10px;
}

.bt-gallery-arrow.left {
    left: 30px;
}

.bt-gallery-arrow.right {
    right: 30px;
}

/* CLOSE */
.bt-gallery-close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .bt-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .bt-gallery-grid {
        grid-template-columns: 1fr;
    }

    .bt-gallery-arrow {
        font-size: 35px;
    }
}


/*  Vdo Gallery  */
.vg-wrapper {
  max-width: 1200px;
  margin: auto;
  padding: 20px;
}

.vg-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 20px;
}

.vg-item {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-radius: 10px;
}

.vg-item img {
  width: 100%;
  display: block;
  transition: transform 0.3s ease;
}

.vg-item:hover img {
  transform: scale(1.05);
}

.vg-play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  color: #fff;
  background: rgba(0,0,0,0.4);
}

/* Modal */
.vg-modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.8);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.vg-modal-content {
  position: relative;
  width: 90%;
  max-width: 800px;
  background: #000;
  border-radius: 10px;
  padding: 15px;
}

.vg-modal video {
  width: 100%;
  height: auto;
}

.vg-close {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #fff;
  color: #000;
  font-size: 22px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}
.vg-item h4 {
    font-size: 10px;
    text-align: center;
    position: relative;
    background: #000;
    color: #fff;
}
/* Responsive */
@media (max-width: 600px) {
  .vg-play {
    font-size: 40px;
  }
}

/* end vdo Gallery */

/*  PDF Gallery */
.pdfg-wrapper {
  max-width: 1200px;
  margin: auto;
  padding: 20px;
}

.pdfg-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 20px;
}

.pdfg-item {
  position: relative;
  cursor: pointer;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.pdfg-item img {
  width: 100%;
  display: block;
}

.pdfg-label {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.5);
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.3s;
}

.pdfg-item:hover .pdfg-label {
  opacity: 1;
}

/* Modal */
.pdfg-modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.8);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.pdfg-modal-content {
  position: relative;
  width: 90%;
  max-width: 900px;
  height: 85%;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}

.pdfg-modal iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.pdfg-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 28px;
  cursor: pointer;
  z-index: 10;
}
.pdfg-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 thumbnails per row */
  gap: 20px;
}

.pdfg-item {
  aspect-ratio: 4 / 3; /* sab thumbnails same height */
}

.pdfg-item img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* image stretch nahi hogi */
}

/* Tablet */
@media (max-width: 992px) {
  .pdfg-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Mobile */
@media (max-width: 600px) {
  .pdfg-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* end PDF Gallery  */
.pdfg-item { min-width: 350px;}

.td-info{ text-transform: none !important;}



/*   thumbnail slider */

.ua-pro-slider {
    position: relative;
    display: flex;
    align-items: center;
    margin: 40px 0;
    width: 100%;
}

.ua-pro-wrapper {
    overflow: hidden;
    width: 100%;
}

.ua-pro-track {
    display: flex;
    transition: transform 0.5s ease;
}

.ua-pro-item {
    flex: 0 0 25%; /* 4 items visible */
    padding: 0 10px;
    box-sizing: border-box;
}

.ua-pro-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: 0.3s;
    height: 100%;
}

.ua-pro-card:hover {
    transform: translateY(-5px);
}

.ua-pro-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    cursor: pointer;
}

.ua-pro-content {
    padding: 15px;
    font-size: 14px;
}

/* Arrows */
.ua-pro-arrow {
    background: #000;
    color: #fff;
    border: none;
    padding: 10px 15px;
    font-size: 18px;
    top: -70px !important;
    position: relative;
    cursor: pointer;
    border-radius: 50%;
}

/* Modal */
.ua-pro-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.85);
    justify-content: center;
    align-items: center;
}

.ua-pro-modal-img {
    max-width: 90%;
    max-height: 85%;
}

.ua-pro-close {
    position: absolute;
    top: 20px;
    right: 40px;
    font-size: 35px;
    color: #fff;
    cursor: pointer;
}


.ua-pro-modal{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,0.85);
    display:flex;
    justify-content:center;
    align-items:center;
    z-index:9999;

    opacity:0;
    visibility:hidden;
    transition:opacity 0.4s ease;
}

.ua-pro-modal.active{
    opacity:1;
    visibility:visible;
}

.ua-pro-modal img{
    max-width:90%;
    max-height:90%;
    transform:scale(0.8);
    transition:transform 0.4s ease;
}

.ua-pro-modal.active img{
    transform:scale(1);
}

.ua-pro-close{
    position:absolute;
    top:20px;
    right:30px;
    font-size:40px;
    color:#fff;
    cursor:pointer;
}


/* Contact us page */

.contact-header h1{
  font-size:42px;
  font-weight:700;
  margin-bottom:10px;
}

.contact-header p{
  font-size:18px;
  opacity:0.9;
}

/* Main Container */
.contact-container{
  max-width:1100px;
  margin:20px auto;
  background:#fff;
  display:flex;
  flex-wrap:wrap;
  box-shadow:0 15px 40px rgba(0,0,0,0.08);
  border-radius:12px;
  overflow:hidden;
}
.contact-info h2 {
    color: #fff;
}
/* Left Side - Form */
.contact-form{
  flex:1;
  padding:40px;
}

.contact-form h2{
  margin-bottom:25px;
  font-size:26px;
  color:#0f2027;
}

.form-group{
  margin-bottom:18px;
}

.form-group input,
.form-group textarea{
  width:100%;
  padding:12px 14px;
  border:1px solid #ddd;
  border-radius:6px;
  font-size:15px;
  transition:0.3s;
}

.form-group input:focus,
.form-group textarea:focus{
  border-color:#2c5364;
  outline:none;
  box-shadow:0 0 5px rgba(44,83,100,0.3);
}

.form-group textarea{
  resize:none;
  height:120px;
}

.contact-form button{
  background:#2c5364;
  color:#fff;
  padding:12px 30px;
  border:none;
  border-radius:6px;
  font-size:16px;
  cursor:pointer;
  transition:0.3s;
}

.contact-form button:hover{
  background:#203a43;
}

/* Right Side - Info */
.contact-info{
  flex:1;
  background:#0f2027;
  color:#fff;
  padding:40px;
}

.contact-info h2{
  margin-bottom:25px;
  font-size:26px;
}

.info-item{
  margin-bottom:20px;
  line-height:1.6;
}

.info-item strong{
  display:block;
  margin-bottom:5px;
  font-size:16px;
  color:#00c6ff;
}

/* Responsive */
@media(max-width:900px){
  .contact-container{
    flex-direction:column;
  }
  .contact-header h1{
    font-size:32px;
  }
}
