body {
  overflow-x: hidden;
}
section {
  padding: 60px 0;
}
.p-0 {
  padding: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.lv1 {
  font-size: 30px !important;
  line-height: 150% !important;
  font-weight: 700 !important;
  margin-top: 0 !important;
  margin-bottom: 30px !important;
  text-align: center !important;
}

.lv1-text,
.lv1-text p {
  font-size: 18px !important;
  line-height: 150% !important;
  margin-bottom: 18px !important;
}

.lv1-text,
.lv1-text p {
  font-weight: 400 !important;
  margin-top: 0 !important;
}

.lv2 {
  font-size: 24px !important;
  line-height: 150% !important;
  margin-bottom: 20px !important;
  margin-top: 0 !important;
  padding-bottom: 0px;
  font-weight: 600 !important;
}

.lv2-text,
.lv2-text li,
.lv2-text p {
  font-size: 16px !important;
  line-height: 150% !important;
  margin-bottom: 15px !important;
}

.lv2-text,
.lv2-text li,
.lv2-text p {
  font-weight: 400 !important;
  margin-top: 0 !important;
}

.lv3 {
  font-size: 16px !important;
  line-height: 150% !important;
  margin-bottom: 20px !important;
}

.lv3-text,
.lv3-text p {
  margin-bottom: 12px !important;
}

.lv3-text,
.lv3-text li,
.lv3-text p {
  font-size: 16px !important;
  line-height: 150% !important;
  font-weight: 400 !important;
  margin-top: 0 !important;
}

.lv3-text li {
  margin-bottom: 8px !important;
}

.lv4 {
  font-size: 18px !important;
  line-height: 150% !important;
  margin-bottom: 17px !important;
}
.lv4-text,
.lv4-text li,
.lv4-text p {
  font-size: 16px !important;
  line-height: 150% !important;
  font-weight: 400 !important;
  margin-top: 0 !important;
}
.lv4-text,
.lv4-text p {
  margin-bottom: 12px !important;
}
.lv4-text li {
  margin-bottom: 8px !important;
}
.tag1 {
  font-size: 14px !important;
  line-height: 150% !important;
  font-weight: 400 !important;
  margin-bottom: 10px !important;
}
.tag2 {
  font-size: 12px !important;
  line-height: 150% !important;
  font-weight: 400 !important;
  margin-bottom: 10px !important;
}
.entext {
  font-family: sans-serif;
  letter-spacing: 0;
  font-size: 16px !important;
  line-height: 150% !important;
}

#top-bar .top_keywords span {
  display: none;
}
#breadcrumb ol {
  margin-bottom: 0;
}
.breadcrumbss{
  margin-bottom: 0px !important;
}
.top-impact-service-editing {
  clear: both;
}
/* Banner Section Styles */
.introSection {
  min-height: 445px;
  max-height: 600px;
  height: 480px;
  display: flex;
  align-items: center;
  padding: 0 0 0;
  color: #f8f9ff;
  position: relative;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: cover !important;
}

/* Left diamond background */
.introSection::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200px;
  height: 140px;
  background: url("../images/banner-diamond-1.png") no-repeat center center;
  background-size: contain;
  opacity: 0.1;
  z-index: 1;
  pointer-events: none;
}

/* Right diamond background */
.introSection::after {
  content: "";
  position: absolute;
  top: 10%;
  right: 0;
  width: 322px;
  height: 423px;
  background: url("../images/banner-diamond-2.png") no-repeat center center;
  background-size: contain;
  opacity: 0.3;
  z-index: -1;
  pointer-events: none;
}

.introSection h1 {
  max-width: 85%;
  color: #efca7b;
  font-size: 42px;
  line-height: 150%;
  font-weight: 700;
  margin-bottom: 18px;
}
.introSection h1 span {
  display: block;
  font-size: 22px;
  line-height: 150%;
  font-weight: 600;
  margin-bottom: 0px;
  color: #fff;
}
.introSection h1 br {
  display: block;
}

.introSection p,
.introSection ul li {
  color: #f8f9ff;
  max-width: 90%;
  font-size: 20px;
  line-height: 150%;
  font-weight: 400;
  padding-left: 30px;
  margin-bottom: 10px;
}
.red-sqr li:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 10px !important;
  height: 10px !important;
  border: #efca7b 2px solid !important;
  left: 7px !important;
  top: 8px !important;
  background: transparent !important;
}
.button-group {
  display: flex;
  align-items: center;
  gap: 30px;
}

.button-group .primaryButton {
  background-color: #ffda00;
    border-color: #ffda00;
    color: #000;
    width: auto;
    padding: 11px 30px;
    border-radius: 5px;
    font-size: 18px !important;
    line-height: 1.5;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid #ffda00;
    min-width: 180px;
    border-bottom: 5px solid #e9c700;
}

.button-group .primaryButton:hover {
  background-color: #e9c700;
  border-color: #e9c700;  
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

/* .button-group .primaryButton {
  text-decoration: none;
    font-size: 24px;
    background: #ffda00;
    padding: 13px 45px 8px;
    color: #000;
    font-weight: 700;
    display: inline-block;    
    transition: .2s ease-in-out;
    border-radius: 5px;
    border-bottom: 5px solid #e9c700;
    margin: 0 0;
    min-width: 200px;
}

.button-group .primaryButton:hover {
  text-decoration: none;
  color: #000;
  background-color: #e9c700;
} */
.button-group .pdfLink {
  width: 35%;
  text-decoration: underline;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 16px !important;
  background: none;
  border: none;
  cursor: pointer;
}

.button-group .pdfLink img {
  margin-left: 8px;
  width: 20px;
  height: auto;
}

.button-group .pdfLink:hover {
  color: #fff;
  text-decoration: underline;
}

.content-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  min-height: 400px;
}

