/* body{
    font-family: "Inter", sans-serif;
} */
 :root {
    --main-font-family: "Poppins", sans-serif;
 }
h1, h2, h3, h4, h5, h6, p, span{
    font-family: "Inter", sans-serif;
}
.mandatory {
    color: #d32f2f;
    font-size: 14px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .main-navbar .navbar .navbar-brand {
        padding: 0 10px 0 0;
        max-width: 210px;
    }
}

.single-footer-widget .widget-logo {
    margin-bottom: 20px;
}

.theme-light .black-logo {
    width: 250px;
}
.owl-carousel .owl-stage {
    transition-timing-function: linear !important;
}
.register-form form .form-group .form-control {
    height: 46px;
    padding: 9px 15px;
    background: #F7FBFC;
    border: 1px solid #E5E5E5;
    border-radius: 10px;
}
.single-getting-started-card{
    border-radius: 16px;
}
.single-getting-started-card:hover{
    border-radius: 16px;
}
.register-form {
    max-width: 800px;
    background: rgba(255, 255, 255, 0.7);
}

.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.section-title {
    max-width: 700px;
}

.main-hero-area {
    background-image: url(/frontend/tcul-img/home/herosection.png);
}

.overview-content h3 {
    font-size: 30px;
}

.page-banner-area {
    padding-top: 25px;
    padding-bottom: 25px;
}

.page-banner-content h2 {
    margin-bottom: 0px;
}

.benefits-area {
    background-color: #125c72;
    position: relative;
}
.doc-type {
    font-size: 13px;
    color: #555;
    margin-top: 8px;
}

.company-name {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 2px;
}

.company-address {
    font-size: 12.5px;
    line-height: 1.5;
    color: #444;
    margin: 0;
}

/* Main Title */
.loan-form-simple h2,
.form-title {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
}

/* Mandatory note */
.loan-form-simple .mandatory {
    font-size: 12.5px;
    color: #b00020;
    margin-bottom: 20px;
}

/* Section heading */
.section-heading {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
}

.section-heading::after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background: #009286;
    margin-top: 6px;
}

/* Form alignment */
.loan-form-simple .form-group {
    margin-bottom: 18px;
}

.loan-form-simple label {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 6px;
}

.loan-form-simple .form-control {
    height: 42px;
    font-size: 13px;
}

.loan-form-simple textarea.form-control {
    height: auto;
}

/* Divider */
.loan-form-simple hr {
    margin: 28px 0;
    border-top: 1px solid #535353;
}

/* Button */
.default-btn {
    margin-top: 15px;
    padding: 12px 30px;
    font-size: 14px;
}

.option-item a{
    font-size: 16px !important;
}

/* =====================================
   FLOATING AWARDS / MILESTONES CARD
   ===================================== */

.awards-fact-box {
    position: relative;
    margin-top: -90px;
    z-index: 3;
    padding-bottom: 60px;
}

/* MAIN WHITE CARD */
.awards-fact-box__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;

    background: #ffffff;
    border-radius: 18px;
    padding: 0px 30px;
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.15);
    min-height: 160px;
}
.title-box{
    border-right: 1px solid #e5e7eb;

}
/* LEFT SIDE */
.awards-fact-box__left {
    flex: 0 0 65%;
    display: flex;
    align-items: center;
    gap: 35px;
}
.fact-container{
    max-width: 1350px;
}
/* TITLE */
.awards-fact-box .title-box h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    color: #1f2933;
    margin: 0;
    padding-right: 20px;
}

/* AWARDS LIST */
.award-box ul {
    display: flex;
    align-items: center;
    gap: 35px;
    padding: 0;
    margin: 0;
    list-style: none;
}

/* SINGLE AWARD */
.single-award-box {
    position: relative;
    text-align: center;
    min-width: 130px;
}
.odometer-counting{
    position: relative;
    display: flex;
    align-items: center;
    padding-bottom: 6px;
}
/* Reduce wreath image size */
.single-award-box .overlay-img img {
    width: 100px;
    height: auto;
    margin: 0 auto;
}

