<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css?family=Poppins:400italic,700,600,500italic,500,400|Suez+One:400");

/* .hidden,
.hidden * {
    pointer-events: none;
    visibility: hidden;
} 
* {
    outline: solid 1px red;
} */
/* Dropdown Button */
.dropbtn {
    background-color: #04AA6D;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

    /* Dropdown button on hover &amp; focus */
    .dropbtn:hover, .dropbtn:focus {
        background-color: #3e8e41;
    }

/* The search field */
#SendCountriesInput {
    box-sizing: border-box;
    background-image: url("../img/icon-search-26.png");
    background-position: 14px 12px;
    background-repeat: no-repeat;
    font-size: 16px;
    padding: 14px 20px 12px 45px;
    border: none;
    border-bottom: 1px solid #ddd;
}

    /* The search field when it gets focus/clicked on */
    #SendCountriesInput:focus {
        outline: 3px solid #ddd;
    }


/* The search field */
#ReceiveCountriesInput {
    box-sizing: border-box;
    background-image: url("../img/icon-search-26.png");
    background-position: 14px 12px;
    background-repeat: no-repeat;
    font-size: 16px;
    padding: 14px 20px 12px 45px;
    border: none;
    border-bottom: 1px solid #ddd;
}

    /* The search field when it gets focus/clicked on */
    #ReceiveCountriesInput:focus {
        outline: 3px solid #ddd;
    }


/* The search field */
#PayoutMethodsInput {
    box-sizing: border-box;
    background-image: url("../img/icon-search-26.png");
    background-position: 14px 12px;
    background-repeat: no-repeat;
    font-size: 16px;
    padding: 14px 20px 12px 45px;
    border: none;
    border-bottom: 1px solid #ddd;
}

    /* The search field when it gets focus/clicked on */
    #PayoutMethodsInput:focus {
        outline: 3px solid #ddd;
    }

/* The search field */
#PayoutPartnersInput {
    box-sizing: border-box;
    background-image: url("../img/icon-search-26.png");
    background-position: 14px 12px;
    background-repeat: no-repeat;
    font-size: 16px;
    padding: 14px 20px 12px 45px;
    border: none;
    border-bottom: 1px solid #ddd;
}

    /* The search field when it gets focus/clicked on */
    #PayoutPartnersInput:focus {
        outline: 3px solid #ddd;
    }


/* The container &lt;div&gt; - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
    z-index: 9999;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: block;
    position: absolute;
    background-color: #f6f6f6;
    min-width: 50%;
    border: 1px solid #ddd;
    z-index: 9999;
    /*right:5%;*/
}

.dropdown-content-scountry {
    display: block;
    position: absolute;
    background-color: #f6f6f6;
    min-width: 50%;
    border: 1px solid #ddd;
    z-index: 9999;
    right:0.0%;
}

    /* Links inside the dropdown */
    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        z-index: 9999;
    }

        /* Change color of dropdown links on hover */
        .dropdown-content a:hover {
            background-color: rgba(56, 139, 232, 1);
            color:white;
        }

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.showdropdown {
    display: block;
}


/* hide the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.hidedropdown {
    display: none;
}

.send-money-canvas {
    background-color: var(--white);
    border-radius: 15px;
    box-shadow: 0px 35px 49.5px #00000014;
    /* height: 596px; */
   /* left: 0;
    right:0*/;
    margin-left:auto;
    margin-right:auto;
    /* position: absolute; */
    /*top: 0px;*/
    width: 60%;
    padding-bottom: 20px;
    /*visibility:visible;*/
}
.show-wheel{
    display:block;
    visibility:visible;
}
.hide-wheel {
    display: none;
    visibility:hidden;
}
.canvas-blurr {
    opacity: 0.7;
}
.canvas-clear {
    opacity: 1;
}
.hide-selection {
    display: none;
    visibility: hidden;
}
.send-money-canvas-header {
    background-color: var(--blueberry);
    border-radius: 15px 15px 0px 0px;
    box-shadow: 0px 35px 49.5px #00000014;
    height: 90px;
    left: 0;
    /* position: absolute; */
    top: 6px;
    width: 100%;
}

.exchange-rate {
    /* left: 92px; */
    letter-spacing: 0;
    padding-top: 60px;
    opacity: 0.61;
    text-align: center;
    top: 0;
    white-space: nowrap;
}

.dropdown-search-input {
    padding: 20px;
    margin-top: -6px;
    border: 0;
    border-radius: 0;
    background: #f1f1f1;
}

.address-1 {
    top: 25px;
    white-space: nowrap;
}

.send-amount-rectangle {
    background-color: var(--white);
    border-radius: 10px;
    box-shadow: 0px 10px 12.5px #388be826;
    height: 70px;
    /*position: relative;*/
    /*top: 20px;*/
    margin-top:40%;
}

