@import url('https://fonts.googleapis.com/css2?family=Special+Elite&display=swap'); 


* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: quicksand;
  }
  
  :root {
    --primary: #B01B1C;
    --secondary: #016ED8;
    --black: #000;
    --light: #fff;
    --dimgrey: #eeeeee;
  }
  
  
  
  
  
  /* topbar section start here */
  .topbar-section {
    background-color: var(--primary);
  }
  
  .top-contact {
    color: var(--light);
    text-decoration: none;
  }
  
  .topbar-section .fab {
    color: var(--light);
  }
  
  /* topbar section end here */


  /* navbar section start here */
  .navbar-section{
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  }
  .navbar-section .navbar .navbar-nav .nav-link {
    font-size: 18px;
    color: var(--black) !important;
    font-weight: 600;
    padding-right: 45px;
  }
  .navbar-section .navbar .navbar-nav .dropdown-item{
    font-weight: 600;
  }
  .dropdown-item:hover{
    background-color: var(--primary) !important;
    color: var(--light) !important;
  }
  .navbar{
    padding: 0px !important;
  }
  .line{
    width: 10%;
    height: 5px;
    background-color: var(--light);
    display: block;
   
  }
  .navbar-section .navbar .navbar-nav .nav-item:hover .line {
width: 70%;
transition: all 0.6s ease-in-out;
background-color: var(--primary);
display: block;
  }
  .navbar img{
    width: 80px;
  }
  /* navbar section end here */


