* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}


:root {
  --primary-color: #0071BD;
  --secondary-color: #DB0E15;
  --green: #61c779;
  --dark: #000;
  --light: #fff;
}











/* sub-page-banner styling start */
.sub-page-banner {
  background: url(../image/banner/delux-sub-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: start;
  padding: 90px 0px;
  color: var(--light);
  display: flex;
  align-items: center;
  justify-content: start;
  margin: 5px 25px;
}

.sub-banner {
  background-color: var(--primary-color);
  color: var(--blue);
  text-align: start;
  padding: 10px 50px;
}

.sub-page-banner p {
  color: var(--blue);
  font-size: 40px;
  font-weight: 600;
}

.sub-page-banner a {
  text-decoration: none;
  color: var(--fieryred);
  font-size: 18px;
}



@media(max-width:768px) {
  .sub-page-banner {
     background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 30px 0px;
  }
}

@media(max-width:520px) {
  .sub-page-banner {
     background-size: cover;
    background-repeat: no-repeat;

    background-position: center;

    padding: 5px 0px;
  }

  .sub-page-banner p {

    color: var(--blue);
    font-size: 18px;
    margin: 0px;
  }

  .sub-banner {
    background-color: #00000047;
    color: var(--blue);
    text-align: center;
    padding: 5px 10px;
  }

  .sub-page-banner a {
    text-decoration: none;
    color: var(--primary);
    font-size: 12px;
  }
}


 









.top-line {
  height: 3px;
  background: var(--primary-color);
}

.top-bar {
  padding: 10px 0;
  font-size: 14px;
  color: #555;
}

.top-bar i {
  color: var(--secondary-color);
  margin-right: 8px;
  font-size: 23px;
}

.top-bar span,
.top-bar a {
  color: #555;
  font-size: 16px;
  text-decoration: none;
  font-weight: 500;
}

/* Navbar links */
.navbar-nav .nav-linkk {
  font-size: 14px;
  font-weight: 500;
  color: #333 !important;
  margin: 0 12px;
  padding-bottom: 8px;
  
  position: relative;
}
.navbar-nav .nav-link {
  font-size: 14px;
  font-weight: 500;
  color: #333 !important;
  margin: 0px 12px;
  padding-bottom: 8px;
  position: relative;
}
.navbar-nav .nav-linkk {
  font-size: 16px;
  font-weight: 500;
  color: #333 !important;
  margin: 0 12px;
  margin-top: 5px;
  padding-bottom: 8px;
  position: relative;
  text-decoration: none;
}
.navbar-nav .nav-link {
  font-size: 16px;
  font-weight: 500;
  color: #333 !important;
  margin: 0 12px;
  padding-bottom: 8px;
  position: relative;
  text-decoration: none;
}
 
.dropdown{
  margin: 0px 0px;
   
}
/* Show the dropdown on hover */
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
}

/* Hide the dropdown menu by default */
.dropdown-menu {
  display: none;
}

/* Optional: Add a slight delay when showing/hiding */
.nav-item.dropdown {
  position: relative;
}

.nav-item.dropdown .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
}

.navbar-nav .nav-linkk.active,
.navbar-nav .nav-linkk:hover {
  color: var(--secondary-color) !important;
}

.navbar-nav .nav-linkk.active::after,
.navbar-nav .nav-linkk:hover::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: var(--secondary-color);
  position: absolute;
  bottom: 0;
  left: 0;
}

.navbar-brand img {
  max-height: 70px;
}

