body {
  font-family: 'Yu Gothic UI', sans-serif;
  overflow-x: hidden;
}

.grid-bg-2nd-p {
  min-height: 600px; 
  max-height: 600px;
  width: 100%;
  object-fit: cover;
    object-position: bottom;
  position: absolute;
  top: 161px;
  z-index: -1;
}
.grid-bg-2nd-p-2 {
  min-height: 600px; 
  max-height: 600px;
  width: 100%;
  object-fit: cover;
    object-position: bottom;
  position: absolute;
  top: 161px;
  z-index: -1;
}
.grid-bg-2 {
    max-height: 370px;
    width: 100%;
    object-fit: cover;
    object-position: bottom;
    position: absolute;
    top: 176px;
    z-index: -1;
}
 .second-page .container{
  max-width: 1350px;
  margin: 0 auto;
}

.screen-container-2 {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

.top-container {
  padding-top: 20px;
  display: flex;
  gap: 30px;
  align-items: center;
}

.top-container p {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 4px;
}

.top-container .para {

  margin-bottom: 20px;
}
.swiper {
  width: 100%;
  max-width: 100vw;
  overflow: hidden;
  padding: 20px 0; 
}
swiper .swiper-wrapper {
  display: flex;
  align-items: center;

}
.swiper .swiper-slide {
  height: 270px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  flex-shrink: 0;
}

.contai-page-2 {
  position: relative;
  width: 180px;
  height: 180px;
}

.board-page-2 {
  position: relative;
  width: 176px;
  height: 123px;
  background: white;
  border: 1px solid #dedede;
  border-radius: 6px;
  display: flex;
  flex-direction: column; 
  justify-content: center;
  align-items: center;
}

.board-page-2::after {
  content: "";
  position: absolute;
  bottom: -60.8px;
  left: 50%;
  background-color: white;
  border-bottom: 1px solid #dedede;
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
  width: 8px;
  height: 60px;
  transition: all 0.3s ease-in;
  transform: translateX(-50%);
}

.arrow-screen-page-2 {
  display: flex;
  background-color: white;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #000;
  width: 21px;
  height: 21px;
  font-size: 14px;
  font-weight: 900;
  /* padding-bottom: 3px; */
  transition: transform 0.3s ease;
  color: #000;

}

.arrow-page-2 {
  position: absolute;
  right: 8px;
  bottom: 8px;
  font-size: 14px;
}

/* Hover effect */
.board-page-2:hover {
  border-color: black;
}

.board-page-2:hover::after {
  border-color: black;
  transition: all 0.3s ease-in;
}

.board-page-2:hover .arrow-screen-page-2 {
  background-color: #000;
  color: white;
  transition: all 0.1s ease-in;
}

.svg-text {
  display: block;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.bottom-img {
  display: block;
  max-width: 1350px;
  margin: 0 auto;
}

.pagination {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  max-width: 270px;
  margin: 0 auto;
  padding-bottom: 50px;
  height: 40px;
}

.page,
.arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: transparent;
  color: #aaa;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.2s ease;
}

.page.active {
  color: #000;
  font-weight: 900;
}

.arrow-p {
  background: #666;
  color: #fff;
  font-size: 18px;
}

.arrow.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.dots {
  color: #bbb;
  letter-spacing: 3px;
}

.second-sec-2 {
  margin: 40px auto;
  background: #E8F4FE;
  border-radius: 10px;
  padding: 25px;
  max-width: 900px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.heading {
  width: 20%;
  display: flex;
  align-items: center;
  gap: 6px;
}

.page-2-inner-con {
  width: 80%;
  display: grid;
    row-gap: 10px;
  grid-template-columns: repeat(4, 1fr);
}
.page-2-inner-con-2 {
  width: 80%;
  display: grid;
    row-gap: 10px;
  grid-template-columns: repeat(4, 1fr);
}
.page-2-inner {
  text-align: center;
  font-size: 14px;
  background-color: white;
  border: 1px solid black;
  padding: 2px 16px;
  border-radius: 100px;
  margin-right: 10px;
  cursor: pointer;
}

.page-2-inner:hover {
  color: white;
  background-color: #000;

}

.second-sec-2 .row {
  font-size: 15px;
  display: flex;
  gap: 30px;
  align-items: flex-start;

}

.bread-crumb{
      display: flex;
    justify-content: flex-end;
    padding: 0px 20px 10px 0px;
    align-items: center; 
    gap: 10px;
    font-size: 14px;
    max-width: 1350px;
    margin:0 auto;
    color: #707070;
}
.page-4-tab{
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  border: 1px solid #dedede;
  padding:20px 12px;
  border-radius: 4px;

}
.page-4-tab:hover .arrow-screen-page-4{
    background-color: black;
 color: white;
}
.page-4-tab:hover {
   border: 1px solid black;
}
.arrow-screen-page-4 {
  display: flex;
  background-color: white;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #000;
  width: 21px;
  height: 21px;
  font-size: 14px;
  font-weight: 900;
  padding-bottom: 0px;
  transition: transform 0.3s ease;
  color: black;

}
.page-4-container{
 display: grid;
 width: 100%;
 max-width: 1200px;
 margin: 0 auto;
 grid-template-columns: repeat(4, 1fr);
 gap: 16px;
}
.grid-bg-3{
   min-height: 330px;
  max-height: 330px;
  width: 100%;
  object-fit: cover;
    object-position: bottom;
  position: absolute;
  top: 192px;
  z-index: -1;
}
.ptt{
   padding:100px 0px 60px ;
}
.speech-bubble-blue {
 
  width: fit-content;
  margin: 10px auto 0px;
  position: relative;
  background-color:#66B3F5;
  color: #ffffff;
  padding: 12px 170px;
  border-radius: 30px;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 400;

  height: fit-content;
  border: 2px solid #000;
}

.speech-bubble-blue::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 111%;
  transform: translateY(-50%) rotate(-90deg);
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 10px solid #000000;
}
.speech-bubble-blue::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 104%;
  transform: translateY(-50%) rotate(-90deg);
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 10px solid #66B3F5;
  z-index: 4;
}

