@import url('../../fonts/axiforma/axiforma.css');
@font-face {
    font-family: 'Gotham';
    src: url('../../fonts/gotham/Gotham-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham';
    src: url('../../fonts/gotham/Gotham-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham';
    src: url('../../fonts/gotham/Gotham-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham';
    src: url('../../fonts/gotham/Gotham-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
:root {
    --color-primary: #00A2E9;    /* Primary color */
    --color-secondary: #203F52;  /* Secondary color */
    --color-accent: #e74c3c;     /* Accent color */
    --color-background: #fff; /* Background color */
    --color-text: #203F52;       /* Text color */
    --color-secondary-text: #868686;
    --text-content : 20px;
    --text-headings  : 48px;
    --text-sub-headings  : 28px;

}
body {
    font-family: 'Axiforma', sans-serif;
    color: var(--color-text);
    background-color: var(--color-background);
}
p{
    color: var(--color-text);
    font-weight: 300;
    font-size: 18px;
}
/* global */
.btn-primary-small{
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    font-weight: 500;
}
.btn-primary {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    font-weight: 500;
    padding: 1rem 1.5rem;
}
.cta-button {
    background-color: var(--color-primary);
    border: .125rem solid var(--color-primary);
    color: white;
    padding: 1rem 1.5rem;
    border-radius: .5rem;
    text-decoration: none;
    font-weight: 500;
    line-height: 1;
}
.cta-button:hover, .btn-primary:hover, .btn-primary-small:hover {
    color: var(--color-primary);
    box-shadow: 8px 8px 0rem 0rem var(--Light-blue, var(--color-primary));
    background-color: #fff;
}
.highlight, .text-primary{
    color: var(--color-primary)!important;
}
.text-weight-medium {
    font-weight: 500;
    color: var(--color-text);
}
.margin-bottom-l {
    margin-bottom: 2rem;
}
.section {
    padding-top: 60px;
    padding-bottom: 60px;
}
/* end global */
#header{
    color: var(--color-text);
    font-size: var(--text-headings);
    margin-top: 70px;
    margin-bottom: 40px;
    text-align: center;
}
#header-left{
    color: var(--color-text);
    font-size: var(--text-headings);
    margin-top: 70px;
    margin-bottom: 70px;
    text-align: left;
}
.heading{
    color: var(--color-text);
    font-size: var(--text-headings);
    font-weight: 500;
}
.sub-heading{
    color: var(--color-text);
    font-size: var(--text-sub-headings);
    font-weight: 500;
}
.in-sub-heading{
    color: var(--color-text);
    font-size: 20px;
    font-weight: 500;
}
#header h2{
    font-size: var(--text-headings);
}
#header-left h2{
    font-size: var(--text-headings);
}
.navbar {
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    padding: 18px 0px;
}
.nav-link {
    font-weight: 500;
}
.navbar-brand {
    font-weight: bold;
    font-size: 1.5rem;
}
.hero h1 {
    font-size: var(--text-headings );
    font-weight: bold;
    color: var(--color-text);
}
.hero p {
    color: var(--color-text);
}
.hero-image {
    border-radius: 10px;
    padding: 20px;
    background-color: #f0f9ff;
    border: 2px solid var(--color-primary);;
    -webkit-box-shadow: 10px 10px 0px 0px var(--color-primary);
    -moz-box-shadow: 10px 10px 0px 0px var(--color-primary);
    box-shadow: 10px 10px 0px 0px var(--color-primary);
}
/* Custom styling for the icons */
.step-icon {
    width: 95px;
    height: 95px;
    background-color: #00a4e7;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 24px;
    margin-bottom: 15px;
}
.media-logos img {
    max-height: 40px;
    margin: 0 15px;
}
.media-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
.rating-badge img {
    width: 176px;
    max-height: 80px;
}
#arrow {
    font-size: 32px;
}
.alert-box {
    background-color: #f4f7fa;
    padding: 1.5rem 1.75rem;
    border-radius: 1.25rem;
    text-align: left;
    font-size: 18px;
    margin: 5px;
}
.alert-box h4 {
    font-size: var(--text-headings);
    color: var(--color-primary);
}
.alert-box p {
    font-size: 18px;
    font-weight: 500;
}
.check-image {
    border-radius: 2.5rem;
    flex: none;
    width: 36.75rem;
    max-width: none;
    height: 34.2188rem;
}
.security-img{
    width: auto;
    height: 70%;
}
.privacy-img{
    margin: 20px;
}
.data-line {
    background-color: #d8d8d8;
    width: 80%;
    height: .0625rem;
}
.cta-section {
    background-color: #f4f7fa;
    padding: 3rem;
    text-align: center;
    border-radius: 0.5rem;
}
.cta-section p{
    font-size: 16px;
}
.cta-title {
    color: var(--color-text);
    font-size: var(--text-headings);
    font-weight: 500;
    line-height: 1.5;
}
.footer-section {
    background-color: #fafafa;
    padding: 2rem 0;
    text-align: center;
    border-radius: 0.5rem;
    font-size: 16px;
}
.footer-section p{
    font-size: 16px;
}
.footer-about{
    text-align: left;
}
.footer-about p{
    margin-bottom: 0.5rem;
}
.footer-links-top {
    list-style: none;
    padding-left: 0;
}
.footer-links-top li {
    display: block;
    margin: 0 1rem;
    text-align: left;
    padding-bottom: 20px;
}
.footer-links-top  a {
    text-decoration: none;
    color: var(--color-secondary);
    font-weight: 300;
}
.social-icons{
    display: flex;
    gap: 20px;
    margin-top: 50px;
}
.footer-social-link {
    color: #fff;
    background-color: var(--color-primary);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 2.25rem;
    height: 2.25rem;
    display: flex;
    text-decoration: none;
}
.footer-links {
    list-style: none;
    padding-left: 0;
}
.footer-links li {
    display: inline-block;
    margin: 0 1rem;
}
.footer-links li a{
    text-decoration: none;
    color: var(--color-secondary);
    font-weight: 300;
}
.footer-middle{
    display: flex;
    justify-content: space-between;
    color: var(--color-secondary-text);
    font-weight: 500;
    margin-top: 100px;
}
.footer-middle .float-left{
    text-align: left;
}
.botom-float-left{
    text-align: left;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 20px;
}
/* refinanceForm */
#rate-quote fieldset{
    width: 50%;
    margin: 0 auto;
}
.transitions{
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    opacity: 1;
    transform-style: preserve-3d;
}
.opportunities .modal-title{
    color: var(--color-primary)!important;
}
/* contact */
.map img{
    width: 100%;
    border-radius: 2.5rem;
}
.contact-hero-line {
    background-color: #203f521a;
    width: 100%;
    height: 1px;
    margin: 20px 0px;
}
#hero_contact h3{
    font-size: var(--text-sub-headings);
    color: var(--color-secondary);
    margin-top: 0;
    margin-bottom: 1.25rem;
    font-weight: 500;
}
#contact_section_inner {
    background-color: #f4f7fa;
    padding-top: 5.375rem;
    padding-bottom: 5.375rem;
    margin-top: 7.5rem;
}
.contact-img img{
    width: 100%;
    border-radius: 2.5rem;
}
#contact-header h2{
    font-size: var(--text-headings);
    text-align: left;
    color: var(--color-text);
    margin-bottom: 30px;
}

