@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&display=swap');

body {
    font-family: 'Montserrat', sans-serif;
}

ul li,
p,
ul,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
span,
a,
ol li,
span {
    font-family: 'Montserrat', sans-serif;
}

html {
    background-color: #D4D3D3;
    scroll-behavior: smooth;
}

#header-sticky {
    z-index: 999999999;
    position: relative;
    width: 100%;
    z-index: 999;
}

#header-sticky.header-sticky {
    position: fixed !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

#loading {
    z-index: 9999999999;
}

.tp-theme-settings-area {
    display: none;
}

.tp-header-menu > nav > ul > li {
    margin: 0px 8px;
}

.tp-header-logo img {
    width: 100%;
    height: 100%;
}

.tp-header-menu > nav > ul > li > a {
    font-size: 13px;
    font-weight: bold;
    text-wrap: nowrap;
}

.tp-main-menu-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.tp-main-menu-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tp-main-menu-content ul:first-child {
    display: flex;
}

.tp-header-right {
    display: flex;
    align-items: center;
    gap: 10px;
}

.tp-header-buttons {
    display: flex;
    gap: 10px;
}

.tp-header-buttons a {
    text-transform: uppercase;
    text-wrap: nowrap;
}

.btn-gold {
    background-color: #C7A25F;
    color: #fff;
    border-radius: 25px;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    max-width: 130px;
    display: inline-block; /* Ensures buttons stay in line */
    padding: 10px 25px; /* Adjust as needed */
    text-align: center;
    line-height: 1.2; /* Adjust for line spacing */
    font-weight: bold;
}

.btn-gold:hover {
    background-color: #C7A25F;
    color: #fff;
}

.btn-gold {
    background-color: #C7A25F;
    color: #fff;
    border-radius: 25px;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    max-width: 130px;
    display: inline-block; /* Ensures buttons stay in line */
    padding: 10px 25px; /* Adjust as needed */
    text-align: center;
    line-height: 1.2; /* Adjust for line spacing */
    font-weight: bold;
    position: relative; /* Needed for the shine effect */
    overflow: hidden; /* Hide overflow */
}

.animate-btn-gold {
    overflow: hidden;
    position: relative;

}

.animate-btn-gold:after {
    content: '';
    top: 0;
    left: 0; /* Start from the left */
    width: 100%;
    height: 80px; /* Height of the shine */
    position: absolute;
    z-index: 1;
    transform: translateX(-100%); /* Start off-screen to the left */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%); /* Gradient shine */
    transition: transform 0.5s ease; /* Smooth transition */

}
.animate-btn-gold.infinite:after {
    animation: slide-gradient 4s linear 5s infinite; /* Add 5s delay */
}

@keyframes slide-gradient {
    0% {
        transform: translateX(-300%);
    }
    33% {
        transform: translateX(-30%);
    }
    66% {
        transform: translateX(30%);
    }
    100% {
        transform: translateX(300%);
    }
}
.animate-btn-gold:hover:after {
    transform: translateX(100%); /* Move the shine across on hover */
}

.animate-btn-gold:hover {
    background-color: #C7A25F; /* Keep the background color */
    color: #fff; /* Keep the text color */
}

