@import url("./typography.css");
@import url("./fonts.css");

figure {
  margin: 0;
}

img {
  max-width: 100%;
}

a,
a:hover,
a:focus {
  text-decoration: none !important;
  outline: 0;
}

html,
body {
  width: 100%;
  overflow-x: clip;
}

ul {
  padding: 0;
  margin: 0;
}

ul li {
  list-style: none;
}

a {
  text-decoration: none;
}

.pd-60 {
  padding: 80px 0;
}

body {
  font-family: "Outfit" !important;
  font-size: 14px;
  line-height: 26px;
}

/* ================== HEADER CSS START ================== */
.header {
  position: absolute;
  top: -8px;
  right: 0;
  left: 0;
  padding: 15px 0;
  display: flex;
  align-items: center;
  transition: all 0.5s ease-in-out;
  z-index: 9;
  background-color: rgba(0, 0, 0, 5%);
  background: rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.header .navbar-expand-lg .navbar-nav .nav-link,
.header-left .nav-link {
  font-size: 16px;
  color: #fff;
  transition: all 0.5s ease-in-out;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  font-weight: 400;
}

.header-left .nav-link:hover {
  color: var(--primary-color) !important;
}

.header li.nav-item {
  margin-left: 20px;
}

.header li:first-child.nav-item {
  margin: 0 !important;
}

.header .navbar-expand-lg .navbar-nav .nav-link:hover {
  color: var(--secondary-color) !important;
}

.header .logo img {
  object-fit: contain;

  @media (max-width: 480px) {
    width: 160px;
  }
}

.header .nav-item.dropdown .dropdown-menu {
  margin-top: 0;
  padding: 0;
  background: rgba(255 255 255 / 100%);
  border-radius: 4px;
  border: 0;
  overflow: hidden;
}

.header .nav-item.dropdown .dropdown-menu li a {
  padding: 10px 15px;
  font-size: 16px;
  color: #000;
  font-weight: 500;
  border-radius: 0px !important;
}

.header .nav-item.dropdown .dropdown-menu li a:hover,
.header .nav-item.dropdown .dropdown-menu .dropdown-item.active,
.header .nav-item.dropdown .dropdown-menu .dropdown-item:active {
  background: #e9ecef !important;
}

.header .commn-btn {
  height: 37px;
  padding: 0 15px;
}

.fixed-header {
  position: fixed;
  left: 0;
  top: 0px;
  right: 0;
  background: #fff;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  z-index: 9999;
}

.fixed-header.header .navbar-expand-lg .navbar-nav .nav-link,
.fixed-header.header-left .nav-link {
  color: var(--primary-color) !important;
}

.fixed-header.header .navbar-expand-lg .navbar-nav .nav-link:hover {
  color: var(--secondary-color) !important;
}

.fixed-header.header a.text-white,
.fixed-header .text-white {
  color: var(--primary-color) !important;
}

/* ================== HEADER CSS END ================== */

/* ================== Footer CSS START ================== */

.error {
  color: red !important;
}

/* ================== Footer CSS END ================== */

/* ================== MOBILE HEADER CSS START ================== */

.profile-drop .dropdown-toggle {
  background: none;
  border: none;
  padding: 0;
}

.hdr-pro-view {
  display: flex;
}

.hdr-pro-view span {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid var(--primary-color);
  display: inline-block;
}

.hdr-pro-view span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-card-drop {
  display: flex;
  align-items: center;
  background: var(--primary-color);
  padding: 14px 12px;
  position: relative;
}

.profile-card-drop span {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: inline-block;
  overflow: hidden;
  margin-right: 10px;
  border: 1px solid #fff;
}

.profile-card-drop span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-card-rt h4 {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  margin: 0;
}

.profile-drop .dropdown-item {
  padding: 10px 15px;
  transition: all 0.5s ease-in-out;
  border-bottom: 1px dashed #eee;
}

.profile-drop .dropdown-menu li:last-child a {
  border: 0;
}

.profile-drop .dropdown-menu {
  min-width: 220px;
  padding: 0;
  border: none;
  overflow: hidden;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.profile-drop .dropdown-toggle::after {
  display: none;
}

.dashboard_area .bars-btn {
  padding: 12px;
}

.bars-btn {
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: #fff;
  transition: all 0.5s ease-in-out;
}

.bars-btn:hover {
  color: var(--primary-color);
  background: transparent;
  border: 1px solid var(--primary-color);
}

.bars-btn:focus {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  box-shadow: none;
}

.side-bar-links {
  height: calc(100vh - 182px);
}

.sider-card {
  background-color: #fff;
  padding: 20px 15px;
  position: relative;
  border-bottom: 1px solid #eee;
}

.sider-card .btn-close {
  position: absolute;
  right: 20px;
  opacity: 1;
  top: 20px;
}

.side-profile-card {
  display: flex;
  align-items: center;
}

.profile-img {
  overflow: hidden;
  display: inline-block;
  margin-right: 15px;
}

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

.side-profile-dis p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 4px;
}

.side-profile-dis h4 {
  margin-bottom: 0;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

.side-link-list {
  padding: 0;
}

.side-link-list li {
  border-bottom: 1px solid #ececec;
}

.side-link-list li a {
  padding: 12px 14px;
  display: flex;
  font-size: 16px;
  color: #222;
  align-items: center;
  width: 100%;
  position: relative;
  transition: all 0.5s ease-in-out;
}

.mobile-menu-card .offcanvas-body {
  padding: 0;
}

.side-link-list li a::after {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-size: 24px;
  color: var(--primary-color);
  position: absolute;
  right: 19px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s ease-in-out;
  font-weight: 900;
}

.side-link-list li a:hover {
  background: var(--primary-color);
  color: #fff;
}

.side-link-list li a:hover::after {
  color: #fff;
}

.mobile-sidebar .offcanvas-header {
  background: var(--primary-color);
}

.mobile-sidebar .offcanvas-header .offcanvas-title {
  color: #fff;
}

.mobile-sidebar .offcanvas-header .btn-close {
  filter: invert(1);
  opacity: 1;
}

.mobile-sidebar .dashboard_menu {
  border-radius: 0;
}

.table.common-table th,
.table.common-table td {
  text-wrap: nowrap;
  vertical-align: middle;
}

textarea.form-control {
  min-height: 100px;
}


div.cke_notification_warning {
  display: none;
}

.remove-list-item ol {
  list-style: auto !important;
}

.remove-list-item ul {
  list-style: auto !important;
}

.remove-list-item li {
  list-style: auto !important;
}

.commn-btn {
  background: var(--primary-color) !important;
  color: #fff;
  padding: 0 28px;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.5s ease-in-out;
  border: 1px solid var(--primary-color);
  overflow: hidden;
  position: relative;
  height: 50px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.commn-btn:hover {
  background: var(--secondary-color) !important;
  color: var(--theme-color);
  border: 1px solid var(--secondary-color);
}

.commn-btn-one {
  background: var(--secondary-color) !important;
  color: #000;
  padding: 0 28px;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.5s ease-in-out;
  border: 1px solid var(--secondary-color);
  overflow: hidden;
  position: relative;
  height: 50px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.commn-btn-one:hover {
  background: transparent !important;
  color: var(--secondary-color);
}

.commn-bd-btn {
  background: transparent;
  color: var(--primary-color);
  padding: 0 28px;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.5s ease-in-out;
  border: 1px solid var(--primary-color);
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.commn-bd-btn:hover {
  background: var(--primary-color) !important;
  color: #fff;
}

.commn-wht-btn {
  background: #fff;
  color: var(--primary-color);
  padding: 0 28px;
  font-size: 15px;
  font-weight: 500;
  height: 50px;
  transition: all 0.5s ease-in-out;
  border: 1px solid #fff;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.commn-wht-btn:hover {
  background: transparent;
  color: #fff;
}


.commn-light-btn {
  background: rgba(33 33 33 / 10%);
  color: var(--primary-color);
  padding: 0 28px;
  font-size: 15px;
  font-weight: 500;
  height: 50px;
  transition: all 0.5s ease-in-out;
  border: 1px solid rgba(33 33 33 / 10%);
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.commn-light-btn:hover {
  background: var(--primary-color);
  color: #fff;
}

.common-title h3 {
  font-size: 34px;
  font-weight: 700;
}

.common-title p {
  color: #000;
}

/* ================== HOME PAGE CSS START ================== */

.section-title .title {
  font-size: 46px;
  line-height: 56px;
  font-weight: 600;
  color: #212121;
  margin-bottom: 0px;
}

.section-title .subtitle {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  color: #000;
  margin-bottom: 0px;
}

.section-title .content {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #878787;
}

.section-title-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: var(--theme-color);
  font-size: 16px;
  font-weight: 500;
  transition: all 0.5s ease-in-out;
}

.section-title-btn:hover {
  color: var(--primary-color);
}

.section-title-btn i {
  transform: rotate(45deg);
}

.banner-area {
  width: 99%;
  height: auto;
  min-height: calc(100vh - 40px);
  background: url("../../common-assets/images/banner-bg.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 80px 0;
  overflow: hidden;
  margin: 8px auto 0px;
  border-radius: 8px;
  display: flex;
  align-items: end;
  justify-content: center;
}

.bnr-cont {
  text-align: start;
  display: flex;
  align-items: start;
  justify-content: start;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 50px;

  @media (max-width: 767px) {
    margin-bottom: 0px;
  }
}

.bnr-cont h1 {
  font-size: 48px;
  line-height: 58px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}

.bnr-cont h1 span {
  color: var(--secondary-color);
}

.bnr-cont p {
  font-size: 16px;
  line-height: 28px;
  color: #fff;
}

/* ================== DISCOVER PROPERTY AREA CSS START ================== */

.section-title-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: var(--theme-color);
  font-size: 16px;
  font-weight: 500;
  transition: all 0.5s ease-in-out;
}

.section-title-btn:hover {
  color: var(--primary-color);
}

.section-title-btn i {
  transform: rotate(45deg);
}

.property-card {
  border-radius: 12px;
  padding: 10px;
  text-align: center;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  position: relative;
  height: 100%;
  border: 1px solid #F3F4F6;
}

.property-card:hover {
  transform: translateY(-10px);
}


/* ================== DISCOVER PROPERTY AREA CSS END ================== */

/* ================== HOME PAGE CSS END ================== */

/* ================== SEARCH FORM CSS START ================== */
.search-form-outer {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 10px;
  margin-bottom: 0px;
  position: relative;
  z-index: 10;
}

.search-form-wrap {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  padding: 20px 30px;

  @media (max-width: 767px) {
    padding: 1rem;
  }
}

.search-form-wrap .nav-tabs {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 25px;
  gap: 10px;
  padding-bottom: 0px;
}

.search-form-wrap .nav-tabs .nav-link {
  border: none;
  padding: 10px 20px;
  color: #888;
  font-weight: 500;
  font-size: 18px;
  position: relative;
  background: transparent;
  padding-top: 0 !important;

  @media (max-width: 767px) {
    font-size: 16px;
  }
}

.search-form-wrap .nav-tabs .nav-link.active,
.search-form-wrap .nav-tabs .nav-link:hover,
.search-form-wrap .nav-tabs .nav-link:focus {
  color: #002244;
  font-weight: 700;
  background: transparent !important;
  border: none !important;
}

.search-form-wrap .nav-tabs .nav-link.active::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #002244;
}

.search-form-wrap .form-label {
  font-size: 13px;
  color: #878787;
  font-weight: 600;
  margin-bottom: 5px;
  display: block;
}

.search-form-wrap .input-group-text {
  color: #888;
  font-size: 18px;
  padding-left: 0;

}

.search-form-wrap .form-control,
.search-form-wrap .form-select {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  padding-left: 10px;
  cursor: pointer;

  @media (max-width: 767px) {
    font-size: 14px !important;
    color: #262834 !important;
    height: 30px !important;
    padding: 5px 15px !important;

  }
}

.search-form-wrap .form-control::placeholder {
  color: #999;
  font-weight: 500;
}

.search-form-wrap .form-select {
  background-position: right 0 center;
  padding-right: 20px;
}

.search-form-wrap .border-end {
  border-color: #eaeaea !important;
}

.search-form-wrap .btn-search {
  background-color: #002244;
  color: #fff;
  border: none;
  border-radius: 8px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: all 0.3s;
  float: right;
}

.search-form-wrap .btn-search:hover {
  background-color: #003366;
  color: #fff;
}

@media (max-width: 767px) {
  .search-form-wrap .border-end {
    border: none !important;
    border-bottom: 1px solid #eaeaea !important;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .search-form-wrap .col-md-1 {
    text-align: left !important;
    margin-top: 15px;
  }

  .search-form-wrap .btn-search {
    width: 100%;
    float: none;
  }
}

/* ================== SEARCH FORM CSS END ================== */

@media (max-width: 991px) {
  .login-outr {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .bnr-cont h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .section-title .title {
    font-size: 26px !important;
    line-height: 26px !important; 
  }

  .section-title .subtitle {
    font-size: 20px;
    line-height: 30px;
  }

  .pd-100 {
    padding: 50px 0;
  }

  .pd-60 {
    padding: 50px 0;
  }
}

/* ================== FINDING HOME AREA CSS START ================== */
.finding-home-area {
  background-color: #031B33;
}



.finding-home-area .section-title .content {
  color: rgba(255, 255, 255, 0.7) !important;
}

.find-img-card {
  overflow: hidden;
  border-radius: 12px;
}

.find-img-card img {
  object-fit: cover;
  transition: transform 0.5s ease-in-out;
}

.find-img-card:hover img {
  transform: scale(1.05);
}

.find-btm-text {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 0;
}

.find-arrow-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  font-size: 16px;
  transition: all 0.3s ease;
}

.find-arrow-btn:hover {
  background: #fff;
  color: #031B33;
}

.find-arrow-btn i {
  transform: rotate(45deg);
}

.finding-stats-row {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.stat-box h3 {
  font-size: 40px;
}

.stat-box p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.6);
}

.stat-divider {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 991px) {
  .finding-stats-row {
    margin-top: 30px;
    padding-top: 30px;
  }

  .stat-box h3 {
    font-size: 32px;
  }
}

/* ================== FINDING HOME AREA CSS END ================== */

/* ================== RIGHT PROPERTY AREA CSS START ================== */
.find-property-area {
  background-color: #fff;
}

.find-property-area .section-title .title {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  color: #212121;
}

.find-property-area .section-title .content {
  font-size: 16px;
  line-height: 26px;
  color: #777;
  margin-bottom: 0;
}

.property-filter-btn {
  border-radius: 20px;
  padding: 6px 16px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  border: 1px solid #ddd;
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.property-filter-btn:hover {
  background-color: #f8f9fa;
  color: #333;
  border-color: #ddd;
}

.property-tabs {
  gap: 8px;
}

.property-tabs .nav-link {
  border-radius: 20px;
  padding: 4px 20px;
  font-size: 14px;
  font-weight: 500;
  color: #878787;
  border: 1px solid #E5E7EB;
  background-color: #fff;
  transition: all 0.3s;
}

.property-tabs .nav-link:hover {
  border-color: #002244;
  color: #002244;
}

.property-tabs .nav-link.active {
  background-color: #002244;
  border-color: #002244;
  color: #fff;
}

.view-more-link {
  color: #002244;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  border-bottom: 1.5px solid #002244;
  padding-bottom: 2px;
  display: inline-flex;
  align-items: center;
}

.view-more-link:hover {
  color: #003366;
  border-bottom-color: #003366;
}

.right-property-card {
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
  border: 1px solid #eee !important;
}

.right-property-card:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  transform: translateY(-5px);
}

.right-property-card .card-img-top {
  border-radius: 16px 16px 0 0;
  height: 220px;
  overflow: hidden;
}

.right-property-card .card-img-top img {
  height: 100%;
}

.btn-heart {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 18px;
  padding: 0;
}

.btn-heart:hover {
  color: #ff4d4d;
}

.right-property-card .card-body {
  padding: 24px;
}

.right-property-card .card-title {
  font-size: 18px;
  color: #222;
}

.btn-bookmark {
  background: transparent;
  border: none;
  font-size: 18px;
  transition: color 0.3s;
}

.btn-bookmark:hover {
  color: #002244 !important;
}

.property-features {
  font-size: 13px;
  color: #888;
}

.price-text {
  font-size: 20px;
  color: #111;
}

.btn-request-tour {
  background-color: #002244;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 6px;
  transition: background-color 0.3s;
  text-decoration: none;
}

.btn-request-tour:hover {
  background-color: #003366;
  color: #fff;
}

/* ================== RIGHT PROPERTY AREA CSS END ================== */

/* ================== BROWSE SERVICES AREA CSS START ================== */
.browse-services-area {
  background-color: #031B33;
}

.service-card {
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.service-card .service-img img {
  height: 160px;
  object-fit: contain;
}

.service-card h4 {
  color: #212121;
  font-size: 24px;
}

.service-card p {
  font-size: 15px;
  line-height: 24px;
}

.service-btn {
  border: 1px solid #556a81;
  color: #031B33;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 24px;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.service-btn:hover {
  background-color: #031B33;
  color: #fff;
  border-color: #031B33;
}

/* ================== TESTIMONIAL AREA CSS START ================== */

.testi-nav-btns .testi-btn-prev,
.testi-nav-btns .testi-btn-next {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid #e0e0e0;
  color: #333;
  background: #fff;
}

.testi-nav-btns .testi-btn-next {
  background: #002244;
  border-color: #002244;
  color: #fff;
}

.testi-nav-btns .testi-btn-prev:hover {
  background: #002244;
  border-color: #002244;
  color: #fff;
}

.testi-nav-btns .testi-btn-next:hover {
  background: #003366;
  border-color: #003366;
}

.testi-card {
  border: 1px solid #f0f0f0;
  border-radius: 20px;
  padding: 24px;
  background: #fff;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.03);
  height: 100%;
}

.testi-img {
  width: 220px;
  height: 240px;
  border-radius: 16px;
  overflow: hidden;
}

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

.testi-content .quote-mark {
  font-family: Georgia, serif;
  font-size: 60px;
  line-height: 1;
  color: #222;
  margin-bottom: 10px;
  margin-top: -10px;
}

.testi-text {
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .testi-img {
    width: 100%;
    height: 240px;
  }
}

/* ================== FAQ AREA CSS START ================== */
.faq-accordion .accordion-item {
  border: none;
  border-bottom: 1px solid #eaeaea;
  border-radius: 0;
  margin-bottom: 0;
  background-color: transparent;
}

.faq-accordion .accordion-item:last-child {
  border-bottom: none;
}

.faq-accordion .accordion-button {
  font-size: 16px;
  font-weight: 600;
  color: #212121;
  background-color: transparent;
  padding: 24px 0;
  box-shadow: none !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-accordion .accordion-button:not(.collapsed) {
  color: #212121;
  background-color: transparent;
}

/* Hide default bootstrap arrow */
.faq-accordion .accordion-button::after {
  display: none;
}

/* Custom FontAwesome Icons logic */
.faq-accordion .accordion-button .faq-icon {
  font-size: 14px;
}

.faq-accordion .accordion-button .faq-icon-plus {
  display: none;
}

.faq-accordion .accordion-button .faq-icon-minus {
  display: block;
}

.faq-accordion .accordion-button.collapsed .faq-icon-plus {
  display: block;
}

.faq-accordion .accordion-button.collapsed .faq-icon-minus {
  display: none;
}

.faq-accordion .accordion-body {
  padding: 0 0 24px 0;
  font-size: 15px;
  color: #777;
  line-height: 26px;
}

/* ================== FAQ AREA CSS END ================== */

/* ================== CTA AREA CSS START ================== */

.cta-wrapper {
  background-image: url('../images/cta-img.png');
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  background-color: #f6f6f6;
  min-height: 410px;
  display: flex;
  align-items: start;
}

.cta-content .title {
  font-size: 36px;
  line-height: 46px;
  color: #212121;
}

.cta-content .content {
  font-size: 16px;
  line-height: 26px;
  color: #444;
}

@media (max-width: 991px) {
  .cta-wrapper {
    padding: 50px 40px;
    background-position: center;
  }

  .cta-content .title {
    font-size: 24px;
    line-height: 34px;
  }
}

@media (max-width: 575px) {
  .cta-wrapper {
    padding: 40px 20px;
  }
}

/* ================== CTA AREA CSS END ================== */

/* ================== CTA2 AREA CSS START ================== */
.cta2-wrapper {
  background-image: url('../images/cta2-bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 16px;
  background-color: #e5edf5;
  padding: 0 0 0 60px;
  overflow: hidden;
}

.cta2-content {
  padding: 60px 0;
  max-width: 550px;
}

.cta2-content .title {
  font-size: 36px;
  line-height: 46px;
  color: #002244;
}

.cta2-content .content {
  font-size: 16px;
  line-height: 26px;
  color: #333;
}

.cta2-img {
  align-self: flex-end;
  margin-right: 60px;
  margin-bottom: 0;
}

.cta2-img img {
  max-height: 320px;
  display: block;
}

@media (max-width: 991px) {
  .cta2-wrapper {
    padding: 40px;
    text-align: center;
  }

  .cta2-content {
    padding: 0;
    margin: 0 auto;
    max-width: 100%;
  }

  .cta2-img {
    align-self: center;
    margin-right: 0;
    margin-top: 30px;
    margin-bottom: -40px;
    /* still touch the bottom when stacked */
  }

  .cta2-content .title {
    font-size: 30px;
    line-height: 40px;
  }

  .cta2-content .d-flex {
    justify-content: center;
  }
}

@media (max-width: 575px) {
  .cta2-wrapper {
    padding: 40px 20px 0 20px;
  }

  .cta2-content .title {
    font-size: 26px;
    line-height: 36px;
  }

  .cta2-img img {
    max-height: 300px;
  }
}

/* ================== CTA2 AREA CSS END ================== */

/* ================== FOOTER AREA CSS START ================== */
.footer-area {
  background-color: #002244;
  padding-top: 80px;
  padding-bottom: 40px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 auto 8px;
  width: 99%;
  border-radius: 8px;
}

.footer-text {
  font-size: 15px;
  line-height: 22px;
  color: #fff;
}

.footer-newsletter .footer-input {
  border-radius: 6px;
  border: none;
  padding: 10px 16px;
  font-size: 14px;
}

.footer-newsletter .footer-input:focus {
  box-shadow: none;
  outline: none;
}

.footer-newsletter .footer-btn {
  background-color: #FFD700;
  color: #111;
  border: none;
  font-weight: 500;
  border-radius: 6px;
  padding: 10px 24px;
  font-size: 14px;
  transition: background-color 0.3s;
  text-wrap: nowrap;
}

.footer-newsletter .footer-btn:hover {
  background-color: #e6c200;
}

.footer-title {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 24px;
}

.footer-links li {
  margin-bottom: 16px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s;
}

.footer-links a:hover {
  color: #fff;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom-links a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 16px;
}

.footer-bottom-links a:hover {
  color: #fff;
}

.copyright-text {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
}

.copyright-text a {
  color: #fff;
  transition: color 0.3s;
}

.copyright-text a:hover {
  color: var(--secondary-color);
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: #fff;
  color: #002244;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.3s;
  font-size: 16px;
}

.footer-social a:hover {
  background-color: #FFD700;
}

/* ================== FOOTER AREA CSS END ================== */
/* Custom Profile Dropdown Styles */
.custom-profile-btn {
  box-shadow: none !important;
}

.custom-hdr-pro-view {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid var(--primary-color);
  display: inline-block;
}

.custom-hdr-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.custom-dropdown-menu {
  min-width: 220px !important;
  padding: 0 !important;
  border: none !important;
  overflow: hidden !important;
  margin-top: 10px !important;
}

.custom-dropdown-header {
  background: var(--primary-color) !important;
}