@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
html {
  background: var(--bgcolor);
}

.banner {
  overflow: hidden;
}
.banner .bg {
  margin-top: var(--headerheight);
  position: relative;
  background-color: #FFE8DD;
  height: 70vh;
}
@media only screen and (max-width: 991px) {
  .banner .bg {
    height: 50vh;
  }
}
@media only screen and (max-width: 540px) {
  .banner .bg {
    height: 50vh;
  }
}
.banner .banner-wrapper {
  top: 70%;
}
@media only screen and (max-width: 540px) {
  .banner .banner-wrapper {
    top: 85%;
  }
}
.banner .banner-wrapper .content .date {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.banner .banner-wrapper .content h1 {
  margin-bottom: 50px;
  font-size: 36px;
  line-height: 45px;
  max-width: 50%;
  font-family: "Poppins";
  font-weight: 600;
}
@media only screen and (max-width: 540px) {
  .banner .banner-wrapper .content h1 {
    font-size: 20px;
    line-height: 1.4;
    max-width: 100%;
    text-align: center;
  }
}

.blog-details-secA {
  background: var(--bgcolor);
  overflow: hidden;
}
.blog-details-secA .content {
  padding: 50px 0px;
  width: 100%;
  margin: auto;
}
@media only screen and (max-width: 540px) {
  .blog-details-secA .content {
    padding: 10px 0px;
  }
}
.blog-details-secA .content p {
  font-size: 16px;
  color: var(--text);
  line-height: 24px;
  text-align: justify;
  margin: 16px 0px;
}
@media only screen and (max-width: 540px) {
  .blog-details-secA .content p {
    font-size: 14px;
    color: var(--text);
    line-height: 1.4;
    text-align: justify;
    margin: 16px 0px;
  }
}
.blog-details-secA .content h2 {
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 15px;
  margin-top: 50px;
  color: var(--black);
}
.blog-details-secA .content h3 {
  font-size: 28px;
  line-height: 28px;
  margin-bottom: 15px;
  margin-top: 50px;
  color: var(--black);
}
@media only screen and (max-width: 540px) {
  .blog-details-secA .content h3 {
    font-size: 22px;
    line-height: 26px;
  }
}
.blog-details-secA .content h4 {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 15px;
  margin-top: 50px;
  color: var(--black);
  font-weight: 600;
}
.blog-details-secA .content h5 {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 15px;
  margin-top: 50px;
  color: var(--black);
  font-weight: 600;
}
@media only screen and (max-width: 540px) {
  .blog-details-secA .content h5 {
    font-size: 18px;
    line-height: 18px;
  }
}
.blog-details-secA .content h6 {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 15px;
  margin-top: 50px;
  color: var(--black);
}
.blog-details-secA .content ul {
  margin-left: 10px;
  margin-top: 15px;
}
.blog-details-secA .content li {
  margin-left: 40px;
  list-style-type: disc;
  font-size: 16px;
  line-height: 24px;
  color: #666;
}
.blog-details-secA .content li::marker {
  font-size: 22px;
  color: #0A3481;
}
.blog-details-secA .content .title {
  color: black;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0%;
  margin-bottom: 20px;
}
.blog-details-secA .content .description {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  text-align: justify;
  margin-bottom: 20px;
}
.blog-details-secA .content ul li {
  margin-left: 40px;
  list-style-type: disc;
}
.blog-details-secA .content ul li::marker {
  font-size: 22px;
  color: #0A3481;
}
.blog-details-secA .content ul .description {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  text-align: justify;
  margin-bottom: 10px;
}

.blog-details-secB {
  padding: 50px 0;
  overflow: hidden;
}
@media only screen and (max-width: 540px) {
  .blog-details-secB {
    padding-top: 0px;
  }
}
.blog-details-secB .upper-sec {
  margin-bottom: 70px;
}
@media only screen and (max-width: 540px) {
  .blog-details-secB .upper-sec {
    padding-top: 0;
    margin-bottom: 30px;
  }
}
.blog-details-secB .upper-sec .heading h3 {
  color: var(--black);
  font-size: 30px;
  font-family: "Poppins";
  font-weight: 700;
}
.blog-details-secB .upper-sec .swiper-next:not(.no-background) path[fill] {
  fill: var(--primary);
}
.blog-details-secB .upper-sec .swiper-prev:not(.no-background) path[fill] {
  fill: var(--primary);
}
.blog-details-secB .upper-sec .swiper-next.green-border:hover:not(.no-background) path[fill] {
  fill: var(--white);
}
.blog-details-secB .upper-sec .swiper-prev.green-border:hover:not(.no-background) path[fill] {
  fill: var(--white);
}
.blog-details-secB .swiper-wrapper .swiper-slide .blog-col {
  position: relative;
  border-radius: 10px;
}
.blog-details-secB .swiper-wrapper .swiper-slide .blog-col:hover img {
  transform: scale(1.07);
  transition: 0.5s ease;
}
.blog-details-secB .swiper-wrapper .swiper-slide .blog-col figure {
  width: 100%;
  height: 300px;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.blog-details-secB .swiper-wrapper .swiper-slide .blog-col figure img {
  position: relative;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-details-secB .swiper-wrapper .swiper-slide .blog-col .figcaption {
  --pdt: 18px;
  --pdlr: 24px;
  --pdb: 25px;
  --btnsize: 0px;
  --btnmargin: 0px;
  padding: var(--pdt) var(--pdlr) calc(var(--pdb) + var(--btnmargin) + var(--btnsize));
  position: relative;
  flex: 1;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: rgba(102, 102, 102, 0.1019607843);
}
.blog-details-secB .swiper-wrapper .swiper-slide .blog-col .figcaption .btn-div {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 0 var(--pdlr) var(--pdb);
}
.blog-details-secB .swiper-wrapper .swiper-slide .blog-col .figcaption .ttl {
  display: block;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--black);
  margin-bottom: 10px;
}
@media only screen and (max-width: 540px) {
  .blog-details-secB .swiper-wrapper .swiper-slide .blog-col .figcaption .ttl {
    font-size: 16px;
    max-width: 100%;
  }
}
.blog-details-secB .swiper-wrapper .swiper-slide .blog-col .figcaption .desc, .blog-details-secB .swiper-wrapper .swiper-slide .blog-col .figcaption .date {
  font-weight: 500;
  transition: 0.5s ease;
}
.blog-details-secB .swiper-wrapper .swiper-slide .blog-col .figcaption .desc {
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 16px;
}
.blog-details-secB .swiper-wrapper .swiper-slide .blog-col .figcaption .date {
  color: var(--primary);
  line-height: 1.375;
}

.pin-line {
  position: relative;
  background-color: var(--white);
  height: 20px;
}
.pin-line::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 7px;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  border-bottom: 2px dashed var(--secondary);
}
.pin-line::after {
  content: "";
  position: absolute;
  right: 1px;
  top: 0px;
  transform: rotate(1deg);
  width: 215px;
  height: 76px;
  z-index: 1;
  background: url("../../images/home/Pin.svg") no-repeat;
  background-position: 100% 100%;
}
@media only screen and (max-width: 540px) {
  .pin-line::after {
    right: 1px;
    top: -32px;
    width: 110px;
    background-size: contain;
  }
}

.slider-section .upper-sec {
  position: relative;
}
.slider-section .upper-sec .swiper-nav {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}
@media only screen and (max-width: 675px) {
  .slider-section .upper-sec .swiper-nav {
    display: none;
  }
}

.swiper-nav {
  line-height: 0;
}
.swiper-nav.center-full {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media only screen and (max-width: 540px) {
  .swiper-nav.center-full {
    display: none;
  }
}
.swiper-nav.center-full .swiper-prev, .swiper-nav.center-full .swiper-next {
  pointer-events: all;
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
}
.swiper-nav.hide-btn-no-loop .swiper-prev.swiper-button-disabled, .swiper-nav.hide-btn-no-loop .swiper-next.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}
.swiper-nav.swiper-group {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.swiper-prev svg, .swiper-prev img, .certificate-prev svg, .certificate-prev img {
  transform: scaleX(-1);
}

.swiper-next {
  transform: rotate(180deg);
}

.swiper-prev, .swiper-next {
  --size: 45px;
  height: var(--size);
  width: var(--size);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary);
  border: 1px solid var(--primary);
  transition: 0.5s ease;
  color: var(--white);
}
.swiper-prev:not(.no-background) path[stroke], .swiper-prev:not(.no-background) path[fill=none], .swiper-next:not(.no-background) path[stroke], .swiper-next:not(.no-background) path[fill=none] {
  stroke: var(--black);
}
.swiper-prev:not(.no-background) path[fill], .swiper-next:not(.no-background) path[fill] {
  fill: var(--black);
}
.swiper-prev:hover:not(.swiper-button-disabled, .no-background), .swiper-next:hover:not(.swiper-button-disabled, .no-background) {
  background: var(--primary);
  border-color: var(--primary);
  color: var(--white);
}
.swiper-prev.no-background, .swiper-next.no-background {
  height: auto;
  width: auto;
  display: block;
  background: none;
  border: none;
  line-height: 0;
}
.swiper-prev.no-background:hover, .swiper-next.no-background:hover {
  background: none;
}
.swiper-prev.white, .swiper-next.white {
  background: var(--white);
  border-color: var(--white);
  color: var(--primary);
}
.swiper-prev.white:hover:not(.swiper-button-disabled), .swiper-next.white:hover:not(.swiper-button-disabled) {
  background: var(--primary);
  border-color: var(--primary);
  color: var(--white);
}
.swiper-prev.secondary-border, .swiper-next.secondary-border {
  border-color: var(--primary);
  background: none;
  color: var(--primary);
}
.swiper-prev.secondary-border:hover:not(.swiper-button-disabled), .swiper-next.secondary-border:hover:not(.swiper-button-disabled) {
  background: var(--primary);
  color: var(--white);
}
.swiper-prev.white-border, .swiper-next.white-border {
  border-color: var(--white);
  background: none;
  color: var(--white);
}
.swiper-prev.white-border:hover:not(.swiper-button-disabled), .swiper-next.white-border:hover:not(.swiper-button-disabled) {
  background: var(--white);
  color: var(--primary);
}
.swiper-prev.gray-border, .swiper-next.gray-border {
  border-color: var(--black);
  background: none;
  color: var(--text);
}
.swiper-prev.gray-border:hover:not(.swiper-button-disabled), .swiper-next.gray-border:hover:not(.swiper-button-disabled) {
  border-color: var(--primary);
  background: var(--primary);
  color: var(--white);
}
.swiper-prev.green-border, .swiper-next.green-border {
  border-color: var(--primary);
  background: none;
  color: var(--text);
}
.swiper-prev.green-border:hover:not(.swiper-button-disabled), .swiper-next.green-border:hover:not(.swiper-button-disabled) {
  border-color: var(--primary);
  background: var(--primary);
  color: var(--white);
}
.swiper-prev.gray-arrow, .swiper-next.gray-arrow {
  color: #888888;
}
.swiper-prev.black-arrow, .swiper-next.black-arrow {
  color: var(--black);
}
.swiper-prev.black-arrow:hover:not(.swiper-button-disabled), .swiper-next.black-arrow:hover:not(.swiper-button-disabled) {
  color: var(--primary);
}
.swiper-prev.swiper-button-disabled, .swiper-next.swiper-button-disabled {
  cursor: no-drop;
  opacity: 0.4;
}
.swiper-prev.swiper-button-lock, .swiper-next.swiper-button-lock {
  display: none !important;
}/*# sourceMappingURL=blog-details.css.map */