.img_parallax {
    /*background: url(./assets/fardan/bannermap.png) no-repeat center center;*/
    /*min-height: 310px;*/
    /* background-image: url(img_parallax.jpg); */
    /* min-height: 500px; */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.nowrap {
    white-space: nowrap; /* Prevents line break for the first word */
}

.tp-header-contact-social {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tp-header-social {
    display: flex;
    grid-template-columns: repeat(auto-fit, minmax(40px, 1fr));
    gap: 5px;
    margin: 10px 0 0px 0px;
    /* Space between social icons and contact info */
    justify-content: center;
}

.tp-header-social a {
    /* display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    background-color: #C7A25F;
    color: #fff;
    border-radius: 50%;
    text-decoration: none;
    font-size: 14px; */
}

.tp-header-social img {
    width: 25px;
}

.tp-header-contact {
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 14px;
}

.tp-header-contact a {
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: #000;
    text-wrap: nowrap;
}

.tp-header-contact span {
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: #000;
    text-wrap: nowrap;
}

.tp-header-contact .phone {
    color: #C7A25F;
    font-size: 12px;
    letter-spacing: 2px;
}

.tp-transparent {
    background-color: #efefef;
}

.tp-portfolio-11-slider-bg {
    height: 100%;
}

/* Floating Social Media Bar Style Starts Here */

.float-sm .fl-fl {
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 4px;
    width: 230px;
    position: fixed;
    right: -150px;
    z-index: 1000;
    font: normal normal 10px Arial;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.float-sm {
    direction: ltr;
}

.float-sm a span {
    vertical-align: middle;
    margin-left: 10px;
}

.float-sm .fa {
    font-size: 20px;
    color: #C7A25F;
    padding: 10px 0;
    width: 40px;
    margin-left: 10px;
    vertical-align: middle;
}

.float-sm:hover {
    cursor: pointer;
}

.float-sm .fl-fl:hover {
    right: 0;
}

.float-sm .fl-fl:hover span {
    margin-left: 0px;
}

.float-sm .fl-fl a {
    color: #C7A25F !important;
    text-decoration: none;
    text-align: center;
    line-height: 43px !important;
    vertical-align: top !important;
}

.float-sm .float-fb {
    top: 260px;
    background: #000000;
}

.float-sm .float-tw {
    top: 315px;
    background: #000000;
}

.float-tel {
    top: 425px;
    background: #000000;
}

.float-ig {
    top: 370px;
    background: #000000;
    background: #000000;
    background: #000000;
}

.tp-location-area,
.tp-contact-area,
.tp-exchange-area {
    position: fixed;
    top: 0;
    right: 0;
    width: 550px;
    height: 100%;
    z-index: 99;
    z-index: 9999999999;
    padding: 50px 50px;
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-width: none;
    background: #FFF;
    overscroll-behavior-y: contain;
    -webkit-transform: translateX(calc(100% + 80px));
    -moz-transform: translateX(calc(100% + 80px));
    -ms-transform: translateX(calc(100% + 80px));
    -o-transform: translateX(calc(100% + 80px));
    transform: translateX(calc(100% + 80px));
}

.tp-location-area.opened,
.tp-contact-area.opened,
.tp-exchange-area.opened {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

main {
    position: relative;
}

/* Tabs styling */
.tabs-list {
    margin-top: -10%;
    z-index: 999;
    position: relative;
}

.tabs {
    display: flex;
    justify-content: space-between;
    width: 45%;
    /* Set tabs to take 50% of the container */
    margin: 0 auto;
    /* Center the tabs */
}

.tab-btn {
    flex: 1;
    background-color: #C9C8C8;
    color: #6c6c6c;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 12px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin-right: 1px;
    text-wrap: nowrap;
    font-weight: bold;
}

.tab-btn:last-child {
    margin-right: 0;
    /* Remove the right margin for the last tab to keep layout clean */
}

.tab-btn.active {
    background-color: #3c3c3c;
    color: #fff;
}

/* Tab content styling */
.tab-content {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background: linear-gradient(to right, #3a3a3a, #525252, #787878);;
    padding: 20px 20px 20px 20px;
    border-radius: 0px 0px 30px 30px;
}

.tab-content-color {
    width: 45%;
    margin: 0 auto;
    text-align: center;
    background: #c9c8c8;
    border-radius: 0px 0px 30px 30px;
}

.tab-content P {
    margin-bottom: 0px;
    font-size: 8px;
    color: #b2b2b2;
}

.tab-content input {
    margin-bottom: 0px;
    height: 40px;
    padding: 0px 10px;
    background-color: #D7D6D6;
    border-color: #A8A8A8;
}

.exchange-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.send-box,
.receive-box {
    width: 45%;
}

.send-box label,
.receive-box label {
    display: block;
    margin-bottom: 0px;
    color: #fff;
    font-size: 8px;
    text-transform: uppercase;
}

input {
    width: 100%;
    padding: 10px;
    border-radius: 30px;
    border: none;
    margin-bottom: 10px;
}

p {
    font-size: 12px;
    color: #ccc;
}

.swap-icon {
    font-size: 30px;
    color: #ffa500;
}

.swap-icon img {
    width: 35px;
}

.send-btn {
    background: linear-gradient(121deg, #F4AF34, #F5CC82, #B57E1C);
    color: white;
    border: none;
    padding: 10px;
    width: 40%;
    border-radius: 30px;
    cursor: pointer;
    font-size: 16px;
    transition: background 0.3s ease;
    text-transform: uppercase;
    /* Optional: smooth transition effect */
}

.send-btn:hover {
    background: linear-gradient(121deg, #B57E1C, #C7A25F, #F5CC82);
    /* Optional: reverse gradient on hover */
}

.tp-offcanvas-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}

.tp-offcanvas-wrapper ul {
    list-style-type: none;
    padding: 0;
}

.tp-branch {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    padding: 5px 5px;
    border: 1px solid #e0e0e0;
    border-radius: 25px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.tp-branch:hover {
    background-color: #f0f0f0;
}

.tp-branch i {
    color: #C7A25F;
    font-size: 20px;
    margin: 0px 10px 0px 10px;
}

.tp-branch-content {
    display: flex;
    align-items: center;
    gap: 10px;
}

.tp-branch-name {
    font-size: 14px;
    font-weight: bold;
}

.tp-branch-details {
    display: none;
    background-color: #C7A25F;
    color: white;
    padding: 20px;
    border-radius: 15px;
    margin-top: 10px;
}

.tp-branch-details p {
    margin: 5px 0;
}

.tp-branch-details a {
    display: inline-block;
    background-color: white;
    color: #C7A25F;
    padding: 10px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.tp-branch-details a:hover {
    background-color: #fff5e6;
}

.tp-arrow {
    text-align: center;
    margin-top: 20px;
}

.tp-arrow i {
    font-size: 30px;
    color: #333;
    cursor: pointer;
}

.container-icons {
    background-size: cover;
    padding: 55px 20px 45px 20px;
}

.info {
    display: flex;
    justify-content: center;
    text-align: left;
}

.item {
    flex: 1;
    display: flex;
    align-items: center;
    color: #333;
    margin: 0 10px;
    width: 60%;
    max-width: 300px;
}

.text {
    width: 40%;
    display: flex;
    flex-direction: column;
}

.item .item-img {
    width: 25%;
    text-align: center;
}

.item .item-img .icon {
    width: 70%;
}

.item h2 {
    font-size: 2.6rem;
    margin: 10px 0;
    color: #000 !important;
    font-weight: 900;
    margin: 0px;
}

.container-icons .item p {
    font-size: 1.1em;
    color: #000;
    text-align: center;
    margin-bottom: 0px;
    line-height: 18px;
    font-weight: bold;
}

.the3d-item {
    width: 55%;
}

.the3d-item h2 {
    font-size: 12px !important;
    margin: 0px;
}

.rates-section {
    display: flex;
    justify-content: flex-end;
    padding: 0px 10px;
    flex-direction: column;
}

.rates-container {
    display: flex;
    background-color: #fff;
    border-radius: 25px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.rates {
    padding: 40px 20px 40px 20px;
    width: 50%;
}

.forex-rates {
    background-color: #f0e6d4;
}

.gold-rates {
    background-color: #C7A260;
}

.gold-rates h2,
.forex-rates h2 {
    font-size: 2.8rem;
    font-weight: bold;
    color: #000;
}

h2 {
    font-size: 2em;
    margin-bottom: 20px;
    text-align: center;
}

/* Forex List */
.forex-list {
    list-style: none;
    padding: 10px;
    margin: 0;
    max-height: 500px;
    overflow-y: auto;
}

/* Scrollbar */
.forex-list::-webkit-scrollbar {
    width: 11px;
}

/* Scrollbar Track */
.forex-list::-webkit-scrollbar-track {
    background-color: #f7f3ec; /* Track background color */
}

/* Scrollbar Thumb */
.forex-list::-webkit-scrollbar-thumb {
    background-color: #000000; /* Thumb color */
    border-radius: 25px; /* Rounded corners */
    border: 2px solid #fff; /* Border to blend thumb with track */
    height: 60px; /* Adjust height if needed for visual effect */
}

/* Scrollbar Button (Arrows) */
.forex-list::-webkit-scrollbar-button {
    display: none; /* Hide the scrollbar buttons */
    width: 0;
    height: 0;
    background: none;
}

/* Optional: Adding padding to ensure thumb and track have space from edges */
.forex-list::-webkit-scrollbar-track {
    border-radius: 25px;
    background-color: #f7f3ec;
    padding: 2px; /* Adjust padding to create space between thumb and track */
}

.forex-item {
    display: flex;
    justify-content: space-between;
    padding: 5px;
    margin-bottom: 5px;
    border-radius: 25px;
    border: 2px solid #d1c3a1;
}

.forex-item:first-child {
    border-radius: 0;
    border: none;
    font-size: 18px;
    color: #000;
    font-weight: bold;

}

.forex-item .currency {
    flex: 0 0 55%;
    padding-left: 10px;
}

.forex-list .forex-item:first-child .currency {
    padding-left: 60px;
}

.forex-item .rate {
    flex: 1 0 15%;
    text-align: center;
}

.forex-item .rate strong {
    text-align: center;
}

.forex-item strong,
.gold-item strong {
    color: #000;
}

.forex-item div,
.gold-item div {
    color: #000;
    text-align: center;
}

.gold-btn-column {
    text-align: left !important;
}

.forex-item img {
    margin-right: 10px;
}

.currency {
    display: flex;
    align-items: center;
}

.currency img {
    margin: 0px 10px;
    max-width: 30px;
}

.float-sm a img {
    margin-left: 20px;
    margin-right: 10px;
    width: 20px;
}

.rate {
    flex-basis: 20%;
    text-align: right;
}

/* Gold List */
ul {
    padding: 0;
    list-style: none;
}

/* Gold List */
.gold-list {
    list-style: none;
    padding: 10px;
    margin: 0;
    max-height: 500px;
    overflow-y: auto;
}

/* Scrollbar */
.gold-list::-webkit-scrollbar {
    width: 11px;
}

/* Scrollbar Track */
.gold-list::-webkit-scrollbar-track {
    background-color: #e9d1a8; /* Track background color */
}

/* Scrollbar Thumb */
.gold-list::-webkit-scrollbar-thumb {
    background-color: #000000; /* Thumb color */
    border-radius: 25px; /* Rounded corners */
    border: 2px solid #e9d1a8; /* Border to blend thumb with track */
    height: 60px; /* Adjust height if needed for visual effect */
}

/* Scrollbar Button (Arrows) */
.gold-list::-webkit-scrollbar-button {
    display: none; /* Hide the scrollbar buttons */
    width: 0;
    height: 0;
    background: none;
}

/* Optional: Adding padding to ensure thumb and track have space from edges */
.gold-list::-webkit-scrollbar-track {
    border-radius: 25px;
    background-color: #e9d1a8;
    padding: 2px; /* Adjust padding to create space between thumb and track */
}

.gold-item {
    background: linear-gradient(180deg, #EFD4A4, #CBC3B6);
    display: flex;
    padding: 10px;
    margin-bottom: 5px;
    border-radius: 25px;
    flex-wrap: nowrap;
    flex-direction: column;
}

.gold-item:first-child {
    border-radius: 0;
    border: none;
    background-color: unset;
    background: unset;
    padding: 5px;
    font-size: 18px;
    color: #000;
    font-weight: bold;
}

.gold-header {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

/* Specific sizing for each item */
.gold-header span:first-child {
    flex: 1;
    text-align: center;
    color: #000;
}

.gold-header span:nth-child(2) {
    flex: 0 0 50%;
    text-align: center;
    color: #000;
    text-wrap: nowrap;
}

.gold-header span:nth-child(3) {
    flex: 1;
    text-align: center;
    text-align: center;
    color: #000;
}

.gold-header span:last-child {
    flex: 0.3;
    cursor: pointer;
}

.toggle-details img {
    width: 12px;
}

.gold-item .gold-details {
    display: none;
}

.gold-item.active .gold-details {
    display: flex;
    justify-content: center;
    /* Center horizontally */
    align-items: center;
    /* Center vertically */
}

.gold-detail-column {
    flex: 1;
    padding: 10px;
}

.gold-detail-column p {
    font-size: 14px;
}

.gold-details .gold-detail-column:nth-child(2) {
    flex: 0 0 50%;
    text-align: left;
}

.gold-item.active {
    background-color: #E6DDCC !important;
    background: #E6DDCC !important;
}

.gold-detail-column img {
    max-width: 100%;
    height: auto;
}

.gold-detail-column p {
    margin-bottom: 0px;
    color: #000000;
    line-height: 17px;
}

.buy-btn {
    background: linear-gradient(180deg, #C7A260, #7F5C1B);
    color: #fff;
    border: none;
    padding: 5px 25px;
    cursor: pointer;
    border-radius: 25px;
    margin-top: 10px;
    font-weight: bold;
}

.buy-btn:hover {
    background-color: darkgoldenrod;
}

/* Forex and Gold Header Formatting */
.forex-headers,
.gold-headers {
    background-color: #d1c3a1;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 10px;
    font-weight: bold;
}

/* Service Contianer */
.services-container h1 {
    margin-bottom: 50px;
    font-size: 2.5rem;
    font-weight: 1000;
    text-align: center;
    margin-top: 80px;
}

.services-container {
    padding: 10px;
}

.services-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.service-box {
    flex: 1 1 calc(25% - 20px);
    box-sizing: border-box;
    position: relative;
    border-radius: 25px;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    overflow: hidden;
}

/* Add the dark layer overlay */
.service-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2); /* Adjust the opacity as needed */
    z-index: 1; /* Ensure it's below the overlay content */
    pointer-events: none; /* Prevent interaction with the overlay */
}

.service-box .service-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.service-overlay {
    position: absolute;
    bottom: 50%;
    left: 5%;
    width: 60%;
    height: 100%;
    color: #fff;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 20px;
    box-sizing: border-box;
    opacity: 1; /* Always visible */
    text-align: left;
    z-index: 2; /* Ensure it appears above the dark layer */
}

.overlay-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; /* Distributes space between children */
    height: 100%; /* Ensures full height to allow proper spacing */
}

.arrow-img {
    width: 50% !important;
    margin-top: 10px;
}

.arrow-left {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid rgba(0, 0, 0, 0.5);
    position: absolute;
    left: -10px;
    top: 20px;
}

.service-overlay h2 {
    margin: 0;
    font-size: 1.9rem;
    margin-bottom: 10px;
    text-align: left;
    font-weight: 900;
    color: #fff;
}

.service-overlay a {
    color: white;
    text-decoration: none;
    background-color: #c49b66;
    padding: 10px 20px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.service-overlay a:hover {
    background-color: #b08b58;
}

.service-arrow {
    display: block;
    margin-top: 10px;
    width: 100px;
    /* Make this value larger for a wider arrow */
    height: 1px;
    /* Thickness of the arrow */
    background-color: #fff;
    /* Arrow color */
    position: relative;
}

.service-arrow::after {
    content: '';
    position: absolute;
    right: -8px;
    top: -9px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
}

/* Highlight Contianer */
.highlights-container h1 {
    margin-bottom: 60px;
    font-size: 2.5rem;
    font-weight: 1000;
    text-align: center;
    margin-top: 50px;
}

.fullmap-container h1 {
    padding-bottom: 30px;
    font-size: 2.8rem;
    font-weight: 1000;
    text-align: center;
    padding-top: 90px;
}

.highlights-container {
    padding: 10px;
}

.responsive-heading {
    text-align: center; /* Center align the heading */
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 0.5em; /* Adjust space between lines if needed */
}

.responsive-heading .line1,
.responsive-heading .line2 {
    display: block;
}

/* Ensure the carousel has a height and images fit properly */
#MainSlide {
    position: relative;
    width: 100%;
    overflow: hidden; /* Hide any overflow */
}

#MainSlide img {
    width: 100%; /* Make images take the full width */
    height: auto; /* Maintain aspect ratio */
    display: block; /* Remove any default margins or spaces */
}

/* General carousel container styling */
#SecondCarousel {
    position: relative;
    width: 100%;
    overflow: hidden;
}

/* Correct CSS selector to target the carousel items */
#SecondCarousel .carousel-item {
    width: 100%; /* Make images take the full width */
    height: auto; /* Maintain aspect ratio */
    display: block; /* Remove any default margins or spaces */
}

.carousel-caption {
    position: absolute;
    top: 20px; /* Adjust as needed */
    left: 20px; /* Adjust as needed */
    color: white;
    z-index: 2;
}

#SecondCarousel {
    padding: 0px 10px;
}

.carousel-indicators {
    bottom: 10px;
}

.carousel-caption.top-left {
    position: absolute;
    top: 20%;
    left: 7%;
    padding: 15px;
    border-radius: 8px;
    max-width: 35%;
    text-align: left;
}

.carousel-caption.top-left h2 {
    text-align: left;
    font-weight: bold;
    font-size: 2.8rem;
}

.carousel-caption.top-left p {
    font-size: 0.85rem;
    line-height: 1.7rem;
}

.carouselapp {
    display: flex;
    gap: 5px;
    margin-top: 30px;
}

.carouselapp img {
    width: 130px !important;
}

.carousel-caption h2,
.carousel-caption p {
    color: #fff;
    margin: 0;
}

.carousel-caption h2 {
    margin-bottom: 10px;
}

/* Ensure carousel indicators are visible as circles */
.carousel-indicators [data-bs-target] {
    width: 10px;
    /* Size of the dots */
    height: 10px;
    /* Size of the dots */
    background-color: #ffffff;
    /* Color of the dots */
    border-radius: 50%;
    /* Makes the dots round */
    opacity: 0.5;
    /* Semi-transparent if needed */
    display: block;
    /* Ensure the indicators are displayed */
    margin: 5px;
}

/* Style for the active indicator */
.carousel-indicators .active {
    background-color: white;
    /* Color of the active dot */
    opacity: 1;
    /* Fully opaque for the active dot */
}

/* Hide any default list markers */
.carousel-indicators {
    list-style: none;
    /* Removes default list styling */
    padding: 0;
    /* Remove default padding */
    margin: 0;
    /* Remove default margin */
}

.carousel-indicators li::marker {
    display: none;
    /* Hide default markers if any */
}

.owl-carousel .owl-item {
    transition: transform 0.3s ease; /* Smooth transition effect */
}

.highlights-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
}

.highlights-box {
    /* 4 items per row */
    box-sizing: border-box;
    position: relative;
    border-radius: 25px;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    overflow: hidden;
    width: 100%;
}

.highlights-box highlights-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.highlights-box::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(128, 128, 128, 0));
    /* Black to transparent grey */
    pointer-events: none;
    /* Ensures the shadow doesn't interfere with any interactions */
}

.highlights-overlay {
    position: absolute;
    bottom: 5%;
    left: 5%;
    width: 85%;
    height: 100%;
    color: #fff;
    align-items: flex-start;
    justify-content: space-evenly;
    padding: 20px;
    box-sizing: border-box;
    opacity: 0;
    transition: opacity 0.3s ease;
    text-align: left;
    flex-direction: column;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
}

.highlights-box .highlights-overlay {
    opacity: 1;
}

.highlights-content {
    position: relative;
    display: flex;
    flex-direction: column;
}

.highlights-overlay h2 {
    margin: 0;
    font-size: 1.2rem;
    text-align: left;
    font-weight: bold;
    color: #fff;
    line-height: 26px;
}

.highlights-overlay img {
    width: 90px !important;
    margin-top: 20px;
}

.highlights-arrow {
    display: block;
    margin-top: 10px;
    /* space between h2 and the arrow */
    font-size: 30px;
    /* increase font size to make the arrow wider */
    font-weight: bold;
    /* makes the arrow bolder */
    color: #BF8B26;
    /* adjust arrow color */
}

.wide-arrow {
    display: block;
    margin-top: 10px;
    width: 100px;
    /* Make this value larger for a wider arrow */
    height: 1px;
    /* Thickness of the arrow */
    background-color: #BF8B26;
    /* Arrow color */
    position: relative;
}

.wide-arrow::after {
    content: '';
    position: absolute;
    right: -8px;
    top: -9px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #BF8B26;
}

.highlights-overlay a {
    color: white;
    text-decoration: none;
    background-color: #c49b66;
    padding: 10px 20px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.service-overlay a:hover {
    background-color: #b08b58;
}

.view-all-section-highlights {
    text-align: center;
    margin: 90px 0px 90px 0px;
}

.view-all-section-highlights button {
    padding: 5px 30px;
    font-size: 1rem;
    border: none;
    background: linear-gradient(180deg, #C7A25F, #825F1E);
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border-radius: 25px;
    font-size: 10px;
}

.view-all-section {
    text-align: center;
    margin: 40px 0px 90px 0px;
}

.view-all-section button {
    padding: 5px 25px;
    font-size: 1rem;
    border: none;
    background: linear-gradient(180deg, #C7A25F, #825F1E);
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border-radius: 25px;
    font-size: 10px;
}

.highlights-container button {
    padding: 5px 80px;
}

.view-all-section button:hover {
    background-color: #b08b58;
}

/* Map */
.fullmap-container {
    margin: 10px 10px;
}

#map-container {
    position: relative;
    height: 100%;
    width: 100%;
    border-radius: 25px;
    min-height: 400px;
    /* Ensure the map has a minimum height */
}

#map {
    height: 100%;
    width: 100%;
    min-height: 600px;
    /* Ensure the map has a minimum height */
    border-radius: 25px;
}

#gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: linear-gradient(to top right, rgba(98, 104, 107, 0.1), rgba(189, 203, 207, 0.1));

    /* background: linear-gradient(to top right, rgba(98, 104, 107, 0.5), rgba(189, 203, 207, 0.5)); */
    pointer-events: none;
}

#branches-list {
    list-style: none;
    padding: 10px;
    margin: 0;
    position: absolute;
    top: 9%;
    left: 7%;
    border-radius: 8px;
    z-index: 1000;
    /* Ensures the list is on top */
    max-height: 100%;
    /* Limit the height */
    overflow-y: auto;
    /* Scroll if content is too long */
    width: 500px;
    /* Fixed width */
}

#branches-list li {
    background: #fff;
    cursor: pointer;
    transition: background 0.3s;
    white-space: nowrap;
    border-radius: 25px;
}

