body {
    margin: 0;
    padding: 0;
  }

  .print-container {
    width: 100%;
    height: 100vh;
    page-break-before: always;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #7abce7; /* Blue background color */
    
  }

  .content {
    text-align: center;
    background-color: #3498db; /* Blue background color */
    color: #fff; /* White text color for better visibility */
    
  }

  .content6 {
    background-image: url(media/BG\ 01c.jpg);
    width: 100%;
    height: 100%;
    background-size: auto;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.8;
    /* filter: grayscale(1); */
    background-color: black;
    filter: contrast(0.3);
    text-align: center;
    color: #fff; /* White text color for better visibility */
    
  }

  @media print {
    body {
      margin: 0;
    }

    .print-container {
      page-break-before: always;
      page-break-inside: avoid;
    }

    .content {
      text-align: center;
    }

    @page {
      size: landscape;
      margin: 0;
    }
  }

.class-img-background {
  width: 100%;
}

.class-img-background2 {
  background-image: url('media/Materials 02b.jpg');
    width: 100%;
    height: 100%;
    background-size: auto;
    background-repeat: no-repeat;
    background-size: cover;
}

.class-p2-para {
  background: rgb(220,220,220,0.85);
  width: 60vw;
  /* height: 25vw; */
  /* opacity: 0.5; */
  font-size: 3vw;
  color: rgb(35,131,172);
  text-align: center;
  display: flex;
  align-items: center;
  padding: 3vw;
  font-family: sans-serif;
}

.class-p3-img {
    width: 28vw;
    padding-right: 5vw;
}

.class-p3-img-cont {
    width: 50%;
    display: flex;
    justify-content: flex-end;
}

.class-p3-cont {
    display: flex;
    width: 100%;
    display: flex;
    align-items: center;
}

