@import url(../fonts/stylesheet.css);
.navbar-nav .nav-link, body {
    font-family: var(--font-regular);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
    --pmech-orange: #ff5722;
    --pmt-primary: #ef7f1a;
    --pmech-dark-blue: #09203E;
    --pmech-text-gray: #6c757d;
    --pmech-light-gray: #f8f9fa;
    --color-white: #fff;
    --color-black: #000000;
    --font-regular: 'poppinsregular';
    --font-medium: 'poppinsmedium';
    --font-bold: 'poppinsbold';
    --font-semibold: 'poppinssemibold';
    /*  */
     --pmech-orange: #FF7B29;
            --pmech-teal: #20B2AA;
            --pmech-dark: #2C2F36;
            --pmech-light-gray: #6C757D;
    /* job description */
     --primary-blue: #1e3a8a;
            --secondary-blue: #3b82f6;
            --light-blue: #dbeafe;
            --dark-blue: #1e40af;
            --text-gray: #6b7280;
            --light-gray: #f8fafc;
            --border-gray: #e5e7eb;
}
.text-black{
color: var(--color-black)!important;
}

.bg_gray{
background-color: rgb(248 249 250);
}
.pmt_header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 997;
    background: var(--color-white);
    box-shadow: 0 2px 1px -1px #7c7c7c33, 0 1px 1px #40404024, 0 1px 3px hsla(0, 0%, 0%, .122);
}
.site-branding {
    padding: 10px;
    display: flex;
    align-items: center;
}
.pmt_logo img {
    max-width: 15rem;
}
.social-icons a {
    color: var(--pmech-navy);
    margin: 0 8px;
    font-size: 18px;
}
.pmech_nav_link {
    padding: 28px 59px 19px 0;
    font-size: 18px;
}
.navbar-nav .nav-link {
    color: var(--pmech-navy);
}
.navbar-nav .nav-link.active {
    color: var(--pmt-primary);
    font-size: 18px;
}
.nav-item {
    padding-left: 36px;
}
li {
    font-family: var(--font-semibold);
}
.marque_section {
    width: 100%;
    background: var(--pmech-dark-blue);
    /* background: #ee7e1a; */
    color: var(--color-white);
    padding: 16px;
}
.marque_section_label {
    font-size: 18px;
    min-width: 260px;
}
.logo, .marque_section_label, .navbar-nav .nav-link.active, .slider-heading, .toggle-btn, h4 {
    font-family: var(--font-bold);
    color: #ffffff;
}
@keyframes scroll {
    0% {
    transform: translateX(0);
}
100% {
    transform: translateX(-50%);
}
}
.scrolling-banner {
    background-color: var(--pmech-black);
    color: var(--color-white);
    width: 100%;
    overflow: hidden;
    position: relative;
}
.banner-content {
    display: flex;
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: 100s linear infinite scroll;
}
.banner-item {
    padding: 0 15px;
    font-size: 16px;
    display: flex;
    align-items: center;
}
.scrolling-banner:hover .banner-content {
    animation-play-state: paused;
    cursor: grab;
}
#mobie_show {
    display: none!important;
}
.headers {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    background-color: var(--color-white);
    color: var(--color-white);
}
.logo {
    font-size: 24px;
}
.toggle-btn {
    font-size: 30px;
    cursor: pointer;
    display: block;
    color: var(--pmt-primary);
}
.sidebar {
    position: fixed;
    top: 80px;
    right: -250px;
    width: 250px;
    height: 100%;
    background-color: var(--pmech-dark-blue);
    color: var(--color-white);
    transition: .3s;
    padding-top: 15px;
}
.experience-number, .linkedin-icon {
    right: 20px;
    color: var(--color-white);
}
.sidebar a {
    display: block;
    padding: 16px;
    text-decoration: none;
    color: var(--color-white);
    font-size: 18px;
}
.sidebar a:hover {
    background-color: var(--pmt-primary);
}
.sidebar.active {
    right: 0;
    z-index: 2;
}
.bullet_clr {
    color: var(--pmech-black);
    padding-right: 5px;
}
@keyframes marquee {
    0% {
    transform: translateX(100%);
}
100% {
    transform: translateX(-100%);
}
}
.linkedin-icon:hover, .member-img-container:hover .member-img, .social-icons a:hover {
    transform: scale(1.1);
}
.social-icons a {
    display: inline-flex;
    justify-content: center;
    align-items: end;
}
.social-icons {
    margin-top: 30px;
}
.social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 40px;
    background-color: var(--pmech-navy);
    color: #fff;
    border-radius: 50%;
    margin-right: 0;
    transition: .3s;
}
.social-icons a:hover {
    transform: translateY(-3px);
}
.Mobile_view_logo{
    max-width: 128px;
}

/* banner section start */
.home-banner {
    position: relative;
    padding: 100px 0;
}
.home-banner .overlay {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    background-color: #0000005c;
    z-index: unset;
}
.home-banner img{
    bottom: -100px;
}
.home-banner h1, .home-banner h1 span, .home-banner p, .home-banner img {
    position: relative;
    z-index: 99;
    font-family: var(--font-bold);
    color: var(--color-white);
}
.pmech_link{
        color: #ff7800;
    text-decoration: none;
}
.home-banner p::after {
    content: '';
    background: #f17209;
    height: 4px;
    width: 57px;
    display: block;
    margin-top: 20px;
    margin-bottom: 29px;
}
.btn-oranges {
    font-size: 16px;
    color: var(--color-white);
    background: #ef7f1a;
    padding: 8px 23px;
    border-radius: 25px;
    /* font-weight: 600; */
    transition: 0.3s;
    font-family: 'Inter', sans-serif;
    /* font-family: var(--font-secondary); */
    border: 3px solid #f17209;
    position: relative;
}
.btn-oranges:hover{
 background: #ef7f1a;
 color: var(--color-white);
}
.btn-oranges:active{
   background: #ef7f1a !important;
 color: var(--color-white) !important; 
 border: none;
}
.btn.btn-white-border {
    font-size: 16px;
    color: var(--color-white);
    background: transparent;
    padding: 8px 23px;
    border-radius: 25px;
    transition: 0.3s;
    font-family: var(--font-secondary);
    border: 3px solid #fff;
    position: relative;
}
.btn.btn-white-border:active{
  color: var(--color-white) !important;   
   border: 3px solid #fff;
}
/* banner section end */