#branches-list li:hover {
    background: #ccc;
}

#branches-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#branches-list li {
    cursor: pointer;
    margin-bottom: 10px;
    border-radius: 25px;
    overflow: hidden;
}

.branch-header {
    padding: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
}

.branch-header img {
    margin: 0px 20px 0px 20px;
    order: 1;
    width: 3%;
}

.branch-header .branch-name {
    text-align: left;
    order: 2;
    margin-right: auto;
    font-size: 11px;
    font-weight: 400;
    color: #000;
}

.branch-header .branch-toggle-icon {
    order: 3;
    /* Last item */
    margin-left: auto;
    width: 7px;
}

.branch-active .branch-header .branch-toggle-icon {
    width: 11px;
}

.branch-active .branch-header .branch-name {
    color: #fff;
}

.branch-details {
    display: none;
    padding: 15px;
    background-color: #C7A25F;
    color: #ffffff;
}

.branch-details p {
    margin: 5px 0;
}

#map-container {
    position: relative;
    width: 100%;
}

.nav-arrow {
    width: 100%;
    display: flex;
    justify-content: center;
    cursor: pointer;
}

.nav-arrow img {
    width: 40px;
}

.top-arrow {
    top: -50px;
    /* Adjust this value to position the arrow above the first li */
}

.bottom-arrow {
    bottom: -50px;
    /* Adjust this value to position the arrow below the last li */
    margin-bottom: 10px;
    /* Adds spacing between the last li and the arrow */
}

