/********** Template CSS **********/
:root {
    --primary: #7f4611;
    --secondary: #999999;
    --light: #F2F8FE;
    --dark: #111111;
     --dark1: #6c757d;
     --wht1:#eef7ff
    --light2:#;
    --bg-light:#a7935394;
    --mud-radius: 18px;
  --gold-1:#D4AF37;   /* base gold */
  --gold-2:#F5D076;   /* bright gold */
  --gold-3:#FFF6D0;   /* pale */
  --white:#fff;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 60px;
    z-index: 99;
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
    font-weight: 500 !important;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary {
    color: #FFFFFF;
}

.btn-primary {
    background-color: #d6741a !important;
    border:none !important;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
    background-color: #201e04e6 !important;
}

.navbar .navbar-brand {
    height: 75px;
}
.banbck{
    color:var(--bg-light);
}
.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: var(--wht1);
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #edeeb9;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

.navbar .btn:hover {
    color: #FFFFFF !important;
    background: var(--primary) !important;
}


/*** Header ***/
.hero-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--secondary);
}


/*** Service ***/
.service-item {
    position: relative;
    overflow: hidden;
}

.service-item::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: -80px;
    right: -80px;
    border: 80px solid;
    transform: rotate(45deg);
    opacity: 1;
    transition: .5s;
}

.service-item.bg-white::after {
    border-color: #f9dc7e80;
}

.service-item.bg-white a{
    color:#dfbd4e !important;
}

.service-item.bg-light::after {
    border-color: transparent transparent #FFFFFF transparent;
}

.service-item:hover::after {
    opacity: 0;
}


/*** Roadmap ***/
.roadmap-carousel {
    position: relative;
}

.roadmap-carousel::before {
    position: absolute;
    content: "";
    height: 0;
    width: 100%;
    top: 20px;
    left: 0;
    border-top: 2px dashed var(--secondary);
}

.roadmap-carousel .roadmap-item .roadmap-point {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 6px;
    left: 50%;
    margin-left: -15px;
    background: #FFFFFF;
    border: 2px solid var(--primary);
    transform: rotate(45deg);
    display: flex;
    align-items: center;
    justify-content: center;
}

.roadmap-carousel .roadmap-item .roadmap-point span {
    display: block;
    width: 18px;
    height: 18px;
    background: #fd870d;
}

.roadmap-carousel .roadmap-item {
    position: relative;
    padding-top: 150px;
    text-align: center;
}

.roadmap-carousel .roadmap-item::before {
    position: absolute;
    content: "";
    width: 0;
    height: 115px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-right: 2px dashed var(--secondary);
}

.roadmap-carousel .roadmap-item::after {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    top: 111px;
    left: 50%;
    margin-left: -7px;
    transform: rotate(45deg);
    background: var(--primary);
}

.roadmap-carousel .owl-nav {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.roadmap-carousel .owl-nav .owl-prev,
.roadmap-carousel .owl-nav .owl-next {
    margin: 0 12px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 22px;
    color: var(--light);
    background: var(--primary);
    transition: .5s;
}

.roadmap-carousel .owl-nav .owl-prev:hover,
.roadmap-carousel .owl-nav .owl-next:hover {
    color: var(--primary);
    background: var(--dark);
}


/*** FAQs ***/
.accordion .accordion-item {
    border: none;
    margin-bottom: 15px;
}

.accordion .accordion-button {
    background: var(--light);
    border-radius: 2px;
}

.accordion .accordion-button:not(.collapsed) {
    color: #FFFFFF;
    background: var(--primary);
    box-shadow: none;
}

.accordion .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion .accordion-body {
    padding: 15px 0 0 0;
}

/*** about ***/


/* Card container with static gradient border */
.mud-card{
  position: relative;
  border-radius: var(--mud-radius);
  padding: 2px;                  /* border thickness */
  background: linear-gradient(135deg, var(--gold-2), var(--gold-1));
  transition: transform .2s ease, box-shadow .2s ease;
  height: 100%;
}
.mud-card:hover{ transform: translateY(-3px); box-shadow: 0 10px 24px rgba(0,0,0,.08); }

/* Inner box: soft white gradient + rounded corners */
.mud-card__box{
  height: 100%;
  border-radius: calc(var(--mud-radius) - 2px);
  background:
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,255,255,.9)),
    radial-gradient(110% 100% at 10% 0%, rgba(255,255,255,.85), rgba(255,255,255,0));
  border: 1px solid rgba(255,255,255,.75);
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
}

