#mainNav {
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  background-color: transparent;
  padding: 1.25rem 0;
}
#mainNav .navbar-brand {
  padding: 0;
}
#mainNav .navbar-brand .brand-text {
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: -0.5px;
  color: #fff;
  transition: color 0.3s ease;
}
#mainNav .navbar-brand .brand-text .brand-highlight {
  color: #3a86ff;
  position: relative;
}
#mainNav .navbar-brand .brand-text .brand-highlight::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #3a86ff;
  transform: scaleX(0.7);
  transform-origin: left;
  transition: transform 0.3s ease;
}
#mainNav .navbar-brand .brand-text:hover .brand-highlight::after {
  transform: scaleX(1);
}
#mainNav .navbar-nav .nav-item {
  margin: 0 0.2rem;
}
#mainNav .navbar-nav .nav-item .nav-link {
  color: #fff;
  font-weight: 500;
  padding: 0.6rem 0.9rem;
  font-size: 0.9rem;
  position: relative;
  transition: color 0.3s ease;
}
#mainNav .navbar-nav .nav-item .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0.3rem;
  left: 0.9rem;
  right: 0.9rem;
  height: 2px;
  background-color: #3a86ff;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
#mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #3a86ff;
}
#mainNav .navbar-nav .nav-item .nav-link:hover::after {
  transform: scaleX(1);
}
#mainNav .navbar-nav .nav-item.cta-item {
  margin-left: 0.8rem;
}
#mainNav .navbar-nav .nav-item.cta-item .phone-number {
  display: flex;
  align-items: center;
  background-color: rgba(58, 134, 255, 0.15);
  color: #3a86ff;
  font-weight: 600;
  border-radius: 50px;
  padding: 0.4rem 1rem;
  transition: all 0.3s ease;
}
#mainNav .navbar-nav .nav-item.cta-item .phone-number .phone-icon {
  margin-right: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background-color: #3a86ff;
  border-radius: 50%;
}
#mainNav .navbar-nav .nav-item.cta-item .phone-number .phone-icon i {
  color: #fff;
  font-size: 0.7rem;
}
#mainNav .navbar-nav .nav-item.cta-item .phone-number:hover {
  background-color: #3a86ff;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(58, 134, 255, 0.3);
}
#mainNav .navbar-nav .nav-item.cta-item .phone-number:hover::after {
  transform: scaleX(0);
}
#mainNav .navbar-nav .nav-item.cta-item .phone-number:hover .phone-icon {
  background-color: #fff;
}
#mainNav .navbar-nav .nav-item.cta-item .phone-number:hover .phone-icon i {
  color: #3a86ff;
}
#mainNav .navbar-toggler {
  border: none;
  padding: 0.4rem;
  width: 40px;
  height: 40px;
  position: relative;
  background-color: transparent;
  transition: all 0.3s ease;
}
#mainNav .navbar-toggler:hover {
  opacity: 0.8;
}
#mainNav .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.95)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
#mainNav.navbar-scrolled {
  background-color: rgba(255, 255, 255, 0.98);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.08);
  padding: 0.6rem 0;
}
#mainNav.navbar-scrolled .navbar-brand .brand-text {
  color: #1a2a3a;
}
#mainNav.navbar-scrolled .navbar-brand .brand-text .brand-highlight {
  color: #1e4b94;
}
#mainNav.navbar-scrolled .navbar-brand .brand-text .brand-highlight::after {
  background-color: #1e4b94;
}
#mainNav.navbar-scrolled .navbar-nav .nav-item .nav-link {
  color: #1a2a3a;
}
#mainNav.navbar-scrolled .navbar-nav .nav-item .nav-link::after {
  background-color: #1e4b94;
}
#mainNav.navbar-scrolled .navbar-nav .nav-item .nav-link:hover {
  color: #1e4b94;
}
#mainNav.navbar-scrolled .navbar-nav .nav-item.cta-item .phone-number {
  background-color: rgba(30, 75, 148, 0.1);
  color: #1e4b94;
}
#mainNav.navbar-scrolled .navbar-nav .nav-item.cta-item .phone-number .phone-icon {
  background-color: #1e4b94;
}
#mainNav.navbar-scrolled .navbar-nav .nav-item.cta-item .phone-number:hover {
  background-color: #1e4b94;
  box-shadow: 0 4px 10px rgba(30, 75, 148, 0.25);
}
#mainNav.navbar-scrolled .navbar-nav .nav-item.cta-item .phone-number:hover .phone-icon {
  background-color: #fff;
}
#mainNav.navbar-scrolled .navbar-nav .nav-item.cta-item .phone-number:hover .phone-icon i {
  color: #1e4b94;
}
#mainNav.navbar-scrolled .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(33, 37, 41, 0.75)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
@media (max-width: 991.98px) {
  #mainNav .navbar-collapse {
    background-color: rgba(255, 255, 255, 0.98);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    border-radius: 0 0 1rem 1rem;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    padding: 1rem;
    margin-top: 0.5rem;
  }
  #mainNav .navbar-collapse .navbar-nav {
    padding: 0.5rem 0;
  }
  #mainNav .navbar-collapse .navbar-nav .nav-item {
    margin: 0.5rem 0;
  }
  #mainNav .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: #1a2a3a;
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
    transition: all 0.3s ease;
  }
  #mainNav .navbar-collapse .navbar-nav .nav-item .nav-link::after {
    display: none;
  }
  #mainNav .navbar-collapse .navbar-nav .nav-item .nav-link:hover, #mainNav .navbar-collapse .navbar-nav .nav-item .nav-link:active {
    color: #1e4b94;
    background-color: rgba(30, 75, 148, 0.05);
  }
  #mainNav .navbar-collapse .navbar-nav .nav-item.cta-item {
    margin-left: 0;
    margin-top: 1rem;
  }
  #mainNav .navbar-collapse .navbar-nav .nav-item.cta-item .phone-number {
    background-color: #1e4b94;
    color: #fff;
    justify-content: center;
    padding: 0.75rem 1.5rem;
  }
  #mainNav .navbar-collapse .navbar-nav .nav-item.cta-item .phone-number .phone-icon {
    background-color: rgba(255, 255, 255, 0.2);
  }
  #mainNav .navbar-collapse .navbar-nav .nav-item.cta-item .phone-number .phone-icon i {
    color: #fff;
  }
  #mainNav .navbar-collapse .navbar-nav .nav-item.cta-item .phone-number:hover, #mainNav .navbar-collapse .navbar-nav .nav-item.cta-item .phone-number:active {
    background-color: #1a407f;
    transform: translateY(-2px);
  }
}