/* Show details for the active branch */
.branch-active .branch-details {
    display: flex;
    justify-content: space-around;
}

.branch-detail-column p {
    color: #fff;
    margin: 0;
    line-height: 16px;
    font-size: 10px;
    font-weight: 400;
}

.branch-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.branch-details button {
    color: #fff;
    border: 1px solid #d0b078;
    padding: 5px;
    width: 100%;
    border-radius: 25px;
    cursor: pointer;
    font-size: 10px;
    font-weight: 400;
}

.branch-details button:hover {
    background-color: #C7A25F;
    /* Slight hover effect */
}

.branch-active .branch-header {
    background-color: #C7A25F;
    /* Active background color */
    color: #ffffff;
}

/* Location slide branch details */
#branches-list-header li {
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 25px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

#branches-list {
    overflow: hidden;
}

#branches-list ul {
    overflow: hidden;
    margin-top: -20px;
}

#branches-list li {
    display: block;
    margin-bottom: 10px;
    /* Adjust as needed */
}

#branches-list-header .branch-active .branch-header {
    border-radius: 25px 25px 0px 0px;
}

#branches-list-header .branch-active .branch-details:last-child {
    border-radius: 0px 0px 25px 25px;
}

/* tp-contact-area */

.tp-offcanvas-top {
    margin-bottom: 50px;
}

.tp-offcanvas-close {
    color: #C7A260;
}

.tp-contact-area .tp-offcanvas-title {
    text-align: left;
}

.tp-offcanvas-social-new ul li a {
    display: inline-block;
    text-align: center;
    background-color: #fff;
    border: unset;
}

.tp-offcanvas-social-new ul li a i {
    color: #ffffff;
}

.tp-offcanvas-social-new ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.tp-offcanvas-social-new ul li:not(:last-child) {
    margin-right: 8px;
}

.tp-offcanvas-social-new ul li a img {
    width: 40px;
}

.tp-contact-area .contact-info {
    max-width: 400px;
    margin: 20px auto;
}

.tp-contact-area .contact-info i {
    color: #b0893f;
    margin-right: 10px;
}

.tp-contact-area .contact-info h3 {
    font-size: 1.2em;
    color: #b0893f;
    margin: 0;
    display: flex;
    align-items: center;
    font-weight: bold;
}

.tp-contact-area .contact-info div {
    margin-bottom: 20px;
}

.tp-contact-area .contact-info p {
    margin: 0;
    line-height: 24px;
    color: #585757;
    font-size: 1.1rem;
}

.tp-contact-area .contact-info a {
    color: #4d4d4d;
    text-decoration: none;
}

.tp-contact-area .contact-info a:hover {
    text-decoration: underline;
}

.tp-contact-area .contact-info div {
    display: flex; /* Flexbox for horizontal layout */
    align-items: flex-start; /* Align items to the top */
    margin-bottom: 20px;
}

.tp-contact-area .contact-info div img {
    margin-right: 15px; /* Space between the icon and text */
    flex-shrink: 0; /* Prevent the icon from shrinking */
}

.whatsapp-slide {
    width: 25px;
}

.phone-slide {
    width: 20px;
}

.map-slide, .hour-slide {
    width: 25px;
}

.tp-contact-area .contact-info div .text-content {
    display: flex;
    flex-direction: column; /* Stack text vertically */
}

.tp-contact-area .contact-info div p {
    margin: 0;
    color: #585757;
    font-size: 1rem;
    line-height: 1.5;
}

/* Footer */
.footer-top {
    margin-top: 0px;
}

.black-bg {
    background-color: #D4D3D3;
}

.tp-footer-2-widget-menu ul li a {
    color: #221F20;
    text-decoration: none;
}

.footer-container {
    background-color: #D4D3D3;
    padding: 40px 0;
    text-align: center;
    border-bottom: 1px solid #AFAFAF;
}

.footer-content {
    max-width: 85%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.download-section {
    display: flex;
    flex: 0 0 55%;
    justify-content: flex-start;
    align-items: center;
}

.download-section h3 {
    font-size: 1.2rem;
    font-weight: 900;
    margin-bottom: 0px;
    color: #000;
    text-align: left;
    text-wrap: nowrap;
}

.download-icons img {
    height: 30px;
}

.download-icons {
    margin-left: 10px;
}

.payment-social-section {
    display: flex;
    flex: 0 0 40%;
    justify-content: flex-end;
    align-items: center;
    margin-left: auto;
}

.payment-icons {
    display: flex;
}

.social-icons {
    display: flex;
    margin-left: 8vh;
    gap: 10px;
    /* Adjust this value to increase/decrease space */
}

.social-icons img {
    /*height: 35px;*/
    margin-left: 10px;
}

.payment-icons img {
    /*height: 45px;*/
    margin-right: 6px;
    margin-left: 6px;
    height: max-content;
}

.payment-icons img:first-child {
    /*height: 25px;*/
    margin-left: 0px;
    margin-right: 15px;
}

.tp-footer-2-widget-menu ul li a {
    font-size: 14px;
}

.tp-footer-2-widget-menu ul li {
    margin-bottom: 0px;
}

.thefooter-content {
    max-width: 85%;
    margin: 0 auto;
    margin-bottom: 50px;
}

.body-overlay-exchange, .body-overlay-contact, .body-overlay-location {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: 0.45s ease-in-out;
    background: rgba(24, 24, 24, 0.4);
}

.body-overlay-contact.opened {
    opacity: 1;
    visibility: visible;
}

.body-overlay-location.opened {
    opacity: 1;
    visibility: visible;
}

.body-overlay-contact, .body-overlay-location {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: 0.45s ease-in-out;
    background: rgba(195, 196, 199, 0.6);
}

.body-overlay-contact.opened {
    opacity: 1;
    visibility: visible;
}

/* Adjust the header to be positioned relatively so it can affect the following elements */
.tp-header-height {
    display: flex;
    flex-direction: column;
    width: 100%;
}

/* Make sure the main content is below the header */
main {
    margin-top: 0; /* Remove any previous margin */
    width: 100%;
}

.carousel {
    position: relative; /* Keep the carousel positioned normally */
}

.show-mobile {
    display: none;
}

/*  */
.input-wrapper {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
}

.custom-select {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    border-radius: 25px 0 0 25px;
    cursor: pointer;
    z-index: 10;
    width: 50px;
}

.selected-option {
    display: flex;
    align-items: center;
    width: 100%;
}

.flag-icon {
    width: 30px;
    height: 30px;
    margin: 15px 15px;
}

.arrow {
    margin-left: auto;
    border: 6px solid transparent;
    border-top-color: #000;
}

.custom-select-options {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border-top: none;
    background: #d7d6d6;
    z-index: 20;
    max-height: 200px;
    overflow-y: auto;
}

.option {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.option:hover {
    background-color: #f1f1f1;
}

.option img {
    width: 30px;
    height: 30px;
    margin: 10px 10px;
}

#send-amount-qatar,
#receive-amount-usd ,#send-amount-bank,#receive-amount-bank,
#receive-amount-foreign,#send-amount-foreign{
    padding-left: 80px; /* Adjust to make space for the custom select */
    width: 100%; /* Adjust width to fit with the custom select */
    box-sizing: border-box;
}
.tab-content input[type=number]::-webkit-outer-spin-button,
.tab-content input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
#receive-amount-cash,#send-amount-cash{
    padding-left: 80px;
    width: 100%;
    box-sizing: border-box;
    -moz-appearance: textfield;
}
#send-amount-qatar::placeholder, #receive-amount-usd::placeholder {
    font-size: 11px !important;
    color: #7c7a7b;
}

