* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
}

.hero {
  background: url('images/banner.webp') no-repeat center center/cover;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.hero::after {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.0);
}

.hero-content {
  position: relative;
  text-align: center;
  color: white;
  z-index: 1;
}

.hero-content h1 {
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 20px;
}

.hero-content p {
  font-size: 30px;
  margin-bottom: 30px;
}

.hero-btn {
  background-color: #B22D30;
  color: black;
  padding: 20px 60px;
  font-weight: bold;
  font-size: 22px;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s;
}
/* Button styling */
.estimate-btn1 {
  background-color: #B22D30 !important;
  border: none !important;
  font-weight: 700 !important;
  letter-spacing: 0.05em !important;
  padding: 20px 40px !important;
  text-transform: uppercase !important;
  transition: background-color 0.3s ease, box-shadow 0.3s ease !important;
  color: white !important;
  display: inline-block !important;
  text-decoration: none !important;
  font-size: 20px !important;
}
.estimate-btn1:hover,
.estimate-btn1:focus {
  background-color: white !important;
  outline: none;
  color: #B22D30 !important;
  border: 1px solid #B22D30 !important;
  text-decoration: underline !important;
}
.hero-btn:hover {
    color: #B22D30;
  background-color: white;
  border: 2px solid #B22D30;
  text-decoration: underline;
}
/* <.................. Hero Section ended ..................> */


/* Estimating Section */
.estimating-section {
  padding: 50px 20px;
  max-width: 1000px;
  margin: auto;
  text-align: center;
}

.estimating-section h2 {
  color: black;
  font-size: 37px;
  font-weight: 600;
}

.underline {
  width: 70px;
  height: 3px;
  background-color: #B22D30;
  margin: 30px auto 30px;
}

.text-content {
  text-align: left;
  font-size: 16px;
  line-height: 1.8;
  color: #111;
}

.text-content strong {
  font-weight: bold;
}

.yellow-cta {
  background: url('images/polygon.webp') no-repeat center center/cover;
  background-color: #B22D30;
  padding: 40px 20px;
}

.cta-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
}

.cta-text {
  color: white;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
}

.cta-button a {
  background-color: #222;
  color: white;
  padding: 30px 30px;
  border-radius: 4px;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s;
  display: inline-block;
  margin-top: 15px;
  font-size: 22px;
}

.cta-button a:hover {
  background-color: #000;
}

@media (max-width: 768px) {
  .cta-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .cta-button {
    align-self: flex-start;
  }
}



.estimator-section {
  max-width: 1000px;
  margin: 80px auto;
  padding: 0 20px;
  text-align: center;
}

.estimator-section h2 {
  color: black;
  font-size: 37px;
  font-weight: 600;
}



.estimator-section p {
  font-size: 16px;
  line-height: 1.8;
  color: #111;
  margin-bottom: 15px;
  text-align: left;
}



.service-title {
  font-size: 27px;
  font-weight: bold;
  color: black;
  margin-top: 15px;
}

.service-title i {
  font-style: italic;
}

.underline2{
  width: 70px;
  height: 2px;
  background-color: #B22D30;
  margin: 10px 0;
}

.service-description {
  font-size: 19px;
  line-height: 1.8;
  color: #333;
}

.service-box {
  margin-bottom: 40px;
}

.service-img {
  object-fit: cover;
  width: 100%;
  border-radius: 5px;
  transition: opacity 0.5s ease; 

}
.service-img:hover {
  opacity: 0.4; 
}


.section-title {
  font-size: 35px;
  color: black;
  margin-bottom: 10px;
  font-weight: 600;
}

.section-line {
  width: 50px;
  height: 2px;
  background-color: #B22D30;
  margin-bottom: 30px;
}

.section-intro {
  font-size: 18px;
  margin-bottom: 40px;
}

.benefits-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
    position: relative;

}

