

:root {
	--primary-red: #ff5100;
	--dark: #000;
	 --secondary: #29294E; 
	/*--secondary: #0f0f0f;*/
	--banner-bg: #f3f1f1;
	--accent-blue: #F1F1FF;
	--accordion-btn-after: url('../images/icons/plus.svg');
	--bs-accordion-active-icon: url('../images/icons/minus.svg');
}

html {
	scroll-behavior: smooth;
}

body, html{
	width: 100%;
	min-height: 100%;
	padding: 0;
	margin: 0;
	color: var(--secondary);
}

body {
	position:relative;
    font-family: "Antic Didone", serif;
}

        .tz-kicker {
            display: inline-block;
            padding: 6px 14px;
            border-radius: 999px;
            font-size: 13px;
            font-weight: 600;
            letter-spacing: .02em;
            background: rgba(124, 0, 35, .08);
            color: var(--primary-red);
            margin-bottom: 14px;
        }

        .tz-trust {
            background:
                radial-gradient(circle at 15% 10%, rgba(124, 0, 35, .10), transparent 35%),
                radial-gradient(circle at 85% 40%, rgba(41, 41, 78, .10), transparent 38%),
                var(--banner-bg);
        }

        .tz-card {
            background: #fff;
            border: 1px solid rgba(41, 41, 78, .12);
            border-radius: 18px;
            padding: 22px 20px;
            box-shadow: 0 12px 24px -18px rgba(0, 0, 0, .35);
            transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
        }

        .tz-card:hover {
            transform: translateY(-6px);
            border-color: rgba(124, 0, 35, .28);
            box-shadow: 0 20px 36px -22px rgba(0, 0, 0, .45);
        }

        .tz-ico {
            width: 52px;
            height: 52px;
            border-radius: 14px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: rgba(124, 0, 35, .08);
            color: var(--primary-red);
            font-size: 22px;
            margin-bottom: 14px;
        }

        .tz-card-title {
            font-size: 18px;
            line-height: 1.25;
            margin-bottom: 10px;
            font-weight: 700;
        }

        .tz-card-text {
            margin: 0;
            font-size: 15px;
            line-height: 1.55;
            opacity: .9;
        }

        /* App section */
        .tz-app {
            background: #fff;
        }

        .tz-list {
            display: flex;
            flex-direction: column;
            gap: 14px;
        }

        .tz-list-item {
            display: flex;
            gap: 12px;
            align-items: flex-start;
            padding: 14px 14px;
            border-radius: 14px;
            background: rgba(41, 41, 78, .04);
            border: 1px solid rgba(41, 41, 78, .10);
        }

        .tz-list-item i {
            color: var(--primary-red);
            font-size: 20px;
            margin-top: 2px;
        }

