body {
  font-family: "Archivo", sans-serif;
  margin: 0;
  padding: 0;
}
header {
  /*     background:#222f49 ;*/
  
}
.hero {
background: #121927 url('../images/herobg.jpg') no-repeat center center;
    background-size: cover;
    padding: 20px 0 90px;
    height: 750px;
    text-align: center;
	
}

.brand-logo{
	    position: relative;
    padding: 20px 0;
}

section {
  padding: 50px 0;
}
h1 {
  font-family: "Archivo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 55px;
  text-transform: uppercase;
  color: #fff;
}
h1 span {
  color: #36c5ed !important;
}
.hero h4 {
  color: #fff;
  margin: 15px 0;
}
h2 {
  font-family: "Archivo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 40px;
  text-transform: capitalize;
  color: #333;
  margin: 10px 0 35px 0;
}
p {
  font-family: "Archivo", sans-serif;
  font-size: 18px;
  line-height: 1.5;
}
footer {
  /*     background:#222f49 ;*/
  background: #121927;
  padding: 15px;
  text-align: center;
  color: #36c5ed82;
}
.public-cloud-hero {}
.hero-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}
.subheading {
  font-weight: 600;
  color: #ffcc00;
}
.highlight {
  color: #00d4ff;
}
.text-lightblue {
  color: #33c9ff;
  font-weight: 600;
}
.custom-list {
  list-style: none;
  padding-left: 0;
}
.custom-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  font-size: 1rem;
}
.custom-list li::before {
  content: "\f00c"; /* Font Awesome cloud icon */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 1px;
  color: #00d4ff;
}
.cloud-first-section {
  background: #E4EBF5;
}
.text-gradient {
  background: linear-gradient(to right, #00d4ff, #2cafff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}
.neo-card {
  background: #ffffff;
  border-radius: 15px;
  color: #333;
  transition: all 0.3s ease-in-out;
}
.neo-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.08);
}
.affordable-cloud-section {
  background: radial-gradient(circle at top left, #102233, #0d1b2a);
  color: white;
}
.glass-wrap {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 20px;
}
.svg-bg-shape {
  content: '';
  position: absolute;
  right: -50px;
  top: -50px;
  width: 600px;
  height: 600px;
  background: url('assets/images/blob-light.svg') no-repeat center/contain;
  opacity: 0.05;
}
.preferred-cloud {
  background: linear-gradient(to bottom, #0c192f, #0a1526);
}
.skeuo-box {
  background: #0e203a;
  border-radius: 16px;
  box-shadow: inset 5px 5px 10px #081321, inset -5px -5px 10px #132944;
  transition: 0.3s;
}
.skeuo-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.08);
}
.esds-why-best {
  background: linear-gradient(to right, #091728, #0f2034);
  color: #fff;
}
.text-gradient {
  background: linear-gradient(90deg, #00d4ff, #2cafff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.feature-steps {
  position: relative;
  padding-left: 30px;
  margin-top: 20px;
}
.vertical-line {
  position: absolute;
  top: 0;
  left: 15px;
  width: 2px;
  height: 100%;
  background: linear-gradient(to bottom, #00d4ff 0%, #2cafff 100%);
  opacity: 0.3;
}
.step-block {
  position: relative;
  margin-bottom: 20px;
  padding-left: 40px;
}
.step-block .icon {
  position: absolute;
  left: -2px;
  top: 0;
  width: 30px;
  height: 30px;
  background: #00d4ff;
  color: #0d1b2a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  box-shadow: 0 0 10px rgba(0, 212, 255, 0.4);
}
.step-block p {
  font-size: 1rem;
  line-height: 1.6;
  color: #dce3ea;
  margin: 0;
}
.contact-form h2 {
  color: #36c5ed;
}
.contact-form {
  background: #1a2335;
  color: #fff;
}
footer {
  background: #121927;
  padding: 15px;
  text-align: center;
  color: #36c5ed82;
}
.Compliances img {
  border: 1px dashed #ccc;
  margin-bottom: 20px;
}
.esds-public-cloud-benefits {
  background: linear-gradient(145deg, #0a1728, #0f2034);
  color: #ffffff;
}
.benefit-timeline {
  max-width: 700px;
  position: relative;
  margin: 0 auto;
  padding-left: 20px;
  border-left: 2px dashed rgba(255, 255, 255, 0.2);
}
.benefit-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
  position: relative;
}
.benefit-item .icon {
  width: 40px;
  height: 40px;
  background: #00d4ff;
  color: #0d1b2a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  position: absolute;
  left: -22px;
  top: 0;
  box-shadow: 0 0 12px rgba(0, 212, 255, 0.5);
}
.benefit-item .text {
  margin-left: 40px;
  font-size: 1rem;
  line-height: 1.6;
  color: #e6e6e6;
}
.text-gradient {
  background: linear-gradient(90deg, #00d4ff, #2cafff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.horizontal-tab-section {
  /*
  background: linear-gradient(to right, #0a1728, #0d1b2a);
  color: white;
*/
}
.text-gradient {
  /*
  background: linear-gradient(90deg, #00d4ff, #2cafff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
*/
}
.nav-pills .nav-link {
  color: #333;
  background-color: rgb(0 0 0 / 7%);
  margin: 0 10px;
  border-radius: 50px;
  padding: 10px 20px;
  transition: all 0.3s ease;
  font-weight: 500;
  margin: 10px 20px;
}
.nav-pills .nav-link.active {
  background-color: #00d4ff;
  color: #0d1b2a;
  font-weight: 700;
  box-shadow: 0 0 10px rgb(201 201 201 / 30%);
}
.glass-tab {
  /*
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  backdrop-filter: blur(10px);
  color: #e6e6e6;
  box-shadow: 0 0 20px rgba(0, 212, 255, 0.05);
*/
}
@media (max-width:767px) {
  .Compliances img {
    width: 40%;
  }
  
  h1 {
     font-size: 40px; 
	}
	
/* .hero {
    background: #121927;
    background-image: url(../images/mobile-hero-bg.jpg)!important;
    padding: 20px 0 90px 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 750px;
    text-align: center;
} */
  
}