#send-amount-qatar::-webkit-inner-spin-button,
#send-amount-qatar::-webkit-outer-spin-button,
#receive-amount-usd::-webkit-inner-spin-button,
#receive-amount-usd::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Hide number input arrows in Firefox */
#send-amount-qatar, #receive-amount-usd {
    -moz-appearance: textfield;
}

.tp-offcanvas-logo img {
    width: auto;
}

.tp-footer-2-widget-menu ul li a:hover {
    background-size: 0%;
    color: #221F20;
}

.header-main-menu > nav > ul > li > .submenu {
    padding: 10px 10px;
    width: auto;
    background: #efefef;
    top: 80%;
    border: 1px solid #c7a25f;
}

.header-main-menu > nav > ul > li > .submenu > li {
    padding: 0px 15px;
}

.header-main-menu > nav > ul > li > .submenu > li:hover > a::before {
    visibility: hidden;
}

.header-main-menu > nav > ul > li > .submenu > li:hover > a {
    padding-left: 0px;
}

.header-main-menu > nav > ul > li > .submenu > li > a {
    font-size: 12px;
}

.header-main-menu > nav > ul > li > .submenu > li:not(:last-child) {
    margin-bottom: 10px;
}

.tp-arrow img {
    width: 40px;
    cursor: pointer;
}

#gold-bars p {
    font-size: 15px !important;
}

.send-btn-goldbar {
    margin-top: 10px;
}

.tp-header-bar img {
    cursor: pointer;
}

/* Banner Carousel */
.owl-dots {
    display: block; /* Ensure dots container is displayed */
    text-align: center; /* Center the dots */
    margin-top: 15px; /* Space above the dots */
    position: relative; /* Relative positioning for custom placement */
    z-index: 2; /* Make sure dots are above other elements */
}

.owl-dot {
    display: inline-block; /* Dots are inline elements */
    width: 7px; /* Size of each dot */
    height: 7px; /* Size of each dot */
    margin: 5px; /* Space between dots */
    background-color: transparent; /* Transparent background for non-active dots */
    border: 2px solid #7F5C1B !important; /* Border color for non-active dots */
    border-radius: 50%; /* Rounded dots */
    cursor: pointer; /* Pointer cursor on hover */
    transition: background-color 0.3s, border-color 0.3s; /* Smooth transition effect */
}

.owl-dot.active {
    background-color: #7F5C1B; /* Solid background for active dot */
    border-color: #7F5C1B; /* Border matches the background for active dot */
}

.owl-dot:not(.active) {
    background-color: white; /* Background color for non-active dots */
    border-color: #7F5C1B; /* Border color for non-active dots */
}

.owl-dot:hover {
    background-color: #7F5C1B; /* Dot hover effect */
    border-color: #7F5C1B; /* Border hover effect */
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background-color: #7F5C1B; /* Background color for navigation buttons */
    color: #7F5C1B; /* Text color for navigation buttons */
    border: none;
    padding: 0 !important;
    font: inherit;
    background: none; /* Reset background */
}

.owl-dot.active {
    color: #7F5C1B !important;
    background-color: #7F5C1B !important;
}

/*  */
.banner-carousel {
    position: relative; /* Ensures the dots can be positioned relative to the carousel */
}

.banner-carousel .owl-dots {
    display: block; /* Ensure the dots container is displayed */
    position: absolute; /* Position dots absolutely within the carousel */
    bottom: 20px; /* Adjust the distance from the bottom of the carousel */
    left: 50%; /* Center the dots horizontally */
    transform: translateX(-50%); /* Center align using transform */
    z-index: 2; /* Make sure dots are above other elements */
    text-align: center; /* Center the dots */
}

.banner-carousel .owl-dot {
    display: inline-block; /* Dots are inline elements */
    width: 9px; /* Size of each dot */
    height: 9px; /* Size of each dot */
    margin: 7px; /* Space between dots */
    background-color: transparent; /* Dot background color */
    border: 2px solid #ddd; /* Border color for non-active dots */
    border-radius: 50%; /* Rounded dots */
    cursor: pointer; /* Pointer cursor on hover */
}

.banner-carousel .owl-dot {
    background-color: #333;
    border: 1px solid #fff !important;
}

/* Hover effect */
.banner-carousel .owl-dot:hover {
    background-color: #555;
}

.banner-carousel .owl-dot.active {
    color: #fff !important;
    background-color: #fff !important;
    border: 2px solid #fff !important;
}

.tp-offcanvas-area .tp-offcanvas-title, .tp-exchange-area .tp-offcanvas-title {
    text-align: left;
}

.float-img-whats {
    right: 10%;
    bottom: 6%;
    max-width: 50px;
    position: fixed;
    z-index: 99999;
}

.float-img-chat {
    right: 6%;
    bottom: 6%;
    max-width: 50px;
    position: fixed;
    z-index: 99999;
    display: none;
}
.phone .phone-icon {
    width: 22px;
    margin-right: 0px;
}
.forbes {
    width: 55px;
    margin: 0 auto;
    margin-bottom: 5px;
}
.iso-icon{
    height: 50px;
    width: 50px;
    background-color: #e3000f;
    margin-top: 10px;
}
.page-header {
    background-image: url('../../assets/fardan/1409897309.png'); /* Update with the actual image path */
    background-size: cover;
    background-position: center;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    position: relative;
}

.page-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); /* Optional dark overlay */
}

.page-header-no-shadow::before {
    background: none;
}

.header-content {
    position: relative;
    z-index: 1;
}

.page-header h1 {
    font-size: 48px;
    font-weight: bold;
    color: #ffffff;
}

.inner-img {
    padding-top: 60px;
}

.content-section {
    /*display: flex;*/
    justify-content: space-between;
    align-items: center;
    /*max-width: 1200px;*/
    margin: 0 auto;
    padding: 40px 0;
}

.image-content {
    /*width: 35%;*/
    /*display: flex;*/
    justify-content: center;
    padding: 4%;
}

.image-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    transform: rotate(-3deg); /* Tilt effect */
    filter: grayscale(80%); /* Apply grayscale effect */
    /*box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);*/
}

/* History Page */

.banner {
    width: 100%;
    height: 40vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.banner-text h1 {
    color: white;
    font-size: 48px;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

/* History Section */
.history-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 50px;
    margin: 25px 0 75px 0px;
    background-color: #fff;
}

.history-text {
    width: 50%;
}

.history-text h2 {
    font-size: 1.2rem;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
    text-align: left;
}

.history-text p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #333;
    margin-bottom: 20px;
}

.history-image {
    width: 45%;
    margin-left: 100px;
}

.history-image img {
    max-width: 75%;
    /*transform: rotate(-1deg);*/
    margin-top: 50px;
}

.text-content-2 h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.4;
    text-align: left;
}

.text-content-2 p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 15px;
    color: #211F20;
}

/* gold and bars */
.gold-section {
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
    margin-top: -50px;

}

.gold-container {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    padding: 60px 70px;
    max-width: 1100px;
    text-align: center;
    position: relative;
    border: 1px solid #c7a260;
    margin-bottom: 50px;
}

.gold-container img {
    max-width: 126px;
    margin: 0 20px;
    vertical-align: middle;
}

.gold-container h3 {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.6;
    color: #000;
    margin-top: 20px;
    margin-bottom: 20px;
}

.goldBar-page .rates {
    width: 100%;
}

.goldBar-page .gold-list {
    padding: 0px 50px 0px 50px;
}

.goldBar-page .gold-list {
    max-height: 100%;
}

.goldBar-page .send-btn {
    background: linear-gradient(121deg, #F4AF34, #F5CC82, #B57E1C);
    color: white;
    border: none;
    padding: 10px;
    width: 100%;
    border-radius: 30px;
    cursor: pointer;
    font-size: 16px;
    transition: background 0.3s ease;
    text-transform: none;
}

.secure-image {
    position: absolute;
    top: 20px;
    right: 20px;
    margin: 0px !important;
}

.gold-section-text {
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
}

.gold-container-text {
    border-radius: 12px;
    padding: 30px 20px;
    max-width: 1100px;
    text-align: center;
    position: relative;
}

.gold-container-text p {
    color: #000;
    font-size: 1.1rem;
}

.service-box .service-text {
    background-color: #f4f4f3;
    padding: 20px;
    min-height: 350px;
}

.service-box .service-text h2 {
    color: #000;
    font-size: 1.2rem;
}

.service-box .service-text p {
    text-align: center;
    font-size: 0.8rem;
    color: #000;
}

.inner-page .service-box::before {
    /*background: unset !important;*/
}

.inner-page .service-box {
    background: #f4f4f3 !important;
}

.services-container.inner-page {
    margin-top: 50px;
}

/* inner map */
.inner-map.fullmap-container {
    margin: 0px;
    margin-top: 50px;
}

.inner-map #map-container, .inner-map #map {
    border-radius: 0px;
}