/* Bootstrap-style Modal Styles */
.modalOverlay {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: rgba(0, 0, 0, 0.5) !important;
  display: none !important;
  align-items: center !important;
  justify-content: center !important;
  z-index: 1050 !important;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.modalOverlay.show {
  display: flex !important;
  opacity: 1;
}

.modalContent {
  background: #fff;
  width: 85%;
  max-width: 950px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  padding: 0;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transform: scale(0.8);
  transition: transform 0.3s ease;
}

.modalOverlay.show .modalContent {
  transform: scale(1);
}

.modalHeader {
  padding: 20px 30px;
  border-bottom: 1px solid #e9ecef;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modalTitle {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
  color: #333;
}

.closeBtn {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #6c757d;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.closeBtn:hover {
  background-color: #f8f9fa;
  color: #333;
}

.modalBody {
  padding: 30px;
  flex: 1;
  overflow-y: auto;
}

.modalFooter {
  padding: 20px 30px;
  border-top: 1px solid #e9ecef;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

/* Modal backdrop */

/* Body scroll lock when modal is open */
body.modal-open {
  overflow: hidden;
}

/* Mobile responsive styles */
@media (max-width: 768px) {
  .introSection {
    height: 100%;
    max-height: unset;
  }
  .introSection p, .introSection ul li{
    max-width: 100% !important
  }
  .introSection::after {
    width: 230px;
    height: 210px;
    opacity: 0.2;
    right: -30px;
    top: 90px;
    display: none;
  }

  .introSection::before {
    width: 100px;
    height: 100px;
    opacity: 0.1;
    z-index: -1;
    bottom: -30px;
    display: none;
  }

  .introSection h1 {
    font-size: 36px !important;
    max-width: 100%;
    text-align: center;
  }

  .introSection p {
    max-width: 100%;
  }

  .content-section {
    min-height: auto !important;
    margin-bottom: 40px;
    text-align: left;
    padding: 20px 0;
  }

  .button-group {
    flex-direction: column;
  }

  .button-group .primaryButton,
  .button-group .pdfLink {
    width: 90% !important;
    margin: auto;
    text-align: center;
    justify-content: center;
  }
}

/* Piller Intro Section Styles */
.pillerintro {
  background: linear-gradient(180deg, #fff6e6 0%, rgba(255, 246, 230, 0) 100%);
}
.pillerintro .lv1 {
  color: #000;
}
.pillerintro h2 em {
  position: relative;
  background-image: url("../images/underline.svg");
  background-repeat: no-repeat;
  background-position: bottom;
  font-style: normal;
  padding-bottom: 5px;
}

.wd65,
.wd65LH {
  max-width: 69%;
}
.wd65 {
  margin: 0 auto;
}
/* Piller Sections Styles */

/* Piller 1 Section */
.piller1Section {
  background: linear-gradient(180deg, #493d23 0%, #251f12 100%);
  position: relative;
  color: #fff;
}

.piller1Section::before {
  content: "";
  position: absolute;
  top: -29px;
  left: 47.5%;
  right: 0;
  bottom: 0;
  background: url("../images/diamond-bg.svg") no-repeat center center;
  pointer-events: none;
  z-index: 1;
  opacity: 1;
  width: 104px;
  height: 90px;
}

.piller1Section::after {
  content: "";
  position: absolute;
  top: -39px;
  left: 47.5%;
  right: 0;
  bottom: 0;
  background: url("../images/diamond.gif") no-repeat center center;
  background-size: 70%;
  pointer-events: none;
  z-index: 1;
  opacity: 1;
  width: 104px;
  height: 90px;
  display: block;
}

.piller1Section .sectionTitle strong {
  position: relative;
  background-image: url("../images/underline.svg");
  background-repeat: no-repeat;
  background-position: bottom;
  padding-bottom: 10px;
}

.piller1Section .sectionTitle em {
  background: linear-gradient(180deg, #806b3e 0%, rgba(128, 107, 62, 0) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 130px;
  font-style: normal;
  font-weight: 600;
  line-height: 120.845px;
  text-transform: capitalize;
  display: block;
  margin-bottom: -30px;
  letter-spacing: 0;
}
.piller1Section .sectionDescription p strong {
  font-weight: 400;
  color: #efca7b;
}

.piller1Section .lv1 {
  color: #fff;
}

.piller1Section p {
  color: rgba(255, 255, 255, 0.9);
}

.piller1Section p span .carouselWrapper {
  position: relative;
  z-index: 2;
  padding: 0 0 2rem 0;
}

/* Piller 2 Section */
.piller2Section {
  position: relative;
  color: rgb(44, 62, 80);
  background: linear-gradient(rgb(255, 246, 230) 40%, rgba(255, 255, 255, 0.1))
    no-repeat;
}

.piller2Section .sectionTitle {
  color: #000;
}

.piller2Section .sectionTitle em {
  background: linear-gradient(180deg, #806b3e 0%, rgba(128, 107, 62, 0) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 130px;
  font-style: normal;
  font-weight: 600;
  line-height: 120.845px;
  text-transform: capitalize;
  display: block;
  margin-bottom: -30px;
  letter-spacing: 0;
}

.piller2Section .sectionTitle strong {
  position: relative;
  background-image: url("../images/underline.svg");
  background-repeat: no-repeat;
  background-position: bottom;
  padding-bottom: 10px !important;
}
@media screen and (max-width: 768px) {
  .piller2Section .sectionTitle strong {
    padding-bottom: 4px !important;
   
  }
}
.piller2Section .lv1 {
  color: #2c3e50;
}

.piller2Section p {
  color: rgba(0, 0, 0, 0.9);
}

.piller2Card {
  position: relative;
  margin-top: 20px;
}

.piller2Card::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  height: 1px;
  background-color: #806b3e;
}

.piller2CardItem {
  position: relative;
  padding-top: 40px;
  margin-top: 30px;
  padding: 40px 20px 20px;
}

.piller2CardItem::before {
  content: "";
  position: absolute;
  bottom: 40px;
  left: 17px;
  width: 100%;
  height: 67%;
  display: flex;
  flex-shrink: 0;
  border-radius: 230px 230px 0 0;
  background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0.1) 100%);
  z-index: 0;
}

.piller2CardItem .heighlight {
  position: absolute;
  top: 0;
  left: 46%;
  color: #806b3e;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.piller2CardItem .heighlight::before {
  content: "";
  position: absolute;
  top: -30px;
  left: -3px;
  width: 25px;
  height: 25px;
  background-color: #fff;
  border: 6px solid #806b3e;
  border-radius: 50%;
  z-index: 1;
}

.piller2CardItem img {
  z-index: 1;
  position: relative;
}

.piller2CardItem h3 {
  color: #1d1d1d;
  padding-top: 30px;
}

.pillercardTitle {
  padding-top: 0px;
  z-index: 1;
  position: relative;
}

.piller2CardItem p {
  color: #1d1d1d;
  z-index: 1;
  position: relative;
}

/* Sample Tabs Styles */
.sampletabs {
  margin-top: 21px;
}

.tabButtons {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.tabButton {
  padding: 0px 24px 12px 24px;
  border: none;
  background-color: transparent;
  color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  transition: all 0.3s ease;
  border-bottom: 2px solid #e6d9bd;
  margin: 0;
  min-width: 370px;
  margin-bottom: 10px !important;
}

.tabButton:hover {
  color: #000;
}

.tabButton.active {
  color: #000;
  font-weight: 600;
  border-bottom: 2px solid #251f12;
}

.tabContent {
  min-height: 200px;
  text-align: left;
}

.tabPanel h4 {
  display: inline-block;
  margin-right: 10px;
  color: #000;
  margin-bottom: 0px !important;
}

.tabPanel button {
  border: none;
  background-color: transparent;
  color: #00f;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: underline;
  display: inline-block;
  text-align: right;
  margin-top: 15px;
  float: right;
  margin-right: 10px;
}

.tabPanel button img {
  margin-left: 8px;
  width: 18px;
  height: auto;
}

.tabPanel button:hover {
  text-decoration: none;
}

/* Samples Carousel Styles */
.samplesCarousel {
  margin-top: 2rem;
}

.carouselTitles {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding-right: 2rem;
}

.carouselTitle {
  padding: 20px 20px 20px 30px;
  border-left: 1px solid #ccc;
  cursor: pointer;
  transition: all 0.3s ease;
  color: rgba(0, 0, 0, 0.9);
}

.carouselTitle h4,
.carouselTitle h3 {
  color: rgba(0, 0, 0, 0.9);
  font-weight: 400;
}

.carouselTitle:hover {
  background-color: #e9ecef;
}

.carouselTitle.active {
  background-color: #fff;
  border-left-color: #d52b1e;
  position: relative;
}

.carouselTitle.active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: #d52b1e;
  border-radius: 4px;
}

.carouselTitle.active h4,
.carouselTitle.active h3 {
  font-weight: 700 !important;
}

.carouselTitle h4,
.carouselTitle h3 {
  margin: 0 !important;
  font-size: 1.1rem;
  color: #333;
  transition: color 0.3s ease;
  padding-bottom: 0px;
  font-weight: 400 !important;
}

.carouselContent {
  position: relative;
  height: 450px;
  overflow: hidden;
}

.imageContainer {
  position: relative;
  width: 100%;
  height: 100%;
}

.carouselImage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: translateX(100%);
  transition: all 0.5s ease-in-out;
}

.carouselImage.active {
  opacity: 1;
  transform: translateX(0);
}

.carouselImage img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

/* Piller 3 Section */
.piller3Section {
  background: linear-gradient(180deg, #493d23 0%, #251f12 100%);
  position: relative;
  color: #fff;
}

.piller3Section .sectionTitle strong {
  position: relative;
  background-image: url("../images/underline.svg");
  background-repeat: no-repeat;
  background-position: bottom;
  padding-bottom: 10px !important;
}
@media (max-width: 768px) {
  .piller3Section .sectionTitle strong {
    padding-bottom: 4px !important;
   
  }
}
.piller3Section .sectionTitle em {
  background: linear-gradient(180deg, #806b3e 0%, rgba(128, 107, 62, 0) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 130px;
  font-style: normal;
  font-weight: 600;
  line-height: 120.845px;
  text-transform: capitalize;
  display: block;
  margin-bottom: -30px;
  letter-spacing: 0;
}

.piller3Section .lv1 {
  color: #fff;
}

.piller3Section p {
  color: rgba(255, 255, 255, 0.9);
}

.p3Card {
  position: relative;
  padding: 30px 50px;
  background: linear-gradient(-45deg, #433820, #332b19, #2e2716, #746f5e);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
  border-radius: 10px;
  z-index: 1;
  margin: 20px auto 0;
  max-width: 1024px;
}

.p3Card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  padding: 1px;
  background: linear-gradient(45deg, #ffffff, #ffffff11, #ffffff, #ffffff11);
  background-size: 400% 400%;
  animation: rotate-gradient 5s ease-in-out infinite;
  z-index: 2;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.p3Card .sectionTitle {
  color: #fff !important;
}
.p3Card .sectionTitle strong {
  padding-bottom: 10px !important;
}

/* Pillercard Grid Styles */
.pillercardItem {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 15px 15px 15px 0;
  border-radius: 8px;
  transition: all 0.3s ease;
  max-width: 89%;
}

.pillercardItem:hover {
  transform: translateY(-2px);
}

.pillercardIcon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: revert;
  justify-content: right;
  border-radius: 8px;
}

.pillercardIcon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.pillercardGrid {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 15px;
}
.pillercardContent {
  flex: 1;
}

.pillercardContent h3,
.pillercardContent h4,
.pillercardContent p,
.pillercardContent span,
.pillercardContent a {
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}

.pillercardDescription {
  margin-bottom: 10px !important;
  opacity: 0.9;
}

/* Animations */
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes rotate-gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .piller1Section::before,
  .piller1Section::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .piller1Section .sectionTitle {
    font-size: 2rem;
    margin-bottom: 1rem;
  }

  .piller1Section .sectionDescription {
    font-size: 1.1rem;
    line-height: 1.6;
  }

  .carouselWrapper {
    padding: 1.5rem 0;
  }

  .piller2Section .sectionTitle {
    margin-bottom: 0;
  }

  .piller2Section .sectionDescription {
    font-size: 1.1rem;
    line-height: 1.6;
  }

  .tabButtons {
    flex-direction: row;
    justify-content: center;
    flex-wrap: nowrap;
    overflow-x: auto;
  }

  .tabButton {
    min-width: 49%;
    width: auto;
    padding: 8px 16px;
    font-size: 16px !important;
    font-weight: 600 !important;
    border-bottom: 1px solid #000;
    flex-shrink: 0;
  }

  .tabButton.active {
    border-bottom: 5px solid #d52b1e;
  }

  .carouselTitles {
    /* flex-direction: row; */
    justify-content: space-between;
    padding: 5px;
    margin-bottom: 1rem;
    gap: 5px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }

  .carouselTitle {
    flex: 1;
    min-width: 0;
    padding: 12px 8px;
    text-align: left;
    border-left: none;
    border-bottom: none;
    position: relative;
    background-color: #f3f3f39e;
    border-radius: 6px;
    margin: 0 2px;
    justify-content: start;
    flex-direction: row;
  }

  .carouselTitle h4 {
    font-size: 0.85rem;
    line-height: 1.4;
    margin: 0;
    color: rgba(0, 0, 0, 0.8);
    text-align: left;
  }

  .carouselTitle.active {
    border-left: none;
    border-bottom: 1px solid #d52b1e;
    background-color: #cd992a69;
    color: #000;
  }
  .carouselTitle.active::before {
    display: none;
  }
  .carouselTitle.active h4,
  .carouselTitle.active h3 {
    color: #000 !important;
    font-weight: 700 !important;
  }

  .carouselContent {
    height: auto;
    margin-top: 0;
  }

  .carouselImage.active {
    opacity: 1;
    transform: translateX(0);
    position: relative;
  }

  .piller2Card::before {
    display: none;
  }

  .piller2CardItem {
    width: 100%;
    margin-bottom: 20px;
    padding: 15px;
  }

  .piller2CardItem .heighlight {
    top: -30px !important;
    color: #fff !important;
    line-height: 45px !important;
    background: #806b3e;
    border-radius: 120px;
    height: 45px;
    width: 45px;
    left: 46% !important;
    z-index: 61;
    font-size: 23px !important;
  }

  .piller2CardItem .heighlight::before {
    top: 22px !important;
    left: -110px !important;
    width: 590% !important;
    height: 1px !important;
    background: linear-gradient(
      90deg,
      rgba(128, 107, 62, 0) 0%,
      rgba(128, 107, 62, 1) 50%,
      rgba(128, 107, 62, 0) 100%
    ) !important;
    border: 0px dashed #806b3e !important;
    border-radius: 0 !important;
    z-index: -30 !important;
  }

  .piller2CardItem::before {
    display: none;
  }

  .piller2CardItem img {
    max-width: 100%;
  }

  .piller3Section .sectionTitle {
    font-size: 2rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
  }

  .piller3Section .sectionDescription {
    font-size: 1.1rem;
    line-height: 1.6;
  }

  .p3Card {
    padding: 15px;
    margin: 20px auto 0 10px;
  }

  .p3Card img {
    max-width: 100%;
  }

  .pillercardItem {
    max-width: 100%;
    gap: 15px;
    padding: 15px 0 15px 0;
  }
}

@media (max-width: 576px) {
  .piller1Section .sectionTitle {
    font-size: 1.8rem;
  }

  .piller1Section .sectionDescription {
    font-size: 1rem;
  }

  .piller2Section .sectionTitle {
    font-size: 1.8rem;
  }

  .piller2Section .sectionDescription {
    font-size: 1rem;
  }

  .piller3Section .sectionTitle {
    font-size: 1.8rem;
  }

  .piller3Section .sectionDescription {
    font-size: 1rem;
  }
}

.profile-wrapper {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0;
  align-items: center;
}
.profile-wrapper .profile-image img {
  max-width: 370px;
  width: 370px;
  height: 560px;
  max-height: 560px;
}
.profile-wrapper .profile-information {
  padding: 20px 40px 20px 40px;
  border-radius: 0 20px 20px 0;
  background: #fff;
  margin: 60px 0 0;
  /* height: 80%;
    */
  color: #000;
  /* min-height: 460px;
    */
}
.profile-wrapper .profile-information .availabletext {
  font-size: var(--lv3);
  line-height: var(--lh-lv3);
  font-weight: 700;
  color: #000;
  text-align: right;
  margin-bottom: 20px;
}
.profile-wrapper .profile-information .availabletext span {
  display: inline-flex;
  padding: 8px 10px;
  align-items: center;
  gap: 5px;
  border-radius: 8px;
  background: linear-gradient(180deg, #493d23 0%, #251f12 100%);
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-transform: capitalize;
}
.profile-wrapper .profile-information .availabletext span:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 5px;
  background: #fff;
  border-radius: 50%;
}
.profile-wrapper .profile-information .availabletext.Available span:before {
  background: #30c137;
}
.profile-wrapper .profile-information .availabletext.Busy span:before {
  background: red;
}
.profile-wrapper .profile-information .educationContainer {
  display: flex;
  flex-wrap: wrap;
}
.profile-wrapper .profile-information .education,
.profile-wrapper .profile-information .experience {
  position: relative;
  padding-right: 40px;
  text-align: left;
  min-width: 150px;
  /* text-align: center; */
}
.profile-wrapper .profile-information .education:after,
.profile-wrapper .profile-information .experience:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 40px;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0),
    #dde2e9 50%,
    rgba(255, 255, 255, 0)
  );
  right: 20px;
  top: 0;
}
.profile-wrapper .profile-information .education .mainedu,
.profile-wrapper .profile-information .experience .mainedu {
  margin-bottom: 0px !important;
  color: #000;
}
.profile-wrapper .profile-information .education .mainedu span,
.profile-wrapper .profile-information .experience .mainedu span {
  font-size: 16px;
  display: block;
  font-weight: 400;
}
.profile-wrapper .profile-information .education .exp-txt,
.profile-wrapper .profile-information .experience .exp-txt {
  display: inline-block;
  font-weight: 400;
}
.profile-wrapper .profile-information .education .exp-txt strong,
.profile-wrapper .profile-information .experience .exp-txt strong {
  color: #000;
  display: block;
  margin-bottom: 0px !important;
}
.profile-wrapper .profile-information .introtext {
  display: flex;
  width: 100%;
  padding: 18px 20px;
  justify-content: start;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  background: #e9f3f3;
  margin-bottom: 20px;
}
.profile-wrapper .profile-information .experience-container {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
  margin-top: 15px;
  text-align: left;
}
.profile-wrapper .profile-information .experience-container h3 {
  font-size: var(--lv3);
  line-height: 23px;
  font-weight: 700;
  color: #000;
}
.profile-wrapper .profile-information .experience-container ul li {
  font-size: var(--lv2-text);
  font-weight: var(--fw-four);
  line-height: var(--lh-lv2-text);
  color: #000;
  list-style-type: none;
  padding-left: 20px;
  position: relative;
}
.profile-wrapper .profile-information .experience-container ul li:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #d52b1e;
  position: absolute;
  left: 1px;
  top: 7px;
}
.profile-wrapper .profile-information .publishers-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.profile-wrapper .profile-information .publishers-logos .publisher-logo img {
  width: auto;
  height: 36px;
}
.profile-wrapper .editor-exp .exp .exp-txt strong {
  font-size: var(--lv3);
  line-height: var(--lh-lv3);
}
.profile-wrapper .expert-flag {
  display: inline-block;
  width: 36px;
  height: 20px;
  background: url(../images/flags.jpg) 0 0 no-repeat;
  margin-left: 10px;
  vertical-align: middle;
}
.profile-wrapper .expert-flag.UnitedStates {
  background-position: 0 0;
}
.profile-wrapper .expert-flag.Australia {
  background-position: 0 -163px;
}
.profile-wrapper .expert-flag.NewZealand {
  background-position: -36px -143px;
}
.profile-wrapper .expert-flag.Greece {
  background-position: -36px -83px;
}
.profile-wrapper .expert-flag.UnitedKingdom {
  background-position: 0 -83px;
}
.profile-wrapper .expert-flag.Canada {
  background-position: 0 -40px;
}
.profile-wrapper .expert-flag.Germany {
  background-position: -36px -110px;
}
.profile-wrapper .expert-flag.SouthAfrica {
  background-position: -36px -163px;
}
.profile-wrapper .expert-flag.Korea {
  background-position: 0 -62px;
}
.profile-wrapper .expert-flag.Netherlands {
  background-position: -36px 0;
}
.profile-wrapper .expert-flag.Spain {
  background-position: -36px -184px;
}
.profile-wrapper .expert-flag.Phillipines {
  background-position: 0 -185px;
}
.profile-wrapper .expert-flag.Scotland {
  background-position: 0 -205px;
}
.profile-wrapper .expert-flag.Ireland {
  background-position: -36px -20px;
}
.profile-wrapper .expert-flag.Japan {
  background-position: 0 -20px;
}
.profile-wrapper .expert-flag.Russia {
  background-position: -36px -41px;
}
.profile-wrapper .expert-flag.Portugal {
  background-position: -36px -205px;
}
.profile-wrapper .expert-flag.Italy {
  background-position: 0 -225px;
}
@media only screen and (max-width: 992px) {
  .profile-wrapper {
    grid-template-columns: 1fr;
    align-items: center;
  }
  .profile-wrapper .profile-information {
    margin: 60px 0 30px 0;
    padding: 25px 30px;
    border-radius: 0 15px 15px 0;
  }
  .profile-wrapper .profile-information .experience-container {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 768px) {
  .profile-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .profile-wrapper .profile-image {
    text-align: center;
  }
  .profile-wrapper .profile-image img {
    max-width: 90%;
    margin: 0 0 0 27px;
    align-items: center;
    height: auto;
  }
  .advance-editing #qna-accordion .panel-heading, .premium-editing #qna-accordion .panel-heading {
    height: auto !important;
}
.modal-dialog{
  margin-top: 20%;
}
  .profile-wrapper .profile-information {
    margin: -150px 0 20px 15px;
    padding: 170px 20px 20px;
    border-radius: 10px;
    z-index: -1;
  }
  .profile-wrapper .profile-information .availabletext {
    text-align: left;
  }
  .profile-wrapper .profile-information .educationContainer {
    display: flex;
    flex-wrap: wrap;
  }
  .profile-wrapper .profile-information .educationContainer .education {
    flex: 1 0 100%;
    padding-right: 0 !important;
  }
  .profile-wrapper .profile-information .educationContainer .education:after {
    display: none;
  }
  .profile-wrapper .profile-information .educationContainer .experience,   .profile-wrapper .profile-information .educationContainer .expert-flag-container  {
    flex: 0 0 33%;
    margin-bottom: 10px;
    padding-right: 10px !important;
    min-width: auto !important;
  }
  
  .profile-wrapper
    .profile-information
    .educationContainer
    .experience
    .exp-txt {
    font-size: 14px;
  }
  .profile-wrapper
    .profile-information
    .educationContainer
    .experience
    .exp-txt
    strong {
    font-size: 17px;
  }
  .profile-wrapper .profile-information .experience-container {
    grid-template-columns: 1fr;
  }
}

