:root {
    --alt-font: 'Rubik', sans-serif;
    --primary-font: 'Rubik', sans-serif;
    --base-color: #1B4379;
    --dark-gray: #1e3238;
    --very-light-gray: #eceff1;
    --green: #4BB76F;
    --medium-gray: #7c898d;
    --solitude-blue: #f4f7f9;
}

/* reset */
body {
    font-size: 16px;
    line-height: 30px;
}

/* font weight */
.fw-400 {
    font-family: 'Rubik', sans-serif !important;
    font-weight: 400 !important;
}

.fw-300 {
    font-family: 'Rubik', sans-serif !important;
    font-weight: 300 !important;
}

.fw-500 {
    font-family: 'Rubik', sans-serif !important;
    font-weight: 500 !important;
}

.fw-600 {
    font-family: 'Rubik', sans-serif !important;
    font-weight: 600 !important;
}

.fw-700 {
    font-family: 'Rubik', sans-serif !important;
    font-weight: 700 !important;
}

/* custom cursor */
.custom-cursor .circle-cursor-inner {
    background-color: var(--green);
}

.custom-cursor .circle-cursor-inner.cursor-link-hover {
    background-color: var(--green);
}

.custom-cursor .circle-cursor-outer {
    border: 1px solid var(--green);
}

/* heading */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 25px;
}

h1 {
    line-height: 3.8rem;
}

h2 {
    line-height: 3rem;
}

h3 {
    line-height: 2.6rem;
}

h4 {
    line-height: 2.2rem;
}

h5 {
    line-height: 1.8rem;
}

h6 {
    line-height: 1.6rem;
}

/* header */
.navbar .navbar-nav .nav-link {
    font-size: 16px;
    font-family: 'Rubik', sans-serif !important;
}

.navbar .navbar-nav .dropdown .dropdown-menu a {
    font-size: 16px;
    line-height: 28px;
    font-family: 'Rubik', sans-serif !important;
}

header .btn.btn-small {
    font-size: 14px
}

header .btn.btn-small i {
    top: -2px;
}

header .navbar-brand img {
    max-height: 36px;
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
    width: 300px;
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
    border-bottom: 1px solid var(--very-light-gray);
    padding: 20px 30px;
    font-size: 16px;
    color: var(--dark-gray) !important;
    font-family: 'Rubik', sans-serif !important;
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a:hover {
    background-color: var(--very-light-gray);
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a img {
    width: 40px;
    margin-right: 10px;
}

/* btn */
.btn-link i {
    top: 0px;
}

.btn.btn-hover-animation-switch .btn-icon {
    margin-left: 6px;
}

.btn {
    font-family: 'Rubik', sans-serif;
    font-weight: normal !important;
    text-transform: none;
    letter-spacing: normal;
}

.btn-green {
    background-color: var(--green) !important;
    color: var(--dark-gray) !important;
}

.btn.btn-box-shadow.btn-green:hover {
    background-color: var(--green) !important;
    color: var(--dark-gray) !important;
}

.btn.btn-box-shadow.btn-green:active {
    border-color: var(--green) !important;
}

.btn.btn-extra-large {
    font-size: 16px;
}

.btn.btn-large {
    font-size: 16px;
}

.btn.btn-medium {
    font-size: 15px;
}

.btn.with-rounded.btn-large>span {
    line-height: 34px;
}

.btn.with-rounded.btn-medium>span {
    line-height: 30px;
}

/* text color */
.text-emerald-green {
    color: #4BB76F;
}

/* bg color */
.bg-orient-blue {
    background-color: #1F6668;
}

.bg-midnight-blue {
    background-color: #060f1b;
}

/* bg gradient color */
.bg-gradient-prime {
    background: rgb(27, 67, 121);
    background: linear-gradient(306deg, rgb(27, 67, 121) 0%, rgba(75, 183, 111, 1) 85%);
}

.bg-gradient-gray-light-dark-transparent {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(32, 35, 41, 1)), to(transparent));
    background-image: linear-gradient(to top, rgba(32, 35, 41, 1) 10%, transparent 50%);
}

/* homepage */
.contact-form-style-01 .btn.btn-large {
    padding: 13px 40px;
}

.terms-condition .box:before {
    top: 7px;
}

.terms-condition .box:after {
    top: 11px;
}

.contact-form-style-01 {
    margin-top: -100px;
}

/* page title */
.page-title-extra-small h1 {
    font-size: 16px;
    line-height: 20px;
}

