
    /* CUSTOM STYLES – refined, soft, luxurious */
    body {
      font-family: 'Inter', sans-serif;
      background: #fcf8f5;
      color: #2d2a27;
      scroll-behavior: smooth;
    }
    .fixed-top {
    z-index: 8;
}
    h1, h2, h3, h4, .playfair {
      font-family: 'Playfair Display', serif;
      font-weight: 600;
      letter-spacing: -0.01em;
    }
    .gold-accent {
      color: #bb992e;
    }
    .bg-soft-blush {
      background-color: #f9f1ec;
    }
    .bg-deep-charcoal {
      background-color: #1e1b19;
    }
    .btn-gold {
      background-color: #bb992e;
      border: none;
      color: #231f20;
      font-weight: 500;
      padding: 0.8rem 2.4rem;
      border-radius: 50px;
      transition: all 0.3s ease;
      letter-spacing: 0.5px;
      box-shadow: 0 8px 20px rgba(184, 148, 107, 0.2);
    }
    .btn-gold:hover {
      background-color: #a67c55;
      color: #fff;
      transform: translateY(-3px);
      box-shadow: 0 12px 28px rgba(184, 148, 107, 0.35);
    }
    .btn-outline-gold {
      border: 1.5px solid #bb992e;
      color: #bb992e;
      background: transparent;
      border-radius: 50px;
      padding: 0.7rem 2rem;
      font-weight: 500;
      transition: all 0.3s;
    }
    .btn-outline-gold:hover {
      background: #bb992e;
      color: #fff;
      transform: scale(1.02);
    }
    .section-title {
      font-size: 2.8rem;
      margin-bottom: 0.5rem;
      position: relative;
    }
    .section-subtitle {
      font-size: 1rem;
      font-weight: 300;
      color: #6b625b;
      letter-spacing: 2px;
      text-transform: uppercase;
    }
    .gold-divider {
      width: 70px;
      height: 2px;
      background: #bb992e;
      margin: 1rem auto 1.5rem;
    }
    .navbar-custom {
    background: rgb(35 31 32);
    backdrop-filter: blur(8px);
    box-shadow: 0 2px 20px rgba(0,0,0,0.02);
}
.nav-link {
    color:#fff;
}
    .hero-section {
      min-height: 100vh;
      background: linear-gradient(135deg, #f9f1ec 0%, #f3e7df 100%);
      position: relative;
      overflow: hidden;
      display: flex;
      align-items: center;
    }
    .hero-section::before {
      content: "✦";
      font-size: 28rem;
      color: rgba(184, 148, 107, 0.04);
      position: absolute;
      right: -5%;
      bottom: -10%;
      font-family: serif;
      transform: rotate(8deg);
    }
    .hero-title {
      font-size: 4.2rem;
      line-height: 1.1;
      font-weight: 700;
    }
    .hero-title span {
      font-style: italic;
      font-weight: 400;
      color: #bb992e;
    }
    .service-card {
      background: #ffffff;
      border-radius: 28px;
      padding: 1.8rem 1.2rem;
      transition: all 0.25s ease;
      border: 1px solid #f0e8e2;
      height: 100%;
      box-shadow: 0 6px 18px rgba(0,0,0,0.02);
    }
    .service-card:hover {
      transform: translateY(-8px);
      border-color: #dccfc6;
      box-shadow: 0 20px 35px -10px rgba(184, 148, 107, 0.15);
    }
    .service-icon {
      font-size: 2.2rem;
      color: #bb992e;
      background: #f5ede7;
      width: 70px;
      height: 70px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      margin: 0 auto 1.2rem;
    }
    .pill-badge {
      background: #f1e9e2;
      color: #3e3732;
      font-size: 15px;
      font-weight: 500;
      letter-spacing: 0.5px;
      border-radius: 40px;
      padding: 0.3rem 1rem;
      display: inline-block;
          margin-top: 20px;
    }
    .pill-badge a{
      color: #d6c2b3;
      text-decoration: none;
    }
    .testimonial-quote {
      font-size: 1.2rem;
      font-style: italic;
      color: #3a3430;
      border-left: 4px solid #bb992e;
      padding-left: 1.5rem;
    }
    .list-service {
    columns: 4 240px;
    column-gap: 2rem;
    list-style: none;
    padding-left: 0;
}
    .list-service li {
      margin-bottom: 0.6rem;
      padding-left: 1.6rem;
      position: relative;
      font-weight: 400;
    }
    .list-service li::before {
      content: "✦";
      color: #bb992e;
      position: absolute;
      left: 0;
      font-size: 1rem;
    }
    .footer-links a {
      text-decoration: none;
      color: #cfc3ba;
      margin-right: 1.8rem;
      font-weight: 300;
      transition: color 0.2s;
    }
    .footer-links a:hover {
      color: #bb992e;
    }
    .gold-border-bottom {
      border-bottom: 1px solid rgba(184, 148, 107, 0.2);
    }
    .bg-gold-soft {
      background: #f3e9e1;
    }
    .cta-section {
      background: #1e1b19;
      border-radius: 60px 60px 30px 30px;
    }
    @media (max-width: 768px) {
      .hero-title {
        font-size: 3rem;
      }
      .section-title {
        font-size: 2.2rem;
      }
      .list-service {
        columns: 1;
      }
    }
    a.navbar-brand img {
    height: 50px;
}
.footer-logo img {
    height: 50px;
    margin-bottom: 20px;
}
.navbar-toggler-icon {
    background-color: #ffffff;
    border-radius: 2px;
}
.text-justify{
  text-align: justify;
}
#our-journey-section{
  background-color: #fff;
}
.our-journey-profile-image img {
    width: 100%;
}
.our-journey-profile-image img {
    width: 100%;
    border-radius: 30px 0px 30px 0px;
    border-left: 10px solid #231f20;
}
/* ********************************************************************************************************* */
.message {
    text-align: center;
    color: #f7f7f8;
    font-size: 2rem;
}

