.about-us-section{
  margin-top: 8rem;
}
.sub-section{
  padding: 2rem 4rem;
}
.header-title{
  font-size: 4rem;
  color: #0abbe7;
}
.introduction h2{
  margin: 30px 15rem 30px 0;
  font-size: 1.5rem;
}

.section-title{
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.5;
}
.our-drive{
  margin-bottom: 4rem;
}
.our-drive .content{
  margin-top: 3rem;
  display: flex;
  gap: 2rem;
  justify-content: center;
}
.our-drive .img{
  width: 15%;
}

.our-drive .para{
  width: 55%;
  margin-left: 2rem;
  font-size: 1.3rem;
}

.our-beliefs{
  background-color: #383838;
  font-size: 1.3rem;
  color: #eaeaea;
  padding-top: 4rem;
}
.our-beliefs h2{
  color: white;
}
.our-beliefs .intro{
  font-size: 1.3rem;
  margin-bottom: 2rem;
}
.our-beliefs .beliefs{
  margin: 2rem;
  background-color: #383838;
}
.our-beliefs .belief{
  border-top: 2px solid #6d6d6d !important;
}
.value-propositions .proposition-content{
  gap: 20rem;
}
.value-propositions .proposition-content .proposition-txt{
  color: #eaeaea;
  font-size: 1.1rem;
}
.sre-results{
  padding-top: 2rem;
}
.sre-results h2{
  margin-bottom: 1rem;
}
.sre-results .value-propositions .proposition-content {
  gap: 5rem;
  padding-bottom: 1rem;
}
.sre-results .value-propositions .proposition-content .proposition-txt{
  color: #333;
}
.our-beliefs .beliefs h3{
  font-size: 1.5rem;
  margin-top: 20px;
  color: white;
  margin-bottom: 2rem;
}

.founder-quote {
  padding: 2rem 4rem;
  font-style: italic;
  color: #333;
  position: relative;
}
.founder-quote i{
  font-size: 3rem;
  margin-right: 8px;
}
.founder-quote blockquote {
  display: inline-block;
  margin: 0;
  padding-left: 20px;
  border-left: 4px solid #aaa;
}
.founder-quote blockquote p{
  margin-left: 7rem;
  font-size: 1.4rem;
  transform: translateY(-50px);
}

.founder-name {
  margin-top: 10px;
  font-weight: bold;
  color: #555;
  text-align: end;
}

.founder-name p:first-child {
  font-size: 1.2em;
}

.founder-name p:last-child {
  font-size: 1em;
  color: #777;
}

.our-story p{
  margin-top: 2rem;
  font-size: 1.3rem;
  padding-left: 15rem;
  padding-right: 2rem;
  text-align: justify;
}
.our-story p:nth-child(4){
  padding-left: 0rem;
  padding-right: 20rem;
}

.community-commitment p{
  font-size: 1.2rem;
  margin-top: 2rem;
}
.community-commitment p:nth-child(3){
  font-size: 3rem;
  margin-top: 3rem;
  color: #2d5d7b;

}
.community-commitment p a{
  text-decoration: underline;
}

.main-section{
	padding: 3rem 0rem;
}
.sre-section .service-h-caption{
	font-size: 1.5rem;
	margin-top: 2rem;
	padding-bottom: 1rem;
}
.sre-section .feature-section{
	margin-top: 3rem;
}
.feature-content{
  display: flex;
}
.feature-text {
  font-size: 1.2em;
  color: #555;
  margin-bottom: 30px;
  width: 70%;
}
.datadog-certification{
  width: 30%;
}


.on-call-section .intro{
	margin: 2rem 0;
	font-size: 1.1rem;
}
.on-call-section ul{
	display: grid;
	grid-template-columns: repeat(2, auto);
	font-size: 1.5rem;
	gap: 3rem;
}
.on-call-section ul i{
	color: #0abbe7;
}

.configuration-management h2{
	margin-top: 8rem;
	color: #2d5d7b;
	text-align: center;
}
.configuration-management .feature-box{
	margin-top: 3rem;
	display: flex;
	justify-content: center;
	gap: 3rem;
}
.configuration-management .feature-box img{
	width: 30%;
}
.configuration-management .feature-box p{
	font-size: 1.2rem;
	width: 40%;
}

