	.pageTitle{text-align:left;padding:30px 0 30px;color:#fff;text-align:center; background-color: #003162;}
/* Card */

.wrapper{
	    max-width: 1600px;
    margin: 0 auto;
    padding: 0 20px;
    margin-bottom: 35px;
    
}
.wrapper h2{
color: #003f73;
margin-bottom: 10px;
}
.about-card {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  padding: 25px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.about-card.highlight {
  margin-top: 30px;
  background: #b8cce5;
  border-left: 6px solid #005baa;
}

/* Image */
.about-image {
  flex: 1 1 35%;
}
.about-image img {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
}

/* Content */
.about-content {
  flex: 1 1 60%;
}
.about-content h2 {
  font-size: 26px;
  margin-bottom: 15px;
  color: #003f73;
  margin-top: 0px;
    line-height: normal;
}
.about-content p {
  
  line-height: 1.6;
  margin-bottom: 10px;
  color: #444;
}

/* Button */
.about-content .btn {
  display: inline-block;
  padding: 10px 20px;
  background: #005baa;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  transition: 0.3s;
  margin-top: 10px;
}
.about-content .btn:hover {
  background: #003f73;
}



/* Responsive */
@media (max-width: 768px) {
  .about-card {
    flex-direction: column;
    text-align: center;
  }
  .about-image {
    flex: 1 1 100%;
  }
  .about-content {
    flex: 1 1 100%;
  }
  .industries {
    grid-template-columns: 1fr 1fr;
  }
}

@media(max-width: 400px) {
.header .appointment-button{
    display: none;
  }


}

/***********************************************************************************/
.industries-section {
  padding: 50px 0;
  background: #f9f9f9;
}
.industries-section h2 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 28px;
  color: #003f73;
}
.industries {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
}




/* Force 4 columns on larger screens */
@media (min-width: 1200px) {
  .industries {
    grid-template-columns: repeat(4, 1fr);
  }
}


.industry-card {
  background: #fff;
  border-radius: 15px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.industry-card img {
  width: 70px;
  height: 70px;
  margin-bottom: 15px;
}
.industry-card h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #222;
}
.industry-card p {
 
  color: #555;
  line-height: 1.5;
}
.industry-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}




  .row {
    margin-top: 50px ;
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    justify-content: center;
    align-items: flex-start; /* <-- important: do not stretch all cards equally */
  }

  .card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 350px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: transform 0.3s;
  }

  .card:hover {
    transform: translateY(-3px);
  }
  th, td {
    padding: 15px;
    text-align: center;
    border: 1px solid #ccc;
  }


  .card img {
   padding: 20px;
   width: 100%;
   height: 300px;
   object-fit: cover;
 }

 .card-body {
  padding: 20px;
}

.card-title {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.card-title:hover {
  color: #007bff; /* Bootstrap's primary blue */
  cursor: pointer;
}


.card-text {
  font-size: 0.95rem;
  color: #333;
}

.read-more-text {
  display: none;
}

.read-more-btn {
  color: #007bff;
  cursor: pointer;
  text-decoration: none;
  font-weight: 500;
}

.read-more-btn:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .card {
    max-width: 100%;
  }
}


.product-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 30px;
}

.product-grid .item {
  flex: 1 1 calc(25% - 22.5px); /* 4 per row with gap compensation */
  display: block;
  text-align: center;
  margin-top: 20px;
  border: 1px solid #eee;
  border-radius: 10px;
  transition: transform 0.3s ease;
  background-color: #fff;
  padding: 20px;
  box-sizing: border-box;
}

.product-grid .item:hover {
  transform: translateY(-5px);
}

.col-p{
  color: #4E4E4E !important;
}

.product-grid .item:hover h3 {
  color: #005bbb;
}
/* Responsive Breakpoints */

/* Tablets - 3 per row */
@media screen and (max-width: 992px) {
  .product-grid .item {
    flex: 1 1 calc(33.333% - 20px);
  }
}

/* Small tablets and large phones - 2 per row */
@media screen and (max-width: 768px) {
  .product-grid .item {
    flex: 1 1 calc(50% - 15px);
  }
}

/* Mobile - 1 per row */
@media screen and (max-width: 480px) {
  .product-grid .item {
    flex: 1 1 100%;
  }
}


.table-wrapper {
  max-width: 100%;
  margin: auto;
  overflow-x: auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  background: white;
  animation: fadeIn 1s ease-in-out;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 10px;
  overflow: hidden;
}

thead {
  background-color: #005BAF;
  color: white;
}

th, td {
  padding: 15px;
  text-align: center;
}

