*{
  margin: 0%;
  padding: 0%;
  /* border: 2px solid; */
  box-sizing: border-box;
}


/* cloud  */
#sec-sec1{
  /* transform: translateY(90px); */
  /* border: 2px solid yellow; */
  width: 100%;
  height: 450px;
  /* color: white; */
  background-image: url(https://img.freepik.com/free-vector/secure-database-cloud-computing-background-with-digital-tech-lines_1017-53335.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  
}

/* #img-a{
  height: 580px;
  width: 100%;
 
} */

#h1-1{
  
  transform: translateY(70px);
 
  /* padding-left: 20%; */
  padding-top: 5%;
  font-size: 50px;
  /* color: rgb(191, 218, 132); */
  color:#F8F9FA;
 margin-left: 50px;

}
#h3-1{
  /* border: 2px solid black; */
  transform: translateY(100px);
  /* padding-right: 20%; */
  font-size: 23px;
  font-weight:400;
  line-height:35px;
  color:white;
 margin-left: 50px;
 
}

/* cloud */

/* cloud storage */
#v{
  /* border: 2px solid; */
  height: 520px;
  width: 100%;
}
.example-split {
  /* border: 2px solid red; */
  display: flex;
  padding: 16px;
 
  box-shadow: inset 0 0 0 1px rgba(41, 116, 194, .12);
  height: 255px;
 
}

.example-split-part {
  display: flex;
  margin-right: 1px;
 
  /* margin-left: 1px; */
 
  /* padding: 5% 10%; */
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
  background-color: #fff;
  line-height: 30px;
  font-size: 18px;
}

#img{
  /* border: 2px solid; */
  height: 240px;
 
  width: 450px;
  /* transition: 1s; */
  transform: translateY(3px);
}
#img1{
  /* border: 2px solid; */
  height: 240px;
  
  width: 450px;
  /* transform: translateY(10px); */
}


/* cloud stroage */

/* cards */
#i-i {
  text-align: center;
  padding: 20px;
  /* border: 2px solid red; */
  background-color: #f8f9fa;
}

#hii {
  font-size: 2.5em;
  color: #333;
  margin-bottom: 20px;
}

.articles {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  /* border: 2px solid red; */
}

.article-wrapper {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  max-width: 350px;
  transition: transform 0.3s;
}

.article-wrapper:hover {
  transform: translateY(-10px);
}

figure {
  margin: 0;
  overflow: hidden;
}

figure img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  display: block;
}

.article-body {
  padding: 20px;

}

.h2-i {
  font-size: 1.5em;
  color: #333;
  margin: 0 0 10px;
}

.article-body p {
  color: #666;
  line-height: 1.6;
}
/* ******************* */

@container card (min-width: 380px) {
  .article-wrapper {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 16px;
  }
  .article-body {
    padding-left: 0;
  }

  figure {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  figure img {
    height: 100%;
   aspect-ratio: 1;
    object-fit: cover;
  }
}

.sr-only:not(:focus):not(:active) {
  clip: rect(0 0 0 0); 
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap; 
  width: 1px;
}
#hii{
  /* transform: translateY(-1106px); */
  text-align: center;
  font-size: 45px;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  color: #2c3e50;
  /* color: black; */
}
.h2-i{
  font-size: 24px;
  font-weight: bold;
  color: #1078BF;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
/* ********* */
/* General styling */

#se-1 {
  padding: 50px 15px;
  background-color: #fff;
  margin: 20px auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Section Header */
#h1-Type {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 30px;
  color: #4A90E2;
  text-transform: uppercase;
  font-weight: bold;
}

/* Container styling */
.container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Row styling */
.container .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 50px;
  gap: 20px;
}

/* Image Column */
.image-column {
  flex: 1;
  text-align: center;
}

.image-container {
  max-width: 100%;
  border-radius: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.image-container:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

/* Text Column */
.text-column {
  flex: 2;
}

.header-main {
  font-size: 1.8rem;
  color: #2C3E50;
  margin-bottom: 15px;
  font-weight: bold;
}

.para {
  font-size: 1rem;
  margin-bottom: 20px;
  color: #555;
  text-align: justify;
}

/* Key Features Header */
#se-1 h4 {
  font-size: 1.2rem;
  color: #4A90E2;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: bold;
}