.navbar{
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

/* Desktop only */
@media (max-width: 991px) {
  .top-bar {
    display: none;
  }

  /* Hide top bar on mobile */
}








.heading .section-title {
  position: relative;
  display: inline-block;
  background: var(--primary-color);
  color: #fff !important;
  font-size: 28px;
  font-weight: 700;
  padding: 12px 40px;
  text-transform: uppercase;
  border-radius: 6px;
}

.heading .section-title::before,
.section-title::after {
  content: "";
  position: absolute;
  top: 0;
  border-style: solid;
  border-width: 22px 18px;
  border-color: transparent;
}

.heading .section-title::before {
  left: -36px;
  top: 8px;
  border-right-color: var(--secondary-color);
}

.heading .section-title::after {
  right: -36px;
  top: 8px;
  border-left-color: var(--secondary-color);
}

.heading .section-sub {
  display: block;
  font-size: 14px;
  color: #555;
  margin-top: 12px;
  font-weight: 400;
}













.profile-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #ccc;
  padding-bottom: 10px;
}


.profile-header   .right i{
  font-size: 35px;
}

.profile-header .left h2 {
  margin: 0;
  font-size: 24px;
}

.profile-header .left p {
  margin: 0;
  font-style: italic;
}

.profile-header .right img {
  width: 100px;
  border-radius: 50%;
}

.bio {
  background-color: #d8dde1;
  padding: 15px;
  border-left: 5px solid #aaa;
}

.stats {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.stat-box {
  flex: 1;
  background-color: #888;
  color: white;
  padding: 20px;
  text-align: center;
}

.stat-box img{
  height: 90px;
}

.stat-box h3 {
  margin: 0;
  font-size: 30px;
}

.quote {
  background-color: var(--primary-color);
  color: white;
  padding: 15px;
  font-style: italic;
}

.timeline1 {
  background-color: #eee;
  padding: 15px;
}

.testimonial {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.testimonial .person {
  flex: 1;
  background-color: #ddd;
  padding: 10px;
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.testimonial .person i{
  font-size: 25px;
}

.testimonial img {
  border-radius: 50%;
}


@media screen and (max-width: 768px) {
  .profile-header {
    flex-direction: row;
    align-items: flex-start;
  }

  .profile-header .right img {
    margin-top: 10px;
  }

  .stats {
    flex-direction: column;
  }

  .stat-box {
    width: 100%;
  }

  .testimonial {
    flex-direction: column;
  }

  .testimonial .person {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .timeline1,
  .quote,
  .bio {
    font-size: 14px;
  }

  .profile-header .left h2 {
    font-size: 20px;
  }

  .profile-header .left p {
    font-size: 14px;
  }

  .stat-box h3 {
    font-size: 24px;
  }
}














.diamond-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  margin-top: 150px;
}

.diamond-box {
  position: relative;
  width: 280px;
  height: 280px;
  margin: 15px;
  transform: rotate(45deg);
  border-radius: 25px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s;
}

.diamond-box:hover {
  transform: rotate(45deg) scale(1.05);
}

.diamond {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ccc;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.diamond .content {
  transform: rotate(-45deg);
  width: 250px;
  text-align: center;
  color: #fff;
}

.diamond .content h3 {
  font-size: 14px;
  margin: 0 0 10px 0;
}

.diamond .content p {
  font-size: 12px;
  margin-bottom: 10px;
}

.diamond .content i {
  font-size: 18px;
}

/* Zig-Zag Positioning */
.high {
  margin-top: -40px;
}

.low {
  margin-top: 40px;
}

/* Color Themes */
.color1 .diamond {
  background-color: #0071BD;
}

.color2 .diamond {
  background-color: #2ecc71;
}

.color3 .diamond {
  background-color: #ff3300;
}

.color4 .diamond {
  background-color: #3c4e5b;
}

.color5 .diamond {
  background-color: #DB0E15;
}

.color6 .diamond {
  background-color: #203750;
}

.color7 .diamond {
  background-color: #a46334;
}


@media (max-width:768px) {


  .diamond-box {
    width: 200px;
    height: 200px;

  }

  .diamond .content {
    transform: rotate(-45deg);
    width: 180px;
    text-align: center;
    color: #fff;
  }


}


@media (max-width:650px) {
  .diamond-box {
    width: 168px;
    height: 168px;
  }

}



















/*** Footer ***/
@media (min-width: 992px) {
  .footer::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    background: var(--bs-secondary);
  }
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: rgba(255, 255, 255, .5);
  font-weight: normal;
  text-transform: capitalize;
  transition: .3s;
}

.footer .btn.btn-link:hover {
  color: var(--bs-primary);
  letter-spacing: 1px;
  box-shadow: none;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: rgba(255, 255, 255, .5);
  margin-right: 10px;
}

.footer h2{
  color: var(--primary-color);
}

.footer a {
  text-decoration: none;
}





/* product section start here */
.product-card {
  border: none;
  border-radius: 20px;
  overflow: hidden;
      background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0) 0%, rgba(0, 11, 82, 0.64) 100%);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-in-out;
}

.product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.25);
}