.page-title-extra-small h2 {
    font-size: 3.5rem;
    line-height: 3.3rem;
}

/* team style */
.team-style-01 figure figcaption .social-icon a {
    margin: 0 5px;
}

/* text shadow */
.text-shadow-medium {
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

/* border color */
.border-color-green {
    border-color: var(--green) !important;
}

.pagination-style-01 .page-item.active .page-link,
.pagination-style-01 .page-item .page-link:hover {
    background: var(--dark-gray);
    color: var(--white);
}

.pagination-style-01 .page-item:first-child .page-link,
.pagination-style-01 .page-item:last-child .page-link {
    background: transparent;
    box-shadow: none !important;
}

.pagination-style-01 .page-item:first-child .page-link,
.pagination-style-01 .page-item:last-child .page-link {
    background: transparent;
    box-shadow: none !important;
}

.pagination-style-01 .page-item:first-child .page-link:hover,
.pagination-style-01 .page-item:last-child .page-link:hover {
    color: var(--dark-gray);
}

/* progress bar style 03 */
.progress-bar-style-03 .progress .progress-bar-title,
.progress-bar-style-03 .progress .progress-bar-percent {
    bottom: 10px;
}

.progress-bar-style-03 .progress {
    height: 6px;
}

/* tooltip */
.tooltip-inner {
    background-color: var(--white);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.16);
    color: var(--medium-gray);
    padding: 22px 35px;
    max-width: 260px;
    font-size: 16px;
    line-height: 26px;
    text-transform: none;
    font-weight: 400;
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before,
.bs-tooltip-bottom .tooltip-arrow:before {
    border-bottom-color: var(--white) !important;
    border-width: 0 1.7em 1.7em !important;
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before,
.bs-tooltip-top .tooltip-arrow:before {
    border-top-color: var(--white) !important;
    border-width: 1.7em 1.7em 0 !important;
}

.bs-tooltip-auto[data-popper-placement^=bottom] {
    margin-top: 15px !important;
}

.bs-tooltip-auto[data-popper-placement^=top] {
    margin-bottom: 15px !important;
}

.tooltip {
    opacity: 1 !important;
}

.tooltip .tooltip-arrow {
    width: 3.5em;
    height: 1.2em;
}

.bs-tooltip-start.tooltip .tooltip-arrow {
    width: 1.2em;
    height: 3.2em;
    margin-top: -18px;
}

.bs-tooltip-auto[data-popper-placement^=left] {
    margin-right: 15px;
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before,
.bs-tooltip-start .tooltip-arrow:before {
    border-width: 1em 0 1em 1em !important;
    border-left-color: var(--white) !important;
}

.bs-tooltip-end.tooltip .tooltip-arrow {
    width: 1.2em;
    height: 3.2em;
    margin-top: -18px;
}

.bs-tooltip-auto[data-popper-placement^=right] {
    margin-left: 15px !important;
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before,
.bs-tooltip-end .tooltip-arrow:before {
    border-width: 1.7rem 1.7rem 1.7rem 0 !important;
    border-right-color: var(--white) !important;
}

.tooltip-title {
    font-weight: 600;
    display: block;
    font-size: 16px;
    margin-bottom: 7px;
    color: var(--dark-gray);
    letter-spacing: -0.5px;
}

/* top right bottom left */
.left-35px {
    left: 35px;
}

.bottom-35px {
    bottom: 35px;
}

/* footer */
footer .footer-logo img {
    max-height: 36px;
}

.footer-dark p,
.footer-dark .widget-text {
    color: var(--white);
    opacity: 0.4;
}

.footer-dark .elements-social .light li a {
    opacity: 1;
}

.footer-dark p a,
.footer-dark p a:hover {
    color: var(--white);
}

.footer-dark ul li a,
.footer-dark .widget-link {
    color: var(--white);
    opacity: 0.4;
}

.footer-dark ul li a:hover,
.footer-dark .widget-link:hover,
.footer-dark a:hover {
    opacity: 1;
    color: var(--white);
}

footer ul li {
    margin-bottom: 0;
}

.footer-dark .newsletter-style-02 input::placeholder {
    color: var(--white);
}

.footer-dark .newsletter-style-02 input::-webkit-input-placeholder {
    color: var(--white) !important;
    text-overflow: ellipsis;
    opacity: 0.4;
}

.footer-dark .newsletter-style-02 input::-moz-placeholder {
    color: var(--white) !important;
    text-overflow: ellipsis;
    opacity: 0.4;
}

.footer-dark .newsletter-style-02 input:-ms-input-placeholder {
    color: var(--white) !important;
    text-overflow: ellipsis;
    opacity: 0.4;
}

.is-touchable .cursor-page-inner {
    display: none !important;
}

/* media query responsive */
@media (max-width: 1300px) {
    .sticky-wrap.shadow-in {
        left: 18px;
    }
}

@media (max-width: 1250px) {
    .sticky-wrap.shadow-in {
        left: 2px;
    }
}

@media (max-width: 1199px) {
    header .btn.btn-rounded.btn-small {
        padding: 9px 18px;
    }
}

@media (max-width: 991px) {
    .contact-form-style-01 {
        margin-top: 0;
    }

    .tab-style-08 ul .nav-item .nav-link {
        padding: 18px 20px;
    }

    .elements-social .large-icon li {
        margin: 0 5px;
    }

    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
        padding-left: 0px;
        padding-right: 0px;
    }

    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a:hover {
        background-color: transparent;
    }
}

@media (max-width: 767px) {
    .process-step-style-03 .progress-step-separator {
        display: block;
    }
}

@media (max-width: 575px) {
    .process-step-style-03 .progress-step-separator {
        display: none;
    }
}

.policy-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 60px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    border: 1px solid #f0f0f0;
}

.policy-content {
    color: #626262;
    line-height: 1.8;
}

.policy-content h1,
.policy-content h2,
.policy-content h3,
.policy-content h4 {
    color: #232323;
    font-weight: 700;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
    letter-spacing: -0.5px;
}

.policy-content h1 {
    font-size: 30px;
    line-height: 1.2;
    margin-top: 0;
    font-weight: 600;
}

.policy-content h2 {
    font-size: 24px;
    line-height: 1.3;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 15px;
}

.policy-content h3 {
    font-size: 20px;
    line-height: 1.4;
}

.policy-content h4 {
    font-size: 18px;
}

.policy-content p {
    margin-bottom: 1.5rem;
    font-size: 16px;
}

.policy-content ul,
.policy-content ol {
    margin-bottom: 2rem;
    padding-left: 1.5rem;
}

.policy-content li {
    margin-bottom: 0.8rem;
    font-size: 16px;
    list-style: disc;
}

.policy-content strong {
    color: #232323;
    font-weight: 700;
}

.policy-content a {
    color: var(--base-color);
    text-decoration: underline;
    font-weight: 600;
    transition: all 0.3s ease;
}

.policy-content a:hover {
    color: var(--green);
    text-decoration: none;
}

.policy-content blockquote {
    margin: 2.5rem 0;
    padding: 20px 30px;
    background: #f8f9fa;
    border-left: 4px solid var(--base-color);
    font-style: italic;
    border-radius: 0 8px 8px 0;
}

/* First heading adjustment */
.policy-content>*:first-child {
    margin-top: 0 !important;
}

@media (max-width: 767px) {
    .policy-card {
        padding: 30px 20px;
    }
}

/* Contact Form Style 01 File Input */
.contact-form-style-01 input[type="file"] {
    padding-left: 10px;
}

/* blog overlay */
.blog-overlay {
    background: rgba(0, 0, 0, 0.7) !important;
}

/* Rich Text Content Styling */
.rich_text {
    color: #626262;
    line-height: 1.8;
    font-size: 16px;
}

/* Headings */
.rich_text h1,
.rich_text h2,
.rich_text h3,
.rich_text h4,
.rich_text h5,
.rich_text h6 {
    color: var(--dark-gray);
    font-weight: 600;
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
    letter-spacing: -0.5px;
    font-family: var(--alt-font);
}

.rich_text h1 {
    font-size: 2.5rem;
    line-height: 1.2;
    font-weight: 700;
}

.rich_text h2 {
    font-size: 2rem;
    line-height: 1.3;
    border-bottom: 2px solid var(--very-light-gray);
    padding-bottom: 12px;
}

.rich_text h3 {
    font-size: 1.75rem;
    line-height: 1.4;
}

.rich_text h4 {
    font-size: 1.5rem;
    line-height: 1.5;
}

.rich_text h5 {
    font-size: 1.25rem;
    line-height: 1.6;
}

.rich_text h6 {
    font-size: 1.1rem;
    line-height: 1.6;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* First element margin adjustment */
.rich_text>*:first-child {
    margin-top: 0 !important;
}

/* Paragraphs */
.rich_text p {
    margin-bottom: 1.5rem;
    font-size: 16px;
    line-height: 1.8;
}

/* Links */
.rich_text a {
    color: var(--base-color);
    text-decoration: underline;
    font-weight: 500;
    transition: all 0.3s ease;
}

.rich_text a:hover {
    color: var(--green);
    text-decoration: none;
}

/* Lists */
.rich_text ul,
.rich_text ol {
    margin-bottom: 2rem;
    padding-left: 2rem;
}

.rich_text ul,
.rich_text ul li {
    list-style-type: disc;
}

.rich_text ol,
.rich_text ol li {
    list-style-type: decimal;
}

.rich_text li {
    margin-bottom: 0.8rem;
    font-size: 16px;
    line-height: 1.7;
}

.rich_text ul ul,
.rich_text ol ol,
.rich_text ul ol,
.rich_text ol ul {
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
}

.rich_text ul ul {
    list-style-type: circle;
}

.rich_text ul ul ul {
    list-style-type: square;
}

/* Strong and emphasis */
.rich_text strong,
.rich_text b {
    color: var(--dark-gray);
    font-weight: 700;
}

.rich_text em,
.rich_text i {
    font-style: italic;
}

/* Blockquotes */
.rich_text blockquote {
    margin: 2.5rem 0;
    padding: 25px 35px;
    background: #f8f9fa;
    border-left: 5px solid var(--base-color);
    font-style: italic;
    border-radius: 0 8px 8px 0;
    color: var(--dark-gray);
    font-size: 1.1rem;
    line-height: 1.7;
}

.rich_text blockquote p:last-child {
    margin-bottom: 0;
}

.rich_text blockquote cite {
    display: block;
    margin-top: 15px;
    font-size: 0.9rem;
    font-style: normal;
    color: var(--medium-gray);
}

/* Images */
.rich_text img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 2rem 0;
    display: block;
}

.rich_text figure {
    margin: 2rem 0;
}

.rich_text figcaption {
    margin-top: 10px;
    font-size: 0.9rem;
    color: var(--medium-gray);
    text-align: center;
    font-style: italic;
}

/* Tables */
.rich_text table {
    width: 100%;
    margin: 2rem 0;
    border-collapse: collapse;
    border: 1px solid var(--very-light-gray);
    border-radius: 8px;
    overflow: hidden;
}

.rich_text table th,
.rich_text table td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid var(--very-light-gray);
}

.rich_text table th {
    background-color: var(--very-light-gray);
    font-weight: 600;
    color: var(--dark-gray);
}

.rich_text table tr:last-child td {
    border-bottom: none;
}

.rich_text table tr:hover {
    background-color: #f8f9fa;
}

/* Code blocks */
.rich_text code {
    background-color: #f4f4f4;
    padding: 2px 6px;
    border-radius: 4px;
    font-family: 'Courier New', Courier, monospace;
    font-size: 0.9em;
    color: #d63384;
}

.rich_text pre {
    background-color: #f4f4f4;
    padding: 20px;
    border-radius: 8px;
    overflow-x: auto;
    margin: 2rem 0;
    border-left: 4px solid var(--base-color);
}

.rich_text pre code {
    background-color: transparent;
    padding: 0;
    color: var(--dark-gray);
    font-size: 0.9rem;
}

/* Horizontal rule */
.rich_text hr {
    margin: 3rem 0;
    border: 0;
    border-top: 2px solid var(--very-light-gray);
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .rich_text h1 {
        font-size: 2rem;
    }

    .rich_text h2 {
        font-size: 1.75rem;
    }

    .rich_text h3 {
        font-size: 1.5rem;
    }

    .rich_text h4 {
        font-size: 1.25rem;
    }
}

@media (max-width: 767px) {
    .rich_text {
        font-size: 15px;
    }

    .rich_text h1 {
        font-size: 1.75rem;
    }

    .rich_text h2 {
        font-size: 1.5rem;
    }

    .rich_text h3 {
        font-size: 1.25rem;
    }

    .rich_text h4 {
        font-size: 1.1rem;
    }

    .rich_text blockquote {
        padding: 20px 25px;
        font-size: 1rem;
    }

    .rich_text ul,
    .rich_text ol {
        padding-left: 1.5rem;
    }

    .rich_text table {
        font-size: 14px;
    }

    .rich_text table th,
    .rich_text table td {
        padding: 10px 12px;
    }
}