/* CUSTOM CSS RULES */

:root {
    --secondary-color: #00923f;
    --tertiary-color: #da251d;
    --variant-color: #5a7bfb;
    --orange-color: #f6c059;
    --orange-color-hover: #dfa331;
    --header-title-color: #ffffff;
    --text-primary: #28166f;
    --emerald-100: oklch(95% 0.052 163.051);
    --emerald-300: oklch(84.5% 0.143 164.978);
    --emerald-950: oklch(26.2% 0.051 172.552);
}

header .navbar-brand img {
    max-height: 40px;
}

.text-right {
    text-align: right;
}

.text-base-color, .btn-link.text-base-color {
    color: var(--variant-color);
}

.navbar .navbar-nav .nav-link {
    padding: 10px;
}

.btn.btn-hover-animation-switch.btn-icon-left .btn-white-color {
    color: #fff;
}

.bg-slider-notice-color {
    background-color: var(--orange-color);
}

.carton-color {
    color: var(--orange-color);
}

.carton-color:hover {
    color: var(--orange-color-hover);
}

.link {
    color: var(--variant-color);
}

.xs-w-40px {
    width: 40px;
}

.xs-w-50px {
    width: 50px;
}

.xs-w-80px {
    width: 80px;
}

.mr-6 {
    margin-right: 24px;
}

.ml-6 {
    margin-left: 24px;
}

.xl-p-4 {
    padding: 4% !important;
}

.w-full {
    width: 100% !important;
}
.w-33 {
    width: 33.3% !important;
}

.feature-box-content h5 {
    font-size: 1.5rem;
    line-height: 2rem;
}

.text-header-title {
    color: var(--header-title-color);
}

.text-primary {
    color: var(--text-primary);
}

.error {
    color: var(--tertiary-color);
    font-size: 14px;
}

.text-lemon {
    color: var(--emerald-300) !important;
}

.contact-form-style-01 input, .contact-form-style-01 textarea, .contact-form-style-01 select {

    border: 1px solid #ccc;
}

.box-shadow-extra-large, .box-shadow-extra-large-hover:hover {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a i {
    font-size: 14px;
}

.font-semibold {
    font-weight: 600;
}

blockquote {
    border-left: 3px solid var(--text-primary);
    background-color: var(--emerald-100);
    color: var(--emerald-950);
    padding: 10px 20px;
    font-size: 24px;
    font-weight: 600;
    align-items: center;
}
blockquote p {
    margin-bottom: 0;
}

.capsule {
    border-radius: 15px;
    background-color: var(--emerald-100);
    border: 1px solid var(--emerald-300);
    color: var(--emerald-950);
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 600;
}

.youtube-embed {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.embed-video iframe {
    width: 100%;
    height: 500px;
    border-radius: 6px;
}