/* footer section start */
 .footer-section {
            background: var(--color-white);
            color: white;
            padding: 0;
            box-shadow: 0px 2px 10px #b2b2b2;
        }

        /* Header Section - Partnership */
        .partnership-section {
            padding: 20px 0;
            border-bottom: 1px solid #454A54;
        }

        .pmech-header-logo {
            display: flex;
            align-items: center;
            margin-bottom: 20px;
        }

        .pmech-logo-footer img{
           max-width: 150px;
        }

        .pmech-superscript {
            font-size: 0.8rem;
            vertical-align: super;
            color: var(--pmech-orange);
        }

        .pmech-tagline {
            font-size: 0.75rem;
            color: var(--pmech-light-gray);
            letter-spacing: 1px;
            margin-top: -5px;
            margin-bottom: 20px;
        }

        .partnership-title {
            font-size: 1.1rem;
            color: var(--color-black);
            margin-bottom: 15px;
        }

        .partnership-company {
            color: var(--pmech-dark-blue);
            text-decoration: underline;
            font-family: var(--font-semibold);
        }

        .partnership-company:hover {
            color: var(--pmech-orange);
            text-decoration: underline;
        }

        .partnership-description {
            color: var(--pmech-light-gray);
            font-size: 0.9rem;
            line-height: 1.6;
            margin-bottom: 0;
        }

        .cta-buttons {
            display: flex;
            gap: 15px;
            align-items: center;
        }

        .btn-schedule {
            background: var(--pmech-orange);
            color: white;
            border: none;
            padding: 12px 25px;
            border-radius: 6px;
            font-weight: 600;
            text-decoration: none;
            font-size: 0.9rem;
            transition: background 0.3s ease;
        }

        .btn-schedule:hover {
            background: #e55d15;
            color: white;
        }

        .btn-trial {
            background: var(--pmech-teal);
            color: white;
            border: none;
            padding: 12px 25px;
            border-radius: 6px;
            font-weight: 600;
            text-decoration: none;
            font-size: 0.9rem;
            transition: background 0.3s ease;
        }

        .btn-trial:hover {
            background: #1a9b95;
            color: white;
        }

        /* PMT Section */
        /* .pmt-section {
            padding: 30px 0;
            border-bottom: 1px solid #454A54;
        } */

        .pmt-logo-container {
            display: flex;
            align-items: center;
            margin-bottom: 20px;
        }

       

        

       

        .pmt-text {
            font-size: 1.3rem;
            font-weight: bold;
            color: white;
            margin: 0;
        }

        .pmt-tagline {
            font-size: 0.75rem;
            color: var(--pmech-light-gray);
            letter-spacing: 1px;
            margin-top: 2px;
        }

        .recognition-text {
            color: var(--pmech-teal);
            font-size: 0.9rem;
            margin-bottom: 0;
            font-family: var(--font-medium);
        }

        /* Navigation Section */
        .navigation-section {
            padding: 10px 0;
            /* border-bottom: 1px solid #454A54; */
        }

        .nav-links {
            display: flex;
            flex-wrap: wrap;
            gap: 30px;
            margin-top: 30px;
        }

        .nav-links a {
            color: var(--color-black);
            text-decoration: none;
            font-size: 0.95rem;
            transition: color 0.3s ease;
        }

        .nav-links a:hover {
            color: var(--pmech-orange);
           font-family: var(--font-semibold);
        }

        /* .social-icons {
            display: flex;
            gap: 15px;
        }

        .social-icons a {
            width: 35px;
            height: 35px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            text-decoration: none;
            font-size: 1.2rem;
            transition: color 0.3s ease;
        }

        .social-icons a:hover {
            color: var(--pmech-orange);
        } */

        /* Footer Bottom */
        .footer-bottom {
            padding: 20px 0;
            background: var(--pmech-dark-blue);
        }

        .copyright-section {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .copyright {
            color: var(--color-white);
            font-size: 0.85rem;
            margin: 0;
        }

        .footer-links {
            display: flex;
            gap: 30px;
        }

        .footer-links a {
            color: white;
            text-decoration: none;
            font-size: 0.85rem;
        }

        .footer-links a:hover {
            color: var(--pmech-orange);
        }
        .footer-bottom .footer-links a:hover{
            color: var(--color-white);
        }
/* footer section end */
/* about us section start */
.heading-title{
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 40px;
    color: var(--pmech-dark-blue);
    position: relative;
}
.heading-title::after{
    content: "PMT TANK";
    position: absolute;
    top: -40px;
    left: 65px;
    font-size: 84px;
    color: #fff;
    z-index: -1;
    -webkit-text-stroke: 0.3px #ec9477;
    font-weight: initial;
    font-family: var(--font-bold);
}

.section_divide_padding {
    padding: 100px 0px 0px 0px;
}
.section_divide_padding_b {
    padding: 0px 0px 100px 0px;
}

.slider-containers {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    margin-bottom: 70px;
    height: 350px;
}
.slider-items.active {
    opacity: 1;
}
.slider-items {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
}
.about-content{
padding: 60px 12px;
}
.about-content p{
    text-align: justify;
    color: var(--color-black);
    font-family: var(--font-medium);
}

/* about us section end */

/* manul design & tank design section start */
.header-section{
    padding: 0 20px 20px;
    text-align: center;
    color: var(--color-black);
}
.subtitle{
    font-family: var(--font-medium);
}

.header-section h1{
    font-family: var(--font-semibold);
    font-size: 2rem;
}

.header-section h2{
    font-family: var(--font-semibold);
}

.header-section h5{
    font-family: var(--font-semibold);
    line-height: 1.5;
    font-size: 1.50rem;
}

.section-title{
    font-family: var(--font-medium);
    color: var(--color-black);
}
.selling-points-title{
  font-family: var(--font-semibold);
}  

.point-text{
    font-family: var(--font-medium);
     line-height: 1.5;
}
.point-arrow{
    color: var(--pmt-primary);
   font-family: var(--font-semibold);
    font-size: 1.2rem;
            margin-right: 10px;
            margin-top: -1px;
}
 .point-item {
            display: flex;
            align-items: flex-start;
            margin-bottom: 15px;
        }
.card-content .point-arrow {
    color: var(--pmech-dark-blue);
}

.manual-design-section{
    padding: 50px 0px;
}
.pmt-section{
    padding: 50px 0px; 
}

/* manul design & tank design section end */

/* our product section start  */

.card {
  transition: all 0.3s;
  margin: 10px;
  font-family: 'Inter', sans-serif;
  border-radius: 8px;
  /*box-shadow: -8px 11px 10px var(--pmech-dark-blue);85;*/
}

.card:hover {
  /* transform: scale(1.15); */
  transform: translateY(-20px);
}

.card-img-top {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
   /*height: 240px; */
}
.card-title-2{
    color: var(--color-black);
    font-family: var(--font-semibold);
}

/* our product section end  */

/* why choose pmt tank section start */
.circle-img {
  background: #fff;
  display: inline-block;
  /* padding: 15px; */
  padding: 7px;
  border-radius: 50%;
  box-shadow: 6px 1px 5px #00000040;
}

.our-company-details h5 {
  color: var(--color-black);
 font-family: var(--font-semibold);
  margin: 14px 0 11px 0;
  transition: 0.3s;
  letter-spacing: 0.6px;
}

.our-company-details h5:hover {
  color: #f17209;
}

.our-company-details p{
    font-family: var(--font-regular);
}
.our-company-details img {
    /* width: 75px; */
    width: 60px;
    padding: 7px;
}
/* why choose pmt tank section end */

/* industrial serive section sart */
.service-card {
  position: relative;
  width: 100%;
  height: 170px;
  overflow: hidden;
  border-radius: 8px;
  background: #222;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  transition: box-shadow 0.2s;
  cursor: pointer;
  transition: all 0.3s;
}

.service-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.85);
  transition: filter 0.3s;
}