#contact_section_inner .form-container label {
    margin-bottom: .75rem;
    font-size: 1rem;
    font-weight: 500;
    color: var(--color-text);
}
#contact_section_inner .form-container input {
    color: var(--color-text);
    border: 1px solid #203f5226;
    border-radius: .25rem;
    width: 100%;
    height: 3.125rem;
    margin-bottom: 0;
    padding: 0 1rem;
    font-weight: 300;
}
#contact_section_inner .form-container textarea {
    resize: none;
    height: auto;
    min-height: 8.25rem;
    padding-top: .75rem;
    color: var(--color-text);
    border: 1px solid #203f5226;
    font-weight: 300;
}
.text-size-tiny {
    font-size: .7rem;
}
.contact-submit {
    width: 100%;
    max-width: 12.25rem;
    margin-top: 1rem;
    margin-bottom: 2rem;
}
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in {
    animation: fadeIn 1s ease-in-out;
}

.fade-section {
    opacity: 0; /* Hidden initially */
    transform: translateY(20px); /* Start position */
}

.fade-section.visible {
    opacity: 1; /* Fully visible */
    animation: fadeIn 0.6s ease forwards; /* Trigger animation */
}

.step{
    opacity: 0; /* Hidden initially */
}
.step.visible {
    opacity: 1; /* Visible when triggered */
    animation: fadeIn 0.5s ease forwards; /* Trigger animation */
}
/* Common class for images that should grow on scroll */
.grow-on-scroll {
    width: 25px; /* Initial small size */
    height: 25px;
    transition: width 0.5s ease, height 0.5s ease, transform 0.5s ease;
    object-fit: cover; /* Maintain aspect ratio */
    transform-origin: center center; /* Ensure growth happens from the center */
}

