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: 36px!important;
    line-height: 43px!important;
    font-weight: 700!important;
    margin-top: 0!important;
    margin-bottom: 30px!important;
    text-align: center
}

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

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

.lv2 {
    font-size: 24px!important;
    line-height: 29px!important;
    margin-bottom: 25px!important
}

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

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

.lv3 {
    font-size: 20px!important;
    line-height: 30px!important;
    margin-bottom: 17px!important
}

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

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

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

.lv4 {
  font-size: 18px!important;
  line-height: 27px!important;
  margin-bottom: 17px!important
}
.lv4-text,.lv4-text li,.lv4-text p {
  font-size: 16px!important;
  line-height: 24px!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: 20px!important;
  font-weight: 400!important;
  margin-bottom: 10px!important;  
}
.tag2{
  font-size: 12px!important;
  line-height: 18px!important;
  font-weight: 400!important;
  margin-bottom: 10px!important;  
}
.entext {
  font-family: sans-serif;
  letter-spacing: 0;
  font-size: 16px !important;
  line-height: 24px !important;
}
#breadcrumb ol{
  margin-bottom: 0;
}
.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: 48px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 18px;
  }
  
  .introSection h1 br {
    display: block;
  }
  
  .introSection p {
    color: #f8f9ff;
    max-width: 80%;
    font-size: 20px;
    line-height: 1.2;
  }
  
  .button-group {
    display: flex;
    align-items: center;
    gap: 30px;
  }
  
  .button-group .primaryButton {
    background-color: #d52b1e;
    border-color: #d52b1e;
    color: white;
    width: auto;
    padding: 17px 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 #d52b1e;
  }
  
  .button-group .primaryButton:hover {
    background-color: #b8241a;
    border-color: #b8241a;
    color: white;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  }
  
  .button-group .pdfLink {
    width: 35%;
    text-decoration: underline;
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 18px !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::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;
      max-width: 100%;
    }
    
    .introSection p {
      max-width: 100%;
    }
    
    .content-section {
      min-height: auto !important;
      margin-bottom: 40px;
      text-align: center;
      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.00) 100%);
 
  }
  
  .pillerintro h2 em {
    position: relative;
    background-image: url('../images/underline.svg');
    background-repeat: no-repeat;
    background-position: bottom;
    font-style: normal;
  }
  
  .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;
  }
  
  .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.90);
  }
  
  .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;
  }
  
  .piller2Section .lv1 {
    color: #2c3e50;
  }
  
  .piller2Section p {
    color: rgba(0, 0, 0, 0.90);
  }
  
  .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;
  }
  
  .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;
    font-size: 1.1rem;
    color: #333;
    transition: color 0.3s ease;
  }
  
  .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;
  }
  
  .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.90);
  }
  
  .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;
  }
  
  /* 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.90);
    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;
    }
    
    .p3Card img {
      max-width: 100%;
    }
    
    .pillercardItem {
      max-width: 100%;
    }
  }
  
  @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-img 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-img {
        text-align: center;
   }
    .profile-wrapper .profile-img img {
        max-width: 90%;
        margin: 0 auto;
        align-items: center;
        height: auto;
   }
    .profile-wrapper .profile-information {
        margin: -150px 0 20px 0;
        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%;
   }
    .profile-wrapper .profile-information .educationContainer .education:after {
        display: none;
   }
    .profile-wrapper .profile-information .educationContainer .experience {
        flex: 1 0 33%;
        margin-bottom: 10px;
   }
    .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.00) 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.00) 0%, #C9A861 50.48%, rgba(99, 83, 48, 0.00) 100%);
    margin: 20px auto;
    border-radius: 2px;
  }
  
  .clientInfo {
    text-align: center;
  }
  
  .clientName {
    color: #000;
    margin-bottom: 0.5rem !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);
  }
  
  /* 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: 0.5rem;
    }
    
    .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;
    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.90);
    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.90);
    margin: 0;
    line-height: 1.4;
    text-align: center;
  }
  
  
  /* Responsive Design */
  @media (max-width: 768px) {
    .afterSalesSection  .leftContent {
      max-width: 100%;
    }
    
    .afterSalesSection .sectionTitle {
      font-size: 2rem;
      text-align: center;
    }
    
    .afterSalesSection .sectionDescription {
      text-align: center;
    }
  
    .afterSalesSection  .pillercardGrid {
      gap: 20px;
      padding: 10px 0;
    }
    
    .afterSalesSection  .pillercardItem {
      padding: 15px;
    }
    
    .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 .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, .04);
    box-shadow: 3px -1px 5px rgba(0, 0, 0, .04);
    text-align: center;
    vertical-align: middle;
    font-size: var(--para-three);
    line-height: var(--lh-para-three);
    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;
  }
  .PricingSection .table-responsive-new table tbody th{
    padding: 20px 8px 20px;
    font-weight: 700;
    font-size: 16px;
    -webkit-box-shadow: 3px -1px 5px rgba(0, 0, 0, .04);
    box-shadow: 3px -1px 5px rgba(0, 0, 0, .04);
    text-align: center;
    vertical-align: middle;
    font-size: var(--para-three);
    line-height: var(--lh-para-three);
    background: #fff;
  }

  .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;
  }

  @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: -10px;
    }
    .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: 20px!important;
  line-height: 24px!important;
}
.fix-head-top {
  top: 0px !important;
}

  }