/* List Styling */
#se-1 ul {
  list-style: none;
  padding: 0;
}

.list-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  color: #555;
}

.list-item i {
  color: #4A90E2;
  font-size: 1.2rem;
  margin-right: 10px;
  transition: transform 0.3s ease, color 0.3s ease;
}

.list-item:hover i {
  transform: scale(1.2);
  color: #3498DB;
}

/* Responsive Styling */

/* Extra Small Devices (up to 575px) */
@media (max-width: 575px) {
  .container .row {
      flex-direction: column;
      text-align: center;
  }

  .image-column, .text-column {
      flex: 1;
  }

  #h1-Type {
      font-size: 1.8rem;
  }

  .header-main {
      font-size: 1.3rem;
  }

  .para {
      font-size: 0.9rem;
  }

  #se-1 h4 {
      font-size: 1rem;
  }
}

/* Small Devices (576px to 767px) */
@media (max-width: 767px) {
  .container .row {
      flex-direction: column;
      gap: 10px;
  }

  .image-container {
      margin-bottom: 20px;
  }

  .header-main {
      font-size: 1.5rem;
  }

  .para {
      font-size: 0.95rem;
  }

  #se-1 h4 {
      font-size: 1.1rem;
  }
}

/* Medium Devices (768px to 991px) */
@media (max-width: 991px) {
  .container .row {
      flex-wrap: wrap;
      justify-content: space-between;
  }

  .image-column, .text-column {
      flex: 1 1 100%;
  }

  .header-main {
      font-size: 1.6rem;
  }

  .para {
      font-size: 1rem;
  }
}

/* Large Devices (992px to 1199px) */
@media (max-width: 1199px) {
  .container .row {
      flex-wrap: wrap;
  }

  .image-column, .text-column {
      flex: 1;
  }

  .header-main {
      font-size: 1.7rem;
  }
}

/* //////////////////////// */

#di-1 {
  padding: 50px 15px;
  background-color: #fff;
  margin: 20px auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  max-width: 1200px;
}

/* Content with Image Section */
.content-with-image {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}

/* Content Wrapper */
.content-with-image__content-wrapper {
  flex: 1;
  padding: 15px;
}

/* Content Section */
.content-with-image__content {
  text-align: left;
}

.content-with-image__title {
  font-size: 2rem;
  color: #4A90E2;
  font-weight: bold;
  margin-bottom: 20px;
}

#h5 {
  font-size: 1.2rem;
  color: #2C3E50;
  margin-bottom: 15px;
  font-weight: bold;
}

.content-with-image__description {
  margin-top: 15px;
}

#ul {
  list-style: none;
  padding: 0;
}

#ul li {
  font-size: 1rem;
  margin-bottom: 10px;
  color: #555;
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1.6;
}

#ul li:before {
  content: "✔";
  color: #4A90E2;
  font-size: 1.2rem;
  display: inline-block;
  margin-right: 10px;
}

/* Image Section */
.content-with-image__image-wrapper {
  flex: 1;
  text-align: center;
}

.content-with-image__image {
  max-width: 100%;
  border-radius: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.content-with-image__image:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

/* Responsive Styling */

/* Extra Small Devices (up to 575px) */
@media (max-width: 575px) {
  .content-with-image {
      flex-direction: column;
  }

  .content-with-image__content-wrapper, 
  .content-with-image__image-wrapper {
      flex: 1;
  }

  .content-with-image__title {
      font-size: 1.5rem;
      text-align: center;
  }

  #h5 {
      font-size: 1rem;
      text-align: center;
  }

  #ul li {
      font-size: 0.9rem;
  }
}

/* Small Devices (576px to 767px) */
@media (max-width: 767px) {
  .content-with-image {
      flex-direction: column;
  }

  .content-with-image__content-wrapper, 
  .content-with-image__image-wrapper {
      flex: 1;
  }

  .content-with-image__title {
      font-size: 1.6rem;
      text-align: center;
  }

  #h5 {
      font-size: 1.1rem;
      text-align: center;
  }

  #ul li {
      font-size: 0.95rem;
  }
}