.send-money-currency-container {
    border-radius: 0px 10px 0px 10px;
    background: rgba(0, 169, 201, 0.08);
    /*box-shadow: 0px 35px 49.5px rgba(0, 0, 0, 0.0784314);*/
    /*border-radius: 0px 10px;*/
    height: 70px;
    /* left: 272px; */
    /* top: 20px; */
    /* width: 100%; */
}

.ellipse {
    background-color: var(--white);
    border-radius: 20.5px;
    height: 61px;
    width: 61px;
}

.ellipseReceiveCountry {
    background-color: var(--white);
    border-radius: 20.5px;
    height: 21px;
    width: 21px;
}
.box {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100000;
    background-color:burlywood
}

.box1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.box select {
    background-color: #0563af;
    color: white;
    padding: 12px;
    border: none;
    font-size: 20px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
    -webkit-appearance: button;
    appearance: button;
    outline: none;
    z-index: 100000;
}

.box1 select {
    background-color: #0563af;
    color: white;
    padding: 12px;
    border: none;
    font-size: 20px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
    -webkit-appearance: button;
    appearance: button;
    outline: none;
}

.box::before {
    content: "\f078";
    font-family: FontAwesome;
    position: absolute;
    top: 20px;
    right: 8px;
    /* width: 20%; */
    height: 100%;
    text-align: center;
    font-size: 20px;
    /* line-height: 45px; */
    color: rgba(56, 139, 232, 1);
    background-color: rgba(255, 255, 255, 0.0);
    pointer-events: none;
}

.box1::before {
   /* content: "\f078";*/
    font-family: FontAwesome;
    position: absolute;
    top: 12px;
    right: 8px;
    /* width: 20%; */
    height: 100%;
    text-align: center;
    font-size: 20px;
    /* line-height: 45px; */
    /* color: rgba(56, 139, 232, 1); */
    color: grey;
    pointer-events: none;
}

.box:hover::before {
    color: rgba(255, 255, 255, 0.6);
    background-color: rgba(255, 255, 255, 0.2);
}

.box1:hover::before {
    color: rgba(255, 255, 255, 0.6);
    background-color: rgba(255, 255, 255, 0.2);
}

.box select option {
    padding: 30px;
}

.box1 select option {
    padding: 30px;
}