/* accordion online money transfer */
.accordion-container {
    margin-top: 100px;
}

.accordion-container h2 {
    font-weight: bold;
    font-size: 2rem;
}

.accordion {
    border-radius: 25px;
    background-color: #d4d3d3; /* Light gray background for the entire accordion */
}

.accordion-item {
    border-bottom: 1px solid #fff; /* White border between items */
}

.accordion-header {
    background-color: #d4d3d3;
    cursor: pointer;
    padding: 30px;
    font-weight: bold;
    text-align: left;
    width: 100%;
    border: none;
    outline: none;
    font-size: 1.3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.accordion-header.active {
    background-color: #c7a260; /* Active background color */
}

.accordion-arrow {
    font-size: 14px;
    transform: rotate(0deg);
    transition: transform 0.3s ease;
}

.accordion-content {
    display: none;
    padding: 50px 40px 50px 80px;
    border-top: 1px solid #f2f2f2;
    background-color: #f2f2f2;
}

.accordion-item:last-child {
    border-bottom: none; /* Remove border for the last item */
}

.accordion .accordion-item:first-child .accordion-header, .accordion .accordion-item:first-child {
    border-top-left-radius: 25px !important;
    border-top-right-radius: 25px !important;
}

.accordion .accordion-item:last-child .accordion-header, .accordion .accordion-item:last-child {
    border-bottom-left-radius: 25px !important;
    border-bottom-right-radius: 25px !important;
}

.accordion .accordion-item:last-child .accordion-header.active {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.app-link img {
    width: 100px;
}

.accordion-content p {
    color: #000;
    margin-bottom: 0px;
}

.accordion-content ol, .accordion-content ul {
    padding-left: 1rem;
}

.tp-main-menu-mobile .tp-main-menu-content {
    display: inline;
}

.inner-btn-gold {
    background: linear-gradient(121deg, #F4AF34, #F5CC82, #B57E1C) !important;
    color: white !important;
    border: none !important;
    padding: 10px 80px;
    width: 35%;
    border-radius: 30px;
    cursor: pointer;
    font-size: 0.9rem !important;
    transition: background 0.3s ease;
    text-transform: uppercase;
}

.has-dropdown > .submenu::before {
    content: '';
    position: absolute;
    top: -2px; /* Position this line above the submenu */
    left: 0;
    width: 55px;
    height: 7px; /* Thickness of the border line */
    background-color: #c7a25f; /* Color of the line */
}

.tp-contact-area {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.tp-location-area {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

/* Contact Page */

.contact-info-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.info-box {
    display: flex;
    align-items: flex-start;
    width: 30%;
    padding: 10px;
}

.icon {
    flex-basis: 30%;
    display: flex;
}

.icon img {
    margin-right: 10px;
    margin-top: 5px;
    width: 50px;
}

.details {
    flex-basis: 70%;
}

.details h3 {
    font-size: 1.1em;
    color: #d39e00;
    margin-bottom: 5px;
    font-weight: bold;
}

.details p {
    font-size: 0.9em;
    color: #333;
    line-height: 1.6em;
}

/* Adding borders between the items */
.info-box:not(:last-child) {
    border-right: 1px solid #ddd;
}

/* form */
.contact-form-container {
    background-color: #b8904f;
    padding: 40px;
    border-radius: 10px;
    text-align: center;
}

.contact-form-container form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.form-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.contact-form-container h1 {
    font-size: 2.5em;
    color: #fff;
    font-weight: bold;
}

.contact-form-container p {
    color: #f0f0f0;
    margin-bottom: 30px;
}

.contact-form-container button {
    padding: 10px 70px;
    font-size: 1.2em;
    background-color: #333;
    color: #fff;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    margin-top: 20px;
    margin: 0 auto;

}

.contact-form-container button:hover {
    background-color: #555;
}

.contact-form-container input[type="text"],
.contact-form-container input[type="email"],
.contact-form-container input[type="tel"],
.contact-form-container textarea {
    width: 100%;
    padding: 15px;
    border: none;
    border-radius: 5px;
    font-size: 1em;
    background-color: #fff;
    color: #333;
}

.contact-form-container textarea {
    min-height: 150px;
}

.contact-form .form-check {
    text-align: left;
    color: #fff;
}

.contact-form-group .btn:before {
    background-color: #000;
}

.contact-form-group .btn:after {
    content: "";
}

.contact-form-container button:hover {
    background-color: #555 !important;
    color: #fff;
}

.contact-form .form-check .form-check-input:checked {
    background-color: #333333;
    border-color: #333333;
}

.service-text a, .service-text a:hover {
    color: #000;
    text-decoration: none;
}

.contact-form-container input[type="text"]::placeholder,
.contact-form-container input[type="email"]::placeholder,
.contact-form-container input[type="tel"]::placeholder,
.contact-form-container textarea::placeholder {
    color: #000;
}

.call-back-area {
    display: none;
}

.about-card {
    background: #F4F4F4;
    border-radius: 25px;
    margin-bottom: 25px;
}

.about-card h3 {
    color: #C7A260;
    font-size: 52px;
    text-align: center;
    font-weight: bold;
}

.text-content {
    display: flex;
    align-items: center; /* Vertically centers the content */
    height: 100%; /* Ensures it takes full height of the column */
}

.text-content-info {
    position: relative;
    /*display: flex;*/
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    padding: 6vw 12vh;
    text-align: center;
    width: 100%;
}

.text-content-2 {
    /*width: 60%;*/
    text-align: left;
}

.text-content-info .item {
    width: 100%;
    max-width: 600px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 10px;
}

.text-content-info .owl-dots {

    margin-top: 0px;

}

.text-content-info .owl-nav span {
    font-size: 36px;
    color: black;
}

.text-content-info .owl-carousel .owl-nav button.owl-next {
    float: right;
}

.text-content-info .owl-carousel .owl-nav button.owl-prev {
    float: left;
}

.text-content-info .owl-nav {
    position: absolute;
    width: 100%;
    top: 25%;
}

.our-value {
    /*padding-left: 20px;*/
    /*padding-right: 20px;*/
}

.text-content img {
    border-radius: 25px;
}

.text-content-2 h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.4;
    text-align: left;
}

.text-content p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
    color: #211F20;
}

.text-content-2 p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 15px;
    color: #211F20;
}

.text-center {
    text-align: center;
}

.message-section {
    margin-top: -60px !important;
    padding: 90px 10px;
}

.message-section .text-content-2 {
    padding: 0px 10%;
}

.message-section .text-content-2 h5 {
    font-size: 18px;
    line-height: 1.8;
    font-weight: bold;
}

.image-text-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f2f2f2;
    border-radius: 15px;
    overflow: hidden;
    max-width: 1000px;
    margin: 0 auto;
}

.image-container {
    width: 50%;
}

.image-container img {
    width: 100%;
    height: auto;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.text-container {
    width: 46%;
    padding: 20px;
    background-color: #f2f2f2;
    position: relative;
    text-align: left;
}

.text-container p {
    font-size: 16px;
    line-height: 1.5;
}

.left .text-container .number {
    position: absolute;
    top: -15px;
    left: 20px;
    right: auto;
}

.text-container .number {
    position: absolute;
    top: -15px;
    right: 20px;
    font-size: 24px;
    color: #f2f2f2;
    /*border: 1px solid #b59c66;*/
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 4em;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    text-shadow: 0 0 3px #b59c66;
}

.why-qatar {
    margin-bottom: 50px;
}

/* Arrow Shape for Divider */
.image-text-section .text-container::before {
    content: '';
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #f2f2f2;
}

.image-text-section.left .text-container::after {
    content: '';
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #f2f2f2;
}

.main-text-section .text-container {
    background: #ffffff !important;
    margin: 0 auto;
    margin-top: -100px;
    border-radius: 25px;
    margin-bottom: 50px;
    padding: 65px;
    text-align: center;
    color: #211F20 !important;
    font-size: 24px;
    font-weight: bold !important;
    border: 1px solid #C7A260;
}

.main-text-section .text-container p {
    color: #211F20 !important;
    font-weight: bold;
}

.image-text-section {
    margin-bottom: 15px;

}

.image-text-section .text-container p {
    color: #211F20 !important;
    padding: 15px 50px;
    text-align: center;
}

.alfardan-group p {
    font-size: 20px;
}

.alfardan-group p.font-thin {
    font-weight: normal;
    font-size: 18px;
}

.alfardan-group .text-container {
    width: 60%;
}

.alfardan-group .btn-gold {
    margin-top: 30px;
    font-size: 18px;
    max-width: 190px;
}

.media .card {
    border-radius: 15px;
    /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/
    overflow: hidden;
    text-align: left;
}

.media .card-img-top {
    /*width: 100px;*/
    height: auto;
    margin: 0 auto;
    padding-top: 20px;
}

.media .card {
    border: 0px;
}

.media .card-body {
    padding: 15px;
}

.inner-page-content {
    max-width: 85%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.media .card-text {
    font-size: 20px;
    font-weight: 600;
    color: #211F20 !important;
    text-align: left;
}

.media .btn.btn-black {
    font-size: 18px;
    background: #211F20 !important;
    margin: 0 auto;
    text-align: center;
    display: block;
    min-width: 260px;
}

.float-sm a svg {
    width: 55px;
    padding: 0px;
    margin-left: 10px;;
}

.float-sm .fl-fl:hover .hover {
    display: inline-block;
}

.float-sm a .hover {
    display: none;
}

.float-sm .fl-fl:hover .default {
    display: none;
}

.float-sm a .default {
    display: inline-block;
    cursor: pointer;
}

.float-sm a {

    cursor: pointer;
}

.tp-open-exchange-btn:hover rect {
    stroke: #C7A260;
}

.float-sm .fl-fl {
    right: -160px;
}

.float-sm .fl-fl:hover span {

    line-height: 50px;
    position: absolute;
    top: 2px;
    width: 70%;
}

.new-list .highlights-box {
    margin-bottom: 30px;
}

.new-list .card {
    background-color: white;
    border-radius: 25px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
    min-height: 240px;
}

.terms h2 {
    text-align: left;
}

.new-list .card img {
    width: 50%;
    height: auto;
    border-radius: 25px;
}

.new-list .card-content {
    width: 50%;
    padding: 15px;
}

.new-list .card-content h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
}

.new-list .date {
    color: gray;
    font-size: 14px;
}

.post h1 {

    font-size: 32px;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
    width: 80%;
    margin: 0 auto;
    margin-top: 80px;
}

.post .post-image img {
    border-radius: 25px;
    margin-top: 30px;
    margin-bottom: 20px;
    width: 100%;
}

.post .content {
    width: 86%;
    margin: 0 auto;
}

.post p {
    color: #211F20;
    text-align: center;
    font-size: 14px;
}

.post-page .more h2 {
    font-size: 2em;
    font-weight: bold;
}

.post-page .more .card {
    border: 0px;

}

.post-page .more .card img {
    border-radius: 25px;
}

.post-page .more .card-text {
    color: #000000;
    font-weight: bold;
    line-height: 29px;
    font-size: 24px;
}

.tab-content {
    min-height: 220px;
}

.why-qatar .text-container {
    width: 50%;
    background-color: #f2f2f2;
}

.vision-page .text-content-info p {
    width: 66%;
    margin: 0 auto;
}

.tabs-list {
    margin-top: 0px;
    position: absolute;
    width: 100%;
}

.tab-continer {
    margin-top: -185px;
}

.container-icons {
    background-size: cover;
    padding: 70px 20px 45px 20px;
}

.header-main-menu > nav > ul > li:hover > .submenu {
    overflow: visible;
}

.has-dropdown > .submenu::before {

    top: -5px;
    left: -1px;
    height: 4px;
}

.gold-section {
    /*margin-top: -150px;*/
}

.fl-fl.float-lang {
    top: 425px;
    background: #000000;
    display: none;
}

.btn.btn-black.more {
    font-size: 18px;
    background: #211F20 !important;
    margin: 0 auto;
    text-align: center;
    display: block;
    min-width: 260px;
}

.static-page {
    text-align: left;
    max-width: 85%;
    margin: 0 auto;
}

.static-page h2 {
    text-align: left;
    color: #000000;
    margin-top: 20px;
}

.static-page p {
    text-align: left;
    color: #000000;
}

.online-money-transfer {
    margin: 0 auto;
    display: inline-flex;
}

.online-money-transfer img {
    width: 100%;
    max-width: 180px;
}

.online-money-transfer .flex-column {
    min-height: 100px;
}

.online-money-transfer .img-btn-top {
    min-height: 100px;
}

.lang-swithcer {
    min-height: 36px;
    background: transparent;
    border: 2px solid #C7A25F;
    color: #C7A25F;
    font-size: 14px;
    line-height: 2;
}

.img-btn-top .western-logo {
    width: 100%;
    max-width: 160px;
    margin-top: 18px;
}

.terms p, .privacy p {
    color: #000000;
    font-size: 16px;
    line-height: 1.4;
}

.privacy h2 {
    text-align: left;
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 8px;
}

.download-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

.download-link {
    text-decoration: none;
    color: #000;
}

.download-icon {
    width: 16px;
    height: 16px;
}

.money-transfer .service-box .service-img {
    width: 100%;
    height: auto;
}

.money-transfer .service-box a.more {
    font-size: 14px;
    background: transparent !important;
    margin: 0 auto;
    text-align: center;
    display: grid;
    min-width: 140px;
    border: 1px solid #000000;
    width: 140px;
    border-radius: 20px;
    cursor: pointer;
}

.bottom-footer ul li {
    display: inline-block;
    float: right;
    padding-left: 8px;
    padding-right: 8px;
}

.bottom-footer ul li::after {
    position: relative;
    content: "|";
    /*top: 23%;*/
    color: #000000;
    left: 8px;
    width: 1px;
    height: 60%;
}

.bottom-footer ul li:first-child::after {
    content: ""; /* Remove the content for the first li */
}

.float-img-chat {
    right: 4%;
    bottom: 15%;
}

.float-img-whats {
    right: 8%;
    bottom: 15%;
}

.terms h1, .privacy h1 {
    font-weight: bold;
    font-size: 44px;
    margin-bottom: 30px;
}

.btn-gold {
    min-width: 130px;
}

.thefooter-content {

    margin-bottom: 25px;
}

.tp-header-contact .phone {
    font-size: 14px;
}

.highlights-overlay a.link {
    color: white;
    text-decoration: none;
    background-color: transparent;
    padding: 0px;
    border-radius: 0px;
    transition: background-color 0.3s ease;
}

.service-box a.link {
    color: white;
    text-decoration: none;
    background-color: transparent;
    padding: 0px;
    border-radius: 0px;
    transition: background-color 0.3s ease;
}

a.btn-link.btn:after {
    content: "";
    font-size: 0px;
}

.inner-page .fullmap-container {
    margin: 0px;
}

.inner-page #map-container, .inner-page #map {
    border-radius: 0px;
}

.lang.btn:after {
    content: "";
    font-size: 0px;
}

.page-header::before {
    background: rgba(0, 0, 0, 0.4) !important;
}

.why-qatar .gold-container {
    width: 50%;
}

.why-qatar .gold-container h3 {
    font-size: 16px;
    line-height: 1.5;
}

.alfardan-group .gold-container {
    width: 60%;
}

.alfardan-group .gold-container p {
    font-weight: normal;
    font-size: 18px;
    color: #211F20 !important;
    line-height: 1.5;
}

.inner-page-content.careers {
    margin-top: -70px;
}

.main-slide.owl-carousel {
    direction: ltr;
}

.scroll-to-target {
    display: none;
}

.services__item-five {
    background: var(--tg-color-white-default);
    border: 1px solid #e9e9f0;
    border-radius: 15px;
    -ms-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .1);
    -o-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .1);
    margin-bottom: 30px;
    padding: 60px 30px 45px;
    text-align: center;
    transition: all .3s ease-out 0s
}