/* Move title on top of wreath */
.single-award-box .title {
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

/* Award title text */
.single-award-box h6 {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 2px;
    color: #1f2933;
}

/* Award year */
.single-award-box span {
    font-size: 11px;
    color: #6b7280;
}

/* RIGHT STATS BOX */
.awards-fact-box__right {
    flex: 0 0 36%;
    background: #145b6f;
    border-radius: 0px 14px 14px 0px;
    padding: 40px 35px;
    color: #ffffff;

    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

/* STATS TEXT */
.awards-fact-box__right h2 {
    color: #ffffff;
    font-size: 48px;
    font-weight: 700;
    margin: 0;
}
.awards-fact-box__right span{
    color: var(--thm-white);
    font-size: 48px;
    line-height: 1.0em;
    font-family: var(--thm-font-2);
    font-weight: 600;
    margin-bottom: -3px;
}
.awards-fact-box__right p {
    font-size: 18px;
    opacity: 0.9;
    margin: 5px 0 0;
}

/* ICON CIRCLE (DECORATIVE) */
.awards-fact-box__right::after {
    content: "";
    width: 90px;
    height: 90px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 50%;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}

@media only screen and (max-width: 1199px) {
    .main-responsive-nav .logo {
        position: relative;
        z-index: 999;
        max-width: 130px;
    }
}

.others-option-for-responsive .dot-menu {
    top: -31px;
}

.slogan-style1__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    z-index: -2;
}

.slogan-style1__bg2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    background-image: url(/frontend/tcul-img/home/slogan-v1-bg2.jpg);
    background-repeat: repeat-x;
    background-size: auto 100%;
    background-position: 0 0;

    opacity: 0.15;
    z-index: -1;

    animation: scrollBg 70s linear infinite;
}

/* Keyframes */
@keyframes scrollBg {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 2000px 0;
    }
}

.list-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;                 /* space between items */
    padding: 0;
    margin: 0;
    list-style: none;
    flex-wrap: wrap;           /* responsive */
    margin-top: 30px;
}

.list-item li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.list-item .icon img {
    width: 18px;
    height: 18px;
}

.list-item h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;            /* white text like image */
    white-space: nowrap;
}

.single-global-transfers-card{
    border-radius: 12px;
    border: 0.3px solid #ffc107;
    box-shadow: 0 4px 12px rgba(11, 234, 245, 0.1);
}
.single-global-transfers-card:hover{
    background-color: #fff;
    border: 1px solid #0092861a;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(245, 204, 11, 0.2);
}
.single-global-transfers-card .icon img {
    filter: none !important;
    transform: translateZ(0);
    backface-visibility: hidden;
    height: 70px;
    width: 70px;
}

.review-area.bg-F4F5F5 {
    background-color: #f0f7f7;
}
.section-title span {
    background-color: #edfffe;
    border: 1px solid #63d9e2;
    color: #04bfaf;
    border-radius: 60px;
    width: fit-content;
    padding: 3px 16px;
    margin: auto;
    font-weight: 600;
    margin-bottom: 14px;
}
.reliable-content span{
    background-color: #fff1fd;
    border: 1px solid #ffd9f9;
    color: var(--optional-color);
    border-radius: 60px;
    width: fit-content;
    padding: 3px 16px;
    font-weight: 600;
    margin-bottom: 14px;
}
.footer-area{
    border-top: 1px solid #009286;
    background-color: #f9ffff;
}
.single-review-card {
    border-radius: 16px;
}
.single-getting-started-card .getting-image img {
    height: 70px;
    width: 70px;
}
/* Mobile */
@media (max-width: 768px) {
    .list-item {
        gap: 20px;
    }
    .main-responsive-nav .main-responsive-menu.mean-container .navbar-nav {
        height: auto;
    }
}

/* Desktop */
@media (min-width: 768px) {
    .single-award-box .title{
        gap: 8px;
    }
}

/* Section spacing */
.slogan-style2 {
    padding: 120px 0;
}

/* ===============================
   BACKGROUND IMAGE (LEFT ➜ RIGHT)
================================ */
.slogan-style2__bg {
    position: absolute;
    inset: 0;
    background-repeat: repeat-x;
    background-position: top center;
    background-size: auto;
    animation: bgLeftToRight 40s linear infinite;
    z-index: 0;
}

@keyframes bgLeftToRight {
    from {
        background-position: -2000px top;
    }
    to {
        background-position: 0 top;
    }
}

/* ===============================
   BIG SCROLLING TEXT CONTAINER
================================ */
.slogan-style2__big-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -18px;
    overflow: hidden;
    pointer-events: none;
    z-index: 1;
}

/* Kill JS marquee behavior COMPLETELY */
.js-marquee-wrapper,
.js-marquee {
    width: auto !important;
    transform: none !important;
    animation: none !important;
    float: none !important;
}

