:root {
 --custom-orange: #ff6f00;
 --custom-dark-blue: #141d38;
 --custom-light-gray-bg: rgba(255, 255, 255, 0.1);
 --custom-light-lavender: #f7f5ff;
}
.navbar-expand-lg .navbar-nav .nav-link {
 text-transform: capitalize;
}
@media (min-width: 992px) {
 .navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0.6rem;
  padding-left: 0.6rem;
 }
}

.dropdown-menu .dropdown-item{
 padding: 0.5rem 1.5rem;
 font-weight: 600;
 color: #595959;
}
.dropdown-menu .dropdown-item.active, .dropdown-menu .dropdown-item:active{
    background-color: #fa510a;
    color: #fff;
}

.py-7{
 padding-top: 4.5rem !important;
 padding-bottom: 4.5rem !important;
}
@media(max-width: 991px){
 .py-7{
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
 }
}
.bg-custom-orange {
 background-color: var(--custom-orange) !important;
}
.text-custom-orange {
 color: var(--custom-orange) !important;
}
.top-bar {
 background-color: #f8f9fa;
 font-size: 0.85rem;
}
.social-icon {
 color: #343a40;
 transition: color 0.2s;
}
.social-icon:hover {
 color: var(--custom-orange);
}
@media (min-width: 992px) {
 .main-nav .dropdown:hover .dropdown-menu {
  display: block;
 }
}
.hero-section {
 position: relative;
 background-color: var(--custom-dark-blue);
 color: #fff;
}
@media (min-width: 768px) {
 .hero-section {
  background: url('../images/hero-bg.webp') no-repeat center center;
  background-size: cover;
 }
}
.svg-white {
 filter: brightness(0) invert(1);
}
.btn-custom-orange .arrow-icon-container {
 width: 40px;
 height: 40px;
 background-color: rgba(255, 255, 255, 0.2);
}
.btn-custom-orange:hover .arrow-icon-container {
 transform: translateX(5px);
}
.card{
 transition: transform 0.3s ease, box-shadow 0.3s ease;
 overflow: hidden;
}
.card:hover {
 transform: translateY(-10px);
 box-shadow: 0 1rem 3rem rgba(0,0,0, .1) !important;
}
.bg-custom-dark-blue { 
 background-color: var(--custom-dark-blue) !important; 
}
.bg-custom-lavender { 
 background-color: var(--custom-light-lavender) !important; 
}
.step-image-wrapper {
 clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.step-item {
 position: relative;
 transition: transform 0.3s ease-in-out;
}
@media (min-width: 992px) {
 .step-item::after {
  content: '';
  position: absolute;
  top: 193px;
  left: 75%;
  width: 60%;
  border-top: 2px dashed #d8d8d8;
  z-index: -1;
 }
 .row > .col-lg-4:last-child .step-item::after {
  display: none;
 }
}
.why-choose-us-section {
 background-color: var(--custom-light-lavender);
}
.wcu-list--left {
 text-align: right;
}
.text-custom-dark-blue { color: var(--custom-dark-blue) !important; }
.border-custom-orange { border-color: var(--custom-orange) !important; }
.bg-custom-orange-light { background-color: rgba(243, 113, 33, 0.1) !important; }
@media (min-width: 992px) {
 .wcu-item::before {
  content: '';
  position: absolute;
  height: 2px;
  width: 60px;
  background-image: linear-gradient(to right, #d8d8d8 50%, transparent 50%);
  background-size: 8px 100%;
  top: 50%;
  transform: translateY(-50%);
 }
 .wcu-list--left .wcu-item::before {
  right: -65px;
 }
 .wcu-list--right .wcu-item::before {
  left: -30px;        
  width: 30px;        
 }
}
.btn-carousel-nav {
 width: 45px;
 height: 45px;
 background-color: var(--custom-orange);
 color: #fff;
 border-radius: 50%;
 font-size: 1.2rem;
 transition: all 0.2s ease;
}
.btn-carousel-nav:hover {
 background-color: var(--custom-dark-blue);
 color: #fff;
}
.case-study-card {
 transition: all 0.3s ease;
}
.case-study-card:hover {
 transform: translateY(-10px);
}
.case-study-card::before {
 content: '';
 position: absolute;
 top: 0; left: 0; right: 0; bottom: 0;
 background: linear-gradient(to top, rgba(10,20,40,0.9) 10%, rgba(10,20,40,0) 60%);
 z-index: 1;
 border-radius: var(--bs-card-border-radius);
}
.case-study-card .card-img-overlay {
 z-index: 2;
}
.btn-carousel-nav {
 width: 45px;
 height: 45px;
 border-radius: 50%;
}
.link-hover-orange:hover {
 color: var(--custom-orange) !important;
}
.btn-hover-dark:hover {
 background-color: var(--custom-dark-blue) !important;
 color: #fff !important;
}
.testimonials-section {
 background-color: var(--custom-light-lavender);
}
.testimonial-bubble {
 background-color: var(--custom-dark-blue);
 color: #fff;
 padding: 2rem;
 padding-top: 3rem;
 border-radius: 1rem;
 position: relative;
 margin-bottom: 2rem;
}
.testimonial-bubble::after {
 content: '';
 position: absolute;
 bottom: -20px;
 left: 40px;
 border-width: 20px 0 0 25px;
 border-style: solid;
 border-color: var(--custom-dark-blue) transparent transparent transparent;
}
.testimonial-bubble .star-rating {
 color: #ffc107;
 margin-bottom: 1rem;
}
.testimonial-bubble .testimonial-text {
 font-size: 1.1rem;
 font-style: italic;
}
.testimonial-bubble::before {
 content: '\F6AC';
 font-family: 'bootstrap-icons';
 position: absolute;
 top: 15px;
 right: 25px;
 font-size: 3rem;
 color: rgba(255,255,255,0.1);
}
.testimonial-author {
 display: flex;
 align-items: center;
 gap: 1rem;
 margin-right: 2rem;
}
.testimonial-author img {
 width: 60px;
 height: 60px;
 border-radius: 50%;
 object-fit: cover;
}
.testimonial-author .company-logo {
 width: 100px;
 height: auto;
 margin-left: auto;
 filter: grayscale(100%);
 opacity: 0.6;
}
.swiper-pagination-vertical {
 position: relative !important;
 display: flex;
 flex-direction: column;
 gap: 0.75rem;
 transform: translate3d(0px, 0%, 0) !important;
}
.swiper-pagination-bullet {
 width: 60px;
 height: 60px;
 border-radius: 50%;
 background-color: transparent;
 opacity: 0.5;
 border: 3px solid transparent;
 transition: all 0.3s ease-in-out;
 position: relative;
 overflow: hidden;
}
.swiper-pagination-bullet-active {
 opacity: 1;
 border-color: var(--custom-orange);
 transform: scale(1.1);
}
.swiper-pagination-bullet-active::after {
 content: '';
 position: absolute;
 top: -3px; left: -3px; right: -3px; bottom: -3px;
 border-radius: 50%;
 border: 3px solid var(--custom-orange);
}
.swiper-pagination-bullet img {
 width: 100%;
 height: 100%;
 object-fit: cover;
}
@media (max-width: 991.98px) {
 .testimonials-section .row.align-items-center {
  flex-direction: column-reverse;
 }

 .swiper-pagination-vertical {
  flex-direction: row;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
  width: 100%;
 }
 
 .testimonial-bubble {
  margin-left: 0;
 }
}
.social-icon-hover:hover {
 background-color: var(--custom-orange) !important;
 transform: translateY(-3px);
}
.footer-link-hover:hover {
 color: var(--custom-orange) !important;
 text-decoration: underline !important;
}
.img-hover-opacity:hover img {
 opacity: 0.7;
}
.image-stack {
 min-height: 450px;
}
.image-stack .main-image {
 position: absolute;
 top: 0;
 left: 0;
 width: 85%;
}
.image-stack .secondary-image-wrapper {
 position: absolute;
 bottom: 0;
 right: 0;
 width: 60%;
 border: 8px solid white;
 box-shadow: 0 0.5rem 1rem rgba(0,0,0, .15);
}
.stat-icon {
 min-width: 50px;
 height: 50px;
 background-color: #FFF0E8;
 border-radius: 50%;
 display: flex;
 align-items: center;
 justify-content: center;
 position: relative;
}
.stat-icon::before {
 content: '\2714';
 color: var(--custom-orange);
 font-size: 1.2rem;
 font-weight: bold;
}
.icon-square-60 {
 width: 60px;
 height: 60px;
}
.custom-accordion .accordion-item {
 background-color: transparent;
 border: none;
 border-bottom: 1px solid #e0e0e0;
}
.custom-accordion .accordion-button {
 font-weight: 600;
 color: var(--custom-dark-blue);
 background-color: transparent;
 padding: 1.5rem 1rem;
}
.custom-accordion .accordion-button:focus {
 box-shadow: none;
}
.custom-accordion .accordion-button:not(.collapsed) {
 background-color: transparent;
 box-shadow: none;
}
.custom-accordion .accordion-body {
 padding: 0 1rem 1.5rem 1rem;
}
.custom-accordion .accordion-button::after {
 flex-shrink: 0;
 width: 1.5rem;
 height: 1.5rem;
 margin-left: auto;
 content: "";
 background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23f37121'%3e%3cpath fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2Z'/%3e%3c/svg%3e");
 background-repeat: no-repeat;
 background-size: 1.5rem;
 transition: transform 0.2s ease-in-out;
}
.custom-accordion .accordion-button:not(.collapsed)::after {
 background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23f37121'%3e%3cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8Z'/%3e%3c/svg%3e");
 transform: rotate(0deg);
}
.image-composition-wrapper {
 position: relative;
 min-height: 500px;
}
.main-image-wrapper {
 position: absolute;
 top: 0;
 left: 0;
 width: 80%;
 z-index: 2;
}
.secondary-image-wrapper {
 position: absolute;
 bottom: 0;
 right: 50px;
 width: 55%;
 z-index: 3;
 border: 8px solid white;
}
.dot-pattern {
 position: absolute;
 bottom: 40px;
 left: 0;
 width: 70%;
 height: 60%;
 background-image: radial-gradient(var(--custom-orange) 1px, transparent 1px);
 background-size: 15px 15px;
 opacity: 0.4;
 z-index: 1;
}
.stats-card-overlay {
 position: absolute;
 left: -20px;
 bottom: 25px;
 z-index: 4;
}
.stats-card-icon {
 width: 50px;
 height: 50px;
 border-radius: 50%;
 display: flex;
 align-items: center;
 justify-content: center;
 font-size: 1.5rem;
 color: white;
}
.custom-tabs .nav-link {
 border: none;
 border-bottom: 3px solid transparent;
 color: #6c757d;
 font-weight: 600;
 padding: 0.5rem 0;
 margin-right: 2rem;
}
.custom-tabs .nav-link.active,
.custom-tabs .nav-link:hover {
 background-color: transparent;
 border-bottom-color: var(--custom-orange);
}
@media (max-width: 991.98px) {
 .image-composition-wrapper {
  min-height: auto;
  margin-bottom: 3rem;
 }
 .main-image-wrapper, .secondary-image-wrapper, 
 .stats-card-overlay, .dot-pattern {
  position: static;
  width: 100%;
  left: 0;
  bottom: 0;
  margin-bottom: 1rem;
 }
 .secondary-image-wrapper {
  border: none;
 }
}
.btn-outline-orange {
 color: var(--custom-orange);
 border-color: var(--custom-orange);
 transition: all 0.3s ease;
}
.btn-outline-orange:hover {
 color: #fff;
 background-color: var(--custom-orange);
 border-color: var(--custom-orange);
}
.background-shape-1, .background-shape-2 {
 position: absolute;
 border-radius: 50%;
 z-index: 0;
 opacity: 0.5;
}
.background-shape-1 {
 width: 200px;
 height: 200px;
 top: -50px;
 left: -80px;
 background-color: rgba(243, 113, 33, 0.1);
}
.background-shape-2 {
 width: 300px;
 height: 300px;
 bottom: -100px;
 right: -120px;
 background-color: rgba(20, 29, 56, 0.05);
}
.contact-card {
 transition: all 0.3s ease-in-out;
}
.contact-card:hover {
 transform: translateY(-8px);
 box-shadow: 0 1rem 3rem rgba(0,0,0, .07) !important;
 border-color: var(--custom-orange);
}
.map-iframe {
 filter: grayscale(80%) contrast(1.2);
 transition: filter 0.3s ease;
}
.map-iframe:hover {
 filter: grayscale(0%);
}
.form-control:focus,
.form-select:focus {
 border-color: var(--custom-orange);
 box-shadow: 0 0 0 0.25rem rgba(243, 113, 33, 0.25);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-select:focus ~ label {
 color: var(--custom-orange);
}
.info-wrapper {
 background-size: cover;
 background-position: center;
 min-height: 550px;
 display: flex;
 align-items: flex-end;
}
.info-box {
 background-color: rgba(20, 29, 56, 0.85);
 backdrop-filter: blur(10px);
 -webkit-backdrop-filter: blur(10px);
 border: 1px solid rgba(255, 255, 255, 0.1);
}
.support-search-bar .form-control {
 padding: 1rem 1.5rem;
 border: 1px solid #dee2e6;
 border-right: none;
}
.support-search-bar .form-control:focus {
 box-shadow: 0 0 0 0.25rem rgba(243, 113, 33, 0.25);
 border-color: var(--custom-orange);
 z-index: 3;
}
.support-search-bar .btn {
 padding: 1rem 1.5rem;
 display: flex;
 align-items: center;
 justify-content: center;
 font-size: 1.2rem;
 z-index: 2;
}
.support-category-link {
 display: inline-flex;
 align-items: center;
 padding: 0.6rem 1.2rem;
 background-color: var(--custom-light-lavender);
 color: var(--custom-dark-blue);
 border-radius: 50px;
 text-decoration: none;
 font-weight: 600;
 font-size: 0.9rem;
 border: 1px solid transparent;
 transition: all 0.3s ease;
}
.support-category-link:hover {
 background-color: #fff;
 color: var(--custom-orange);
 border-color: var(--custom-orange);
 transform: translateY(-3px);
 box-shadow: 0 4px 15px rgba(0,0,0, .05);
}
.topic-card {
 background-color: #fff;
 border: 1px solid transparent;
 transition: all 0.3s ease;
}
.topic-card:hover {
 transform: translateY(-8px);
 box-shadow: 0 1rem 3rem rgba(0,0,0, .08);
 border-color: var(--custom-orange);
}
.topic-icon {
 font-size: 2.75rem;
 color: var(--custom-orange);
}
.topic-card .link-text {
 color: var(--custom-dark-blue);
 transition: color 0.3s ease;
}
.topic-card:hover .link-text {
 color: var(--custom-orange);
}
.contact-option-card {
 background-color: #fff;
 border: 1px solid #e9ecef;
 box-shadow: 0 0.5rem 1rem rgba(0,0,0, .03);
 transition: all 0.3s ease;
}
.contact-option-card:hover {
 transform: translateY(-8px);
 box-shadow: 0 1rem 2rem rgba(0,0,0, .08);
 border-color: var(--custom-orange);
}
.contact-option-icon {
 background-color: var(--custom-light-lavender);
 color: var(--custom-orange);
 min-width: 60px;
 height: 60px;
 border-radius: 50%;
 display: flex;
 align-items: center;
 justify-content: center;
 font-size: 1.8rem;
}
.btn-orange{
 padding: 12px 24px;
 background-color: var(--custom-orange);
 border: 2 px solid var(--custom-orange);
 color: #fff!important;
}
.btn-orange:hover{
 background-color: #fc9d32;
}
.border-orange{
 border: 2px solid var(--custom-orange);
}
.about{
 background: #141d38 url(https://finastraadvisors.com/assets/images/about.png);
 background-repeat: no-repeat;
 background-position: right top;
 background-attachment: inherit;
}
ul.list-green {
 list-style: none;
 margin: 0;
 padding: 0
}
ul.list-green li {
 margin-top: .33rem;
 padding-left: 1.55rem;
 position: relative
}
.list-green li:before {
 content: "";
 display: block;
 width: 5px;
 height: 9px;
 border: solid #fff;
 border-width: 0 2px 2px 0;
 transform: rotate(45deg);
 position: absolute;
 top: 7px;
 left: 5px;
 z-index: 1
}
ul.list-green li:after {
 width: 15px;
 height: 15px;
 border-radius: 14px;
 background: #10bf25;
 position: absolute;
 left: 0;
 margin: auto;
 content: '';
 top: 5px;
 z-index: 0
}