.section-title {
    text-align: center;
    margin-bottom: 30px;
    padding: 0 0;
    position: relative;
    z-index: 5;
}
.section-title h1 {
    color: #1D242E;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    font-family: 'Montserrat', sans-serif;
}
body {
      margin: 0;
      font-family: Arial, sans-serif;
      background-color: #ffffff;
    }
a{color:#039be5;text-decoration:none;}
.inblock{display:inline;}
p {
      font-size:16px;
      text-align:justify;font-weight:500;color:#000;
      line-height: 28px;margin-bottom:10px;
    }
img{max-width:100%;}
.container-wrapper{max-width:900px;margin:0 auto;}
.pt-130{padding-top:130px;}
.section-title {
    text-align: center;
    margin-bottom: 10px!important;
    padding: 0 0;
    position: relative;
    z-index: 5;
}
.logo-section {
      background: linear-gradient(to bottom, #d9f0ff, #ffffff);
      padding:20px 0 20px 0;
    }

    .logo-section img {
      width: 120px;
    }

    .image-section img {
      width: 100%;
      height: auto;
      object-fit: cover;
    }

    .content-section {
      background-color: #29b6f6;
      color: #000;
      padding: 3rem 1rem;
    }

    .content-section h1 {
      font-size: 1.6rem;
      font-weight: 700;
      line-height: 1.5;
    }

    .content-section p {
      font-size: 24px;
      max-width: 800px;
      margin: 0 auto;
      line-height: 34px;text-align:center;font-weight:500;
    }

    .page-number {
      text-align: right;
      padding: 10px 20px;
      font-size: 14px;
      color: #000;
    }
    .section-title-inn {
  font-size: 1.8rem;
  font-weight: 700;
  color: #29b6f6;
  margin-top: 2rem;
  position: relative;
  display: block;text-align:left;
  padding-bottom: 0.5rem;
}
.blue-link-arrow-block {
  color: #2c2c3f;
  flex: 0 auto;
  align-items: center;
  font-family: 'Open Sans';
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: static;padding:30px 0 0 0;
}
.blue-link-arrow-block a{color:#000;}
.blue-link-arrow-block a:hover{color:#008CE3;}
.blue-link-arrow-block a i.lni.lni-chevron-right {font-weight:700;font-size:14px;}
/* Blue underline using ::after */
.section-title-inn::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #29b6f6;
  margin-top: 0.3rem;
}
.highlight-box {
      display: flex;
      align-items: center;
      gap: 15px;
      margin: 20px 0;
    }

    .highlight-left {
      background-color: #e1f5fe; /* Light blue background */
      color: #039be5; /* Darker blue text */
      font-size: 3rem;
      font-weight: 700;
      text-align: center;
      border-radius: 8px;
      padding: 15px 25px;
      line-height: 1.2;
      flex-shrink: 0;
    }

    .highlight-right {
     font-size: 2rem;
    font-weight: 600;
    color: #039be5;
    line-height: 2.2rem;
    }
    .icon-box {
      display: flex;
      align-items: flex-start;
      margin-bottom: 25px;
    }
    .icon-box img {
      width: 50px;
      height: 50px;
      margin-right: 15px;
    }
    .icon-box p {
      font-size: 18px;
      margin: 0;
      line-height: 1.5;
    }
    .blog .blog-box {
    margin-top: 30px;
    border: 1px solid #eeeff1;
    border-radius: 7px
}

.blog .blog-box .image {
    overflow: hidden;
    border-radius: 7px 7px 0 0
}

.blog .blog-box .image img {
    width: 100%;
    border-radius: 7px 7px 0 0;
    transition: all .4s
}

.blog .blog-box .heading {
    padding: 24px
}

.blog .blog-box .heading .tags a {
    display: inline-block;
    font-size: var(--f-fs-font-fs16);
    line-height: var(--f-fs-font-fs28);
    font-weight: var(--f-fw-regular);
    color: var(--ztc-text-pera-text-1);
    margin: 0 16px 0 0
}

.blog .blog-box .heading .tags a img {
    margin-top: -3px;
    margin-right: 3px
}

.blog .blog-box .heading h4 a {
    display: inline-block;
    font-size: var(--f-fs-font-fs20);
    line-height: var(--f-fs-font-fs28);
    font-weight: var(--f-fw-blod);
    color: var(--ztc-text-text-1);
    padding: 16px 0;
    transition: all .4s
}

.blog .blog-box .heading h4 a:hover {
    color: var(--ztc-bg-main-bg-1)
}

.blog .blog-box .heading .learn span {
    display: inline-block;
    margin-left: 2px;
    transition: all .4s
}

.blog .blog-box:hover .image img {
    transition: all .4s;
    transform: scale(1.1) rotate(4deg)
}
.blog .blog2-box {
    margin-top: 30px
}
.blog .blog2-box .imagee {
    border-radius: 7px 7px 0 0;
    overflow: hidden
}
.blog .blog2-box .imagee img {
    width: 100%;
    border-radius: 7px 7px 0 0;
    transition: all .4s
}

.blog .blog2-box .heading2 {
    background-color: #fff;
    border: 0;
    padding: 20px;
    border-radius: 7px;
    margin: -70px 30px 0;
    position: relative;
    z-index: 2;
    transition: all .4s
}

.blog .blog2-box .heading2 .tags .date img {
    margin-top: -4px;
    margin-right: 2px
}
.blog .blog2-box:hover .imagee img {
    transform: scale(1.1) rotate(4deg);
    transition: all .4s
}

.blog .blog2-box:hover .heading2 {
    transform: translateY(-20px);
    transition: all .4s;
    border: 1px solid var(--ztc-bg-main-bg-4)
}
.blog.blog-page .heading1 {
    border: 1px solid hsla(0, 0%, 100%, .1);
    background: #fff;
    box-shadow: 0px 13px 58px 4px rgba(25, 30, 29, 0.12);
    padding: 20px;
    border-radius: 7px;
    margin:0;
    position: relative;
    z-index: 2;
    transition: all .4s
}
.blog.blog-page .heading1 h6{font-size: 13px;
    color: #000;
    font-weight: 400;
    word-spacing: 1px;
    line-height: 30px;
    background: #daebfc;
    padding: 2px 10px;
    width: 120px;
    border-radius: 6px;text-align:center;
    margin-bottom: 10px;text-transform:uppercase;}
.blog.blog-page .heading1 h4{text-align:left;font-size:21px;font-weight:600;line-height:30px;}
.blog.blog-page .heading1 h4 a{color:#000;}
.blog.blog-page .heading1 h4 a:hover{color:#008CE3;}
.btnmore{background:#000;color:#fff;border-radius:10px;padding:6px 20px;text-decoration:none;margin:20px 0;}
.minhgt{min-height:234px;}
@media (min-width:100px) and (max-width:767px){
    .container-wrapper{max-width:100%;}
    .blog.blog-page .heading1 h4 {
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    line-height: 24px;
}
.blog.blog-page .heading1 h6 {text-align: center;margin: 0 auto 20px auto;}
.blue-link-arrow-block{display:block;}
.blog.blog-page .heading1{padding:20px 12px;}
.minhgt{min-height:auto;}
}