.fixed-section {
  position: sticky;
  width: 100%;
  height: 100vh;
  top: 0;
  display: inline-block;
  box-sizing: border-box;
}



.fixed-section.section-2,
.fixed-section.section-3,
.fixed-section.section-4,
.fixed-section.section-5 {
  border-radius: 50px 50px 0px 0px;
}

.fixed-section.section-3,
.fixed-section.section-5,
.fixed-section.section-6{
  box-shadow: 0 0 12px #d4d4d4;
} 

.section-1 {
  background-image: url("../images/services-banner.png");
}

.section-2 .header span {
  font-style: normal;
  /* font-weight: 500; */
  font-size: 18px;
  line-height: 22px;
  color: #f3a024;
  padding: 8px 50px 8px 0px;
  border-bottom: 2px solid #f3a024;
}

.fixed-section.section-2 .body h4,
.fixed-section.section-4 .body h4,
.fixed-section.section-5 .body h4 {
  font-style: normal;
  /* font-weight: 600; */
  /* font-size: 48px; */
  font-size: clamp(1.6rem, 3vw, 3rem);
  line-height: 119.2%;
  color: #323232;
}

.fixed-section.section-2 .body p ,
.fixed-section.section-4 .body p ,
.fixed-section.section-5 .body p {
  font-style: normal;
  /* font-weight: 300; */
  /* font-size: 12px; */
  font-size: clamp(0.8rem, 0.85vw, 0.85rem);
  line-height: 130.7%;
  color: #323232;
}

.fixed-section.section-2 .body h6,
.fixed-section.section-3 .body h6,
.fixed-section.section-4 .body h6,
.fixed-section.section-5 .body h6 {
  font-style: normal;
  /* font-weight: 400; */
  /* font-size: 20px; */
  font-size: clamp(0.96rem, 1.2vw, 1.2rem);
  line-height: 119.2%;
  color: #323232;
}

.fixed-section.section-2 .body h6 a,
.fixed-section.section-4 .body h6 a,
.fixed-section.section-5 .body h6 a{
  text-decoration: none;
  color: #323232;
}

.fixed-section.section-3 .body h6 a{
  text-decoration: none;
  color: #323232;
}

.section-2 .header {
  height: 20vh;
}

.fixed-section.section-2,
.fixed-section.section-4,
.fixed-section.section-5 {
  background-image: url("../images/services-bg-img-light.png");
}

.fixed-section.section-3 {
  background-image: url("../images/services-bg-img-dark.png");
}

.fixed-section.section-3 .body h4 {
  font-style: normal;
  /* font-weight: 600; */
  /* font-size: 48px; */
  font-size: clamp(1.6rem, 3vw, 3rem);
  line-height: 119.2%;
  color: #323232;
}

.fixed-section.section-3 .body p {
  font-style: normal;
  /* font-weight: 300; */
  /* font-size: 12px; */
  font-size: clamp(0.8rem, 0.85vw, 0.85rem);
  line-height: 130.7%;
  color: #323232;
}

.fixed-section.section-3 .body h6 {
  font-style: normal;
  /* font-weight: 400; */
  /* font-size: 20px; */
  font-size: clamp(0.96rem, 1.2vw, 1.2rem);
  line-height: 119.2%;
  color: #323232;
}

.fixed-section.section-3 .text-card {
  min-height: 80px;
  color: #323232;
  display: flex;
  align-items: end;
}

.fixed-section.section-1,
.fixed-section.section-2,
.fixed-section.section-3,
.fixed-section.section-4,
.fixed-section.section-5 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.text-card {
  min-height: 80px;
  border-bottom: 1px solid #424242;
  display: flex;
  align-items: end;
}