.service-card .overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  padding: 0 0 18px 18px;
  background: linear-gradient(180deg, rgba(20,20,30,0) 42%, rgba(25, 28, 39, 0.7) 100%);
  transition: background 0.3s;
}

.service-card .service-name {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-shadow: 0 2px 4px rgba(0,0,0,0.26);
}

.service-card:hover {
  box-shadow: 0 8px 24px rgba(0,0,0,0.14);
  transform: translateY(-15px);
}

.service-card:hover img {
  filter: brightness(0.65);
  
}

.service-card:hover .overlay {
  background: linear-gradient(180deg, rgba(20,20,30,0) 30%, rgba(25, 28, 39, 0.87) 100%);
}
/* industrial serive section end */

/* faq section start */
.faq-sec .accordion-item {
    border: none;
    box-shadow: -1px 1px 5px #00000040;
    margin-bottom: 20px;
}

.faq-sec h5{
    font-family: var(--font-medium);
}

.faq-sec p{
    font-family: var(--font-regular);
}

.faq-sec .accordion-button {
    background: #f7f7f7;
    color: #000;
   font-family: var(--font-medium);
    box-shadow: unset;
    text-align: justify;
}

/* faq section end */

/* blog section start */

 .blog-card {
            background: var(--color-white);
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
            transition: all 0.3s ease;
            margin-bottom: 30px;
            height: 100%;
            display: flex;
            flex-direction: column;
        }

        .blog-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
        }
        .featured-card .blog-card-image{
            position: relative;
            /* height: 250px; */
            overflow: hidden;
        }


        /* .blog-card-image {
            position: relative;
            height: 250px;
            overflow: hidden;
        } */

        .blog-card-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s ease;
        }

        /* .blog-card:hover .blog-card-image img {
            transform: scale(1.05);
        } */

        .blog-card-content {
            padding: 20px;
            flex-grow: 1;
            display: flex;
            flex-direction: column;
        }

        .blog-card-title {
            font-family: var(--font-medium);
            color:var(--color-black);
            margin-bottom: 0px;
            line-height: 1.4;
            flex-grow: 1;
        }

        .blog-card-description {
            color: #666;
            font-size: 0.95rem;
            line-height: 1.6;
            margin-bottom: 25px;
            display: -webkit-box;
            -webkit-line-clamp: 4;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .view-all-btn {
            background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
            color: var(--color-white);
            border: none;
            padding: 12px 25px;
            border-radius: 6px;
            font-weight: 600;
            text-decoration: none;
            display: inline-block;
            transition: all 0.3s ease;
            text-transform: capitalize;
            font-size: 0.9rem;
            width: fit-content;
        }

        .view-all-btn:hover {
            background: linear-gradient(135deg, #e55a2b 0%, #e8841a 100%);
            color: var(--color-white);
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(255, 107, 53, 0.4);
        }

        .featured-card {
            height: auto;
        }

       

        .featured-card .blog-card-title {
           font-family: var(--font-medium);
        }

        .featured-card .blog-card-description {
            /* font-size: 1rem; */
            -webkit-line-clamp: 7;
            color: var(--color-black);
        }
        .blog-grid {
            display: grid;
            grid-template-columns: 1fr 1fr 1fr;
            grid-gap: 30px;
            align-items: start;
        }

        .blog-grid .col-lg-6:first-child {
            grid-row: span 2;
        }


 /* .blog-card {
      background: #fff;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 2px 10px rgba(0,0,0,0.07);
      transition: transform 0.2s, box-shadow 0.2s;
      cursor: pointer;
    }
    .blog-card:hover {
      transform: translateY(-5px) scale(1.03);
      box-shadow: 0 6px 24px rgba(0,0,0,0.12);
    }
    .blog-img {
      width: 100%;
      height: 180px;
      object-fit: cover;
      transition: transform 0.35s;
    }
    .blog-card:hover .blog-img {
      transform: scale(1.08);
    }
    .view-all-btn {
      background: #f47c20;
      color: #fff;
      border: none;
      margin-top: 16px;
      padding: 8px 22px;
      border-radius: 4px;
      font-weight: 600;
      letter-spacing: 0.5px;
      transition: background 0.15s;
    }
    .view-all-btn:hover {
      background: #c15f10;
      color: #fff;
    } */
/* blog section end */

/* contact form section start */
 .main-container {
            max-width: 1200px;
            /* margin: 0 auto; */
            background: white;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 -3px 15px rgba(0, 0, 0, 0.1);
        }
        
        .header {
            background: white;
            padding: 30px;
            border-bottom: 1px solid #e9ecef;
        }
        
        .header h1 {
            font-size: 2.5rem;
            font-weight: 700;
            color: #212529;
            margin: 0;
        }
        
        .content-wrapper {
            display: flex;
            min-height: 600px;
            border-radius: 10px;
        }
        
        .form-section {
            flex: 2;
            padding: 40px;
            background: white;
            z-index: 1;
            border-radius: 10px;
        }
        
        .contact-info {
            flex: 1;
            background: #ed8527;
            color: white;
            padding: 40px;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            border-radius: 10px;
            z-index: 1;
        }
        
        .form-section h2 {
            font-size: 2rem;
            font-weight: 600;
            color: #212529;
            margin-bottom: 30px;
        }
        
        .form-group {
            margin-bottom: 20px;
        }
        
        .form-group label {
           font-family: var(--font-medium);
            color: var(--color-black);
            margin-bottom: 8px;
            display: block;
        }
        
        .required {
            color: #dc3545;
        }
        
        .form-control {
            border: 2px solid #e5e7eb;
            border-radius: 6px;
            padding: 12px 16px;
            font-size: 16px;
            transition: all 0.3s ease;
            background: #f9fafb;
        }
        
        .form-control:focus {
            border-color: var(--color-white);
            box-shadow: 0 0 0 0.1rem rgba(249, 115, 22, 0.25);
            background:  var(--color-white);
        }
        
        .form-control.is-invalid {
            border-color: #dc3545;
        }
        
        .form-control.is-valid {
            border-color: #16a34a;
        }
        
        textarea.form-control {
            resize: vertical;
            min-height: 120px;
        }
        
        .submit-btn {
            background: #f97316;
            color: white;
            border: none;
            padding: 12px 30px;
            border-radius: 6px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            display: inline-block;
        }
        
        .submit-btn:hover:not(:disabled) {
            background: #ea580c;
            transform: translateY(-1px);
        }
        
        .submit-btn:disabled {
            background: #d1d5db;
            color: #9ca3af;
            cursor: not-allowed;
            transform: none;
        }
        
        .contact-section {
            margin-bottom: 30px;
        }
        
        .contact-section h3 {
            font-size: 1.25rem;
            font-weight: 600;
            margin-bottom: 15px;
        }
        
        .contact-item {
            display: flex;
            align-items: center;
            margin-bottom: 8px;
            font-size: 14px;
        }
        
        .contact-item i {
            margin-right: 8px;
            width: 16px;
        }
        
        .contact-item a {
            color: white;
            text-decoration: none;
        }
        
        .contact-item a:hover {
            text-decoration: underline;
        }
        
        .invalid-feedback {
            display: block;
            color: #dc3545;
            font-size: 14px;
            margin-top: 5px;
        }

        .margin-top{
           margin-top: -10rem;
        }
        .mb-10{
            margin-bottom: 8rem;
        }
        .contact-header{
               background: antiquewhite;
                 height: 25rem;
        }
        .contact-heading h3{
          color: var(--color-black);
          font-family: var(--font-bold);
        }
/* contact form section end */

/* blog indvitual page section start */
  .blog-section {
            padding: 60px 0;
            background-color: #ffffff;
        }

   

        .main-article {
            background: #fff;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .main-article:hover {
            transform: translateY(-5px);
            box-shadow: 0 20px 40px rgba(0,0,0,0.15);
        }

        .article-image {
            position: relative;
            overflow: hidden;
            /* height: 400px; */
        }

        .article-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s ease;
        }

        /* .main-article:hover .article-image img {
            transform: scale(1.05);
        } */

        .article-content {
            padding: 30px;
        }


        .article-content h5{
            color: var(--color-black);
            font-family: var(--font-semibold);
        }

        .article-title {
            font-size: 1.4rem;
           font-family: var(--font-bold);
            color:var(--color-black);
            margin-bottom: 20px;
            line-height: 1.3;
        }

        .article-titles {
            font-size: 1rem;
           font-family: var(--font-bold);
            color:var(--color-black);
            margin-bottom: 20px;
            line-height: 1.3;
        }

        .article-excerpt {
            color: #1F1A24;
            font-size: 1rem;
            margin-bottom: 15px;
            line-height: 1.6;
        }

       

        .blog-sidebar {
            background: #fff;
            border-radius: 12px;
            padding: 30px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            height: fit-content;
            position: sticky;
            top: 20px;
        }

        .sidebar-title {
            font-size: 1.5rem;
            font-weight: 700;
            color: #333;
            margin-bottom: 30px;
            position: relative;
        }

        .sidebar-title::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 0;
            width: 50px;
            height: 3px;
           background: linear-gradient(135deg, #ee7e1a, #ee7e1a);
            border-radius: 2px;
        }

        .blog-item {
            display: flex;
            gap: 15px;
            margin-bottom: 25px;
            padding: 15px;
            border-radius: 8px;
            transition: all 0.3s ease;
            cursor: pointer;
        }

        .blog-item:hover {
            background-color: #f8f9fa;
            transform: translateX(5px);
        }

        .blog-item:last-child {
            margin-bottom: 0;
        }

        .blog-thumbnail {
            width: 80px;
            height: 60px;
            border-radius: 6px;
            overflow: hidden;
            flex-shrink: 0;
        }

        .blog-thumbnail img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s ease;
        }

        .blog-item:hover .blog-thumbnail img {
            transform: scale(1.1);
        }

        .blog-info h6 {
            font-size: 0.95rem;
            font-weight: 600;
            color: #333;
            line-height: 1.4;
            margin-bottom: 5px;
        }

        .blog-date {
            font-size: 0.8rem;
            color: var(--pmech-orange)
        }

       .txt-decoration-none{
        text-decoration: none;
       }
       .primary-colour{
        color: var(--pmech-orange);
       }

       .custom-list li{
        font-family: var(--font-regular);
       }
       .font-bold{
        font-family: var(--font-semibold);
       }

  
