/**
 * BestAgents US - Main Stylesheet
 * Adapted from legacy bestagents-us for Symfony/Twig integration
 *
 * Color Scheme:
 * - Primary: #23555F (dark teal)
 * - Accent Green: #026451
 * - Mint: #A2EED6
 * - Orange: #FF7E54 / #FC7B44
 * - Background: #FAF7F4
 * - Dark Blue: #09053A
 */

:root {
  --baus-primary: #23555f;
  --baus-primary-dark: #275b61;
  --baus-accent-green: #026451;
  --baus-mint: #a2eed6;
  --baus-orange: #ff7e54;
  --baus-orange-dark: #fc7b44;
  --baus-background: #faf7f4;
  --baus-dark-blue: #09053a;
  --baus-text: #333333;
  --baus-text-dark: #1b1b1b;
  --baus-success: #20be7c;
  --baus-star-rated: #fbd757;
  --baus-star-unrated: #ddd;
  --baus-border: #d8d8d8;
  --baus-shadow: #e0e0e0;
}

html,
body {
  font-family: "Poppins", sans-serif;
}

/* Buttons */
.nav-link.btn.btn-signup {
  padding: 12px 24px !important;
  background: var(--baus-primary) !important;
  color: white !important;
  border-radius: 5px;
  border: transparent !important;
  font-weight: 400 !important;
}

.nav-link.btn.btn-signup:hover {
  background: var(--baus-accent-green);
  color: white !important;
  border: transparent !important;
}
.nav-link {
  padding: 13px;
}

.header .btn-login {
  padding: 12px 24px !important;
  background: var(--baus-background);
  color: black !important;
  border-radius: 5px;
  border-color: transparent !important;
  font-weight: 400 !important;
}

.container {
  max-width: 1400px;
}

a {
  text-decoration: none !important;
}

/* Typography */
.main-tit {
  font-size: 24px;
  color: var(--baus-accent-green);
  font-weight: 700;
}

.main-desc {
  font-size: 40px;
  color: var(--baus-dark-blue);
  font-weight: 600;
  max-width: 750px;
  line-height: 1.4;
}

.visible-mob {
  display: none !important;
}

/* Header */
header {
  padding: 5px 0;
}

.navbar-brand img {
  height: 80px;
}

header nav li.nav-item {
  margin: 0 10px;
}

header nav li.nav-item .nav-link {
  color: var(--baus-dark-blue) !important;
  font-weight: 600;
}

/* Search Section (Hero) */
.search-sec {
  background: url("../images/bg-w8LjDcU.webp") no-repeat 101% 0%;
  background-size: cover;
}

.search-sec .overlay {
  padding: 7vw 0;
}

.search-sec h1 {
  font-size: 4.5vw;
  font-weight: 600;
  color: var(--baus-dark-blue);
  max-width: 32vw;
}

.search-sec p {
  font-size: 1.1vw;
  max-width: 28vw;
  color: var(--baus-text);
  font-weight: 400;
}

.search-sec img {
  float: right;
  width: 100%;
}

.search-sec .form-main {
  margin-top: 15px;
  background: #fff;
  width: fit-content;
  padding: 8px;
  border-radius: 5px;
}

.search-sec .form-main input {
  border: 0;
  width: 22vw;
  font-size: 1.3vw;
  margin: 0 5px;
}

.search-sec .form-main input:focus {
  box-shadow: none !important;
}

.search-sec .form-main button {
  font-size: 1.1vw;
  cursor: pointer;
}

/* Primary Button */
.primary-btn-wg {
  background: var(--baus-accent-green) !important;
  color: white !important;
  padding: 12px 24px;
  border-radius: 5px;
  border: none !important;
  font-weight: 500;
}

.primary-btn-wg:hover {
  background: var(--baus-primary) !important;
  color: white !important;
}

/* Select2 Styling - No borders */
.search-sec .select2-container--default .select2-selection--single {
  border: none !important;
  background: transparent;
  height: auto;
}

.search-sec .select2-container--default .select2-selection--single:focus {
  outline: none !important;
  box-shadow: none !important;
}