.class-p3-para {
    background-color: rgb(35,131,172);
    /* width: 50%; */
    height: 7vh;
    color: white;
    font-size: 2vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.class-p3-para-cont {
    width: 50%;
}

.class-p4-para {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 60%;
    text-align: center;
    top: 20%;
}

.class-p4-p {
    font-size: 1.9vw;
    color: white;
    margin: 1vw;

}

.class-p5-para {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    width: 40%;
    /* text-align: center; */
    left: 8%;
}

.class-p6-img1 {
    width: 20vw;
    /*border-radius: 0vw 0vw 15vw 15vw;*/
    border-radius:1vw;
    position: absolute;
    top: 4vw;
    left: 7vw;
    box-shadow: 0vw 0vw 2vw rgb(220,220,220);
    padding-top: 1vw;
}

.class-p6-img-cont1 {
    /*box-shadow: 0vw 0vw 2vw rgb(54,173,217,0.7);*/
    top: -15vw;
    left: 25vw;
    background: rgb(54,173,217,0.4);
    transform: rotate(45deg);
    width: 10vw;
    height: 40vw;
}

.class-p6-img2 {
    width: 20vw;
    /*border-radius: 15vw 15vw 0vw 0vw;*/
    border-radius:1vw;
    position: absolute;
    top: 57vh;
    left: 70vw;
    box-shadow: 0vw 0vw 2vw rgb(220,220,220);
    padding-top: 1vw;
}

.class-p6-img-cont2 {
    /*box-shadow: 0vw 0vw 2vw rgb(54,173,217,0.7);*/
    top: 68vh;
    left: 62vw;
    background: rgb(54,173,217,0.4);
    transform: rotate(45deg);
    width: 10vw;
    height: 40vw;
}

.class-p6-header1 {
    background-color: rgb(54,173,217);
    position: absolute;
    top: 10vh;
    width: 50%;
    left: 50vw;
    height: 7vh;
    padding-left: 2vw;
    color: white;
    font-size: 2.5vw;
    display: flex;
    align-items: center;
    border-radius: 2vw;
}

.class-p6-header2 {
    background-color: rgb(54,173,217);
    position: absolute;
    top: 55vh;
    width: 50%;
    left: -2vw;
    height: 7vh;
    padding-right: 2vw;
    color: white;
    font-size: 2.5vw;
    display: flex;
    align-items: center;
    border-radius: 2vw;
    justify-content: flex-end;
}

.class-p6-cont1 {
    position: absolute;
    
    width: 45%;
    left: 55%;
    top: 20vh;
}

.class-p6-cont2 {
    position: absolute;
    width: 40%;
    left: 5%;
    top: 65vh;
}

.class-p6-p {
    font-size: 1.5vw;
}

.class-p7-para {
    position: absolute;
    left: 65%;
    top: 50vh;
}

.class-p7-p1 {
    color: rgb(35,131,172);
    font-size: 5vw;
    margin: 0.1vw;
}

.class-p7-p2 {
    color: rgb(35,131,172);
    font-size: 5vw;
    margin: 0.1vw;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgb(35,131,172);
}

.class-p7-p3 {
    color: rgb(35,131,172);
    font-size: 5vw;
    margin: 0.1vw;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgb(35,131,172);
    opacity: 0.3;
}

.class-p8-header-p {
    font-size: 2vw;
    color: white;
    margin: 1vw;
}

.class-p8-header-title {
    background-color: rgb(35,131,172);
    width: 70%;
    padding-left: 2vw;
}

.class-p8-header-img {
    height: 8vh;
}

.class-p8-header-img-cont {
    display: flex;
    justify-content: flex-end;
    padding-right: 2vw;
    width: 30%;
}

.class-p8-header-cont {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    position: relative;
    top: 7vh;
    position: absolute;
    overflow: hidden;
}

.class-p8-svg {
    position: absolute;
    background: none;
    top: 0;
    width: 100%;
    height: 100%;
}

.class-p8-para {
    top: 52vh;
    left: 3vw;
    background: rgb(255,255,255,0.85);
    height: 25vh;
    width: 30vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3vw;
    box-shadow: 0vw 0vw 2vw rgb(220,220,220,1);
    padding: 5vw;
}

.class-p8-p1 {
    font-size: 1.7vw;
}

.class-p9-p {
    position: absolute;
    font-size: 1.5vw;
    width: 40vw;
    top: 75vh;
    left: 5vw;
}

.class-p11-p {
    color: white;
    font-size: 1.7vw;
    position: absolute;
    top: 32vh;
    left: 20vw;
    width: 50vw;
    text-align: center;
}

.class-p12-p {
    /* color: white; */
    font-size: 1.7vw;
    position: absolute;
    top: 57vh;
    left: 58vw;
    width: 30vw;
}

.class-p13-p {
    font-size: 1.7vw;
    position: absolute;
    top: 28vh;
    left: 25vw;
    width: 50vw;
    text-align: center;
}

.class-p14-p {
    font-size: 1.7vw;
    position: absolute;
    top: 50vh;
    left: 7vw;
    width: 30vw;
    color: white;
}

.class-bg-15 {
    border: 20vw solid;
    position: absolute;
    transform: rotate(60deg);
    width: 50vw;
    height: 30vw;
    left: 70vw;
    top: 10vh;
}

.class-bg-15 {
    border: 15vw solid rgb(35,131,172);
    position: absolute;
    transform: rotate(40deg);
    width: 70vw;
    height: 30vw;
    left: 72vw;
    top: 45vh;
}

.class-img-15 {
    height: 70vh;
    position: absolute;
    left: 50vw;
    
}

.class-p15-left-cont {
    display: flex;
    flex-direction: column;
    left: 5vw;
    position: absolute;
    top: 5vh;
    width: 40%;
    height: 80vh;
    justify-content: space-around;
}

.class-p15-title {
    color: rgb(35,131,172);
    font-size: 2.9vw;
    font-weight: 800;
}

.class-p15-title2 {
    color: white;
    font-size: 2vw;
    background-color: rgb(35, 131, 172);
    margin-left: -10vw;
    padding-left: 10vw;
    border-radius: 4vw;
    margin-bottom: 0.5vw;
}

.class-p15-para {
    font-size: 1.7vw;
    margin-bottom: 0.5vw;
}

.class-p15-card {
    display: flex;
    flex-direction: column;
}

.class-bg-16 {
    position: absolute;
    background-color: rgb(35, 131, 172);
    width: 55%;
    left: 45%;
    height: 100%;
}

.class-img-16 {
    width: 10vw;
    position: absolute;
    top: 88.5vh;
    left: 40.5%;
    z-index: 3;
    background: white;
    padding: 1vw;
    border-radius: 2vw;
    padding-right: 2vw;
}

.class-p16-page-title-cont {
    position: absolute;
    left: 5vw;
    top: 1vh;
    width: 20vw;
    border-bottom: 0.13vw solid rgb(162,162,162);
}

.class-p16-page-title {
    font-size: 1.5vw;
    color: rgb(35, 131, 172);
    margin-bottom: 0.2vw;
}

.class-p16-bold-line {
    width: 70%;
    height: 0.2vw;
    background-color: rgb(35, 131, 172);
    position: absolute;
    top: calc(100% - 0.05vw);
    left: 30%;
}

.class-gallary-img {
    box-shadow: 0vw 0vw 1vw rgb(102,102,102,0.9);
    position: absolute;
    object-fit: cover;
}

.class-p20-para {
    font-size: 1.7vw;
    color: white;
    font-weight: 700;
}

.class-p20-phone-icon {
    width: 2vw;
    margin-right: 1vw;
}

.class-p20-phone-cont {
    display: flex;
    left: 15vw;
    top: 86vh;
    position: absolute;
    padding: 1vw;
}

.class-p20-logo {
    height: 15vh;
    left: 15vw;
    top: 68vh;
    position: absolute;
    background: rgb(255, 255, 255, 0.7);
    padding: 0.5vw;
    border-radius: 1.5vw;
    box-shadow: 0vw 0vw 1vw rgb(255,255,255);
}