.editorProfileCarousel {
  position: relative;
  width: 100%;
}

.editorProfileCarousel {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2rem 0;
  position: relative;
  width: 100%;
  min-height: 400px; /* Ensure minimum height for proper arrow centering */
}

.editorProfileCarousel .owl-next,
.editorProfileCarousel .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.4);
  border: none;
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 10;
  box-shadow: 0 4px 12px rgba(44, 62, 80, 0.3);
}

.editorProfileCarousel .owl-next:hover,
.editorProfileCarousel .owl-prev:hover {
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 6px 16px rgba(44, 62, 80, 0.4);
}
.editorProfileCarousel .owl-next img,
.editorProfileCarousel .owl-prev img {
  filter: brightness(0) invert(1);
}
.owl-next {
  position: absolute;
  right: -25px;
  top: 50%;
}
.owl-prev {
  position: absolute;
  left: -25px;
  top: 50%;
}

/* Testimonials Section Styles */
.testimonialsSection {
  background: #fff6e6;
  position: relative;
  background-image: url("../images/grad-bg-circle.svg");
  background-position: bottom right;
  background-repeat: no-repeat;
  color: #2c3e50;
  /* padding-bottom: 100px; */
}

.testiContainer {
  position: relative;
}

.testimonialsSection .sectionTitle {
  color: #000;
  padding-top: 0px;
}