/* Class to expand the image to its full size */
.grow-on-scroll.visible {
    width: 100%; /* Full size of the container */
    height: auto; /* Maintain aspect ratio */
    transform: scale(1); /* Reset the scale */
}

/* faq */
#faq{
    margin-bottom: 100px;
}
.faq-header{
    margin-bottom: 100px;
}
#faq .accordion-button::after {
    content: '';
  }
#faq .accordion-button {
    background-color: white;
    color: #212529;
    font-weight: 500;
    font-size: 1.75rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.accordion-button:focus {
    box-shadow: none;
}
#faq .accordion-button:not(.collapsed) {
    background-color: transparent;
    border: none;
    box-shadow: none;
}
#faq .accordion-item {
    border: none;
    border-bottom:1px solid #dedede ;
    padding-bottom: 2rem;
    border-radius: 0px;
}
#faq .accordion-item:first-child {
    border-top: 1px solid #dedede;
}
#faq .accordion-body {
    font-size: 0.95rem;
}
#faq .accordion-body{
    padding-top: 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    font-weight: 300;
}
#faq .accordion-button::after {
    content: "+"; /* Default state */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 5rem;
    height: 5rem;
    background-color: rgb(247, 247, 247);
    border-radius: 50%;
    font-size: 2.5rem;
    font-weight: 200;
    color: #212529;
    transition: transform 0.3s;
    background-image: none;
}
#faq .accordion-button:not(.collapsed)::after {
    transform: rotate(45deg);
    background-color: rgb(0, 162, 233);
    color: #fff;
}
.rate-head{
    background: #203f52;
    padding-top: 5rem;
    padding-bottom: 20rem;
    margin-top: -10px!important;
}
.frame-bottom-text p{
    font-size: 14px;
    text-align: center;
}
.custom-nav{
    background: #203f52!important;
    color: #fff!important;
}
.custom-nav .nav-link{
    color: #fff!important;
}
#todays_rates{
    margin-top: -300px;
}
/* about */
.founder-section{
    padding-bottom: 9.375rem;
}
.hero-about-column {
    padding-top: 5rem;
}
.hero-about-us-bg-img-wrap {
    object-fit: cover;
    width: 100%;
    max-width: none;
    position: relative;
    overflow: hidden;
}
.hero-about-us-bg-img-wrap img {
    width:100%
}
.founder-photo-holder{
    position: relative;
    z-index: 11;
}
.founder-photo {
    background-color: #fff;
    border: 1rem solid #fff;
    border-radius: 50%;
    flex: none;
    width: 30.375rem;
    max-width: none;
    height: 30.375rem;
    position: absolute;
    z-index: 11;
    inset: -10rem 0% auto auto;
}
.hero-about-wrap {
    border-bottom: 1px solid #00000026;
    margin-bottom: 2rem;
    padding-bottom: 5rem;
}
.founder-social-link{
    display: flex;
    gap: 10px;
}
.founder-social-link a{
    border-radius: 50%;
    width: 2.25rem;
    height: 2.25rem;
    justify-content: center;
    align-items: center;
    display: flex;
    background-color: #00A2E9;
    color: #fff;
}
.founder-social-link h5{
    line-height: 2.25rem;
    font-weight: 200;
}
.featured-slide-image {
    width: 100%;
    max-width: 17.625rem;
    border-radius: 100px;
}
.featured-slide {
    width: calc(100% - 1.5rem);
    margin-right: 1.5rem;
}
#featured h3{
    font-size: var(--text-sub-headings);
    color: var(--color-text);
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 500;
    margin-bottom: 2.25rem;
}
.journey-box {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    background-color: #fafafa;
    border-radius: .625rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    min-height: 26.5rem;
    padding: 2rem 2.625rem;
    font-size: 1.125rem;
    display: flex;
    border: none;
    margin-bottom: 30px;
}
.journey-box .card-title{
    font-size: 2rem;
    margin-bottom: 0px;
}
.founder-name{
    color: var(--color-text);
    font-size: 3rem;
}
.col-md-6.border-end {
    border-right: 1px solid #212529; /* Adjust the color and width as needed */
}
#diversity, #journey{
    padding-bottom: 7.5rem;
}
#recognition img , #diversity img{
    width: 100%;
    border-radius: 2.5rem;
}
#recognition h2, #diversity h2 {
    font-size: 3rem;
    text-transform: capitalize;
    margin-top: 0;
    margin-bottom: 1.5rem;
    font-weight: 500;
    line-height: 1.2;

}
.honor-image {
    object-fit: cover;
    border-radius: 1.25rem;
    width: 100%;
    max-width: none;
    height: 11.375rem;
}
#carousel .owl-nav {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.owl-theme .owl-dots{
    margin-top: -28px;
}