.feature-quote {
    font-style: italic;
    border-left: 5px solid #0abbe7; 
    padding: 30px 20px;
    margin: 20px 0px;
    background-color: #f4f6f9; 
    font-size: 1.2rem;
    line-height: 1.6;

}
.feature-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin-top: 30px;
}

.feature-card {
    background-color: #ffffff;
    color: #333;
    padding: 20px;
    border: 1px solid #000000;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card h3 {
    font-size: 1.5em;
    margin-bottom: 15px;

}

.feature-card p {
    font-size: 1.1em;
    line-height: 1.6;
}

.feature-card:hover {
    transform: translateY(-10px); 
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.feature-title {
    font-size: 2em;
    margin-bottom: 20px;
    color: #333;
}



/* Intro Section */
.intro-section {
  padding: 40px 20px;
  text-align: center;
}
.intro-section .service-header-title{
  padding-bottom: 2rem;
}
.intro-section .service-h-caption{
  padding-bottom: 2rem;
}
/* Why WAFR Section */
.wafr-why {
  background-color: #383838;
  padding: 40px 20px;
}
.wafr-why h2{
  color: #dedede;
  margin-bottom: 2rem;
}
.features-grid {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.wafr-why .feature-box {
  flex: 1;
  min-width: 250px;
  background: #202020;
  padding: 20px;
  border: 1px solid #ffffff;
  text-align: center;
  color: #eaeaea;
}

.feature-box i {
  font-size: 40px;
  color: #0abbe7;
}

.feature-box h4 {
  margin: 10px 0;
  color: white;
}
.cost-optimize .wafr-why p, .cost-optimize .wafr-tools p{
	font-size: 1.1rem;
}

/* Our Approach Section */
.wafr-approach {
  padding: 40px 20px;
}

.steps-timeline {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 3rem;
}

.step {
  padding: 20px;
  background: #f0f7fa;
  border-left: 5px solid #0abbe7;
}

.step h4 {
  margin: 0;
  color: #2d5d7b;
}

/* Key Benefits Section */
.wafr-benefits {
  background-color: white;
  padding: 40px 20px 60px;
}
.wafr-benefits h2{
  margin-bottom: 3rem;
}
.wafr-benefits .faq-title{
  text-align: center;
}
.wafr-tools{
  margin-top: 3rem;
}
.tools-grid {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 20px;
  margin-top: 20px;
}

.tool-item {
  text-align: center;
  padding: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}


.tool-item i {
  font-size: 2rem;
  color: #0abbe7;
}

.tool-item h4 {
  margin: 15px 0 10px;
  color: #2d5d7b;
}

.tool-item p {
  font-size: 0.9rem;
  color: #555;
}

/* CTA Section */
.wafr-cta {
  padding: 60px 20px 20px;
  text-align: center;
}

.wafr-cta h2{
  margin-bottom: 3rem;
}
.wafr-cta p{
  font-size: 1.3rem;
}
.cta-button {
  background-color: #0abbe7;
  color: white;
  text-decoration: none;
  margin-top: 2rem;
  padding: 10px 20px;
  font-size: 16px;
}

.cta-button:hover {
  background-color: #048ab5;
  color: white;
}

.devsecops-page {
  color: #333;
  padding: 50px 15px;
  background: #f9f9f9;
}

.page-header {
  margin-bottom: 40px;
}

.devsecops-page .subtitle {
  font-size: 1.5rem;
}

.devsecops-service{
  margin-bottom: 40px;
}
.devsecops-service .intro{
  margin-top: 1rem;
  font-size: 1.2rem;
}
.devsecops-service .service-item p{
  font-size: 1.1rem;
}
.service-items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}

.service-item{
  flex: 1 1 calc(33.333% - 20px);
  background: white;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.service-item i,
.icon-container i {
  font-size: 40px;
  color: #0abbe7;
  margin-bottom: 10px;
}

.devsecops-approach .approach-item i{
  color: #fff;
}
.cta-section {
  background-color: #2d5d7b;
  color: white;
  padding: 40px;
  margin-top: 20px;
}
.cta-section h3{
  color: white;
}
.cta-section .btn-cta{
  width: 40%;
  margin-top: 2rem;
  justify-self: center;
}
.cta-section .btn-cta a:hover{
  color: white;
}
.cta-section p{
  font-size: 1.1rem;
}

.cost-optimize .benefits{
  margin-top: 2rem;
}
.cost-optimize .service-h-caption{
  font-size: 1.2rem;
}
.benefits .intro{
  font-size: 1rem;
}
.table-container {
  width: 100%;
  margin: 20px auto;
  padding: 10px;
  background-color: #f9f9f9;
}
.benefit-table {
  width: 100%;
  border-collapse: collapse;
}
.benefit-table td {
  padding: 15px;
  text-align: left;
  vertical-align: top;
}
.benefits .title {
  font-weight: bold;
  color: #2d5d7b;
  width: 40%;
  font-size: 1.1rem;
}
.benefits .benefit {
  font-size: 1rem;
}
.benefit-table tr:nth-child(even) {
  background-color: #f2f2f2;
}
.benefit-table tr:hover {
  background-color: #ddd;
}
.benefits p{
  font-size: 1rem;
}
.what-we-do h2{
  text-align: center;
}

/* General Styling */
.sre-improvement {
  background-color: #fafafa;
  padding: 50px 0 0px;
}


.sre-timeline {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.timeline-item {
  display: flex;
  align-items: center;
  margin: 40px 0;
  position: relative;
  width: 80%;
}

.timeline-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #0abbe7;
  color: white;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: -70px;
  z-index: 2;
}

.timeline-number {
  font-weight: bold;
}

.timeline-content {
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  padding-left: 90px;
}

.timeline-content h4 {
  font-size: 1.5rem;
  color: #2d5d7b;
  margin-bottom: 10px;
}

.timeline-content p {
  font-size: 1rem;
  color: #555;
}


@media screen and (min-width: 1300px) and (max-width:2000px) {
  .our-drive .img{
    width: 20%;
  }
}
@media screen and (max-width: 767px){
  .our-drive .content{
    flex-direction: column;
  }
  .our-drive .img{
    width: 50%;
    margin: 0 20%;
  }
  .our-drive .para{
    width: 90%;
  }
  .sub-section{
    padding: 2rem;
  }
  .value-propositions .proposition-content{
    gap: 2rem;
  }
  .configuration-management .feature-box {
		flex-direction: column;
	}
	.configuration-management .feature-box img{
		width: 80%;
		margin: auto 10%;
	}
	.configuration-management .feature-box p{
		width: 90%;
	}
  .tools-grid {
    grid-template-columns: repeat(2, auto);
  }
  .feature-content{
    flex-direction: column-reverse;
  }
  .feature-content .datadog-certification{
    width: 70%;
  }
  .feature-content .datadog-certification img{
    margin: 0 20%;
  }
  .feature-content .feature-text{
    width: 100%;
  }
  .timeline-item {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

.timeline-circle {
    position: static;
    margin-bottom: 20px;
}

.sre-timeline {
    padding-left: 20px;
}
	
}
@media screen and (max-width: 420px){
  .sub-section{
    padding: 1rem;
  }
  .our-beliefs .beliefs{
    margin: 1rem;
  }
  .our-beliefs .belief{
    margin: 2rem;
  }
  .our-story p{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .our-story p:nth-child(4){
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .sre-section{
		padding: 3rem 	1rem;
	}
	.sre-section .service-h-caption{
		text-align: center;
	}
	.on-call-section ul {
		grid-template-columns: repeat(1, auto);
	}
  .service-h-caption{
    padding: 0 .5rem !important;
  }
  .tools-grid {
    grid-template-columns: repeat(1, auto);
  }
  .cta-section .btn-cta {
    width: 90%;
  }
  .sre-results .value-propositions .proposition-content {
    gap: 1rem;
  }
  .timeline-circle {
    margin: 20px auto;
  }
  .timeline-content{
    padding-left: 40px;
  }
  .sre-timeline{
    padding-left: 0px;
  }
}