.search-sec .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 5px;
  font-size: 16px;
  color: #999;
}

.search-sec .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: block;
}

.search-sec .select2-container {
  width: 22vw !important;
}

.search-sec .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #ddd;
  border-radius: 4px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: var(--baus-accent-green);
}

/* Featured Experts Section */
.featured-experts {
  padding: 50px 0;
}

.featured-experts .main-tit {
  font-size: 24px;
  color: var(--baus-accent-green);
  font-weight: 700;
}

.featured-experts .main-desc {
  font-size: 40px;
  color: var(--baus-dark-blue);
  font-weight: 600;
  max-width: 700px;
  line-height: 1.4;
}

.featured-experts .box {
  margin-bottom: 20px;
  display: block;
  transition: all 0.2s ease-in-out;
}

.featured-experts .box > .icon > .image {
  position: relative;
  z-index: 2;
  left: 10px;
  width: 88px;
  height: 88px;
  border: 4px solid var(--baus-primary);
  line-height: 88px;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}

.featured-experts .box > .icon > .image img {
  width: 88px;
  line-height: 88px;
  top: -8px;
  left: -5px;
  position: relative;
}

.featured-experts .box > .icon > .info {
  margin-top: -35px;
  box-shadow: 0 0 1px 1px var(--baus-shadow);
  padding: 15px;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}

.featured-experts .box:hover .image {
  transform: scale(1.12);
}

.featured-experts .box:hover .info {
  box-shadow: 0 0 7px 1px var(--baus-shadow);
}

.featured-experts .box > .icon {
  position: relative;
}

.featured-experts .info h4 {
  font-size: 12px;
  font-weight: 400;
  color: #0a053b;
  background: #fff2ec;
  width: fit-content;
  padding: 5px 8px;
  border-radius: 15px;
}

.featured-experts .info h4 i {
  color: var(--baus-orange);
}

.featured-experts .info h3 {
  font-size: 21px;
  font-weight: 600;
  color: #000000;
}

.featured-experts p {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
}

/* Peace Of Mind Section */
.peace-of-mind {
  padding: 50px 0;
  background: #e5e5e5;
}

.peace-of-mind .row {
  max-width: 1530px;
  margin: 0 auto;
}

.peace-of-mind .content {
  background: var(--baus-orange-dark);
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  border-radius: 50%;
  margin: 50px auto 0;
}

.peace-of-mind p {
  text-align: center;
  margin: 15px 0;
  font-size: 18px;
  font-weight: 600;
  color: #3b3a40;
}

/* Trends Section */
.trends {
  padding: 50px 0;
}

.trends .media {
  margin-top: 35px;
  align-items: center;
  justify-content: center;
}

.trends .media h5 {
  font-size: 24px;
  font-weight: 600;
  color: var(--baus-dark-blue);
  max-width: 410px;
  line-height: 1.3;
}

.mr-img {
  margin-right: 20px;
}

.trends h6 {
  font-weight: 400;
  font-size: 14px;
  color: var(--baus-text-dark);
  max-width: 410px;
  line-height: 1.3;
}

.trends .last-row h5 {
  font-size: 24px;
  font-weight: 600;
  color: var(--baus-text);
  margin-top: 25px !important;
  margin-bottom: 30px !important;
}

.trends .last-row img {
  width: 100%;
}

.trends.trends-buy {
  padding: 10px 0 50px !important;
}

.trends.trends-buy h5 {
  max-width: 100%;
  margin: 15px 0 !important;
  padding: 0 !important;
}

.trends.trends-buy h6 {
  max-width: 100%;
  font-size: 18px;
}

.trends.trends-buy .media h5 {
  max-width: 750px;
  font-size: 26px;
}

.trends.trends-buy .media h6 {
  font-size: 18px;
  max-width: 950px;
  color: var(--baus-text-dark);
}

.trends.trends-buy .last-row a {
  margin-bottom: 45px;
  display: block;
}

/* Find Best Section */
.find-best {
  padding: 50px 0;
  background: #f0f3ea;
}