#carousel .owl-carousel .owl-nav .owl-prev,#carousel .owl-carousel .owl-nav .owl-next {
    font-size: 20px!important;
    font-weight: 500;
}
#carousel .owl-carousel .owl-nav .owl-prev:hover,#carousel .owl-carousel .owl-nav .owl-next:hover {
    background: transparent;
    color: var(--color-primary);
}
.overlay-image {
    position: relative;
    width: 100%; /* Adjust as needed */
    height: auto; /* Keep aspect ratio */
    overflow: hidden;
}

.overlay-image img {
    width: 100%;
    height: auto;
    display: block;
}

.about-hero-overlay-img {
    z-index: 1;
    background-color: rgba(255, 255, 255, 1); /* Adjust overlay color and opacity */
    width: 100%; /* Start at full width */
    height: 100%; /* Cover full height */
    position: absolute;
    top: 0;
    left: 0; /* Start from the left */
    transition: transform 1.5s ease; /* Animate transform */
}

/* When the overlay starts animating */
.about-hero-overlay-img.animate {
    transform: translateX(100%); /* Move the overlay to the left */
}
@media (max-width: 1024px) {
    #header {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .section {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .heading, .cta-title  {
        font-size: 30px;
    }
    .in-sub-heading {
        font-size: 14px;
    }
    #header h2 {
        font-size: 30px;
    }
    .cta-section p{
        font-size: 12px;
    }
    .alert-box {
        padding: 0.5rem 0.75rem;
        border-radius: 0.25rem;
    }
    .alert-box h4 {
        font-size: 30px;
    }
    .alert-box p {
        font-size: 8px;
    }
    .footer-about p, .footer-links-top a, .footer-links li a  {
        font-size: 8px;
    }
    .sub-heading {
        font-size: 20px;
    }
    .media-logos img {
        max-height: 18px;
        margin: 0 5px;
    }
    .rating-badge img{
        max-height: 80px;
    }
    .check-image{
        width: 100%;
        height: auto;
    }
    .security-img {
        width: auto;
        height: 50%;
    }
    .privacy-img {
        max-width: 90%;
    }
    #rate-quote fieldset{
        width:90%;
        margin: 0 auto;
    }
    #rate-quote span.checkbox-text {
        font-size: 14px!important;
    }
    #contact-header h2{
        font-size: 42px;
    }
    .founder-photo {
        width: 15rem;
        height: 15rem;
    }
    .hero-about-column {
        text-align: left;
    }
    .nav-logo-icon {
        width: 100%;
        height: 67px;
        color: #fff;
        fill: #fff;
    }
}
@media (max-width: 552px) {
.rating-badge{
    width: 100%;
}
.media-logos{
    gap: 20px;
}
.media-logos :nth-child(1) { order: 2; }
.media-logos :nth-child(2) { order: 3; }
.media-logos :nth-child(3) { order: 4; }
.media-logos :nth-child(4) { order: 1; }
.media-logos :nth-child(5) { order: 5; }
.media-logos :nth-child(6) { order: 6; }
.media-logos :nth-child(7) { order: 7; }

.check-image{
    width: 100%;
    height: auto;
    padding: 5px;
    display: none;
}
.privacy-img  {
    width: 100%;
    height: auto;
    margin: 0px;
}
.cta-section {
    padding: 1rem;
}
.mobile-100{
    width: 100%!important;
}
.security-img {
    width: 100%;
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
}
.section {
    padding-top: 30px;
    padding-bottom: 30px;
}
.footer-links li {
    display: block;
    margin: 0rem;
    text-align: left;
    padding-bottom: 20px;
}
.footer-links-top li {
    margin: 0 0rem;
}
.social-icons {
    margin-bottom: 50px;
}
.footer-middle{
    flex-wrap: wrap;
    gap: 20px;
}
#rate-quote fieldset{
    width: 100%;
    margin: 0 auto;
}
#contact_section_inner {
 margin-top: 1.5rem;
}
#contact-header h2{
    font-size: 42px;
}

