
#preloader{
  background-color: white !important;
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

#preloader.brandadoc-preloader-hide{
  opacity: 0;
  visibility: hidden;
}

.brandadoc-preloader-content {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at 30% 30%, #ecfff7 0%, #d3f8e9 100%);
  border: 1px solid rgba(12, 97, 74, 0.15);
  box-shadow: 0 10px 24px rgba(7, 64, 49, 0.15);
  animation: brandadoc-loader-pulse 1.4s ease-in-out infinite;
}

.brandadoc-preloader-content img {
  width: 50px;
  height: 50px;
  display: block;
  color: transparent;
  font-size: 0;
  line-height: 0;
  object-fit: contain;
  animation: brandadoc-loader-grow 1.6s ease-in-out infinite;
}

@keyframes brandadoc-loader-pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

@keyframes brandadoc-loader-grow {
  0%, 100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-3px) scale(1.08);
  }
}
.tp-section-title-phudu{
    font-size: 53px;
    line-height: 1.15;
}

.app-hero-bottom-thumb-main{
    top:8% !important
}
.app-hero-ptb{
      padding-top: 125px;
}

.app-benefits-item-2-title{
    font-size: 50px;
}

.tp--hover-img {
  max-height: 500px;
  overflow: hidden;
}
.tp-portfolio-inner-title {
 
  color: black;
  text-align: center;
}

.tp-portfolio-inner-content{
    text-align: center;

}

.tp-portfolio-inner-content span{
    color: black;
}
.app-feature-item{
    padding: 5px 30px 25px;
}

.tp-breadcrumb-ptb{
    padding-top: 100px;
}

.crp-blog-title,.crp-blog-meta,.tp-line-white.cream,.postbox-title,.postbox-content p,.sidebar-widget-author-content span,.rc-post-category a,.sidebar-widget-author-name,.rc-post-title a:hover,.rc-post-title a,.rc-post-meta span,.pp-service-details-title {
  color: black !important;
}

p{
  color: black !important;
  font-size: clamp(15px, 1.15vw, 17px);
  line-height: 1.65;
}

.tp-contact-form {
    margin-top: 40px;
}

.tp-contact-input {
    margin-bottom: 25px;
}

.tp-contact-input label {
    display: block;
    font-size: 15px;
    margin-bottom: 8px;
    color: #111;
    font-weight: 500;
}

.tp-contact-input input,
.tp-contact-input textarea {
    width: 100%;
    padding: 14px 18px;
    border: 1px solid #ddd;
    background: transparent;
    font-size: 16px;
    border-radius: 6px;
    outline: none;
    transition: all 0.3s ease;
}

.tp-contact-input input:focus,
.tp-contact-input textarea:focus {
    border-color: #000;
}

.tp-contact-input textarea {
    height: 150px;
    resize: none;
}

.tp-contact-btn {
    margin-top: 10px;
}

.tp-contact-btn input[type="submit"] {
    padding: 16px 40px;
    border: none;
    background: #000;
    color: #fff;
    font-size: 16px;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.tp-contact-btn input[type="submit"]:hover {
    background: #111;
}

.app-feature-item{
  border-radius: 10px;
}


.tp-offcanvas-area {
    position: fixed;
    top: 0;
    right: -100%;
    width: 320px;
    height: 100%;
    background: #000;
    z-index: 9999;
    transition: right .4s ease;
}

.tp-offcanvas-area.opened {
    right: 0;
}

.tp-offcanvas-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.6);
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    z-index: 9998;
}

.tp-offcanvas-overlay.opened {
    opacity: 1;
    visibility: visible;
}

.tp-offcanvas-menu ul {
    list-style: none;
    padding: 30px;
}

.tp-offcanvas-menu a {
    color: #fff;
    display: block;
    padding: 12px 0;
}

.tp-header-10-wrapper{
  border: 1px solid #e4eafb;
  background-color: #eeeff8;
}

.tp-header-menu > nav > ul > li > a,
.brandadoc-mobile-menu a {
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.3;
}

.dgm-footer-widget-title {
  font-size: clamp(20px, 1.8vw, 28px);
  line-height: 1.2;
}

.dgm-footer-widget-menu ul li a,
.app-footer-widget-info a,
.dgm-footer-widget-paragraph p,
.app-footer-widget-info-title,
.app-copyright-text p {
  font-size: clamp(14px, 1.05vw, 16px);
  line-height: 1.55;
}


    /* hide hamburger on desktop */