/* =========================
   Animations
========================= */
@-webkit-keyframes wiggle {
    0% {
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg);
    }

    20% {
        -webkit-transform: rotate(20deg);
        transform: rotate(20deg);
    }

    40% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    90% {
        -webkit-transform: rotate(-1deg);
        transform: rotate(-1deg);
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes wiggle {
    0% {
        transform: rotate(-3deg);
    }

    20% {
        transform: rotate(20deg);
    }

    40% {
        transform: rotate(-15deg);
    }

    60% {
        transform: rotate(5deg);
    }

    90% {
        transform: rotate(-1deg);
    }

    100% {
        transform: rotate(0);
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.6);
        transform: scale(1.6);
    }

    100% {
        -webkit-transform: scale(1.7);
        transform: scale(1.7);
        opacity: 0;
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.6);
    }

    100% {
        transform: scale(1.7);
        opacity: 0;
    }
}

/* =========================
   WhatsApp Floating Button
========================= */
#wpp-fix {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 12;
}

/* WhatsApp Link */
#wpp-fix .wpp-link {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

    background: #21c063;
    display: flex;
    z-index: 2;
    position: relative;
    padding: 15px;
    border: none;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 0 3px 10px rgba(33, 192, 99, 0.56);

    -webkit-transform: scale(1);
    transform: scale(1);
}

#wpp-fix .wpp-link > span {
    display: none;
}

#wpp-fix .wpp-link:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    background: #1a9a50;
}

/* =========================
   Hide Button / Open Form
========================= */
#wpp-fix .wpp-link.hide-this {
    opacity: 0;
    visibility: hidden;

    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}

#wpp-fix .wpp-link.hide-this + .form-wpp {
    visibility: visible;
    opacity: 1;

    -webkit-transform: scale(1);
    transform: scale(1);

    border-radius: 1%;
}

#wpp-fix .wpp-link.hide-this + .form-wpp + .mask {
    opacity: 1;
    visibility: visible;
}

/* =========================
   WhatsApp Form
========================= */
#wpp-fix .wpp-link + .form-wpp {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

    position: absolute;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.12);
    bottom: 0;
    right: 0;

    opacity: 0;
    overflow: hidden;

    -webkit-transform: scale(0.2);
    transform: scale(0.2);

    border-radius: 50%;
    z-index: 1;
    visibility: hidden;

    transform-origin: bottom right;

    width: 100%;
    max-width: 300px;
    min-width: 350px;
}

/* Mask */
#wpp-fix .wpp-link + .form-wpp + .mask {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;

    background: rgba(0, 0, 0, 0.8);

    opacity: 0;
    visibility: hidden;
}

/* =========================
   Form Content
========================= */
#wpp-fix .form-wpp .form-content {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

    padding: 15px;
    float: left;
    position: relative;
    width: 100%;

    background-color: #e9e0d7;
    background-position: 50%;
    background-size: cover;

    background-image: url("https://www.davidsonsilva.com.br/wp-content/uploads/2023/04/bg-whatsapp.png");
}