.send-btn-box {
    box-sizing: border-box;
    /* position: absolute; */
    width: 448.46px;
    height: 50px;
    left: 1144px;
    /* top: 838px; */
    margin: auto;
    background: linear-gradient(90deg, #00B67A 0%, #3ECB3E 100%);
    box-shadow: 0px 35px 49.5px rgba(0, 0, 0, 0.0784314);
    border-radius: 10px;
    color: white;
}

.download-header {
    /* Download &amp; invite Through App */

    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 54px;
    line-height: 65px;
    /* or 120% */


    color: #1D1D1D;
}

.download-description {
    left: 908.73px;
    top: 1457px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 38px;
    /* or 173% */


    color: #7B7B7B;
}

.contact-container {
    flex-shrink: 0;
    border-radius: 25px;
    background: #FFF;
    box-shadow: 0px 15px 25px 0px rgba(56, 139, 232, 0.06);
    margin-right: 30px;
    margin-left: 30px;
}

.contact-text-input {
    border-radius: 8px;
    background: #F5F9FD;
    border: 1px solid #3470B8;
    /* box-shadow: 0px 50px 25px 0px rgba(52, 112, 184, 0.08); */
    height: 64px;
    width: 100%;
    flex-shrink: 0;
    margin-bottom: 8px;
    margin-top: 8px;
    padding: 8px;
    /* margin-right: 40px; */
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100px;
    /* 555.556% */
}

.contact-text-area-input {
    border-radius: 8px;
    border: 1px solid #3470B8;
    min-height: 288px;
    width: 100%;
    flex-shrink: 0;
    margin-bottom: 8px;
    margin-top: 8px;
    padding: 8px;
    /* margin-right: 40px; */
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100px;
    background: rgba(255, 255, 255, 0.07);
    box-shadow: 0px 50px 25px 0px rgba(52, 112, 184, 0.08);
    /* 555.556% */
}

.contact-text-input-half {
    border-radius: 8px;
    border: 1px solid #3470B8;
    background: #F5F9FD;
    /* box-shadow: 0px 50px 25px 0px rgba(52, 112, 184, 0.08); */
    height: 64px;
    width: 100%;
    flex-shrink: 0;
    margin-bottom: 8px;
    margin-top: 8px;
    padding: 8px;
    /* margin-right: 40px; */
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100px;
    /* 555.556% */
}

::placeholder {
    color: #8396AD;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100px;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #8396AD;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100px;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #8396AD;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100px;
}

.contactus-header {
    color: #122244;
    /* text-align: center; */
    font-family: Suez One;
    font-size: 52px;
    font-style: normal;
    font-weight: 400;
    line-height: 80px;
    text-align: start;
    /* 153.846% */
}

.contactus-procedure-details {
    color: #7B7B7B;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-align: start;
    /* 133.333% */
}

.country-name {
    color: #1C1C1C;
    font-family: Poppins;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    padding-left: 8px;
}

.country-phone {
    /* +61390782345 */

    font-family: "Poppins";
    font-size: 22px;
    font-weight: normal;
    line-height: 24px;
    font-style: normal;
    text-align: left;
    color: #1c1c1c;
    padding-left: 8px;
}

.social-links-contactus {
    /* Social Media */
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    font-style: normal;
    text-align: left;
    color: #bfbfbf;
}

.social-item {
    /* Rectangle 9508 */

    width: 155px;
    height: 50px;
    border-radius: 31px;
    text-align: center;
    background: #ebf2ff;
    margin: auto;
    padding-top: 10px;
}

.social-text {
    /* Linkedin */

    font-family: "Poppins";
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    font-style: normal;
    /* text-align: left; */
    color: #1c1c1c;
    padding-left: 8px;
}

.social-item-instagram {
    /* Union 58 */

    position: absolute;
    width: 40px;
    height: 40px;
    background: #e838e1;
    background: linear-gradient(-146deg, #e838e1 0.00%, #ff8f3c 100.00%);
}

.hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #EBEBEB;
    margin: 1em 0;
    padding: 0;
}

.line {
    height: 0;
    border: 1px solid #C4C4C4;
    margin: 3px;
    display: inline-block;
}

.faq-header {
    /* Rectangle 9501 */
    /* position: absolute; */
    width: 100%;
    margin-top: 100px;
    background: #388be8;
    background: linear-gradient(-121deg, #388be8 0.00%, #3ecb3e 100.00%);
}

.faq-title, .tac-title {
    /* Frequently Asked Questions */
    font-family: "Suez One";
    font-size: 46px;
    font-weight: normal;
    line-height: 80px;
    font-style: normal;
    text-align: center;
    color: #ffffff;
}

.sub-title {
    /* Want to get in touch with us? Whether you have a question to ask or a problem to solve, refer to our FAQ pages to see if we have answered it there. */
    font-family: "Poppins";
    font-size: 18px;
    font-weight: normal;
    line-height: 26px;
    font-style: normal;
    text-align: center;
    color: #ffffff;
}

.search-section {
    /* Rectangle 9547 */
    width: 100%;
    height: 100px;
    border-radius: 18px;
    filter: drop-shadow(0px 30px 25px rgba(52, 112, 184, 0.08));
    background: #ffffff;
    color: #3470B8;
}

.accordion {
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    /* border-color: rgba(32, 68, 109, 0.18); */
    /* border-width: 1px; */
    /* border-style: solid; */
    border-radius: 15px;
    background: #ffffff
}

    .active,
    .accordion:hover {
        /* background-color: #ccc; */
        color: #388BE8;
        /* border-color: rgba(32, 68, 109, 0.18); */
        border-top-right-radius: 15px;
        border-top-left-radius: 15px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .accordion:after {
        content: '\2039';
        color: #388BE8;
        font-weight: bold;
        float: right;
        margin-left: 5px;
        /* border-color: rgba(32, 68, 109, 0.18); */
        border-top-right-radius: 15px;
        border-top-left-radius: 15px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }

/* .active:after {
    content: "\2304";
    color:#388BE8;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    /* border-bottom-width: 0px; */
/* } */

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.accordion:active {
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

.about-container {
    /* Rectangle 9501 */

    width: 100%;
    background: #388be8;
    background: linear-gradient(-121deg, #388be8 0.00%, #3ecb3e 100.00%);
}

.about-left-item {
    opacity: 1.00;
    border-top-left-radius: 0px;
    border-top-right-radius: 112px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    background: #dedede;
    width: 100%;
    height: 100%;
}

.about-text-container {
    margin-left: 5%;
    padding-bottom: 30%;
}

.small-title {
    /* About Us */
    /* width: 140px;
        height: 44px; */
    opacity: 0.43;
    font-family: "Poppins";
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
    font-style: normal;
    padding-top: 10%;
    /* text-align: center; */
    color: #ffffff;
}

.big-title {
    /* Our Company */
    font-family: "Suez One";
    font-size: 52px;
    font-weight: normal;
    /* line-height: 66px; */
    font-style: normal;
    text-align: left;
    color: #ffffff;
}

.about-us-detials {
    /* At Bakaal Itâ€™s all about finding a solution to the challenges our customers and partners face in their quest for easy, secure and efficient money transfer needs. We want to be a part of your solution â€“ whether it is that urgent transfer for emergencies, re */

    font-family: "Poppins";
    font-size: 20px;
    font-weight: normal;
    line-height: 32px;
    font-style: normal;
    text-align: left;
    color: #ffffff;
}

.about-us-details-signoff-text {
    font-family: "Poppins";
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
    font-style: normal;
    text-align: left;
    color: #ffffff;
    /* padding-left: 5%; */
}

.ceo-message {
    /* Rectangle 38 */
    /* position: relative; */
    /* width: 30%; */
    /* height: 80px; */
    /* margin-left:40%; */
    border-radius: 16px;
    filter: drop-shadow(0px 30px 25px rgba(52, 112, 184, 0.12));
    background: #ffffff
}

.about-mission-pic-left {
    opacity: 1.00;
    width: 100%;
    height: 100%;
    border-top-left-radius: 0px;
    border-top-right-radius: 112px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    background: #dedede
}

.about-mission-pic-right {
    opacity: 1.00;
    border-top-left-radius: 112px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    background: #dedede
}

.about-mission-text-small-title {
    /* About Us */

    font-family: "Poppins";
    font-size: 30px;
    font-weight: bold;
    line-height: 80px;
    font-style: normal;
    color: #61af40;
}

.about-mission-text-big-title {
    /* Our Vision */
    font-family: "Suez One";
    font-size: 52px;
    font-weight: normal;
    line-height: 66px;
    font-style: normal;
    text-align: left;
    color: #122244;
}

.about-mission-text-details {
    /* Our Mission is to lead Money Service industry and strive to provide our patrons a steady, proficient and reliable value for money services &amp; solutions that are receptive to their needs and avoid to hitch with these challenging times and complex regulatory  */
    font-family: "Poppins";
    font-size: 20px;
    font-weight: normal;
    line-height: 32px;
    font-style: normal;
    text-align: left;
    color: #6a6a6a;
}

/* .overlap-group22 {
    height: 464px;
    margin-right: 9.69px;
    margin-top: 49px;
    position: relative;
    width: 1522px;
} */

/* .rectangle-9487 {
    background-color: var(--rgb56-139-232);
    border: 1px solid;
    border-color: #dbdbdb;
    box-shadow: 0px 35px 49.5px #7b7b7b14;
    height: 464px;
    left: 545px;
    position: absolute;
    top: 0;
    width: 437px;
} */

/* .simple {
    left: 205px;
    letter-spacing: 0;
    line-height: 80px;
    position: absolute;
    text-align: center;
    top: 241px;
    white-space: nowrap;
} */

/* .our-low-fees-exchang {
    -webkit-text-stroke: 1px var(--tundora);
    left: 1003px;
    letter-spacing: 0;
    line-height: 26px;
    position: absolute;
    text-align: center;
    top: 312px;
    width: 270px;
} */

/* .rectangle-8857-1 {
    background-color: #f8f8f8b3;
    box-shadow: 0px 35px 49.5px #65656515;
    height: 372px;
    left: 6px;
    position: absolute;
    top: 46px;
    width: 1516px;
} */

/* .group-22070 {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    gap: 35px;
    left: 472px;
    min-height: 266px;
    position: absolute;
    top: 99px;
    width: 345px;
} */

/* .page-1 {
    background-image: url(https://anima-uploads.s3.amazonaws.com/projects/6482423a8abe88837b4d7a15/releases/648242dff4d5bb8beca29f54/img/083---fast-money@2x.png);
    background-size: 100% 100%;
    height: 97px;
    margin-right: 7.8px;
    width: 91px;
}

.overlap-group11 {
    height: 133px;
    margin-right: 4px;
    position: relative;
    width: 342px;
} */

/* .money-send-will-be-available-in-minute {
    -webkit-text-stroke: 1px var(--tundora);
    color: var(--white);
    font-family: var(--font-family-poppins);
    font-size: var(--font-size-xl);
    font-weight: 400;
    left: 0;
    letter-spacing: 0;
    line-height: 28px;
    position: absolute;
    text-align: center;
    top: 77px;
    width: 296px;
}

.fast {
    color: var(--white);
    font-family: var(--font-family-poppins);
    font-size: 36px;
    font-weight: 600;
    left: 254px;
    letter-spacing: 0;
    line-height: 80px;
    position: absolute;
    text-align: center;
    top: 0;
    white-space: nowrap;
} */

/* .cash-payment {
    height: 84px;
    left: 1225px;
    position: absolute;
    top: 130px;
    width: 84px;
}

.transparent {
    left: 1172px;
    letter-spacing: 0;
    line-height: 80px;
    position: absolute;
    text-align: center;
    top: 241px;
    white-space: nowrap;
}

.easy-to-use-and-avai {
    -webkit-text-stroke: 1px var(--tundora);
    left: 0;
    letter-spacing: 0;
    line-height: 26px;
    position: absolute;
    text-align: center;
    top: 312px;
    width: 284px;
}

.transfer-1 {
    height: 98px;
    left: 209px;
    position: absolute;
    top: 123px;
    width: 98px;
}

.group-22057 {
    align-items: center;
    display: flex;
    gap: 150px;
    height: 574px;
    margin-left: 19.51px;
    margin-top: 146px;
    min-width: 1428px;
}

.group-19308 {
    align-self: flex-end;
    height: 648px;
    margin-bottom: -73.57px;
    margin-left: -9px;
    width: 511px;
}

.group-22055 {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 56px;
    margin-top: 0.52px;
    min-height: 427px;
    width: 775px;
}

.group-19225 {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 24px;
    min-height: 269px;
    width: 779px;
}

.home-4 .lorem-ipsum-is-simpl-3 {
    -webkit-text-stroke: 1px var(--tundora);
    letter-spacing: 0;
}

.lorem-ipsum-is-simpl-2 {
    color: var(--rgb123-123-123);
    font-family: var(--font-family-poppins);
    font-size: var(--font-size-xxxl);
    font-weight: 400;
    line-height: 38px;
    margin-left: -1px;
    min-height: 114px;
    width: 775px;
}

.download-invite-through-app {
    color: var(--eerie-black);
    font-family: var(--font-family-poppins);
    font-size: 54px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 65px;
    min-height: 130px;
    width: 687px;
} */

/* .group-container-1 {
    height: 147px;
    margin-left: -15px;
    position: relative;
    width: 698px;
}

.group-19223 {
    height: 147px;
    left: 0;
    position: absolute;
    top: 0;
    width: 350px;
}

.group-19222 {
    height: 147px;
    left: 348px;
    position: absolute;
    top: 0;
    width: 350px;
}

.overlap-group21 {
    height: 1082px;
    position: relative;
    width: 1920px;
} */

/* .pexels-andrea-piacquadio-826349 {
    height: 1079px;
    left: 0;
    position: absolute;
    top: 0;
    width: 1920px;
}

.group-18211 {
    align-items: flex-start;
    display: flex;
    height: 98px;
    left: 792px;
    min-width: 928px;
    position: absolute;
    top: 31px;
}
*/
.overlap-group18 {
    height: 50px;
    margin-top: -1px;
    position: relative;
    text-align: center;
    width: 160px;
}

.rectangle-7028 {
    border: 1px solid;
    border-color: var(--white);
    border-radius: 10px;
    box-shadow: 0px 5px 10px #06c17c17;
    height: 40px;
    left: 0;
    position: absolute;
    top: 13px;
    width: 130px;
}

.s-ign-i-n {
    -webkit-text-stroke: 1px #00a9c9;
    letter-spacing: 0;
    line-height: 70px;
    position: absolute;
    top: 0;
    white-space: nowrap;
    text-align: center;
}

/* .group-22032 {
    align-items: flex-start;
    display: flex;
    min-width: 524px;
}

.support {
    letter-spacing: 0;
    line-height: 90px;
    margin-left: 67px;
    min-width: 96px;
    white-space: nowrap;
}

.contact-us {
    letter-spacing: 0;
    line-height: 90px;
    margin-left: 64px;
    white-space: nowrap;
}

.overlap-group-2 {
    height: 98px;
    position: relative;
    width: 154px;
}

.rectangle-6483 {
    background-color: var(--white);
    border-radius: 5px;
    height: 9px;
    left: 71px;
    position: absolute;
    top: 89px;
    width: 20px;
} */

/* .how-it-works {
    left: 0;
    letter-spacing: 0;
    line-height: 90px;
    position: absolute;
    top: 0;
    white-space: nowrap;
} */

.overlap-group19 {
    height: 50px;
    margin-left: 20px;
    position: relative;
    width: 130px;
}

.sign-u-p {
    color: #575757;
    font-family: var(--font-family-poppins);
    font-size: var(--font-size-xl);
    font-weight: 500;
    vertical-align: middle;
    letter-spacing: 0;
    line-height: 90px;
    position: absolute;
    top: 0;
    white-space: nowrap;
}

.rectangle-7031 {
    background-color: var(--white);
    border-radius: 10px;
    height: 40px;
    left: 0;
    position: absolute;
    top: 12px;
    width: 130px;
}

.how-it-works-title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 80px;
    /* identical to box height, or 178% */

    text-align: center;
    color: #1D1D1D;
}

.how-it-works-description {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    /* or 167% */

    text-align: center;
    color: #7B7B7B;
}

.why-choose-bakaal-title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 80px;
    /* identical to box height, or 178% */

    text-align: center;
    text-transform: capitalize;
    color: #1D1D1D;
}

.why-choose-bakaal-details {
    background: rgba(248, 248, 248, 0.701961);
    box-shadow: 0px 35px 49.5px rgba(101, 101, 101, 0.0823529);
}

.fastmoney-zoom {
    /* background: rgba(248, 248, 248, 0.701961);
    box-shadow: 0px 35px 49.5px rgba(101, 101, 101, 0.0823529); */
    padding: 20px;
}

.simplemoney-zoom {
    /* background: rgba(248, 248, 248, 0.701961);
    box-shadow: 0px 35px 49.5px rgba(101, 101, 101, 0.0823529); */
    padding: 20px;
}

.fastmoney-src {
    content: url('../img/fastmoneygrey.png');
    width: 98.1px;
    height: 98.09px;
}

.simplemoney-src {
    content: url('../img/simplemoneygrey.png');
    width: 98.1px;
    height: 98.09px;
}

.transparentmoney-src {
    content: url('../img/cashpaymentgrey.png');
    width: 98.1px;
    height: 98.09px;
}

.fastmoney-zoom:hover {
    background: linear-gradient(90deg, #388BE8 -26.44%, #3ECB3E 121.88%);
    transform: scale(1.2);
    padding: 50px;
    transition: transform .2s;
    /* Animation */
    /* width: 200px; */
    /* height: 200px; */
    margin: 0 auto;
    /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.transparentmoney-zoom:hover {
    background: linear-gradient(90deg, #388BE8 -26.44%, #3ECB3E 121.88%);
    transform: scale(1.2);
    padding: 50px;
    transition: transform .2s;
    /* Animation */
    /* width: 200px; */
    /* height: 200px; */
    margin: 0 auto;
    /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.simplemoney-zoom:hover {
    background: linear-gradient(90deg, #388BE8 -26.44%, #3ECB3E 121.88%);
    transform: scale(1.2);
    padding: 50px;
    transition: transform .2s;
    /* Animation */
    /* width: 200px; */
    /* height: 200px; */
    margin: 0 auto;
    /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.fastmoney-zoom:hover .fastmoney-src {
    content: url('../img/fastmoneywhite.png');
    width: 98.1px;
    height: 98.09px;
}

.simplemoney-zoom:hover .simplemoney-src {
    content: url('../img/simplemoneywhite.png');
    width: 98.1px;
    height: 98.09px;
}

.transparentmoney-zoom:hover .transparentmoney-src {
    content: url('../img/cashpaymentwhite.png');
    width: 98.1px;
    height: 98.09px;
}

.simple-title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 80px;
    /* identical to box height, or 267% */
    text-align: center;
    text-transform: capitalize;
    color: #1C1C1C;
}

.simplemoney-zoom:hover .simple-title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 80px;
    /* identical to box height, or 267% */
    text-align: center;
    text-transform: capitalize;
    color: var(--white);
}

.fastmoney-zoom:hover .simple-title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 80px;
    /* identical to box height, or 267% */
    text-align: center;
    text-transform: capitalize;
    color: var(--white);
}

.transparentmoney-zoom:hover .simple-title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 80px;
    /* identical to box height, or 267% */
    text-align: center;
    text-transform: capitalize;
    color: var(--white);
}

.simple-description {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #7B7B7B;
}

.fast-description {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #7B7B7B;
}

.simplemoney-zoom:hover .simple-description {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: var(--white);
}

.fastmoney-zoom:hover .fast-description {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: var(--white);
}

.transparentmoney-zoom:hover .fast-description {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: var(--white);
}

.review-container {
    box-sizing: border-box;
    /* position: absolute; */
    height: 75%;
    width: 99%;
    background: #FFFFFF;
    box-shadow: 0px 35px 49.5px rgba(123, 123, 123, 0.0784314);
    border-radius: 15px;
    margin: auto;
}

.team-container {
    box-sizing: border-box;
    /* position: absolute; */
    width: 99%;
    background: #FFFFFF;
    box-shadow: 0px 35px 49.5px rgba(123, 123, 123, 0.0784314);
    border-radius: 15px;
    margin: auto;
}

.review-ellipse {
    box-sizing: border-box;
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 58px;
    bottom: -40px;
    margin: auto;
}

.team-ellipse {
    box-sizing: border-box;
    width: 150px;
    height: 170px;
    /* border-radius: 125px;
    border-radius: 58px; */
    margin: auto;
    padding-top: 7%;
}

.member-role {
    /* Rectangle 9557 */
    /* padding: 8px; */
    border-radius: 9px;
    background: #388be8;
    font-family: "Poppins";
    font-size: 22px;
    font-weight: normal;
    /* line-height: 66px; */
    font-style: normal;
    text-align: center;
    color: #ffffff;
    margin: auto;
}

.member-profile {
    /* Mr.  Ali   is the founder and CEO of Bakaal Money Transfer with over 35 years of experience â€¦
    in business, in particular over 15 years of experience in the money transfer business. He previously worked as an entrepreneur in different industries including,  */
    font-family: "Poppins";
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    font-style: normal;
    text-align: center;
    color: #8396ad;
    padding: 10px;
}

.reviewer-name {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    /* line-height: 80px; */
    /* identical to box height, or 400% */

    padding-top: 20%;
    text-align: center;
    text-transform: capitalize;
    vertical-align: baseline;
    color: #1D1D1D;
    margin-bottom: 0px;
    /* background-color: red; */
}

.team-member-name {
    /* Abdi Ali Mohamud */
    font-family: "Poppins";
    font-size: 24px;
    font-weight: bold;
    line-height: 40px;
    font-style: normal;
    text-align: center;
    color: #122244;
}

.rating {
    width: 116.5px;
    height: 19.4px;
    margin: auto;
}

    .rating .checked {
        color: #ffba00
    }

.review-comment {
    font-family: "Poppins";
    font-size: 14px;
    font-weight: normal;
    /* line-height: 24px; */
    font-style: normal;
    text-align: center;
    color: #7b7b7b;
    padding-top: 8%;
    padding-left: 10px;
    padding-right: 10px;
}

.review-date {
    font-family: "Poppins";
    font-size: 15px;
    font-weight: 500;
    /* line-height: 80px; */
    font-style: italic;
    text-align: center;
    color: #7b7b7b;
    padding-bottom: 10px;
}

.member-bottom {
    /* See more */
    font-family: "Poppins";
    font-size: 16px;
    font-weight: normal;
    line-height: 66px;
    font-style: normal;
    text-align: center;
    color: #35c846;
    padding-bottom: 10px;
}

.bakaalbottom-description {
    border-color: #000000;
    border-width: 1px;
    border-style: dashed;
    font-family: "Poppins";
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
    font-style: normal;
    text-align: left;
    color: #ffffff;
}

.download-bottom-title {
    font-family: "Poppins";
    font-size: 26px;
    font-weight: normal;
    /* line-height: 80px; */
    font-style: normal;
    text-align: left;
    color: #ffffff;
}

.footer-link-item {
    border-color: #000000;
    border-width: 1px;
    border-style: dashed;
    font-family: "Poppins";
    font-size: 22px;
    font-weight: 500;
    line-height: 70px;
    font-style: normal;
    text-align: left;
    color: #ffffff;
}

.why-choose-bakaal-bottom-title {
    font-family: "Suez One";
    font-size: 52px;
    font-weight: normal;
    line-height: 5px;
    font-style: normal;
    /* text-align: center; */
    color: #ffffff;
    padding-top: 5%;
}

.why-choose-bakaal-bottom-title {
    font-family: "Poppins";
    font-size: 25px;
    font-weight: normal;
    line-height: 36px;
    font-style: normal;
    text-align: left;
    color: #ffffff;
}

.campaign-container {
    /* Rectangle 8857 */

    width: 100%;
    border-radius: 16px;
    filter: drop-shadow(0px 15px 25px rgba(56, 139, 232, 0.06));
    margin: auto;
    background: #ffffff;
}

.blue-title {
    /* Simple */

    font-family: "Poppins";
    font-size: 32px;
    font-weight: bold;
    line-height: 80px;
    font-style: normal;
    text-align: center;
    color: #388be8;
    padding-top: 8%;
}

.campaign-details {
    /* Easy to use and available around the clock */
    font-family: "Poppins";
    font-size: 25px;
    font-weight: normal;
    line-height: 30px;
    font-style: normal;
    text-align: center;
    color: #1c1c1c;
    padding-bottom: 20%;
    padding-left: 5%;
    padding-right: 5%;
}
.row-custom {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5)
}
    .row-custom &gt; * {
        flex-shrink: 0;
        width: 100%;
        max-width: 100%;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
        margin-top: var(--bs-gutter-y)
    }
.row-custom-cols-auto &gt; * {
    flex: 0 0 auto;
    width: auto
}

.row-custom-cols-1 &gt; * {
    flex: 0 0 auto;
    width: 100%
}

.row-custom-cols-2 &gt; * {
    flex: 0 0 auto;
    width: 50%
}

.row-custom-cols-3 &gt; * {
    flex: 0 0 auto;
    width: 33.3333333333%
}

.row-custom-cols-4 &gt; * {
    flex: 0 0 auto;
    width: 25%
}

.row-custom-cols-5 &gt; * {
    flex: 0 0 auto;
    width: 20%
}

.row-custom-cols-6 &gt; * {
    flex: 0 0 auto;
    width: 16.6666666667%
}
@media (min-width:576px) {
    .col-sm {
        flex: 1 0 0%
    }

    .row-custom-cols-sm-auto &gt; * {
        flex: 0 0 auto;
        width: auto
    }
    

    .row-custom-cols-sm-1 &gt; * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-custom-cols-sm-2 &gt; * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-custom-cols-sm-3 &gt; * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-custom-cols-sm-4 &gt; * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-custom-cols-sm-5 &gt; * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-custom-cols-sm-6 &gt; * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }
}
@media (min-width:992px) {
    .col-lg {
        flex: 1 0 0%
    }

    .row-custom-cols-lg-auto &gt; * {
        flex: 0 0 auto;
        width: auto
    }

    .row-custom-cols-lg-1 &gt; * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-custom-cols-lg-2 &gt; * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-custom-cols-lg-3 &gt; * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-custom-cols-lg-4 &gt; * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-custom-cols-lg-5 &gt; * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-custom-cols-lg-6 &gt; * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }
}
@media (min-width:1400px) {
    .col-xxl {
        flex: 1 0 0%
    }

    .row-custom-cols-xxl-auto &gt; * {
        flex: 0 0 auto;
        width: auto
    }

    .row-custom-cols-xxl-1 &gt; * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-custom-cols-xxl-2 &gt; * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-custom-cols-xxl-3 &gt; * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-custom-cols-xxl-4 &gt; * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-custom-cols-xxl-5 &gt; * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-custom-cols-xxl-6 &gt; * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }
}
@media (min-width:1200px) {
    .col-xl {
        flex: 1 0 0%
    }

    .row-custom-cols-xl-auto &gt; * {
        flex: 0 0 auto;
        width: auto
    }

    .row-custom-cols-xl-1 &gt; * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-custom-cols-xl-2 &gt; * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-custom-cols-xl-3 &gt; * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-custom-cols-xl-4 &gt; * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-custom-cols-xl-5 &gt; * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-custom-cols-xl-6 &gt; * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }
}
@media (min-width:768px) {
    .col-md {
        flex: 1 0 0%
    }

    .row-custom-cols-md-auto &gt; * {
        flex: 0 0 auto;
        width: auto
    }

    .row-custom-cols-md-1 &gt; * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-custom-cols-md-2 &gt; * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-custom-cols-md-3 &gt; * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-custom-cols-md-4 &gt; * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-custom-cols-md-5 &gt; * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-custom-cols-md-6 &gt; * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }
}

    /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    /* 
.pexels-andrea-piacquadio-826349-1 {
    height: 1080px;
    left: 0;
    width: 1920px;
} */

    /* .home-4 .pexels-andrea-piacquadio-826349-3 {
    position: absolute;
    top: 0;
}

.pexels-andrea-piacquadio-826349-2 {
    height: 1082px;
    left: 335px;
    width: 1585px;
}

.overlap-group17 {
    height: 365px;
    left: 374px;
    position: absolute;
    top: 609px;
    width: 1172px;
} */

    /* .group-22036 {
    align-items: center;
    display: flex;
    gap: 11px;
    height: 73px;
    left: 49px;
    min-width: 369px;
    position: absolute;
    top: 292px;
} */

    .address-1 {
        letter-spacing: 0;
        line-height: 73px;
        min-width: 234px;
        white-space: nowrap;
    }

    .exchange-rate {
        letter-spacing: 0;
        line-height: 68px;
        margin-bottom: 1px;
        min-width: 120px;
        opacity: 0.61;
        white-space: nowrap;
    }