@media (min-width: 1024px) {
.second-sec-2 {
  margin: 40px auto !important;
  background: #E8F4FE;
  border-radius: 10px;
  padding: 25px;
  max-width: 900px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.mtt {
  margin: 0px auto 40px !important;
  background: #E8F4FE;
  border-radius: 10px;
  padding: 25px;
  max-width: 900px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.pt{
  padding-top: 40px !important;
}
}
@media (min-width: 360px) and (max-width: 768px) {
  .top-container {
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    width: fit-content;
    padding: 0px 20px;
  }
.grid-bg-3{
   min-height: 267px;
  max-height: 267px;
  width: 100%;
  object-fit: cover;
  object-position: bottom;
  position: absolute;
  top: 83px;
  z-index: -1;
}
  .second-page .container {
    max-width: 1350px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
.second-sec-2 .row {
  font-size: 15px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-start;
}
.heading {
  width: unset;
  display: flex;
  align-items: center;
  gap: 6px;
}

.page-2-inner-con {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
   row-gap: 10px;
}
.page-2-inner-con-2 {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
   row-gap: 10px;
}
.second-sec-2 {

  margin: 20px 20px 40px !important;
  background: #E8F4FE;
  border-radius: 10px;
  padding: 25px;
  max-width: 900px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.page-2-inner {
  text-align: center;
  font-size: 14px;
  background-color: white;
  border: 1px solid black;
  padding: 4px 16px;
  border-radius: 100px;
  margin-right: 10px;
  cursor: pointer;
}
.grid-bg {
  min-height: 700px !important;
  max-height: 900px !important;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 120px;
  z-index: -1;
}
.grid-bg-2 {
min-height: 450px;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 50px;
  z-index: -1;
}
.bottom-img {
  display: block;
  max-width: 1350px;
  margin: 0 auto;
  padding: 0px 14px;
      
}
.pagination {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  max-width: 270px;
  margin: 0 auto;
  padding-bottom: 100px;
  height: 40px;
}
.contai-page-2 {
  position: relative;
  width: 240px;
  height: 180px;
}

.board-page-2 {
  position: relative;
  width: 240px;
  height: 150px;
  background: white;
  border: 1px solid #dedede;
  border-radius: 6px;
  display: flex;
  flex-direction: column; 
  justify-content: center;
  align-items: center;
}
.arrow-screen-page-2 {
  display: flex;
  background-color: black;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #000;
  width: 21px;
  height: 21px;
  font-size: 14px;
  font-weight: 900;
  padding-bottom: 1px;
  transition: transform 0.3s ease;
  color: white;

}
.page-4-container{
 display: grid;
 width: 100%;
 max-width: 1200px;
 margin: 40px auto 10px;
 grid-template-columns: repeat(2, 1fr);
 gap: 16px;
 padding: 0 20px;
}
 .arrow-screen-page-4 {
  display: flex;
  background-color: black;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #000;
  width: 21px;
  height: 21px;
  font-size: 14px;
  font-weight: 900;
  padding-bottom: 0px;
  transition: transform 0.3s ease;
  color: white;

}
.top-container .para {

  margin-bottom: 0px;
}
.swiper .swiper-slide {
  height: 240px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  flex-shrink: 0;
}
.grid-bg-2nd-p {
    min-height: 650px;
    max-height: 650px;
    width: 100%;
    object-fit: cover;
    object-position: bottom;
    position: absolute;
    top: 102px;
    z-index: -1;
}
    .grid-bg-2nd-p-2 {
        min-height: 700px;
        max-height: 700px;
        width: 100%;
        object-fit: cover;
        object-position: bottom;
        position: absolute;
        top: 102px;
        z-index: -1;
    }
    .ptt{
   padding:60px 0px 60px !important ;
}
.pt{
  padding-top: 40px !important;
}
.mob-hero-2{
  width: 100%;
  max-width: 400px;
  
}

    .speech-bubble-blue {
        width: fit-content;
        margin: 10px auto 14px;
        position: relative;
        background-color: #66B3F5;
        color: #ffffff;
        padding: 11px 114px;
        border-radius: 30px;
        font-size: 14px;
        line-height: 1.5;
        font-weight: 400;
        height: fit-content;
        border: 2px solid #000;
    }

}


@media (min-width: 360px) and (max-width: 450px) {
  .top-container .mob-hero-2{
    width: 350px !important;
    height: 165px !important;
  }
   .top-container .svg-icon-6{
    width: 350px !important;
    height: 80px !important;
  }
.page-2-inner-con {
  width: 100%;
  display: grid;
  row-gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}
.page-2-inner-con-2 {
  width: 100%;
  display: grid;
  row-gap: 10px;
  grid-template-columns: repeat(3, 1fr);
}
    .grid-bg-2 {
        min-height: 369px;
        width: 100%;
        object-fit: cover;
        position: absolute;
        top: 76px;
        z-index: -1;
    }
    .mtt{
   margin: 40px 20px 40px !important;
  background: #E8F4FE;
  border-radius: 10px;
  padding: 25px;
  max-width: 900px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
}