/* =========================
   Business Message
========================= */
#wpp-fix .buss-msg {
    background-color: #fff;
    padding: 10px;
    border-radius: 0 4px 4px 4px;
    line-height: 1.3;
    font-size: 15px;
    max-width: 270px;
    margin: 0 0 10px;
    position: relative;
}

#wpp-fix .buss-msg::before {
    content: '';
    position: absolute;

    border-top: 5px solid #fff;
    border-right: 5px solid #fff;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;

    left: -10px;
    top: 0;
}

/* =========================
   Form
========================= */
#wpp-fix .form-wpp form {
    width: calc(300px - 30px);

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

    float: right;
    position: initial;
}

#wpp-fix .form-wpp form label {
    line-height: 1;
    margin-bottom: 0;
}

#wpp-fix .form-wpp form label.error {
    font-size: 10px;
    padding: 0 5px;
    position: absolute;
    right: 0;
    bottom: 3px;
}

/* Campo */
#wpp-fix .form-wpp form .campo {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

/* Input Wrapper */
#wpp-fix .form-wpp form .form-control-wrap {
    float: left;
    width: 100%;
    position: relative;
}

#wpp-fix .form-wpp form .form-control-wrap::after {
    content: '';

    position: absolute;

    border-top: 5px solid #e7ffe7;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #e7ffe7;

    right: -10px;
    top: 0;
}

/* Inputs */
#wpp-fix .form-wpp form input[type="text"],
#wpp-fix .form-wpp form input[type="tel"],
#wpp-fix .form-wpp form input[type="email"] {
    border-radius: 4px 0 4px 4px;
    width: 100%;
    padding: 10px;

    background: #e7ffe7;
    border: 1px solid #e7ffe7;

    font-size: 1rem;
}

#wpp-fix .form-wpp form input.error,
#wpp-fix .form-wpp form input.not-valid {
    border-color: #F44336;
}

#wpp-fix .form-wpp form input + .not-valid-tip {
    font-size: 10px;
    padding: 0 5px;

    position: absolute;
    right: 0;
    bottom: 0;
}

/* =========================
   Button
========================= */
#wpp-fix .form-wpp form .btn {
    float: right;
    margin-top: 5px;
}

#wpp-fix .form-wpp form .btn button {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

    background-color: #0c6156;
    border: 1px solid #0c6156;

    text-transform: initial;
    cursor: pointer;

    padding: 8px 12px;
    color: #fff;

    border-radius: 4px;
    font-size: 1rem;

    position: relative;
    display: flex;

    align-items: center;
    justify-content: center;
    gap: 8px;
}

#wpp-fix .form-wpp form .btn button:hover {
    border-color: #08443c;
    background-color: #08443c;
    box-shadow: 0 1px 4px 0 rgba(12, 97, 86, 0.52);
}

/* Response */
#wpp-fix .form-wpp form .response-output {
    font-size: 0.9rem;
    line-height: 1.2;

    float: left;
    margin: 0;
    width: 100%;
}

/* =========================
   Form Loading
========================= */
#wpp-fix .form-wpp form::after {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

    content: '';

    position: absolute;

    width: calc(100% + 4px);
    height: calc(100% + 15px);

    background: rgba(255, 255, 255, 0.93);

    left: -2px;
    top: -9px;

    z-index: 5;

    background-image: url("https://www.davidsonsilva.com.br/wp-content/uploads/2023/04/load.gif");
    background-size: 70px;
    background-repeat: no-repeat;
    background-position: 50%;

    opacity: 0;
    visibility: hidden;
}

#wpp-fix .form-wpp form.submitting::after {
    opacity: 1;
    visibility: visible;
}

/* Response Output */
#wpp-fix .form-wpp form .response-output {
    display: none;
    opacity: 0;

    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* =========================
   Sent Message
========================= */
#wpp-fix .form-wpp form.sent {
    height: 50px;
}

#wpp-fix .form-wpp form.sent .response-output {
    position: absolute;

    width: 100%;
    height: calc(100% + 15px);

    background: #fff;

    opacity: 1;

    left: 0;

    font-size: 1.4rem;
    text-align: center;

    top: 0;

    align-items: center;
    display: flex;
}

/* =========================
   WhatsApp Header
========================= */
#wpp-fix .head-wpp {
    width: 100%;

    padding: 12px 8px;

    background: #0c6156;

    position: relative;

    display: flex;
    flex-wrap: wrap;

    align-items: center;

    z-index: 6;
}