/* blog indvitual page section end */

/* job descrition css start */
 .hero-section {
            background: linear-gradient(135deg, #ee7e1a 0%, #dfdfdf 100%);
            color: var(--color-white);
            padding: 60px 0;
            position: relative;
            overflow: hidden;
        }

        .hero-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="40" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="0.5"/><circle cx="20" cy="20" r="15" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="0.3"/><circle cx="80" cy="80" r="25" fill="none" stroke="rgba(255,255,255,0.08)" stroke-width="0.4"/></svg>') repeat;
            opacity: 0.3;
        }

        .hero-content {
            position: relative;
            z-index: 2;
        }

        .hero-image {
            background: var(--color-white);
            border-radius: 20px;
            padding: 30px;
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255,255,255,0.2);
        }

        .hero-illustration {
            width: 100%;
            height: 300px;
            background: linear-gradient(45deg, #667eea 0%, #764ba2 100%);
            border-radius: 15px;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
        }

        .code-elements {
            position: absolute;
            color: rgba(255,255,255,0.7);
            font-family: 'Courier New', monospace;
            font-size: 12px;
        }

        .code-1 { top: 20px; left: 20px; }
        .code-2 { top: 50px; right: 30px; }
        .code-3 { bottom: 30px; left: 40px; }
        .code-4 { bottom: 20px; right: 20px; }

        .developer-silhouette {
            width: 120px;
            height: 120px;
            background: rgba(255,255,255,0.2);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 40px;
            color: white;
        }

        .job-card {
            background: white;
            border-radius: 20px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            padding: 30px;
            margin-top: -50px;
            position: relative;
            z-index: 3;
        }

        .job-info-card {
            background: white;
            border-radius: 15px;
            padding: 25px;
            box-shadow: 0 5px 20px rgba(0,0,0,0.08);
            border: 1px solid var(--border-gray);
        }

        .job-info-item {
            display: flex;
            align-items: center;
            margin-bottom: 15px;
            padding: 10px;
            border-radius: 8px;
            transition: all 0.3s ease;
        }

        .job-info-item:hover {
            background-color: var(--light-blue);
        }

        .job-info-icon {
            width: 40px;
            height: 40px;
            background: var(--light-blue);
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 15px;
            color: var(--primary-blue);
        }

        .skill-tag {
            display: inline-block;
            background: var(--light-blue);
            color: var(--primary-blue);
            padding: 8px 16px;
            border-radius: 25px;
            margin: 5px;
            font-size: 14px;
            font-weight: 500;
            transition: all 0.3s ease;
        }

        .skill-tag:hover {
            background: var(--primary-blue);
            color: white;
            transform: translateY(-2px);
        }

        .apply-btn {
            background: var(--pmech-orange);
            border: none;
            color: white;
            padding: 15px 40px;
            border-radius: 50px;
            font-weight: 600;
            font-size: 16px;
            transition: all 0.3s ease;
            box-shadow: 0 8px 25px rgba(30, 58, 138, 0.3);
        }

        .apply-btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 12px 35px rgba(30, 58, 138, 0.4);
            color: white;
        }

        .section-title {
            color: var(--color-black);
            font-weight: 700;
            margin-bottom: 20px;
            position: relative;
            padding-bottom: 10px;
        }

        .section-title::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 50px;
            height: 3px;
            background: #ef7f1a;
            border-radius: 2px;
        }

        .requirement-item, .responsibility-item {
            background: white;
            padding: 15px;
            margin-bottom: 10px;
            border-radius: 10px;
            border-left: 4px solid var(--pmech-orange);
            box-shadow: 0 2px 10px rgba(0,0,0,0.05);
            transition: all 0.3s ease;
        }

        .requirement-item:hover, .responsibility-item:hover {
            transform: translateX(5px);
            box-shadow: 0 5px 20px rgba(0,0,0,0.1);
        }

        .social-share {
            display: flex;
            gap: 10px;
            margin-top: 20px;
        }

        .social-btn {
            width: 45px;
            height: 45px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            color: white;
            transition: all 0.3s ease;
        }

        .facebook { background: #3b5998; }
        .twitter { background: #1da1f2; }
        .linkedin { background: #0077b5; }
        .whatsapp { background: #25d366; }
        .pinterest { background: #bd081c; }

        .social-btn:hover {
            transform: translateY(-3px);
            color: white;
        }

        .deadline-alert {
            background: var(--pmech-orange);
            color: var(--color-white);
            padding: 15px;
            border-radius: 10px;
            margin-bottom: 20px;
            text-align: center;
            font-weight: 600;
        }

         .floating-elements {
            position: absolute;
            width: 100%;
            height: 100%;
            overflow: hidden;
            pointer-events: none;
        }

        .floating-element {
            position: absolute;
            background: rgba(255,255,255,0.1);
            border-radius: 50%;
            animation: float 6s ease-in-out infinite;
        }

        .floating-element:nth-child(1) {
            width: 80px;
            height: 80px;
            top: 20%;
            left: 10%;
            animation-delay: 0s;
        }

        .floating-element:nth-child(2) {
            width: 60px;
            height: 60px;
            top: 60%;
            right: 15%;
            animation-delay: 2s;
        }

        .floating-element:nth-child(3) {
            width: 40px;
            height: 40px;
            bottom: 20%;
            left: 20%;
            animation-delay: 4s;
        }

        @keyframes float {
            0%, 100% { transform: translateY(0px); }
            50% { transform: translateY(-20px); }
        }
/* job descrition css end */

/* job vaccncy css start*/
.job-cards {
            background: white;
            border-radius: 20px;
            padding: 30px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.08);
            border: 1px solid var(--border-gray);
            transition: all 0.4s ease;
            position: relative;
            overflow: hidden;
            height: 100%;
            display: flex;
            flex-direction: column;
        }

        .job-cards:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(0,0,0,0.15);
        }

        .job-cards::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(135deg, var(--primary-blue) 0%, var(--secondary-blue) 100%);
        }

        .job-number {
            position: absolute;
            top: 20px;
            right: 20px;
            background: var(--success-green);
            color: white;
            width: 40px;
            height: 40px;
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 700;
            font-size: 14px;
        }

        .job-icon {
            width: 60px;
            height: 60px;
            background: var(--light-blue);
            border-radius: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 20px;
            color: var(--primary-blue);
            font-size: 24px;
        }

        .job-title {
            color: var(--primary-blue);
            font-weight: 700;
            font-size: 1.4rem;
            margin-bottom: 15px;
            line-height: 1.3;
        }

        .job-location {
            color: var(--text-gray);
            font-size: 0.95rem;
            margin-bottom: 20px;
            display: flex;
            align-items: center;
        }

        .job-location i {
            margin-right: 8px;
            color: var(--secondary-blue);
        }

        .job-details {
            margin-bottom: 25px;
            flex-grow: 1;
        }

        .job-detail-item {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 12px;
            padding: 8px 0;
        }

        .detail-label {
            color: var(--text-gray);
            font-size: 0.9rem;
        }

        .detail-value {
            font-weight: 600;
            color: var(--primary-blue);
        }

        .experience-badge {
            background: var(--light-blue);
            color: var(--primary-blue);
            padding: 6px 12px;
            border-radius: 20px;
            font-size: 0.85rem;
            font-weight: 600;
        }

        .job-type {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-top: auto;
            padding-top: 20px;
            border-top: 1px solid var(--border-gray);
        }

        .type-badge {
            background: var(--success-green);
            color:var(--pmech-orange);
            padding: 8px 16px;
            border-radius: 25px;
            font-size: 0.85rem;
            font-weight: 600;
        }

        .browse-btn {
            background: transparent;
            color: var(--secondary-blue);
            border: 2px solid var(--secondary-blue);
            padding: 8px 20px;
            border-radius: 25px;
            font-weight: 600;
            font-size: 0.9rem;
            text-decoration: none;
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
        }

        .browse-btn:hover {
            background: var(--secondary-blue);
            color: white;
            transform: translateY(-2px);
        }

        .browse-btn i {
            margin-left: 5px;
            transition: transform 0.3s ease;
        }

        .browse-btn:hover i {
            transform: translateX(3px);
        }

        /* Card specific colors */
        .frontend-card .job-number {
            background: #10b981;
        }

        .fullstack-card .job-number {
            background: #f59e0b;
        }

        .sales-card .job-number {
            background: #ef4444;
        }

        .frontend-card .job-icon {
            background: linear-gradient(135deg, #ecfdf5 0%, #ee7e1a 100%);
            color: var(--color-white);
        }

        .fullstack-card .job-icon {
            background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
            color: #f59e0b;
        }

        .sales-card .job-icon {
            background: linear-gradient(135deg, #fef2f2 0%, #fecaca 100%);
            color: #ef4444;
        }

        .skill-tags {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            margin: 15px 0;
        }

        .skill-tag {
            background: var(--light-gray);
            color: var(--text-gray);
            padding: 4px 10px;
            border-radius: 15px;
            font-size: 0.8rem;
            font-weight: 500;
        }

        .back_page{
            text-align: end;
        }
/* job vaccncy css end*/

/* .character-count {
    font-size: .75rem;
    color: #6c757d;
    text-align: right;
    margin-top: .25rem;
}
.character-count.warning {
    color: #ffc107;
}
.character-count.error {
    color: #dc3545;
}
.error-message {
    color: #dc3545;
    font-size: .875rem;
    margin-top: .25rem;
    display: none;
}

.submit-btn:disabled {
    opacity: .6;
    cursor: not-allowed;
}
.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
    border-color: var(--bs-form-valid-border-color);
    box-shadow: none!important;
}
.privacy-policy-titles {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 6px;
    color: var(--pmech-dark-blue);
} */
 .form-group {
    margin-bottom: 1.5rem;
    position: relative;
}

.form-control {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 1rem;
    transition: border-color 0.3s, box-shadow 0.3s;
}

.form-control:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* Valid field styling */
.form-control.is-valid {
    border-color: #28a745;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='m2.3 6.73.6.04c.27 0 .52-.11.7-.29L7.23 2.04c.14-.14.12-.37-.03-.5a.38.38 0 0 0-.54-.02L3.14 5.07l-.86-.86c-.14-.14-.37-.14-.5 0-.14.13-.14.36 0 .5l.52.52c.18.18.43.25.66.2z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* Invalid field styling */
.form-control.is-invalid {
    border-color: #dc3545;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath d='m5.8 3.6.4.2v4.4l-.4.2'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* Character counter styling */
.character-count {
    font-size: 0.875rem;
    color: #6c757d;
    text-align: right;
    margin-top: 0.25rem;
}

.character-count.warning {
    color: #ffc107;
    font-weight: bold;
}

.character-count.error {
    color: #dc3545;
    font-weight: bold;
}

/* Error message styling */
.error-message,
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875rem;
    color: #dc3545;
}

.error-message.show,
.invalid-feedback.show {
    display: block;
}

/* Label styling */
.form-group label {
    font-weight: 500;
    margin-bottom: 0.5rem;
    color: #495057;
}

.required {
    color: #dc3545;
}

/* Submit button styling */
.submit-btn {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 0.75rem 2rem;
    font-size: 1rem;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s, opacity 0.3s;
}

.submit-btn:hover:not(:disabled) {
    background-color: #0056b3;
}

.submit-btn:disabled {
    background-color: #6c757d;
    cursor: not-allowed;
    opacity: 0.65;
}

.captcha-error {
    color: #dc3545;
    font-size: .875rem;
    margin-top: .5rem;
    display: none;
}

/* id navbar style */
/* .id-navbar {
            background-color: #f8f9fa;
            border-top: 2px solid #dee2e6;
            border-bottom: 2px solid #dee2e6;
            padding: 12px 0;
        }
        
        .id-navbar .navbar-nav .nav-link {
            color: #6c757d !important;
            font-size: 15px;
            font-weight: 500;
            padding: 8px 20px !important;
            border-radius: 0;
            transition: all 0.3s ease;
            position: relative;
        }
        
        .id-navbar .navbar-nav .nav-link:hover {
            color: #495057 !important;
            background-color: rgba(108, 117, 125, 0.1);
        }
        
        .id-navbar .navbar-nav .nav-link.active {
            color: #495057 !important;
            font-weight: 600;
        }
        
        .id-navbar .navbar-nav .nav-link.active::after {
            content: '';
            position: absolute;
            bottom: -12px;
            left: 50%;
            transform: translateX(-50%);
            width: 80%;
            height: 2px;
            background-color: #007bff;
        }
        
        .id-navbar .navbar-brand {
            display: none;
        }
        
        .id-navbar .navbar-toggler {
            border: none;
            padding: 0;
        }
        
        .id-navbar .navbar-toggler:focus {
            box-shadow: none;
        } */


        .id-nav{
            color: var(--color-black);
        }
        .id-nav:hover{
            color: var(--pmech-orange);
             transition: all 0.3s ease;
        }
        .id-nav.active{
           color: var(--pmech-orange);
            font-family: var(--font-semibold);
        }
       html {
  scroll-behavior: smooth;
}

#scrollToTopBtn {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 100;
    font-size: 24px;
    background-color: #f5471c;
    border: none;
    border-radius: 50%;
    padding: 5px 15px;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .3);
}

#scrollToTopBtn, .tooltip-text {
    transition: opacity .3s;
    color: #fff;
}

/* testiominal */
.main-team-container, .slider-content, .title-container, .title-container1, .word {
    position: relative;
}

.capability-title:hover, .testimonial-name, .testimonials-header h2 {
    color: var(--pmech-orange);
    font-family: var(--font-bold);
}
.our-services:hover:after {
    opacity: 0;
}
.testimonials-section {
    padding: 60px 0;
}
.testimonials-header {
    margin-bottom: 40px;
}
.testimonials-header h2 {
    font-size: 34px;
    margin-bottom: 5px;
}
.testimonials-header p {
    color: var(--color-black);
    font-size: 18px;
}
.testimonial-carousel {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.testimonial-track {
    display: flex;
    transition: transform .3s ease-out;
}
.testimonial-card {
    flex: 0 0 100%;
    padding: 30px;
    margin: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .05);
    transition: .3s;
    background: var(--color-white);
}
.bullet_icon::before, .capability-icon {
    border-radius: 50%;
    background-color: var(--pmech-orange);
}
.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
}
.list-group, .testimonial-info {
    margin-bottom: 20px;
}
.testimonial-name {
    font-size: 18px;
    margin-bottom: 5px;
}
.testimonial-position {
    color: var(--color-black);
    font-size: 12px;
    margin-bottom: 0;
}
.testimonial-content {
    color: var(--color-black);
    line-height: 1.6;
    font-size: 16px;
}
.quote-icon {
    color: var(--primary-color);
    font-size: 2rem;
    position: relative;
    float: inline-end;
    top: -55px;
    right: -48px;
}
.quote-icon img {
    max-width: 43px;
}
.about-heading {
    font-size: 34px;
    font-family: var(--font-bold);
    margin-bottom: 25px;
}

.policy-content, .progress-dots, .team-scroll-controls {
    margin-top: 20px;
}

.scroll-left, .scroll-left-testi {
    position: absolute;
    top: 50%;
    left: -6%}
.scroll-right, .scroll-right-testi {
    position: absolute;
    top: 50%;
    right: -6%}
.scroll-left, .scroll-left-testi, .scroll-left-timeline, .scroll-right, .scroll-right-testi, .scroll-right-timeline {
    background-color: transparent;
    color: var(--pmech-orange);
    border: none;
    padding: 0 10px;
    font-size: 26px;
    cursor: pointer;
    border-radius: 50%;
    transition: background-color .3s;
}
.scroll-left-testi:hover, .scroll-left-timeline:hover, .scroll-left:hover, .scroll-right-testi:hover, .scroll-right-timeline:hover, .scroll-right:hover {
    background-color: var(--pmech-orange);
    color: var(--color-white);
}

/* vidoe slider  */
 .product-viso-slider {
            padding: 60px 0;
            background-color: #f8f9fa;
        }

        .product-viso-slider .section-title {
            font-size: 2.5rem;
            font-weight: 700;
            color: #2c3e50;
            margin-bottom: 50px;
        }

        .product-viso-slider .slider-container {
            position: relative;
            overflow: hidden;
        }

        .product-viso-slider .slider-track {
            display: flex;
            transition: transform 0.5s ease-in-out;
        }

        .product-viso-slider .video-cards {
            flex: 0 0 auto;
            width: 385px !important;
            margin-right: 30px;
            background: white;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 5px 20px rgba(0,0,0,0.1);
            transition: all 0.3s ease;
            cursor: pointer;
            position: relative;
            margin-bottom:35px;
        }

        .product-viso-slider .video-cards:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 40px rgba(0,0,0,0.2);
        }

        .product-viso-slider .video-thumbnail {
            position: relative;
            width: 100%;
            height: 200px;
            overflow: hidden;
        }

        .product-viso-slider .video-thumbnail img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s ease;
            /* border: 6px solid var(--pmech-dark-blue); */
        }

        /* .product-viso-slider .video-cards:hover .video-thumbnail img {
            transform: scale(1.1);
        } */

        .product-viso-slider .play-button {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 60px;
            height: 60px;
            background: rgba(255,255,255,0.9);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            color: #007bff;
            transition: all 0.3s ease;
        }

        .product-viso-slider .video-cards:hover .play-button {
            background: #007bff;
            color: white;
            transform: translate(-50%, -50%) scale(1.1);
        }

        .product-viso-slider .card-content {
            padding: 25px;
        }

        .product-viso-slider .video-type {
            background: var(--pmech-dark-blue);
            color: white;
            font-size: 0.75rem;
            font-weight: 600;
            padding: 4px 12px;
            border-radius: 20px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            margin-bottom: 15px;
            display: inline-block;
        }

        .product-viso-slider .card-title {
            font-size: 1.25rem;
            font-weight: 600;
            color: var(--pmech-dark-blue);
            margin-bottom: 15px;
            line-height: 1.4;
            /* min-height: 60px; */
        }

        .product-viso-slider .card-description {
            color: #6c757d;
            font-size: 0.95rem;
            line-height: 1.6;
            margin-bottom: 20px;
        }

        .product-viso-slider .watch-now-btn {
            background: transparent;
            border: 2px solid var(--pmech-dark-blue);
            color: var(--pmech-dark-blue);
            padding: 10px 25px;
            border-radius: 25px;
            font-weight: 600;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            transition: all 0.3s ease;
        }

        .product-viso-slider .watch-now-btn:hover {
            background: var(--pmech-dark-blue);
            color: var(--color-white);
            transform: translateX(5px);
        }

        .product-viso-slider .slider-nav {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: #009587;
            border: none;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            color: #007bff;
            font-size: 18px;
            cursor: pointer;
            transition: all 0.3s ease;
            z-index: 10;
        }

        .product-viso-slider .slider-nav:hover {
            background: 009587;
            color: white;
            transform: translateY(-50%) scale(1.1);
        }

        .product-viso-slider .slider-nav.prev {
            left: 6px;
        }

        .product-viso-slider .slider-nav.next {
            right: 0px;
        }

        .product-viso-slider .hover-overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, rgba(0,123,255,0.9), rgba(40,167,69,0.9));
            opacity: 0;
            transition: opacity 0.3s ease;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            color: white;
            text-align: center;
            padding: 20px;
        }

        .product-viso-slider .video-cards:hover .hover-overlay {
            opacity: 1;
        }

        .product-viso-slider .hover-content h4 {
            font-size: 1.3rem;
            font-weight: 600;
            margin-bottom: 15px;
        }

        .product-viso-slider .hover-content p {
            font-size: 0.95rem;
            line-height: 1.5;
            margin-bottom: 20px;
        }

        .product-viso-slider .hover-btn {
            background: white;
            color: #007bff;
            padding: 12px 25px;
            border-radius: 25px;
            text-decoration: none;
            font-weight: 600;
            transition: all 0.3s ease;
        }

        .product-viso-slider .hover-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(255,255,255,0.3);
        }

        /* /video section start css */
        .video-card {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 6px 12px rgba(3, 32, 62);
    margin-bottom: 25px;
    cursor: pointer;
    transition: .3s;
    max-width: 50%}
.blog-card, .contact-card, .form_card, .location-card {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .05);
}
.video-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 20px rgba(0, 0, 0, .15);
}
.social-icons a:hover, .submit-btn:hover {
    transform: translateY(-3px);
}
.video-card img {
    width: 100%;
    object-fit: cover;
    transition: .5s;
}
.video-card:hover img {
    filter: brightness(70%);
}
.video-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: linear-gradient(to top, rgba(0, 0, 0, .8), transparent);
    color: #fff;
    opacity: 1;
    transition: .3s;
}
.video-title {
    font-size: 1rem;
    margin-bottom: 0;
}
.play-button {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, .9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    transition: .3s;
}
.video-card:hover .play-button {
    transform: scale(1.2);
}

.modal-content {
    background-color: var(--color-white);
    border-radius: 12px;
}
.modal-header {
    border-bottom: none;
    padding: 1rem 1rem 0;
}
.modal-header .btn-close {
    background-color: #fff;
    opacity: 1;
}
.modal-body {
    padding: 1rem;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}