/* ===============================
   TEXT SCROLL (RIGHT ➜ LEFT)
================================ */
.slogan-style2-scrolling-text .list {
    display: flex;
    width: max-content;
    animation: textRightToLeft 35s linear infinite;
}

@keyframes textRightToLeft {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

/* BIG outlined faded text */
.slogan-style2-scrolling-text .item {
    font-size: 180px;
    font-weight: 800;
    letter-spacing: 12px;
    white-space: nowrap;
    margin-right: 160px;

    color: transparent;
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.08);
    text-stroke: 1px rgba(0, 0, 0, 0.08);
}

/* Keep heading & button ABOVE everything */
.slogan-style2__content .title-box,
.slogan-style2__content .btn-box {
    position: relative;
    z-index: 3;
}
.single-award-box .title {
    flex-direction: column !important;
    padding: 0px 0px;
}

/* ===============================
   MOBILE OPTIMIZATION
================================ */
@media (max-width: 768px) {
    .slogan-style2-scrolling-text .item {
        font-size: 90px;
        margin-right: 80px;
    }
    .slogan-style2, .trading-tools-style1 {
        padding: 60px 0 !important;
    }
}

.slogan-style2-scrolling-text ul.list li.item {
    position: relative;
    float: left;
    margin-left: 0px;
    color: transparent;
    font-size: 200px;
    line-height: 1.0em;
    font-family: var(--thm-font-2);
    font-weight: 700;
    text-transform: uppercase;
    background-image: linear-gradient(0deg, #f1f8f8, #e4efef);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #d8e2e2;
}

.slogan-style2-scrolling-text ul.list {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    width: fit-content;
}

.slogan-style2-scrolling-text li.item {
    display: inline-block;
    white-space: nowrap;
    writing-mode: horizontal-tb;
}


.js-marquee-wrapper {
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
}

.js-marquee {
    display: flex !important;
    flex-direction: row !important;
}

.slogan-style2__content {
    position: relative;
    background: #f4fbfa;
    border-radius: 20px;
    padding: 130px 0px 130px;
    overflow: hidden;
}

.icon-box {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-box .icon-img {
    width: 62px;
    height: 62px;
    object-fit: contain;
}

.list-item li {
    display: flex;
    align-items: flex-start; /* icon stays top */
}

.list-item li .text h4 {
    margin-bottom: 4px;
}

.list-item li .text p {
    margin: 0;
    font-size: 14px;
    color: #ffffff;
    line-height: 1.5;
}

/* ===============================
   Custom Select Wrapper
================================ */
.custom-select-wrapper {
    position: relative;
    width: 100%;
}

/* ===============================
   Input Field
================================ */
.custom-select-wrapper input.form-control {
    padding-right: 95px;              /* space for button */
    cursor: pointer;
    background-color: #ffffff;
}

/* ===============================
   Right Trigger Button (GBP style)
================================ */
.custom-select-trigger {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 90px;
    background: #243a5e;              /* dark blue */
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    user-select: none;
}

/* Selected text */
.custom-select-trigger .selected-text {
    color: #ffffff;
    white-space: nowrap;
}

/* Arrow */
.custom-select-trigger .arrow {
    font-size: 10px;
    margin-top: 2px;
}

/* ===============================
   Dropdown Box
================================ */
.custom-select-dropdown {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    width: 100%;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
    display: none;
    z-index: 999;
    overflow: hidden;
}

/* ===============================
   Dropdown Options
================================ */
.select-option {
    padding: 10px 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: #1f2937;
    transition: background 0.2s ease;
}

.select-option:hover {
    background: #f1f5f9;
}

/* Icon inside option */
.select-option .icon {
    font-size: 15px;
}

/* ===============================
   Active / Selected State
================================ */
.custom-select-trigger.has-value {
    background: #1e3554;   /* slightly darker after selection */
}

/* ===============================
   Mobile Safety
================================ */
@media (max-width: 576px) {
    .custom-select-trigger {
        width: 80px;
        font-size: 12px;
    }

    .custom-select-wrapper input.form-control {
        padding-right: 85px;
    }
}

/* Trading Tools */
.section{
    width:900px;
    margin:80px auto;
}

h2{
    font-size:32px;
    color:#2A3F65;
    margin-bottom:30px;
}

/* Wrapper */
.slider-wrap{
    overflow: hidden;
    position:relative;
    width:650px;   /* 370 + 110 + 110 + gaps */
    height:410px;
}

/* Card */
.card{
    position:absolute;
    inset:0;
    border-radius: 10px;
    padding:40px;
    color:#fff;
    transition:all .5s ease;
}

/* Front */
.card.active{
    left:0;
    width:370px;
    /* background:#0e495b; */
    background: #1593b9;
    z-index:3;
}

.card.next{
    top: 30px !important;
    height: calc(100% - 50px) !important;
    left:370px;              /* active width + gap */
    width:110px;
    background:#206d84;
    z-index:2;
    border-radius: 0px 0px 0px 0px !important;

}

.card.last{
    top: 30px !important;
    height: calc(100% - 50px) !important;
    left: 480px;              /* active + next + gap */
    width:110px;
    background:#0a3744;
    z-index:1;
    border-radius: 0px 10px 10px 0px !important;

}

.counting{
    color: #6bddd9;
    font-size: 24px;
    line-height: 21px;
    font-weight: 600;
    margin-top: 1px;
}

/* Icon */
.icon{
    font-size:36px;
    margin-bottom:20px;
}
/* Default: hide content for side cards */
.card.next .icon,
.card.next .desc,
.card.next .link,
.card.last .icon,
.card.last .desc,
.card.last .link {
    display: none;
}

/* Vertical title for side cards */
.card.next .title,
.card.last .title {
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    white-space: nowrap;
}
.card.next .counting,
.card.last .counting {
    transform: translate(-50%, -10%) rotate(0deg);
}

/* Title styling */
.card.next .title h3,
.card.last .title h3 {
    font-size:18px;
    font-weight:600;
    letter-spacing:1px;
    opacity:.9;
}

/* Restore active card layout */
.card.active .title {
    position:static;
    transform:none;
}

.card.active .icon,
.card.active .desc,
.card.active .link,
.card.active .counting {
    display:block;
}

/* Text */
.title{
    display: flex;
    justify-content: space-between;
    gap: 16px;
    font-size:22px;
    font-weight:700;
    margin-bottom:12px;
    padding: 20px 0px;
}
.card.active .title{
    border-top: 1px solid #ffffff3f;
    border-bottom: 1px solid #ffffff3f;
    padding: 20px 0px;

}
.desc{
    padding: 8px 0px;
    font-size:14px;
    line-height:1.6;
    max-width:400px;
    opacity:.9;
}
.link{
    display:inline-block;
    margin-top:20px;
    margin-bottom:20px;
    color:#fff;
    font-weight:600;
    text-decoration:none;
}
#prev{
    color: #fff;
}
#next{
    color: #fff;
}
/* Numbers */
.steps{
    position:absolute;
    top:25px;
    right:40px;
    display:flex;
    gap:25px;
    font-weight:600;
}
.steps span{
    opacity:.4;
}
.steps span.active{
    color:#45d9e6;
    opacity:1;
}