.product-card a {
  text-decoration: none;
  background-color: var(--primary-color);
  color: var(--light);
  padding: 5px 4px;
  border-radius: 5px;
}

.product-img {
  height: 220px;
  object-fit: cover;
  border-bottom: 1px solid #f0f0f0;
}

.card-body {
  padding: 20px;
  text-align: center;
}

.product-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.product-price {
  font-size: 1.1rem;
  color: #ff6600;
  font-weight: bold;
  margin-bottom: 15px;
}

.btn-buy {
  border-radius: 30px;
  padding: 10px 25px;
  font-weight: 500;
  background: linear-gradient(45deg, #ff6600, #ff3300);
  border: none;
  color: #fff;
  transition: 0.3s;
}

.btn-buy:hover {
  background: linear-gradient(45deg, #ff3300, #cc0000);
  transform: scale(1.05);
}

/* product section end here */









/* contact us form start here */
.contact-box {
  background-color: #f8fbff;
  border-radius: 6px;
  padding: 20px;
}

.contact-box h2 {
  background-color: var(--primary-color);
  color: #fff;
  text-align: center;
  padding: 12px;
  border-radius: 5px 5px 0 0;
  font-weight: 600;
  margin-bottom: 5px;
}

.contact-box .touch-now {
  background-color: var(--secondary-color);
  color: #fff;
  text-align: center;
  padding: 12px;
  border-radius: 5px 5px 0 0;
  font-weight: 600;
  margin-bottom: 5px;
}

.contact-item a {
  text-decoration: none;
  color: var(--dark);
}


.contact-item {
  padding: 20px 10px;
  border: 1px solid #e5e5e5;
  text-align: center;
  border-radius: 5px;
  background: #fff;
  height: 100%;
  min-height: 150px;

}

.contact-item i {
  font-size: 24px;
  color: var(--primary-color);
  margin-bottom: 10px;
}

.contact-item h3 {
  font-weight: 600;
  margin-bottom: 6px;
  color: var(--dark);
}

.contact-item p {
  margin: 0;
  font-size: 14px;
  color: #333;
}

/* Contact Form Styling */
.contact-us-page {
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
}


.contact-us-page h2 {
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 1.5rem;
}

.captcha-codes-sec p {
  background-image: url('../image/card-image/capt-img.jpeg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5px;
}


.contact-box .input-start input,
.input-start textarea {
  width: 100%;
  margin: 8px 2px;
  padding: 8px 15px;
  font-size: 15px;
  background-color: var(--light);
  border-radius: 5px;
  border: 1px solid #ced4da;
  outline: none;

  transition: all 0.3s ease-in-out;
}

.input-start input:focus,
.input-start textarea:focus {
  border-color: #0d6efd;
  box-shadow: 0 0 5px rgba(13, 110, 253, 0.2);
}

.input-start {
  /* margin-bottom: 10px; */
}

/* Captcha Area */
.captchasep1 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  /* flex-wrap: wrap; */
}

.captchasep1 .inp-control {
  padding: 5px 1px;
}

*/ .captcha-codes-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f1f1f1;
  padding: 10px;
  width: 100%;
  max-width: 220px;
  border-radius: 5px;
}

.captcha-codes-sec p {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

.captcha-codes-sec button {
  background-color: var(--primary-color);
  border: none;
  color: #fff;
  padding: 8px 10px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 5px;
  transition: background 0.3s ease;
}

.captcha-codes-sec button:hover {
  background-color: var(--primary-color);
}

/* Button Styling */
button.btn-primary {
  background-color: var(--primary-color);
  border: none;
}

button.btn-primary:hover {
  background-color: var(--secondary-color);
  color: var(--dark);
}


/* Responsive Adjustments */
@media (max-width: 576px) {
  .captchasep1 {
    flex-direction: column;
    align-items: stretch;
  }

  .captcha-codes-sec {
    width: 100%;
  }
}

/* contact us form end here */










/*** Blog ***/
.blog .btn-dark {
  border-width: 2px;
  background: var(--light);
  color: var(--dark);
}

.blog {
  color: var(--light);
}

.blog .btn-dark:hover {
  background: var(--secondary-color);
  color: var(--light);
}

















/* mission */

.mv-box {
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0) 0%, rgba(0, 11, 82, 0.64) 100%);
  border-radius: 8px;
  padding: 10px 20px;
  text-align: center;
  position: relative;

}