@media (min-width: 1200px) {
  .tp-header-10-offcanvas {
    display: none !important;
  }
}

/* OFFCANVAS BASE */
.brandadoc-offcanvas {
  position: fixed;
  top: 0;
  right: -100%;
  width: 320px;
  height: 100vh;
  background: #fff;
  z-index: 9999;
  transition: right 0.3s ease;
  padding: 30px;
}

.brandadoc-offcanvas.active {
  right: 0;
}

.brandadoc-offcanvas-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.4);
  opacity: 0;
  visibility: hidden;
  z-index: 9998;
  transition: all 0.3s ease;
}

.brandadoc-offcanvas-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* inner */
.brandadoc-offcanvas-close {
  font-size: 28px;
  background: none;
  border: 0;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.brandadoc-mobile-menu {
  list-style: none;
  padding: 60px 0 30px;
}

.brandadoc-mobile-menu li {
  margin-bottom: 16px;
}

.brandadoc-mobile-menu a {
  font-size: 18px;
  font-weight: 500;
  color: #000;
}

.brandadoc-mobile-cta {
  margin-top: 30px;
}

.brandadoc-mobile-cta .tp-btn-gradient.sm {
  display: block;
  text-align: center;
}

.app-benefits-item-2-content p {
  font-size: 15px !important;
  color: white !important;
}




@media (max-width: 767px) {
  p {
    font-size: 15px !important;
    line-height: 1.65 !important;
  }

  .tp-section-title-phudu {
    font-size: 34px;
    letter-spacing: 0;
    line-height: 1.2;
  }
  .app-hero-wrap {
    padding-bottom: 6px !important;
  }
  .app-feature-area{
    padding-top:50px;
  }
  .app-feature-heading .tp-section-title-phudu{
    font-size: 30px;
  }
  .tp-blog-title {
    font-size:40px !important;
  }
  .app-feature-item {
    padding: 5px 18px 22px;
  }

  .tp-portfolio-inner-content h4{
    font-size: 18px;
  }
  .app-testimonial-wrapper{
    width:100% !important;
    overflow: scroll !important;
  }

  .app-hero-round-shape{
    display: block !important;
    margin-top: 0px;
  }
  .tp-portfolio-inner-box {
    padding-bottom: 0px;
  }

  .tp-breadcrumb-ptb{
    padding-top: 45px !important;
  }

  .app-benefits-item-thumb{
      width:300px
  }

.app-benefits-item-thumb {
  width:100%;
  text-align: center !important;
  margin: 0 auto !important;
}

.pwebsite img{
  width:300px;
}
body{
   overflow-x: hidden;
}

.app-footer-widget-info a,.dgm-footer-widget-menu ul li a,.dgm-footer-widget-paragraph p{
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}


  
}

/* -----------------------------
   Global responsive typography
------------------------------ */
:root {
  --brandadoc-fs-body: clamp(15px, 0.95vw, 17px);
  --brandadoc-fs-small: clamp(13px, 0.8vw, 15px);
  --brandadoc-fs-nav: clamp(14px, 0.9vw, 16px);
  --brandadoc-fs-h1: clamp(34px, 4.8vw, 62px);
  --brandadoc-fs-h2: clamp(29px, 3.8vw, 50px);
  --brandadoc-fs-h3: clamp(24px, 2.9vw, 40px);
  --brandadoc-fs-h4: clamp(20px, 2vw, 30px);
  --brandadoc-fs-h5: clamp(18px, 1.45vw, 24px);
  --brandadoc-fs-h6: clamp(16px, 1.2vw, 20px);
  --brandadoc-line-body: 1.65;
  --brandadoc-line-heading: 1.2;
}

html {
  font-size: 16px;
}

body,
input,
textarea,
select,
button {
  font-size: var(--brandadoc-fs-body);
  line-height: var(--brandadoc-line-body);
}

p {
  font-size: var(--brandadoc-fs-body) !important;
  line-height: var(--brandadoc-line-body) !important;
}

h1,
.h1 {
  font-size: var(--brandadoc-fs-h1);
  line-height: var(--brandadoc-line-heading);
}

h2,
.h2 {
  font-size: var(--brandadoc-fs-h2);
  line-height: var(--brandadoc-line-heading);
}

h3,
.h3,
.tp-section-title-phudu {
  font-size: var(--brandadoc-fs-h3) !important;
  line-height: 1.18;
}

h4,
.h4 {
  font-size: var(--brandadoc-fs-h4);
  line-height: 1.25;
}

h5,
.h5 {
  font-size: var(--brandadoc-fs-h5);
  line-height: 1.3;
}

h6,
.h6 {
  font-size: var(--brandadoc-fs-h6);
  line-height: 1.35;
}

.tp-header-menu > nav > ul > li > a,
.brandadoc-mobile-menu a,
.tp-offcanvas-menu a {
  font-size: var(--brandadoc-fs-nav) !important;
  line-height: 1.35;
}

.tp-btn-gradient,
.tp-btn-black-border,
.tp-btn-white-border,
.brandadoc-btn,
button,
input[type="button"],
input[type="submit"] {
  font-size: clamp(14px, 0.95vw, 16px);
  line-height: 1.25;
}

.dgm-footer-widget-title {
  font-size: clamp(21px, 1.9vw, 30px);
  line-height: 1.2;
}

.dgm-footer-widget-menu ul li a,
.app-footer-widget-info a,
.dgm-footer-widget-paragraph p,
.app-footer-widget-info-title,
.app-copyright-text p {
  font-size: clamp(14px, 0.95vw, 16px) !important;
  line-height: 1.6 !important;
}

.brandadoc-field label,
label,
.brandadoc-locked-note,
.brandadoc-invoice-label,
small {
  font-size: var(--brandadoc-fs-small);
}

/* -----------------------------
   Global pricing amount center
------------------------------ */
.app-price-box .crp-price-head,
.app-price-box .crp-price-head h4,
.app-price-box .crp-price-head span,
.app-price-box .crp-price-head h4 i,
.app-price-box .crp-price-head p,
.ai-price-head,
.ai-price-head h4,
.ai-price-head span,
.ai-price-head h4 i,
.tp-service-5-price-item-head,
.tp-service-5-price-item-head h4,
.tp-service-5-price-item-head span {
  text-align: center !important;
}

.app-price-box .crp-price-head h4,
.ai-price-head h4,
.tp-service-5-price-item-head h4 {
  margin-left: auto;
  margin-right: auto;
}

.app-price-box .crp-price-item {
  display: flex;
  flex-direction: column;
}

.app-price-box .app-price-btn-box {
  margin-top: auto;
}

@media (max-width: 1024px) {
  :root {
    --brandadoc-fs-body: clamp(15px, 1.15vw, 16px);
    --brandadoc-fs-nav: clamp(14px, 1.1vw, 15px);
    --brandadoc-fs-h1: clamp(30px, 6.2vw, 48px);
    --brandadoc-fs-h2: clamp(27px, 5vw, 40px);
    --brandadoc-fs-h3: clamp(23px, 4.2vw, 34px);
  }
}

@media (max-width: 767px) {
  :root {
    --brandadoc-fs-body: clamp(15px, 4.2vw, 16px);
    --brandadoc-fs-small: clamp(13px, 3.8vw, 14px);
    --brandadoc-fs-nav: clamp(15px, 4vw, 16px);
    --brandadoc-fs-h1: clamp(30px, 9.5vw, 40px);
    --brandadoc-fs-h2: clamp(26px, 8.2vw, 34px);
    --brandadoc-fs-h3: clamp(22px, 7vw, 30px);
    --brandadoc-fs-h4: clamp(19px, 6vw, 24px);
  }

  .app-price-box .crp-price-head h4 {
    font-size: clamp(24px, 7vw, 32px);
  }
}

.brandadoc-hidden {
  display: none !important;
}

.brandadoc-portfolio-hero {
  background-image: url("../img/about-us/about-us-4/about-us-4-bg.png");
  background-position: center;
  background-size: cover;
}

.brandadoc-home-portfolio-title {
  color: #000;
  font-size: clamp(34px, 4.8vw, 65px) !important;
  letter-spacing: 0;
}

/* -----------------------------
   Homepage blog redesign
------------------------------ */
.brandadoc-home-blog .crp-blog-area {
  background: linear-gradient(180deg, #f7fbff 0%, #ffffff 58%);
  overflow: hidden;
}

.brandadoc-home-blog .crp-blog-shape {
  opacity: 0.22;
  pointer-events: none;
}

.brandadoc-home-blog .container.container-1350 {
  padding-left: 18px;
  padding-right: 18px;
}

.brandadoc-home-blog .brandadoc-blog-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 34px;
  position: relative;
  z-index: 1;
}

.brandadoc-home-blog .brandadoc-blog-head-content {
  max-width: 720px;
}

.brandadoc-home-blog .brandadoc-blog-main-title {
  margin: 12px 0 10px;
  font-family: "ClashDisplay-Semibold", sans-serif;
  font-size: clamp(32px, 3vw, 48px);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #081a22 !important;
}

.brandadoc-home-blog .brandadoc-blog-head-content p {
  margin: 0;
  max-width: 620px;
  color: #37515e !important;
}

.brandadoc-home-blog .brandadoc-blog-view-all {
  min-height: 46px;
  white-space: nowrap;
}

.brandadoc-home-blog .brandadoc-blog-grid {
  position: relative;
  z-index: 1;
}

.brandadoc-home-blog .brandadoc-blog-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid rgba(8, 26, 34, 0.09);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(12, 36, 50, 0.08);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.brandadoc-home-blog .brandadoc-blog-card:hover {
  transform: translateY(-6px);
  border-color: rgba(69, 224, 167, 0.45);
  box-shadow: 0 18px 36px rgba(8, 26, 34, 0.12);
}

.brandadoc-home-blog .brandadoc-blog-thumb {
  display: block;
  overflow: hidden;
  background: linear-gradient(160deg, #e9f7f2 0%, #f2f7ff 100%);
}

.brandadoc-home-blog .brandadoc-blog-thumb img {
  width: 100%;
  height: 232px;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.brandadoc-home-blog .brandadoc-blog-card:hover .brandadoc-blog-thumb img {
  transform: scale(1.04);
}

.brandadoc-home-blog .brandadoc-blog-card-body {
  padding: 22px 22px 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}

.brandadoc-home-blog .brandadoc-blog-meta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.brandadoc-home-blog .brandadoc-blog-date {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #6b7f89;
}

.brandadoc-home-blog .brandadoc-blog-category {
  display: inline-flex;
  align-items: center;
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25;
  color: #0d5f45;
  background: #e8f9f2;
  border: 1px solid rgba(69, 224, 167, 0.45);
}

.brandadoc-home-blog .brandadoc-blog-category:hover {
  color: #064f38;
  background: #ddf7ec;
}

.brandadoc-home-blog .brandadoc-blog-title-sm {
  margin: 0;
  font-size: clamp(22px, 1.55vw, 29px);
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.brandadoc-home-blog .brandadoc-blog-title-sm a {
  color: #091a23 !important;
  text-decoration: none;
  background-image: none;
}

.brandadoc-home-blog .brandadoc-blog-title-sm a:hover {
  color: #0d6a4c !important;
}

.brandadoc-home-blog .brandadoc-blog-excerpt {
  margin: 0;
  flex: 1;
  color: #4f6672 !important;
  font-size: 15px !important;
  line-height: 1.62 !important;
}

.brandadoc-home-blog .brandadoc-blog-readmore {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
  font-size: 14px;
  font-weight: 600;
  color: #0b6b4a;
}

.brandadoc-home-blog .brandadoc-blog-readmore::after {
  content: "\2192";
  font-size: 15px;
  transition: transform 0.2s ease;
}

.brandadoc-home-blog .brandadoc-blog-readmore:hover::after {
  transform: translateX(3px);
}

.brandadoc-home-blog .brandadoc-blog-empty {
  margin: 0;
  padding: 18px 20px;
  border-radius: 12px;
  border: 1px dashed rgba(8, 26, 34, 0.2);
  background: #f9fbfc;
  color: #37515e !important;
  font-size: 15px !important;
}

@media (max-width: 1199px) {
  .brandadoc-home-blog .brandadoc-blog-head {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 28px;
  }

  .brandadoc-home-blog .brandadoc-blog-thumb img {
    height: 220px;
  }
}

.brandadoc-benefit-thumb-center {
  text-align: center;
}

.brandadoc-benefit-thumb-trust {
  width: auto !important;
  max-width: 100%;
}

.brandadoc-benefit-item-block {
  display: block;
  height: 332px;
}

.brandadoc-benefit-thumb-flex {
  display: flex;
}

.brandadoc-benefit-thumb-medium {
  width: 170px;
  max-height: 130px;
  object-fit: contain;
  margin: 0 auto;
}

.brandadoc-benefit-item-block .app-benefits-item-content {
  padding-top: 34px;
}

.brandadoc-benefit-item-block .app-benefits-item-thumb {
  padding-bottom: 12px;
}

.brandadoc-benefit-item-block:hover .app-benefits-item-thumb img {
  transform: none !important;
}

@media (max-width: 767px) {
  .brandadoc-benefit-item-block {
    height: 300px;
  }

  .brandadoc-benefit-item-block .app-benefits-item-content {
    padding-top: 28px;
  }

  .brandadoc-benefit-item-block .app-benefits-item-thumb {
    padding-bottom: 8px;
  }

  .brandadoc-benefit-thumb-medium {
    width: 145px;
    max-height: 110px;
  }

  .brandadoc-home-blog .crp-blog-area {
    padding-top: 76px !important;
    padding-bottom: 70px !important;
  }

  .brandadoc-home-blog .brandadoc-blog-head {
    margin-bottom: 22px;
    gap: 14px;
  }

  .brandadoc-home-blog .brandadoc-blog-main-title {
    margin-top: 10px;
    margin-bottom: 8px;
    font-size: clamp(28px, 8.3vw, 36px);
  }

  .brandadoc-home-blog .brandadoc-blog-head-content p {
    font-size: 15px !important;
  }

  .brandadoc-home-blog .brandadoc-blog-card {
    border-radius: 18px;
  }

  .brandadoc-home-blog .brandadoc-blog-thumb img {
    height: 205px;
  }

  .brandadoc-home-blog .brandadoc-blog-card-body {
    padding: 18px 17px 16px;
    gap: 10px;
  }

  .brandadoc-home-blog .brandadoc-blog-title-sm {
    font-size: clamp(20px, 6.2vw, 25px);
  }

  .brandadoc-home-blog .brandadoc-blog-excerpt {
    font-size: 14px !important;
    line-height: 1.58 !important;
  }

  .brandadoc-home-blog .container.container-1350 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .app-footer-area {
    padding-top: 30px !important;
    padding-bottom: 20px !important;
  }

  .app-footer-area .row > [class*="col-"] {
    margin-bottom: 14px !important;
  }

  .app-footer-area .dgm-footer-widget {
    background: #ffffff;
    border: 1px solid rgba(10, 28, 39, 0.08);
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(8, 26, 34, 0.05);
    padding: 15px;
  }

  .app-footer-area .dgm-footer-logo {
    margin-bottom: 14px !important;
  }

  .app-footer-area .dgm-footer-widget-paragraph {
    margin-bottom: 14px !important;
  }

  .app-footer-area .dgm-footer-widget-paragraph p br {
    display: none;
  }

  .app-footer-area .dgm-footer-widget-title {
    margin-bottom: 10px;
    font-size: 19px !important;
    line-height: 1.25;
  }

  .app-footer-area .dgm-footer-widget-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 9px;
  }

  .app-footer-area .dgm-footer-widget-menu ul li {
    margin: 0 !important;
    padding-left: 0 !important;
    list-style: none;
  }

  .app-footer-area .dgm-footer-widget-menu ul li::before {
    display: none !important;
  }

  .app-footer-area .dgm-footer-widget-menu ul li a {
    display: block;
    border: 1px solid rgba(69, 224, 167, 0.32);
    background: #f5fdf9;
    border-radius: 10px;
    padding: 11px 12px;
    font-size: 14px !important;
    font-weight: 500;
    line-height: 1.4 !important;
    letter-spacing: 0;
  }

  .app-footer-widget-info {
    border: 1px solid rgba(8, 26, 34, 0.1);
    border-radius: 10px;
    background: #f8fbff;
    padding: 10px 12px;
  }

  .app-footer-widget-info + .app-footer-widget-info {
    margin-top: 10px;
  }

  .app-footer-widget-info-title {
    margin-bottom: 4px;
    font-size: 13px !important;
    font-weight: 600;
    line-height: 1.4 !important;
  }

  .app-footer-widget-info a {
    font-size: 14px !important;
    line-height: 1.5 !important;
    word-break: break-word;
  }

  .app-hero-bottom-rating {
    align-items: flex-start;
    gap: 10px;
  }

  .app-hero-bottom-rating-star a {
    line-height: 1.45;
  }

  .app-copyright-text {
    padding: 0 8px;
  }

  .app-copyright-text p {
    font-size: 13px !important;
    line-height: 1.55 !important;
  }
}