.testimonialsSection .sectionDescription {
  color: #666;
  margin-bottom: 2rem;
}

.testimonialsCarousel {
  position: relative;
  width: 100%;
  min-height: auto;
  max-width: 750px;
  margin: 0 auto;
}

.testimonialItem {
  padding: 0 40px;
  background: transparent;
  border-radius: 12px;
  display: flex;
  align-items: center;
  position: relative;
}

.testimonialItem::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 145px;
  background: radial-gradient(
    50% 50% at 50% 50%,
    #fff 0%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: -1;
}

.testimonialContent {
  width: 100%;
}

.testimonialText {
  font-size: 1.125rem;
  line-height: 1.6;
  color: #000;
  margin-bottom: 0px;
  max-width: 100%;
  padding: 60px 60px 0 60px;
  position: relative;
}

.testimonialText em {
  font-style: normal;
  background: #e8e3ff;
}

.testimonialText::before {
  content: "";
  position: absolute;
  top: 0;
  left: 43%;
  width: 50px;
  height: 44px;
  background-image: url("../images/testi-ex1.svg");
  background-position: bottom left;
  background-repeat: no-repeat;
  z-index: 0;
  opacity: 0.6;
}

.testimonialText p {
  margin: 0;
  color: #000;
}

.separator {
  width: 100px;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(99, 83, 48, 0) 0%,
    #c9a861 50.48%,
    rgba(99, 83, 48, 0) 100%
  );
  margin: 20px auto;
  border-radius: 2px;
}