.benefit-item {
  display: flex;
  align-items: flex-start;
    position: relative;

}

.benefit-icon {
  background-color: #E0E0E0;
  color: white;
  font-size: 32px;
  border-radius: 50%;
  width: 70px;
  height:70px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-right: 20px;
  position: relative;
  z-index: 1;

}

.benefit-content {
  flex: 1;
}

.benefit-title {
  margin: 0 0 10px;
  font-size: 24px;
  color: black;
  font-weight: 500;
}

.benefit-text {
  margin: 0;
  font-size: 20px;
  max-width: 1000px;
}
.benefit-item:not(:last-child) .benefit-icon::after {
  content: '';
  position: absolute;
  top: 100%; 
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 100px;
  background-color: #D7D7D7;
  z-index: 0;
}



/* ----------------- Responsive Styles ----------------- */
@media (max-width: 1024px) {
  .hero-content h1 {
    font-size: 45px;
  }

  .hero-content p {
    font-size: 24px;
  }

  .hero-btn {
    padding: 16px 40px;
    font-size: 20px;
  }

  .cta-text {
    font-size: 24px;
  }

  .cta-button a {
    padding: 20px 25px;
    font-size: 18px;
  }

  .benefit-title {
    font-size: 20px;
  }

  .benefit-text {
    font-size: 17px;
  }

  .section-title {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  .hero {
    height: 500px;
    text-align: center;
    padding: 0 20px;
  }

  .hero-content h1 {
    font-size: 36px;
  }

  .hero-content p {
    font-size: 20px;
  }

  .hero-btn {
    padding: 14px 30px;
    font-size: 18px;
  }

  .estimating-section h2,
  .estimator-section h2 {
    font-size: 28px;
  }

  .benefit-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .benefit-icon {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .benefit-title {
    font-size: 20px;
  }

  .benefit-text {
    font-size: 16px;
  }

  .cta-text {
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
  }

  .cta-container {
    flex-direction: column;
    align-items: center;
  }

  .cta-button {
    align-self: center;
  }

  .cta-button a {
    padding: 18px 25px;
    font-size: 18px;
  }

  .service-title {
    font-size: 22px;
  }

  .service-description {
    font-size: 17px;
  }
}
   .benefit-item:not(:last-child) .benefit-icon::after {
    display: none !important;
  }


@media (max-width: 480px) {
  .hero {
    height: 400px;
  }

  .hero-content h1 {
    font-size: 28px;
  }

  .hero-content p {
    font-size: 18px;
  }

  .hero-btn {
    padding: 12px 20px;
    font-size: 16px;
  }

  .cta-text {
    font-size: 20px;
  }

  .cta-button a {
    padding: 14px 20px;
    font-size: 16px;
  }

  .benefit-icon {
    width: 50px;
    height: 50px;
    font-size: 22px;
  }

  .benefit-title {
    font-size: 18px;
  }

  .benefit-text {
    font-size: 15px;
  }

  .section-title {
    font-size: 24px;
  }

  .service-title {
    font-size: 20px;
  }

  .service-description {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .benefit-item {
    flex-direction: row;     
    align-items: flex-start;  
    text-align: left;         
  }

  .benefit-icon {
    margin-right: 15px;
    margin-bottom: 0;
  }

  .benefit-title {
    font-size: 20px;
  }

  .benefit-text {
    font-size: 16px;
  }
}

 



.bg-image-takeoff{
 background-image: url('./images/images.jpg') !important;
 width: 100%;
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
}
.takeoff-services {
  position: relative;
  min-height: 100vh; 
  padding: 80px 0;
 
  z-index: 1;
  overflow: hidden;
}

.takeoff-services .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7); /* semi-transparent black */

  background-attachment: scroll; 
  z-index: 1;
}

.content-overlay {
  position: relative;
  z-index: 1;
  color: white;
}

.section-heading {
  font-size: 37px;
  font-weight: bold;
  text-transform: uppercase;
}

.section-subheading {
  font-size: 22px;
  color: white;
  margin-top: 20px;
  line-height: 1.5;
}

.underline-yellow {
  width: 60px;
  height: 3px;
  background-color: #B22D30;
}

.service-card {
  background-color: #D7D7D7;
  color: black;
  padding: 20px;
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  transition: transform 0.3s;
}

.service-card:hover {
  transform: translateY(-5px);
}



.icon img {
    width: 100px;
  object-fit: contain;
}

.card-title {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 30px;
  padding: 20px;
}

.card-text {
  font-size: 16px;
  line-height: 1.5;
}


.how-it-works {
  max-width: 1200px;
  padding: 0 20px;
  text-align: center;
  margin: 0 auto; 
}

.how-it-works h2 {
  font-size: 32px;
  color: black;
  margin-bottom: 10px;
}

.how-it-works h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 40px;
  color: #000;
}

