/*
Theme Name: modelreef
Theme URI: https://www.modelreef.com/
Author: Darshan V.
Author URI: https://www.modelreef.com/
Description: Cash Flow Forecast Format Made Easy
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: modelreef
*/
:root {
    --primary-color: #004447;
    --portland-orange: #FF5D20;
    --dark-orange: #DD5227;
    --catskill-white: #EFF6F5;
    --rich-black: #00383B;
    --teal-green: #008C78;
    --pearl-aqua: #78CBC1;
    --persian-green: #009E8B;
    --turquoise: #00A18A;
    --border-color: #CDCDCD;
    --mint-cream: #F2FAF9;
    --black: #000000;
    --white: #ffffff;
    --primary-rgb: 0, 68, 71;
    /*  Font Family Variables */
    --helvetica-neue: 'Helvetica Neue', sans-serif;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
}
html {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    scroll-behavior: smooth;
}
html,
body {
    scroll-behavior: smooth;
    font-family: var(--helvetica-neue);
    font-size: 16px;
    line-height: 24px;
    color: var(--primary-color);
    background-color: var(--white);
    word-break: break-word;
    transition: all 0.3s linear;
	letter-spacing: 0.5px;
}
picture {
    display: block;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
a {
    text-decoration: none;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}
a:hover {
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-bottom: 0;
}
.page-title {
    /*font-size: 5.625rem;*/
    /*line-height: 6.875rem;*/
    font-size: 5rem;
    line-height: 6.25rem;
    font-weight: 400;
}
.page-sub-title {
    display: block;
    font-size: 1.5rem;
    line-height: 1.75rem;
    color: var(--pearl-aqua);
    font-weight: 400;
    margin: 0 0 30px;
    padding-left: 88px;
    position: relative;
}
.page-sub-title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto 0;
    width: 68px;
    height: 1px;
    background-color: var(--pearl-aqua);
    pointer-events: none;
}
.section-title {
    font-size: 4.25rem;
    line-height: 5rem;
    font-weight: 400;
    margin: 0 0 60px;
}
.section-title span {
    display: block;
}
.section-title.font-bold {
    font-weight: 700;
}
.dec {
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.75rem;
}
button {
    outline: none;
    border: none;
}
button:focus {
    outline: none;
}
input {
    outline: none;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

input:focus {
    outline: none;
}

ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

.main {
    max-width: 2600px;
    margin: 0 auto;
}

.container {
    max-width: 1650px;
    margin: 0 auto;
    padding: 0;
}

/*====================== all Button Css Start ======================*/
.primary-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 16px;
    background-color: var(--portland-orange);
    color: var(--white);
    text-decoration: none;
    font-size: 1rem;
    line-height: 1.375rem;
    font-weight: 500;
    border: none;
    border-radius: 2px;
    transition: all 0.3s linear;
}