@-webkit-keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -.125em;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@-webkit-keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -.125em;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: .75s linear infinite spinner-grow;
    animation: .75s linear infinite spinner-grow
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}
.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    white-space: nowrap !important;
    border: 0 !important
}
@media (prefers-reduced-motion:reduce) {
    .spinner-border, .spinner-grow {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s
    }
}
.components-reconnect-show, .components-reconnect-failed, .components-reconnect-rejected {
    display: none;
    visibility:hidden;
}
#components-reconnect-modal {
    display: none;
    visibility: hidden;
}

/* Add this CSS to your site (in your site stylesheet or in the Razor page itself) */
/* Wrapper to control iframe responsiveness */
.pdf-container {
    position: relative;
    width: calc(100% - 40px); /* Reduce width for margin space */
    height: 100vh; /* Full viewport height */
    margin: 0 auto; /* Center the container horizontally */
    overflow: hidden; /* Prevent container overflow */
    padding: 0 20px; /* Add padding for extra spacing on smaller devices */
    box-sizing: border-box; /* Include padding in width/height calculations */
}

/* Enable iframe scrollability */
.pdf-frame {
    width: 100%;
    height: 100%;
    border: none; /* Remove any borders */
    overflow-y: auto; /* Enable vertical scrolling */
    overflow-x: hidden; /* Disable horizontal scrolling */
    -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
    display: block;
}

/* iOS-specific adjustments */
@supports (-webkit-touch-callout: none) {
    .pdf-frame {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow-y: scroll; /* Enable full vertical scrolling behavior on iOS */
        overflow-x: hidden; /* Disable horizontal scrolling on iOS */
    }
}

/* Adjust height for smaller screens */
@media (max-width: 768px) {
    .pdf-container {
        height: 80vh; /* Reduce height slightly on smaller devices */
        width: calc(100% - 30px); /* Further reduce width for small screens */
        padding: 0 15px; /* Adjust padding for smaller screens */
    }
}
</pre></body></html>