.site-footer {
  background-color: #1a2a3a;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.95rem;
}
.site-footer a {
  transition: all 0.3s ease;
  text-decoration: none;
}
.site-footer a:hover {
  opacity: 0.85;
}
.site-footer .footer-top {
  padding: 4rem 0 3rem;
}
.site-footer .footer-top h3 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1.5rem;
}
.site-footer .footer-top h3 span {
  color: #3a86ff;
}
.site-footer .footer-top h4 {
  position: relative;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  padding-bottom: 0.75rem;
}
.site-footer .footer-top h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 2px;
  background-color: #3a86ff;
}
.site-footer .footer-contact .footer-contact-info {
  margin-top: 1rem;
}
.site-footer .footer-contact .footer-contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
}
.site-footer .footer-contact .footer-contact-item i {
  color: #3a86ff;
  font-size: 1rem;
  margin-top: 0.25rem;
  margin-right: 0.8rem;
  width: 20px;
  text-align: center;
}
.site-footer .footer-contact .footer-contact-item a {
  color: rgba(255, 255, 255, 0.85);
  font-weight: 500;
}
.site-footer .footer-contact .footer-contact-item a:hover {
  color: #fff;
}
.site-footer .footer-contact .footer-contact-item span {
  line-height: 1.5;
}
.site-footer .footer-links ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.site-footer .footer-links ul li {
  margin-bottom: 0.75rem;
  position: relative;
  padding-left: 1.2rem;
}
.site-footer .footer-links ul li::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
  color: #3a86ff;
}
.site-footer .footer-links ul li a {
  color: rgba(255, 255, 255, 0.75);
}
.site-footer .footer-links ul li a:hover {
  color: #fff;
  padding-left: 3px;
}
.site-footer .footer-info p {
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
.site-footer .footer-info .footer-badge {
  display: inline-flex;
  align-items: center;
  background-color: rgba(58, 134, 255, 0.15);
  padding: 0.75rem 1.25rem;
  border-radius: 100px;
}
.site-footer .footer-info .footer-badge i {
  color: #3a86ff;
  font-size: 1.25rem;
  margin-right: 0.75rem;
}
.site-footer .footer-info .footer-badge span {
  color: #fff;
  font-weight: 500;
  font-size: 0.85rem;
}
.site-footer .footer-bottom {
  background-color: #15222f;
  padding: 1.5rem 0;
  font-size: 0.85rem;
}
.site-footer .footer-bottom .footer-copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.site-footer .footer-bottom .footer-links-legal a {
  color: rgba(255, 255, 255, 0.6);
  position: relative;
}
.site-footer .footer-bottom .footer-links-legal a:hover {
  color: #fff;
}
.site-footer .footer-bottom .footer-links-legal a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  bottom: -2px;
  left: 0;
  background-color: #fff;
  transition: width 0.3s ease;
}
.site-footer .footer-bottom .footer-links-legal a:hover::after {
  width: 100%;
}

@media (max-width: 991.98px) {
  .site-footer .footer-top {
    padding: 3.5rem 0 2rem;
  }
  .site-footer .footer-contact, .site-footer .footer-links {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767.98px) {
  .site-footer .footer-top {
    padding: 3rem 0 1.5rem;
    text-align: center;
  }
  .site-footer .footer-top h4::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .site-footer .footer-contact .footer-contact-item {
    justify-content: center;
  }
  .site-footer .footer-contact .footer-contact-item i {
    margin-top: 0.15rem;
  }
  .site-footer .footer-links ul li {
    padding-left: 0;
  }
  .site-footer .footer-links ul li::before {
    display: none;
  }
  .site-footer .footer-info .footer-badge {
    display: flex;
    max-width: 300px;
    margin: 0 auto;
  }
  .site-footer .footer-bottom .footer-copyright {
    text-align: center;
    justify-content: center;
    flex-direction: column;
  }
}
.subpage {
  padding-top: 80px;
}

.subhero-section {
  position: relative;
  height: 300px;
  overflow: hidden;
}
.subhero-section .subhero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/subpage.jpg") no-repeat center center;
  background-size: cover;
  z-index: 1;
}
.subhero-section .subhero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(30, 75, 148, 0.9), rgba(26, 42, 58, 0.8));
  z-index: 2;
}
.subhero-section .container {
  position: relative;
  z-index: 3;
  height: 100%;
}
.subhero-section .subhero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  color: #fff;
}
.subhero-section .subhero-content h1 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.subhero-section .subhero-content .breadcrumbs {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
}
.subhero-section .subhero-content .breadcrumbs a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  transition: color 0.3s ease;
}
.subhero-section .subhero-content .breadcrumbs a:hover {
  color: #fff;
}
.subhero-section .subhero-content .breadcrumbs i {
  font-size: 0.7rem;
  margin: 0 0.75rem;
  opacity: 0.7;
}
.subhero-section .subhero-content .breadcrumbs span {
  color: #3a86ff;
  font-weight: 500;
}