.step {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 50px;
  text-align: left;
}

.step-icon {
  background-color: #D7D7D7;
  color: white;
  font-size: 32px;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-right: 20px;
  position: relative;
  z-index: 1;
}

.step-content h4 {
  margin: 0 0 10px;
  font-size: 30px;
  color: black;
}

.step-content p {
  margin: 0;
  line-height: 1.8;
  font-size: 18px;
  max-width: 1000px;
}

.upload-button {
  background-color: #b22222;
  color: white;
  border: none;
  padding: 15px 30px;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 20px;
  transition: background-color 0.3s;
}

.upload-button:hover {
  background-color: #a11d1d;
}

@media (max-width: 768px) {
  .step-icon {
    width: 50px;
    height: 50px;
    font-size: 24px;
    margin-right: 15px;
  }

  .step-content h4 {
    font-size: 22px;
  }

  .step-content p {
    font-size: 16px;
  }
}


.clients-section {
  background-color: #D7D7D7;
  text-align: center;
  padding: 80px 20px; 
  margin-top: 60px;
}
.clients-heading {
  font-size: 37px;
  font-weight: 500;
  color: black;
  margin-bottom: 10px; 
}



.clients-list {
  display: flex;
  justify-content: center;
  gap: 100px;
  flex-wrap: wrap;
  text-align: left;
}

.clients-list ul {
  list-style-type: disc;
  padding-left: 20px;
  margin: 0;
}

.clients-list li {
  font-size: 30px;
  margin-bottom: 20px;
  color: black;
}

.clients-list ul li::marker {
  color: black;
}