.find-best .ancors a {
  color: black;
  display: block;
  margin-top: 30px;
  max-width: 200px;
  position: relative;
}

.find-best .ancors a:after {
  content: "\f0d7";
  position: absolute;
  right: 0;
  margin-top: 3px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.find-best .btn-view-all {
  background: var(--baus-primary);
  color: white;
  padding: 12px 30px;
  border-radius: 5px;
  font-weight: 500;
  text-decoration: none;
}

.find-best .btn-view-all:hover {
  background: var(--baus-accent-green);
  color: white;
}

/* Footer */
footer {
  padding: 10px 0;
}

footer ul {
  text-align: center;
  padding: 0;
  margin: 0;
}

footer a {
  color: black;
  text-align: center;
  margin: 15px;
  display: block;
}

/* Search Box */
.search-box {
  border-bottom: 1px solid #ddd;
}

.search-box input.search {
  font-family: "FontAwesome", "Poppins";
  height: 50px;
  border: none;
}

.search-box input.search:focus {
  box-shadow: none;
}

/* All Experts (Connect/Directory) */
.all-experts .container {
  padding: 50px 0;
  max-width: 1071px;
}

.all-experts .left-ancor-link {
  width: 180px;
}

.all-experts h1 {
  font-size: 36px;
  font-weight: 600;
  font-family: Georgia;
  margin-bottom: 50px;
  padding: 0 15px;
}

.all-experts .box {
  border: 1px solid var(--baus-border);
  padding: 30px;
  max-width: 800px;
  margin: 0 auto 35px;
  border-radius: 7px;
  background: #fff;
}

.all-experts .box table {
  margin: 0;
}

.all-experts .box td {
  border: 1px solid #e9ecef;
  padding: 1px 8px;
}

.all-experts .box td.active {
  background: var(--baus-mint);
}

.all-experts .box .media h5 {
  color: var(--baus-primary);
  font-weight: 600;
  font-size: 25.59px;
}

.all-experts .box .media p {
  color: #3f3c65;
  font-weight: 500;
  font-size: 17.85px;
  margin: 0;
}

.all-experts .box .media ul {
  margin-bottom: 15px !important;
}

.all-experts .box .media .bg-exp {
  background: var(--baus-mint);
  width: fit-content;
  padding: 5px 20px !important;
  border-radius: 20px;
  margin: 0;
}

.all-experts .box .media .bg-exp p {
  color: #3f3c65;
  font-size: 16.27px;
  font-weight: 500;
  margin: 0;
}

.all-experts .box .media .bg-exp img {
  margin-top: -3px;
}

.all-experts .box .media .mr-img {
  width: 100%;
}

/* Activity Range Table */
.activity-range-table {
  margin: 0;
}

.activity-range-table td {
  border: 1px solid #e9ecef;
  padding: 1px 8px;
  font-weight: bold;
  color: #999;
}

.activity-range-table td.active {
  background: var(--baus-mint);
  color: var(--baus-primary);
}

/* Experience Badge */
.experience-badge {
  background: var(--baus-mint);
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #3f3c65;
}

/* Buy Home Section */
.buy-home {
  padding: 60px 0;
  background: var(--baus-background);
}

.buy-home .main-descrip {
  font-size: 60px;
  color: black !important;
}

/* Hot News Section */
.hot-news {
  padding: 50px 0;
}

.hot-news .blog-detail-img {
  display: block;
  margin: 30px auto 70px;
  max-width: 100%;
}

.hot-news .main-desc {
  font-size: 61px;
  max-width: 800px;
  margin: 0 auto;
  color: var(--baus-text-dark);
}

.hot-news p {
  font-size: 20px;
  font-weight: 400;
  color: var(--baus-text-dark);
  margin-top: 25px;
}

.hot-news h2 {
  font-size: 32px;
  font-weight: 600;
  color: var(--baus-text-dark);
  margin-top: 45px;
  margin-bottom: 25px;
}

.hot-news h3 {
  font-size: 27px;
  font-weight: 500;
  color: var(--baus-text-dark);
  margin-top: 45px;
  margin-bottom: 25px;
}

/* About Section */
.about-section {
  padding: 50px 0;
  background: #f8f5f2;
}

.about p {
  font-size: 20px;
  margin-top: 25px;
  font-weight: 400;
  line-height: 32px;
}

.about h2 {
  font-size: 40px;
  font-weight: 600 !important;
  line-height: 1.3;
}

/* Profile Section */
.main-profile {
  background: url("../images/profile-bg-eEs1kRs.webp") no-repeat center 0%;
  background-size: cover;
}

.profile {
  padding: 80px 0;
}

.profile .box {
  background: white;
  padding: 50px;
  box-shadow: 0px 4px 7px 1px #eee;
  background: var(--baus-background);
  border: 7px solid white;
}

.profile .box .fa-star {
  color: var(--baus-star-unrated);
}

.profile .box .fa-star.rated {
  color: var(--baus-star-rated);
}

.profile .box h5 {
  font-size: 40px;
  font-weight: 700;
  font-family: Georgia;
}

.profile .box p {
  font-size: 24px;
  font-weight: 400;
}

.profile .box ul p {
  font-size: 18px;
  font-weight: 400;
  margin: 5px 0;
}

.profile .box .media .bg-exp {
  background: var(--baus-mint);
  width: fit-content;
  padding: 0px 8px !important;
  border-radius: 20px;
  margin: 0;
}

/* Contact Box Sidebar */
.profile .contact-box {
  background: white;
  padding: 20px;
  max-width: 350px;
  float: right;
}

.profile .contact-box h6 {
  margin: 0;
}

.profile .contact-box ul {
  margin: 0;
}

.profile .contact-box table {
  margin: 0;
}

.profile .contact-box td {
  border: 1px solid #e9ecef;
  padding: 1px 8px;
}

.profile .contact-box p {
  font-size: 15px;
}

.profile .contact-box td.active {
  background: var(--baus-mint);
}

.profile .contact-box ul img {
  position: relative;
  top: -3px;
}

.profile .review-btn {
  background: var(--baus-orange);
  color: white;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 25px;
  width: 90%;
  margin: 10px auto;
  display: block;
}

.profile .review-btn:hover {
  background: var(--baus-orange-dark);
}

.profile hr {
  border-color: #f3d15d;
}

.profile .img-profile {
  width: 180px;
}

.profile-tit {
  border-bottom: 1px solid #ddd;
  max-width: 500px;
  padding-bottom: 20px;
  margin-top: 50px;
  margin-bottom: 30px;
}

.img-circle {
  background: var(--baus-mint);
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
  border-radius: 50%;
  position: relative;
  top: -5px;
}

.img-circle .user {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.profile-tit p {
  font-size: 26px !important;
  font-weight: 700 !important;
  font-family: Georgia;
  margin: 0;
  padding: 0;
}

/* Load More Functionality */
.load-more-areas .area,
.load-more-special .special {
  display: none;
}

.load-more-society .society,
.load-more-award .award {
  display: none;
}

.profile-details #loadMore,
.profile-details #loadMore2,
#loadMore3,
#loadMore4,
#loadMore5 {
  cursor: pointer;
  margin-top: 20px;
  color: #c4c4c4;
  transition: all 0.3s ease-in-out;
}

.profile-details #loadMore:hover,
.profile-details #loadMore2:hover,
.profile-details #loadMore3:hover,
.profile-details #loadMore4:hover,
.profile-details #loadMore5:hover {
  color: #000;
}

