@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: 9999;
}

#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 10px;
}

.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: 30px;
}

.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;
}

.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: 10px;
    margin-left: 10px;
}

.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 {
    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;
}

#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;
}

.forbes {
    width: 55px;
    margin: 0 auto;
    margin-bottom: 5px;
}

.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;
}


/* 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: 165px;
    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 0px 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;
    overflow: hidden;
    position: relative;
}

.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-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;
}
{
    width: 100%;max-width: 160px;margin-top: 10px;
}