.clientInfo {
  text-align: center;
}

.clientName {
  color: #000;
  margin-bottom: 0.5rem !important;
  font-weight: 600 !important;
}

.clientDetails {
  font-size: 1rem;
  color: #000;
  margin-bottom: 1rem;
  line-height: 1.4;
}

/* Carousel Controls */

.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #cbbd9f !important;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
  color: #fff;
}

.arrow:hover {
  background: #806b3e !important;
  color: #fff !important;
  transform: translateY(-50%) scale(1.1);
}

.arrow svg {
  width: 20px;
  height: 20px;
}

.arrow-left {
  left: -25px;
}

.arrow-right {
  right: -25px;
}

/* Dots Navigation */
.owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 0px;
  padding: 0 20px;
  min-height: 20px;
  flex-wrap: wrap;
}

.owl-dots .owl-dot {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

.owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ccc;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0.6;
}

.owl-dots .owl-dot:hover span {
  transform: scale(1.2);
  opacity: 1;
}

.owl-dots .owl-dot.active {
  cursor: default;
}
.owl-dots .owl-dot span {
  background-color: #463f30 !important;
  width: 8px !important;
  height: 8px !important;
}
.owl-dots .owl-dot.active span {
  background-color: #ffffff93 !important;
  opacity: 1;
  transform: scale(1.2);
}
.testimonialsCarousel  .owl-dots .owl-dot span {
  background-color: #877f6d !important;
}
.testimonialsCarousel  .owl-dots .owl-dot.active span {
  background-color: #463f30 !important;
}
/* Responsive Design */
@media (max-width: 768px) {
  .testimonialsSection .sectionTitle {
    font-size: 2rem;
    margin-bottom: 1rem;
  }

  .testimonialsSection .sectionDescription {
    font-size: 1.1rem;
    line-height: 1.6;
  }

  .testimonialItem {
    padding: 1rem;
  }

  .testimonialContent {
    padding-left: 1rem;
  }

  .testimonialText {
    font-size: 18px;
    padding: 40px 0px 0;
  }

  .arrow {
    width: 40px;
    height: 40px;
  }

  .arrow svg {
    width: 16px;
    height: 16px;
  }

  .arrow-left {
    left: -20px;
  }

  .arrow-right {
    right: -20px;
  }

  .dotsNavigation {
    margin-top: 0px;
    padding: 0 10px;
    gap: 10px;
  }

  .dotItem .dot {
    width: 5px;
    height: 5px;
  }

  .dotItem.activeDot .dot {
    transform: scale(1.2);
  }
}