.trends.trends-buy.bg {
  background: #f9f9f9;
  margin: 40px 0;
  padding: 40px 0 !important;
}

.trends.trends-buy.bg .img-circle {
  position: relative;
  top: 0;
  background: none;
}

.trends .mr-img {
  height: 150px;
  max-width: 230px;
  min-width: 230px;
}

/* Carousel Section */
.carousel-sec {
  padding: 30px 40px 50px;
}

.carousel-sec .main-img {
  display: block;
  width: 100%;
  position: relative;
}

.carousel-sec .content {
  position: absolute;
  bottom: 0px;
  padding: 0 20px 15px;
  color: white;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
}

.carousel-sec .item:hover .content {
  background: rgba(0, 0, 0, 0.5);
}

.carousel-sec .content ul {
  margin: 0;
}

.carousel-sec .carousel-wrap {
  position: relative;
}

.carousel-sec li {
  font-size: 12px;
}

.carousel-sec li img {
  height: 12px;
}

.carousel-sec .content h5 {
  font-size: 16px;
  font-weight: 500;
}

/* Review Section */
.review-sec .p-loop p {
  display: none;
}

.review-sec .fa-star {
  color: var(--baus-star-unrated);
}

.review-sec .fa-star.rated {
  color: var(--baus-success);
}

