body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  min-height: 100vh;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  background-color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
  overflow-x: hidden;
  justify-content: center;

}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

.mainContainer {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;

}

.mainMargin {
  margin: 0px 0px;
}

.titleText {
  font-size: 65px;
  font-weight: 600;
  letter-spacing: -3px;
}

.textMainColor {
  color: #4A9DA0;
}

.TextSubColor {
  /* font-size: 18px; */
  font-size: 27px;
  color: #1E1E1E;
  font-weight: 500;
}

.content-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.textCenter {
  text-align: center;
}

.lineHeight-1 {
  line-height: 1.6;
}

.mt-25 {
  margin-top: 25px;
}

.rowClass {
  flex-direction: row;
  display: flex;
}

.columnClass {
  flex-direction: column;
  display: flex;
}

.rowClassRevised {
  flex-direction: row-reverse;
  display: flex;
}

.rowClassToColumn {
  flex-direction: row;
  display: flex;
}


.justify-content-center {
  justify-content: center;
}

.align-items-center {
  align-items: center;
}

.gap-30 {
  gap: 30px;
}

.Sec-Sectionion-imgs {
  width: 48%
}

.Sec-Sectionion-imgs-last {
  width: 99%
}

.w-80 {
  width: 80%;
}

.d-flex {
  display: flex;
}

.firstSection {
  justify-content: center;
  background-color: #F2F5F5;
  display: flex;
  padding-bottom: 35vh;
}

.HeaderImg {
  background-image: url('../assets/headerHoma.svg');
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 85vh;
}