@media (max-width: 576px) {
  .testimonialsSection .sectionTitle {
    font-size: 1.8rem;
  }

  .testimonialsSection .sectionDescription {
    font-size: 1rem;
  }

  .testimonialItem {
    padding: 0.5rem;
  }

  .testimonialContent {
    padding-left: 30px;
  }

  .testimonialText {
    font-size: 18px;
    padding: 40px 0px 0;
  }

  .clientDetails {
    font-size: 16px;
    margin-bottom: 0px;
  }
}

/* After Sales Section Styles */
.afterSalesSection {
  background: linear-gradient(180deg, #493d23 0%, #251f12 100%);
  position: relative;
  overflow: hidden;
}

.afterSalesSection .container {
  position: relative;
  z-index: 2;
}

.leftContent {
  padding: 0px 0;
  text-align: left;
  max-width: 89%;
}


.leftContent p {
  margin-bottom: 0px !important;
}

.afterSalesSection .sectionTitle {
  color: #fff;
  text-align: left !important;
  line-height: 58px !important;
}

.afterSalesSection .sectionTitle strong {
  position: relative;
  background-image: url("../images/underline.svg");
  background-repeat: no-repeat;
  background-position: bottom;
  padding-bottom: 6px;
}

.afterSalesSection .sectionDescription {
  color: rgba(255, 255, 255, 0.9);
  text-align: left;
}

.afterSalesSection .rightContent {
  padding: 20px 0;
  position: relative;
}

.afterSalesSection .pillercardGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px 40px;
  padding: 0px 0;
}