.review-sec p {
  font-size: 17px;
  font-weight: 400;
  color: #000;
}

.review-sec .fa-star {
  font-size: 15px;
}

.profile-details .right-data hr {
  border-color: black !important;
}

.profile-details p {
  font-size: 15px;
}

.profile-details .right-data {
  width: 100%;
  height: 100%;
  min-height: 100%;
  position: sticky;
  top: 0%;
  padding-top: 45px;
}

/* Review Modal */
.review-modal .modal-lg {
  max-width: 1400px;
  margin: 8px auto;
  padding: 20px;
}

.review-modal .modal-content {
  padding: 0 30px 25px;
}

.review-modal .modal-body {
  padding: 0 30px;
}

.review-modal p {
  margin: 0;
}

/* Star Rating */
.rating {
  border: none;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.rating > input {
  display: none;
}

.rating > label:before {
  margin-top: 2px;
  padding: 0px 5px 0px 5px;
  font-size: 1.7em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}

.another-rate .rating label:before {
  font-size: 1.25em !important;
}

.rating > .half:before {
  content: "\f089";
  position: absolute;
}

.rating > label {
  color: #fff;
  float: right;
  margin: 4px 1px 0px 0px;
  color: var(--baus-border);
}

/* Star Rating Hover Effects */
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
  color: var(--baus-mint) !important;
  cursor: pointer;
}

.rating > input:checked + label:hover,
.rating > label:hover ~ input:checked ~ label,
.rating > input:checked ~ label:hover ~ label {
  color: var(--baus-mint) !important;
  cursor: pointer;
}

.review-modal textarea {
  height: 150px;
  resize: none;
  margin-top: 10px;
  margin-bottom: 15px;
}

.review-modal select,
.review-modal textarea {
  border-radius: 6px;
}

.review-modal .submit-btn {
  background: var(--baus-primary);
  color: white;
  border-radius: 6px;
  width: 100%;
  text-align: center;
  cursor: pointer;
}

.review-modal .modal-media {
  background: var(--baus-background);
  padding: 30px 20px;
  max-width: 470px;
  margin: 30px auto 0;
}

.review-modal .modal-media .img-profile {
  width: 180px;
}

.review-modal button.close {
  width: fit-content;
  margin-top: 15px;
  cursor: pointer;
  position: relative;
  left: -5px;
}

/* Tooltip */
.tooltip1 {
  position: relative !important;
  display: flex;
  align-items: center;
  margin-right: 40px;
}

.tooltipText {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: -9vh;
  right: -5vw;
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 14px;
  opacity: 0;
  transition: all 0.5s;
  color: white;
  width: 66%;
  cursor: default;
}

.tooltip1:hover .tooltipText {
  opacity: 1;
  transform: translateY(-10px);
}

/* Verified Badge */
.media-right-style {
  position: relative;
  transition: all 0.3s ease-in-out;
}

.media-right-style .verfy-p {
  background: var(--baus-mint);
  width: fit-content;
  border-radius: 20px;
  padding: 3px 15px;
  margin: 0 auto;
  position: relative;
  bottom: 14px;
  right: 14px;
  font-size: 23px !important;
  transition: all 0.3s ease-in-out;
}

/* Featured Agent Banner */
.featured-agent {
  padding: 50px 0;
  background: var(--baus-primary-dark);
}