/* Icon tile: subtle glass */
.mud-card__icon{
  --tile: 76px;
  width: var(--tile); height: var(--tile);
  border-radius: 16px;
  display: flex; align-items: center; justify-content: center;
  margin: .25rem 0 1rem;
  background:
    radial-gradient(circle at 30% 30%, rgba(255,255,255,.95), rgba(255,255,255,.7)),
    linear-gradient(135deg, rgba(0,0,0,.06), rgba(0,0,0,.02));
  border: 2px solid rgba(212,175,55,.4);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9), 0 6px 16px rgba(212,175,55,.16);
}

.mud-card__icon img{
  max-width: 56px; max-height: 56px;
  transition: transform .2s ease;
  cursor: pointer; user-select: none;
}
.mud-card__icon img:active{ transform: scale(.94); }

/* Click-to-rotate */
.rotatable.spin{ animation: spin360 1.1s cubic-bezier(.2,.6,.2,1); }
@keyframes spin360 { to { transform: rotate(360deg); } }

/* Simple reveal (optional) */
[data-animate]{ opacity:0; transform: translateY(14px); transition: opacity .5s ease, transform .5s ease; }
[data-animate].is-visible{ opacity:1; transform: translateY(0); }

/* Make all cards equal height in a row */
.row.align-items-stretch > .col > .mud-card{ height: 100%; }


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--white);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.btn-whitepaper {
    background: linear-gradient(145deg, #ffffff, #f4f4f4);
    color: #0f172a;
    border: 1px solid rgba(0, 0, 0, 0.08);
    font-weight: 600;
    border-radius: 50px;
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.btn-whitepaper:hover {
    background: linear-gradient(145deg, #f8f8f8, #ffffff);
    color: #0066ff;
    box-shadow: 0 8px 22px rgba(0, 102, 255, 0.25);
    transform: translateY(-2px);
}

.btn-whitepaper i {
    color: #ff5a5f;
    font-size: 1.1rem;
}

@media (max-width: 576px) {
    .btn-whitepaper {
        font-size: 0.9rem;
        padding: 0.6rem 1.2rem;
    }
}


.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--secondary);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--gold-2);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .btn.btn-square {
    color: #cda441;
    border: 1px solid ;
}

.footer .btn.btn-square:hover {
    color: #FFFFFF;
    background: var(--primary);
}

.footer .copyright {
    padding: 25px 0;
    border-top: 1px solid rgba(17, 17, 17, .1);
}

.footer .copyright a {
    color: #cda441 !important;
}

.footer .copyright a:hover {
    color: var(--dark);
}

.typing-wrap { white-space: nowrap; display: inline-block; }
#typed-text { font-weight: 600; color:#482c04}

.cursor {
  display: inline-block;
  margin-left: 4px;
  font-weight: 700;
  animation: blink 1s step-start infinite;
  transform-origin: center;
}

@keyframes blink { 50% { opacity: 0; } }
#typed-sub{
    color:#482c04;
}
#typed-sub.fade {
  opacity: 0.15;
  transition: opacity 300ms ease;
  font-size: 10px;
}
#typed-sub.unfade {
  opacity: 1;
  transition: opacity 300ms ease;
}
.cursor{
    font-size: 10px;
}

@media (max-width: 767px) {
  .display-4 { font-size: 1.8rem; }
}