.mv-box h2 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  letter-spacing: 2px;
}

.mv-box img{
  max-height: 280px;
}

.mv-text {
  position: relative;
  display: inline-block;
  padding: 5px 20px;
  font-size: 18px;
  font-style: italic;
  color: #333;
  z-index: 1;
  overflow: hidden;
}

.stat-box .mv-text::before {
  background: #1b84c5;
}

.stat-box .mv-text a{
  font-size: 22px !important ;
}


/* animated background */
.mv-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 5%;
  border-radius: 8px;
  background: #d1e7ff;
  z-index: -1;
  transition: width 0.6s ease;
}

/* on hover bg expands */
.mv-text:hover::before {
  width: 100%;
  color: white;
}

.mv-text a:hover {
  text-decoration: none;
  color: white;
}

.mv-text:hover {
  color: white;
}

.mv-text a {
  text-decoration: none;
  font-size: 16px;
  color: #000;

}

/* Mission */
.mission h2 {
  color: #7d288d;
}

.mission .mv-text::before {
  background: #7d288d;
}

.mission .icon {
  font-size: 60px;
  color: #7d288d;
}

/* Vision */
.vision h2 {
  color: #1b84c5;
}

.vision .mv-text::before {
  background: #1b84c5;
}

.vision .icon {
  font-size: 60px;
  color: #1b84c5;
}

/* Goal */
.goal h2 {
  color: #e69819;
}

.goal .mv-text::before {
  background: #e69819;
}

.goal .icon {
  font-size: 60px;
  color: #e69819;
}














/* WHY CHOOSE US  */
.why-choose-us {
  background: #f0f7ff;
  padding: 60px 0;
}

.why-choose-us .section-subtitle {
  letter-spacing: 3px;
  text-align: center;
  color: var(--dark);
  font-size: 18px;
  margin-bottom: 20px;
}


.why-choose-us .section-sub{
  margin-bottom: 20px;
}



.why-choose-us .section-title {
  font-size: 32px;
  font-weight: 700;
  color: var(--primary-color);
  text-align: center;
  margin-bottom: 0px;
  position: relative;
}

.why-choose-us .section-title span {
  display: block;
  width: 60px;
  height: 4px;
  background: var(--secondary-color);
  margin: 8px auto 0;
  border-radius: 4px;
}

.why-choose-us h3 {
  font-size: 20px;
}

/* Content Layout */
.why-choose-us .content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
 
}


 
 