tr {
  transition: background 0.3s ease;
}

tbody tr:hover {
  background-color: #f1f9ff;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

.text-center{
   text-align: center;
}
.mb10{
  margin-bottom: 10px;
}
.list-design{
  margin-left: 20px;
  margin-top: 20px;
}

.white-text{
  color: white !important;
}


.career-section {
  padding: 60px 20px;
  background: #f8f9fa;
  text-align: center;
  
}

.career-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
  color: #222;
}

.career-intro {
  font-size: 1.2rem;
  margin-bottom: 15px;
  color: #444;
}

.career-text {
  font-size: 1rem;
  margin-bottom: 15px;
  color: #555;
  line-height: 1.6;
}

.highlight {
  color: #0056b3;
  font-weight: 600;
}

.career-cta {
  margin-top: 25px;
}

.btn-apply {
  display: inline-block;
  padding: 12px 25px;
  background: #0056b3;
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 600;
  transition: 0.3s ease;
}

.btn-apply:hover {
  background: #003d80;
}

.col21{width:47%;display:inline-block;margin:0 3% 0 0;float:left}
  .col22{width:47%;display:inline-block;margin:0 0 0 3%}
  .col-21{width:48%;display:inline-block;margin:0 3% 0 0;float:left}
  .col-22{width:48%;display:inline-block;margin:0;float:right;}

  /* Section Base */
.introContent {
  padding: 60px 20px;
  background: #f9f9f9;
}


/* Left Column (Contact Info) */
.contactpagelink {
  flex: 1;
  min-width: 280px;
}

.contactpagelink img {
  max-width: 180px;
  margin-bottom: 20px;
}

.contactpagelink .box {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.contactpagelink .box p {
  margin: 0;
  font-size: 20px;
  margin-right: 12px;
}

.contactpagelink .boxColumn {
  font-size: 15px;
  color: #454545;
  line-height: 1.5;
}

.contactpagelink a {
  color: #454545;
  text-decoration: none;
}

.contactpagelink a:hover {
  color: #0056b3;
}

/* Social Icons */
.contactSocialIcons {
  margin-top: 20px;
}

.contactSocialIcons a {
  display: inline-block;
  font-size: 20px;
  margin-right: 10px;
  color: #62A403;
  transition: color 0.3s ease;
}

.contactSocialIcons a:hover {
  color: #0056b3;
}

/* Right Column (Form) */
.col21 {
  flex: 1;
  min-width: 300px;
}

.about-heading {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #222;
}

.formWrap p {
  margin-bottom: 20px;
  font-size: 15px;
  color: #555;
}

/* Form Fields */
#frm_contact2 label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
  color: #333;
  font-size: 14px;
}

#frm_contact2 input[type="text"],
#frm_contact2 input[type="email"],
#frm_contact2 input[type="tel"],
#frm_contact2 textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  outline: none;
  transition: border 0.3s ease;
  margin-bottom: 15px;
  box-sizing: border-box;
}

#frm_contact2 input:focus,
#frm_contact2 textarea:focus {
  border-color: #62A403;
}

#frm_contact2 textarea {
  min-height: 120px;
  resize: vertical;font-family: "Poppins", sans-serif;
}

/* Captcha */
#frm_contact2 #captcha {
  width: 100%;
}

#frm_contact2 img#captcha_image {
  margin: 10px 0;
  border: 1px solid #ccc;
  padding: 4px;
  border-radius: 6px;
  display: block;
}

/* Submit Button */

/* Utility */
.clear {
  clear: both;
}

.contact-color{
  color: #003162;
}

