﻿@font-face {
    font-family: 'Barlow';
    src: url('../fonts/Barlow-Regular.eot');
    src: url('../fonts/Barlow-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Barlow-Regular.woff2') format('woff2'), url('../fonts/Barlow-Regular.woff') format('woff'), url('../fonts/Barlow-Regular.ttf') format('truetype'), url('../fonts/Barlow-Regular.svg#Barlow-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Medium.eot');
    src: url('../fonts/Raleway-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Raleway-Medium.woff2') format('woff2'), url('../fonts/Raleway-Medium.woff') format('woff'), url('../fonts/Raleway-Medium.ttf') format('truetype'), url('../fonts/Raleway-Medium.svg#Raleway-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
html {
  scroll-behavior: smooth;
}
.deposit-solution-area {
    background: linear-gradient(rgba(0, 86, 179, 0.9), rgba(0, 61, 130, 0.9)), url(../Images/deposit-bg.jpg);
    background-size: cover;
    background-position: center;
    color: white;
    padding: 120px 0;
    text-align: center;
}
.deposit-solution h2 {
    font-size: 48px;
    font-weight: 500;
    font-family: 'Raleway';
}
.deposit-solution p {
    font-size: 24px;
    width: 65%;
    margin: 30px auto;
    font-family: 'Barlow';
}
.btn-orange {
    display: inline-block;
    padding: 10px 25px;
    background-color: #ff6b00;
    color: #fff;
    text-decoration: none;
    border-radius: 4px !important;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-family: 'Barlow';
}
.btn-orange:hover, .btn-orange:focus, .btn-orange:active   {
    color: #fff;
    background-color: #e05e00;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}
.btn-outline {
    background: transparent;
    border: 2px solid white;
    display: inline-block;
    padding: 8px 25px;
    color: #fff;
    text-decoration: none;
    border-radius: 4px !important;
    font-weight: 600;
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 16px;
    font-family: 'Barlow';
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
    background: white;
    color: #177d7c;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}
.mr-15 {
    margin-right: 15px;
}
.features-area {
    padding: 60px 0;
    background: #f2efef;
}
.features-area.features-ufl {
    padding: 30px 0 60px;
    background: #f2efef;
}
.features {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.feature-card {
    flex: 1;
    min-width: 240px;
    background: white;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    text-align: center;
}
.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.feature-card h3 {
    font-size: 24px;
    color: #003d82;
    font-weight: 500;
    font-family: 'Raleway';
}
.feature-card p {
    text-align: justify;
}
.feature-card img {
    width: 40px;
    opacity: 1 !important;
    margin: 0 auto;
}
.products-area {
    padding: 30px 0 60px;
    background: #f7f7f7;
}
.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
}
.product-card {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border: 1px solid #eaeaea;
    padding-bottom: 20px;
}
.product-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.product-header {
    background: #177d7c;
    color: white;
    padding: 20px;
    text-align: center;
}
.product-header h3 {
    font-weight: 500;
    font-family: 'Raleway';
    margin-top: 0px;
}
.badge-blue {
    color: #fff;
}
.product-body ul li {
    padding: 8px 0;
    border-bottom: 1px solid #e9ecef;
    display: flex;
    align-items: center;
    margin-right: 40px;
}
.product-body ul li:last-child {
    border-bottom: none;
}
.product-body ul li i {
    color: #28a745;
    margin-right: 10px;
}
.nav-tabs {
    border: 0px;
    margin-bottom: 15px;
}
.nav-tabs>li>a {
    padding: 12px 25px;
    background: white;
    border: 1px solid #e9ecef;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
    margin: 0 4px;
    font-size: 18px;
    color: #000;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    background: #177d7c;
    color: white;
    border-color: #177d7c;
    border-bottom-color: transparent;
}
.section-title h2 {
    font-size: 44px;
    color: #003d82;
    margin-bottom: 15px;
    font-weight: 500;
    font-family: 'Raleway';
    text-align: center;
}
.section-title p, .special-notes p {
    max-width: 700px;
    margin: 0 auto;
    color: #6c757d;
    font-size: 18px;
    margin-bottom: 30px;
    text-align: center;
}
.rate-matrix-area {
    background: #ffffff;
    padding: 30px 0;
}
.matrix-table .table thead tr th {
    background-color: #177d7c;
    color: #fff;
    font-size: 18px;
    padding: 15px 10px;
}
.matrix-table .table tbody tr td {
    color: #000;
    font-size: 18px;
    border-bottom: 1px solid #e9ecef;
    border-right: 0px solid #e9ecef;
    padding: 15px 10px;
}
.table tbody tr td:last-child {
    text-align: left;
}
.deposit-solution-area.cta-area {
    background: linear-gradient(rgba(0, 86, 179, 0.9), rgba(0, 61, 130, 0.9)), url(../Images/cta-bg.jpg);
    background-size: cover;
    background-position: center;
    color: white;
    padding: 120px 0;
    text-align: center;
}
.calc-area {
    padding: 30px 0 60px;
    background: #f2f2f2;
}
.calc-form {
    flex: 1;
    min-width: 300px;
    background: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.calc-result {
    flex: 1;
    min-width: 300px;
    background: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    text-align: center;
}
.form-group input, .form-group select {
    width: 100%;
}
.calc-result h3 {
    font-family: 'Raleway';
    margin:0;
}
.result-value {
    font-size: 36px;
    font-weight: 700;
    color: #177d7c;
    margin: 0;
}
.calc-result p {
    font-family: 'Barlow';
    font-family: 'Barlow';
    font-size: 16px;
    margin: 0;
}
@media only screen and (max-width: 767px) {
    .deposit-solution-area {
      padding: 60px 0;
    }
    .deposit-solution h2 {
        font-size: 32px;
        text-align: justify;
    }
    .deposit-solution p {
      font-size: 18px;
      width: 98%;
      margin: 15px auto;
      text-align: justify;
    }
    .btn-group.text-center {
      display: flex !important;
      justify-content: center;
      flex-wrap: wrap;
    }
    .btn-orange-mob {
        margin-right: 0;
        margin-top: 15px;
        width: 80%;
    }
    .section-title h2 {
      font-size: 32px;
    }
    .calc-form {
      min-width: inherit;
    }
    .calc-result {
      min-width: inherit;
      margin-top: 15px;
    }
    .deposit-solution-area.cta-area {
      padding: 60px 0;
    }
    .nav-tabs > li > a {
        margin: 10px 0px 0;
    }
}