.featured-agent h6 {
  color: var(--baus-mint) !important;
  font-size: 22px;
  font-weight: 600;
}

.featured-agent h2 {
  color: white !important;
  padding: 10px 0;
  font-size: 37px;
}

.featured-agent .btn {
  background: var(--baus-success);
  color: white;
  text-align: center;
  margin: 10px auto;
  padding: 10px 50px;
}

/* Marketing Section */
.marketing-sec {
  background: url("../images/Image-0RWHFoN.webp") no-repeat 0 0;
  background-size: contain;
  padding: 9vw 0 !important;
}

.hide-desktop {
  display: none;
}

/* Sign In Form */
.sign-in .form-wrapper {
  background: var(--baus-background);
  margin: 3em auto;
  padding: 0 1em;
  max-width: 500px;
  border: 7px solid white;
  box-shadow: 0 0 1px 1px #eee;
}

.sign-in h1 {
  text-align: center;
  padding: 1em 0 0.3em;
  font-size: 40px;
  font-weight: 600;
  color: var(--baus-dark-blue);
}

.sign-in h2 {
  font-size: 26px;
  font-weight: 500;
  color: #3f3c65;
  padding-bottom: 10px;
}

.sign-in .form-item {
  margin-top: 1em;
  width: 100%;
}

.sign-in label {
  color: black;
  font-size: 18px;
}

.sign-in .form-item input {
  font-size: 1em;
  height: 50px;
  border-radius: 0 !important;
}

.sign-in .form-item input:focus {
  border-bottom: 2px solid #c0c0c0;
  outline: none;
}

.sign-in .button-panel {
  margin: 2em 0 0;
  width: 100%;
}

.sign-in .button-panel .button {
  background: var(--baus-primary-dark);
  border: none;
  color: #fff;
  cursor: pointer;
  height: 50px;
  font-family: "Open Sans", sans-serif;
  font-size: 1.2em;
  letter-spacing: 0.05em;
  text-align: center;
  transition: background 0.3s ease-in-out;
  width: 100%;
  border-radius: 0 !important;
}

.sign-in .form-footer {
  font-size: 1em;
  padding: 2em 0;
  text-align: center;
}

.sign-in .form-footer p {
  font-weight: bold;
}

.sign-in .form-footer a {
  color: var(--baus-success);
  text-decoration: none;
  transition: border-color 0.3s;
}

/* Contact Section */
.contact {
  background: url("../images/bg-contact-izxQ6qb.webp") no-repeat center center;
  background-size: cover;
}

.contact .contact-form {
  background: #d6ece4;
  padding: 50px 20px 60px;
}

.contact .contact-form .form-group {
  padding-bottom: 15px;
}

.contact .contact-form input {
  font-size: 1em;
  height: 60px;
  border-radius: 0 !important;
}

.contact .contact-form label {
  color: black;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 15px;
}

.contact .contact-form button {
  background: var(--baus-primary-dark);
  border: none;
  color: #fff;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-size: 1.2em;
  letter-spacing: 0.05em;
  text-align: center;
  transition: background 0.3s ease-in-out;
  width: 100%;
  border-radius: 0 !important;
  height: 60px;
}

.contact h2 {
  color: white;
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 30px;
}

.contact p {
  color: white;
  font-weight: 300;
  font-size: 24px;
}

.contact .right-content {
  padding: 30px;
  max-width: 730px;
}

/* Complete/Receive Section */
.complete-recieve {
  background: var(--baus-primary-dark);
  padding-bottom: 30px;
}

.complete-recieve img {
  position: relative;
  top: -85px;
}

.complete-recieve h2 {
  color: white;
  margin-top: -65px;
  font-weight: 500;
  font-size: 42px;
  margin-bottom: 20px;
}

.complete-recieve p {
  color: white;
  font-weight: 400;
  font-size: 20px;
  max-width: 1050px;
  margin: 5px auto;
}

/* Focus Area Display */
.focus-area {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.focus-area img {
  width: 20px;
  height: 20px;
}