.boxes{
  margin-bottom: 30px;
}
.boxColumn{margin:0 0 0 30px;}
  .boxColumn a{text-decoration:none}
  .boxColumn a:hover{color:#000}

  .boxes{margin-bottom:30px}
  .boxes .fa{color:#acacac;float:left;font-size:22px;padding:2px 0 0}
  .boxes .fa-mobile{font-size:36px;margin-left:3px;margin-top:-7px}
  .boxes .fa-envelope-o{font-size:20px;margin-top:4px}

  .contact-btn{
        display: inline-block;
    padding: 12px 25px;
    background: #CE0000;
    color: #fff;
    
    text-decoration: none;
    font-size:18px;
    font-weight: 600;
    transition: 0.3s ease;
    border: 1px solid #CE0000;
  }


  .btn-thank.thankyou-btn {
    background-color: transparent;
    border-color: #acacac;
    color: #3a3a3a;
}
a:btn-thank {
    transition: all .3s ease 0s;
}
.btn-thank {
  text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    background-color: #ebb939;
    border: 1px solid #ebb939;
    border-radius: 30px;
    padding: 10px 25px;
    text-align: center;
    min-width: 100px;
    color: #fff;
    display: inline-block;

}

.thankyou-btn:hover{
  background-color: black;
  color: white;
}


.abt-vision{font-weight: 800;}

.mission-content {flex: 1 1 37%;}


.mr0{padding-bottom: 0px !important;}

/* Existing product styles */
.product-section {padding:60px 20px;}
.product-section .container > div {display:flex;flex-wrap:wrap;align-items:flex-start;margin-bottom:40px;}
.product-section .col21 {flex:0 0 47%;margin:0 3% 0 0;position:relative;overflow:hidden;border-radius:30px; background:#f6f6f6;border:6px solid #222;}
.product-section .col21 img {display:block;transition:transform 0.3s ease; max-height: 482px; margin:auto}
.product-section .col21:hover img {transform:scale(1.05);}
.product-section .zoomIcon {position:absolute;top:0;left:0;right:0;bottom:0;color:#fff;font-size:30px;background:rgba(0,0,0,0.6);display:flex;align-items:center;justify-content:center;z-index:2;opacity:0;transition:opacity 0.3s ease,background 0.3s ease;}
.product-section .col21:hover .zoomIcon {opacity:1;background:rgba(0,0,0,0.7);}
.product-section .col22 {flex:0 0 47%;margin-left:3%;padding:20px 15px;box-sizing:border-box;}
@media only screen and (max-width:1024px){.product-section .col21,.product-section .col22{flex:0 0 100%;margin:0 0 20px 0;}}
@media only screen and (max-width:767px){
	.wTitle h2 {font-size: 23px;}
  .product-section .col21{
    min-width: inherit;
  }
  .info-row{ display: block !important;}
  .info-value {margin-top: 15px;}
  .product-section .container > div{flex-direction:column;align-items:flex-start;margin-bottom:20px;}.product-section .col21,.product-section .col22{flex:0 0 100%;margin:0 0 15px 0;width:100%;padding:0;
  }
  }
.wTitle h2 {font-size:26px;margin-bottom:15px;color:#003f73;margin-top:0px;line-height:normal;}
.project-info {margin-top:45px;}
.info-row {display:flex;align-items:flex-start;margin-bottom:25px;}
.info-row:last-child {margin-bottom:0;}
.info-label {flex:0 0 160px;font-weight:bold;text-transform:uppercase;color:#555;}
.info-value {flex:1;line-height:1.6;}
.info-row:not(:last-child){padding-bottom:15px;border-bottom:1px solid #e5e5e5;}

/* Tabs */
.product-tabs {display:flex;list-style:none;padding:0;margin:0 0 30px 0;gap:15px;justify-content:center; flex-wrap: wrap;}
.product-tabs li {padding:2px 25px;border:2px solid #003f73;cursor:pointer;border-radius:30px;color:#003f73;transition:all 0.3s ease;}
.product-tabs li:hover {background:#003f73;color:#fff !important; text-decoration: none !important;}
.product-tabs li.active {background:#003f73;color:#fff !important;}

/* Dropdown for mobile */
/* Hide custom dropdown by default */
.custom-dropdown { display: none !important; position: relative; width: 100%; max-width: 276px; margin: 0 auto 25px; }

/* Selected box */
.custom-dropdown .dropdown-selected {
  padding: 10px 15px;
  border: 2px solid #003f73;
  border-radius: 10px;
  font-weight: bold;
  color: #003f73;
  cursor: pointer;
  background: #fff;
}

/* Options */
.custom-dropdown .dropdown-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 2px solid #003f73;
  border-radius: 10px;
  margin-top: 5px;
  display: none;
  list-style: none;
  padding: 0;
  z-index: 999;
}
.custom-dropdown .dropdown-options li {
  padding: 10px 3px;
  cursor: pointer;
  transition: background 0.2s;
}
.custom-dropdown .dropdown-options li:hover {
  background: #003f73;
  color: #fff;
}

/* Open state */
.custom-dropdown.open .dropdown-options {
  display: block;
}
.product-tabs li a,
.custom-dropdown .dropdown-options li a {
  color: inherit;        /* keep parent text color */
  text-decoration: none; /* remove underline */
  display: block;        /* make link fill li */
  width: 100%;
  height: 100%;
  padding: 5px 10px;     /* optional: click area */
}

.product-tabs li.active a {
  
  color: #fff; /* or your highlight color */
}





@media(max-width:700px){
  .product-tabs{display:none;}
  .custom-dropdown{display:block !important; max-width: 276px;}
  
}

/* Product items fade effect */
.product-item {display:none;opacity:0;transition:opacity 0.5s ease;}
.product-item.show {display:flex;opacity:1;}


.service-card {
  border-left: 5px solid #007bff; 
      padding-left: 29px;
}
.service-list {
  list-style: none;
  padding-left: 0;
}
.service-list li {
  padding: 8px 0;
  font-size: 1.1rem;
  position: relative;
  padding-left: 25px;
}
.service-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #007bff;
  font-weight: bold;
}
.link {
  color: #007bff;
  text-decoration: none;
  font-weight: 600;
}
.link:hover {
  text-decoration: underline;
}
.highlight {
  color: #333;
  font-weight: 600;
}
.radius-10{border-radius:10px;}
.border-1{border:1px solid #ccc}
.img-bordered{border-radius:12px;}
.pb0{padding-bottom:0;}
.p20{padding:20px;}
.bg-f6f6f6{background-color:#f6f6f6}
.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}
.mb10{margin-bottom:10px !important;}
.mb20{margin-bottom:20px !important;}
.fullrow{padding:40px 0;}
.d-flex{display:flex;}
.flex-three{margin:0 -15px;}
.flex-three .col{flex:0 0 calc(33.33% - 30px); margin:15px;}
.flex-three img{max-width:100%;border-radius:12px;}
@media only screen and (max-width:979px){
	.flex-three{flex-direction:column}
}
.astrike{color: red}
ul.style1 {padding: 0; margin: 0 0 15px 0; list-style-type: none; }
ul.style1 li {padding: 0 0 9px 31px; position: relative; margin: 0; }
ul.style1 li:before {content: ""; width: 24px; height: 24px; background: url(../img/icon-arrowss.png) 0 0 no-repeat; padding: 0; margin-left: 0; display: inline-block; position: absolute; left: 0; top: 6px; background-size: 18px; }


ul.style2 {padding: 0; margin: 0 0 15px 0; list-style-type: none; }
ul.style2 li {padding: 0 0 9px 31px; position: relative; margin: 0; }
ul.style2 li:before {content: ""; width: 24px; height: 24px; background: url(../img/icon-arrow-2.png) 0 0 no-repeat; padding: 0; margin-left: 0; display: inline-block; position: absolute; left: 0; top: 6px; background-size: 18px; }


 .section {
            padding: 60px 0px 60px 0;
        }

        .bg-light {
            background-color: var(--secondary-color);
        }

        .section-main-title {
            text-align: center;
            color: #003f73;
            font-size: 2rem;
            margin-bottom: 3rem;
            position: relative;
            display: inline-block;
            width: 100%;
        }
        
        .section-main-title::after {
            content: '';
            display: block;
            width: 60px;
            height: 3px;
            background: #CE0000;
            margin: 10px auto 0;
        }

        .quality-box {
            text-align: center;
            max-width: 900px;
            margin: 0 auto;
            border-left: 5px solid #CE0000;
            padding-left: 20px;
            background: #fff;
            padding: 2rem;
            box-shadow: 0 4px 15px rgba(0,0,0,0.05);
        }

        .grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
        }

        .card {
            background: var(--white);
            border: 1px solid #ddd;
            border-radius: 5px;
            overflow: hidden;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0,0,0,0.1);
            border-color: var(--primary-color);
        }

        .card-header {
            background-color: #CE0000;
            color: #ddd;
            padding: 1rem;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .card-header i {
            color: #fff;
            font-size: 1.2rem;
        }

        .card-body {
            padding: 1.5rem;
        }
      .materials-grid {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 1rem;
        }

        .material-tag {
            background: #003f73;
            color: #fff;
            padding: 0.8rem 1.5rem;
            border-radius: 50px;
            font-weight: 400;
            font-size: 13px;
            box-shadow: 0 2px 5px rgba(0,0,0,0.2);
        }



.why-us-list {
    display: flex;             
    flex-wrap: wrap;        
    justify-content: center;   
    gap: 1.5rem;               
    list-style: none;
    padding: 0;
}

.why-us-list li {
    background: #f9f9f9;
    padding: 1.5rem;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);    
    flex: 1 1 600px;        
    display: flex;
    align-items: center;
    gap: 15px;
}

.why-us-list li i {
    color: #CE0000; 
    font-size: 1.5rem;
    flex-shrink: 0; 
}
.dropdown-arrow {display:none}
@media only screen and (max-width:479px){
	.custom-dropdown{max-width:100%;}
	.dropdown-selected:after{content:""; position:absolute; right:15px; top:10px;font-family: 'Font Awesome 5 Free';}
}