body.font-poppins {
  line-height: 1.6;
  font-size: 16px;
  font-weight: 400;
  color: #404040;
  font-family: 'Poppins';
  margin: 0;
  opacity: 0;
  will-change: opacity;
  transition: opacity 1s;
}

a {
  color: #0074db;
  text-decoration: none;
}

.wrapper {
  max-width: 1120px;
  margin: 0 auto;
}

.logo-00 {
  height: 50px;
  margin: 4px 0;
}

.logo-link {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

.top-menu {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  background: white;
  z-index: 100;
  border-bottom: 1px solid #98cfff80;
}

.top-menu .menu-item {
  list-style-type: none;
  display: flex;
  flex-direction: column;
}

.top-menu .menu-item a {
  padding-top: 8px;
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 8px;
  font-size: 16px;
  color: #021e80;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: 0.2s;
  text-decoration: none;
}

.top-menu .menu-item-current a {
  padding-top: 7px;
  border-top-width: 1px;
  border-top-style: solid;
  border-color: #021e80;
}

.top-menu .menu-item:hover a {
  color: #fa5e15;
  border-color: #fa5e15;
}

.top-menu i.menu {
  color: #021e80;
  display: block;
  margin: 5px 10px;
  cursor: pointer;
}

.top-menu i.menu:hover {
  color: #fa5e15;
}

@media(max-width: 420px){
  .top-menu ul {
    padding-inline-start: 0;
  }

  .logo-link > span {
    font-size: 24px !important;
  }
}

section.hero {
  background-image: linear-gradient(rgba(23,112,185,1),rgba(23,112,185,0.4)),url(../images/hero_large.jpg);
  background-size: auto,cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 50% 50%;
  padding-top: 74px;
  min-height: 10vh;
}

section.hero .wrapper {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

section.reviews-top {
  background-image: linear-gradient(rgba(23,112,185,1),rgba(23,112,185,0.4)),url(../images/hero_large.jpg);
  background-size: auto,cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 50% 50%;
  padding-top: 74px;
  min-height: 20vh;
}

section.reviews-top h1 {
  margin: 0;
  font: 700 50px 'Poppins';
  color: #ffffff;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 15px;
}

section.reviews-top h2 {
  margin: 16px 0 0 0;
  font: 400 20px 'Poppins';
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.5;
  text-align: center;
  font-weight: 300;
}

section.reviews-top .wrapper {
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

section.blog {
  background: #f8f9fa;
  min-height: 60vh;
}

section.blog h2 {
  color: #021e80;
  margin-bottom: 40px;
  font-size: 32px;
  font-family: 'Poppins';
  font-weight: 700;
  text-align: center;
}

.blog-card-link {
  text-decoration: none;
  display: block;
  height: 100%;
}

.blog-card {
  background: white;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-left: 4px solid #3a7ed2;
  cursor: pointer;
}

.blog-card-link:hover .blog-card {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.blog-card h3 {
  color: #021e80;
  font-size: 24px;
  margin-bottom: 16px;
  font-weight: 600;
  line-height: 1.3;
}

.blog-card p {
  color: #555;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 24px;
}

.blog-link {
  color: #3a7ed2;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.blog-link:hover {
  color: #2865ba;
}

.article-content {
  max-width: 800px;
  margin: 0 auto;
}

.article-content h2 {
  color: #021e80;
  font-size: 28px;
  margin-top: 40px;
  margin-bottom: 16px;
  font-weight: 600;
  text-align: left;
}

.article-content h3 {
  color: #021e80;
  font-size: 22px;
  margin-top: 32px;
  margin-bottom: 12px;
  font-weight: 600;
}

.article-content p {
  font-size: 17px;
  line-height: 1.8;
  color: #404040;
  margin-bottom: 20px;
}

.article-content ul, .article-content ol {
  font-size: 17px;
  line-height: 1.8;
  color: #404040;
  margin-bottom: 20px;
  padding-left: 24px;
}

.article-content li {
  margin-bottom: 8px;
}

.article-meta {
  color: #777;
  font-size: 14px;
  margin-bottom: 32px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e0e0e0;
}

section.reviews-top .article-meta {
  color: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 16px;
}

.cta-box {
  background: linear-gradient(135deg, #3a7ed2 0%, #2865ba 100%);
  padding: 40px;
  border-radius: 8px;
  text-align: center;
  margin: 48px 0;
}

.cta-box h3 {
  color: white;
  font-size: 24px;
  margin-bottom: 16px;
}

.cta-box p {
  color: rgba(255, 255, 255, 0.95);
  font-size: 16px;
  margin-bottom: 24px;
}

.tight {
  margin: 0 auto;
}

@media(min-width: 766px) {
  .tight {
    width: 90%;
  }
}

@media(min-width: 1000px) {
  .tight {
    width: 75%;
  }
}

ul.mobile-menu {
  padding-inline-start: 0;
}

.mobile-menu li {
  list-style-type: none;
  display: flex;
  flex-direction: column;
}

.mobile-menu a {
  font-size: 32px;
  color: #021e80;
  font-weight: 400;
  padding: 8px;
}

.mobile-menu a:hover {
  color: #fa5e15;
}

.adaptive-btn {
  margin-left: 16px;
}

@media(max-width: 520px) {
  .adaptive-btn {
    padding: 0 8px;
    margin-left: 4px;
  }
}

/* Property Page Style Footer */
.page-footer {
  background: #021e80;
  color: #ecf0f1;
  padding: 60px 0 20px 0;
  margin-top: 0;
}

.footer-content {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  gap: 30px;
  margin-bottom: 40px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

.footer-section {
  display: flex;
  flex-direction: column;
}

.footer-section h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 0;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

.footer-logo img {
  height: 45px;
  width: auto;
}

.footer-logo-text {
  font-size: 28px;
  font-weight: bold;
  color: #f26638;
}

.footer-description {
  color: #95a5a6;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-link {
  color: #ecf0f1 !important;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s;
}

.footer-link:hover {
  color: #f26638 !important;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  text-align: center;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.disclaimer {
  color: #95a5a6;
  font-size: 13px;
  line-height: 1.6;
}

.social-links {
  display: flex;
  gap: 15px;
  margin-top: 15px;
}

.social-link {
  color: #ecf0f1;
  font-size: 24px;
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
  transition: color 0.3s;
  text-decoration: none;
}

.social-link:hover {
  color: #f26638;
}

@media (max-width: 968px) {
  .footer-content {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  section.reviews-top h1 {
    font-size: 36px;
  }
}

@media (max-width: 600px) {
  .footer-content {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  section.reviews-top h1 {
    font-size: 28px;
  }

  .blog-card {
    padding: 24px;
  }
}

/* Contact Form Section */
section.contact-section {
  background: white;
  padding: 60px 20px;
}

section.contact-section h2 {
  font-size: 36px;
  color: #021e80;
  text-align: center;
  margin-bottom: 16px;
  font-weight: 700;
}

section.contact-section .subtitle {
  text-align: center;
  color: #666;
  font-size: 18px;
  margin-bottom: 40px;
}

.contact-form {
  max-width: 600px;
  margin: 0 auto;
  background: #f8f9fa;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #333;
  font-size: 14px;
}

.form-group input,
.form-group select {
  width: 100%;
  padding: 12px;
  border: 2px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  transition: border-color 0.3s;
}

.form-group input:focus,
.form-group select:focus {
  outline: none;
  border-color: #f26638;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.submit-btn {
  width: 100%;
  background: #f26638;
  color: white;
  padding: 16px;
  border: none;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s;
  font-family: 'Poppins', sans-serif;
}

.submit-btn:hover {
  background: #e04d1f;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(242, 102, 56, 0.3);
}

.submit-btn:disabled {
  background: #ccc;
  cursor: not-allowed;
  transform: none;
}

.form-disclaimer {
  font-size: 12px;
  color: #666;
  margin-top: 12px;
  text-align: center;
  line-height: 1.5;
}

.form-message {
  padding: 12px;
  border-radius: 4px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 600;
}

.form-message.success {
  background: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

.form-message.error {
  background: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

@media (max-width: 600px) {
  .form-row {
    grid-template-columns: 1fr;
  }

  .contact-form {
    padding: 24px;
  }

  section.contact-section h2 {
    font-size: 28px;
  }
}

/* Data Types Dropdown Menu */
.menu-item.dropdown {
  position: relative;
}

.menu-item.dropdown > a::after {
  content: " ▾";
  font-size: 12px;
  margin-left: 4px;
}

.top-menu .dropdown-menu {
  display: none !important;
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  border-radius: 4px;
  min-width: 240px;
  padding: 8px 0;
  list-style: none;
  z-index: 1000;
  margin-top: 8px;
}

.top-menu .menu-item.dropdown:hover .dropdown-menu {
  display: block !important;
}

.top-menu .dropdown-menu li {
  list-style: none;
  display: block;
}

.top-menu .dropdown-menu a {
  display: block;
  padding: 12px 20px !important;
  color: #021e80 !important;
  text-decoration: none;
  font-size: 15px;
  font-weight: 400;
  transition: all 0.2s;
  border: none !important;
  border-top: none !important;
}

.top-menu .dropdown-menu a:hover {
  background: #f8f9fa;
  color: #fa5e15 !important;
  padding-left: 24px !important;
}