section .section-6 {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background-color: #ffffff;
  background-image: url("../images/services-why-codetru.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

section .section-6 .header {
  min-height: 25vh;
}

section .section-6 .header span {
  font-style: normal;
  /* font-weight: 500; */
  font-size: 18px;
  line-height: 22px;
  padding: 8px 50px 8px 0px;
  color: #424242;
  border-bottom: 2px solid #424242;
}

section .section-6 .header h4 {
  font-style: normal;
  /* font-weight: 600; */
  /* font-size: 40px; */
  font-size: clamp(1.86rem, 2.8vw, 2.8rem);
  line-height: 140%;
  color: #1B1B1B;
}

section .section-6 .header p {
  font-style: normal;
  /* font-weight: 500; */
  /* font-size: 12px; */
  font-size: clamp(0.8rem, 0.9vw, 0.9rem);
  line-height: 160%;
  letter-spacing: 0.02em;
  color: rgba(27, 27, 27, 0.7);
}

section .section-6 .body .card {
  background-color: #00000000 !important;
  min-height: 32vh;
}
section .section-6 .card .card-header {
  min-height: 8vh;
  position: relative;
  max-height: 18vh;
  background: transparent;
  padding: 0px;
}

section .section-6 .card .card-header .background-number {
  -webkit-text-stroke: 1px rgba(179, 173, 173, 0.4);
  color: transparent;
  font-family: "Mona Sans";
  /* font-size: 140px; */
  font-size: clamp(7rem, 9vw, 9rem);
  font-weight: 600;
}

section .section-6 .body .card .card-body {
  min-height: 12vh;
}

section .section-6 .card .card-header h5 {
  /* min-height: 6vh; */
  position: absolute;
  top: 55%;
  font-style: normal;
  /* font-weight: 600; */
  /* font-size: 16px; */
  font-size: clamp(1rem, 1.6vw, 1.6rem);
  line-height: 140%;
  color: #1B1B1B;
}

section .section-6 .body .card .card-body p {
  font-style: normal;
  /* font-weight: 500; */
  /* font-size: 14px; */
  font-size: clamp(0.7rem, 0.9vw, 0.9rem);
  line-height: 160%;
  letter-spacing: 0.02em;
  color: rgba(27, 27, 27, 0.7);
}

section .section-7 {
  position: relative;
  min-height: 100vh;
  background-color: #ffffff;
}

footer .contact-section-in{
  min-height: 54vh;
  background-image: url("../images/services-rectangle.png");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

footer .contact-section-in .bg-img-box{
  min-height: 55vh;
  width: 90%;
  background-image: url("../images/services-footer-contact.png");
}

footer .contact-section-in h3 {
  margin: 18px 0px;
  font-style: normal;
  /* font-weight: 700; */
  /* font-size: 48px; */
  font-size: clamp(1.6rem, 3vw, 3rem);
  letter-spacing: 2px;
  word-spacing: 1px;
  line-height: 130.7%;
  color: #393939;
}

footer .contact-section-in p {
  font-style: normal;
  /* font-weight: 400; */
  /* font-size: 24px; */
  font-size: clamp(1.2rem, 1.6vw, 1.6rem);
  line-height: 130.7%;
  color:rgba(57, 57, 57, 0.7);
}
footer .contact-section-in .contact-text{
  color:rgba(57, 57, 57, 0.7);
}
.contact-btn {
  display: flex;
  align-items: flex-end;
  justify-content: end;
  width: 90%;
}



@media (max-width: 768px) {
  section .section-6 .card .card-header {
    max-height: 14vh;
  }
}

@media (max-width: 525px) {
  .get-contact-btn {
    padding: 10px 20px !important;
    background-color: #f88701 !important;
    border: none; 
    border-radius: 25px;
    text-decoration: none; 
   } 
   footer .contact-section-in .bg-img-box{
    display: none !important;
   } 
  .contact-btn {
    justify-content: center !important; 
    text-align: center; 
    width:100% !important
  }

  footer .contact-section-in .contact-text{
  color: #ffffff !important; 
  }

  /* Hide the arrow icon on mobile */
 .get-started-icon {
    display: none !important;
  }  

 footer .contact-section-in{
  min-height: 43vh !important;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
 }
}

.fixed-section,
.section-3,
.what-we-do-section {
  position: relative;
  z-index: 1;
  overflow: visible;
}

.what-we-do-section {
  z-index: 2;
}

/* Optional overflow control if animations exceed section bounds */
.container,
.body {
  overflow: hidden;
}

/* Minimum height for consistent display */
.fixed-section {
  min-height: 400px;
}

/* Spacing between sections */
.fixed-section,
.what-we-do-section {
  padding-bottom: 3rem;
}


.what-we-do-section {
    background: #fdfdfd;
    padding-top: 3rem;
}

.what-we-do-section .card {
    border: 1px solid #eaeaea;
    border-radius: 10px;
    min-height: 200px;
    padding: 20px;
    background: #ffffff;
}

.what-we-do-section .header h3 {
    color: #1f3a93;
    font-weight: 600;
}

.what-we-do-section .description {
    font-size: 0.95rem;
    color: #444;
}

.card {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    transition: all 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

/* Headers */
h1, h2, h3, h5 {
    color: #1a1a1a;
    margin-bottom: 1rem;
}

h1.banner-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #102a43;
}

/* Paragraphs */
p.banner-desc, .description {
    font-size: 1rem;
    color: #555;
}


.card.bg-img {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.5rem;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
}

.card .header h3 {
  margin: 0 0 0.75rem 0;
  font-size: 1.1rem;
  font-weight: 600;
}

.card .body p.description {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #333;
}

.uniform-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 20px;             /* Reduced min-height */
  padding: 0.75rem 1rem;         /* Tighter padding */
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.04);
}

.uniform-card .header h3 {
  margin-bottom: 0.5rem;         /* Reduced spacing */
  font-size: 1rem;
  font-weight: 600;
}

.uniform-card .body p.description {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.4;
}

.feature-card {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease-in-out;
}

.feature-card:hover {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}