/* Medium Devices (768px to 991px) */
@media (max-width: 991px) {
  .content-with-image {
      gap: 10px;
  }

  .content-with-image__title {
      font-size: 1.8rem;
  }

  #h5 {
      font-size: 1.2rem;
  }
}

/* Large Devices (992px to 1199px) */
@media (max-width: 1199px) {
  .content-with-image {
      gap: 20px;
  }

  .content-with-image__title {
      font-size: 2rem;
  }

  #h5 {
      font-size: 1.3rem;
  }
}


/* ///-------------------------------------------------------------------------------------------------/////////// */

#arr {
  padding: 10px 15px;
  background-color: #fff;
}

#services {
  text-align: center;
  padding: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

#services h2 {
  font-size: 2.5rem;
  color: #4A90E2;
  margin-bottom: 15px;
  font-weight: bold;
}

#services p {
  font-size: 1.2rem;
  color: #555;
  margin-bottom: 40px;
}

/* Flex Container Styling */
.flex-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

/* Column Styling */
.column {
  background-color: #f0f0f0;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  flex: 1;
  max-width: 260px;
  text-align: center;
  padding: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.column:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

/* Images Styling */
.column img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 15px;
}

/* Headings Styling */
.column h3 {
  font-size: 1.5rem;
  color: #2C3E50;
  margin-bottom: 10px;
  font-weight: bold;
}

/* Paragraph Styling */
.column p {
  font-size: 1rem;
  color: #666;
  margin-bottom: 15px;
  line-height: 1.5;
}

.column img{
  background-color: #fff;
}

/* Responsive Design */

/* Extra Small Devices (up to 575px) */
@media (max-width: 575px) {
  #services h2 {
      font-size: 1.8rem;
  }

  #services p {
      font-size: 1rem;
  }

  .flex-container {
      flex-direction: column;
      align-items: center;
  }

  .column {
      max-width: 90%;
      margin-bottom: 20px;
  }

  .column h3 {
      font-size: 1.3rem;
  }

  .column p {
      font-size: 0.9rem;
  }
}

/* Small Devices (576px to 767px) */
@media (max-width: 767px) {
  .flex-container {
      gap: 15px;
  }

  .column {
      max-width: 300px;
  }

  #services h2 {
      font-size: 2rem;
  }
}

/* Medium Devices (768px to 991px) */
@media (max-width: 991px) {
  .flex-container {
      gap: 20px;
  }

  .column {
      max-width: 45%;
  }
}

/* Large Devices (992px and above) */
@media (min-width: 992px) {
  .flex-container {
      gap: 30px;
  }

  .column {
      max-width: 23%;
  }
}
/* ******************** */
#as-11 {
  padding: 5px 15px;
  background-color: #fff;
  /* border: 2px solid; */
}

#hi {
  text-align: center;
  font-size: 2.5rem;
  color: #4A90E2;
  margin-bottom: 30px;
  font-weight: bold;
}

/* Ordered List Styling */
#ol-11 {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}


/* Card Container Styling */
.col-md-41 {
  flex: 1;
  max-width: 280px;
 
}

 .card1 {
  background-color: #f8f8f8;
  border: none;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  /* overflow: hidden; */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
  /* max-height: fit-content; */
max-width: fit-content;
}

 .card1:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

/* Image Styling */
.card-img-top1 {
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
height: 200px;
}

/* Card Body Styling */
.card-body1 {
  padding: 15px;
  
}

.card-title1 {
  font-size: 1.5rem;
  color: #2C3E50;
  margin-bottom: 10px;
  font-weight: bold;

}

.card-text1 {
  font-size: 1rem;
  color: #666;
  line-height: 1.5;
  height: fit-content;
}

/* Responsive Design */

/* Extra Small Devices (up to 575px) */
@media (max-width: 575px) {
  #hi {
      font-size: 1.8rem;
  }

  #ol-11 {
      flex-direction: column;
      gap: 20px;
  }

  .col-md-41 {
      max-width: 90%;
      margin: 0 auto;
  }

  .card-title1 {
      font-size: 1.3rem;
  }

  .card-text1 {
      font-size: 0.9rem;
  }
}

/* Small Devices (576px to 767px) */
@media (max-width: 767px) {
  .card1 {
      margin-bottom: 20px;
  }
}