.primary-btn .arrow-icon {
    background-image: url("../modelreef/assets/images/icons/btn-arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
    width: 24px;
    height: 14px;
    transition: all 0.3s linear;
}

.primary-btn:hover {
    background-color: var(--dark-orange);
}

.primary-btn:hover .arrow-icon {
    transform: rotate(-45deg);
}

/*====================== all Button Css End ======================*/
.pt-160 {
    padding-top: 160px;
}

.pb-160 {
    padding-bottom: 160px;
}

.pt-130 {
    padding-top: 130px;
}

.pb-130 {
    padding-bottom: 130px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pt-80 {
    padding-top: 80px;
}

.pb-80 {
    padding-bottom: 80px;
}

.mt-100 {
    margin-top: 100px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-60 {
    margin-bottom: 60px;
}

.flex-1 {
    flex: 1;
}

/*=========================== Header Css Start ===========================*/
.header {
    background: transparent;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 999;
    transition: all 0.3s linear;
}

.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: nowrap;
    padding: 15px 24px;
    background: rgba(255, 255, 255, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.40);
    border-top: none;
    border-radius: 0 0 2px 2px;
    position: relative;
    transition: all 0.3s linear;
}
.page-id-4324 .header .navbar,
.page-id-4321 .header .navbar,
.header.header-scrolled .navbar {
    background: radial-gradient(103.55% 727.37% at 100% 0%, #004346 0%, #025C5B 32.69%, #00756D 59.91%, #00776E 68.43%, #004346 100%);
    box-shadow: rgba(0, 0, 0, 0.1) 0 4px 6px -1px, rgba(0, 0, 0, 0.06) 0 2px 4px -1px;
}

.navbar:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    backdrop-filter: blur(3px);
    z-index: -1;
}

.navbar-brand {
    margin: 0;
    padding: 0;
    max-width: 280px;
}

.navbar-right-side {
    display: flex;
    align-items: center;
    gap: 30px;
}

.navbar-right-side .navbar-nav {
    gap: 20px;
}

.navbar-nav .nav-item .nav-link {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.25rem;
    color: var(--white);
    padding: 0 10px;
	transition: all 0.3s linear;
}
.navbar-nav .nav-item .nav-link:hover {
	color: var(--portland-orange);
}

.navbar-nav .nav-item .dropdown-toggle:after {
    content: "";
    display: inline-block;
    margin-left: 6px;
    vertical-align: 3px;
    border-top: 4px solid;
    border-right: 5px solid transparent;
    border-bottom: 0;
    border-left: 5px solid transparent;
}

/*=========================== Header Css End ===========================*/

/*============================ Hero Section Css Start ============================*/
.hero-section {
    background-image: url('../modelreef/assets/images/herobg.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0;
    min-height: 100dvh;
    padding-top: 366px;
    position: relative;
    z-index: 1;
    color: var(--white)
}

.hero-section:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background-image: url("../modelreef/assets/images/banner-asset.webp");
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
    display: block;
    height: 823px;
    width: 1626px;
    z-index: -1;
    pointer-events: none;
}

.hero-section .hero-section-img {
    padding: 100px 73px 0;
    overflow: hidden;
    border-radius: 4px;
}

.hero-section .hero-section-img img, .hero-section .hero-section-img iframe, .hero-section-img video {
    width: 100%;
    border: none;
    border-radius: 4px;
    outline: none;
}

.hero-section .page-title {
    max-width: 780px;
    margin: 0 0 30px;
    overflow: hidden;
}

.hero-section .dec {
    max-width: 707px;
    margin: 0 0 30px;
}

/*============================ Hero Section Css End ============================*/

/*============================ Confidence starts Section Start ============================*/
.card-main {
    display: flex;
    align-items: center;
    gap: 30px;
}

.card-main .card-wrap {
    flex: 1;
    border: 1px solid var(--border-color);
    border-radius: 4px;
    padding: 40px;
    min-height: 610px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: all 0.3s linear;
}

.card-main .card-wrap .card-title {
    margin: 0 0 40px;
    font-weight: 400;
    font-size: 2.5rem;
    line-height: 1.875rem;
    color: var(--primary-color);
    transition: all 0.3s linear;
}

.card-main .card-wrap .card-first-content {
/*     position: absolute;
    left: 40px;
    right: 40px;
    bottom: 40px; */
    z-index: 1;
	padding: 10px;
}
.card-main .card-wrap .multi-collapse {
	z-index: 1;
}

.card-main .card-wrap .card-second-content {
/*     position: relative; */
	z-index: 1;
}

.card-main .card-wrap .card-second-content .card-title {
    color: var(--white);
    margin: 0 0 30px;
}

.card-main .card-wrap .card-second-content p {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.5rem;
    margin: 0 0 26px;
    color: var(--white);
}

.card-main .card-wrap .card-second-content p:last-child {
    margin: 0;
}

.card-main .card-wrap .card-second-content .primary-btn {
    margin: 50px 0 0;
}

.toggle-btn {
    width: 36px;
    height: 36px;
    border-radius: 2px;
    background-color: var(--persian-green);
    padding: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s linear;
}
.toggle-btn::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.toggle-btn .plus-icon {
    background-image: url("../modelreef/assets/images/icons/plus-icon.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 14px;
    height: 14px;
    transition: all 0.3s linear;
}

.toggle-btn:hover {
    background-color: var(--portland-orange);
}

.toggle-btn:hover .plus-icon {
    transform: rotate(45deg);
}

.card-main .card-wrap:after,
.card-main .card-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(100% 705.97% at 100% 0%, #3D9C8C 0%, #037570 40.84%, #004245 100%);
    z-index: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.3s linear;
}

.card-main .card-wrap:after {
    background-image: url("../modelreef/assets/images/icons/card-bg-vector.svg");
}

.card-main .card-wrap:nth-child(2):after {
    background-image: url("../modelreef/assets/images/icons/card-bg-vector2.svg");
}

.card-main .card-wrap:nth-child(3):after {
    background-image: url("../modelreef/assets/images/icons/card-bg-vector3.svg");
}

.card-main .card-wrap:hover .card-first-content .card-title {
    color: var(--white);
}

.card-main .card-wrap:hover:after,
.card-main .card-wrap:hover::before {
    opacity: 1;
    visibility: visible;
}

.card-main .card-wrap:hover .toggle-btn {
    background-color: var(--portland-orange);
}

.card-main .card-wrap:hover .toggle-btn .plus-icon {
    transform: rotate(45deg);
}

.card-wrap:has(.toggle-btn[aria-expanded="true"]) {
    background: radial-gradient(100% 705.97% at 100% 0%, #3D9C8C 0%, #037570 40.84%, #004245 100%);
}

.card-wrap:has(.toggle-btn[aria-expanded="true"]):after {
    display: none;
}

.card-first-content:has(.toggle-btn[aria-expanded="true"]) {
    display: none;
}

.confidence-starts .card-main.four-card-group .card-wrap {
    padding: 20px;
    /*min-height: 430px;*/
    min-height: 520px;
}

.confidence-starts .card-main.four-card-group .card-wrap .card-second-content .card-title {
    font-size: 30px;
    line-height: 36px;
}

.card-main.four-card-group .card-wrap .card-second-content p {
    font-size: 16px;
    line-height: 24px;
}

.card-main.four-card-group .card-wrap .card-second-content p:last-child {
    margin-bottom: 30px;
}

/*============================ Confidence starts Section Css End ============================*/

/*============================ Less spreadsheets Section Css Start ============================*/
.spreadsheets-section {
    padding: 50px;
    border-radius: 4px;
/*     background: radial-gradient(100% 705.97% at 100% 0%, #004245 0%, #037570 70.36%, #3D9C8C 100%); */
	background: radial-gradient(100% 705.97% at 100% 0%, #004245 0%, #037570 101.36%, #3D9C8C 100%);
    color: var(--white);
}

.spreadsheets-section .toggle-box-wrap {
    display: flex;
    gap: 63px;
}

.spreadsheets-section .toggle-box {
    flex: 1;
}

.spreadsheets-section .toggle-box-img {
    margin: 0 0 30px;
}

.spreadsheets-section .toggle-box-title {
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.spreadsheets-section .toggle-box-dec {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.5rem;
    margin: 20px 0 0;
}

.spreadsheets-section .toggle-btn {
    margin: 30px 0 0;
    border: 1px solid var(--white);
    background: transparent;
}

.spreadsheets-section .toggle-btn[aria-expanded="true"],
.spreadsheets-section .toggle-btn:hover {
    border-color: transparent;
    background-color: var(--portland-orange);
}

.spreadsheets-section .toggle-btn[aria-expanded="true"] .plus-icon {
    transform: rotate(45deg);
}

.spreadsheets-section .toggle-box:has(.toggle-btn[aria-expanded="true"]) .toggle-box-title {
    font-weight: 500;
}

.spreadsheets-section .cta-wrap {
    color: var(--white);
}

.spreadsheets-section .cta-btn img {
    filter: invert(1) grayscale(5) brightness(10);
}

/*============================ Less spreadsheets Section Css End ============================*/

/*============================ Subscription Section Css Start ============================*/
.subscription-wrap {
    border: 1px solid var(--border-color);
    border-radius: 4px;
    display: flex;
}

.subscription-card {
    padding: 30px 24px;
    width: 25%;
    display: flex;
    flex-direction: column;
}

.subscription-card:first-child {
    border-right: 1px solid var(--border-color);
}

.subscription-card:nth-child(3) {
    position: relative;
}

.subscription-card-body .card-title {
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin: 0 0 30px;
}

.plan-price {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin: 0 0 30px;
}

.plan-price .currency {
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.plan-price-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
}

.plan-price .price {
    font-weight: 700;
    font-size: 5.625rem;
    line-height: 4.5rem;
}

.plan-price .timeline {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.375rem;
}

.plan-price .timeline span {
    display: block;
}

.no-credit-card {
    margin: 0 0 30px;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.375rem;
    color: var(--teal-green);
}

.available-features .features-title {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.375rem;
    margin: 0 0 24px;
}

.available-features .features-list {
    margin: 0 0 30px;
}

.available-features .features-list li {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.375rem;
    margin: 0 0 15px;
    padding: 0 0 0 30px;
    position: relative;
}

.available-features .features-list li:before {
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #75CABE;
    background-image: url("../modelreef/assets/images/icons/tick-mark.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10px;
    pointer-events: none;
}

.available-features .features-list li:last-child {
    margin-bottom: 0;
}

.subscription-card-footer {
    margin: auto 0 0;
    text-align: center;
}

.subscription-card-footer .select-plan-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 20px;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.375rem;
    color: var(--primary-color);
    background-color: #75CABE;
    width: 100%;
    margin: 0 0 20px;
    transition: all 0.3s linear;
}

.subscription-card-footer .select-plan-btn:hover {
    background-color: var(--portland-orange);
    color: var(--white);
}

.subscription-card-footer .link {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: var(--teal-green);
    text-decoration: underline;
    transition: all 0.3s linear;
}

.subscription-card-footer .link:hover {
    color: var(--portland-orange);
}

.plan-price .lets-talk {
    background-color: #F4F4F4;
    padding: 40px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 3.75rem;
    line-height: 2.875rem;
    word-break: normal;
    display: block;
    width: 100%;
    text-align: center;
}

.user-dropdown {
    margin: 0 0 30px;
    width: auto;
    border: none;
    background-color: var(--teal-green);
    box-shadow: none;
    cursor: pointer;
    outline: none;
    font-size: 1rem;
    line-height: 1.5rem;
    color: var(--white);
    font-weight: 500;
    border-radius: 0;
    padding: 7px 32px 7px 10px;
    transition: all 0.35s ease 0s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("../modelreef/assets/images/icons/select-down-icon.svg");
    background-repeat: no-repeat;
    background-position: center right 12px;
}

.user-dropdown option {
    background-color: var(--white);
    color: var(--teal-green);
}

.user-dropdown option:hover,
.user-dropdown option:checked {
    background-color: var(--teal-green);
    color: var(--white);
}

.form-select:focus {
    border-color: var(--teal-green);
    outline: none;
    box-shadow: none;
}

.most-popular {
    position: absolute;
    top: -17px;
    bottom: -17px;
    right: 0;
    left: 0;
    border-radius: 4px;
    border: 4px solid #CDF5F0;
    background-color: #004648;
    color: var(--white);
    padding: 30px 24px;
}

.most-popular .popular-label {
    position: absolute;
    top: 20px;
    right: 20px;
    font-weight: 500;
    font-size: 0.813rem;
    line-height: 1.125rem;
    padding: 5px 11px;
    border-radius: 4px;
    background-color: var(--portland-orange);
    color: var(--white);

}

/*============================ Subscription Section Css End ============================*/

/*============================ CTA Section Css Start ============================*/
.cta-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    color: var(--primary-color);
}

.cta-wrap .section-title {
    margin: 0;
}

.cta-btn {
    width: 140px;
    min-width: 140px;
    height: 140px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.cta-btn img {
    transition: all 0.3s linear;
}

.cta-btn::before {
    content: '';
    position: absolute;
    margin: auto;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: transparent;
    z-index: -1;
    pointer-events: none;
    transition: all 0.3s linear;
}

.cta-wrap:hover .cta-btn::before {
    background: var(--portland-orange);
    width: 140px;
    height: 140px;
}

.cta-wrap:hover .cta-btn img {
    filter: invert(1) grayscale(5) brightness(10);
}

/*============================ CTA Section Css End ============================*/

/*============================ Lite CAT Section Css Start ============================*/
.lite-cta .cta-wrap {
    padding: 60px;
    background-color: var(--persian-green);
    border-radius: 4px;
    color: var(--white);
}

.lite-cta .cta-wrap .cta-btn img {
    filter: invert(1) grayscale(5) brightness(10);
}

/*============================ Lite CAT Section Css End ============================*/

/*============================ FAQ Section Css Start ============================*/
.faq-wrap {
    padding: 80px;
    border-radius: 4px;
    background: var(--catskill-white);
}

.faq-wrap .section-title {
    margin: 0 0 40px;
}

.faq-wrap .accordion .accordion-item {
    background: transparent;
    border-bottom: 1px solid var(--border-color);
}

.faq-wrap .accordion .accordion-item .accordion-button {
    background: transparent;
    padding: 26px 0;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.75rem;
    color: var(--primary-color);
    box-shadow: none;
    outline: none;
    border: none;
    transition: all 0.3s linear;
}

.faq-wrap .accordion .accordion-item .accordion-button:after {
    background-color: var(--black);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    display: block;
    -webkit-mask-image: url("../modelreef/assets/images/icons/plus-icon.svg");
    mask-image: url("../modelreef/assets/images/icons/plus-icon.svg");
    background-image: none;
}

.faq-wrap .accordion .accordion-item .accordion-button:not(.collapsed)::after {
    transform: rotate(-135deg);
    background-color: var(--portland-orange);
}

.faq-wrap .accordion .accordion-item .accordion-button:hover:after {
    transform: rotate(-135deg);
}

.faq-wrap .accordion .accordion-item .accordion-button:hover {
    font-weight: 500;
}

.faq-wrap .accordion .accordion-item .accordion-button[aria-expanded="true"] {
    /*padding: 26px 0 24px;*/
    font-weight: 500;
    color: var(--portland-orange);
}

.faq-wrap .accordion .accordion-item .accordion-body {
    padding: 0 0 26px;
}

/*============================ FAQ Section Css End ============================*/

/*============================  Logo Slider Section Css Start ============================*/
.brand-section .brand-wrap {
    display: flex;
    align-items: center;
    gap: 150px;
    overflow: hidden;
}

.brand-wrap .brand-logos {
    align-items: center;
    gap: 150px;
    display: flex;
    -webkit-animation: logomarquee 30s linear infinite;
    animation: logomarquee 30s linear infinite;
}

.brand-wrap .brand-logos picture {
    align-items: center;
    display: inline-flex;
}

.brand-wrap .brand-logos picture img {
    width: auto;
    max-width: initial;
}

@keyframes logomarquee {
    0% {
        transform: translate3d(0px, 0px, 0px);
        -webkit-transform: translate3d(0px, 0px, 0px);
        -moz-transform: translate3d(0px, 0px, 0px);
        -ms-transform: translate3d(0px, 0px, 0px);
        -o-transform: translate3d(0px, 0px, 0px);
    }

    100% {
        transform: translate3d(-1738px, 0px, 0px);
        -webkit-transform: translate3d(-1738px, 0px, 0px);
        -moz-transform: translate3d(-1738px, 0px, 0px);
        -ms-transform: translate3d(-1738px, 0px, 0px);
        -o-transform: translate3d(-1738px, 0px, 0px);
    }
}

/*============================  Logo Slider Section Css End ============================*/

/*============================ Footer Section Css Start ============================*/
.footer {
    background: var(--rich-black);
    padding: 80px 0 0;
}

.footer .footer-brand {
    margin-bottom: 80px;
}

.footer-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;
    padding: 0 0 80px;
}

.footer-nav .footer-title {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.5rem;
    color: var(--white);
    margin: 0 0 20px;
}

.footer-menu-list li {
    margin: 0 0 16px;
}

.footer-menu-list li:last-child {
    margin-bottom: 0;
}

.footer-menu-list li .footer-menu-link {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.375rem;
    color: rgba(255, 255, 255, 0.7);
}

.footer-menu-list li .footer-menu-link:hover {
    color: var(--portland-orange);
}

.copyright {
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.copyright p {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.375rem;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
}

/*============================ Footer Section Css End ============================*/

/*============================ Scrollbar Css Start ============================*/
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: transparent;
    border-radius: 10px;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: var(--portland-orange);
    border-radius: 10px;
}

/*============================ Scrollbar Css End ============================*/

/*============================================================ About Us Page Css Start ============================================================*/
.inner-banner {
    padding-top: 147px;
    padding-bottom: 60px;
    background-image: url(../modelreef/assets/images/inner-banner-bg.webp);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    color: var(--white);
    min-height: 100dvh;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    display: flex;
}

.inner-banner:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 50px;
    left: 0;
    background-image: url(../modelreef/assets/images/inner-banner-vector.webp);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: auto 833px;
    display: block;
    z-index: -1;
    pointer-events: none;
}

.inner-banner .inner-banner-content {
    max-width: 1000px;
}

.financial-modelling-inner {
    font-size: 1.25rem;
    line-height: 1.75rem;
    gap: 150px;
    align-items: center;
    justify-content: space-between;
    display: flex;
}

.financial-modelling .section-title {
    margin-bottom: 0;
}

.financial-modelling p {
    max-width: 750px;
}

.financial-modelling .section-dec {
    max-width: 580px;
}

.financial-modelling p + p {
    margin-top: 28px;
}

.financial-modelling .desktop-hide {
    display: none;
}

.financial-modelling .primary-btn {
    margin-top: 20px;
}

/*our-goal-swiper Start*/
.our-goal-wrap {
    overflow: hidden;
}

.our-goal-swiper {
    font-size: 1.25rem;
    line-height: 1.75rem;
    color: var(--white);
    font-weight: 400;
    height: 800px;
    background-image: url("../modelreef/assets/images/asset-bg.webp");
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
    overflow: visible;
    position: relative;
}

.our-goal-swiper:before, .our-goal-swiper:after {
    content: '';
    position: absolute;
    top: 0;
    width: 30%;
    bottom: 0;
}

.our-goal-swiper:before {
    right: -30%;
}

.our-goal-swiper:after {
    left: -30%;
}

.our-goal-swiper > .swiper-wrapper > .swiper-slide {
    align-items: center;
    display: flex;
}

.our-goal-swiper > .swiper-wrapper > .swiper-slide .container {
    max-width: 1330px;
    padding: 0;
    justify-content: flex-end;
    display: flex;
}

.our-goal-swiper .our-goal-info {
    width: 810px;
    max-width: 100%;
    transform: translateY(90px);
    transition: all 0.8s ease 0s;
    opacity: 0;
    visibility: hidden;
}

.our-goal-info .scenario-desc {
    max-width: 1000px;
}

.our-goal-swiper > .swiper-wrapper > .swiper-slide.swiper-slide-active .our-goal-info {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.our-goal-swiper .our-goal-info p {
    margin-bottom: 28px;
}

.our-goal-swiper .our-goal-info p:last-child {
    margin-bottom: 0;
}

.our-goal-swiper .our-goal-info h3 {
    font-size: 2.625rem;
    line-height: 3.375rem;
    margin: 40px 0 30px;
    font-weight: 400;
}

.our-goal-swiper .our-goal-info h3:first-child {
    margin-top: 0;
}

.our-goal-swiper .our-goal-info h3:last-child {
    margin-bottom: 0;
}

.our-goal-swiper .custom-pagination {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 3;
    font-size: 3.125rem;
    line-height: 3.875rem;
    padding: 100px 0 100px 160px;
    font-weight: 400;
    flex-direction: column;
    justify-content: space-between;
    display: flex;
}

.our-goal-swiper .custom-pagination .custom-bullet {
    cursor: pointer;
    transition: all 0.35s ease 0s;
    color: rgba(255, 255, 255, 0.46);
}

.our-goal-swiper .custom-pagination .active {
    color: var(--white);
    /*font-weight: 500;*/
    font-size: 120%;
}

/*.Our-Tags-Swiper*/
.our-goal-info .our-tags-swiper {
    height: 140px;
}

.our-tags-swiper .swiper-slide {
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    margin-bottom: 30px;
}

.our-goal-swiper .our-goal-info .our-tags-swiper h3 {
    font-size: 5.625rem;
    line-height: 6.375rem;
    font-weight: 700;
    margin: 0 0 40px;
    transform: translateY(50px);
    transition: all 0.8s ease 0s;
    opacity: 0;
    visibility: hidden;
}

.our-goal-swiper .our-goal-info .our-tags-swiper .swiper-slide-active h3{
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.our-goal-swiper .our-goal-info .our-tags-swiper h3:last-child {
    margin-bottom: 0;
}

/*Our Goal - Box - Mobile*/
.our-goal-wrap .our-story-box {
    background-image: url("../modelreef/assets/images/box-bg.webp");
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
    border-radius: 4px;
    padding: 20px;
    font-size: 1rem;
    line-height: 1.429rem;
    color: #fff;
    font-weight: 400;
    margin: 0 0 20px;
    display: none;
}

.our-goal-wrap .our-story-box p {
    margin: 0 0 20px;
}

.our-goal-wrap .our-story-box p:last-child {
    margin-bottom: 0;
}

.our-goal-wrap .our-story-box h2 {
    font-size: 1.714rem;
    line-height: 2.143rem;
    margin: 0 0 20px;
    font-weight: 400;
}

.our-goal-wrap .our-story-box h3 {
    font-size: 1.143rem;
    line-height: 1.571rem;
    margin: 0 0 12px;
    font-weight: 400;
}

.our-goal-wrap .our-story-box:last-child {
    margin-bottom: 0;
}

.our-goal-wrap .our-story-box .our-tags h3 {
    font-size: 2rem;
    line-height: 2.429rem;
    font-weight: bold;
    margin: 0 0 20px;
}

.our-goal-wrap .our-story-box .our-tags h3:last-child {
    margin-bottom: 0;
}

/*our-goal-swiper END*/

/*============================================================ About Us Page Css End ============================================================*/

/*============================================================ Fund Director Page Css Start ============================================================*/
.cms-hero-section {
    padding-top: 147px;
    padding-bottom: 60px;
    background-image: url('../modelreef/assets/images/inner-banner-bg.webp');
    background-size: cover;
    background-position: bottom right;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    color: var(--white);
    min-height: 100dvh;
    align-items: center;
    display: flex;
}

.cms-hero-section:before {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    background-image: url(../modelreef/assets/images/cms-asset-bg.webp);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
    display: block;
    height: 100%;
    z-index: -1;
    pointer-events: none;
}

.investment-analyst.cms-hero-section:before {
    background-image: url(../modelreef/assets/images/investment-analyst-bg.webp);
}

.use-cases.cms-hero-section:before {
    background-image: url(../modelreef/assets/images/use-cases.webp);
    background-position: top right;
}

.cms-hero-section .page-title {
    margin-bottom: 30px;
}

.cms-hero-section .dec {
    max-width: 1050px;
    margin: 0 0 30px;
}

.cms-hero-section .page-title:last-child, .cms-hero-section .dec:last-child {
    margin-bottom: 0;
}

/*Title Slider*/
.title-slider {
    padding: 80px 0;
}

.title-loop-swiper {
    height: 244px;
    overflow: hidden;
}

.title-loop-swiper .section-title {
    margin-bottom: 0;
    text-align: center;
    transform: translateY(50px);
    transition: all 0.8s ease 0s;
    opacity: 0;
    visibility: hidden;
}

.title-loop-swiper .swiper-slide-active .section-title {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.title-loop-swiper .swiper-slide {
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    margin-bottom: 30px;
}

/*Compliant by design - Start*/
.compliant-by-design-wrap .compliant-by-design {
    background-color: #025C5B;
    background: radial-gradient(103.55% 727.37% at 100% 0%, #004346 0%, #025C5B 32.69%, #00756D 59.91%, #00776E 68.43%, #004346 100%);
    border-radius: 4px;
    padding: 40px 80px;
    align-items: center;
    gap: 30px 40px;
    display: flex;
}

.compliant-by-design .section-title {
    color: var(--white);
    flex: 1;
    margin-bottom: 0;
}

.compliant-by-design-wrap .compliant-by-design-swiper {
    height: 479px;
    width: 620px;
    max-width: 100%;
    overflow: hidden;
    font-size: 1.25rem;
    line-height: 1.75rem;
    color: var(--white);
    font-weight: 400;
}

.compliant-by-design-swiper .swiper-slide {
    height: 100%;
    align-items: center;
    justify-content: flex-end;
    display: flex;
    margin-bottom: 30px;
}

.compliant-by-design-swiper .compliant-by-design-info {
    transform: translateY(90px);
    transition: all 0.8s ease 0s;
    opacity: 0;
    visibility: hidden;
}

.compliant-by-design-swiper .swiper-slide-active .compliant-by-design-info {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.compliant-by-design-info h3 {
    font-size: 2.625rem;
    line-height: 3.375rem;
    margin: 0 0 30px;
    font-weight: 400;
}

.compliant-by-design-info p {
    margin-bottom: 30px;
}

.compliant-by-design-info p:last-child {
    margin-bottom: 0;
}

.compliant-by-design-info img {
    max-width: 150px;
    max-height: 150px;
}

/*Compliant by design - End*/

/*Why ModelReef - Start*/

.why-modelReef-wrap {
    overflow: hidden;
}

.why-modelReef-inner {
    background-color: #025C5B;
    background: radial-gradient(103.55% 727.37% at 100% 0%, #004346 0%, #025C5B 32.69%, #00756D 59.91%, #00776E 68.43%, #004346 100%);
    border-radius: 4px;
    position: relative;
}

.why-modelReef-wrap .section-title {
    color: var(--white);
    margin-bottom: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 80px;
    align-items: center;
    display: flex;
}

.why-modelReef-wrap .why-modelReef-swiper {
    height: 432px;
    font-size: 1.25rem;
    line-height: 1.75rem;
    color: var(--white);
    font-weight: 400;
    z-index: 1;
    overflow: visible;
    position: relative;
}

.why-modelReef-swiper:before, .why-modelReef-swiper:after {
    content: '';
    position: absolute;
    top: 0;
    width: 30%;
    bottom: 0;
}

.why-modelReef-swiper:before {
    right: -30%;
}

.why-modelReef-swiper:after {
    left: -30%;
}

.why-modelReef-swiper .swiper-slide {
    padding: 30px 80px;
    height: 100%;
    align-items: center;
    justify-content: flex-end;
    display: flex;
    margin-bottom: 30px;
}

.why-modelReef-swiper .why-modelReef-info {
    width: 620px;
    max-width: 100%;
    transform: translateY(90px);
    transition: all 0.8s ease 0s;
    opacity: 0;
    visibility: hidden;
}

.why-modelReef-swiper .swiper-slide-active .why-modelReef-info {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.why-modelReef-info h3 {
    font-size: 2.625rem;
    line-height: 3.375rem;
    margin: 0 0 30px;
    font-weight: 400;
}

.why-modelReef-info h3:last-child {
    margin-bottom: 0;
}

.why-modelReef-info p {
    margin-bottom: 30px;
}

.why-modelReef-info p:last-child {
    margin-bottom: 0;
}

.why-modelReef-swiper .why-modelReef-tag-line {
    background-color: #025C5B;
    background: radial-gradient(103.55% 727.37% at 100% 0%, #004346 0%, #025C5B 32.69%, #00756D 59.91%, #00776E 68.43%, #004346 100%);
    border-radius: 4px;
}

.why-modelReef-swiper .why-modelReef-tag-line .why-modelReef-info {
    width: 100%;

}

.why-modelReef-swiper .why-modelReef-tag-line h3 {
    font-size: 5rem;
    line-height: 6.25rem;
    font-weight: 700;
    text-align: center;
    transform: scale(0.8);
    margin-bottom: 0;
    transition: all 0.8s ease 0s;
}

.why-modelReef-swiper .why-modelReef-tag-line.swiper-slide-active h3 {
    transform: scale(1);
}

/*Why ModelReef - End*/

/*============================================================ Confidence Starts Section Css Start ============================================================*/
.confidence-starts .card-main .card-wrap {
    min-height: 350px;
}

.confidence-starts .card-main .card-wrap:after {
    display: none;
}

.confidence-starts .card-main .card-wrap .card-second-content .card-title {
    color: var(--primary-color);
    line-height: 50px;
}

.confidence-starts .card-wrap:has(.toggle-btn[aria-expanded="true"]) .card-second-content .card-title,
.confidence-starts .card-main .card-wrap:hover .card-second-content .card-title {
    color: var(--white);
}

.confidence-starts .card-wrap:has(.toggle-btn[aria-expanded="true"]) .toggle-btn {
    background-color: var(--portland-orange);
}

.confidence-starts .card-wrap:has(.toggle-btn[aria-expanded="true"]) .toggle-btn .plus-icon {
    transform: rotate(45deg);
}

/*=============================================== Confidence Starts Section Css End ===============================================*/

/*=============================================== Scenarios Section CSS Start ===============================================*/
.scenarios-wrap {
    overflow: hidden;
    position: relative;
}

.scenarios-wrap .scenario-inner {
    border-radius: 4px;
    background: var(--mint-cream);
    padding: 0 80px 0 0;
    align-items: center;
    display: flex;
}

.scenarios-wrap .scenarios-swiper {
    height: 790px;
    flex: 1;
    position: relative;
    overflow: visible;
}

.scenarios-wrap .scenarios-swiper:before, .scenarios-wrap .scenarios-swiper:after {
    content: '';
    position: absolute;
    top: 0;
    width: 50vw;
    bottom: 0;
    z-index: 2;
}

.scenarios-wrap .scenarios-swiper:before {
    right: -50vw;
}

.scenarios-wrap .scenarios-swiper:after {
    left: -50vw;
}

.scenarios-wrap .scenarios-swiper .swiper-slide {
    height: 100%;
    margin-bottom: 30px;
    align-items: center;
    justify-content: flex-start;
    display: flex;
    padding: 135px 120px 135px 80px;
}

.scenarios-wrap .scenario-info {
    font-size: 1.125rem;
    line-height: 1.5rem;
    transform: translateY(90px);
    transition: all 0.8s ease 0s;
    opacity: 0;
    visibility: hidden;
}

.scenario-info .scenario-desc {
    max-width: 515px;
}

.scenario-info .scenario-desc p {
    margin-bottom: 20px;
}

.scenario-info .scenario-desc p:last-child {
    margin-bottom: 0;
}

.scenarios-wrap .swiper-slide-active .scenario-info {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.scenarios-wrap .scenario-info .section-title {
    margin-bottom: 30px;
}

.scenarios-wrap .scenarios-img-box {
    /*width: 730px;*/
    width: 46.5%;
    min-width: 46.5%;
    border-radius: 4px;
    overflow: hidden;
    padding: 40px 0;
}

.scenarios-wrap .scenarios-img-box img {
    max-width: 100%;
    width: 100%;
    border-radius: 4px;
}

/*=============================================== Scenarios Section CSS END ===============================================*/

/*=============================================== Simplify financial forecasting Section Css Start ===============================================*/
.skyrocket-results-wrap {
    display: flex;
    padding: 30px 100px;
}

.skyrocket-results-wrap .t-col {
    min-width: 510px;
}

.skyrocket-results-wrap .t-col .blank {
    background-color: var(--white);
}

.skyrocket-results-wrap .t-col,
.skyrocket-results-wrap .t-col-sm {
    flex: 1;
}

.skyrocket-results-wrap .t-col-sm li,
.skyrocket-results-wrap .t-col li {
    padding: 10px 20px;
    background: #B2E2DC;
    border-left: 1px solid #CCCCCC;
    border-bottom: 1px solid var(--white);
    height: 69px;
    display: flex;
    align-items: center;
}

.skyrocket-results-wrap .t-col-sm li,
.skyrocket-results-wrap .t-col li:first-child {
    border: none;
}

.skyrocket-results-wrap .t-col li:nth-child(2) {
    border-top: 1px solid #CCCCCC;
    border-radius: 4px 0 0 0;
}

.skyrocket-results-wrap .t-col li:last-child {
    border-color: #CCCCCC;
    border-radius: 0 0 0 4px;
}

.skyrocket-results-wrap .t-col-sm li {
    background: #F0F9F8;
    border-bottom: 1px solid #CCCCCC;
    justify-content: center;
}

.skyrocket-results-wrap .t-col-sm:not(.popular) li:first-child {
    border-top: 1px solid #CCCCCC;
}

.skyrocket-results-wrap .t-col-sm:not(.popular) li:last-child {
    border-bottom: 1px solid #CCCCCC;
}

.skyrocket-results-wrap ul.t-col-sm:last-child li {
    border-right: 1px solid #CCCCCC;
}

.skyrocket-results-wrap ul.t-col-sm:last-child li:first-child {
    border-radius: 0 4px 0 0;
}

.skyrocket-results-wrap ul.t-col-sm:last-child li:last-child {
    border-radius: 0 0 4px 0;
}

.skyrocket-results-wrap .t-col-sm.popular {
    position: relative;
}

.skyrocket-results-wrap .t-col-sm.popular:before {
    content: '';
    position: absolute;
    top: -8px;
    right: 0;
    left: 0;
    bottom: -8px;
    border: 2px solid var(--turquoise);
    border-radius: 4px;
}

.skyrocket-results-wrap .t-col-sm.popular li {
    background: var(--white);
}

.skyrocket-results-wrap .t-col-sm li:last-child {
    border-bottom: none;
}

/*============================================================ Simplify financial forecasting Section Css End ============================================================*/

/*============================================================ testimonial-slider Section Css Start ============================================================*/
/*.testimonial-slider .swiper .swiper-wrapper {*/
/*  align-self: stretch;*/
/*}*/
.testimonial-slider .swiper .swiper-wrapper .swiper-slide {
    width: 530px;
    height: auto;
    margin-right: 30px;
    border: 1px solid var(--border-color);
    border-radius: 4px;
    padding: 30px;
    display: flex;
    flex-direction: column;
}

.testimonial-slider .swiper .swiper-wrapper .swiper-slide .slide-icon {
    margin: 0 0 40px;
}

.testimonial-slider .swiper .swiper-wrapper .swiper-slide .author-dec {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 40px;
}

.testimonial-slider .swiper .swiper-wrapper .swiper-slide .author {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    margin: auto 0 0;
    color: var(--persian-green);
}

.navigation-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-direction: row-reverse;
    margin: 30px 0 0;
}

.navigation-btn .swiper-button-next,
.navigation-btn .swiper-button-prev {
    position: static;
    border: 1px solid var(--primary-color);
    border-radius: 4px;
    width: 50px;
    height: 50px;
    margin: 0;
}

.navigation-btn .swiper-button-next:after,
.navigation-btn .swiper-button-prev:after {
    font-size: 20px;
    color: var(--primary-color);
    font-weight: 700;
}

/*============================================================ testimonial-slider Section Css End ============================================================*/

/*============================================================ Fund Director Page Css End ============================================================*/

/*============================================================ Security Page Css Start ============================================================*/
.security-card-main .security-card-wrap {
    display: flex;
    gap: 30px;
}

.security-card-main .security-card-wrap .security-card {
    padding: 30px;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    flex: 1;
}

.security-card-main .security-card-wrap .security-card .security-card-img {
    width: 150px;
    height: 150px;
    margin: 0 0 40px;
}

.security-card-main .security-card-wrap .security-card h3 {
    font-weight: 400;
    font-size: 40px;
    line-height: 42px;
    margin: 0 0 30px;
}

.security-card-main .security-card-wrap .security-card p {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    margin: 0;
}

/*============================================================ Security Page Css End ============================================================*/


/*============================================================ CMS Banner CSS Start ============================================================*/
.cms-banner {
    padding-top: 147px;
    padding-bottom: 60px;
    background-image: url(../modelreef/assets/images/cms-banner.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    font-size: 1.25rem;
    line-height: 1.75rem;
    color: var(--white);
    font-weight: 400;
    min-height: 484px;
    align-items: center;
    display: flex;
}

.cms-banner:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(../modelreef/assets/images/cms-banner-vector.webp);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
    display: block;
    z-index: -1;
    pointer-events: none;
}

.cms-banner .page-title {
    margin-bottom: 30px;
}

.cms-banner .page-title:last-child {
    margin-bottom: 0;
}

.cms-banner .cms-banner-desc {
    max-width: 950px;
}

.cms-wrap {
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: rgba(var(--primary-rgb), 0.8);
    font-weight: 400;
}

.cms-wrap p {
    margin-bottom: 20px;
}


.cms-wrap a {
    color: var(--turquoise);
    text-decoration: none;
    transition: all 0.35s ease 0s;
}

.cms-wrap a:hover {
    color: var(--portland-orange);
}

.cms-wrap h2 {
    margin: 50px 0 30px;
    font-size: 1.5rem;
    line-height: 1.875rem;
    font-weight: bold;
    color: var(--primary-color);
}

.cms-wrap strong {
    font-weight: 500;
    color: var(--primary-color);
}

.cms-wrap h2:first-child {
    margin-top: 0;
}

.cms-wrap p:last-child, .cms-wrap h2:last-child {
    margin-bottom: 0;
}

.cms-wrap ol {
    margin: 0 0 20px;
    padding: 0 0 0 30px;
}

.cms-wrap ol > li {
    margin: 0 0 20px;
}

.cms-wrap ol > li:last-child {
    margin-bottom: 0;
}

.cms-wrap ol > li::marker {
    font-weight: 500;
    color: var(--primary-color);
}

.cms-wrap ul {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
}

.cms-wrap ul > li {
    margin: 0 0 6px;
    position: relative;
    padding-left: 28px;
}

.cms-wrap ul > li:before {
    content: '';
    position: absolute;
    top: 9px;
    bottom: 0;
    left: 10px;
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 10px;
    background: var(--primary-color);
    pointer-events: none;
}

.cms-wrap ul > li:last-child {
    margin-bottom: 0;
}

.cms-wrap ol:last-child, .cms-wrap ul:last-child {
    margin-bottom: 0;
}

.cms-wrap ol ul, .cms-wrap ul ol, .cms-wrap ol ol, .cms-wrap ul ul {
    margin-top: 20px;
}

.cms-wrap .alpha-list {
    list-style: upper-alpha;
    padding-left: 26px;
}

/*============================================================ CMS Banner CSS END ============================================================*/

.scroll-animate .section-title {
    display: none;
    margin: 0;
    text-align: center;
}

.scroll-animate .section-title.show-heading {
    display: block;
    animation: anim 1s ease;
}

@keyframes anim {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-100%);
    }
}



/*=============================== 404 Page Css Start ===============================*/
.not-found-wrap {
    background-color: var(--white);
    text-align: center;
    min-height: calc(100dvh - 0px);
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(103.55% 727.37% at 100% 0%, #004346 0%, #025C5B 32.69%, #00756D 59.91%, #00776E 68.43%, #004346 100%);
    color: var(--white);
}
.text-404 {
    font-size: 140px;
    font-weight: 900;
    line-height: normal;
}
@media screen and (min-width: 2600px) {
    .not-found-wrap {
        min-height: inherit;
    }
}
/*=============================== 404 Page Css End ===============================*/

/* --- DVCSS --- */

span.page-numbers.current {
    background: #004447;
    color: #fff;
}


/* ----- Toggle Switch of Table ----- */

.toggle-switch-custom {
    margin: 0 0 20px;
	color: #3F3F3F;
}
.duration-active {
    color: #004447;
}
.switch input {
    display: none
}

.switch {
    display: inline-block;
    width: 36px;
    height: 20px;
    margin: 6px 8px 6px 0;
    transform: translateY(50%);
    position: relative
}

.slider-switch {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 30px;
    box-shadow: none;
    cursor: pointer;
    border: 2px solid #fff0;
    overflow: hidden;
    transition: .4s;
    background: #777
}

.slider-switch:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 30px;
    transform: translateX(-16px);
    transition: .4s
}

input:checked+.slider-switch:before {
    transform: translateX(16px);
    background: #fff
}

input:checked+.slider-switch {
    background: #004447
}
.subscription-plan-page {
	margin-top: 50px;
}


h2.section-title.animate-text.blog-faq {
    font-size: 4.25rem;
}
.section-form-wrapper .section-title {
	margin: 0 0 10px;
}
.section-form-wrapper .section-inner {
    display: flex;
/* 	align-items: stretch; */
/* 	align-items: center; */
	align-items: flex-start;
	gap: 100px;
	margin-top: 50px;
}
.section-form-wrapper .section-inner .section-content,
.section-form-wrapper .section-inner .section-form,
.section-form-wrapper .section-inner .section-image {
	flex:1;
}
@media screen and (min-width: 992px) {
.section-form-wrapper .section-inner .section-content {
	padding: 12% 0 0;
}	
}
.section-form-wrapper .section-inner .section-content .section-title  {
	margin-bottom: 20px;
}
.section-form-wrapper .section-inner .section-image {
	position: relative;
}
.section-form-wrapper .section-inner .section-image img {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
	max-height: 598px;
    width: 100%;
	object-fit: cover;
	object-position: center;
}
.section-form {
	padding: 40px;
	border: 1px solid var(--border-color);
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
	border-radius: 3px;
}
.section-form .form-title {
	font-size: 20px;
	line-height: 28px;
	font-weight: 500;
	margin: 0 0 40px;
	text-align: center;
}
.form-inner .custom-row {
    display: flex;
    gap: 20px;
}
.form-inner .custom-row .column {
    flex: 1;
}
.form-inner .custom-row .column .form-group {
    margin: 0 0 16px;
}
.form-inner .custom-row .column .form-group .input-label {
    margin: 0 0 5px;
}
.form-inner .custom-row .column .form-group .form-control {
    border-radius: 0;
    font-size: 16px;
	font-weight: 400;
    line-height: 24px;
    box-shadow: none;
    outline: none;
	color: var(--primary-color);
}
.form-inner .custom-row .column .form-group .form-control::placeholder {
	color: var(--border-color);
}
.form-control:focus {
    border-color: var(--primary-color);
}
.modal-footer .primary-btn {
	cursor: pointer;
}
.modal-footer .primary-btn p {
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-footer .primary-btn p .wpcf7-spinner {
    margin: 0 5px;
}
/* .modal-footer .primary-btn  {
    border: none;
    background: transparent;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding: 0;
    margin: 0;
    border-radius: 0;
} */
.modal-footer .form-submit p {
	display:flex;
	align-items: center;
}
.modal-footer .primary-btn br{
	display: none;
}
.form-inner .custom-row .column .form-group .wpcf7-not-valid-tip {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
}
.wpcf7 form .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	border: none;
	padding:10px 16px;
}
.wpcf7-form.invalid .wpcf7-response-output {
    color: #dc3232;
    background: rgb(220 50 50 / 20%);
}
.wpcf7-form.sent .wpcf7-response-output {
	color: #46b450;
    background: rgb(70 180 80 / 20%);
}

span.toc-link.active.current {
    font-weight: 500;
}