/* Left Column - Features */
.why-choose-us .features {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.why-choose-us .feature-card {
  display: flex;
  background: #fff;
  width: 100%;
  border-radius: 12px;
  padding: 20px;
  align-items: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease;
}

.why-choose-us .feature-card:hover {
  transform: translateY(-5px);
}

.why-choose-us .icon {
  font-size: 28px;
  margin-right: 20px;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}


.why-choose-us .icon img {
  height: 50px;
}

.icon-blue {
  background-color: var(--primary-color);
}

.icon-purple {
  background-color: var(--secondary-color);
}

.icon-red {
  background-color: var(--primary-color);
}

.icon-green {
  background-color: #2ecc71;
}

.feature-card h4 {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 600;
  color: #001f4d;
}

.feature-card p {
  margin: 0;
  font-size: 14px;
  color: #555;
}

.image-container img{
  top: 40px;
}
/* Right Column - Image */


.why-choose-us .image-container img {
  width: 100%;
  border-radius: 20px 20px 0 20px;
  object-fit: cover;
}

/* Responsive Design */
@media (max-width: 991px) {
  .why-choose-us .content {
    flex-direction: column;
    align-items: stretch;
  }

  .why-choose-us .features {
    width: 100%;
  }

  .why-choose-us .feature-card {
    flex-direction: row;
  }

  .why-choose-us .image-container {
    max-width: 70%;
    width: 100%;
    margin-top: 30px;
  }
}

@media (max-width: 576px) {
  .why-choose-us {
    padding: 40px 20px;
  }

  .why-choose-us .section-title {
    font-size: 21px;
  }

  .why-choose-us .section-subtitle {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .why-choose-us .feature-card {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    width: 100%;
  }

  .why-choose-us .icon {
    margin: 0 0 10px 0;
  }

  .why-choose-us .icon img {
    height: 40px;
  }

  .feature-card h3 {
    font-size: 18px;
  }

  .feature-card p {
    font-size: 13px;
  }

  .why-choose-us .image-container img {
    border-radius: 16px;
  }

  .heading .section-title {
    position: relative;
    display: inline-block;
    background: var(--primary-color);
    color: #fff !important;
    font-size: 20px;
    font-weight: 700;
    padding: 12px 15px;
    text-transform: uppercase;
    border-radius: 6px;
  }
.about-section  .heading .section-title{
   position: relative;
    display: inline-block;
    background: var(--primary-color);
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 700;
    padding: 12px 15px;
    text-transform: uppercase;
    border-radius: 6px;
}
  .heading .section-title::before {
    top: 3px;
  }

  .heading .section-title::after {

    top: 3px;
  }
.about-section   .heading .section-title::before {
    top: 0px;
  }

.about-section   .heading .section-title::after {

    top: 0px;
  }
}

/* WHY CHOOSE US  */







/* gallery section */
.gallery-item {
  position: relative;
  overflow: hidden;
  margin: 15px 8px;
}

.gallery-item img {
  transition: 0.3s ease;
    
}

.gallery-item:hover img {
  transform: scale(1.1);
}

.gallery-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.3s ease;
}

.gallery-item:hover .gallery-icon {
  opacity: 1;
}

/* gallery section */












/* our service process  */

.timeline {
  position: relative;
  margin: 2rem 0;
  padding-left: 2rem;
  border-left: 2px solid var(--primary-color);
  height: 500px;
  overflow-y: scroll;
}

.timeline {
  position: relative;
  margin: 2rem 0;
  padding-left: 2rem;
  border-left: 2px solid var(--primary-color);
  height: 500px;
  overflow-y: scroll;
  scroll-behavior: smooth;
}

/* Chrome, Edge, Safari */
.timeline::-webkit-scrollbar {
  width: 6px;
}

.timeline::-webkit-scrollbar-track {
  background: transparent;
}

.timeline::-webkit-scrollbar-thumb {
  background: linear-gradient(to bottom,
      var(--primary-color),
      #444);
  border-radius: 10px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

.timeline::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(to bottom,
      #444,
      var(--primary-color));
  box-shadow: 0 0 8px var(--primary-color);
}

/* Firefox support */
@supports (scrollbar-color: auto) {
  .timeline {
    scrollbar-color: var(--primary-color) transparent;
    scrollbar-width: thin;
  }
}


.timeline-step {
  position: relative;
  margin-bottom: 3rem;
  padding-left: 2rem;
}

.timeline-step::before {
  content: '';
  position: absolute;
  left: -17px;
  top: 5px;
  width: 16px;
  height: 16px;
  background-color: var(--primary-color);
  border-radius: 50%;
  border: 3px solid white;
  z-index: 1;
}

.service-card {
  background: white;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  border: 1px solid gainsboro;
  padding: 20px 24px;
  transition: transform 0.3s ease;
}

.service-card:hover {
  transform: translateY(-5px);
}

.service-card i {
  margin-right: 5px;
  font-size: 25px;
}

.service-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: #1f2937;
}

.service-description {
  color: #475569;
  font-size: 0.95rem;
}

.service-icon {
  font-size: 1.8rem;
  color: var(--primary-color);
  margin-right: 10px;
}

.timeline-label {
  font-weight: 600;
  color: #64748b;
  font-size: 18px;
  margin-bottom: 5px;
}

.timeline .timeline-step .service-card .icon {
  font-size: 35px;
  margin-right: 15px;
}

.timeline .timeline-step .service-card:hover .icon {
  color: var(--secondary-color);
}






/* our service process  */

















.table-wrapper {
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.modern-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.modern-table thead th {
  padding: 16px 20px;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  color: var(--text-dark);
  border-bottom: 2px solid var(--primary-color);
}

.modern-table thead th:nth-child(1),
.modern-table thead th:nth-child(2),
.modern-table thead th:nth-child(4) {
  background-color: var(--primary-color);
  color: white;
}

.modern-table thead th:nth-child(3) {
  background-color: var(--secondary-color);
  color: white;
}

.modern-table thead th:nth-child(5) {
  background-color: var(--green);
  color: white;
}

.scrollable-tbody {
  max-height: 350px;
  overflow-y: auto;
  overflow-x: hidden;
}

.scrollable-tbody table {
  margin: 0;
}

.scrollable-tbody::-webkit-scrollbar {
  width: 6px;
}

.scrollable-tbody::-webkit-scrollbar-thumb {
  background-color: var(--primary-color);
  border-radius: 10px;
}

.modern-table tbody td {
  padding: 16px 20px;
  text-align: center;
  font-size: 14px;
  color: var(--text-dark);
  transition: all 0.3s ease;
}

.modern-table tbody tr {
  background-color: white;
  transition: background-color 0.3s ease;
}

.modern-table tbody tr:nth-child(even) {
  background-color: #f6faff;
}

.modern-table tbody tr:hover {
  background-color: var(--row-hover);
}



.table-wrapper h2 {
  color: var(--primary-color);
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}

@media (max-width: 768px) {

  .modern-table thead th,
  .modern-table tbody td {
    font-size: 12px;
    padding: 12px 15px;
  }

  .modern-table tbody tr:hover td {
    padding-left: 20px;
  }
}


@media (max-width:550px) {
  .table-wrapper {
    display: none;
  }

}











/* Container stack layout */

.qa-section{
  background: url('../image/banner/Delux-banner-bg.jpg');
  background-position: center;
  padding: 50px 5px;
  background-repeat: no-repeat;
  background-size: cover;
}
.qa-container {
  max-width: 1200px;
  margin: auto;
  padding: 60px 20px;
}

/* Full-width QA Content */
.qa-left {
  width: 100%; 
}

.qa-left h2 {
  font-size: 2.5rem;
  color: #1a1a1a;
  margin-bottom: 30px; 
  font-weight: 600;
}

.qa-left .qa-content p {
  font-size: 1.1rem;
  line-height: 1.5;
  color: #444;
  margin-bottom: 18px;
}

/* Full-width Test Cards */
.qa-right {
  width: 100%;
}

.qa-right h3 {
  font-size: 1.8rem;
  margin-bottom: 25px;
  color: #0057a3;
  font-weight: 500;
}

/* Test Grid Layout */
.test-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 20px;
}

.test-card {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  padding: 18px 20px;
  border-radius: 12px;
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: all 0.3s ease;
  box-shadow: 0 1px 4px rgba(0,0,0,0.03);
}

.test-card:hover {
  background: #edf5ff;
  border-color: #d0e4ff;
  transform: translateY(-2px);
}





/* ==============================enquiry style start=========================================================== */
.pro-imagd {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;

}

.pro-imagd img {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.enq-content p {
  text-align: justify;
  font-size: 18px;
}

.more-enq-content h3 {
  margin-top: 30px;
  margin-bottom: 10px;
}

.more-enq-content p {
  font-size: 18px;
  margin-bottom: 5px;
}

.more-enq-content p strong {
  font-weight: 600;
  color: var(--red);
}

.enq-btn {
  display: inline-block;
  margin-top: 30px;
  border: 1px solid var(--primary-color);
  padding: 10px 20px;
  background-color: var(--secondary-color);
  color: #fff;
  transition: 0.2s ease-in-out;
  text-decoration: none;

}

.enq-btn:hover {
  border: 1px solid var(--dark);
  color: var(--light);
  background-color: var(--primary-color);

}

  .form-floating .form-control,
  .form-floating .form-select {
    height: 2.5rem;
    line-height: 1.25;
  }

 
.captchasep1 input {
  width: 100% !important;
  height: 40px;
}

.captchasep1 .captcha-codes-sec {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100% !important;
  border-radius: 5px;
  /* background: url(../img/logo/captcha-bg.jpg); */
}

.captchasep1 .captcha-codes-sec p {
  letter-spacing: 9px;
  font-style: italic;
  font-size: 32px;
  font-weight: 800;
  padding: 5px;
  height: 100%;
  color: #fff;
}

.captchasep1 .captcha-codes-sec {
  margin-bottom: 10px;
}

.captchasep1 .captcha-codes-sec button {
  font-style: italic;
  font-size: 22px;
  outline: none;
  height: 100%;
  border: none;
  background: none;
}

.captchasep1 .captcha-codes-sec button i {
  background: var(--secondary-color);
  color: #000;
  padding: 10px;
  border-radius: 5px;
}
.captchasep1 {
  display: flex;
}
.universal-btn:hover {
    background-color: var(--primary-color);
    color: rgb(255, 255, 255) !important;
}

.form-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}
.universal-btn{
  padding: 5px;
  border-radius: 5px;
background-color: var(--secondary-color);
color: var(--light);
}
/* ==============================enquiry style end============================================================= */














/* blog-details-start */
    /* related blog-style-start */
    .related-blog {
      box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
      padding: 5px;
      border-bottom: 1px solid #000;
      margin-bottom: 15px;
  }

  .related-blog a {
      text-decoration: none;


  }

  .blog-text{
    background-color: var(--primary-color);
  }

  .related-blog .realted-img {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100%;

  }

  .related-blog .realted-img img {
      height: 100%;
      width: 100%;
  }

  .related-blog .related-blog-content {
      padding: 5px 5px 5px 0px;
  }

  .related-blog .related-blog-content h2 {
      font-size: 16px;
      color: #000;
  }

  .related-blog .related-blog-content p {
      color: #000;
  }

  /* related blog-style-end */


  .blog-detail {
      padding: 50px 0px;
  }


  .blog-image-banner .blog-date p {
      margin-bottom: 0px;
      color: #fff;
  }

  .blog-content-para p {
      text-align: justify;
      font-size: 18px;
  }
/* blog-details-end */

/* responsive section start */
@media(max-width: 768px){
 .blog-detail {
      padding: 30px 0px;
  }
}
/* responsive section end */