.tz-flame-wrap{
  position: relative;
  max-width: 460px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Flame image itself */
.tz-flame-img{
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 420px;
  height: auto;

  /* Premium depth */
  filter:
    drop-shadow(0 18px 34px rgba(0,0,0,.35))
    drop-shadow(0 6px 12px rgba(124,0,35,.25));

  transition: transform .4s ease;
}

/* Subtle hover lift (desktop only) */
@media (hover: hover){
  .tz-flame-img:hover{
    transform: translateY(-6px) scale(1.02);
  }
}

/* Mobile tuning */
@media (max-width: 767px){
  .tz-flame-img{
    max-width: 320px;
  }
}


        /*.tz-device {*/
        /*    background:*/
        /*        radial-gradient(circle at 20% 20%, rgba(124, 0, 35, .16), transparent 35%),*/
        /*        radial-gradient(circle at 90% 30%, rgba(41, 41, 78, .16), transparent 38%),*/
        /*        #fff;*/
        /*    border: 1px solid rgba(41, 41, 78, .12);*/
        /*    border-radius: 22px;*/
        /*    padding: 18px;*/
        /*    box-shadow: 0 18px 42px -28px rgba(0, 0, 0, .55);*/
        /*}*/

        /*.tz-device-inner {*/
        /*    border-radius: 18px;*/
        /*    overflow: hidden;*/
        /*    border: 1px solid rgba(41, 41, 78, .12);*/
        /*    background: #fff;*/
        /*}*/

        /*.tz-device-header {*/
        /*    height: 44px;*/
        /*    display: flex;*/
        /*    align-items: center;*/
        /*    gap: 8px;*/
        /*    padding: 0 14px;*/
        /*    background: rgba(41, 41, 78, .05);*/
        /*    border-bottom: 1px solid rgba(41, 41, 78, .10);*/
        /*}*/

        /*.tz-dot {*/
        /*    width: 10px;*/
        /*    height: 10px;*/
        /*    border-radius: 99px;*/
        /*    background: rgba(41, 41, 78, .25);*/
        /*}*/

        /*.tz-device-body {*/
        /*    padding: 16px;*/
        /*}*/

        /*.tz-metric {*/
        /*    padding: 14px;*/
        /*    border-radius: 16px;*/
        /*    background: rgba(124, 0, 35, .06);*/
        /*    border: 1px solid rgba(124, 0, 35, .14);*/
        /*    margin-bottom: 12px;*/
        /*}*/

        /*.tz-metric-title {*/
        /*    font-weight: 700;*/
        /*    font-size: 14px;*/
        /*    opacity: .9;*/
        /*}*/

        /*.tz-metric-value {*/
        /*    font-weight: 800;*/
        /*    font-size: 24px;*/
        /*    color: var(--secondary);*/
        /*}*/

        /*.tz-grid {*/
        /*    display: grid;*/
        /*    grid-template-columns: repeat(2, 1fr);*/
        /*    gap: 10px;*/
        /*}*/

        /*.tz-mini {*/
        /*    border-radius: 14px;*/
        /*    background: rgba(41, 41, 78, .04);*/
        /*    border: 1px solid rgba(41, 41, 78, .10);*/
        /*    padding: 12px;*/
        /*}*/

        /*.tz-mini-k {*/
        /*    font-size: 12px;*/
        /*    opacity: .8;*/
        /*}*/

        /*.tz-mini-v {*/
        /*    font-size: 16px;*/
        /*    font-weight: 800;*/
        /*}*/

        /*.tz-soft-note {*/
        /*    margin-top: 12px;*/
        /*    font-size: 12px;*/
        /*    opacity: .75;*/
        /*}*/

        /* Stats */
        .tz-stats {
            background: var(--banner-bg);
        }

        .tz-stat {
            background: #fff;
            border: 1px solid rgba(41, 41, 78, .12);
            border-radius: 18px;
            padding: 22px;
            text-align: center;
            box-shadow: 0 14px 28px -20px rgba(0, 0, 0, .45);
        }

        .tz-stat-num {
            font-size: 38px;
            font-weight: 900;
            letter-spacing: -0.02em;
            color: var(--secondary);
        }

        .tz-stat-label {
            margin-top: 6px;
            font-size: 14px;
            opacity: .85;
        }

        /* Testimonials */
        .tz-testimonials {
            background: #fff;
        }

        .tz-quote {
            max-width: 860px;
            margin: 0 auto;
            background:
                radial-gradient(circle at 10% 20%, rgba(124, 0, 35, .10), transparent 35%),
                rgba(41, 41, 78, .04);
            border: 1px solid rgba(41, 41, 78, .12);
            border-radius: 22px;
            padding: 26px 22px;
            text-align: center;
        }

        .tz-stars {
            letter-spacing: 2px;
            font-weight: 800;
            color: var(--primary-red);
            margin-bottom: 10px;
        }

        .tz-who {
            opacity: .9;
        }

        .tz-who span {
            opacity: .8;
        }

        .tz-arrow {
            width: 44px;
            height: 44px;
            border-radius: 99px;
            border: 1px solid rgba(41, 41, 78, .16);
            background: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: transform .2s ease, border-color .2s ease;
        }

        .tz-arrow:hover {
            transform: translateY(-2px);
            border-color: rgba(124, 0, 35, .35);
        }

        /* Mobile tweaks */
        @media (max-width: 767px) {
            .tz-stat-num {
                font-size: 32px;
            }

            .tz-quote {
                padding: 20px 16px;
            }

            .tz-grid {
                grid-template-columns: 1fr;
            }
        }

/* Preloader container */
    #preloader {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      background: radial-gradient(circle at 20% 20%, #ffffff, transparent 25%),
                  radial-gradient(circle at 80% 30%, #f3f1f1, transparent 25%),
                  radial-gradient(circle at 50% 80%, #eeeeee, transparent 25%),
                  linear-gradient(-45deg, #fce4ec, #ffffff, #f3f1f1, #eeeeee);
      background-size: 200% 200%;
      animation: gradientBG 15s ease infinite;
      z-index: 9999;
      transition: opacity 0.8s ease, background-color 0.8s ease;
    }

#preloader.fade-out {
  background: radial-gradient(
    circle at center,
    #ffffff 0%,
    #f3f1f1 60%,
    #eeeeee 100%
  );
  opacity: 0;
  pointer-events: none;
}


    @keyframes gradientBG {
      0% { background-position: 0% 50%; }
      50% { background-position: 100% 50%; }
      100% { background-position: 0% 50%; }
    }

    .logo {
      display: block;
      margin: 0 auto;
      width: 40vw;
      max-width: 300px;
      animation: breathe 0.7s ease-in-out infinite;
    }

    @keyframes breathe {
      0%, 100% { transform: scale(1); opacity: 1; }
      50% { transform: scale(1.05); opacity: 0.9; }
    }
/* End of Preloader container */



h1,h2,h3,h4,h5,h6 {
	color: var(--secondary);
}

h1 {
	font-size: 52px;
	font-weight: 600;
	line-height: 62px;
	 font-family: "Antic Didone", serif;
}

h2 {
	font-weight: 400;
	font-size: 56px;
	letter-spacing: -0.02em;
	margin-bottom: 30px;
	 font-family: "Antic Didone", serif;
}

h3 {
	font-weight: 500;
	letter-spacing: -0.02em;
	margin-bottom: 20px;
	font-size: 32px;
	line-height: 44px;
	
}

p {
	 font-family: "Antic Didone", serif;
	font-weight: 400;
	color: var(--secondary);
	letter-spacing: -0.04em;
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 20px;
}


.btn {
	padding: 4px 18px;
	letter-spacing: -0.03em;
	color: #ffffff;
	line-height: 38px;
	font-size: 20px;
	border-radius: 100px;
	font-family: "Antic Didone", serif;
}

.btn:hover, :not(.btn-check)+.btn:active, 
.btn:first-child:active {
	color: #FFFFFF;
}

.btn-primary-red {
	background: var(--primary-red);
	border: 2px solid var(--primary-red);
	box-shadow: 0 4px 4px -4px rgba(12, 12, 13, 0.05), 0 16px 16px -8px rgba(12, 12, 13, 0.153);
}

.btn-primary-red:hover, :not(.btn-check)+.btn:active, 
.btn:first-child:active {
	background: transparent;
	border: 2px solid #ff5100;
	color: #ff5100;
	box-shadow: none;
}

.btn-secondary-navy {
	background: var(--primary-red);
	border: 2px solid var(--primary-red);
	box-shadow: rgba(12, 12, 13, 0.05) 0px 4px 4px -4px, rgba(12, 12, 13, 0.153) 0px 16px 16px -8px;
}

.btn-secondary-navy:hover, :not(.btn-check)+.btn:active {
	background: transparent;
	border-color: var(--primary-red);
	color: var(--primary-red);
	box-shadow:none;
}

input.form-control {
	background: #fff;
	border-radius: 10px;
	    border: 2px solid rgb(59 59 59 / 24%);
	height: 70px;
	line-height: 70px;
	color: var(--secondary);
	font-weight: 500;
	font-size: 20px;
	font-family: "Antic Didone", serif;
	margin-bottom: 20px;
}

textarea.form-control {
	background: #fff;
	border-radius: 10px;
	    border: 2px solid rgb(59 59 59 / 24%);
	height: auto !important;
	color: var(--secondary);
	font-weight: 500;
	font-size: 20px;
	font-family: "Antic Didone", serif;
	margin-bottom: 20px;
}

input.form-control::placeholder, 
textarea.form-control::placeholder {
	color: rgba(9, 35, 23, 0.118);
	font-weight: 500;
	font-size: 20px;
}

.btn:focus, .btn:active, input:focus, textarea:focus, button:focus, button:active, .accordion-button:focus {
	box-shadow: none;
	outline: none;
}

input.form-control:focus, textarea.form-control:focus {
	box-shadow: none;
	outline: none;
	border-color: var(--primary-red);
}

.custom-tooltip {
  --bs-tooltip-bg: var(--secondary);
}

section {
	position: relative;
}

.banner-top {
	/*background: url('../images/backgrounds/SCAimage.jpg') center center / cover no-repeat, #000;*/
	background: url(../images/backgrounds/banner-img-2.png) center center / contain no-repeat, #000;
    background-color: var(--banner-bg);
    background-position: right;
	color: #ffffff;
}

.banner-inner-top {
	background-color: var(--secondary);
}

.bg-acent-red {
	background: #D5EFE3;
}


.header {
	padding-top: 8px;
	padding-bottom: 8px;
	background: #ffffff;
}

.fixed-top{
	box-shadow: 0 2px 8px #00000024;
}



.header .navbar-brand img {
	width: 130px;
	height: auto;
}

.header ul.navbar-nav li a {
	font-weight: 500;
	font-size: 17px;
	letter-spacing: -0.03em;
	line-height: 26px;
	color: #092317;
	padding: 20px 16px !important;
	font-family: "Antic Didone", serif;
}

.header ul.navbar-nav li a:hover, 
.header ul.navbar-nav li a.active {
	color: #ff5100;
}

.header .btn-primary-red {
	font-size: 18px;
}
.header .btn-primary-red:hover,
:not(.btn-check)+.btn:active, .btn:first-child:active {
	background: transparent;
	border: 2px solid var(--primary-red);
	color: var(--primary-red);
	box-shadow: none;
}

.hamburger {
  width: 21px;
  height: 3px;
  background: var(--primary-red);
  position: relative;
  /*box-shadow: 0 2px 5px rgba(0, 0, 0, .2);*/
  transition: 0.5s;
  border-radius: 50px;
}

.hamburger:before {
  top: -6px;
}

.hamburger:after {
  top: 6px;
}

/* Icon 3 
}*/

.hamburger-three:before,
.hamburger-three:after {
  content: '';
  position:absolute;
  width: 21px;
  height: 3px;
  background:var(--primary-red);
  /*box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);*/
  transition:0.5s;
  border-radius: 50px;
}

.icon-three.active-three .hamburger-three {
  background:rgba(0,0,0,0);
  /*box-shadow: 0 2px 5px rgba(0, 0, 0, 0);*/
}

.icon-three.active-three .hamburger-three:before {
  top: 0;
  transform:rotate(135deg);
  /*box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);*/
}

.icon-three.active-three .hamburger-three:after {
  top: 0;
  transform:rotate(225deg);
  /*box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);*/
}

.header.affix .hamburger {
	background: #000;
	box-shadow: none;
}

.header.affix .hamburger::before,
.header.affix .hamburger::after {
	background: #000;
	box-shadow: none;
}

.header.affix .icon-three.active-three {
	border: 0;
}

.header.affix .icon-three.active-three .hamburger-three {
	background: transparent;
	box-shadow: none;
}

section.main-banner {
	padding-top: 120px;
	padding-bottom: 120px;
}

section.main-banner .banner-content {
	width: 100%;
	max-width: 680px;
}

section.main-banner .banner-content h1 {
	font-size: 52px;
	/*color: #ffffff;*/
	color: #29294E;
	line-height: 62px;
	margin-bottom: 33px;
	font-weight: 600;
	width: 100%;
	max-width: 560px;
	letter-spacing: -0.02em;
	text-transform: uppercase
}

section.main-banner .banner-content h1 span {
	color: var(--primary-red);
	font-weight: 300;
}

section.main-banner .banner-content p {
	letter-spacing: -0.02em;
	/*color: #ffffff;*/
		/*color: #0f0f0f;*/
		color: #29294E;
	font-weight: 300;
	font-size: 20px;
	line-height: 170%;
	margin-bottom: 32px;
}

section.main-banner .banner-img {
	position: absolute;
	width: 40%;
	height: 100%;
	bottom: -16%;
	right: 9%;
	text-align: right;
} 

section.main-banner .banner-img img{
	width: 400px;
}

section.main-banner .banner-content .ban_img img{
		display: none;
	}

section.content-section {
	padding-top: 90px;
	padding-bottom: 70px;
	background-position: top 20% right 0;
	background-repeat: no-repeat;
}

section.content-section h2 {
	line-height: 38px;
}

section.content-section p {
	letter-spacing: -0.02em;
	margin-bottom: 0;
}

section.content-section .wf-row {
	padding-top: 80px;
	padding-bottom: 80px;
}

.ways-features .ways-box {
	margin-bottom: 50px;
}

.ways-features ul {
	flex-wrap: nowrap;
}
.ways-features ul li img {
	margin-right: 30px;
}

.ways-features ul li .box-details h3 {
	margin-bottom: 5px;
}

.ways-features ul li .box-details p {
	font-weight: 300;
	font-size: 18px;
	line-height: 26px;
	width: 100%;
	max-width: 400px;
}

.invest-conten {
	padding-top: 30px;
	padding-bottom: 50px;
	position: relative;
}

.invest-conten div.inner-body {
	/*background: url('../images/backgrounds/general-bg.webp') center center / cover no-repeat;*/
	background-color: var(--banner-bg);
	border-radius: 20px;
	padding: 50px 50px;
	width: 100%;
	max-width: 65%;
}

.invest-conten div.inner-body h2 {
	/*color: #ffffff;*/
		/*color: #0f0f0f;*/
	color: #29294E;
	margin-bottom: 30px;
	font-weight: 300;
	font-size: 56px;
	line-height: 62px;
	width: 100%;
    max-width: 500px;
}

.invest-conten div.inner-body p {
	/*color: #F1F1FF;*/
		/*color: #0f0f0f;*/
		color:#29294E;
    margin-bottom: 60px;
    width: 100%;
    max-width: 415px;
    font-weight: 300;
    font-size: 20px;
}

.invest-conten .investment-img {
	width: 100%;
	max-width: 550px;
	border-radius: 20px;
	position: absolute;
	right: 0;
	bottom: 0;
}

.invest-conten .investment-img img {
	border-radius: 20px;
	position: relative;
    top: 80px;
}

.saving-guide {
	padding-top: 60px;
	padding-bottom: 90px;
	background-image: url('../images/backgrounds/arrow-1.svg'),url('../images/backgrounds/arrow-2.svg');
	background-position: left 30% top 52%, left 67% top 52%;
	background-repeat: no-repeat, no-repeat;
}

.saving-guide p {
	width: 100%;
	max-width: 940px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px !important;
}

.saving-guide .saving-step .step-number {
	width: 75px;
	height: 75px;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	display: flex;
	color: var(--secondary);
	margin-bottom: 30px;
	font-weight: 500;
	font-size: 42px;
}

.saving-guide .saving-step h3 {
	font-size: 22px;
	line-height: 26px;
}

.saving-guide .saving-step p {
	font-size: 16px;
	margin-bottom: 16px;
}

section.faqs {
	padding-top: 70px;
	padding-bottom: 60px;
	width: 100%;
	background-color: var(--banner-bg);
	background-image: url('../images/backgrounds/faq-bg.svg');
	background-size: contain;
    background-repeat: no-repeat;
    /*background-position: center;*/
    background-attachment: fixed;
}

section.faqs h2 {
	/*color: #fff;*/
		/*color: #0f0f0f;*/
		color: #29294E;
}

section.faqs p {
	/*color: #ffffff;*/
		/*color: #0f0f0f;*/
		color:#29294E;
	margin-bottom: 50px;
	font-weight: 300;
	font-size: 20px;
    letter-spacing: -0.02em;
}

section.faqs .faq-questions {
	margin-bottom: 50px;
}

section.faqs .faq-questions .accordion .accordion-item {
	margin-bottom: 20px;
	border-radius: 10px;
	overflow: hidden;
}

section.faqs .faq-questions .accordion .accordion-item .accordion-header {
	font-weight: 500;
	font-size: 22px;
	line-height: 26px;
	letter-spacing: -0.02em;
	color: #29294E;
}

section.faqs .faq-questions .accordion .accordion-item .accordion-header button {
	padding: 23px 38px;
	font-weight: 400;
	font-size: 22px;
	line-height: 26px;
	letter-spacing: -0.02em;
	color: var(--secondary)
}

section.faqs .faq-questions .accordion .accordion-item .accordion-header button::after {
	background-image: var(--accordion-btn-after);
	background-position: center;
}

section.faqs .faq-questions .accordion .accordion-item .accordion-header button:not(.collapsed) {
	background: #fff;
	color: #29294E;
}

section.faqs .faq-questions .accordion .accordion-item .accordion-header button:not(.collapsed)::after {
	background-image: var(--bs-accordion-active-icon);
	background-position: center;
}

section.faqs .faq-questions .accordion .accordion-item .accordion-body {
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
	letter-spacing: -0.01em;
	color: var(--secondary);
	font-family: "Antic Didone", serif;
	padding: 1px 38px 50px 38px;
}

section.fund-compare {
	padding: 80px 0;
	background-color: #fff;
}

section.fund-compare .table {
	font-family: "Antic Didone", serif;
}

section.fund-compare .table tr th {
	font-weight: 400;
	font-size: 20px;
	line-height: 26px;
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid #DADAEF;
	padding-top: 20px;
	padding-bottom: 20px;
	color: var(--secondary);
}

section.fund-compare .table tr td {
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid #DADAEF;
	padding-top: 15px;
	padding-bottom: 15px;
	color: var(--secondary);
}

section.fund-compare .table tr td i {
	font-size: 12px;
	cursor: pointer;
}

section.fund-compare .table tr td:nth-child(1) {
	font-size: 18px;
	line-height: 26px;
	text-align: left;
}

section.fund-compare .table tr:last-child td {
	border-bottom: none;
}

.featuredin{
	transition: transform .2s; /* Animation */
}

.featuredin:hover{
	-ms-transform: scale(1.1); /* IE 9 */
 	 -webkit-transform: scale(1.1); /* Safari 3-8 */
 	 transform: scale(1.1);
}

.join-us {
	background-image: url("../images/backgrounds/Frame.svg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	padding: 70px 0px;
}

.contact-banner {
	padding-top: 60px;
	padding-bottom: 60px;
	background: url('../images/backgrounds/general-bg.webp') center center / cover no-repeat, var(--banner-bg);
	color: #fff;
	background-attachment: scroll;
	background-color: #000;
}

.contact-banner .banner-content {
	margin-bottom: 0;
}

.contact-banner .banner-content h2 {
	margin-bottom: 10px;
	color: #ffffff;
	text-align: center;
	font-size: 40px;
	font-weight: 300;
}

.contact-banner .banner-content p {
	letter-spacing: -0.02em;
	line-height: 26px;
	margin-bottom: 9px;
	color: #ffffff;
}

.contact-banner .banner-content p a {
	text-decoration: none;
	color: #ffffff
}

.contact-banner .banner-content p strong {
	font-weight: 500;
	font-size: 22px;
	font-family: "Antic Didone", serif;
}

.contact-us-form {
	padding: 50px 0px;
	background-image: url('../images/backgrounds/contact-form-bg.webp');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.contact-us-form h2 {
	    color: var(--secondary);
	margin-bottom: 5px;
}

.contact-us-form p {
	    color: var(--secondary);
	margin-bottom: 40px;
}

.contact-us-form .contact-form {
	margin-bottom: 60px;
}

.contact-us-form form .form-group.form-floating>label {
	font-size: 16px !important;
	opacity: 1 !important;
	font-family: "Antic Didone", serif;
	font-weight: 600;
}

.contact-us-form form .form-control:focus + label {
	color: var(--primary-red);
}

.contact-us-form .contact-form .btn {
	width: 100%;
}

.about-banner {
	padding: 100px 0px;
	color: #fff;
	background-image: url('../images/backgrounds/general-bg.webp');
	background-repeat: no-repeat;
	background-size: cover
}

.about-banner h1, .about-banner p {
	color: #fff;
	font-weight: 400;
}

.about-banner h1 span {
	color: var(--primary-red);
	font-weight: 300;
}


section.about-a {
	padding: 75px 0px;
}

section.about-b {
	padding: 75px 0px 90px 0px;
}

section.about-b .why-card img {
	margin-bottom: 30px;
}

section.about-b .why-card .a-title {
	font-weight: 500;
	font-size: 22px;
	line-height: 26px;
	color: var(--secondary);
	margin-bottom: 20px;
}

section.about-b .why-card  p {
	font-weight: 300;
	font-size: 18px;
	opacity: 0.8;
	margin-bottom: 40px;
}

section.register-user {
	padding: 65px 0px 90px 0px;
	background-image: url('../images/backgrounds/reg-bg.webp');
	background-repeat: no-repeat;
	background-size: cover;
	background-size: 100%;
	background-color: #000;
}

section.register-user p {
	margin-bottom: 40px;
	color: #fff;
}
section.register-user h2 {
	color: #fff;
}

section.register-user .register-form .form-group p {
	font-size: 16px;
}

section.register-user .register-form .form-group p a {
	color: #fff;
    text-decoration: none;
    border-bottom: 2px solid var(--primary-red);
}

.register-form .form-group.form-floating>label {
	font-size: 16px !important;
	opacity: 1 !important;
	font-family: "Antic Didone", serif;
	font-weight: 500;
	color: #818181;
}

.register-form form .form-control:focus + label {
	color: #818181;
}

.footer {
	/*background-image: url('../images/backgrounds/general-bg.webp');*/
		background: var(--banner-bg);
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: scroll;
}

.footer .footer-top {
	padding: 22px 0px;
}

.footer .footer-top ul li a {
	font-weight: 300;
	font-size: 18px;
	line-height: 26px;
	/*color: #ffffff;*/
		color: #29294E;
	font-family: "Antic Didone", serif;
	padding: 5px 13px;
	text-decoration: none;
}

.footer .footer-top ul.social-nav {
	justify-content: end;
}

.footer .footer-top ul.social-nav li a {
	width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 6px;
    font-size: 28px;
}

.footer .footer-top ul.social-nav li a i {
	position: relative;
	top: 2.5px;
	/*color: #ffffff*/
		color: #29294E;
}

.footer .footer-center {
	border-top: 1px solid #d1c4c4;
	border-bottom: 1px solid #d1c4c4;
	padding: 25px 0px;
}

.footer .footer-center p {
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 12px;
	/*color: #FFFFFF;*/
		color: #29294E;
	line-height: 25	px;
}

.footer .footer-bottom {
	padding: 25px 0px;
}

.footer .footer-bottom, 
.footer .footer-bottom ul li a, 
.footer .footer-bottom a  {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.01em;
	/*color: #fff;*/
	color: #29294E;
}

.footer .footer-bottom ul li a {
	padding: 0px 8px;
	text-decoration: none;
}

.footer .footer-bottom ul li:first-child a {
	padding-left: 0;
}

.footer ul li a:hover {
	color: #ff5100;
}

.terms-services p {
	font-size: 16px;
	text-align: left;
}

.terms-services h3 {
	font-size: 25px;
	text-align: left;
}

.terms-services h6 {
	font-size: 18px;
	text-align: left;
}

.terms-services ul li {
	text-align: left;
}

.terms-services p a, 
.terms-services ul li a {
	color: var(--primary-red);
	white-space: normal;
}

.terms-services p span.text-underline {
	text-decoration: underline;
}

  .why-save {
    background: var(--ws-bg);
    padding: 56px 0 70px;
  }

  .why-save__inner {
    width: min(1100px, calc(100% - 48px));
    margin: 0 auto;
    position: relative;
  }

  .why-save__title {
    margin: 0 0 26px;
    color: var(--ws-ink);
    font: 700 34px/1.15 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    letter-spacing: -0.2px;
  }

  /* Desktop: background line behind the content */
  .why-save-bg-line {
    position: absolute;
    left: 22px;
    top: 22px;
    width: calc(100% - 44px);
    height: auto;
    pointer-events: none;
    z-index: 0;
  }

  .why-save__item {
    position: relative;
    z-index: 1;
    max-width: 330px;
  }

  .why-save__heading {
    margin: 12px 0 10px;
    color: var(--ws-teal);
    font: 700 18px/1.25 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    letter-spacing: -0.1px;
  }

  .why-save__text {
    margin: 0;
    color: var(--ws-muted);
    font: 400 13px/1.55 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  }

  .why-save__badge {
    width: 58px;
    height: 58px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    font: 800 22px/1 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  }

  .why-save__badge--one {
    background: #ffffff;
    color: var(--ws-ink);
  }

  .why-save__badge--two {
    background: var(--ws-coral);
    color: #ffffff;
  }

  .why-save__badge--three {
    background: var(--ws-teal);
    color: #ffffff;
  }

  /* Desktop layout (matches your screenshot geometry) */
  .why-save__item--one {
    margin-top: 18px;
    margin-left: 35px;
  }

  .why-save__item--two {
    position: absolute;
    right: 90px;
    top: 132px;
    max-width: 300px;
  }

  .why-save__item--three {
    margin: 88px auto 0;
    text-align: center;
    max-width: 360px;
  }

  .why-save__item--three .why-save__badge {
    margin: 0 auto;
  }

  /* Mobile SVGs hidden on desktop */
  .why-save-line {
    display: none;
  }

  /* MOBILE (matches your two mobile screenshots) */
  @media (max-width: 900px) {
    .why-save {
      padding: 44px 0 56px;
    }

    .why-save__inner {
      width: min(520px, calc(100% - 44px));
    }

    .why-save__title {
      font-size: 30px;
      margin-bottom: 18px;
    }

    .why-save-bg-line {
      display: none; /* swap desktop line out */
    }

    .why-save__item {
      max-width: 100%;
      text-align: left;
    }

    .why-save__badge {
      margin: 0 auto; /* badge centered like your mobile */
    }

    .why-save__heading,
    .why-save__text {
      text-align: center;
    }

    .why-save__item--one,
    .why-save__item--two,
    .why-save__item--three {
      position: static;
      margin: 26px 0 0;
    }

    .why-save__item--three {
      margin-top: 18px;
      text-align: left;
    }

    .why-save__item--three .why-save__badge {
      margin: 0 auto 0;
    }

    .why-save__item--three .why-save__heading,
    .why-save__item--three .why-save__text {
      text-align: left; /* your mobile-2 screenshot aligns left */
      max-width: 360px;
      margin-left: auto;
      margin-right: auto;
    }

    /* Mobile SVGs ON */
    .why-save-line {
      display: block;
      position: relative;
      width: 100%;
      height: auto;
      pointer-events: none;
      margin: 10px auto 0;
    }

    /* top line for card 1 (sits near top-right) */
    .why-save-line--m1 {
      margin-top: 10px;
      transform: translateY(-10px);
      opacity: 0.95;
    }

    /* big sweeping line between 2 and 3 */
    .why-save-line--m2 {
      margin-top: 8px;
      transform: translateY(-4px);
      opacity: 0.95;
    }

    /* curve above card 3 (your mobile-2 screenshot: top-left curve) */
    .why-save-line--m3 {
      position: absolute;
      left: -10px;
      top: 20px;
      width: 78%;
    }

    .why-save__item--three {
      padding-top: 76px; /* room for the m3 curve */
    }
  }


@media (min-width: 1300px) {
	nav .container,
	section .container {
		width: 100%;
		max-width: 100%;
		padding-left: 144px;
		padding-right: 144px;
	}
}

@media (min-width: 1500px) {
	.invest-conten div.inner-body {
		max-width: 75%;
	}
}

@media (max-width: 1430px) {
	.header ul.navbar-nav li a {
		padding: 20px 15px !important;
	}
}

@media (max-width: 1200px) {

	.header ul.navbar-nav li a {
		padding: 20px 12px !important;
		font-size: 16px;
	}

	section.main-banner .banner-content {
		max-width: 530px;
	}
	
	section.main-banner .banner-content p {
		font-size: 22px;
	}
	
	.invest-conten .investment-img {
		max-width: 460px;
	}
	
	.saving-guide {
		background-position: left 30% top 50%, left 67% top 50%;
	}
}


@media (max-width: 992px) {
	
	h2 {
		font-size: 35px;
		line-height: 40px;
	}
	
	.header {
		padding: 5px 0px;
	} 
	
	.header ul.navbar-nav li a {
		border-bottom: 1px solid var(--primary-red);
		padding: 20px 0px !important;
		font-size: 18px;
	}
	
	.header ul.navbar-nav li:last-child a {
		border-bottom: 0px;
	}
	
	.header .btn-primary-red {
		margin-top: 20px;
		margin-bottom: 20px;
		width: 100%;
	}
	
	.header .navbar-collapse .navbar-nav {
		margin-right: 0 !important;
		margin-left: 0 !important;
		width: 100%;
	}
	
	.header .navbar-collapse {
		min-height: calc(100vh - 70px);
		visibility: visible;
		opacity: 1;
		z-index: 9;
		display: flex;
		align-items: center;
		justify-content: space-around;
		flex-wrap: wrap;
		flex-direction: column;
	}
	
	.header .navbar-collapse:not(.show) {
		height: 0;
		min-height: 0 !important;
		transition: 0.1s;
		visibility: hidden;
	}
	
	section.main-banner {
		padding-top: 75px;
		padding-bottom: 35px;
		background-image: none;
	} 

	section.main-banner .banner-content, 
	section.main-banner .banner-content h1 {
		max-width: 100%;
	}

	section.main-banner img {
		max-width: 300px;
	}
	
	section.main-banner .banner-img {
		display: none;
	}
	
	section.content-section {
		padding-top: 50px;
		padding-bottom: 80px;
	}
	
	section.content-section .wf-row {
		padding-top: 50px;
		padding-bottom: 30px;
	}
	
	.invest-conten {
		padding-top: 10px;
		padding-bottom: 20px;
	}
	
	.invest-conten div.inner-body {
		max-width: 100%;
		padding: 40px 20px;
		margin: auto;
	}

	.invest-conten div.inner-body, 
	.invest-conten div.inner-body h2, 
	.invest-conten div.inner-body p {
		max-width: 100%;
	}

	.invest-conten div.inner-body h2 {
		font-size: 40px;
	}

	.invest-conten div.inner-body p img {
		border-radius: 10px;
		max-width: 400px;
	}
	
	.invest-conten .investment-img {
		display: none;
	}
	
	.saving-guide {
		padding-top: 50px;
		background-position: left 30% top 43%, left 70% top 43%;
	}
	
	
	
	section.fund-compare .table tr th {
		font-size: 18px;
	}
	
	section.fund-compare .table tr td:nth-child(1) {
		font-size: 16px;
	}
	
	section.faqs .faq-questions .accordion .accordion-item .accordion-header button {
		padding: 16px 25px;
		font-size: 20px;
		line-height: 22px;
	}
	
	section.faqs .faq-questions .accordion .accordion-item .accordion-body {
		padding: 10px 30px 30px 30px;
		font-size: 18px;
		line-height: 26px;
	}
	
	section.register-user {
		padding: 30px 0px;
	}
	
	.about-banner {
		padding: 80px 0px;
		background-size: 13%;
	}
	
	.about-banner h1 {
		font-size: 40px;
		line-height: 50px;
	}
	
	section.about-a {
		padding: 50px 0px;
	}
	
	section.about-b {
		padding: 50px 0px 60px 0px;
	}
	
	.contact-banner {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	
	.contact-banner .banner-content {
		margin-bottom: 25px;
	}
	
	section.register-user {
		background-position: center right 10%;
		background-size: 25%;
	}
	
	.footer .footer-top ul.social-nav {
		justify-content: center;
	}
	
	.invest-conten div.inner-body p {
		margin-bottom: 30px;
		text-align: center;
        font-size: 18px;
	}

	.trustpilot-widget {
		left: 50%;
		transform: translateX(50%);
		-webkit-transform: translateX(50%);
	}

	.footer .footer-bottom ul  {
		justify-content: center;
	}
}


@media (max-width: 767px) {
	h2 {
        font-size: 30px;
        line-height: 45px;
    }
	
	h3 {
		font-size: 22px;
		line-height: 30px;
	}
	
	p {
		font-size: 16px;
		line-height: 27px;
	}
	
	.btn {
		font-size: 18px;
		width: 100%;
	}
	
	input.form-control,
	textarea.form-control {
		height: 55px;
		line-height: 55px;
		font-size: 16px;
		padding: 10px 15px;
	}
	
	textarea.form-control {
		height: auto;
	}
	
	input.form-control::placeholder,
	textarea.form-control::placeholder {
		font-size: 16px;
	}
	
	section .container, nav .container {
		padding: 0px 1.5rem !important;
	}
	
	section.main-banner {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	
	section.main-banner .banner-content h1 {
		font-size: 32px;
        line-height: 40px;
        font-weight: 600;
        letter-spacing: 0.02em;
	}
	
	section.main-banner .banner-content p {
		font-size: 20px;
		line-height: 32px;
	}
	
	/*.main-banner .ban_img img{*/
	/*	display: block !important;*/
	/*}*/
	
	section.content-section h2 {
		line-height: 25px;
	}
	
	section.content-section .wf-row {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	.feefo-row{
	    display: none;
	}
	
	.ways-features .ways-box {
		margin-bottom: 20px;
		text-align: center;
	}
	
	.ways-features ul {
		flex-wrap: wrap;
	}
	
	.ways-features ul li {
		width: 100%;
		text-align: center;
	}
	
	.ways-features ul li img {
		margin-right: 0;
		margin-top: 20px;
		margin-bottom: 10px;
	}
	
	.ways-features ul li .box-details p {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 0px;
	}
	
	section.content-section {
		padding-top: 40px;
		padding-bottom: 20px;
		background-size: 20%;
		background-position: top 35% right 0;
	}
	
	.invest-conten {
		padding-top: 15px;
		padding-bottom: 25px;
	}
	
	.invest-conten div.inner-body h2 {
		max-width: 100%;
		font-size: 32px;
		line-height: 40px;
		text-align: center;
	}

	.invest-conten div.inner-body p img {
		max-width: 100%;
	}
	
	.saving-guide {
		padding-top: 20px;
		background-image: none;
	}
	
	section.faqs {
		padding: 40px 0px;
	}
	
	section.faqs .faq-questions, section.faqs p {
		margin-bottom: 30px;
		font-size: 16px;
		line-height: 24px;
	}
	
	section.faqs .faq-questions .accordion .accordion-item {
		margin-bottom: 10px;
	}
	
	section.faqs .faq-questions .accordion .accordion-item .accordion-header button::after {
		background-size: 15px;
	}
	
	section.faqs .faq-questions .accordion .accordion-item .accordion-header button {
		padding: 12px 15px;
		font-size: 18px;
		line-height: 20px;
	}
	
	section.faqs .faq-questions .accordion .accordion-item .accordion-body {
		padding: 10px 25px 30px 25px;
		font-size: 16px;
		line-height: 24px;
	}
	
	section.fund-compare, .join-us {
		padding: 30px 0px;
	}
	
	section.fund-compare .table tr th {
		font-size: 16px;
		line-height: 26px;
		white-space: nowrap;
		padding-top: 10px;
		padding-bottom: 10px;
		color: #29294E;
	}
	
	section.fund-compare .table tr td {
		white-space: nowrap;
		font-size: 14px;
		line-height: 18px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	section.fund-compare .table tr td .btn {
		font-size: 14px;
		padding: 5px 15px;
		line-height: 16px;
		border-radius: 5px
	}
	
	.about-banner {
		padding: 60px 0px;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.about-banner h1 {
		font-size: 32px;
		line-height: 45px;
	}
	
	section.about-a {
		padding: 25px 0px;
		text-align: center;
	}
	
	section.about-b {
		padding: 25px 0px 40px 0px;
	}
	
	section.about-b .why-card img {
		margin-bottom: 15px;
	}
	
	section.about-b .why-card .a-title {
		margin-bottom: 10px;
	}
	
	section.about-b .why-card p {
		margin-bottom: 20px;
	}
	
	.contact-banner {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	.contact-banner .banner-content {
		margin-bottom: 0px;
	}
	
	.contact-banner .banner-content img {
		width: 40px;
	}
	
	.contact-banner .banner-content p {
		margin-bottom: 0px;
		line-height: 22px;
	}
	
	.contact-banner .banner-content p strong {
		font-size: 18px;
		line-height: 20px;
	}
	
	.contact-us-form {
		padding: 30px 0px;
	}
	
	section.register-user {
		background-image: url(../images/backgrounds/reg-bg.webp);
        background-repeat: no-repeat;
        background-size: cover ! IMPORTANT;
        background-position: center;
	}
	section.register-user h2{
		text-align: center;
	}

	section.register-user p{
		text-align: center;
	}
	
	.footer .footer-top{
	    display: none;
	}
		
	/*.footer .footer-top .navbar .navbar-brand {*/
	/*	width: 100%;*/
	/*	text-align: center;*/
	/*	margin-right: 0;*/
	/*}*/
	
	/*.footer .footer-top ul.list-top li {*/
	/*	display: block;*/
	/*	width: 100%;*/
	/*	text-align: left;*/
	/*	margin: 5px 0px;*/
	/*}*/

	/*.footer .footer-top ul {*/
	/*	justify-content: center;*/
	/*}*/
	
	.footer .footer-bottom ul, 
	.footer .footer-top ul.social-nav  {
		justify-content: center;
	}

	.trustpilot-widget {
		left: 0;
		transform: translateX(0%);
		-webkit-transform: translateX(0%);
	}
}
/* Cookies Banner */

.cookies-bg {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: fixed;
	background-color: #222222c9;
	z-index: 9999;
}

.cookies-eu-banner {
	background: #fff;
    color: var(--secondary);
    padding: 30px;
    font-size: 13px;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 50%;
    left: 50%;
	top: 50%;
    transform: translate(-50%, -50%);
	border-radius: 10px;
	height: max-content;
	text-align: left;
    
  }
  
  .cookies-eu-banner button:hover {
	background: #fff;
	color: #222;
  }
  
  .hidden {
	display: none;
  }

  .cookies-header{
	font-family: 'Rubik', sans-serif;
	font-size: 22px;
    line-height: 26px;
	font-weight: 500;
    letter-spacing: -0.02em;
	color: #29294E;
	text-align: center;
  }

  .cookies-body{
	font-family: 'Rubik', sans-serif;
	font-size: 14px;
    line-height: 22px;
	font-weight: 400;
    letter-spacing: -0.02em;
	color: #29294E;
	overflow-y:scroll ;
	height: 300px;
  }
  
  .cookies-footer{
	text-align: center;
  }

  @media (max-width: 767px) {
	.cookies-eu-banner {
		width: 90%;
		padding: 20px;
	}

	.cookies-eu-banner .cookies-header {
		font-size: 18px;
	}
		
  }
  /* cookies banner end */

  #success-msg{
	display: none;
  }
  #fail-msg{
	display: none;
  }