.afterSalesSection .pillercardItem {
  padding: 0px 20px;
  position: relative;
}

/* Vertical separator between columns */
.afterSalesSection .pillercardItem:nth-child(1)::after {
  content: "";
  position: absolute;
  right: -53px;
  top: auto;
  bottom: -25px;
  width: 1px;
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(255, 255, 255, 0.1) 20%,
    rgba(255, 255, 255, 0.3) 100%
  );
  height: 100%;
}

.afterSalesSection .pillercardItem:nth-child(3)::after {
  content: "";
  position: absolute;
  right: -53px;
  top: -26px;
  bottom: 0;
  width: 1px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.3) 0%,
    rgba(255, 255, 255, 0.1) 20%,
    transparent 100%
  );
  height: 110%;
}

/* Horizontal separator between rows */
.afterSalesSection .pillercardItem:nth-child(1)::before {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 0;
  right: -52px;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.1) 20%,
    rgba(255, 255, 255, 0.3) 100%
  );
}

.afterSalesSection .pillercardItem:nth-child(2)::before {
  content: "";
  position: absolute;
  bottom: -25px;
  left: -19px;
  right: 0;
  height: 1px;
  /* background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 100%, rgba(255, 255, 255, 0.3) 20%, transparent 0%); */
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.1) 20%,
    rgba(255, 255, 255, 0.3) 100%
  );
  transform: rotate(180deg);
}

.afterSalesSection .pillercardContent {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 15px;
  align-items: center;
  justify-items: center;
  text-align: center;
}

.afterSalesSection .pillercardIcon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.afterSalesSection .pillercardIcon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: brightness(0) invert(1); /* White icons */
}

.afterSalesSection .pillercardTitle {
  color: rgba(255, 255, 255, 0.9) !important;
  margin: 0;
  line-height: 1.4;
  text-align: center;
}

/* Responsive Design */
@media (max-width: 768px) {
  .afterSalesSection .leftContent {
    max-width: 100%;
  }
  .afterSalesSection .rightContent {
    padding-bottom: 0px;
  }
  .afterSalesSection .sectionTitle {
    font-size: 2rem;
    text-align: center;
  }

  .afterSalesSection .sectionDescription {
    text-align: center;
  }

  .afterSalesSection .pillercardGrid {
    gap: 20px;
    padding: 10px 0;
  }

  .afterSalesSection .pillercardItem {
    padding: 0px 15px 0;
  }

  .afterSalesSection
    .pillercardItem:not(:last-child):not(:nth-last-child(2))::before {
    bottom: -10px;
    right: -2px;
  }

  .afterSalesSection .pillercardItem:nth-child(odd)::after {
    bottom: 6px;
    right: -15px;
  }
}

