@import url("https://fonts.googleapis.com/css2?family=Hammersmith+One&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
#desktop-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: transform 0.3s ease-in-out;
  transform: translateY(0);
}

#desktop-header.hide {
  transform: translateY(-100%);
}

#desktop-header.show {
  transform: translateY(0);
  background: white;
}

.mobile-navigation {
  display: none;
}
@media screen and (max-width: 1130px) {
  .mobile-navigation {
    display: block;
  }
}

.desktop-navigation-responsive {
  display: block;
  background: rgba(255, 255, 255, 0.3333333333);
  margin-bottom: -110px;
  z-index: 9999;
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 1130px) {
  .desktop-navigation-responsive {
    display: none;
  }
}

.top-bar-wraper {
  display: flex;
  align-content: center;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.top-bar-wraper .logo-section a img {
  width: auto;
  height: 120px;
  padding: 10px 0px;
}

.desktop-navigation .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
}
@media screen and (max-width: 1130px) {
  .desktop-navigation .header-inner {
    padding: 10px 15px;
  }
}
@media screen and (max-width: 780px) {
  .desktop-navigation .header-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

.header-container .header-wrap {
  max-width: 1200px;
  padding: 0px 20px 0px 0px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1130px) {
  .header-container .header-wrap {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 780px) {
  .header-container .header-wrap {
    align-items: flex-start;
  }
}
.header-container .header-wrap .menu-items {
  margin-left: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  list-style: none;
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
}
.header-container .header-wrap .menu-items .current_page_item a,
.header-container .header-wrap .menu-items .current-page-parent a {
  color: #000066 !important;
}
@media screen and (max-width: 1024px) {
  .header-container .header-wrap .menu-items {
    display: none;
  }
}
.header-container .header-wrap .menu-items li {
  font-family: "Playfair Display", serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 23px;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media screen and (max-width: 1366px) {
  .header-container .header-wrap .menu-items li {
    font-size: 19px;
  }
}
.header-container .header-wrap .menu-items li a {
  font-family: "Playfair Display", serif;
  padding: 14px 20px 8px 20px;
  transition: all 0.2s ease-in-out;
  text-transform: uppercase;
  color: #000000;
  font-weight: 400;
}
.header-container .header-wrap .menu-items li a:hover {
  color: #000066 !important;
}
@media screen and (max-width: 1366px) {
  .header-container .header-wrap .menu-items li a {
    padding: 14px 25px 8px 25px;
  }
}
.header-container .header-wrap .menu-items li:hover a {
  color: #000066 !important;
}
.header-container .header-wrap .menu-items li.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
.header-container .header-wrap .menu-items li .current_page_item {
  background: #4D4D4F;
  color: white;
}
.header-container .header-wrap .menu-items li .current_page_item a {
  color: #000066;
}
.header-container .header-wrap .menu-items li .sub-menu {
  min-width: 250px;
  width: -moz-max-content;
  width: max-content;
  margin-left: 0px;
  list-style: none;
  position: absolute;
  padding: 15px 0px;
  top: 52px;
  background-color: black;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .header-container .header-wrap .menu-items li .sub-menu {
    width: 100%;
  }
}
.header-container .header-wrap .menu-items li .sub-menu .nav-item a {
  color: white;
  padding: 2px 26px;
  transition: all 0.3s ease-in-out;
  text-transform: capitalize;
}
.header-container .header-wrap .menu-items li .sub-menu .nav-item a:hover {
  color: #4D4D4F !important;
  background: white;
}
.header-container .header-wrap .menu-items li .sub-menu .nav-item:hover {
  background: #4D4D4F;
  color: #000066;
}
.header-container .header-wrap .menu-items li .menu-item-has-children {
  position: relative;
}
.header-container .header-wrap .menu-items li .menu-item-has-children > .sub-menu {
  top: 0;
  left: 100%;
  margin-left: 0px;
  min-width: 200px;
  border-radius: 5px;
  display: none;
}
.header-container .header-wrap .menu-items li .menu-item-has-children:hover > .sub-menu {
  display: block;
}
@media screen and (max-width: 1366px) {
  .header-container .header-wrap {
    max-width: 1140px;
  }
}
@media screen and (max-width: 767px) {
  .header-container .header-wrap {
    padding-right: 15px;
    padding-left: 15px;
  }
  .header-container .header-wrap .custom-logo-link {
    max-width: 170px;
  }
}
.header-container .header-wrap .menu-lets-talk-container {
  display: none;
}
@media screen and (max-width: 1130px) {
  .header-container .header-wrap .menu-lets-talk-container {
    display: block;
  }
}
.header-container .header-wrap .menu-lets-talk-container .lets-talk-hamburger {
  font-size: 25px;
}
.header-container .header-wrap .menu-lets-talk-container .lets-talk-aside-overly {
  background: rgba(131, 131, 131, 0);
  position: absolute;
  top: 0;
  right: 0;
  left: 100%;
  bottom: 0;
  z-index: 9998;
  transition: left 0.4s ease-in-out;
  height: 100vh;
}
.header-container .header-wrap .menu-lets-talk-container .lets-talk-aside-overly.active {
  left: 0;
}
.header-container .header-wrap .menu-lets-talk-container .lets-talk-aside {
  max-width: 250px;
  width: 100%;
  background: rgba(255, 255, 255, 0.6980392157);
  position: fixed;
  height: 100%;
  top: 0px;
  right: -100%;
  bottom: 0;
  z-index: 9999;
  transition: all 0.5s ease-in-out;
  overflow-y: auto;
  scrollbar-width: none;
}
.header-container .header-wrap .menu-lets-talk-container .lets-talk-aside.lets-talk-aside-active {
  right: 0;
}
.header-container .header-wrap .menu-lets-talk-container .lets-talk-aside .sidebar-menu-close {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background-color: #e9e9e9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-container .header-wrap .menu-lets-talk-container .lets-talk-aside .mobile-sidebar-menu {
  padding: 50px 20px;
}
@media screen and (max-width: 1024px) {
  .header-container .header-wrap .menu-lets-talk-container .lets-talk-aside .mobile-sidebar-menu {
    display: block;
  }
}
.header-container .header-wrap .menu-lets-talk-container .lets-talk-aside .mobile-sidebar-menu .mobile-menu-list ul {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
}
.header-container .header-wrap .menu-lets-talk-container .lets-talk-aside .mobile-sidebar-menu .mobile-menu-list ul li.current-menu-item a {
  color: #000000 !important;
}
.header-container .header-wrap .menu-lets-talk-container .lets-talk-aside .mobile-sidebar-menu .mobile-menu-list ul li a {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 12px 0px;
  text-decoration: none;
  color: #000000;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  white-space: normal;
}
.header-container .header-wrap .menu-lets-talk-container .lets-talk-aside .mobile-sidebar-menu .mobile-menu-list ul li a:hover {
  color: #000000;
}
.header-container .header-wrap .menu-lets-talk-container .lets-talk-aside .mobile-sidebar-menu .mobile-menu-list ul li a::after {
  display: none;
}
.header-container .header-wrap .menu-lets-talk-container .lets-talk-aside .mobile-sidebar-menu .mobile-menu-list ul li.menu-item-has-children {
  padding-right: 22px;
}
.header-container .header-wrap .menu-lets-talk-container .lets-talk-aside .mobile-sidebar-menu .mobile-menu-list ul li .sub-menu {
  width: 190px;
  margin-left: 0px;
  list-style: none;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
}
.header-container .header-wrap .menu-lets-talk-container .lets-talk-aside .mobile-sidebar-menu .mobile-menu-list ul li .sub-menu li {
  padding: 4px;
}
.header-container .header-wrap .menu-lets-talk-container .lets-talk-aside .mobile-sidebar-menu .mobile-menu-list ul li .sub-menu li a {
  color: #000000;
  padding: 0px;
  text-transform: capitalize;
  display: block;
}
.header-container .header-wrap .menu-lets-talk-container .lets-talk-aside .mobile-sidebar-menu .mobile-menu-list ul li .sub-menu li .sub-menu {
  margin-left: 15px !important;
}

.navbar-nav .dropdown:hover .dropdown-menu {
  display: block;
}

.mobile-navigation {
  margin-bottom: -90px;
  position: relative;
  z-index: 999;
  background: transparent;
  border-bottom: 1px solid #000000;
}
.mobile-navigation .mobile-navigation-inner {
  align-items: center;
  background: transparent;
}
.mobile-navigation .mobile-navigation-inner .logo-section {
  background: transparent;
}
.mobile-navigation .mobile-navigation-inner .logo-section a img {
  width: auto;
  height: 45px;
}
.mobile-navigation .mobile-navigation-inner .mobile-header-nav-content-wraper {
  display: flex;
  gap: 15px;
}
.mobile-navigation .mobile-navigation-inner .menu-lets-talk-container {
  background: rgba(255, 255, 255, 0.3137254902);
  padding: 10.4px 20px;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #000000;
}
.mobile-navigation .mobile-navigation-inner .menu-lets-talk-container .lets-talk-hamburger i {
  font-size: 40px;
  color: #000000;
}

.footer {
  min-height: 650px;
  padding-bottom: 0px;
  margin-top: 70px;
}
.footer .foter-content-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 99.9%;
  gap: 50px;
}
@media screen and (max-width: 750px) {
  .footer .foter-content-inner {
    flex-direction: column;
    gap: 50px;
    width: 99%;
  }
}
.footer .foter-content-col {
  padding-top: 50px;
  padding-left: 19%;
  width: 50%;
}
@media screen and (max-width: 1800px) {
  .footer .foter-content-col {
    padding-left: 13%;
    width: 50%;
  }
}
@media screen and (max-width: 1600px) {
  .footer .foter-content-col {
    padding-left: 8%;
    width: 50%;
  }
}
@media screen and (max-width: 1370px) {
  .footer .foter-content-col {
    padding-left: 4%;
    width: 70%;
  }
}
@media screen and (max-width: 1150px) {
  .footer .foter-content-col {
    padding-left: 2%;
    width: 100%;
  }
}
.footer .foter-content-col .footer-title {
  text-transform: uppercase;
  margin-bottom: 30px;
}
.footer .foter-content-col .contact-info-inner {
  gap: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.footer .foter-content-col .contact-info-inner .foote-col-5 {
  max-width: 50%;
}
@media screen and (max-width: 450px) {
  .footer .foter-content-col .contact-info-inner .foote-col-5 {
    max-width: 100%;
  }
}
.footer .foter-content-col .contact-info-inner .footer-text {
  font-family: "Playfair Display", serif;
  font-size: 20px;
  line-height: 32px;
  color: #000000;
}
.footer .foter-content-col .contact-info-inner .footer-text a {
  font-weight: 400;
  font-size: 20px;
}
@media screen and (max-width: 450px) {
  .footer .foter-content-col .contact-info-inner .footer-text {
    text-align: right;
    font-size: 18px;
    line-height: 18px;
  }
  .footer .foter-content-col .contact-info-inner .footer-text a {
    font-size: 18px;
    line-height: 18px;
  }
}
.footer .foter-content-col .contact-info-inner .footer-text-right {
  text-align: right;
}
.footer .foter-content-col .contact-info-inner .footer-text-left {
  width: 200px;
}
@media screen and (max-width: 450px) {
  .footer .foter-content-col .contact-info-inner .footer-text-left {
    width: 100%;
  }
}
.footer .foter-content-col .contact-info-inner .footer-icon {
  margin-left: 50%;
}
.footer .foter-content-col .contact-info-inner .footer-icon i {
  font-size: 45px;
}
@media screen and (max-width: 450px) {
  .footer .foter-content-col .contact-info-inner .footer-icon {
    margin-left: 81%;
  }
}
@media screen and (max-width: 450px) {
  .footer .foter-content-col .contact-info-inner {
    gap: 0px;
    flex-direction: column;
    align-items: flex-end;
  }
}
@media screen and (max-width: 1114px) {
  .footer .foter-content-col {
    padding-left: 4%;
  }
}
.footer .foter-img-col .footer-image {
  max-width: 100%;
  height: 610px;
}
@media screen and (max-width: 1250px) {
  .footer .foter-img-col .footer-image {
    max-width: 100%;
    height: auto;
    height: 610px;
  }
}
@media screen and (max-width: 1114px) {
  .footer .foter-img-col .footer-image {
    max-width: 100%;
    height: 610px;
  }
}
@media screen and (max-width: 550px) {
  .footer .foter-img-col .footer-image {
    max-width: 100%;
    height: auto;
  }
}
.footer .copyright-section {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  padding-top: 35px;
  background: #c5c0bd;
  padding: 25px 30px 5px 30px;
}
.footer .copyright-section P {
  font-size: 19px;
  line-height: 21px;
  font-family: "Playfair Display", serif;
  text-align: center;
  color: #000000;
}
.footer .copyright-section P a {
  font-weight: 400;
  color: #000000;
}

.section-container {
  max-width: 1200px;
  padding-right: 20px;
  padding-left: 20px;
  margin: 0 auto;
}
@media screen and (max-width: 1366px) {
  .section-container {
    max-width: 1140px;
  }
}
@media screen and (max-width: 767px) {
  .section-container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.primary-btn {
  background-color: #016B41;
  border: 2px solid #016B41;
  padding: 10px 26px 10px 26px;
  font-family: "Lato", sans-serif;
  font-size: 19px;
  line-height: 22px;
  font-weight: 700;
  color: #ffffff;
  border-radius: 15px;
  transition: all 0.3s ease;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
}
.primary-btn:hover {
  background-color: transparent;
  border: 2px solid #016B41;
  color: #016B41;
}
.primary-btn.has-icon {
  display: flex;
  align-items: center;
  gap: 10px;
}

.secondary-btn {
  background-color: #FDD419;
  border: 2px solid;
  padding: 10px 26px 10px 26px;
  font-family: "Lato", sans-serif;
  font-size: 19px;
  line-height: 22px;
  font-weight: 700;
  color: blue;
  border-radius: 15px;
  transition: all 0.3s ease;
  display: inline-block;
  text-decoration: none;
}
.secondary-btn:hover {
  background-color: transparent;
  border: 2px solid #FF0000;
  color: #FF0000;
}

select.gt_selector.notranslate {
  text-align: center;
  border: 1px solid;
  border-radius: 5px;
  padding: 2px 5px;
  max-width: 176px;
}

.navbar-toggler:focus {
  box-shadow: none !important;
}

.hero_video {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.hero_video .video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.hero_video .video-wrapper .background-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  pointer-events: none;
  display: block;
  backface-visibility: hidden;
  transform: translateZ(0);
}
.hero_video .hero-content {
  position: relative;
  top: 200px;
  z-index: 2;
  color: #fff;
  text-align: left;
  padding-left: 60px;
  border-radius: 8px;
  font-weight: 400;
}
.hero_video .hero-content h1 {
  color: #FFFFFF;
  font-size: 85px;
  line-height: 95px;
  font-weight: 400;
}
.hero_video .hero-content img {
  max-height: 250px;
  width: auto;
}
.hero_video .inner-content {
  max-width: 100%;
}
@media screen and (max-width: 1450px) {
  .hero_video .hero-content {
    position: relative;
    top: 200px;
    z-index: 2;
    color: #fff;
    text-align: left;
    padding-left: 60px;
    border-radius: 8px;
  }
  .hero_video .hero-content h1 {
    color: #FFFFFF;
    font-size: 80px;
    line-height: 95px;
    font-weight: 400;
  }
}
@media screen and (max-width: 800px) {
  .hero_video .hero-content {
    position: relative;
    top: 200px;
    z-index: 2;
    color: #fff;
    text-align: left;
    padding-left: 60px;
    border-radius: 8px;
  }
  .hero_video .hero-content h1 {
    color: #FFFFFF;
    font-size: 50px;
    line-height: 65px;
    font-weight: 400;
  }
}
@media screen and (max-width: 450px) {
  .hero_video .hero-content {
    position: relative;
    top: 200px;
    z-index: 2;
    color: #fff;
    text-align: left;
    padding-left: 20px;
    border-radius: 8px;
  }
  .hero_video .hero-content h1 {
    color: #FFFFFF;
    font-size: 35px;
    line-height: 50px;
    font-weight: 400;
  }
}

.about-content-section {
  padding-top: 70px;
}
.about-content-section .text-content-section {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  gap: 100px;
  justify-content: space-between;
  padding-bottom: 70px;
}
@media screen and (max-width: 1250px) {
  .about-content-section .text-content-section {
    gap: 50px;
  }
}
@media screen and (max-width: 500px) {
  .about-content-section .text-content-section {
    flex-direction: column;
    gap: 0px;
    align-items: flex-start;
  }
}
.about-content-section .usp-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  padding-bottom: 70px;
}
.about-content-section .usp-section .single_usp_title {
  border-bottom: 2px solid #000000;
  margin-bottom: 10px;
}
.about-content-section .usp-section .single_usp_title h3 {
  font-size: 45px;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 25px;
}
.about-content-section .usp-section .single_usp_discription h3 {
  font-size: 23px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (max-width: 500px) {
  .about-content-section .usp-section {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
}
@media screen and (max-width: 1150px) {
  .about-content-section .usp-section {
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
    gap: 10px;
  }
}

.certification-content-section {
  padding-top: 70px;
}
.certification-content-section h2 {
  margin-bottom: -35px;
}
@media (max-width: 1024px) {
  .certification-content-section h2 {
    margin-bottom: 0px;
  }
}
.certification-content-section .certification-wrapper {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 500px) {
  .certification-content-section .certification-wrapper {
    gap: 0px;
  }
}
.certification-content-section .certification-wrapper .certification-image {
  margin-top: 15px;
}
.certification-content-section .certification-wrapper .certification-image img {
  width: 100%;
}
@media (max-width: 1024px) {
  .certification-content-section .certification-wrapper .certification-image img {
    margin-bottom: -40px;
    width: 40%;
  }
}
@media (max-width: 500px) {
  .certification-content-section .certification-wrapper .certification-image img {
    margin-bottom: -20px;
  }
}
@media (max-width: 1024px) {
  .certification-content-section .certification-wrapper {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .certification-content-section .certification-wrapper .certification-content {
    text-align: start;
    order: 2;
  }
  .certification-content-section .certification-wrapper img {
    width: 400px;
  }
}
@media (max-width: 1024px) and (max-width: 780px) {
  .certification-content-section .certification-wrapper img {
    width: 300px;
  }
}
@media (max-width: 1024px) and (max-width: 500px) {
  .certification-content-section .certification-wrapper img {
    width: 250px;
  }
}

.about-page .about-section-full {
  justify-content: space-between;
  align-items: self-start;
  padding-top: 50px;
}
@media screen and (max-width: 1000px) {
  .about-page .about-section-full {
    flex-direction: column-reverse;
    gap: 0;
    justify-items: center;
  }
}
.about-page .about-section-full .team-section .team .row {
  --bs-gutter-x: 4rem;
}
@media screen and (max-width: 780px) {
  .about-page .about-section-full .team-section .team .row {
    --bs-gutter-x: 1rem;
  }
}
@media screen and (max-width: 780px) {
  .about-page .about-section-full .team-section .team {
    padding-right: 0px;
  }
}
@media (min-width: 683px) and (max-width: 767.98px) {
  .about-page .about-section-full .team-section .team .custom-cols > * {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}
.about-page .about-section-full .tean-heading {
  padding-top: 10%;
}
.about-page .about-section-full .tean-heading h2 {
  font-size: 36px;
  line-height: 50px;
  text-align: right;
}
@media screen and (max-width: 1000px) {
  .about-page .about-section-full .tean-heading h2 {
    text-align: center;
    padding-top: 0%;
  }
}
.about-page .agent-card-full {
  margin-bottom: 30px;
  gap: 50px;
  display: flex;
}
@media screen and (max-width: 780px) {
  .about-page .agent-card-full {
    gap: 0px;
    justify-content: center;
    padding: 0px 5%;
  }
}
@media screen and (max-width: 683px) {
  .about-page .agent-card-full {
    padding: 0px 20%;
  }
}
.about-page .agent-card-full .agent-card .agent-image img {
  width: 100%;
  height: auto;
}
.about-page .agent-card-full .agent-card .agent-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 10px 0px 10px 0px;
}
.about-page .agent-card-full .agent-card .agent-content .agent-name {
  font-size: 17px;
  font-family: "Playfair Display", serif;
  line-height: 20px;
  font-style: normal;
  font-weight: bold;
  margin-bottom: 8px;
}
.about-page .agent-card-full .agent-card .agent-content .agent-position {
  font-size: 16px;
  font-family: "Playfair Display", serif;
  line-height: 20px;
  font-style: normal;
  font-weight: 400;
}
.about-page .agent-card-full .agent-card .agent-content .social-links i {
  font-size: 22px;
}
.about-page .about-content-section-waper {
  gap: 50px;
  padding-bottom: 70px;
}
.about-page .text-content-inner {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.about-page .text-content-inner {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.about-page .text-content-reverse {
  flex-direction: row-reverse;
}
.about-page .text-content-reverse .title-section h2 {
  text-align: right;
}
@media screen and (max-width: 1000px) {
  .about-page .text-content-reverse .title-section h2 {
    text-align: center;
  }
}

.cb-contact-from {
  margin-top: 0px !important;
}
.cb-contact-from .wpforms-form {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
.cb-contact-from .wpforms-form .wpforms-field-large {
  border: 1px solid #000000 !important;
}
.cb-contact-from .wpforms-form .wpforms-field-container {
  width: 100%;
  display: grid;
  gap: 18px;
}
.cb-contact-from .wpforms-form .wpforms-field-container .wpforms-field {
  padding: 0;
}
.cb-contact-from .wpforms-form .wpforms-field-container .wpforms-field .wpforms-field-label {
  margin-bottom: 8px;
}
.cb-contact-from .wpforms-form .wpforms-submit {
  background-color: #C6C0BC !important;
  border: none;
  padding: 10px 26px 14px 26px;
  font-family: "Lato", sans-serif;
  font-size: 19px;
  line-height: 22px;
  font-weight: 700;
  color: #000000 !important;
  border-radius: 13px;
  transition: all 0.3s ease;
  margin-top: -122px !important;
  text-decoration: none;
  width: 200px;
  height: 40px;
  text-transform: uppercase !important;
}
.cb-contact-from .wpforms-form .wpforms-submit:hover {
  background-color: transparent;
  color: #000000;
  text-transform: uppercase !important;
}
@media screen and (max-width: 1800px) {
  .cb-contact-from .wpforms-form .wpforms-submit {
    margin-top: 0 !important;
  }
}
.cb-contact-from .wpforms-recaptcha-container.wpforms-is-recaptcha.wpforms-is-recaptcha-type-v2 {
  /* float: right !important; */
  margin-right: 46%;
}
@media screen and (max-width: 1800px) {
  .cb-contact-from .wpforms-recaptcha-container.wpforms-is-recaptcha.wpforms-is-recaptcha-type-v2 {
    margin-right: 0%;
  }
}

.contact-us-page {
  border-top: 0px !important;
  margin-top: 0 !important;
  min-height: 75vh !important;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.contact-us-page .foter-content-col {
  padding-top: 50px;
  padding-left: 0% !important;
}
.contact-us-page .cb-contact-from {
  margin-top: 0px !important;
}
.contact-us-page .cb-contact-from .wpforms-form {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
.contact-us-page .cb-contact-from .wpforms-form .wpforms-field-large {
  border: 1px solid #000000 !important;
}
.contact-us-page .cb-contact-from .wpforms-form .wpforms-field-container {
  width: 100%;
  display: grid;
  gap: 18px;
}
.contact-us-page .cb-contact-from .wpforms-form .wpforms-field-container .wpforms-field {
  padding: 0;
}
.contact-us-page .cb-contact-from .wpforms-form .wpforms-field-container .wpforms-field .wpforms-field-label {
  margin-bottom: 8px;
}
.contact-us-page .cb-contact-from .wpforms-form .wpforms-submit {
  background-color: #C6C0BC !important;
  border: none;
  padding: 10px 26px 14px 26px;
  font-family: "Lato", sans-serif;
  font-size: 19px;
  line-height: 22px;
  font-weight: 700;
  color: #000000 !important;
  border-radius: 13px;
  transition: all 0.3s ease;
  margin-top: 0 !important;
  text-decoration: none;
  width: 200px;
  height: 40px;
  text-transform: uppercase !important;
}
.contact-us-page .cb-contact-from .wpforms-form .wpforms-submit:hover {
  background-color: transparent;
  color: #000000;
  text-transform: uppercase !important;
}
.contact-us-page .cb-contact-from .wpforms-recaptcha-container.wpforms-is-recaptcha.wpforms-is-recaptcha-type-v2 {
  /* float: right !important; */
  margin-right: 0%;
}
@media screen and (max-width: 1800px) {
  .contact-us-page .cb-contact-from .wpforms-recaptcha-container.wpforms-is-recaptcha.wpforms-is-recaptcha-type-v2 {
    margin-right: 0%;
  }
}

.error-content {
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.error-content .error-code {
  font-size: 100px;
  font-weight: 700;
  color: #3b82f6;
  line-height: 1;
  margin-bottom: 16px;
  margin-top: 0;
}
.error-content .error-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 12px;
}
.error-content .error-message {
  font-size: 16px;
  color: #9ca3af;
  margin-bottom: 32px;
}
.error-content .buttons {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
}
.error-content .button {
  display: inline-block;
  background-color: #3b82f6;
  color: white;
  padding: 12px 24px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 500;
  transition: background-color 0.2s ease;
}
.error-content .button:hover {
  background-color: #3b82f6;
}

@media (max-width: 480px) {
  .error-code {
    font-size: 72px;
  }
  .error-title {
    font-size: 20px;
  }
  .error-message {
    font-size: 14px;
  }
  .button {
    padding: 10px 20px;
  }
}
.search-form {
  width: 100%;
  max-width: 600px;
  margin: 1rem 0;
  transition: transform 0.3s ease;
}
.search-form.focused {
  transform: scale(1.02);
}

.search-input-container {
  position: relative;
  width: 100%;
}

.search-icon {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #666666;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-input {
  width: 100%;
  padding: 10px 40px 10px 18px !important;
  font-size: 1rem;
  border: 2px solid #e5e5e5 !important;
  border-radius: 10px !important;
  outline: none;
  transition: all 0.3s ease;
}
.search-input:focus {
  border-color: #0070f3;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
}
.search-input::-moz-placeholder {
  color: #666666;
}
.search-input::placeholder {
  color: #666666;
}

.clear-button {
  position: absolute;
  right: 6rem;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #666666;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
}
.clear-button:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.search-button {
  position: absolute;
  right: 0.25rem;
  top: 50%;
  transform: translateY(-50%);
  background-color: #0070f3;
  color: white;
  border: none;
  border-radius: 9999px;
  padding: 0.5rem 1.25rem;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.search-button:hover {
  background-color: #0070f3;
}

.search-items {
  padding-left: 0;
  margin-left: 0;
}
.search-items li {
  list-style: none;
  margin-bottom: 32px;
}
.search-items li:hover a {
  text-decoration: underline;
  color: #B9202D;
}
.search-items li:hover a .blog-title {
  color: #B9202D;
}
.search-items li:hover a .blog-title .arrow-svg svg {
  fill: #B9202D;
}
.search-items li .blog-title {
  font-size: 22px;
}
.search-items li .blog-title .arrow-svg {
  font-size: 14px;
}
.search-items li .blog-title .arrow-svg svg {
  margin-top: -8px;
  height: 14px;
  width: 14px;
  fill: #223761;
}

.inner-page-with-video .about-content-section-waper {
  gap: 50px;
  padding-bottom: 70px;
}
.inner-page-with-video .text-content-inner {
  display: flex;
  align-items: center;
  flex-direction: row;
}
@media screen and (max-width: 780px) {
  .inner-page-with-video .text-content-inner {
    flex-direction: column;
  }
}
.inner-page-with-video .text-content-inner {
  display: flex;
  align-items: center;
  flex-direction: row;
}
@media screen and (max-width: 780px) {
  .inner-page-with-video .text-content-inner {
    flex-direction: column;
  }
}
.inner-page-with-video .text-content-reverse {
  flex-direction: row-reverse;
}
.inner-page-with-video .text-content-reverse .title-section h2 {
  text-align: right;
}
@media screen and (max-width: 780px) {
  .inner-page-with-video .text-content-reverse {
    flex-direction: column;
  }
  .inner-page-with-video .text-content-reverse .title-section h2 {
    text-align: left;
  }
}
@media screen and (max-width: 780px) {
  .inner-page-with-video .col-6 {
    width: 100%;
  }
}

.inner-page-without-video {
  padding-top: 100px;
}
.inner-page-without-video .heading-content {
  padding: 50px 0px 15px 0px;
}

body h1 {
  font-family: "Hammersmith One", sans-serif;
  margin: 0;
  font-size: 65px;
  line-height: 70px;
  font-weight: 400;
  color: #000000;
}
body h1 a {
  font-size: 65px;
  line-height: 70px;
  font-weight: 400;
  color: #000000;
  text-decoration: underline;
}
@media screen and (max-width: 780px) {
  body h1 {
    font-size: 50px;
    line-height: 55px;
  }
  body h1 a {
    font-size: 50px;
    line-height: 55px;
    font-weight: 500;
    color: #000000;
    text-decoration: underline;
  }
}
body h2 {
  font-family: "Hammersmith One", sans-serif;
  margin: 0;
  font-size: 50px;
  line-height: 73px;
  font-weight: 400;
  color: #4D4D4F;
  margin-bottom: 28px;
}
body h2 a {
  font-size: 50px;
  line-height: 73px;
  font-weight: 400;
  color: #000000;
  text-decoration: underline;
}
@media screen and (max-width: 780px) {
  body h2 {
    font-size: 24px;
    line-height: 30px;
  }
  body h2 a {
    font-size: 24px;
    line-height: 38.4px;
    font-weight: 500;
    color: #000000;
    text-decoration: underline;
  }
}
body h3 {
  font-family: "Playfair Display", serif;
  font-size: 30px;
  line-height: 32px;
  font-weight: 500;
  color: #000000;
  font-style: italic;
  margin-bottom: 28px;
}
body h3 a {
  font-size: 45px;
  line-height: 32px;
  font-weight: 500;
  color: #000000;
  text-decoration: underline;
}
@media screen and (max-width: 780px) {
  body h3 {
    font-size: 22px;
    line-height: 26px;
    font-style: italic;
  }
  body h3 a {
    font-size: 22px;
    line-height: 31.2px;
    font-weight: 500;
    color: #000000;
    text-decoration: underline;
  }
}
body h4 {
  font-family: "Playfair Display", serif;
  font-size: 25px;
  line-height: 31.2px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 28px;
}
body h4 a {
  font-size: 22px;
  line-height: 31.2px;
  font-weight: 500;
  color: #000000;
  text-decoration: underline;
}
@media screen and (max-width: 780px) {
  body h4 {
    font-size: 20px;
    line-height: 24px;
  }
  body h4 a {
    font-size: 20px;
    line-height: 31.2px;
    font-weight: 500;
    color: #000000;
    text-decoration: underline;
  }
}
body h5 {
  font-family: "Playfair Display", serif;
  font-size: 25px;
  line-height: 26px;
  font-weight: 500;
  color: white;
  background: #000000;
  margin-bottom: 28px;
  padding: 2px 0px 2px 10px;
}
body h5 a {
  color: white;
}
@media screen and (max-width: 780px) {
  body h5 {
    font-size: 18px;
    line-height: 22px;
  }
}
body p {
  font-family: "Playfair Display", serif;
  font-size: 21px;
  line-height: 34px;
  font-weight: 400;
  color: #000000;
}
@media screen and (max-width: 780px) {
  body p {
    font-size: 18px;
    line-height: 22px;
  }
}
body p a {
  color: #000000;
  text-decoration: none;
}
body a {
  color: #000000;
  font-family: "Playfair Display", serif;
  font-size: 21px;
  line-height: 30px;
  font-weight: 700;
  text-decoration: underline;
}
@media screen and (max-width: 780px) {
  body a {
    font-size: 18px;
    line-height: 22px;
  }
}
body ul {
  font-family: "Playfair Display", serif;
  font-size: 21px;
  line-height: 30px;
  font-weight: 400;
  color: #000000;
}
@media screen and (max-width: 780px) {
  body ul {
    font-size: 18px;
    line-height: 22px;
  }
}
body ul a {
  color: #000000;
  text-decoration: none;
  text-decoration: underline;
}
@media screen and (max-width: 780px) {
  body ul a {
    font-size: 18px;
    line-height: 22px;
  }
}
.section-container {
  max-width: 1200px;
  padding-right: 20px;
  padding-left: 20px;
  margin: 0 auto;
}
@media screen and (max-width: 1366px) {
  .section-container {
    max-width: 1140px;
  }
}
@media screen and (max-width: 767px) {
  .section-container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.primary-btn {
  background-color: #016B41;
  border: 2px solid #016B41;
  padding: 10px 26px 10px 26px;
  font-family: "Lato", sans-serif;
  font-size: 19px;
  line-height: 22px;
  font-weight: 700;
  color: #ffffff;
  border-radius: 15px;
  transition: all 0.3s ease;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
}
.primary-btn:hover {
  background-color: transparent;
  border: 2px solid #016B41;
  color: #016B41;
}
.primary-btn.has-icon {
  display: flex;
  align-items: center;
  gap: 10px;
}

.secondary-btn {
  background-color: #FDD419;
  border: 2px solid;
  padding: 10px 26px 10px 26px;
  font-family: "Lato", sans-serif;
  font-size: 19px;
  line-height: 22px;
  font-weight: 700;
  color: blue;
  border-radius: 15px;
  transition: all 0.3s ease;
  display: inline-block;
  text-decoration: none;
}
.secondary-btn:hover {
  background-color: transparent;
  border: 2px solid #FF0000;
  color: #FF0000;
}

select.gt_selector.notranslate {
  text-align: center;
  border: 1px solid;
  border-radius: 5px;
  padding: 2px 5px;
  max-width: 176px;
}
.footer {
  min-height: 650px;
  padding-bottom: 0px;
  margin-top: 70px;
}
.footer .foter-content-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 99.9%;
  gap: 50px;
}
@media screen and (max-width: 750px) {
  .footer .foter-content-inner {
    flex-direction: column;
    gap: 50px;
    width: 99%;
  }
}
.footer .foter-content-col {
  padding-top: 50px;
  padding-left: 19%;
  width: 50%;
}
@media screen and (max-width: 1800px) {
  .footer .foter-content-col {
    padding-left: 13%;
    width: 50%;
  }
}
@media screen and (max-width: 1600px) {
  .footer .foter-content-col {
    padding-left: 8%;
    width: 50%;
  }
}
@media screen and (max-width: 1370px) {
  .footer .foter-content-col {
    padding-left: 4%;
    width: 70%;
  }
}
@media screen and (max-width: 1150px) {
  .footer .foter-content-col {
    padding-left: 2%;
    width: 100%;
  }
}
.footer .foter-content-col .footer-title {
  text-transform: uppercase;
  margin-bottom: 30px;
}
.footer .foter-content-col .contact-info-inner {
  gap: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.footer .foter-content-col .contact-info-inner .foote-col-5 {
  max-width: 50%;
}
@media screen and (max-width: 450px) {
  .footer .foter-content-col .contact-info-inner .foote-col-5 {
    max-width: 100%;
  }
}
.footer .foter-content-col .contact-info-inner .footer-text {
  font-family: "Playfair Display", serif;
  font-size: 20px;
  line-height: 32px;
  color: #000000;
}
.footer .foter-content-col .contact-info-inner .footer-text a {
  font-weight: 400;
  font-size: 20px;
}
@media screen and (max-width: 450px) {
  .footer .foter-content-col .contact-info-inner .footer-text {
    text-align: right;
    font-size: 18px;
    line-height: 18px;
  }
  .footer .foter-content-col .contact-info-inner .footer-text a {
    font-size: 18px;
    line-height: 18px;
  }
}
.footer .foter-content-col .contact-info-inner .footer-text-right {
  text-align: right;
}
.footer .foter-content-col .contact-info-inner .footer-text-left {
  width: 200px;
}
@media screen and (max-width: 450px) {
  .footer .foter-content-col .contact-info-inner .footer-text-left {
    width: 100%;
  }
}
.footer .foter-content-col .contact-info-inner .footer-icon {
  margin-left: 50%;
}
.footer .foter-content-col .contact-info-inner .footer-icon i {
  font-size: 45px;
}
@media screen and (max-width: 450px) {
  .footer .foter-content-col .contact-info-inner .footer-icon {
    margin-left: 81%;
  }
}
@media screen and (max-width: 450px) {
  .footer .foter-content-col .contact-info-inner {
    gap: 0px;
    flex-direction: column;
    align-items: flex-end;
  }
}
@media screen and (max-width: 1114px) {
  .footer .foter-content-col {
    padding-left: 4%;
  }
}
.footer .foter-img-col .footer-image {
  max-width: 100%;
  height: 610px;
}
@media screen and (max-width: 1250px) {
  .footer .foter-img-col .footer-image {
    max-width: 100%;
    height: auto;
    height: 610px;
  }
}
@media screen and (max-width: 1114px) {
  .footer .foter-img-col .footer-image {
    max-width: 100%;
    height: 610px;
  }
}
@media screen and (max-width: 550px) {
  .footer .foter-img-col .footer-image {
    max-width: 100%;
    height: auto;
  }
}
.footer .copyright-section {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  padding-top: 35px;
  background: #c5c0bd;
  padding: 25px 30px 5px 30px;
}
.footer .copyright-section P {
  font-size: 19px;
  line-height: 21px;
  font-family: "Playfair Display", serif;
  text-align: center;
  color: #000000;
}
.footer .copyright-section P a {
  font-weight: 400;
  color: #000000;
}
#desktop-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: transform 0.3s ease-in-out;
  transform: translateY(0);
}

#desktop-header.hide {
  transform: translateY(-100%);
}

#desktop-header.show {
  transform: translateY(0);
  background: white;
}

.mobile-navigation {
  display: none;
}
@media screen and (max-width: 1130px) {
  .mobile-navigation {
    display: block;
  }
}

.desktop-navigation-responsive {
  display: block;
  background: rgba(255, 255, 255, 0.3333333333);
  margin-bottom: -110px;
  z-index: 9999;
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 1130px) {
  .desktop-navigation-responsive {
    display: none;
  }
}

.top-bar-wraper {
  display: flex;
  align-content: center;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.top-bar-wraper .logo-section a img {
  width: auto;
  height: 120px;
  padding: 10px 0px;
}

.desktop-navigation .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
}
@media screen and (max-width: 1130px) {
  .desktop-navigation .header-inner {
    padding: 10px 15px;
  }
}
@media screen and (max-width: 780px) {
  .desktop-navigation .header-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

.header-container .header-wrap {
  max-width: 1200px;
  padding: 0px 20px 0px 0px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1130px) {
  .header-container .header-wrap {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 780px) {
  .header-container .header-wrap {
    align-items: flex-start;
  }
}
.header-container .header-wrap .menu-items {
  margin-left: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  list-style: none;
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
}
.header-container .header-wrap .menu-items .current_page_item a,
.header-container .header-wrap .menu-items .current-page-parent a {
  color: #000066 !important;
}
@media screen and (max-width: 1024px) {
  .header-container .header-wrap .menu-items {
    display: none;
  }
}
.header-container .header-wrap .menu-items li {
  font-family: "Playfair Display", serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 23px;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media screen and (max-width: 1366px) {
  .header-container .header-wrap .menu-items li {
    font-size: 19px;
  }
}
.header-container .header-wrap .menu-items li a {
  font-family: "Playfair Display", serif;
  padding: 14px 20px 8px 20px;
  transition: all 0.2s ease-in-out;
  text-transform: uppercase;
  color: #000000;
  font-weight: 400;
}
.header-container .header-wrap .menu-items li a:hover {
  color: #000066 !important;
}
@media screen and (max-width: 1366px) {
  .header-container .header-wrap .menu-items li a {
    padding: 14px 25px 8px 25px;
  }
}
.header-container .header-wrap .menu-items li:hover a {
  color: #000066 !important;
}
.header-container .header-wrap .menu-items li.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
.header-container .header-wrap .menu-items li .current_page_item {
  background: #4D4D4F;
  color: white;
}
.header-container .header-wrap .menu-items li .current_page_item a {
  color: #000066;
}
.header-container .header-wrap .menu-items li .sub-menu {
  min-width: 250px;
  width: -moz-max-content;
  width: max-content;
  margin-left: 0px;
  list-style: none;
  position: absolute;
  padding: 15px 0px;
  top: 52px;
  background-color: black;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .header-container .header-wrap .menu-items li .sub-menu {
    width: 100%;
  }
}
.header-container .header-wrap .menu-items li .sub-menu .nav-item a {
  color: white;
  padding: 2px 26px;
  transition: all 0.3s ease-in-out;
  text-transform: capitalize;
}
.header-container .header-wrap .menu-items li .sub-menu .nav-item a:hover {
  color: #4D4D4F !important;
  background: white;
}
.header-container .header-wrap .menu-items li .sub-menu .nav-item:hover {
  background: #4D4D4F;
  color: #000066;
}
.header-container .header-wrap .menu-items li .menu-item-has-children {
  position: relative;
}
.header-container .header-wrap .menu-items li .menu-item-has-children > .sub-menu {
  top: 0;
  left: 100%;
  margin-left: 0px;
  min-width: 200px;
  border-radius: 5px;
  display: none;
}
.header-container .header-wrap .menu-items li .menu-item-has-children:hover > .sub-menu {
  display: block;
}
@media screen and (max-width: 1366px) {
  .header-container .header-wrap {
    max-width: 1140px;
  }
}
@media screen and (max-width: 767px) {
  .header-container .header-wrap {
    padding-right: 15px;
    padding-left: 15px;
  }
  .header-container .header-wrap .custom-logo-link {
    max-width: 170px;
  }
}
.header-container .header-wrap .menu-lets-talk-container {
  display: none;
}
@media screen and (max-width: 1130px) {
  .header-container .header-wrap .menu-lets-talk-container {
    display: block;
  }
}
.header-container .header-wrap .menu-lets-talk-container .lets-talk-hamburger {
  font-size: 25px;
}
.header-container .header-wrap .menu-lets-talk-container .lets-talk-aside-overly {
  background: rgba(131, 131, 131, 0);
  position: absolute;
  top: 0;
  right: 0;
  left: 100%;
  bottom: 0;
  z-index: 9998;
  transition: left 0.4s ease-in-out;
  height: 100vh;
}
.header-container .header-wrap .menu-lets-talk-container .lets-talk-aside-overly.active {
  left: 0;
}
.header-container .header-wrap .menu-lets-talk-container .lets-talk-aside {
  max-width: 250px;
  width: 100%;
  background: rgba(255, 255, 255, 0.6980392157);
  position: fixed;
  height: 100%;
  top: 0px;
  right: -100%;
  bottom: 0;
  z-index: 9999;
  transition: all 0.5s ease-in-out;
  overflow-y: auto;
  scrollbar-width: none;
}
.header-container .header-wrap .menu-lets-talk-container .lets-talk-aside.lets-talk-aside-active {
  right: 0;
}
.header-container .header-wrap .menu-lets-talk-container .lets-talk-aside .sidebar-menu-close {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background-color: #e9e9e9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-container .header-wrap .menu-lets-talk-container .lets-talk-aside .mobile-sidebar-menu {
  padding: 50px 20px;
}
@media screen and (max-width: 1024px) {
  .header-container .header-wrap .menu-lets-talk-container .lets-talk-aside .mobile-sidebar-menu {
    display: block;
  }
}
.header-container .header-wrap .menu-lets-talk-container .lets-talk-aside .mobile-sidebar-menu .mobile-menu-list ul {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
}
.header-container .header-wrap .menu-lets-talk-container .lets-talk-aside .mobile-sidebar-menu .mobile-menu-list ul li.current-menu-item a {
  color: #000000 !important;
}
.header-container .header-wrap .menu-lets-talk-container .lets-talk-aside .mobile-sidebar-menu .mobile-menu-list ul li a {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 12px 0px;
  text-decoration: none;
  color: #000000;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  white-space: normal;
}
.header-container .header-wrap .menu-lets-talk-container .lets-talk-aside .mobile-sidebar-menu .mobile-menu-list ul li a:hover {
  color: #000000;
}
.header-container .header-wrap .menu-lets-talk-container .lets-talk-aside .mobile-sidebar-menu .mobile-menu-list ul li a::after {
  display: none;
}
.header-container .header-wrap .menu-lets-talk-container .lets-talk-aside .mobile-sidebar-menu .mobile-menu-list ul li.menu-item-has-children {
  padding-right: 22px;
}
.header-container .header-wrap .menu-lets-talk-container .lets-talk-aside .mobile-sidebar-menu .mobile-menu-list ul li .sub-menu {
  width: 190px;
  margin-left: 0px;
  list-style: none;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
}
.header-container .header-wrap .menu-lets-talk-container .lets-talk-aside .mobile-sidebar-menu .mobile-menu-list ul li .sub-menu li {
  padding: 4px;
}
.header-container .header-wrap .menu-lets-talk-container .lets-talk-aside .mobile-sidebar-menu .mobile-menu-list ul li .sub-menu li a {
  color: #000000;
  padding: 0px;
  text-transform: capitalize;
  display: block;
}
.header-container .header-wrap .menu-lets-talk-container .lets-talk-aside .mobile-sidebar-menu .mobile-menu-list ul li .sub-menu li .sub-menu {
  margin-left: 15px !important;
}

.navbar-nav .dropdown:hover .dropdown-menu {
  display: block;
}

.mobile-navigation {
  margin-bottom: -90px;
  position: relative;
  z-index: 999;
  background: transparent;
  border-bottom: 1px solid #000000;
}
.mobile-navigation .mobile-navigation-inner {
  align-items: center;
  background: transparent;
}
.mobile-navigation .mobile-navigation-inner .logo-section {
  background: transparent;
}
.mobile-navigation .mobile-navigation-inner .logo-section a img {
  width: auto;
  height: 45px;
}
.mobile-navigation .mobile-navigation-inner .mobile-header-nav-content-wraper {
  display: flex;
  gap: 15px;
}
.mobile-navigation .mobile-navigation-inner .menu-lets-talk-container {
  background: rgba(255, 255, 255, 0.3137254902);
  padding: 10.4px 20px;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #000000;
}
.mobile-navigation .mobile-navigation-inner .menu-lets-talk-container .lets-talk-hamburger i {
  font-size: 40px;
  color: #000000;
}
.navbar-toggler:focus {
  box-shadow: none !important;
}
.about-page .about-section-full {
  justify-content: space-between;
  align-items: self-start;
  padding-top: 50px;
}
@media screen and (max-width: 1000px) {
  .about-page .about-section-full {
    flex-direction: column-reverse;
    gap: 0;
    justify-items: center;
  }
}
.about-page .about-section-full .team-section .team .row {
  --bs-gutter-x: 4rem;
}
@media screen and (max-width: 780px) {
  .about-page .about-section-full .team-section .team .row {
    --bs-gutter-x: 1rem;
  }
}
@media screen and (max-width: 780px) {
  .about-page .about-section-full .team-section .team {
    padding-right: 0px;
  }
}
@media (min-width: 683px) and (max-width: 767.98px) {
  .about-page .about-section-full .team-section .team .custom-cols > * {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}
.about-page .about-section-full .tean-heading {
  padding-top: 10%;
}
.about-page .about-section-full .tean-heading h2 {
  font-size: 36px;
  line-height: 50px;
  text-align: right;
}
@media screen and (max-width: 1000px) {
  .about-page .about-section-full .tean-heading h2 {
    text-align: center;
    padding-top: 0%;
  }
}
.about-page .agent-card-full {
  margin-bottom: 30px;
  gap: 50px;
  display: flex;
}
@media screen and (max-width: 780px) {
  .about-page .agent-card-full {
    gap: 0px;
    justify-content: center;
    padding: 0px 5%;
  }
}
@media screen and (max-width: 683px) {
  .about-page .agent-card-full {
    padding: 0px 20%;
  }
}
.about-page .agent-card-full .agent-card .agent-image img {
  width: 100%;
  height: auto;
}
.about-page .agent-card-full .agent-card .agent-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 10px 0px 10px 0px;
}
.about-page .agent-card-full .agent-card .agent-content .agent-name {
  font-size: 17px;
  font-family: "Playfair Display", serif;
  line-height: 20px;
  font-style: normal;
  font-weight: bold;
  margin-bottom: 8px;
}
.about-page .agent-card-full .agent-card .agent-content .agent-position {
  font-size: 16px;
  font-family: "Playfair Display", serif;
  line-height: 20px;
  font-style: normal;
  font-weight: 400;
}
.about-page .agent-card-full .agent-card .agent-content .social-links i {
  font-size: 22px;
}
.about-page .about-content-section-waper {
  gap: 50px;
  padding-bottom: 70px;
}
.about-page .text-content-inner {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.about-page .text-content-inner {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.about-page .text-content-reverse {
  flex-direction: row-reverse;
}
.about-page .text-content-reverse .title-section h2 {
  text-align: right;
}
@media screen and (max-width: 1000px) {
  .about-page .text-content-reverse .title-section h2 {
    text-align: center;
  }
}
.cb-contact-from {
  margin-top: 0px !important;
}
.cb-contact-from .wpforms-form {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
.cb-contact-from .wpforms-form .wpforms-field-large {
  border: 1px solid #000000 !important;
}
.cb-contact-from .wpforms-form .wpforms-field-container {
  width: 100%;
  display: grid;
  gap: 18px;
}
.cb-contact-from .wpforms-form .wpforms-field-container .wpforms-field {
  padding: 0;
}
.cb-contact-from .wpforms-form .wpforms-field-container .wpforms-field .wpforms-field-label {
  margin-bottom: 8px;
}
.cb-contact-from .wpforms-form .wpforms-submit {
  background-color: #C6C0BC !important;
  border: none;
  padding: 10px 26px 14px 26px;
  font-family: "Lato", sans-serif;
  font-size: 19px;
  line-height: 22px;
  font-weight: 700;
  color: #000000 !important;
  border-radius: 13px;
  transition: all 0.3s ease;
  margin-top: -122px !important;
  text-decoration: none;
  width: 200px;
  height: 40px;
  text-transform: uppercase !important;
}
.cb-contact-from .wpforms-form .wpforms-submit:hover {
  background-color: transparent;
  color: #000000;
  text-transform: uppercase !important;
}
@media screen and (max-width: 1800px) {
  .cb-contact-from .wpforms-form .wpforms-submit {
    margin-top: 0 !important;
  }
}
.cb-contact-from .wpforms-recaptcha-container.wpforms-is-recaptcha.wpforms-is-recaptcha-type-v2 {
  /* float: right !important; */
  margin-right: 46%;
}
@media screen and (max-width: 1800px) {
  .cb-contact-from .wpforms-recaptcha-container.wpforms-is-recaptcha.wpforms-is-recaptcha-type-v2 {
    margin-right: 0%;
  }
}

.contact-us-page {
  border-top: 0px !important;
  margin-top: 0 !important;
  min-height: 75vh !important;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.contact-us-page .foter-content-col {
  padding-top: 50px;
  padding-left: 0% !important;
}
.contact-us-page .cb-contact-from {
  margin-top: 0px !important;
}
.contact-us-page .cb-contact-from .wpforms-form {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
.contact-us-page .cb-contact-from .wpforms-form .wpforms-field-large {
  border: 1px solid #000000 !important;
}
.contact-us-page .cb-contact-from .wpforms-form .wpforms-field-container {
  width: 100%;
  display: grid;
  gap: 18px;
}
.contact-us-page .cb-contact-from .wpforms-form .wpforms-field-container .wpforms-field {
  padding: 0;
}
.contact-us-page .cb-contact-from .wpforms-form .wpforms-field-container .wpforms-field .wpforms-field-label {
  margin-bottom: 8px;
}
.contact-us-page .cb-contact-from .wpforms-form .wpforms-submit {
  background-color: #C6C0BC !important;
  border: none;
  padding: 10px 26px 14px 26px;
  font-family: "Lato", sans-serif;
  font-size: 19px;
  line-height: 22px;
  font-weight: 700;
  color: #000000 !important;
  border-radius: 13px;
  transition: all 0.3s ease;
  margin-top: 0 !important;
  text-decoration: none;
  width: 200px;
  height: 40px;
  text-transform: uppercase !important;
}
.contact-us-page .cb-contact-from .wpforms-form .wpforms-submit:hover {
  background-color: transparent;
  color: #000000;
  text-transform: uppercase !important;
}
.contact-us-page .cb-contact-from .wpforms-recaptcha-container.wpforms-is-recaptcha.wpforms-is-recaptcha-type-v2 {
  /* float: right !important; */
  margin-right: 0%;
}
@media screen and (max-width: 1800px) {
  .contact-us-page .cb-contact-from .wpforms-recaptcha-container.wpforms-is-recaptcha.wpforms-is-recaptcha-type-v2 {
    margin-right: 0%;
  }
}
.dynamic-page-content {
  display: flex;
  flex-direction: column;
  padding: 30px 0px;
}
.dynamic-page-content h1 {
  font-size: 51px;
  font-weight: 500;
  text-align: center;
}
.dynamic-page-content p {
  font-size: 20px;
  text-align: center;
}

.blog-card-link {
  display: block;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.blog-card-link:hover, .blog-card-link:focus {
  text-decoration: none;
  color: inherit;
  outline: none;
}
.blog-card-link:focus .blog-card {
  outline: 2px solid #4a6cf7;
  outline-offset: 2px;
}

.blog-card {
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease, outline 0.3s ease;
  background-color: #fff;
  position: relative;
}
.blog-card-link:hover .blog-card {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.blog-card .blog-card-img {
  height: 200px;
  overflow: hidden;
}
.blog-card .blog-card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.blog-card-link:hover .blog-card .blog-card-img img {
  transform: scale(1.05);
}
.blog-card .blog-card-content {
  padding: 1.25rem;
}
.blog-card .blog-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.75rem;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-card-link:hover .blog-card .blog-title {
  color: #4a6cf7;
}
.blog-card .blog-date {
  font-size: 0.85rem;
  color: #777;
  margin-bottom: 0;
}
.blog-card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 30px 30px 0;
  border-color: transparent rgba(74, 108, 247, 0.1) transparent transparent;
  transition: border-color 0.3s ease;
}
.blog-card-link:hover .blog-card::after {
  border-color: transparent #4a6cf7 transparent transparent;
}

.pagination .page-item {
  margin: 0 3px;
}
.pagination .page-item:first-child .page-link, .pagination .page-item:last-child .page-link {
  border-radius: 50%;
}
.pagination .page-item .page-link {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #333;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: 500;
  transition: all 0.3s ease;
}
.pagination .page-item .page-link:hover {
  background-color: rgba(74, 108, 247, 0.1);
  color: #4a6cf7;
  border-color: rgba(74, 108, 247, 0.2);
}
.pagination .page-item.active .page-link {
  background-color: #4a6cf7;
  border-color: #4a6cf7;
  color: white;
  box-shadow: 0 4px 10px rgba(74, 108, 247, 0.3);
}
.pagination .page-item.disabled .page-link {
  color: #777;
  pointer-events: none;
}

@media (max-width: 767px) {
  .blog-card .blog-card-img {
    height: 180px;
  }
  .pagination .page-item {
    margin: 0 2px;
  }
  .pagination .page-item .page-link {
    width: 35px;
    height: 35px;
    font-size: 0.9rem;
  }
}
@media (max-width: 576px) {
  .blog-card .blog-title {
    font-size: 1rem;
  }
  .pagination .page-item:not(.active):not(:first-child):not(:last-child) {
    display: none;
  }
  .pagination .page-item:not(.active):not(:first-child):not(:last-child).active, .pagination .page-item:not(.active):not(:first-child):not(:last-child).active + .pagination .page-item:not(.active):not(:first-child):not(:last-child), .pagination .page-item:not(.active):not(:first-child):not(:last-child) + .active {
    display: block;
  }
}
/* Modern Post Styles */
.modern-post {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #e1e1e1;
  padding: 20px 0;
  margin-bottom: 30px;
}
.modern-post .modern-title {
  font-size: 2rem;
  font-weight: bold;
  color: #333;
  transition: color 0.3s ease;
}
.modern-post .modern-title a {
  color: inherit;
  text-decoration: none;
}
.modern-post .modern-title a:hover {
  color: #0073e6;
}
.modern-post .modern-meta {
  font-size: 0.875rem;
  color: #888;
  margin-top: 10px;
}
.modern-post .modern-meta span {
  margin-right: 10px;
}
.modern-post .modern-meta span .posted-on,
.modern-post .modern-meta span .posted-by {
  color: #555;
}
.modern-post .modern-content {
  margin-top: 20px;
  font-size: 1rem;
  line-height: 1.8;
  color: #555;
}
.modern-post .modern-pagination {
  margin-top: 15px;
  font-size: 0.875rem;
}
.modern-post .modern-footer {
  margin-top: 20px;
  font-size: 0.875rem;
  color: #888;
}
.modern-post .modern-footer a {
  color: #0073e6;
  text-decoration: none;
}
.modern-post .modern-footer a:hover {
  text-decoration: underline;
}
.modern-post img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-top: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Responsive design */
@media (max-width: 768px) {
  .modern-post {
    padding: 15px;
  }
  .modern-title {
    font-size: 1.75rem;
  }
  .modern-content {
    font-size: 0.95rem;
  }
}
.error-content {
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.error-content .error-code {
  font-size: 100px;
  font-weight: 700;
  color: #3b82f6;
  line-height: 1;
  margin-bottom: 16px;
  margin-top: 0;
}
.error-content .error-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 12px;
}
.error-content .error-message {
  font-size: 16px;
  color: #9ca3af;
  margin-bottom: 32px;
}
.error-content .buttons {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
}
.error-content .button {
  display: inline-block;
  background-color: #3b82f6;
  color: white;
  padding: 12px 24px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 500;
  transition: background-color 0.2s ease;
}
.error-content .button:hover {
  background-color: #3b82f6;
}

@media (max-width: 480px) {
  .error-code {
    font-size: 72px;
  }
  .error-title {
    font-size: 20px;
  }
  .error-message {
    font-size: 14px;
  }
  .button {
    padding: 10px 20px;
  }
}
.hero_video {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.hero_video .video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.hero_video .video-wrapper .background-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  pointer-events: none;
  display: block;
  backface-visibility: hidden;
  transform: translateZ(0);
}
.hero_video .hero-content {
  position: relative;
  top: 200px;
  z-index: 2;
  color: #fff;
  text-align: left;
  padding-left: 60px;
  border-radius: 8px;
  font-weight: 400;
}
.hero_video .hero-content h1 {
  color: #FFFFFF;
  font-size: 85px;
  line-height: 95px;
  font-weight: 400;
}
.hero_video .hero-content img {
  max-height: 250px;
  width: auto;
}
.hero_video .inner-content {
  max-width: 100%;
}
@media screen and (max-width: 1450px) {
  .hero_video .hero-content {
    position: relative;
    top: 200px;
    z-index: 2;
    color: #fff;
    text-align: left;
    padding-left: 60px;
    border-radius: 8px;
  }
  .hero_video .hero-content h1 {
    color: #FFFFFF;
    font-size: 80px;
    line-height: 95px;
    font-weight: 400;
  }
}
@media screen and (max-width: 800px) {
  .hero_video .hero-content {
    position: relative;
    top: 200px;
    z-index: 2;
    color: #fff;
    text-align: left;
    padding-left: 60px;
    border-radius: 8px;
  }
  .hero_video .hero-content h1 {
    color: #FFFFFF;
    font-size: 50px;
    line-height: 65px;
    font-weight: 400;
  }
}
@media screen and (max-width: 450px) {
  .hero_video .hero-content {
    position: relative;
    top: 200px;
    z-index: 2;
    color: #fff;
    text-align: left;
    padding-left: 20px;
    border-radius: 8px;
  }
  .hero_video .hero-content h1 {
    color: #FFFFFF;
    font-size: 35px;
    line-height: 50px;
    font-weight: 400;
  }
}

.about-content-section {
  padding-top: 70px;
}
.about-content-section .text-content-section {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  gap: 100px;
  justify-content: space-between;
  padding-bottom: 70px;
}
@media screen and (max-width: 1250px) {
  .about-content-section .text-content-section {
    gap: 50px;
  }
}
@media screen and (max-width: 500px) {
  .about-content-section .text-content-section {
    flex-direction: column;
    gap: 0px;
    align-items: flex-start;
  }
}
.about-content-section .usp-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  padding-bottom: 70px;
}
.about-content-section .usp-section .single_usp_title {
  border-bottom: 2px solid #000000;
  margin-bottom: 10px;
}
.about-content-section .usp-section .single_usp_title h3 {
  font-size: 45px;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 25px;
}
.about-content-section .usp-section .single_usp_discription h3 {
  font-size: 23px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (max-width: 500px) {
  .about-content-section .usp-section {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
}
@media screen and (max-width: 1150px) {
  .about-content-section .usp-section {
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
    gap: 10px;
  }
}

.certification-content-section {
  padding-top: 70px;
}
.certification-content-section h2 {
  margin-bottom: -35px;
}
@media (max-width: 1024px) {
  .certification-content-section h2 {
    margin-bottom: 0px;
  }
}
.certification-content-section .certification-wrapper {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 500px) {
  .certification-content-section .certification-wrapper {
    gap: 0px;
  }
}
.certification-content-section .certification-wrapper .certification-image {
  margin-top: 15px;
}
.certification-content-section .certification-wrapper .certification-image img {
  width: 100%;
}
@media (max-width: 1024px) {
  .certification-content-section .certification-wrapper .certification-image img {
    margin-bottom: -40px;
    width: 40%;
  }
}
@media (max-width: 500px) {
  .certification-content-section .certification-wrapper .certification-image img {
    margin-bottom: -20px;
  }
}
@media (max-width: 1024px) {
  .certification-content-section .certification-wrapper {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .certification-content-section .certification-wrapper .certification-content {
    text-align: start;
    order: 2;
  }
  .certification-content-section .certification-wrapper img {
    width: 400px;
  }
}
@media (max-width: 1024px) and (max-width: 780px) {
  .certification-content-section .certification-wrapper img {
    width: 300px;
  }
}
@media (max-width: 1024px) and (max-width: 500px) {
  .certification-content-section .certification-wrapper img {
    width: 250px;
  }
}
.inner-page-with-video .about-content-section-waper {
  gap: 50px;
  padding-bottom: 70px;
}
.inner-page-with-video .text-content-inner {
  display: flex;
  align-items: center;
  flex-direction: row;
}
@media screen and (max-width: 780px) {
  .inner-page-with-video .text-content-inner {
    flex-direction: column;
  }
}
.inner-page-with-video .text-content-inner {
  display: flex;
  align-items: center;
  flex-direction: row;
}
@media screen and (max-width: 780px) {
  .inner-page-with-video .text-content-inner {
    flex-direction: column;
  }
}
.inner-page-with-video .text-content-reverse {
  flex-direction: row-reverse;
}
.inner-page-with-video .text-content-reverse .title-section h2 {
  text-align: right;
}
@media screen and (max-width: 780px) {
  .inner-page-with-video .text-content-reverse {
    flex-direction: column;
  }
  .inner-page-with-video .text-content-reverse .title-section h2 {
    text-align: left;
  }
}
@media screen and (max-width: 780px) {
  .inner-page-with-video .col-6 {
    width: 100%;
  }
}

.inner-page-without-video {
  padding-top: 100px;
}
.inner-page-without-video .heading-content {
  padding: 50px 0px 15px 0px;
}
@charset "UTF-8";
/* SCSS Variables */
.header {
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
.header h1 {
  font-weight: 600;
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}
.header .date-category {
  color: #6c757d;
  font-size: 0.9rem;
}

.share-button {
  background-color: #0d6efd;
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.share-button:hover {
  background-color: #0d6efd;
}

.hero-section {
  background: linear-gradient(135deg, #f0fff4 0%, #e6f2ff 100%);
  border-radius: 10px;
  padding: 3rem;
  margin-bottom: 2rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.hero-section img {
  max-width: 80%;
  margin: 0 auto;
}
.hero-section .watermark {
  position: absolute;
  font-size: 3rem;
  opacity: 0.1;
  font-weight: bold;
  color: #0d6efd;
}
.hero-section .watermark.boost {
  top: 10%;
  left: 5%;
  transform: rotate(-20deg);
}
.hero-section .watermark.business {
  top: 20%;
  right: 5%;
  transform: rotate(15deg);
}
.hero-section .watermark.efficiency {
  bottom: 10%;
  left: 5%;
  transform: rotate(-10deg);
}

.section-title {
  font-weight: 600;
  color: #333;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

.content-section {
  margin-bottom: 2.5rem;
}

.benefits-list {
  list-style-type: none;
  padding-left: 0;
}
.benefits-list li {
  margin-bottom: 0.8rem;
  padding-left: 1.5rem;
  position: relative;
}
.benefits-list li:before {
  content: "•";
  color: #0d6efd;
  font-weight: bold;
  position: absolute;
  left: 0;
}
.benefits-list li strong {
  color: #0d6efd;
}

.numbered-list {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
.numbered-list li {
  margin-bottom: 0.8rem;
  padding-left: 2rem;
  position: relative;
}
.numbered-list li:before {
  content: counter(item) ".";
  counter-increment: item;
  color: #0d6efd;
  font-weight: bold;
  position: absolute;
  left: 0;
}
.numbered-list li strong {
  color: #0d6efd;
}

.erp-image {
  border-radius: 10px;
  overflow: hidden;
  margin: 2rem 0;
}
.erp-image img {
  width: 100%;
  height: auto;
}

.results-list {
  list-style-type: none;
  padding-left: 0;
}
.results-list li {
  margin-bottom: 0.8rem;
  padding-left: 1.5rem;
  position: relative;
}
.results-list li:before {
  content: "✓";
  color: #28a745;
  font-weight: bold;
  position: absolute;
  left: 0;
}

.conclusion {
  background-color: #e6f2ff;
  border-radius: 10px;
  padding: 2rem;
  margin-top: 2rem;
}
.conclusion p:last-child {
  margin-bottom: 0;
}

.highlight {
  color: #0d6efd;
  font-weight: 600;
}

@media (max-width: 768px) {
  .hero-section {
    padding: 2rem 1rem;
  }
  .watermark {
    display: none;
  }
}
.search-form {
  width: 100%;
  max-width: 600px;
  margin: 1rem 0;
  transition: transform 0.3s ease;
}
.search-form.focused {
  transform: scale(1.02);
}

.search-input-container {
  position: relative;
  width: 100%;
}

.search-icon {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #666666;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-input {
  width: 100%;
  padding: 10px 40px 10px 18px !important;
  font-size: 1rem;
  border: 2px solid #e5e5e5 !important;
  border-radius: 10px !important;
  outline: none;
  transition: all 0.3s ease;
}
.search-input:focus {
  border-color: #0070f3;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
}
.search-input::-moz-placeholder {
  color: #666666;
}
.search-input::placeholder {
  color: #666666;
}

.clear-button {
  position: absolute;
  right: 6rem;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #666666;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
}
.clear-button:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.search-button {
  position: absolute;
  right: 0.25rem;
  top: 50%;
  transform: translateY(-50%);
  background-color: #0070f3;
  color: white;
  border: none;
  border-radius: 9999px;
  padding: 0.5rem 1.25rem;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.search-button:hover {
  background-color: #0070f3;
}

.search-items {
  padding-left: 0;
  margin-left: 0;
}
.search-items li {
  list-style: none;
  margin-bottom: 32px;
}
.search-items li:hover a {
  text-decoration: underline;
  color: #B9202D;
}
.search-items li:hover a .blog-title {
  color: #B9202D;
}
.search-items li:hover a .blog-title .arrow-svg svg {
  fill: #B9202D;
}
.search-items li .blog-title {
  font-size: 22px;
}
.search-items li .blog-title .arrow-svg {
  font-size: 14px;
}
.search-items li .blog-title .arrow-svg svg {
  margin-top: -8px;
  height: 14px;
  width: 14px;
  fill: #223761;
}