.texts {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.small-text {
  font-size: 10px;
  color: #fff;
  opacity: 0.8;
  letter-spacing: 0.5px;
}

.big-text {
  font-size: 17px;
  font-weight: 600;
  color: #fff;
}

.storeBtns {
  text-decoration: none;
  background: black;
  padding: 8px 16px;
  border-radius: 8px;
}

.buttonsDiv {
  justify-content: center;
  display: flex;
  /* margin-top: auto; */
  margin-bottom: 30px;
  gap: 30px;
}

.SecSection {
  justify-content: center;
  background-color: #F2F5F5;
  border: 0px solid;
  border-bottom-left-radius: 270px;
  display: flex;
  padding-bottom: 60px;
}

.justify-content-between {
  justify-content: space-between;
}

.googlePlayIcon {
  width: 24px;
  margin-right: 7px;
}

.appleIcon {
  width: 24px;
  margin-right: 7px;
}

.FooterSection1 {
  width: 33%;
  justify-content: center;
  align-items: center;
  gap: 33px;
  font-size: 27px;
  font-weight: 400;
  color: #1E1E1E;
}

.socialIcon {
  width: 40px;
}

.align-items-baseline {
  align-items: baseline;
}

.text-start {
  text-align: start;
}

.align-content-start {
  align-content: start;
}

.holdingMobile {
  padding-top: 60px;
  width: 90%;
}

.fw-600 {
  font-weight: 600 !important;
}

.mt-10 {
  margin-top: 10px;
}

.subscribeFooter {
  border: 6px solid #4A9DA0;
  border-radius: 80px;
  width: 80%;
  height: 100px;
  background: transparent;
  color: #4A9DA0;
  font-size: xxx-large;
  font-weight: 600;
}

.Availableon {
  color: white;
  font-size: 23px;
  align-self: center;
}

.align-content-end {
  align-content: end;
}

.mb-0 {
  margin-bottom: 0px;
}

.text-end {
  text-align: end;
}

.ThirdSection {
  justify-content: center;
  display: flex;
}

.third-Sectionion-imgs {
  width: 90%;
}

.w-100 {
  width: 100%;
}

.w-50 {
  width: 50%;
}

.w-30 {
  width: 30%;
}

.w-70 {
  width: 70%;
}

.w-40 {
  width: 40%;
}

.w-60 {
  width: 60%;
}

.fw-700 {
  font-weight: 700;
}

.third-TextSubColor {
  font-size: 30px;
  color: #1E1E1E;
  font-weight: 400;
}

hr {
  height: 1px;
  width: 100%;
  background: black;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pt-50 {
  padding-top: 50px;
}

.align-content-center {
  align-content: center;
}

.justify-content-evenly {
  justify-content: space-evenly;
}

.fourthSection {
  justify-content: center;
  display: flex;

}

.yellowDiv {
  background-color: #F0DF61;
  border-top-right-radius: 270px;
  width: 100%;
  height: auto;
}

.mb-50 {
  margin-bottom: 50px;
}

.fourth-Sectionion-imgs {
  width: 60%;
}

.justify-items-center {
  justify-items: center;
}

.ForspecialDiv {
  align-content: end;
  /* height: 100px; */
  width: 100%;
  /* margin-top: auto; */
  /* margin-bottom: 150px; */
  margin-bottom: 50px;

}

.h-50 {
  height: 50%;
}

.justify-content-end {
  justify-content: end;
}


.Forspecialtext {
  font-size: 35px;
  font-weight: 700;
  -webkit-text-stroke: 0.7px black;
  color: white;
}

.IbagsieText {
  font-size: 150px;
  color: white;
  font-weight: 600;
  margin-bottom: 0px;
}

.subscribeDiv {
  height: fit-content;
  justify-content: end;
  display: flex;
  padding: 20px 60px;
}

.justify-content-center {
  justify-content: center;
}

.d-flex {
  display: flex;
}

.subscribe {
  color: white;
  width: 150px;
  height: 40px;
  background: transparent;
  margin: 10px;
  border: 1px solid white;
  border-radius: 18px;
  font-size: 20px;
  font-weight: 500;
}

.blogs {
  align-content: center;
  align-items: center;
  color: white;
  text-decoration: none;
  width: 85px;
  height: 40px;
  background: transparent;
  margin: 10px;
  display: flex;
  justify-content: center;
  font-size: 20px;
  font-weight: 400;
  color: white;
}

.fs-100 {
  font-size: 100px;
}

.sectionFiveLable {
  color: #4A9DA0;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.sectionFiveSubLable {
  color: #1E1E1E;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}

.sectionFiveSubIcon {
  align-self: start;
  width: 60px;
}

.w-50To100 {
  width: 50%;
}

.Info {
  padding: 60px 0px;
  justify-content: end;

}

.InfoChildDiv {
  width: 80%;
  justify-items: start;
  flex-direction: row;
  display: flex;
}

.hrWidth {
  width: 80%;
  margin: 0px auto;
}

.Gray1 {
  background-color: #F2F5F5;
}

.Gray2 {
  background-color: #EAEAEA;
}

.Gray3 {
  background-color: #DDDDDD;
}

.Info2 {
  padding: 60px 45px;
  justify-content: start;

}

.InfoChildDiv2 {

  justify-items: start;
  flex-direction: row;
  display: flex;
}

.SectionSix {
  background-image: url(../assets/Section6-Bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  min-height: 130vh;
  align-items: center;
  align-content: center;
}

.SectionSixContent {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 60%;
  height: 100vh;

}

.fs-140 {
  font-size: 140px;
}

.textalignStart {
  text-align: start;
}

.textalignEnd {
  text-align: end;
}

.mb-10 {
  margin-bottom: 10px;
}

.circleNum {
  justify-content: center;
  border-radius: 50%;
  background-color: #F0DF61;
  color: #4A9DA0;
  width: 80px;
  height: 70px;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 40px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-30 {
  margin-top: 30px;
}

.gap-20-10 {
  gap: 15px 8px;
}

.gap-10 {
  gap: 10px;
}

.w65 {
  justify-content: center;
  width: 82%;
  align-items: center;
}

.w80 {
  width: 80%;
}

.textDiv {
  justify-content: start;
  background: red;
  width: 100%;
  border-radius: 50px;
  color: white;
  display: flex;
  align-items: center;
  padding-left: 25px;
  font-size: 25px;
  font-weight: 500;
}

.green1 {
  background-color: #59C1C1;
}

.green2 {
  background-color: #4A9DA0;
}

.green3 {
  background-color: #3B878C;
}

.green4 {
  background-color: #35727A;
}



.SectionSeven {
  background-color: #3B878C;
  border-bottom-right-radius: 200px;
}


.SectionSevenImgDiv {
  width: 50%;
}

.SectionSevenImg {
  bottom: -5px;
  padding-top: 50px;
  width: 45%;
  position: relative;

}

.SectionSevenTextDiv {

  width: 50%;
}

.SectionSevenText1 {
  font-size: 60px;
  font-weight: 600;
  color: white;

}

.SectionSevenText2 {
  font-size: 35px;
  font-weight: 500;
  color: white;

}

.SectionSevenText3 {
  font-weight: 400;
  color: white;
  font-size: 20px;

}

.yellowiBagsie {
  color: #F0DF61;
}

.gap13 {
  gap: 13px;
}

.SectionEight {
  background-color: #59C1C1;

}

.SectionEightTitle {
  background-color: white;
  margin-top: 10%;
  margin-bottom: 10%;
  width: 70%;
  justify-content: center;
  display: flex;
  font-size: 75px;
  border-radius: 100px;
  padding: 40px 25px;
  font-weight: 600;
  color: #3B878C;
}

.SectionEightText {
  align-items: center;
  height: 100px;
  justify-content: center;
  width: 90%;
  font-size: 30px;
  color: white;
  font-weight: 500;
  border: 2px solid;
  padding: 20px 0px;
  border-radius: 40px;
  margin-top: 25px;
  display: flex;
}

.SectionEightIcon {
  width: 120px;
}

.mt-150 {
  margin-top: 150px;
}

.pb-80 {
  padding-bottom: 80px;
}

.SectionNine {
  height: 50vh;
  background: white;
}

.SectionNineTitle {
  font-weight: 600;
  font-size: 60px;
  color: #3B878C;
}

.SectionNineSubTitle {
  font-weight: 500;
  font-size: 27px;
  color: #1E1E1E;
}

.mt-v-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.text-center {
  text-align: center;
}

.footerImg {
  object-fit: none;
  height: 90%;
  display: flex;
  width: 33%;
}

@media (max-width: 768px) {
  .w-50To100 {
    width: 100%;
  }
}















.Sec-Sectionion-imgs {
  animation: floatIn 0.8s ease-out forwards;
  opacity: 0;
  transform-origin: center;
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  border-radius: 12px;

}

.Sec-Sectionion-imgs-last {
  animation: slideUp 0.8s ease-out 0.4s forwards;
  opacity: 0;
  transform: translateY(30px);
  border-radius: 12px;

  transition: all 0.4s ease;
}

/* Stagger animations for each row */
.rowClassToColumn:nth-child(1) .Sec-Sectionion-imgs:nth-child(1) {
  animation-delay: 0.1s;
}

.rowClassToColumn:nth-child(1) .Sec-Sectionion-imgs:nth-child(2) {
  animation-delay: 0.2s;
}

.rowClassToColumn:nth-child(2) .Sec-Sectionion-imgs:nth-child(1) {
  animation-delay: 0.3s;
}

.rowClassToColumn:nth-child(2) .Sec-Sectionion-imgs:nth-child(2) {
  animation-delay: 0.4s;
}

/* Hover effects */
.Sec-Sectionion-imgs:hover {
  transform: scale(1.05) rotate(1deg);

  z-index: 10;
}

.Sec-Sectionion-imgs-last:hover {
  transform: translateY(-5px) scale(1.02);

}

/* Keyframes */
@keyframes floatIn {
  0% {
    opacity: 0;
    transform: translateY(20px) scale(0.95);
  }

  50% {
    transform: translateY(-5px) scale(1.02);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Glow effect on hover */
.Sec-Sectionion-imgs:hover::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg,
      rgba(156, 156, 156, 0.2),
      rgba(255, 101, 132, 0.2),
      rgba(54, 209, 220, 0.2));
  border-radius: 12px;
  z-index: -1;
  animation: pulseGlow 2s infinite;
}

@keyframes pulseGlow {

  0%,
  100% {
    opacity: 0.5;
    transform: scale(1);
  }

  50% {
    opacity: 0.8;
    transform: scale(1.02);
  }
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .Sec-Sectionion-imgs {
    animation-duration: 0.6s;
  }

  .Sec-Sectionion-imgs-last {
    animation-duration: 0.6s;
  }
}

/* ========== Smooth Keyframes (clean version, no blur, no scale) ========== */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale(0.97);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* ========== Hidden Before Scroll ========== */
.firstSection,
.SecSection,
.ThirdSection,
.fourthSection,
.sectionFive,
.SectionSix,
.SectionSeven,
.SectionEight,
.SectionNine {
  opacity: 0;
  transform: none;
  /* prevent layout jump or scaling issues */
  will-change: opacity, transform;
}

/* ========== Animate When Visible ========== */
.visible-up {
  animation: fadeUp 0.9s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.visible-left {
  animation: fadeLeft 0.9s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.visible-right {
  animation: fadeRight 0.9s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.visible-zoom {
  animation: zoomIn 0.9s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

/* ========== Interactive Touches ========== */
button,
a {
  transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

/* Buttons rise slightly */
button:hover,
.storeBtns:hover,
.subscribeFooter:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

/* Disable image hover scaling completely */
img:hover {
  transform: none !important;
}

/* Social icons glow slightly */
.socialIcon:hover {
  transform: scale(1.1);
  filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.8));
}

/* Smooth scroll */
html {
  scroll-behavior: smooth;
}

/* Clean fade on body, no transform (no jump!) */
body {
  opacity: 0;
  animation: bodyFade 0.6s ease forwards;
}

@keyframes bodyFade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
























































.staticImg {
  width: 400px !important;
}

.blog-container {
  margin: 40px 90px 20px 90px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.article-card {
  border: 2px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 35px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  /* overflow: hidden; */
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px;
  transition: all 0.3s;
}

.article-card.flip {
  flex-direction: row-reverse;
}

.article-card img {
  width: 400px;
  height: 220px;
  align-self: self-start;
  object-fit: cover;
  border-radius: 35px;
}

.no-image-placeholder {
  width: 400px;
  height: 220px;
  background-color: #d7d7d7;
  border-radius: 35px;
}

.article-card .content {
  padding: 15px 20px;
  flex: 1;
}

.content h3 {
  margin: 10px 0 8px;
  color: #333;
  font-size: 40px;
}

.content p {
  font-weight: 500;
  color: #3e3e3e;
  font-size: 20px;
  line-height: 1.7;
}

.content-p2 {
  font-weight: 500;
  color: #3e3e3e;
  font-size: 23px;
  line-height: 1;
}

.show-more {
  color: #007b7f;
  font-weight: bold;
  margin-top: 10px;
  display: inline-block;
  text-decoration: none;
}

.back-btn {
  display: inline-block;
  background: #007b7f;
  color: white;
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
  margin-top: 20px;
}

.back-btn:hover {
  background: #005f63;
}

.maxFive {
  font-size: 0.95rem;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Circular radial share button */
.share-btn-container {
  position: absolute;
  top: 10px;
  right: 16px;
}

.main-share-btn {
  border-radius: 35px;
  width: 110px;
  height: 42px;
  /* border-radius: 50%; */
  background: #007b7f;
  color: white;
  border: none;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.25s ease;
}

.main-share-btn:hover {

  transform: scale(1.05);
}

.circle-share-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #28a745;
  color: white;
  border: none;
  font-size: 16px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.3s ease;
}

.BlogHeader {
  padding: 0px 40px;
  align-items: center;
  width: 100%;
  height: 150px;
  background-color: white;
  align-content: center;
}

.blogTextIcon {
  padding-left: 11px;
}

.iBagsieBlogText {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 30px;
  color: black;
  line-height: 1;
}

.iBagsieBlogSubText {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 10px;
  color: black;
  margin-top: 4px;
}

.ibagsieBlogLogoImg {
  width: 60px;
}

.columnClass.d-flex.align-items-center.justify-content-between {
  padding-top: 20px;
}

.fontBold {
  font-weight: 700;
  font-size: 40px !important;
}

.SocalMediaBlogs {
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 21px;
  font-weight: 400;
  color: #1E1E1E;
}

.socialIconBlog {
  width: 31px;
}

.BlogHeaderImgSection {
  width: 100%;
  height: 75vh;
  background-image: url('/assets/BlogHeaderImg.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 40px;
}

.HeaderTextDiv1 {
  font-size: 93px;
  font-weight: 700;
  color: white;
}

.HeaderTextDiv2 {
  font-size: 35px;
  font-weight: 700;
  color: white;
  line-height: 1.4;
}

.HeaderTextDiv3 {
  font-weight: 400;
  color: white;
  font-size: 22px;
  width: 70%;
  line-height: 1.4;
}

.h-100 {
  height: 100%;
}

.BlogHeaderTextSection {
  width: 65%;
}

.noUnderline {
  text-decoration: none;
}

.GreenLine {
  width: 88%;
  height: 2px;
  background-color: #4A9DA0;
  border: none;
  margin-top: 100px;
  margin-bottom: 70px;
}

.share-Img {
  max-height: 600px;
  margin: auto;
  width: 85% !important;
  height: auto !important;
  object-fit: cover;
  border-radius: 10px;
}

.Share-Text {
  margin-top: 25px !important;
  width: 90%;
  margin-right: auto !important;
  margin-left: 110px !important;
}

.txtDiv {
  flex-direction: column;
  display: flex;
  gap: 30px;
  margin: auto;
  width: 80%;
}





.staticImg {
  width: 400px !important;
}



















































/* RESPONSIVE DESIGN */
@media (max-width: 1440px) {
  .SectionEightTitle {
    font-size: 65px !important;
  }

  .SectionEightText {
    width: 93%;
    font-size: 27px;
  }
}

@media (max-width: 1300px) {
  .firstSection {
    padding-bottom: 22vh;
  }

  .fs-100 {
    font-size: 90px;
  }

  .SectionEightTitle {
    font-size: 60px !important;
  }

  .SectionEightText {
    width: 94%;
    font-size: 24px;
  }
}

@media (max-width: 1024px) {
  .IbagsieText {
    font-size: 110px;
  }

  .storeBtns {
    padding: 7px 8px;

  }

  .third-TextSubColor {
    font-size: 24px;
  }

  .titleText {
    font-size: 60px;
  }

  .sectionFiveLable {

    font-size: 25px;

  }

  .SectionSixContent {
    width: 90%;
  }

  .brNone-1024 {
    display: none;
  }

  .columnClass.mt-30 {
    float: left;
    flex-direction: row;
    gap: 20px;
    width: 100%;
    padding-left: 40px;

  }

  .TitlesSame {
    font-size: 40px !important;
    font-weight: 600;

  }

  .SectionSix {
    min-height: 90vh;
  }

  .SectionSixContent {

    height: 50vh;
  }

  .columnClass.gap-20-10.mt-60.w65 {
    justify-content: start;
    width: 82%;
    align-items: start;
  }

  .SectionSevenText1 {
    font-size: 45px;
  }

  .SectionSevenText2 {
    font-size: 33px;

  }

  .SectionEightTitle {
    font-size: 45px !important;
  }

  .SectionEightText {
    align-items: center;
    height: 85px;
    justify-content: center;
    width: 90%;
    font-size: 19px;
    color: white;
    font-weight: 500;
    border: 2px solid;
    padding: 8px 0px;
    border-radius: 40px;
    margin-top: 15px;
    display: flex;
  }

  .SectionEightIcon {
    width: 100px;
  }

  .footerBottom {
    flex-direction: column;
    gap: 50px;

  }

  .FooterSection1 {
    width: 70%;
    gap: 25px;
  }

  .HeaderTextDiv1 {
    font-size: 55px;

  }

  .HeaderTextDiv2 {
    font-size: 30px;

  }

  .HeaderTextDiv3 {
    font-weight: 400;
    color: white;
    font-size: 20px;
    width: 100%;
    line-height: 1.4;
  }

  .blog-container {
    margin: 40px 40px 20px 40px !important;
    display: flex;
    flex-direction: column;
    gap: 25px;
  }

  .columnClass.BlogHeaderTextSection.gap13.justify-content-center.d-flex.pb20-tab.w-50.h-100 {
    width: 70%;

  }

  .footerImg {
    object-fit: cover;
  }
}

@media (max-width: 850px) {


  .d-none-tab {
    display: none;
  }

  .HeaderTab {
    width: 100%;

    padding: 0px 25px;
  }

  .ForspecialDiv {
    text-align: center;
  }

  .buttonsDiv {
    justify-content: center !important;
  }

  .firstSection {
    padding-bottom: 10vh;
  }

  .titleText {
    font-size: 45px;
  }

  .third-TextSubColor {
    font-size: 20px;
  }

  .sectionFiveSubLable {

    font-size: 18px;

  }

  .textDiv {

    padding-left: 18px;
    font-size: 20px;

  }

  .circleNum {
    width: 80px;
    height: 65px;
    font-size: 33px;
  }

  .SectionSix {
    min-height: 70vh;
  }

  .SectionSixContent {
    height: 67vh;
  }

  .SectionEightTitle {
    font-size: 30px !important;
  }

  .SectionEightTitle {
    padding: 25px 25px;
  }

  .rowClass.justify-content-between.d-flex.align-content-center.w-80 {
    flex-direction: column;
    gap: 40px;
    width: 100%;
  }

  .mt-0-Tab {
    margin-top: 40px !important;
  }

  .w-100-Tab {
    width: 100%;
  }

  .SectionEightText {
    width: 70%;
  }

  .columnClass.SectionSevenTextDiv.gap13.justify-content-center.d-flex {
    width: 65%;
  }

  .SectionSevenImgDiv {
    width: 35%;
  }

  .SectionSevenImg {
    width: 60%;
  }

  .SectionSevenText1 {
    font-size: 40px;
  }

  .SectionSevenText2 {
    font-size: 25px;
  }

  .SectionSevenText3 {
    font-weight: 400;
    color: white;
    font-size: 15px;
  }

  .col-Tab {
    flex-direction: column;
  }

  .w-50To100 {
    width: 100%;
  }

  .Info {
    padding: 50px 45px;
    justify-content: start;
  }

  .Info2 {
    padding: 50px 45px;
    justify-content: start;

  }

  .InfoChildDiv {
    width: 100%;

  }

  .HeaderImg {

    height: auto;
  }

  .subscribeFooter {
    border: 4px solid;
    width: 65%;
    height: 75px;
    font-size: 40px;
  }

  .mt-150 {
    margin-top: 70px;
  }

  .SectionNineTitle {
    font-weight: 600;
    font-size: 50px;
    color: #3B878C;
  }

  .SectionNineSubTitle {
    font-weight: 500;
    font-size: 20px;
    color: #1E1E1E;
  }

  .HeaderTextDiv1 {
    font-size: 55px !important;

  }

  .HeaderTextDiv2 {
    font-size: 30px !important;

  }

  .HeaderTextDiv3 {
    font-weight: 400;
    color: white;
    font-size: 20px !important;
    width: 100%;
    line-height: 1.4;
  }

  .blog-container {
    margin: 40px 20px 20px 20px !important;
  }


  .txtDiv {
    width: 95%;
  }


  .columnClass.BlogHeaderTextSection.gap13.justify-content-center.d-flex.pb20-tab.w-50.h-100 {
    width: 100%;

  }

  .Share-Text {
    margin-left: 55px !important;
  }

  .columnClass.d-flex.align-items-center.justify-content-between {
    padding-top: 40px;
  }

}


@media (max-width: 600px) {
  .textDiv {
    padding-left: 18px;
    font-size: 19px;
  }

  .SectionEightTitle {
    font-size: 26px !important;
  }

  .SectionSevenText3 {
    font-weight: 400;
    color: white;
    font-size: 14px;
  }
}

@media (max-width: 670px) {
  .TextSubColor {
    font-size: 17px;

  }

  .titleText {
    font-size: 40px;
  }

  .third-TextSubColor {
    font-size: 15px;
  }

  .columnClass.gap-20-10.mt-60.w65 {

    width: 90%;

  }

  .pb20-tab {
    padding-bottom: 30px;
  }

  .subscribeFooter {

    font-size: 35px;
  }

  .no-image-placeholder {
    width: 300px;
    height: 175px;
    background-color: #d7d7d7;
    border-radius: 35px;
  }

  .article-card img {
    width: 300px;
    height: 175px;
    align-self: self-start;
    object-fit: cover;
    border-radius: 35px;
  }

  .article-card .content {
    padding: 15px 0px;
    flex: 1;
  }
}



@media (max-width: 550px) {

  .IbagsieText {
    font-size: 80px;
  }

  .Forspecialtext {
    font-size: 32px;
  }

  .BMob-Col {
    flex-direction: column;
  }

  .SectionSeven {
    border-bottom-right-radius: 110px;
  }

  .socialmediaBlogHeader {
    display: none;
  }

  .storeBtns {
    justify-content: center;
    width: 160px;
    padding: 7px 8px;
    display: flex;
  }

  .buttonsDiv {
    flex-direction: column;
    justify-content: center !important;
    align-items: center;
  }

  .buttonsDiv {

    gap: 25px;
  }

  .subscribeDiv {

    padding: 20px 20px;
  }

  .TextSubColor {
    font-size: 15px;
  }

  .titleText {
    font-size: 35px;
  }

  .Info {
    padding: 50px 20px;

  }

  .Info2 {
    padding: 50px 20px;

  }

  .sectionFiveSubIcon {
    align-self: start;
    width: 40px;
  }

  .circleNum {
    width: 65px;
    height: 50px;
    font-size: 33px;
  }

  .textDiv {
    padding-left: 18px;
    font-size: 16px;
  }

  .rowClass.gap-10.w80 {
    width: 100%;
  }

  .columnClass.mt-30 {
    padding-left: 20px;
  }

  .SectionEightTitle {
    font-size: 20px !important;
    width: 90%;
  }

  .SectionEightText {
    width: 90%;
  }

  .SectionEightIcon {
    width: 80px;
  }

  .SectionNineTitle {
    font-weight: 600;
    font-size: 30px;
    color: #3B878C;
  }

  .SectionNineSubTitle {
    font-weight: 500;
    font-size: 17px;
    color: #1E1E1E;
  }

  .subscribeFooter {
    width: 70%;
    height: 50px;
    font-size: 27px;
  }

  .SecSection {

    border-bottom-left-radius: 100px;

  }



  .titleText {
    letter-spacing: 0px;
    font-weight: 600;
    font-size: 24px !important;
  }

  .textMainColor.titleText.mt-10.fw-700.fs-100 {
    margin-top: 0px !important;

  }

  .article-card {
    flex-direction: column;
    width: 100%;
  }

  .article-card.flip {
    flex-direction: column;
  }

  .article-card img {
    /* margin-top: 70px; */
    width: 100%;
  }

  .share-Img {
    max-height: 600px;
    margin: auto;
    width: 100% !important;
  }

  .Share-Text {
    margin-left: 10px !important;
  }

  .no-image-placeholder {
    /* margin-top: 70px; */
    width: 100%;
  }

  .article-card .content {
    width: 100%;
    padding: 15px 20px;
    flex: 1;
  }


}


@media (max-width: 500px) {
  .columnClass.mt-30 {
    float: left;
    flex-direction: row;
    gap: 8px;
    width: 100%;
    padding-left: 10px;
  }

  .textDiv {
    padding-left: 8px;
    font-size: 15px;
  }

  .circleNum {
    width: 50px;
    height: 40px;
    font-size: 22px;
  }

  /* .d-noneFive {
    display: none;
  } */
  .BlogHeaderImgSection {
    width: 100%;
    height: auto;
  }

  .txtDiv {
    text-align: center;
  }

  .SectionSix {
    min-height: 60vh;
  }

  .SectionSixContent {
    height: 50vh;
  }

  .subscribeFooter {
    width: 70%;
    height: 50px;
    font-size: 20px;
  }

  .SectionEightText {
    align-items: center;
    height: 65px;
    justify-content: center;
    width: 90%;
    font-size: 17px;
    color: white;
    font-weight: 500;
    border: 2px solid;
    padding: 8px 0px;
    border-radius: 40px;
    margin-top: 15px;
    display: flex;
  }

  .SectionEightIcon {
    width: 70px;
  }

  .sectionFiveLable {
    font-size: 18px;
  }

  .sectionFiveSubLable {
    font-size: 14px;
  }

  .sectionFiveSubIcon {
    align-self: start;
    width: 37px;
  }

  .Info {
    padding: 25px 20px;
  }

  .Info2 {
    padding: 25px 20px;
  }


  .SectionSevenText1 {
    font-size: 20px;
  }

  .SectionSevenText2 {
    font-size: 17px;
  }

  .columnClass.SectionSevenTextDiv.gap13.justify-content-center.d-flex {
    margin-top: 15px;

  }

  .rowClass.gap-30.justify-content-between.mt-25.pb-50 {
    flex-direction: column-reverse;
  }

  .rowClassRevised.gap-30.justify-content-between.mt-25.pt-50 {
    flex-direction: column-reverse;
  }

  .sm-W-100 {
    width: 100%;
  }

  .sm-Center {
    justify-content: center;
    display: flex;
  }

  .third-Sectionion-imgs {
    width: 60%;
  }

  .col-500 {
    flex-direction: column;
  }

  .SectionSevenImgDiv {
    width: 100%;
  }

  .columnClass.SectionSevenTextDiv.gap13.justify-content-center.d-flex {
    padding-left: 20px;
    margin-top: 15px;
    width: 95%;
  }

  .SectionSevenImg {
    width: 50%;
  }

  .SectionEightTitle {
    font-size: 16px !important;
    width: 90%;
  }

  .SectionEightText {

    font-size: 15px;
  }


  .gap-30.justify-content-center.mt-25.rowClass.w-80 {
    margin-top: 0px;
  }

}

@media (max-width: 400px) {
  .subscribe {
    width: 130px;
    height: 35px;
    font-size: 15px;

  }

  .blogs {
    font-size: 18px;
    margin: 7px;
  }

  .textDiv {
    padding-left: 8px;
    font-size: 13px;
  }

  .SectionSix {
    min-height: 50vh;
  }

}

@media (max-width: 340px) {
  .IbagsieText {
    font-size: 65px;
  }

  .Forspecialtext {
    font-size: 25px;
  }
}