/* Medium Devices (768px to 991px) */
@media (max-width: 991px) {
  #ol-11 {
      gap: 15px;
  }

  .col-md-41 {
      max-width: 45%;
  }
}

/* Large Devices (992px and above) */
@media (min-width: 992px) {
  #ol-11 {
      gap: 30px;
  }

  .col-md-41 {
      max-width: 23%;
  }
}
/* *************** */
/* #div-ii{
  border: 2px solid;
  display: flex;
  transform: translateY(23px);
} */

/* ready to transform */
/* General Section Styling */
#e-1 {
  background: linear-gradient(135deg, #1078BF, #e5f3ff); /* Full-width gradient */
  color: white;
  text-align: center;
  padding: 30px 20px;
  width: 100%; /* Makes the section span the full width of the viewport */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
font-size: 18px;
}

/* Centered Content Wrapper */
#e-1 .content-wrapper {
  max-width: 1200px; /* Limits content width */
  margin: 0 auto; /* Centers the content */
  padding:  20px;
}

/* Heading Styling */
#h-id {
  
  /* font-weight: bold; */
  /* line-height: 1.2; */
  margin-bottom: 20px;
}
#e-1 p{
  font-size: 20px;
}
#e-1 h1{
  font-size: 2em;
}
/* Paragraph Styling */
#p-p, #p-ph {
  /* font-size: 18px; */
  line-height: 1.5;
  margin-bottom: 20px;
}

#p-p strong {
  color: #2c3e50; /* Highlights key phrases */
}

/* Button Styling */
#btn-btn1 {
  /* font-size: 14px; */
  padding: 10px 30px;
  background-color: #2c3e50;
  color: #e5f3ff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#btn-btn1:hover {
  transform: translateY(-5px);
  background-color: #e5f3ff;
  color: #2c3e50;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
}

/* Responsive Design */

/* Extra Small Devices (up to 575px) */
@media (max-width: 575px) {
  #h-id {
      font-size: 2rem;
  }

  #p-p, #p-ph {
      font-size: 1rem;
  }

  #btn-btn1 {
      font-size: 1rem;
      padding: 10px 25px;
  }
}

/* Small Devices (576px to 767px) */
@media (max-width: 767px) {
  #h-id {
      font-size: 2.2rem;
  }

  #p-p, #p-ph {
      font-size: 1.1rem;
  }

  #btn-btn1 {
      font-size: 1.1rem;
      padding: 12px 30px;
  }
}

/* Medium Devices (768px to 991px) */
@media (max-width: 991px) {
  #h-id {
      font-size: 2.5rem;
  }
}

/* Large Devices (992px and above) */
@media (min-width: 992px) {
  #h-id {
      font-size: 3rem;
  }

  #p-p, #p-ph {
      font-size: 1.4rem;
  }

  #btn-btn1 {
      font-size: 1.5rem;
  }
}


/*  */
@media screen and (360px <= width <=480px ){
  html,body{
   width: 100%;
   height: 100%;
   margin: 0;
   padding: 0;
    overflow-x: hidden;
  }
}

/* hero */
@media screen and (360px <= width <=480px ) {
  #sec-sec1{
    /* border: 2px solid red; */
    /* width: 100%; */
  height: 200px;
  
  }
  #h1-1{
    /* border: 2px solid black; */
    font-size: 16px;
    transform: translateY(25px);
  }
  #h3-1{
    /* border: 2px solid black; */
    width: 180px;
    font-size: 10px;
    transform: translateY(40px);
    margin-left: 11px;
   height: 80px;
    display: flex;
    line-height: 15px;
  }
}
/* hero */




/* v */
@media screen and (360px <= width <=480px ){
  #v{
    /* border: 2px solid blue; */
    height: 500px;
  }
 #img{
  /* border: 2px solid; */
    height: 90px;
    width: 180px;
    transform: translateX(-9px);
}
#img1{
  /* border: 2px solid; */
  height: 90px;
  width: 180px;
  transform: translateY(-10px);
  margin-right: 20px;
}
  .example-split-part,p{
    line-height: 14px;
    font-size: 10px;
    transform: translateY(-5px);
  }
}


  /* Ready */