#faq .accordion-header {
    padding: 0.25rem 0 0;
}

#header-left h2 {
    font-size: 40px;
}
.mobile-shanak{
   display: block;
   max-width: 100%;
   height: auto;
   inset: 0px;
   margin: 50px 0px;
}
.hero-about-column{
    text-align: left;
}
#diversity, #journey {
    padding-bottom: 2.5rem;
}
.frame-bottom-text{
    margin-top: 70px;
}
#faq .accordion-button {
    font-weight: 500;
    font-size: 1.3rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
#faq .accordion-button::after {
    width: 3rem;
    height: 3rem;
    font-size: 1.5rem;
}
#faq {
    margin-bottom: 50px;
}
.owl-theme .owl-dots{
    margin-top: -32px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 5px!important;
    height: 5px!important;
    margin: 2px 4px!important;
}
#carousel .owl-carousel .owl-nav .owl-prev, #carousel .owl-carousel .owl-nav .owl-next {
    font-size: 15px !important;
}
}

#leadsViewMoreModal .form-label, #leadsViewMoreModal .form-control {
    font-weight: 100; /* Change label font weight to normal */
}

/* Spinner Centered in the Overlay */
#leadsViewMoreModal #modalSpinnerOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7); /* Light overlay */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1051; /* Ensure it's above the modal */
}

.lead-opportunities .terms-title {
	color: #00a2ea;
	font-weight: 500;
	padding-top: 10px;
}

.lead-opportunities .terms-conditions p {
	font-size: 12px;
	margin: 0px;
}

/* Privacy Policy */
#privacy_policy_container .list ul li {
    position: relative;
    list-style: none;
    /* Remove default marker */
    list-style-type: none;
    margin-bottom: 1rem;
    font-weight: 300;
}

#privacy_policy_container .list ul li::before {
    position: absolute !important;
    top: 3px !important;
    left: -30px !important;
    content: '' !important;
    clear: both !important;
    display: block !important;
    background-image: url('/assets/img/list-img.png');
    border-radius: 10px !important;
    height: 20px !important;
    width: 20px !important;
}

#privacy_policy_container .list ul li a, #privacy_policy_container a{
    color: var(--color-primary)!important;
    text-decoration: none !important;   
}

#privacy_policy_container .text{
    line-height: 1.75em;
}

.team-work-bold-italic {
    font-size: 20px;
    font-weight: bold;

}   