/* Arrows */
.controls{
    position:absolute;
    bottom:-70px;
    right:0;
    display:flex;
    gap:15px;
}
.btn{
    width:46px;
    height:46px;
    border-radius:50%;
    border:1px solid #ccc;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
}
.btn:hover{
    background:#f1f1f1;
}
.sub-title{
    color: var(--thm-black);
    line-height: 35px;
    font-family: var(--thm-font-2);
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 18px;
    background-color: #6bddd9;
    padding: 8px 20px 8px;
    margin-bottom: 16px;
    width: fit-content;
}
.sub-title h4{
    font-size: 14px !important;
}
.trading-tools-style1 {
    position: relative;
    background-color: #125c72;
    padding: 120px 0 120px;
    overflow: hidden;
}
.trading-tools-style1__content {
    position: relative;
    display: block;
    max-width: 690px;
}
.trading-tools-style1__bgshape {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: calc((100% + 210px) / 2);
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
}

.trading-tools-style1__bgvideo {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: calc((100% - 210px) / 2);
    overflow: hidden;
    z-index: 1;
}

/* Video element */
.trading-tools-style1__bgvideo video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Optional overlay for text readability */
.trading-tools-style1__bgvideo::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
}

.trading-tools-style1 .container {
    position: relative;
    z-index: 2;
}


/* About Section  */
.about-invista {
    padding: 50px 0px 100px;
    background: #fff;
}