@media (max-width: 768px) {
  .clients-list {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
}



.reecent-projcts {
  background-color: #D7D7D7;
  padding: 60px 0;
}

.recent-projects h2 {
  font-size: 36px;
  font-weight: 700;
  color: black !important;
  margin-bottom: 10px;
}

.recent-projects .underline {
  width: 60px;
  height: 3px;
  background-color: #B22D30;
  margin-top: 10px;
  margin-bottom: 40px;
}

.project-card {
  text-align: center;
  transition: transform 0.3s ease;
}

.project-card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.project-card:hover img {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

.project-card p {
  font-size: 18px;
  color: black !important;
  font-weight: 600;
  margin-top: 10px;
}

@media (max-width: 991px) {
  .recent-projects h2 {
    font-size: 30px;
  }
  .project-card p {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .project-card img {
    height: 140px;
  }
}

@media (max-width: 576px) {
  .recent-projects {
    padding: 40px 0;
  }
  .project-card img {
    height: 120px;
  }
  .recent-projects h2 {
    font-size: 26px;
  }
}

.estimating-services-section {
  background-color: #D7D7D7;
  color: #000;
  line-height: 1.8;
  font-size: 16px;
}

.section-title {
  font-size: 32px;
  font-weight: 700;
  color: #002856;
}

.section-line {
  width: 60px;
  height: 3px;
  background-color: #B22D30;
  margin-top: 10px;
  margin-bottom: 30px;
}

/* Subheading */
.service-subheading {
  font-size: 22px;
  font-weight: 600;
  color: black;
  margin-bottom: 10px;
}

/* List Styling */
ul {
  padding-left: 20px;
}

ul li {
  margin-bottom: 8px;
  color: #000;
}

.estimating-services-section p {
  font-size: 16px;
  color: #333;
  line-height: 1.7;
  margin-bottom: 15px;
  text-align: justify;
}

@media (max-width: 768px) {
  .section-title {
    font-size: 26px;
  }

  .service-subheading {
    font-size: 18px;
  }

  .estimating-services-section {
    font-size: 15px;
  }
  .estimating-services-section p {
    font-size: 15px;
    line-height: 1.6;
  }
}

.cta-blue-section {
  background-color: black;
  background-image: url('images/polygon.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 30px;
  color: white;
  position: relative;
  overflow: hidden;
}


.cta-blue-section::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(30, 63, 104, 0.8); 
}

.cta-blue-wrapper {
  position: relative;
  z-index: 1; 
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.cta-blue-text {
  font-size: 20px;
  line-height: 1.7;
  flex: 1 1 60%;
  color: white;
  font-weight: 400;
  padding-right: 20px;
}

.cta-blue-button a {
  background-color: #B22D30;
  color: black;
  padding: 15px 35px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
  white-space: nowrap;
}

.cta-blue-button a:hover {
  background-color: black;
  color: white;
  border: 2px solid black;
}

/* Responsive */
@media (max-width: 768px) {
  .cta-blue-wrapper {
    flex-direction: column;
    text-align: left;
  }

  .cta-blue-button {
    align-self: flex-start;
    margin-top: 20px;
  }

  .cta-blue-text {
    font-size: 18px;
    padding-right: 0;
  }
}

.support-section {
  padding: 60px 20px;
  background-color: #D7D7D7;
}

.support-container {
  max-width: 1200px;
  margin: 0 auto;
}

.support-title {
  font-size: 37px;
  color: black;
  font-weight: 700;
  margin-bottom: 10px;
}

.support-underline {
  width: 50px;
  height: 2px;
  background-color: #B22D30;
  margin-bottom: 40px;
}

.support-subtitle {
  font-size: 25px;
  color: black;
  font-weight: bold;
  margin-bottom: 30px;
}

.support-text {
  font-size: 18px;
  line-height: 1.7;
  color: #333;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .support-title {
    font-size: 1.6rem;
  }

  .support-subtitle {
    font-size: 1.1rem;
  }

  .support-text {
    font-size: 0.95rem;
  }
}

.damage-claim-section {
  padding: 60px 20px;
  background-color: white;

}

.damage-claim-container {
  max-width: 1200px;
  margin: 0 auto;
}

.damage-claim-title {
  font-size: 2rem;
  color: black;
  font-weight: 700;
  margin-bottom: 10px;
}

.damage-claim-underline {
  width: 50px;
  height: 3px;
  background-color: #B22D30;
  margin-bottom: 30px;
}

.damage-claim-intro {
  font-size: 1rem;
  margin-bottom: 50px;
  color: #333;
}

.damage-claim-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}

.damage-claim-item {
  flex: 1 1 30%;
  min-width: 250px;
}

.damage-claim-subtitle {
  font-size: 1.2rem;
  color: black;
  font-weight: 700;
  margin-bottom: 10px;
}

.damage-claim-sub-underline {
  width: 30px;
  height: 3px;
  background-color: #f5b700;
  margin-bottom: 20px;
}

.damage-claim-text {
  font-size: 1rem;
  line-height: 1.7;
  color: #333;
}

@media (max-width: 900px) {
  .damage-claim-grid {
    flex-direction: column;
  }

  .damage-claim-item {
    flex: 1 1 100%;
  }
}


   .faq-section {
    padding: 60px 20px;
     background-color: #D7D7D7;
  }
  .faq-container {
    max-width: 1200px;
    margin: 0 auto;
  }
  .faq-title {
    font-size: 2rem;
    color: black;
    font-weight: 700;
    margin-bottom: 10px;
  }
  .faq-underline {
    width: 50px;
    height: 3px;
    background-color: #B22D30;
    margin-bottom: 30px;
  }
  .faq-list {
    display: flex;
    flex-direction: column;
  }
  .faq-item {
    border-top: 1px solid #ccc;
    background-color: black;
    color: white;
    margin-bottom: 2px;
    overflow: hidden;
  }
  .faq-item summary {
    list-style: none;
    cursor: pointer;
    padding: 15px 20px;
    font-size: 1rem;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    user-select: none;
    color: white;
  }
  .faq-item summary::-webkit-details-marker {
    display: none;
  }
  .faq-item summary::-moz-list-marker {
    display: none;
  }
  .faq-item summary::before {
    content: "+";
    font-weight: bold;
    margin-right: 10px;
    color: white;
    font-size: 1.2rem;
    line-height: 1;
  }
  .faq-answer {
    background-color: transparent;
    color: white;
    padding: 0 20px;
    font-size: 0.95rem;
    line-height: 1.6;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease, background-color 0.3s ease;
  }
  .faq-item[open] .faq-answer {
    background-color: #D7D7D7;
    color: black;
    padding: 15px 20px;
    max-height: 500px; 
  }



   




/* =========================
   Section Wrapper
========================= */
.construction-section {
  padding: 30px 15px;
}

/* =========================
   Header Row
========================= */
.header-row {
  border-left: 1px solid #D7D7D7 !important;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

.title-heading {
  font-size: 37px;
  font-weight: 700;
  color: black;
  letter-spacing: 1px;
}
.para-tech {
  font-size: 18px;
}

/* =========================
   Portfolio Button Column
========================= */
 .portfolio-btn {
  padding: 10px 30px;
  background-color: #B22D30;
  color: black;
  text-transform: uppercase;
  font-weight: 450;
  border-radius: 0;
  border: none;
  transition: 0.3s ease;
  font-size: 18px;
 
}

 .portfolio-btn:hover {
  background-color: #447D9B;
  color: white;
}

/* =========================
   Content Row (Text + Video)
========================= */
.content-row {
  padding-top: 10px;
}

/* Content Text Styling */
.content-text .service-description {
  font-size: 22px;
  line-height: 1.8;
  color: #333;
  text-align: justify;
  margin-bottom: 20px;
}

/* Video Container */
.content-video {
  position: relative;
  width: 40%;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 300px;
  overflow: hidden;
}

/* Responsive iframe */
.content-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  border: none;
  display: block;
}


.single-line {
    font-size: 18px;
    font-weight: 500;
}

.services-box {
  width: 60%;
  font-family: Arial, sans-serif;
}

.services-box h4 {
  font-weight: bold;
  color: #1d3557;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.services-box .highlight-title {
  background-color: #B22D30;
  padding: 10px;
  font-weight: 600;
  font-size: 17px;
}

.services-box ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.services-box ul li {
  background-color: black;
  color: white;
  padding: 10px;
  border-bottom: 1px solid black;
  font-size: 12px;
}

.contact-box {
  border: 1px solid #dee2e6;
  border-radius: 5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  width: 60%;
  overflow: hidden;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.contact-header {
  background-color: #B22D30; 
  color: #fff;
  text-align: center;
  padding: 10px 15px;
  font-weight: bold;
  font-size: 1.1rem;
}

.contact-box .p-3 {
  padding: 1rem;
}

.contact-box h5 {
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
  font-weight: 600;
  color: #343a40;
}

.contact-box p {
  margin: 0.3rem 0;
  font-size: 0.95rem;
  color: #495057;
}

.contact-box i {
  color: #dc3545;
  margin-right: 6px;
}


/* =========================
   Responsive Fixes
========================= */
@media (max-width: 768px) {
  .section-title .title-heading {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .portfolio-btn {
    width: 100%;
  }

  .content-video, .content-text {
    margin-bottom: 20px;
  }
}

.my-section {
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Stakeholders lists */
.stakeholders-list {
  padding-left: 20px;
  list-style-type: disc;
  color: #212529;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 0;
}

.stakeholder-item {
  margin-bottom: 6px;
}

/* Button styling */
.estimate-btn {
  background-color: #B22D30;
  border: none;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 12px 36px;
  font-size: 1rem;
  text-transform: uppercase;
  box-shadow: 0 4px 6px rgba(181, 25, 31, 0.4);
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  color: white;
  display: inline-block;
  text-decoration: none;
}

.estimate-btn:hover,
.estimate-btn:focus {
  background-color: #8a1316;
  box-shadow: 0 6px 10px rgba(138, 19, 22, 0.6);
  outline: none;
  color: #fff;
}

.services-header-col {
  text-align: left !important;
}

.services-header {
  color: black;
  font-weight: 500;
  font-size: 37px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0;
  text-align: left;
  padding: 10px;
}
.services-header1 {
  color: black;
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0;
  text-align: left;
  padding: 10px;
}
.services-header2 {
    color: black;
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0;
  text-align: left;


}
/* Services lists */
.services-list {
  padding-left: 20px;
  list-style-type: disc;
  color: #212529;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 0;
}

.service-item {
  margin-bottom: 6px;
}
.services-text {
  font-size: 16px;
  padding: 20px;
}
.services-text1 {
  font-size: 14px;
  padding: 10px;
}
.images-lame {
  width: 20%;
}

/* Responsive tweaks */
@media (max-width: 767.98px) {
  .services-header {
    font-size: 1.5rem;
  }
  
  .stakeholders-list,
  .services-list {
    font-size: 0.9rem;
  }

  .estimate-btn {
    padding: 10px 28px;
    font-size: 0.9rem;
  }
}
.step-col {
  padding: 15px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #212529;
}

.step-col h4 {
  color: black;
  font-weight: 700;
  margin-bottom: 12px;
}

.step-col p {
  font-size: 15px;
  line-height: 1.6;
  padding: 10px;
}
.step-walk {
  color: black !important;
  font-size: 20px;
  font-weight: 400;
  padding: 5px;
}
.hover-text span {
  transition: color 0.3s ease, background-color 0.3s ease;
  cursor: pointer;
  padding: 2px 4px;  /* thoda spacing dene ke liye */
  border-radius: 3px;
}

.hover-text span:hover {
  color: #B22D30;
  background-color: #f0f0f0;
  text-decoration: underline;
}

/* Responsive for smaller screens */
@media (max-width: 767.98px) {
  .step-col {
    padding: 10px 0;
  }
}
/* Responsive fixes */
@media (max-width: 991.98px) {
  .content-row {
    flex-direction: column;
  }
  
  .content-text,
  .content-video {
    flex: 1 1 100%;
    min-width: 100%;
  }

  .services-box,
  .contact-box {
    max-width: 100%;
  }
}

@media (max-width: 767.98px) {
  .title-heading {
    font-size: 24px;
  }

  .para-tech {
    font-size: 14px;
  }

  .portfolio-btn {
    width: 100%;
    font-size: 16px;
    padding: 12px 0;
  }

  .services-header {
    font-size: 20px;
  }

  .stakeholders-list,
  .services-list {
    font-size: 0.9rem;
  }

  .estimate-btn {
    padding: 10px 28px;
    font-size: 0.9rem;
  }

  .hover-text span {
    padding: 3px 5px;
    margin-right: 3px;
  }
}


/* =========================================================================================================================================== */