.pricing-cta {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
  padding: 3rem 2rem;
  margin-top: 3rem;
}
.pricing-cta h3 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #1a2a3a;
  margin-bottom: 1rem;
}
.pricing-cta p {
  font-size: 1.05rem;
  color: rgba(26, 42, 58, 0.7);
  margin-bottom: 1.5rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.pricing-cta .btn {
  display: inline-flex;
  align-items: center;
  padding: 0.75rem 2rem;
  font-weight: 600;
}
.pricing-cta .btn span {
  margin-right: 0.5rem;
}
.pricing-cta .btn i {
  transition: transform 0.3s ease;
}
.pricing-cta .btn:hover i {
  transform: translateX(4px);
}

@media (max-width: 767.98px) {
  .pricing-cta {
    padding: 2rem 1.5rem;
  }
  .pricing-cta h3 {
    font-size: 1.5rem;
  }
  .pricing-cta p {
    font-size: 1rem;
  }
}
.pricing-section {
  padding: 5rem 0;
  background-color: #fff;
}
.pricing-section .section-header {
  margin-bottom: 3rem;
}
.pricing-section .section-header h2 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #1a2a3a;
  margin-bottom: 0;
  position: relative;
}
.pricing-section .section-header h2::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(to right, #1e4b94, #3a86ff);
}
.pricing-section .pricing-card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  margin-bottom: 3rem;
}
.pricing-section .pricing-list {
  padding: 2rem;
}
.pricing-section .pricing-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem;
  border-bottom: 1px solid rgba(26, 42, 58, 0.06);
  transition: all 0.3s ease;
}
.pricing-section .pricing-item:last-child {
  border-bottom: none;
}
.pricing-section .pricing-item:hover {
  background-color: rgba(30, 75, 148, 0.03);
  transform: translateX(5px);
}
.pricing-section .pricing-item .pricing-name {
  font-weight: 500;
  color: #1a2a3a;
  font-size: 1.05rem;
}
.pricing-section .pricing-item .pricing-price {
  font-weight: 700;
  color: #1e4b94;
  font-size: 1.2rem;
  background: linear-gradient(45deg, #1e4b94, #3a86ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pricing-section .pricing-notes {
  background-color: rgba(248, 249, 250, 0.5);
  border-radius: 10px;
  padding: 2rem;
}
.pricing-section .pricing-notes .note {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
}
.pricing-section .pricing-notes .note:last-child {
  margin-bottom: 0;
}
.pricing-section .pricing-notes .note i {
  color: #1e4b94;
  font-size: 1.1rem;
  margin-right: 1rem;
  margin-top: 0.25rem;
}
.pricing-section .pricing-notes .note p {
  margin-bottom: 0;
  font-size: 0.95rem;
  color: rgba(26, 42, 58, 0.8);
}
.pricing-section .pricing-notes .note p strong {
  color: #1e4b94;
  font-weight: 700;
}

@media (max-width: 991.98px) {
  .subhero-section {
    height: 250px;
  }
  .subhero-section .subhero-content h1 {
    font-size: 2.3rem;
  }
  .pricing-section .pricing-item {
    padding: 1rem;
  }
  .pricing-section .pricing-item .pricing-name {
    font-size: 1rem;
  }
  .pricing-section .pricing-item .pricing-price {
    font-size: 1.1rem;
  }
}
@media (max-width: 767.98px) {
  .subhero-section {
    height: 200px;
  }
  .subhero-section .subhero-content h1 {
    font-size: 2rem;
  }
  .subhero-section .subhero-content .breadcrumbs {
    font-size: 0.85rem;
  }
  .pricing-section .pricing-item {
    flex-direction: column;
    align-items: flex-start;
  }
  .pricing-section .pricing-item .pricing-name {
    margin-bottom: 0.5rem;
  }
  .pricing-section .pricing-notes {
    padding: 1.5rem;
  }
}
.gallery-page-section {
  padding: 5rem 0;
  background-color: #fff;
}
.gallery-page-section .gallery-intro {
  font-size: 1.1rem;
  color: rgba(26, 42, 58, 0.7);
  max-width: 900px;
  margin: 0 auto 3rem;
  text-align: center;
  line-height: 1.6;
}
.gallery-page-section .gallery-project {
  margin-bottom: 2rem;
}
.gallery-page-section .gallery-project .project-title {
  font-size: 2rem;
  font-weight: 600;
  color: #1a2a3a;
  margin-bottom: 2rem;
  text-align: center;
  position: relative;
}
.gallery-page-section .gallery-project .project-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 3px;
  background: linear-gradient(to right, #1e4b94, #3a86ff);
}
.gallery-page-section .gallery-item {
  display: block;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  aspect-ratio: 1/1;
}
.gallery-page-section .gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.gallery-page-section .gallery-item .gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(26, 42, 58, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.gallery-page-section .gallery-item .gallery-zoom {
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0.8);
  transition: all 0.3s ease;
}
.gallery-page-section .gallery-item .gallery-zoom i {
  color: #1e4b94;
  font-size: 1.2rem;
}
.gallery-page-section .gallery-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}
.gallery-page-section .gallery-item:hover img {
  transform: scale(1.05);
}
.gallery-page-section .gallery-item:hover .gallery-overlay {
  opacity: 1;
}
.gallery-page-section .gallery-item:hover .gallery-zoom {
  transform: scale(1);
}
.gallery-page-section .project-divider {
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(26, 42, 58, 0.1), transparent);
  margin: 4rem 0;
}
.gallery-page-section .gallery-cta {
  background-color: #f8f9fa;
  border-radius: 10px;
  padding: 3rem 2rem;
  text-align: center;
  margin-top: 3rem;
}
.gallery-page-section .gallery-cta h3 {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #1a2a3a;
}
.gallery-page-section .gallery-cta p {
  font-size: 1.05rem;
  color: rgba(26, 42, 58, 0.7);
  margin-bottom: 2rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.gallery-page-section .gallery-cta .btn {
  display: inline-flex;
  align-items: center;
  padding: 0.75rem 2rem;
}
.gallery-page-section .gallery-cta .btn span {
  margin-right: 0.5rem;
}
.gallery-page-section .gallery-cta .btn i {
  transition: transform 0.3s ease;
}
.gallery-page-section .gallery-cta .btn:hover i {
  transform: translateX(4px);
}

.fancybox__container {
  --fancybox-bg: rgba(24, 24, 27, 0.95);
}

@media (max-width: 1199.98px) {
  .gallery-page-section .gallery-item {
    aspect-ratio: 1/1;
  }
}
@media (max-width: 991.98px) {
  .gallery-page-section .gallery-item {
    aspect-ratio: 1/1;
  }
}
@media (max-width: 767.98px) {
  .gallery-page-section .gallery-intro {
    font-size: 1rem;
  }
  .gallery-page-section .gallery-project .project-title {
    font-size: 1.7rem;
  }
  .gallery-page-section .gallery-item {
    aspect-ratio: 1/1;
  }
  .gallery-page-section .gallery-cta {
    padding: 2rem 1.5rem;
  }
  .gallery-page-section .gallery-cta h3 {
    font-size: 1.5rem;
  }
  .gallery-page-section .gallery-cta p {
    font-size: 1rem;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  color: #1a2a3a;
  background-color: #fff;
  overflow-x: hidden;
  line-height: 1.5;
}

.btn {
  font-weight: 600;
  letter-spacing: 0.3px;
  padding: 0.6rem 1.5rem;
  border-radius: 50px;
  text-transform: uppercase;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  overflow: hidden;
  font-size: 0.8rem;
}
.btn i {
  margin-left: 0.5rem;
  transition: transform 0.3s ease;
}
.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(30, 75, 148, 0.3);
}
.btn:hover i {
  transform: translateX(4px);
}
.btn:active {
  transform: translateY(-1px);
}
.btn.btn-primary {
  background: linear-gradient(45deg, #1e4b94, #3a86ff);
  border: none;
}
.btn.btn-primary:hover {
  background: linear-gradient(45deg, #1a407f, #2176ff);
}
.btn.btn-lg {
  padding: 0.8rem 2rem;
  font-size: 0.9rem;
}

.hero {
  height: 100vh;
  min-height: 700px;
  position: relative;
  overflow: hidden;
  padding-top: 80px;
}
.hero .hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/hero.webp") no-repeat center center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  z-index: 1;
}
.hero .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(26, 42, 58, 0.92), rgba(26, 42, 58, 0.75));
  z-index: 2;
}
.hero .container {
  position: relative;
  z-index: 3;
}
.hero .hero-content-col {
  padding-right: 2.5rem;
}
.hero .hero-content {
  color: #fff;
  padding-top: 2rem;
}
.hero .hero-content .subtitle {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 1.2rem;
  position: relative;
  padding-left: 2.5rem;
  display: inline-block;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
}
.hero .hero-content .subtitle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 2rem;
  height: 2px;
  background-color: #3a86ff;
  transform: translateY(-50%);
}
.hero .hero-content h1 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
  line-height: 1.2;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.hero .hero-content .lead {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  font-weight: 400;
  opacity: 0.9;
  max-width: 90%;
}
.hero .hero-content .price-badge {
  display: inline-block;
  margin-bottom: 2rem;
}
.hero .hero-content .price-badge .price-badge-inner {
  display: flex;
  align-items: baseline;
  background: rgba(58, 134, 255, 0.15);
  padding: 0.6rem 1.25rem;
  border-radius: 100px;
  margin-bottom: 0.4rem;
}
.hero .hero-content .price-badge .price-badge-inner .price-badge-label {
  font-size: 0.9rem;
  font-weight: 500;
  margin-right: 0.6rem;
  color: rgba(255, 255, 255, 0.9);
}
.hero .hero-content .price-badge .price-badge-inner .price-badge-value {
  font-size: 1.5rem;
  font-weight: 700;
  color: #3a86ff;
  letter-spacing: -0.5px;
}
.hero .hero-content .price-badge .price-badge-detail {
  font-size: 0.8rem;
  opacity: 0.7;
  padding-left: 1.25rem;
}
.hero .hero-content .hero-cta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.8rem;
}
.hero .hero-content .hero-cta .phone-cta .phone-cta-label {
  font-size: 0.75rem;
  opacity: 0.7;
  margin-bottom: 0.2rem;
}
.hero .hero-content .hero-cta .phone-cta .phone-cta-number {
  display: flex;
  align-items: center;
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hero .hero-content .hero-cta .phone-cta .phone-cta-number i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: #3a86ff;
  color: #fff;
  border-radius: 50%;
  margin-right: 0.6rem;
  font-size: 0.8rem;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hero .hero-content .hero-cta .phone-cta .phone-cta-number:hover {
  color: #3a86ff;
}
.hero .hero-content .hero-cta .phone-cta .phone-cta-number:hover i {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(58, 134, 255, 0.5);
}
.hero .form-col {
  padding-left: 2rem;
}
.hero .contact-form-wrapper {
  background-color: #fff;
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.hero .contact-form-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 5px;
  background: linear-gradient(to bottom, #1e4b94, #3a86ff);
  z-index: -1;
}
.hero .contact-form-wrapper .form-header {
  text-align: center;
  margin-bottom: 1.5rem;
}
.hero .contact-form-wrapper .form-header .form-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(45deg, #1e4b94, #3a86ff);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  color: #fff;
  font-size: 1.5rem;
  box-shadow: 0 6px 15px rgba(30, 75, 148, 0.3);
}
.hero .contact-form-wrapper .form-header h3 {
  color: #1a2a3a;
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 0.6rem;
}
.hero .contact-form-wrapper .form-header p {
  color: rgba(26, 42, 58, 0.7);
  font-size: 0.85rem;
  margin-bottom: 0;
}
.hero .contact-form-wrapper .form-floating .form-control {
  border: 1px solid rgba(26, 42, 58, 0.1);
  border-radius: 6px;
  padding: 0.8rem 1rem;
  height: calc(3.1rem + 2px);
  font-size: 0.9rem;
}
.hero .contact-form-wrapper .form-floating .form-control:focus {
  border-color: #1e4b94;
  box-shadow: 0 0 0 0.15rem rgba(30, 75, 148, 0.25);
}
.hero .contact-form-wrapper .form-floating .form-control::-moz-placeholder {
  color: transparent;
}
.hero .contact-form-wrapper .form-floating .form-control::placeholder {
  color: transparent;
}
.hero .contact-form-wrapper .form-floating textarea.form-control {
  min-height: 100px;
  resize: none;
}
.hero .contact-form-wrapper .form-floating label {
  padding: 0.8rem 1rem;
  color: rgba(26, 42, 58, 0.6);
  font-size: 0.9rem;
}
.hero .contact-form-wrapper .btn {
  margin-bottom: 1.2rem;
}
.hero .contact-form-wrapper .btn i {
  font-size: 0.85rem;
}
.hero .contact-form-wrapper .form-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.7rem;
  color: rgba(26, 42, 58, 0.6);
}
.hero .contact-form-wrapper .form-footer .form-trust, .hero .contact-form-wrapper .form-footer .form-response {
  display: flex;
  align-items: center;
}
.hero .contact-form-wrapper .form-footer .form-trust .trust-icon, .hero .contact-form-wrapper .form-footer .form-trust .response-icon, .hero .contact-form-wrapper .form-footer .form-response .trust-icon, .hero .contact-form-wrapper .form-footer .form-response .response-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background-color: rgba(30, 75, 148, 0.1);
  color: #1e4b94;
  border-radius: 50%;
  margin-right: 0.4rem;
  font-size: 0.65rem;
}
.hero .contact-form-wrapper .form-footer .form-separator {
  width: 1px;
  height: 18px;
  background-color: rgba(26, 42, 58, 0.1);
}