.services__item-five:hover {
    transform: translateY(-5px)
}

.services__item-top {
    align-items: center;
    display: flex;
    gap: 30px;
    margin-bottom: 22px
}

.services__item-top .title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0
}

@media (max-width: 1199.98px) {
    .services__item-top .title {
        font-size: 20px
    }
}

.services__item-wrap-two .row [class*=col-]:nth-child(odd) .services__item-five {
    margin-top: 30px
}

@media (max-width: 991.98px) {
    .services__item-wrap-two .row [class*=col-]:nth-child(odd) .services__item-five {
        margin-top: 0
    }
}

.services-thumb {
    border-radius: 10px 10px 0 100px;
    overflow: hidden;
    position: relative
}

.services-thumb img {
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.services__thumb-four {
    flex: 0 0 auto;
    width: 337px
}

@media (max-width: 1199.98px) {
    .services__thumb-four {
        width: 300px
    }
}

@media (max-width: 991.98px) {
    .services__thumb-four {
        width: 100%
    }
}

.services__thumb-four img {
    border-radius: 12px;
    height: 380px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}
.text-container h4{
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-top: -20px;
}
@media (max-width: 1199.98px) {
    .services__thumb-four img {
        height: 340px
    }
}

.services__icon-two {
    color: var(--tg-theme-primary);
    display: inline-block;
    font-size: 60px;
    line-height: 0;
    margin-bottom: 20px;
    transition: all .4s ease-out 0s
}

.services__icon-three {
    align-items: center;
    background: var(--tg-color-gray-3);
    border: 1px solid var(--tg-color-gray-2);
    border-radius: 50%;
    color: var(--tg-theme-secondary);
    display: flex;
    flex: 0 0 auto;
    font-size: 42px;
    height: 70px;
    justify-content: center;
    line-height: 0;
    position: relative;
    width: 70px
}

.services__icon-three i {
    transform: rotateY(0deg);
    transition: all .4s ease-out 0s
}

.services__icon-three:before {
    background: #dce7ec;
    border-radius: 3px;
    content: "";
    height: 40px;
    position: absolute;
    right: -18px;
    top: 50%;
    transform: translateY(-50%);
    width: 3px
}

.services__icon-five {
    color: var(--tg-theme-primary);
    display: inline-block;
    font-size: 45px;
    line-height: 0;
    margin-bottom: 50px;
    position: relative;
    z-index: 1
}

.services__icon-shape .shape {
    position: absolute;
    z-index: -1
}

.services__icon-shape .shape:first-child {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.services__icon-shape .shape:first-child svg {
    color: var(--tg-color-yellow-light)
}

.services__icon-shape .shape:nth-child(2) {
    bottom: -13px;
    left: -2px
}

.services__icon-shape .shape:nth-child(2) svg {
    color: var(--tg-theme-primary)
}

.services__icon-shape .shape:nth-child(3) {
    left: 50px;
    top: -18px
}

.services__icon-shape .shape:nth-child(3) svg {
    color: var(--tg-theme-primary)
}

.services-content {
    padding: 30px;
    position: relative
}

.services-content .icon {
    align-items: center;
    background: var(--tg-color-gray-3);
    border: 3px solid var(--tg-color-white-default);
    border-radius: 50%;
    color: var(--tg-theme-secondary);
    display: flex;
    font-size: 36px;
    height: 70px;
    justify-content: center;
    left: 30px;
    line-height: 0;
    position: absolute;
    top: -55px;
    transition: all .4s ease-out 0s;
    width: 70px;
    z-index: 2
}

.services-content .title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px
}

.services-content .title a:hover {
    color: var(--tg-theme-primary)
}

.services-content p {
    margin-bottom: 22px
}

.services-content .btn {
    background: var(--tg-color-gray-3);
    color: var(--tg-theme-secondary);
    padding: 16px 20px
}

.services-content .btn:hover, .services__content-two .title {
    color: var(--tg-color-white-default)
}

.services__content-two .title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px
}

