/*====================
2. Theme variables
======================*/

:root {
  --body-font: 'Roboto', sans-serif;
  --heading-font: 'Inter', sans-serif;
  --theme-color: #D4AF37;
  --theme-color2: #8C52FF;
  --theme-color-light: #f9f5ec;
  --theme-bg-light: #F6F6F6;
  --body-text-color: #757F95;
  --color-white: #ffffff;
  --color-dark: #160E4B;
  --color-green: #15D4C9;
  --color-blue: #0049D0;
  --color-skyblue: #00BFFF;
  --color-yellow: #FBA707;
  --color-gray: #ECECEC;
  --color-red: #F05454;
  --hero-overlay-color: #01060F;
  --slider-arrow-bg: rgba(255, 255, 255, 0.2);
  --box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  --box-shadow2: 0 0 15px rgba(0, 0, 0, 0.17);
  --transition: all .5s ease-in-out;
  --transition2: all .3s ease-in-out;
  --border-info-color: rgba(0, 0, 0, 0.08);
  --border-info-color2: rgba(0, 0, 0, 0.05);
  --border-white-color: rgba(255, 255, 255, 0.12);
  --border-white-color2: rgba(255, 255, 255, 0.07);
  --footer-bg: #253144;
  --footer-text-color: #a69cac;
}



body {
   background: #fff7f6;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    color: #ffffff;
    font-size: 16px;
}

.row {
    --bs-gutter-x: inherit;
}

p {
    color: rgba(255, 2551, 255, 0.54);
}

h1 {
    font-size: 42px;
    color: #ffffff;
    line-height: 54px;
    font-weight: 500;
}

h2 {
    font-weight: 400;
}

h3 {
    font-size: 24px;
    color: #ffffff;
    line-height: 38px;
    font-weight: 400;
}

a {
    font-size: 18px;
    font-weight: 400;
    color: #9C3850;
    text-decoration: none;
}


a:hover {
    color: #000000;
}

a:focus {
    color: #9C3850;
}

.business-plan img { 
    width: 100%; 
}


.nav-bg-light {
    background: #ffffff;
}

.nav-bg-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .75);
}

.nav-bg-light .navbar-nav .nav-link.active {
    color: #9C3850;
}

.nav-bg-light.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}

.nav-item:last-child {
    margin-right: 20px;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #9C3850;
}

.nav-bg-light.fixed-top {
    margin: 20px 260px;
    border-radius: 15px;
    padding: 10px 10px;
}
/*
.navbar-brand {
    flex-grow: 1;
}
*/

.navbar-light .navbar-nav {
    margin: 0 auto;
}

.navbar-light .navbar-toggler-icon {
    background-image: url(../images/mobile-menu.svg);
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .55);
    border-color: rgba(255, 255, 255, .1);
}

.logo-image img {
    height: 65px;
}

.btn-custom {
    border-radius: 10px;
    background: #9C3850;
    color: #ffffff;
    border: 1px solid #9C3850;
    font-weight: 500;
    text-transform: capitalize;
    padding: 10px 20px;
    align-items: center;
    display: inline-flex;
}

.btn-custom:hover {
    border-color: #812a3f;
    background: #812a3f;
    color: #ffffff;
}

.btn-custom:focus {
    border-color: #812a3f;
    background:#812a3f;
    color: #ffffff;
    box-shadow: 0 0 0 .25rem rgba(218, 71, 55, 0.5);
}

.btn-custom:hover img {
    transform: rotate(45deg);
    transition: rotate 2s ease;
}

.btn-custom img {
    margin-left: 10px;
}
.btn-custom-secondary {
    border: 1px solid rgba(255, 255, 255, 0.54);
    background: transparent;
    color: rgba(255, 255, 255, 1.0);
}

.btn-custom-secondary:hover {
    background: rgba(0, 0, 0, 0.25);
    color: rgba(255, 255, 255, 1.0);
    border: 1px solid rgba(255, 255, 255, 0.75);
}



.btn-secondary-custom {
    border-radius: 10px;
    background: #E1E7FA;
    color: #4169E1;
    border: 1px solid #E1E7FA;
}

.custom-modal .background-box {
    padding: 10px;
}

.custom-modal .modal-header {
    width: 100%;
    border: 0;
}

.custom-modal .modal-body {
    width: 100%;
    display: flex;
    flex-direction: column;
}



.custom-modal-close {
    box-sizing: content-box;
    width: 48px;
    height: 48px;
    padding: .25em .25em;
    color: #000;
    background:url('../images/plus-icon-blue.svg') center / 48px auto no-repeat;
    border: 0;
    border-radius: .25rem;
    opacity: .5;
    transform: rotate(45deg);
}


/* hero slider */
.hero-single {
    height: calc(100vh - 70px);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
}

.hero-slider{
  position: relative;
}

.hero-slider .owl-dots {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
}

.hero-slider .owl-dots .owl-dot {
  background: var(--color-white);
  margin: 5px;
  border-radius: 50px;
  width: 8px;
  height: 8px;
  display: inline-block;
  transition: var(--transition);
}

.hero-slider .owl-dots .owl-dot.active{
  background-color: var(--color-white);
  width: 20px;
}
/* ===== OWL NAV ARROWS ===== */
.hero-slider .owl-nav {
  position: absolute;
  top: 40%;
  width: 100%;
  transform: translateY(-50%);
  pointer-events: none;
}

.hero-slider .owl-nav button {
  position: absolute;
  width: 48px;
  height: 48px;
  background: rgba(0,0,0,0.6) !important;
  color: #fff !important;
  border-radius: 50%;
  pointer-events: all;
  transition: 0.3s;
}

.hero-slider .owl-nav button:hover {
  background: #000 !important;
}

.hero-slider .owl-nav .owl-prev {
  left: 20px;
}

.hero-slider .owl-nav .owl-next {
  right: 20px;
}

.hero-slider .owl-nav i {
  font-size: 18px;
}
.background-box {
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(238, 238, 238, 0.10);
    border-radius: 24px;
    color: rgba(0, 0, 0, 0.54);
    padding: 30px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
}

/* Hide arrows by default */
.hero-slider .owl-nav {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

/* Show arrows on hover */
.hero-slider:hover .owl-nav {
  opacity: 1;
  visibility: visible;
}

/* Optional: smooth hover feel */
.hero-slider .owl-nav button {
  transition: transform 0.3s ease;
}

.hero-slider .owl-nav button:hover {
  transform: scale(1.1);
}

.background-box h3 {
    color: #333333;
}

.background-box p {
    color: rgba(0, 0, 0, 0.54);
}

.background-box img {
    margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {

.nav-bg-light.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
}

  
}

@media (max-width: 576px) {
.hero-single {
    height: 260px;
}

    .nav-bg-light.fixed-top {
        padding-left: 10px;
        padding-right: 10px;
        margin: 0;
        border-radius: 0;
        left: 0;
        right: 0;
    }


}