.parallax {
  transform: translateY(0);
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (max-width: 1199.98px) {
  .hero .hero-content h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 991.98px) {
  .hero {
    height: auto;
    min-height: auto;
    padding-top: 100px;
    padding-bottom: 60px;
  }
  .hero .hero-content-col {
    padding-right: 15px;
    margin-bottom: 3rem;
  }
  .hero .form-col {
    padding-left: 15px;
  }
  .hero .hero-content {
    margin-bottom: 0;
    text-align: center;
    padding-top: 1rem;
  }
  .hero .hero-content h1 {
    font-size: 2.3rem;
  }
  .hero .hero-content .subtitle {
    margin-left: auto;
    margin-right: auto;
  }
  .hero .hero-content .lead {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
  .hero .hero-content .hero-cta {
    justify-content: center;
  }
  .hero .contact-form-wrapper {
    max-width: 550px;
    margin: 0 auto;
  }
}
@media (max-width: 767.98px) {
  .hero {
    padding-top: 90px;
    padding-bottom: 40px;
  }
  .hero .hero-content-col {
    margin-bottom: 2.5rem;
  }
  .hero .hero-content {
    padding-top: 1rem;
  }
  .hero .hero-content h1 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .hero .hero-content .subtitle {
    font-size: 0.85rem;
    margin-bottom: 1rem;
  }
  .hero .hero-content .lead {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
  .hero .hero-content .price-badge {
    margin-bottom: 1.5rem;
  }
  .hero .hero-content .price-badge .price-badge-inner .price-badge-value {
    font-size: 1.3rem;
  }
  .hero .hero-cta {
    flex-direction: column;
    align-items: center;
    gap: 1.2rem;
  }
  .hero .hero-cta .phone-cta {
    text-align: center;
  }
  .hero .contact-form-wrapper {
    padding: 1.75rem;
  }
}
@media (max-width: 575.98px) {
  .hero {
    padding-top: 80px;
    padding-bottom: 30px;
  }
  .hero .hero-content-col {
    margin-bottom: 2rem;
  }
  .hero .hero-content {
    padding-top: 0.5rem;
  }
  .hero .hero-content h1 {
    font-size: 1.8rem;
    line-height: 1.3;
  }
  .hero .hero-content .subtitle {
    font-size: 0.8rem;
    padding-left: 2rem;
  }
  .hero .hero-content .subtitle::before {
    width: 1.5rem;
  }
  .hero .hero-content .lead {
    font-size: 0.95rem;
  }
  .hero .hero-cta {
    gap: 1rem;
  }
  .hero .hero-cta .btn {
    padding: 0.8rem 2rem;
    font-size: 0.9rem;
  }
  .hero .hero-cta .phone-cta .phone-cta-number {
    font-size: 1rem;
  }
  .hero .hero-cta .phone-cta .phone-cta-number i {
    width: 28px;
    height: 28px;
    font-size: 0.75rem;
  }
  .hero .contact-form-wrapper {
    padding: 1.5rem 1.25rem;
  }
  .hero .contact-form-wrapper .form-header {
    margin-bottom: 1.25rem;
  }
  .hero .contact-form-wrapper .form-header .form-icon {
    width: 50px;
    height: 50px;
    font-size: 1.3rem;
  }
  .hero .contact-form-wrapper .form-header h3 {
    font-size: 1.2rem;
    line-height: 1.3;
  }
  .hero .contact-form-wrapper .form-header p {
    font-size: 0.8rem;
  }
  .hero .contact-form-wrapper .form-floating .form-control {
    height: calc(2.9rem + 2px);
    font-size: 0.85rem;
  }
  .hero .contact-form-wrapper .form-floating label {
    font-size: 0.85rem;
  }
  .hero .contact-form-wrapper .form-floating textarea.form-control {
    min-height: 90px;
  }
  .hero .contact-form-wrapper .btn {
    font-size: 0.9rem;
    padding: 0.8rem 1rem;
  }
  .hero .contact-form-wrapper .form-footer {
    font-size: 0.65rem;
    flex-direction: column;
    gap: 0.8rem;
  }
  .hero .contact-form-wrapper .form-footer .form-separator {
    display: none;
  }
  .hero .contact-form-wrapper .form-footer .form-trust, .hero .contact-form-wrapper .form-footer .form-response {
    justify-content: center;
  }
  .hero .contact-form-wrapper .form-footer .form-trust .trust-icon, .hero .contact-form-wrapper .form-footer .form-trust .response-icon, .hero .contact-form-wrapper .form-footer .form-response .trust-icon, .hero .contact-form-wrapper .form-footer .form-response .response-icon {
    width: 20px;
    height: 20px;
    font-size: 0.6rem;
  }
}
@media (max-width: 399.98px) {
  .hero .hero-content h1 {
    font-size: 1.6rem;
  }
  .hero .hero-content .price-badge .price-badge-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .hero .hero-content .price-badge .price-badge-inner .price-badge-label {
    margin-right: 0;
    margin-bottom: 0.3rem;
  }
  .hero .hero-content .price-badge .price-badge-detail {
    text-align: center;
    padding-left: 0;
  }
  .hero .contact-form-wrapper {
    padding: 1.25rem 1rem;
  }
  .hero .contact-form-wrapper .form-header h3 {
    font-size: 1.1rem;
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.phone-cta-number.pulse {
  animation: pulse 1s ease-in-out infinite;
}

.btn.sending {
  opacity: 0.8;
  pointer-events: none;
}

.btn.sent {
  background: linear-gradient(45deg, #28a745, #20c997);
  pointer-events: none;
}

.form-submitted {
  position: relative;
}

.success-message {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 10;
  padding: 2rem;
  text-align: center;
  transition: opacity 0.5s ease;
}
.success-message i {
  font-size: 3rem;
  color: #28a745;
  margin-bottom: 1rem;
}
.success-message p {
  font-size: 1.1rem;
  color: #1a2a3a;
  font-weight: 500;
}

.success-message.fade-out {
  opacity: 0;
}

.gallery-section {
  padding: 5rem 0;
  background-color: #fff;
}
.gallery-section .section-header {
  text-align: center;
  margin-bottom: 2.5rem;
}
.gallery-section .section-header h2 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #1a2a3a;
  margin-bottom: 0;
  position: relative;
  display: inline-block;
}
.gallery-section .section-header h2::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(to right, #1e4b94, #3a86ff);
}
.gallery-section .gallery-grid {
  margin-top: 1rem;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.gallery-section .gallery-item .gallery-link {
  display: block;
  text-decoration: none;
  color: #fff;
}
.gallery-section .gallery-item .gallery-img-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  background-color: #1a2a3a;
  height: 0;
  padding-bottom: 120%;
  max-width: 300px;
  margin: 0 auto;
}
.gallery-section .gallery-item .gallery-img-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease, opacity 0.3s ease;
}
.gallery-section .gallery-item .gallery-img-wrapper .gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(26, 42, 58, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.gallery-section .gallery-item .gallery-img-wrapper .gallery-zoom {
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0.8);
  transition: all 0.3s ease;
}
.gallery-section .gallery-item .gallery-img-wrapper .gallery-zoom i {
  color: #1e4b94;
  font-size: 1.2rem;
}
.gallery-section .gallery-item .gallery-img-wrapper:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}
.gallery-section .gallery-item .gallery-img-wrapper:hover img {
  transform: scale(1.05);
  opacity: 0.9;
}
.gallery-section .gallery-item .gallery-img-wrapper:hover .gallery-overlay {
  opacity: 1;
}
.gallery-section .gallery-item .gallery-img-wrapper:hover .gallery-zoom {
  transform: scale(1);
}
.gallery-section .gallery-actions {
  margin-top: 3rem;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.gallery-section .gallery-actions .btn {
  min-width: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-section .gallery-actions .btn i {
  margin-left: 0.8rem;
  transition: transform 0.3s ease;
}
.gallery-section .gallery-actions .btn:hover i {
  transform: translateX(4px);
}
.gallery-section .gallery-actions .btn-outline-primary {
  border: 2px solid #1e4b94;
  color: #1e4b94;
  background: transparent;
}
.gallery-section .gallery-actions .btn-outline-primary:hover {
  background: rgba(30, 75, 148, 0.05);
  border-color: #1e4b94;
  color: #1e4b94;
  box-shadow: 0 5px 15px rgba(30, 75, 148, 0.15);
}

.fancybox__container {
  --fancybox-bg: rgba(24, 24, 27, 0.95);
}

@media (max-width: 767.98px) {
  .gallery-section .gallery-item .gallery-img-wrapper {
    max-width: 240px;
    padding-bottom: 130%;
  }
  .gallery-section .gallery-actions {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
  .gallery-section .gallery-actions .btn {
    width: 100%;
    max-width: 280px;
  }
}
.contact-section {
  padding: 5rem 0;
  background-color: #f8f9fa;
}
.contact-section .section-header {
  text-align: center;
  margin-bottom: 3.5rem;
}
.contact-section .section-header h2 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #1a2a3a;
  margin-bottom: 0;
  position: relative;
  display: inline-block;
}
.contact-section .section-header h2::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(to right, #1e4b94, #3a86ff);
}
.contact-section .contact-info {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.contact-section .contact-card {
  background-color: #fff;
  border-radius: 10px;
  padding: 2.5rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  margin-bottom: 2rem;
  flex-grow: 0;
}
.contact-section .contact-detail {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}
.contact-section .contact-detail:last-of-type {
  margin-bottom: 2rem;
}
.contact-section .contact-detail .contact-icon {
  width: 50px;
  height: 50px;
  min-width: 50px;
  background: linear-gradient(45deg, #1e4b94, #3a86ff);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  margin-right: 1.25rem;
  box-shadow: 0 5px 15px rgba(30, 75, 148, 0.2);
}
.contact-section .contact-detail .contact-text h4 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
  color: #1a2a3a;
}
.contact-section .contact-detail .contact-text p {
  font-size: 0.9rem;
  color: rgba(26, 42, 58, 0.6);
  margin-bottom: 0;
}
.contact-section .contact-highlight {
  background-color: rgba(30, 75, 148, 0.08);
  border-radius: 8px;
  padding: 1.25rem;
  display: flex;
  align-items: center;
}
.contact-section .contact-highlight .highlight-icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  background-color: #1e4b94;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  margin-right: 1rem;
}
.contact-section .contact-highlight .highlight-text p {
  margin-bottom: 0;
  font-size: 0.95rem;
}
.contact-section .contact-highlight .highlight-text p strong {
  color: #1e4b94;
  font-weight: 700;
}
.contact-section .contact-map {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  flex-grow: 1;
  background-color: #fff;
}
.contact-section .contact-map iframe {
  width: 100%;
  height: 100%;
  min-height: 300px;
  display: block;
}
.contact-section .contact-form-container {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  height: 100%;
  padding: 2.5rem;
  position: relative;
  overflow: hidden;
}
.contact-section .contact-form-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
  width: 100%;
  background: linear-gradient(to right, #1e4b94, #3a86ff);
}
.contact-section .contact-form-header {
  text-align: center;
  margin-bottom: 2rem;
}
.contact-section .contact-form-header h3 {
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: #1a2a3a;
}
.contact-section .contact-form-header p {
  color: rgba(26, 42, 58, 0.7);
  font-size: 0.95rem;
  margin-bottom: 0;
}
.contact-section .contact-form-alt .form-group {
  margin-bottom: 1.5rem;
}
.contact-section .contact-form-alt .form-group label {
  display: block;
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  color: #1a2a3a;
}
.contact-section .contact-form-alt .form-group .form-control {
  border: 1px solid rgba(26, 42, 58, 0.1);
  border-radius: 8px;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  transition: all 0.3s ease;
}
.contact-section .contact-form-alt .form-group .form-control:focus {
  border-color: #1e4b94;
  box-shadow: 0 0 0 0.15rem rgba(30, 75, 148, 0.2);
}
.contact-section .contact-form-alt .form-group textarea.form-control {
  min-height: 120px;
  resize: vertical;
}
.contact-section .contact-form-alt .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
}
.contact-section .contact-form-alt .btn span {
  margin-right: 0.5rem;
}
.contact-section .contact-form-alt .btn i {
  transition: transform 0.3s ease;
}
.contact-section .contact-form-alt .btn:hover {
  transform: translateY(-3px);
}
.contact-section .contact-form-alt .btn:hover i {
  transform: translateX(4px);
}

@media (max-width: 991.98px) {
  .contact-section .contact-card {
    margin-bottom: 1.5rem;
  }
  .contact-section .contact-map {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767.98px) {
  .contact-section .contact-detail .contact-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    font-size: 1rem;
    margin-right: 1rem;
  }
  .contact-section .contact-detail .contact-text h4 {
    font-size: 1rem;
  }
  .contact-section .contact-detail .contact-text p {
    font-size: 0.85rem;
  }
  .contact-section .contact-highlight {
    padding: 1rem;
  }
  .contact-section .contact-highlight .highlight-icon {
    width: 35px;
    height: 35px;
    min-width: 35px;
    font-size: 0.9rem;
  }
  .contact-section .contact-highlight .highlight-text p {
    font-size: 0.85rem;
  }
  .contact-section .contact-form-container {
    padding: 2rem 1.5rem;
  }
  .contact-section .contact-form-header h3 {
    font-size: 1.5rem;
  }
  .contact-section .contact-form-header p {
    font-size: 0.9rem;
  }
  .privacy-check {
    margin-top: 0.5rem;
  }
  .privacy-check .form-check-input {
    float: left;
    margin-top: 0.25rem;
    margin-right: 0.5rem;
    width: 1.25em;
    height: 1.25em;
    cursor: pointer;
    border: 1px solid rgba(26, 42, 58, 0.2);
    border-radius: 4px;
  }
  .privacy-check .form-check-input:checked {
    background-color: #1e4b94;
    border-color: #1e4b94;
  }
  .privacy-check .form-check-input:focus {
    box-shadow: 0 0 0 0.15rem rgba(30, 75, 148, 0.25);
    border-color: #1e4b94;
  }
  .privacy-check .form-check-label {
    font-size: 0.85rem;
    color: rgba(26, 42, 58, 0.7);
    padding-left: 0.5rem;
    line-height: 1.4;
    cursor: pointer;
  }
  .privacy-check .privacy-link {
    color: #1e4b94;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
    border-bottom: 1px dashed rgba(30, 75, 148, 0.4);
  }
  .privacy-check .privacy-link:hover {
    color: #15366a;
    border-bottom-color: #1e4b94;
  }
}
.about-section {
  padding: 5rem 0;
  background-color: #fff;
  overflow: hidden;
}
.about-section .section-subtitle {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #3a86ff;
  font-weight: 600;
  margin-bottom: 0.75rem;
  display: inline-block;
}
.about-section .section-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #1a2a3a;
  margin-bottom: 1.5rem;
  position: relative;
  padding-bottom: 1rem;
}
.about-section .section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background: linear-gradient(to right, #1e4b94, #3a86ff);
}
.about-section .about-image-col {
  position: relative;
}
.about-section .about-image-wrapper {
  position: relative;
  padding-right: 2rem;
}
.about-section .about-image {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}
.about-section .about-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom right, rgba(30, 75, 148, 0.05), rgba(30, 75, 148, 0.2));
  z-index: 1;
}
.about-section .about-image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}
.about-section .about-image:hover img {
  transform: scale(1.03);
}
.about-section .about-experience {
  position: absolute;
  bottom: 2rem;
  right: 0;
  background: linear-gradient(45deg, #1e4b94, #3a86ff);
  color: #fff;
  padding: 1.5rem;
  border-radius: 10px;
  display: flex;
  align-items: center;
  box-shadow: 0 10px 25px rgba(30, 75, 148, 0.3);
}
.about-section .about-experience .experience-number {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  margin-right: 0.75rem;
}
.about-section .about-experience .experience-text {
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.3;
}
.about-section .about-content-col {
  padding-left: 2rem;
}
.about-section .about-content {
  max-width: 570px;
}
.about-section .about-text p {
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(26, 42, 58, 0.8);
  margin-bottom: 2rem;
}
.about-section .about-text .btn {
  margin-top: 0.5rem;
}
.about-section .about-services {
  margin-bottom: 2.5rem;
}
.about-section .about-service-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.25rem;
}
.about-section .about-service-item .service-icon {
  width: 42px;
  height: 42px;
  min-width: 42px;
  background-color: rgba(30, 75, 148, 0.1);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  color: #1e4b94;
  font-size: 1.1rem;
  transition: all 0.3s ease;
}
.about-section .about-service-item .service-text {
  font-weight: 500;
  color: #1a2a3a;
  line-height: 1.4;
  padding-top: 0.5rem;
  transition: all 0.3s ease;
}
.about-section .about-service-item:hover .service-icon {
  background-color: #1e4b94;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(30, 75, 148, 0.2);
}
.about-section .about-service-item:hover .service-text {
  color: #1e4b94;
}