.PricingSection {
  background: linear-gradient(180deg, #fff6e6, rgba(255, 246, 230, 0));
}
.PricingSection .sectionTitle {
  color: #000 !important;
}
.PricingSection .sectionTitle strong {
  padding-bottom: 10px !important;
}
.PricingSection .table-responsive-new {
  max-width: 1080px;
  margin: 0 auto;
}
.PricingSection .table-responsive-new table {
  width: 100%;
}
.PricingSection .table-responsive-new table thead th {
  padding: 32px 8px 22px;
  font-weight: 700;
  font-size: 16px;
  -webkit-box-shadow: 3px -1px 5px rgba(0, 0, 0, 0.04);
  box-shadow: 3px -1px 5px rgba(0, 0, 0, 0.04);
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
  line-height: 150%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#493d23),
    to(#251f12)
  );
  background: -moz-linear-gradient(top, #493d23 0, #251f12 100%);
  background: linear-gradient(180deg, #493d23, #251f12);
  position: relative;
  color: #fff;
  border-color: #71695a;
  border-style: solid;
  border-width: 0 1px 1px 0;
}
.PricingSection .table-responsive-new table tbody td {
  background: #fff;
  font-size: 16px;
  line-height: 150%;
  vertical-align: middle;
}
.PricingSection .table-responsive-new table tbody th {
  padding: 20px 8px 20px;
  font-weight: 700;
  -webkit-box-shadow: 3px -1px 5px rgba(0, 0, 0, 0.04);
  box-shadow: 3px -1px 5px rgba(0, 0, 0, 0.04);
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  line-height: 150%;
  background: #fff;
}
table thead th .nc:after,
table thead th .nc:before {
  content: "";
  height: 0;
  width: 0;
  border-bottom: 6px solid #029dcd;
  top: 0;
  display: block;
  position: absolute;
}
table thead th .nc:before {
  border-left: 6px solid transparent;
  left: -6px;
}
table thead th .nc:after {
  border-right: 6px solid transparent;
  right: -6px;
}
table .nc-badge .nc {
  display: block;
  background-color: #dff1fd;
  height: 28px;
  border: 1px solid #029dcd;
  border-top: 0 solid #029dcd;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 10px 10px;
  position: absolute;
  top: -6px;
  left: 25%;
  font-size: 14px;
  text-align: center;
  min-width: 237px;
  line-height: 28px;
  font-weight: 400;
  color: #000;
  z-index: 10;
}
table .nc-badge .nc em{
  font-style: normal;
}
.red-sqr {
  list-style-type: none;
  margin: 0 0 20px 0;
  padding: 0;
}
.red-sqr li {
  padding-left: 15px;
  position: relative;
  overflow: hidden;
  margin: 0;
  list-style: none;
  background: none;
}
.red-sqr li:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 7px;
  height: 7px;
  border: #4d4d4d 2px solid;
  left: 0px;
  top: 8px;
  background: #4d4d4d;
}
.red-square-list {
  list-style-type: none;
  margin: 0 0 20px 0;
  padding: 0;
}
.red-square-list li {
  padding-left: 15px;
  position: relative;
  overflow: hidden;
  margin: 0;
  list-style: none;
  background: none;
}
.red-square-list li:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 7px;
  height: 7px;
  border: #d52b1e 2px solid;
  left: 0px;
  top: 8px;
  background: transparent;
}
.padlr-47 {
  padding-left: 47px;
  padding-right: 47px;
}
.top-impact-bg {
  padding-top: 0px !important;
}
@media screen and (max-width: 768px) {
  .editorProfileCarousel .owl-next,
  .editorProfileCarousel .owl-prev {
    background: none;
    box-shadow: none;
    color: #4d4d4d;
  }
  .owl-prev {
    left: -10px;
  }
  .editorProfileCarousel .owl-next img,
  .editorProfileCarousel .owl-prev img {
    filter: brightness(1) invert(0);
  }
  .owl-next {
    right: -24px;
  }
  .cta-main-wrap {
    max-width: 90%;
  }
  .wd65,
  .wd65LH {
    max-width: 100%;
  }
  section {
    padding: 60px 15px;
  }
  .lv1 {
    font-size: 32px !important;
    line-height: 39.2px !important;
  }

  .lv2 {
    font-size: 28px !important;
    line-height: 40px !important;
  }
  .lv2 strong {
    font-weight: 400 !important;
  }

  .lv3 {
    font-size: 16px !important;
    line-height: 24px !important;
  }
  .fix-head-top {
    top: 0px !important;
  }
  .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .pillerintro h2 em{
    padding-bottom: 7px !important;
    line-height: 160%;
  }
  .piller1Section .sectionTitle strong{
    padding-bottom: 7px !important;
    line-height: 160%;
  }
  table .nc-badge .nc{
    left: 0;
    min-width: 147px;
  }
  .padlr-47 {
    padding-left: 0;
    padding-right: 0;
}
}
@media (min-width: 320px) and (max-width: 480px) {
  .advance-editing #page-cont, .advance-editing .container, .comparison #page-cont, .comparison .container, .premium-editing #page-cont, .premium-editing .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.advance-editing #qna-accordion .panel-body a{
text-decoration: underline;
}

/* Mobile hide - shows on desktop, hidden on mobile */
.mb-hide {
  display: block;
}
.hidden{
  display: none;
  visibility: hidden;
}
.acceptedCarousel {
  background: linear-gradient(180deg, hsla(0, 0%, 100%, .2), hsla(0, 0%, 100%, .2)) !important;
  border-radius: 20px;
  padding: 30px 0;  
  backdrop-filter: blur(25px) !important;
  border: 2px solid rgba(255, 255, 255, .5) !important;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1) !important;
}
.acceptedCarousel .owl-dots .owl-dot.active span {
  background: #463f30 !important;
}
.accepted-box{display:flex;align-items:stretch;flex-wrap:nowrap;padding:20px;
  /* background:#fff;border:1px solid #dedede;box-shadow:0 0 10px rgba(0,0,0,.1);border-radius:5px; */
  min-height:340px; gap:10px; position:relative;
}
.accepted-box::before {
  content: "";
    position: absolute;
    right: 5px;
    top: 0;
    margin: 0 auto;
    width: 1px;
    height: 100%;
    background: rgba(255,255,255,.5);    
    background: linear-gradient(80deg,hsla(0,0%,100%,0),hsla(0,0%,87%,.651) 50%,hsla(0,0%,100%,0))
}
.accepted-box .img-box{width:103px;justify-content:space-between;display:flex;flex-direction:column}
.accepted-box .cont-box{width:100%;margin-left:12px}
.accepted-box .cont-box strong{display:inline-block;width:90px;font-size:16px;line-height:1.5;vertical-align:top}
.accepted-box .cont-box .box-row{margin:0 0 5px}
.accepted-box .cont-box .box-row span.text-col{display: inline-block;
  margin-left: 10px;
  font-size: 16px;
  line-height: 1.5;}
.accepted-box .cont-box .box-row span.text-col.title{min-height:75px}
.accepted-box .cont-box .box-row span.text-col.title a{color:#00f}
.accepted-box .cont-box .box-row span.impact-num{display:inline-block;width:auto;background-color:#f7d6d9;padding:0 5px;line-height:1.6; font-weight: 700;}
.accepted-box .cont-box .logo-box img{width:90px!important;display:inline-block}
.accepted-box .cont-box .box-row .readmore-link a{font-weight:400}
.accepted-box .cont-box .box-row span.text-col { max-width:290px; }
.accepted-box{display:flex; flex-wrap:wrap; }
.accepted-box .cont-box{ flex:1; width:100%;margin-left:12px}
.accepted-box .logo-box{ flex: 0 0 100%; }
.accepted-box .logo-box img{
  max-width: 100% !important;
  margin: 0 !important;
  width: auto !important;
}

@media (max-width: 768px) {
  .mb-hide {
    display: none !important;
    visibility: hidden;
  }
  .testimonialText p{
    line-height: 175% !important;
    padding-top: 15px;
  }
}