.services__content-two p {
    color: var(--tg-color-gray-2);
    margin-bottom: 25px
}

.services__content-two .btn {
    background: #2e328b;
    color: #9597c8;
    padding: 16px 20px
}

.services__content-two .btn:before {
    background: var(--tg-color-white-default)
}

.services__content-two .btn:after {
    color: var(--tg-color-white-default)
}

.services__content-two .btn:hover, .services__content-two .btn:hover:after {
    color: var(--tg-theme-secondary)
}

.services__content-three p {
    margin-bottom: 25px
}

.services__content-three .btn {
    background: var(--tg-color-yellow-light);
    color: var(--tg-theme-primary)
}

.services__content-three .btn:hover {
    color: var(--tg-color-white-default)
}

.services__content-four .title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px
}
.footer-rights p{
color:rgb(93, 93, 99);
}
.service-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2)!important;
    z-index: 1;
    pointer-events: none;
}
@media (max-width: 1199.98px) {
    .services__content-four .title {
        font-size: 26px
    }
}

.services__content-four .about__list-box, .services__content-four p {
    margin-bottom: 20px
}
.forbes.ico-4,.forbes.ico-3{
    width: 70px;
}
span.productCode{
    padding-left: 20px;
}
i.icon-arrow{
    width: 20px;
    padding-right: 10px;
    position: absolute;

    left: 3px;
    top: 5px;
}
.gold-header{
    cursor: pointer;
    position: relative;
}
.accordion-button:not(.collapsed) {
    color: #000;
    background-color: transparent;
    padding: 0;
    font-size: 12px;
}
.accordion .accordion-item:first-child .accordion-header button, .accordion .accordion-item:first-child button{
    padding: 30px;
}
@media (max-width: 1366px) {
    .gold-header {

        font-size: 13px;
    }
    .tp-header-menu > nav > ul > li {
        margin: 0px 5px;
    }
    .tp-header-buttons .btn-gold {
        min-width: 110px;
        max-width: 110px;
    }
    .social-icons img {
        margin-left: 5px;
    }
    .payment-icons img:first-child{
        margin-right: 10px;
    }
    .payment-icons img {
        margin-right: 6px;
        margin-left: 6px;
    }
    .payment-social-section {
        display: flex;
        flex: 0 0 42.6%;
    }
    .tp-header-menu > nav > ul > li {
        margin: 0px 6px!important;
    }
}


@media (max-width: 768px) {
    .gold-header span:nth-child(2) {
        flex: 0 0 50%;
        text-align: center;
        color: #000;
        text-wrap: inherit;
        max-width: 200px;
        line-height: 14px;
        padding-top: 5px;
        padding-bottom: 4px;
    }

    .gold-item.active i.icon-arrow {
        width: 20px;
        padding-right: 10px;
        position: absolute;
        left: 10px;
        top: 15px;
    }
    .history-text {
        width: 100% !important;
        display: block;
    }

    .text-content-2 h2 {
        font-size: 18px;
        margin-bottom: 20px;
        line-height: 1.2;
    }

    .history-section {
        padding: 15px;
        display: block;
    }

    .history-image {
        width: 100%;
        margin-left: 40px;
    }

    .service-box {
        flex: 1 1 calc(99% - 20px);
    }

    .gold-container {
        padding: 40px 10px !important;
    }

    .online-money-transfer {
        margin: 0 auto;
        display: block;
        margin: 25px auto;
    }

    .text-content-info {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        height: 100%;
        padding: 8vw 2vh;
        text-align: center;
        width: 100%;
        margin-bottom: 20px;
    }

    .footer-rights {
        font-size: 10px;
        color: #000;
        text-align: center;
    }

    .bottom-footer ul {
        text-align: center;
        width: 220px;
        margin: 0 auto;
    }

    .alfardan-group .text-container {
        width: 94%;
        padding: 25px;
    }

    .alfardan-group p {
        font-size: 15px;
    }

    .alfardan-group p.font-thin {
        font-weight: normal;
        font-size: 13px;
    }

    .tabs-list {
        margin-top: 0px;
        position: relative;
    }

    .image-text-section {
        flex-direction: column;
    }

    .why-qatar .text-container {
        width: 90%;
        margin-top: 30px;

    }

    .image-container, .text-container {
        width: 100%;
    }

    .text-container::before {
        display: none;
    }

    .new-list .card {

        flex-direction: column;

    }

    .new-list .card img {
        width: 100%;
    }

    .new-list .card-content {
        width: 100%;
    }

    .news-page .highlights-overlay {
        width: 85%;
    }

    .vision-page .text-content-info p {
        width: 96%;
    }
}

@media (max-width: 1920px) {
    body {

    }

    .news-page .highlights-overlay h2 {
        margin: 0;
        font-size: 1.6rem;
        text-align: left;
        font-weight: bold;
        color: #fff;
        line-height: 1.8rem;
    }

    .news-page .highlights-overlay {
        width: 55%;
    }

    .container-xl {
        max-width: 1560px;

    }
}

@media (max-width: 1600px) {
    body {

    }

    .vision-page .text-content-info p {
        width: 80%;
    }

    .container-xl {
        max-width: 1400px;

    }

}

@media (max-width: 1400px) {
    .tabs-list {
        margin-top: 0% !important;
    }
}

@media (max-width: 1366px) {
    body {

    }

    .tp-header-buttons a.btn {
        border-radius: 25px;
        font-size: 10px;
        max-width: 120px;
        display: inline-block;
        padding: 8px 15px;
        text-align: center;
        /*line-height: 1.2;*/
        font-weight: 600;
    }

    .tp-header-menu > nav > ul > li > a {
        font-size: 11px;
        font-weight: 600;
    }

    .text-content p {
        font-size: 14px;
        line-height: 1.6;

    }

    .about-card h3 {
        color: #C7A260;
        font-size: 42px;

    }

    .post-page .more .card-text {
        color: #000000;
        font-weight: bold;
        line-height: 20px;
        font-size: 18px;
    }

    .post h1 {
        margin-top: 50px;
        font-size: 28px;
        line-height: 40px;

    }

    .new-list .card-content h3 {
        font-size: 20px;
        line-height: 24px;
    }

    .new-list .date {

        font-size: 13px;
    }

    .container-xl {
        max-width: 1200px;

    }
}

@media (max-width: 1280px) {
    .tp-header-buttons a.lang-swithcer {
        min-width: 70px;
    }

    .btn-gold {
        min-width: 120px;
    }

    .tp-header-menu > nav > ul > li > a {
        font-size: 10px;
        font-weight: 600;
    }
}

@media (max-width: 1100px) {
    .exchange-box {
        margin-bottom: 20px;
    }

    .tab-content-color {
        width: 55%;
    }

    .tabs {

        width: 55%;
    }
}