#wpp-fix .head-wpp img {
    margin-right: 8px;
    width: 50px;
    border-radius: 50%;
}

#wpp-fix .head-wpp h3 {
    word-break: keep-all;

    padding-right: 30px;

    font-size: 1.1rem;
    font-weight: 500;

    color: #fff;

    margin: 0 0 0 10px;
}

/* =========================
   Close Button
========================= */
#wpp-fix .close {
    color: #fff;

    position: absolute;

    cursor: pointer;

    right: 0;
    top: 0;

    padding: 7px 8px;

    font-size: 1.375rem;
}

/* =========================
   WhatsApp SVG
========================= */
#wpp-fix svg {
    width: initial;
    display: block;
    height: 30px;
}

#wpp-fix svg path {
    fill: #fff;
}

/* =========================
   Shake Animation
========================= */
#wpp-fix.shake .wpp-link::before {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

    background: rgba(33, 192, 99, 0.6);

    content: '';

    width: 100%;
    height: 100%;

    position: absolute;

    border-radius: 50%;

    z-index: -1;

    top: 0;
    right: 0;

    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}

#wpp-fix.shake svg {
    -webkit-animation: wiggle 1s ease infinite;
    animation: wiggle 1s ease infinite;
}

/* =========================
   Responsive - 767px
========================= */
@media (max-width: 767px) {

    #wpp-fix {
        bottom: 15px;
    }

    #wpp-fix svg {
        height: 30px;
    }

    #wpp-fix .wpp-link {
        padding: 10px;
    }

    #wpp-fix .wpp-link + .form-wpp form {
        width: calc(300px - 40px);
    }

    #wpp-fix .wpp-link + .form-wpp form input[type="text"],
    #wpp-fix .wpp-link + .form-wpp form input[type="email"] {
        font-size: 0.875rem;
    }

    #wpp-fix .wpp-link + .form-wpp form .btn button {
        font-size: 0.875rem;
    }
}

/* =========================
   Responsive - 395px
========================= */
@media (max-width: 395px) {

    #wpp-fix .wpp-link + .form-wpp {
        min-width: 290px;
    }

    #wpp-fix .wpp-link + .form-wpp .head-wpp img {
        width: 40px;
    }
}

/* =========================
   Author
========================= */
.author {
    position: fixed;

    bottom: 0;

    z-index: 2;

    width: 100%;

    padding: 30px 15px 15px;

    background: rgba(0, 0, 0, 0);

    background: -moz-linear-gradient(
        top,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.54) 54%,
        rgba(0, 0, 0, 1) 100%
    );

    background: -webkit-linear-gradient(
        top,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.54) 54%,
        rgba(0, 0, 0, 1) 100%
    );

    background: -o-linear-gradient(
        top,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.54) 54%,
        rgba(0, 0, 0, 1) 100%
    );

    background: -ms-linear-gradient(
        top,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.54) 54%,
        rgba(0, 0, 0, 1) 100%
    );

    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.54) 54%,
        rgba(0, 0, 0, 1) 100%
    );

    filter: progid:DXImageTransform.Microsoft.gradient(
        startColorstr='#000000',
        endColorstr='#000000',
        GradientType=0
    );
}

.author a {
    font-size: 16px;

    display: table;

    margin: 0 auto;

    text-decoration: none;

    color: #fff;

    font-weight: 700;
}

.author a span {
    color: #F44336;
}
input:focus{
    outline: none;
}
/* ********************************************************************************************************* */
/*==========================================================================================================
New One End
===========================================================================================================*/
/*Responsive Media Queries( Start-> )*/


@media screen and (min-width:1600px){

}
@media screen and (min-width:992px) and (max-width:1200px){

}
@media screen and (min-width:750px) and (max-width:991px){

}
@media screen and (max-width:749px){
  .btn-gold {
    margin-bottom: 20px;
}
.order_1{
    order: 1;
}
.order_2{
    order: 2;
}
.mt-3.d-flex.gap-3 {
    display: block !important;
}
.hero-section {
    margin-top: 120px;
}
.service-card {
    height: unset;
    margin-bottom: 20px;
}
.our-journey-profile-image img {
    margin-bottom: 20px;
}
section#book {
    padding-top: 0px !important;
}
}
@media screen and (max-width:320px){

}


/*Responsive Media Queries( Start-> )*/