/* FULL WIDTH BORDER */
.about-border {
    border: 4px solid #009286;
    padding: 60px 0 20px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

/* HEADER LINE TOUCHES BORDER */
.about-header {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
}

.about-header .line {
    flex: 1;
    height: 3px;
    background: #009286;
}

.about-header h4 {
    margin: 0 20px;
    font-weight: 600;
    letter-spacing: 2px;
    background: #fff;
    padding: 0 10px;
}

/* BAND BREAKS CONTAINER */
.about-band {
    background: #d7efe4;

    width: 100vw;                 /* FULL VIEWPORT */
    position: relative;
    left: 50%;
    transform: translateX(-50%);  /* BREAK OUT OF CONTAINER */

    padding: 30px 0;
    margin: 10px 0 20px;
    overflow: hidden;
}

/* IMAGE MASKED TEXT */

.about-text-mask {
    font-size: 120px;
    font-weight: 800;
    letter-spacing: 10px;
    text-align: center;
    margin: 0;

    background-image: url('/frontend/tcul-img/home/herosection.png');
    background-size: cover;
    background-position: center;

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    transform: translateY(-60px); /* START ABOVE */
    opacity: 0;

    animation: invistaSlide 1.2s ease forwards;
    animation-delay: 0.2s;
}
@keyframes invistaSlide {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* CONTENT */
.about-content {
    text-align: center;
    padding: 0 40px;
}

.about-content h2 {
    color: #009286;
    margin-bottom: 20px;
}

.about-content p {
    text-align: justify;
    line-height: 1.8;
    color: #444;
}
.about-footer {
    position: absolute;
    bottom: -18px;           /* sits on border */
    left: 50%;
    transform: translateX(-50%);
    background: #fff;        /* hides border behind */
    padding: 0 12px;
}

.about-border-btn {
    display: inline-block;
    padding: 10px 28px;
    background: #009286;
    color: #fff;
    font-weight: 500;
    border-radius: 4px;
}

.about-border-btn:hover {
    background: #239466;
}
.animate-invista {
    animation: invistaSlide 1.2s ease forwards;
}

@keyframes invistaSlide {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Header Social Icons */
.header-social {
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 8px;
}

.header-social li {
    margin: 0;
}

.header-social li a {
    width: 32px;
    height: 32px;
    background: #009688;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 14px;
    transition: 0.3s ease;
}

.header-social li a:hover {
    background: #90006F;
}

/* Logo size */
.navbar-brand img {
    width: 220px;
}

/* Hide on small mobile */
@media (max-width: 576px) {
    .header-social {
        display: none;
    }

    .navbar-brand img {
        width: 180px;
    }
}


/* =========================
   RESPONSIVE (MOBILE)
   ========================= */

@media (max-width: 991px) {
    .awards-fact-box {
        margin-top: 30px;
        padding-bottom: 30px;
    }

    .awards-fact-box__inner {
        flex-direction: column;
        text-align: center;
        padding: 30px 25px;
    }

    .awards-fact-box__left {
        flex-direction: column;
        gap: 20px;
    }

    .awards-fact-box__left::after {
        display: none;
    }

    .award-box ul {
        justify-content: center;
        flex-wrap: wrap;
        gap: 20px;
    }

    .awards-fact-box__right {
        flex: 0 0 100%;
        width: 100%;
        /* margin-top: 20px; */
        justify-content: center;
        gap: 20px;
    }

    .awards-fact-box__right::after {
        display: none;
    }

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

    .mmb-10 {
        margin-bottom: 10px;
    }

    .about-text-mask {
        font-size: 80px !important;
    }

    .awards-fact-box__right {
        padding: 40px 12px;
    }
    .fun-fact-area {
        padding-top: 0rem !important;
        padding-bottom: 0rem !important;
    }
    .main-responsive-nav .logo {
        max-width: 230px !important;
    }
    .about-invista {
        padding: 20px 0 !important;
    }
    
    
    .top-header h4 {
        font-size: 30px !important;
    }
    .money-transfer-form-two .money-transfer-content .form-group .form-control {
        padding-right: 60px;
    }
    .main-hero-area {
        background-position: top;
    }
    .awards-fact-box__right p {
        font-size: 15px;
    }
    .title-box h2 {
        font-size: 28px;
    }
    .about-hero-content {
        bottom: 20px !important;
        left: center !important;
        max-width: 400px !important;
    }
    .about-hero {
        height: 700px !important;
    }
}

/* =========================
   RESPONSIVE (MOBILE) IPhone 12 pro
   ========================= */

@media (max-width: 430px) {
    .awards-fact-box__right span {
        font-size: 40px;
    }
    .awards-fact-box__right p {
        font-size: 12px;
    }
    .about-text-mask {
        font-size: 65px !important;
    }
    .about-hero-content {
        bottom: 20px !important;
        left: 15px !important;
        max-width: 400px !important;
    }
}