/* --- SB Service Section --- */
.sb-service {
  background: linear-gradient(135deg, #f0f0f0, #ffffff);
  padding: 80px 0;
}

.sb-head h1 {
  font-size: 42px;
  font-weight: 700;
  color: #333;
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}

.sb-head h1::after {
  width: 120px;
  height: 5px;
  background: #B01B1C;
  margin: 5px auto 40px;
  content: "";
  display: block;
  border-radius: 2px;
}

 

.sb-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  padding: 40px 20px;
  transition: all 0.3s ease;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.sb-card:hover {
  transform: translateY(-10px);
 
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

.sb-card .icon {
  font-size: 50px;
  color: #0056b3;
  margin-bottom: 20px;
  transition: 0.3s;
}

.sb-card:hover .icon {
  color: #B01B1C
}
 

.sb-card h2 {
  font-size: 26px;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
}

.sb-card p {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
}

/* --- Responsive Design --- */
@media (max-width: 992px) {
  .sb-card {
    padding: 30px 20px;
  }

  .sb-card h2 {
    font-size: 22px;
  }

  .sb-card p {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .sb-card {
    margin-bottom: 30px;
  }
}


  /* <!-- clj_business_unit sb section start here --> */
  .clj_why_colorjet{
    padding: 50px 0px;
}


.clj_why_colorjet .icon-box{
    text-align:center;
}

 
.section-title-center-light h2::after {
    content: '';
    height: 5px;
    width: 102px;
    background: #B01B1C;
    display: block;
    margin: 15px auto 35px auto;
}

 

.clj_why_colorjet .icon-box img{
    margin-bottom: 15px;
    height: 135px;
    width: 135px;
}

@media(max-width:767px){
    .clj_why_colorjet .icon-box img{
        margin-bottom: 15px;
        height: 90px;
        width: 90px;
    }    
}

.clj_why_colorjet .icon-box h3{
    font-family: var(--headingbold-font);
    color: var(--black-primary);
    margin-bottom: 15px;
}

.clj_why_colorjet .icon-box p{
    font-size: 16px;
     
    font-weight: 400;
    height: max-content;
    overflow: hidden;
}

.section-title-center-light h2 {
 
    /* color: #2f2f2fd4; */
    text-align: center;
    font-weight: 600;
    margin-bottom: 36px;
    font-size: 36px;
    line-height: auto;
}

.clj_business_unit{
    
    background: radial-gradient(circle, rgba(221,221,221,1) 0%, rgba(255,255,255,1) 60%, rgba(60,153,220,1) 100%);
    padding:80px 0px;
    
}

@media (min-width:768px){
.clj_business_unit .col-md-6:nth-child(even){
    padding-left:0;
}

.clj_business_unit .col-md-6:nth-child(odd){
    padding-right:0;
}
}

.clj_business_unit .image-block{
    background: var(--dimgrey);
    position: relative;
    height: 100%;
}

.clj_business_unit .image-block img{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 100%;
}

.clj_business_unit .content-block{
    background: var(--white-primary);
    padding:50px 25px; /*ashraf old 1-100px*/
    min-height: 352px;
}

@media (max-width:767px){
    .clj_business_unit .image-block{
        background: var(--dimgrey);
        position: relative;
        height: 300px;
    }

    .clj_business_unit .content-block{
        padding:30px 7px;
        min-height: 300px; 
    }
}

.clj_business_unit .content-block h2{
  font-size: 30px;
    margin-bottom: 30px;
}

.clj_business_unit .content-block p{
 
  line-height: 2.0;
    margin-bottom: 30px;
    font-size: 16px;
}

.clj_business_unit .sub-title{
    font-family: var(--body-font);
    /*color: #f3f3f3;*/
    color:#2f2f2fd4;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 5px;
    font-size: 16px;
}

.clj_business_unit .sub-title::after{
    content: '';
    height: 1px;
    width: 20px;
    background:#f3f3f3;
    display: inline-block;
    margin-left: 8px;
    margin-bottom: 4px;
}

.clj_business_unit .sub-title::before{
    content: '';
    height: 1px;
    width: 20px;
    background:#f3f3f3;
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 4px;
}

.clj_business_unit .section-title-center-light h1::after{
    display: none;
}


.clj_new_lauch{
    background:var(--dimgrey);
    padding: 80px 0px;
}

.clj_new_lauch .sub-title{
    font-family: var(--body-font);
    color: #9b9b9b;
    text-align: left;
    text-transform: capitalize;
    margin-bottom: 5px;
    font-size: 16px;
}

.clj_new_lauch .sub-title::before{
    content: '';
    height: 1px;
    width: 20px;
    background:#9b9b9b;
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 4px;
}

.clj_new_lauch .section-title{

    text-transform: capitalize;
    font-size: 28px;
    text-align: center;
    line-height: auto;
}

@media (min-width:768px){
    .clj_new_lauch .col-md-6:nth-child(even){
        padding-left:0;
    }
    
    .clj_new_lauch .col-md-6:nth-child(odd){
        padding-right:0;
    }
    }

.clj_new_lauch .image-block{
  
    background-size: cover;
    position: relative;
    height: 100%;
}

.clj_new_lauch .image-block img{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

 

@media (max-width:767px){
    .clj_new_lauch .image-block{
        background: var(--lightblue);
        background-size: cover;
        position: relative;
        height: 300px;
    }

    .clj_new_lauch .content-block{
        background: var(--white-primary);
        background-size: cover;
        padding: 75px 75px;
        min-height: 300px;
        position: relative;
    }   
    .clj_business_unit .content-block h2{
      font-size: 20px;
      font-weight: 600;
        margin-bottom: 30px;
    }
    
}

.clj_new_lauch .content-block .context{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

 
 

.clj_new_lauch .content-block .blue-btn{
    margin: auto;
}
.blue-btn{
    background-color: var(--primary);
    color: var(--light);
    padding: 15px 30px;
    text-decoration: none;
}


  /* <!-- clj_business_unit sb section end here --> */

  
  /* about us section start here */
 

.about-us {
  background-image: linear-gradient(#ffffffd4 , #ffffffaa),url(../image/product-image/wood-cnc-router.jpg);
  background-repeat: no-repeat;
  background-size: contain; 
  background-position: right;
  background-attachment: fixed;
  display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    /* max-width: 1200px; */
    margin: auto;
    /* background: #fff; */
    border-radius: 8px;
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
}

.about-content {
    text-align: center;
    margin-bottom: 20px;
}
.about-content a{
  text-decoration: none;
  color: var(--light);
  background-color: var(--primary);
  padding: 10px 20px;
 
}

.about-content h2 {
    font-size: 42px;
    color: #000;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.about-content h2::after{
  content: "";
  width: 120px;
  height: 5px;
  background-color: var(--primary);
  display: block;
}

.about-content p {
    font-size: 1.1rem;
    color: #000;
    line-height: 1.6;
    margin: 10px 0;
}

.about-image {
    display: flex;
    justify-content: center;
}

.about-image img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

@media (min-width: 768px) {
    .about-us {
        flex-direction: row;
    }

    .about-content {
        flex: 1;
        text-align: left;
        margin-right: 20px;
    }

    .about-image {
        flex: 1;
    }
}
 
@media(max-width:595px){
  .about-us {
    padding: 8px;
}
}

 
  /* about us section end here */


 /* --- Why Choose Us Section --- */
 

.choose-head h2 {
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}
.product-head h2 {
  font-size: 42px;
  font-weight: 700;
  color: #000;
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}

.choose-head h2::after {
  width: 120px;
  height: 5px;
  display: block;
  
  content: "";
  background: var(--primary);
  margin: 8px auto;
  border-radius: 2px;
}
.product-head h2::after {
  width: 120px;
  height: 5px;
  display: block;
  
  content: "";
  background: var(--primary);
  margin: 8px auto;
  border-radius: 2px;
}


.why-choose-us  {
  background-image: linear-gradient(rgba(0, 0, 0, 0.526),rgba(0, 0, 0, 0.526)),url("../image/card-image/our-expertise.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  
}

.reason {
  background: #ffffff9f;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  padding: 40px 30px;
  transition: all 0.3s ease;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.reason:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}

.reason .icon {
  font-size: 50px;
  color: var(--primary);
  margin-bottom: 20px;
  transition: 0.3s;
}

.reason:hover .icon {
  color: var(--secondary);
}

.reason h3 {
  font-size: 26px;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
}

.reason p {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
}

/* --- Responsive Design --- */
@media (max-width: 992px) {
  .reason {
    padding: 30px 20px;
  }

  .reason h3 {
    font-size: 22px;
  }

  .reason p {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .reason {
    margin-bottom: 30px;
  }
  .choose-head h2 {
    font-size: 25px;

  }
  .product-head h3 {
    font-size: 29px;
    color: #333;
}
  
}


/* our product section start here */
.product-head h3::after{
    content: "";
    width: 100px;
    height: 5px;
    display: block;
    margin-top: 5px;
    margin-left: 8px;
    background-color: var(--primary);
}
.product-head h3{
    font-size: 36px;
    color: #333;    
}
/* our product section end here */

 
/* General Styles */
.slider-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 30px;
}

.slider {
  display: flex;

  transition: transform 0.5s ease-in-out;
}

.slidee {
  min-width: 100%;
  box-sizing: border-box;
  padding: 40px 20px;
  background: #f4f4f4;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.slidee h4{
  margin-top: 8px;
}

.img-col {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 350px; /* Consistent image height */
}

.img-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.slidee h4 {
  font-size: 24px;
  color: #B01B1C;
  margin-bottom: 15px;
}

.slidee p {
  font-size: 16px;
  color: #333;
  line-height: 2.2;
}

.arrow i {
  font-size: 34px;
  margin-left: 10px;
  color: #B01B1C;
  cursor: pointer;
  transition: color 0.3s;
}

.arrow i:hover {
  color: #0056b3;
 
}

/* Responsive Design */
@media (max-width: 992px) {
  .col-lg-6 {
    width: 100%;
  }

  .slidee {
    flex-direction: column;
    padding: 20px;
  }

  .img-col {
    min-height: 300px;
  }
}

@media (max-width: 768px) {
  .slidee h4 {
    font-size: 20px;
  }

  .slidee p {
    font-size: 14px;
  }

  .img-col {
    min-height: 250px;
  }
}

@media (max-width: 576px) {
  .arrow i {
    font-size: 20px;
  }

  .slidee {
    padding: 32px;
  }

  .img-col {
    min-height: 200px;
  }
}
 
/* process section start here */
.process-card img{
width: 100px;

}
.process-card{
    text-align: center;
    border-radius: 50%;
    padding: 20px;
    margin-top: 5px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
 
}
.process-card:hover img{
  transform: scale(1.1);
  transform: rotate(359deg);
  transition: all 0.6s ease-in-out;
}
.process-head::after{
    content: "";
    width: 150px;
    height: 5px;
    background-color: var(--primary);
    display: block;
}
.process-head h2{
  font-size: 36px;
  font-weight: 600;
}
.process-head{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.process-card p{
    font-size: 24px;
    font-weight: 600;
    margin-top: 8px;
}
@media (max-width:600px) {
  .process-head{
    text-align: center;
  }
  .process-card{
 
    padding: 10px;
   
}
.process-card p{
  font-size: 16px;
  font-weight: 600;
  margin-top: 8px;
}
.process-card img{
  width: 80px;
  margin-top: 10px;
  
  }
  .process-head h2 {
    font-size: 24px;
    font-weight: 600;
}
.blog-content .blog-title{
  font-size: 19px;
}
.section-title-center-light h2{
  font-size: 26px;
}
.product-head h2{
  font-size: 26px;
}
.about-content h2{
  font-size: 26px;
}
  
}
/* process section end here */


/* blog section start here */
/* Blog Card Styling */
.blog-card {
  max-width: 400px;
  border-radius: 12px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
  background: #fff;
  margin: 20px;
  font-family: Arial, sans-serif;
}

.blog-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.blog-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.blog-content {
  padding: 20px;
}

.blog-title {
  font-size: 22px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}

.blog-description {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 15px;
}

.blog-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.read-more {
  text-decoration: none;
  color: #007BFF;
  font-weight: bold;
  transition: color 0.3s;
}

.read-more:hover {
  color: #0056b3;
}

.blog-date {
  font-size: 14px;
  color: #888;
}
.section-title {
  font-size: 36px;
  color: #000;
  font-weight: 600;

  margin-bottom: 15px;
}
.section-title::after{
  content: "";
  background-color: var(--primary);
  height: 5px;
  width: 150px;
  margin-top: 12px;
  margin-left: 30px;
  display: block;
}
.blog-head{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}


.section-subtitle {
  font-size: 18px;
  color: #555;
  margin-bottom: 40px;
}

/* blog section end here */

/* product section start here */
 

.our-product-section {
  padding: 80px 0;
  background: #f4f4f4;
}



/* Blog Card Styling */
.product-cardd{
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
  cursor: pointer;
  height: 100%;
}

.product-cardd img {
  width: 100%;
  height: 350px;
  
  overflow: hidden;
  transition: transform 0.3s ease-in-out;
}

.product-cardd:hover img {
  transform: scale(1.03);
  
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(67, 68, 142, 0.8), rgba(0, 123, 255, 0.6));
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  opacity: 0;
  transition: opacity 0.4s;
  padding: 30px;
}

.product-cardd:hover .overlay {
  opacity: 1;
}

.overlay h4 {
  font-size: 24px;
  margin-bottom: 10px;
}

.overlay p {
  font-size: 16px;
  margin-bottom: 20px;
}

.product-cardd .btn {
  display: inline-block;
  padding: 10px 25px;
  background: #fff;
  color: #B01B1C;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s, color 0.3s;
}
.prod-name{
  background-color: var(--primary);
  text-align: center;
  padding: 5px;
 
}
.prod-name a{
  text-decoration: none;
  color: var(--light);
  font-size: 20px;
 

  text-align: center;

}

.product-cardd .btn:hover {
  background: #B01B1C;
  color: #fff;
}

/* Responsive Design */
@media (max-width: 992px) {
  .product-cardd img {
    height: 280px;
  }

  .overlay h4 {
    font-size: 20px;
  }

  .overlay p {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .product-cardd img {
    height: 220px;
  }

  .section-title {
    font-size: 32px;
  }

  .section-subtitle {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .product-cardd img {
    height: 180px;
  }

  .overlay h4 {
    font-size: 18px;
  }

  .overlay p {
    font-size: 12px;
  }

  .product-cardd .btn {
    padding: 8px 20px;
  }
}
/* product section end here */

 /* footer section start here */
 
  .footer {
    background: linear-gradient(135deg, #003366, #007BFF);
    color: #fff;
    padding: 70px 0;
    line-height: 1.8;
  }

  .footer h4 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 20px;
    position: relative;
  }

  .footer h4::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: #f1c40f;
    margin-top: 10px;
  }

  .footer p {
    font-size: 16px;
    color: #f1f1f1;
  }

  .footer ul {
    list-style: none;
    padding: 0;
  }

  .footer ul li {
    margin-bottom: 10px;
  }

  .footer ul li a {
    color: #f1f1f1;
    text-decoration: none;
    transition: color 0.3s;
    font-size: 16px;
  }

  .footer ul li a:hover {
    color: #f1c40f;
  }

  .footer .social-icons {
    margin-top: 20px;
  }

  .footer .social-icons a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #f1c40f;
    color: #003366;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    border-radius: 50%;
    margin-right: 10px;
    transition: transform 0.3s, background 0.3s;
  }

  .footer .social-icons a:hover {
    background: #fff;
    color: #007BFF;
    transform: scale(1.1);
  }

  .footer .footer-col {
    margin-bottom: 30px;
  }

  .footer-bottom {
    text-align: center;
    padding: 20px 0;
    background: #002244;
    margin-top: 40px;
  }

  .footer-bottom p {
    color: #f1f1f1;
    margin: 0;
    font-size: 16px;
  }

  .footer-bottom a {
    color: #f1c40f;
    text-decoration: none;
    transition: color 0.3s;
  }

  .footer-bottom a:hover {
    color: #fff;
  }

  /* Icons Styling */
  .footer p i {
    margin-right: 6px;
    color: #f1c40f;
  }

  /* Responsive Design */
  @media (max-width: 992px) {
    

    .footer ul {
      display: inline-block;
      text-align: left;
    }

    .footer-bottom {
      text-align: center;
    }
  }

  @media (max-width: 768px) {
    .footer h4 {
      font-size: 20px;
    }

    .footer p,
    .footer ul li a {
      font-size: 14px;
    }

    .footer .social-icons a {
      width: 35px;
      height: 35px;
      line-height: 35px;
      font-size: 16px;
    }
  }

  @media (max-width: 576px) {
     

    .footer h4 {
      font-size: 18px;
    }

    .footer p,
    .footer ul li a {
      font-size: 14px;
    }

    .footer .social-icons a {
      width: 30px;
      height: 30px;
      line-height: 30px;
      font-size: 14px;
    }

    .footer-bottom p {
      font-size: 14px;
    }
  }
 

 /* footer section end here */



 /* sub product section start here */
 /* Global Styles */
 

/* Header */
header {
  background: #333;
  color: #fff;
  padding: 20px;
  text-align: center;
}


/* Product Card */
.product-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease;
}



.product-card img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.product-card h2 {
  font-size: 20px;
  margin: 15px;
}

.product-card p {
  font-size: 14px;
  color: #555;
  margin: 0 15px 15px;
}

.product-card a {
  display: block;
  text-align: center;
  background: #B01B1C;
  color: #fff;
  padding: 10px;
  text-decoration: none;
  transition: background 0.3s;
}

.product-card a:hover {
  background: #0056b3;
}

 
@media (max-width: 768px) {
  .enquiry-section  .container {
      grid-template-columns: 1fr;
  }
}

 /* sub product section end here */




/* product-detail-section start here */
.product-detail-section .container {
  max-width: 1200px;
  margin: 30px auto;
  padding: 20px;
}

/* Product Wrapper */
.product-detail-section .product-wrapper {
  display: flex;
  background: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
  transition: 0.3s;
}



/* Product Image */
.product-detail-section .product-wrapper img {
  width: 50%;
  height: auto;
}

/* Product Content */
.product-detail-section .product-content {
  flex: 1;
  padding: 30px;
}

.product-detail-section .product-content h2 {
  font-size: 28px;
  margin-bottom: 15px;
}

.product-detail-section .price {
  font-size: 24px;
  color: #28a745;
  margin-bottom: 20px;
}

.product-detail-section .description {
  font-size: 16px;
  margin-bottom: 25px;
}

/* Features Section */
.product-detail-section .features h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.product-detail-section .features ul {
  list-style: none;
  padding: 0;
}

.product-detail-section .features li {
  font-size: 16px;
  margin-bottom: 10px;
}

/* Specifications */
/* Specs Section Styling */
.product-detail-section .specs {
  margin: 40px 0;
}

.product-detail-section .specs h3 {
  font-size: 26px;
  margin-bottom: 20px;
  color: var(--primary);
}

/* Specs Section Styling */
.product-detail-section .specs {
  margin: 40px 0;
  background: #fff;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  transition: transform 0.3s;
}


.product-detail-section .specs h3 {
  font-size: 26px;
  margin-bottom: 20px;
  color: var(--black)
}

/* Table Styling */
.product-detail-section table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}

.product-detail-section thead {
  background: #B01B1C;
  color: #fff;
}

.product-detail-section thead th {
  padding: 15px;
  font-size: 18px;
  text-align: left;
}

.product-detail-section tbody tr {
  border-bottom: 1px solid #ddd;
  transition: background 0.3s;
}

.product-detail-section tbody tr:hover {
  background: #f1f1f1;
}

.product-detail-section tbody td {
  padding: 15px;
  font-size: 16px;
  color: #333;
}

/* Alternating row colors */
.product-detail-section tbody tr:nth-child(even) {
  background: #f9f9f9;
}

/* Responsive Design */
@media (max-width: 768px) {
.product-detail-section  .specs {
      padding: 20px;
  }

  .product-detail-section table, tbody, tr, td {
      display: block;
      width: 100%;
  }

  .product-detail-section thead {
      display: none;
  }

  .product-detail-section tbody tr {
      margin-bottom: 20px;
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
      border-radius: 8px;
      background: #fff;
  }

  .product-detail-section tbody td {
      display: flex;
      justify-content: space-between;
      padding: 10px 15px;
      border-bottom: 1px solid #eee;
  }

  .product-detail-section  tbody td:last-child {
      border-bottom: none;
  }

  .product-detail-section  tbody td::before {
      content: attr(data-label);
      font-weight: bold;
      color: #007BFF;
  }
}


/* Add to Cart Button */
.product-detail-section .btn {
  display: block;
  width: 100%;
  padding: 12px;
  background: #B01B1C;
  color: #fff;
  text-align: center;
  font-size: 18px;
  border: none;
  cursor: pointer;
  transition: 0.3s;
}
.cpatcha-div{
  background-image: linear-gradient(#00000060,#00000042),url("../image/card-image/captcha.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: var(--light);
  padding: 8px;
}

.product-detail-section .btn:hover {
  background: #0056b3;
  color: var(--light);
}

/* Responsive Design */
@media (max-width: 768px) {
.product-detail-section  .product-wrapper {
      flex-direction: column;
  }

 .product-detail-section  .product-wrapper img {
      width: 100%;
  }

 .product-detail-section .product-content {
      padding: 20px;
  }
}
/* product-detail-section end here */



/* contact form section start here  */
 

.form-group {
  margin-bottom: 20px;
}

label {
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
  color: #555;
}

input, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 16px;
  transition: 0.3s;
}

input:focus, textarea:focus {
  outline: none;
  border-color: #007BFF;
  box-shadow: 0 0 8px rgba(0, 123, 255, 0.2);
}

/* Error Styling */
.error {
  color: red;
  font-size: 14px;
  margin-top: 5px;
  display: block;
}

/* Captcha Styling */
.captcha-container {
  display: flex;
justify-content: space-around;
  align-items: center;
}
.captcha-para p {
  font-size: 23px;
  text-align: center;
  font-family: "Special Elite", 'Roboto', sans-serif;
  padding-top: 5px;
  padding-bottom: 5px;
}

.captcha-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f1f1f1;
  padding: 6px 20px;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-right: 5px;
}

.captcha-box span {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 3px;
  color: #333;
}

.captcha-box button {
  background: #b01b1c;
  color: #fff;
  border: none;
  padding: 8px 12px;
  cursor: pointer;
  border-radius: 5px;
  transition: 0.3s;
}

.captcha-box button:hover {
  background: #0056b3;
}

/* Submit Button */
.contact-form .btn {
  display: inline-block;
  width: 100%;
  padding: 12px;
  background: #b01b1c;
  color: #fff;
  font-size: 18px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

.contact-form .btn:hover {
  background: #0056b3;
}

/* Responsive Design */
@media (max-width: 768px) {
  form {
      padding: 20px;
  }
}


 
 
/* Header */
header {
    background: #007BFF;
    color: #fff;
    padding: 40px 20px;
    text-align: center;
    font-size: 28px;
}

/* Container */
 
/* Contact Form */
.contact-form {
    flex: 1;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}



.contact-form h2 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #b01b1c;
}

.form-group {
    margin-bottom: 20px;
}

label {
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
    color: #555;
}

.contact-section input, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
    transition: 0.3s;
}

.contact-section  input:focus, textarea:focus {
    outline: none;
    border-color: #007BFF;
    box-shadow: 0 0 8px rgba(0, 123, 255, 0.2);
}

.contact-section .btn {
    display: inline-block;
    width: 100%;
    padding: 12px;
    background: #b01b1c;
    color: #fff;
    font-size: 18px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.contact-section .btn:hover {
    background: #0056b3;
    color: #fff;
}

/* Contact Info */
.contact-section  .contact-info {
    flex: 1;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}

.contact-section  .contact-info:hover {
    transform: translateY(-10px);
}

.contact-section  .contact-info h2 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #b01b1c;
}

.contact-section  .contact-info p {
    font-size: 18px;
    margin-bottom: 15px;
    color: #555;
}

/* Map */
.contact-section   .map-container {
    margin-top: 20px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Responsive Design */
@media (max-width: 992px) {
  .contact-section  .container {
        flex-direction: column;
    }

    .contact-section    .contact-form, .contact-info {
        width: 100%;
    }

    .contact-section  .map-container iframe {
        height: 250px;
    }
}
 
.about-banner-section{
  background-color: #5e5959 ;
}
.breadcrumb .breadcrumb-item{
  color: var(--light) !important;
  padding: 3px;
}
.breadcrumb .breadcrumb-item a{
  color: var(--light) !important;
  text-decoration: none;
}
/* contact form section end here  */




 /* working gallery session start here */
 .work-gallery {
  position: relative;
  margin-bottom: 20px;
  margin-top: 20px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

}
.work-gallery:hover .view{
  display: block;
   height: 100%;
  width: 100%;

}
.work-heading h1{
  color: var(--black);
  font-size: 36px;
}
.work-heading{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.work-heading h1::after{
  content: "";
  width: 120px;
  height: 5px;
  margin: 8px auto;
  display: block;
  background-color: var(--primary);
}
.high-light{
  color: var(--primary);

}
.work-heading .gallery{
  color: var(--primary);
}
.work-gallery .view {
  transition: transform 0.3s ease;    
  height: 50%;
  background-color: #000000a9;
  width:10%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.work-gallery .view  .add-icon{
   display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transform: translateY(140px); 
}
.work-gallery .view  .add-icon a i{
  color: #b01b1c;
  font-size: 25px;
  
  
}
.work-gallery:hover .fa{
   transform: rotate(180deg);
}

.our-work-section .work-gallery .view  .add-icon{
  display: flex;
 justify-content: center;
 align-items: center;
 text-align: center;
 transform: translateY(100px); 
}
@media (max-width:500px){
  .work-gallery .view  .add-icon{
    display: flex;
   justify-content: center;
   align-items: center;
   text-align: center;
   transform: translateY(40px); 
 }
}
/* working gallery session end here */




.submit-form {
  padding: 50px 0;
}
.submit-form .submit-head {
  text-align: center;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 50px 10px;
}
.submit-form .submit-head i {
  color: #87BD48;
  font-size: 100px;
  border: 10px solid #87BD48;
  border-radius: 50%;
  padding: 15px 22px;
}
.submit-form .submit-head h2 {
  color: #155391;
  margin: 13px 0 0;
}
.submit-form .submit-head p {
  margin-bottom: 28px;
}
.submit-form .submit-head a {
  background: #15537E;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
}


/* blog-details section start here */
.blog-detail-section {
  padding: 50px 0;
}
.blog-detail-content {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.blog-detail-content img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 20px;
}
.blog-detail-content h1 {
  font-size: 2rem;
  margin-bottom: 10px;
}
.blog-detail-content p {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
}
.blog-sidebar {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}
.blog-sidebar h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  text-align: center;
}
.related-blogs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 15px;
  padding: 10px;
}
.related-blog-card {
  background: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
  overflow: hidden;
 
  text-align: center;
}
.related-blog-card:hover {
  transform: translateY(-5px);
}
.related-blog-card img {
 
  
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.related-blog-card a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #007bff;
  font-weight: bold;
  transition: color 0.3s;
}
.related-blog-card a:hover {
  color: #0056b3;
}
@media (max-width:600px) {
  .blog-detail-section {
    padding: 20px 0;
  }
}
 /* blog-details section end here */