@media (max-width: 1199.98px) {
  .about-section .about-experience {
    padding: 1.25rem;
  }
  .about-section .about-experience .experience-number {
    font-size: 2.5rem;
  }
  .about-section .about-experience .experience-text {
    font-size: 0.8rem;
  }
}
@media (max-width: 991.98px) {
  .about-section .about-image-wrapper {
    padding-right: 0;
    margin-bottom: 3rem;
  }
  .about-section .about-experience {
    bottom: -1.5rem;
    right: 2rem;
  }
  .about-section .about-content-col {
    padding-left: 15px;
  }
  .about-section .about-content {
    max-width: 100%;
    text-align: center;
  }
  .about-section .about-content .section-title::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .about-section .about-service-item {
    justify-content: center;
    text-align: left;
  }
  .about-section .btn {
    margin: 0 auto;
  }
}
@media (max-width: 767.98px) {
  .about-section .section-title {
    font-size: 2rem;
  }
  .about-section .about-experience {
    padding: 1rem;
    bottom: -1rem;
    right: 1rem;
  }
  .about-section .about-experience .experience-number {
    font-size: 2rem;
  }
  .about-section .about-experience .experience-text {
    font-size: 0.75rem;
  }
  .about-section .about-service-item .service-icon {
    width: 36px;
    height: 36px;
    min-width: 36px;
    font-size: 1rem;
  }
}/*# sourceMappingURL=styles.css.map */