@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.btn {
  border-radius: 30px;
  padding: 10px 25px;
  font-size: 12px;
  font-family: "Poppins";
  font-weight: 700;
  letter-spacing: 0.3px;
}
.btn-gn-primary {
  background-color: #ff6f61;
  color: white;
  border: none;
  transition: all 0.3s;
}
.btn-gn-primary.custom {
  padding: 13px 40px;
}
.btn-gn-primary.btn-hero {
  padding: 12px 20px;
}
.btn-gn-primary.btn-pricing {
  padding: 18px 36px;
}
.btn-gn-primary.white-bg {
  background-color: white;
  color: #ff6f61;
  padding: 12px 28px;
  letter-spacing: 0.3px;
}
.btn-gn-primary.white-bg:hover {
  background-color: white !important;
  color: #ff6f61 !important;
}
.btn-gn-primary:hover {
  transform: translate(0px, -3px);
  background-color: #ff6f61;
  color: white;
}
.btn-gn-secondary {
  background-color: transparent;
  color: #ff6f61;
  border: 1px solid #ff6f61;
  transition: all 0.3s;
}
.btn-gn-secondary:hover {
  transform: translate(0px, -3px);
  background-color: transparent;
  border: 1px solid #ff6f61;
  color: #ff6f61;
}
.btn-gn-secondary.custom {
  padding: 17px 43px;
  border-width: 2px;
  white-space: nowrap;
}
.btn-gn-link {
  color: #ff6f61;
  background-color: transparent;
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
}
.btn-gn-link.custom {
  background: #fff;
  padding: 10px 12px;
}
.btn-gn-link.reverse {
  color: #3b3b3b;
  font-size: 12px;
  font-weight: 600;
  gap: 6px;
  text-transform: uppercase;
}
.btn-gn-link svg {
  transition: transform 0.3s ease-in-out;
}
.btn-gn-link:hover {
  color: #ff6f61;
  cursor: pointer;
}
.btn-gn-link:hover.reverse svg {
  transform: translateX(-5px);
}
.btn-gn-link:hover svg {
  transform: translateX(5px);
}
.btn-gn-modal {
  padding: 21px 43px;
}

header {
  position: relative;
  z-index: 10;
}

.gn-navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 21px 0;
  width: 100%;
  position: relative;
}
.gn-navbar-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  width: 100%;
}
@media (max-width: 992px) {
  .gn-navbar-content {
    display: none;
  }
}
.gn-navbar-logo {
  padding: 0 26px 0 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gn-navbar-logo img {
  max-width: 85px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gn-navbar-buttons {
  display: flex;
  align-items: center;
  gap: 11px;
}
.gn-navbar-buttons .btn {
  min-width: 157px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .gn-navbar-buttons .btn {
    font-size: 10px;
    min-width: 120px;
  }
}
.gn-navbar .navbar-nav {
  display: flex;
  align-items: center;
  justify-content: center;
}
.gn-navbar .navbar-nav li {
  list-style: none;
  padding: 0 15px !important;
  transition: ease-in-out;
}
.gn-navbar .navbar-nav li .nav-link {
  text-decoration: none;
  color: black;
  font-size: 14px;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
  padding: 0 !important;
  border-bottom: 4px solid transparent;
  letter-spacing: 0.5px;
}
.gn-navbar .navbar-nav li .nav-link:hover {
  color: #ff6f61;
}
.gn-navbar .navbar-nav li .nav-link.active {
  transition: all 0.3s ease-in-out;
  border-bottom: 4px solid #ff6f61;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .gn-navbar .navbar-nav li .nav-link {
    font-size: 12px;
  }
}
.gn-navbar-toggle {
  display: none;
  cursor: pointer;
  width: 24px;
  height: 24px;
  border: none;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='18.286' viewBox='0 0 24 18.286'%3E%3Cpath id='np_menu_1561735_FFFFFF' d='M9.429,18a1.429,1.429,0,0,0,0,2.857H30.571a1.429,1.429,0,0,0,0-2.857Zm0,7.714a1.429,1.429,0,1,0,0,2.857H30.571a1.429,1.429,0,0,0,0-2.857Zm0,7.714a1.429,1.429,0,0,0,0,2.857H30.571a1.429,1.429,0,0,0,0-2.857Z' transform='translate(-8 -18)' fill='%23ff6f61'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 992px) {
  .gn-navbar-toggle {
    display: block;
  }
}
.gn-navbar-accordion .accordion-button {
  padding: 0 !important;
}
.gn-navbar-accordion .accordion-button:focus {
  box-shadow: none;
}
.gn-navbar-accordion .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}
.gn-navbar-accordion .accordion-body {
  display: flex;
  flex-direction: column;
  padding: 20px 0 0 0;
}
.gn-navbar-accordion .accordion-body .inner-nav-item {
  font-size: 15px;
  font-weight: 300;
  color: #3b3b3b;
  text-decoration: none;
  padding-bottom: 13px;
}
.gn-navbar-accordion .accordion-body .inner-nav-item:last-child {
  padding-bottom: 0;
}
.gn-navbar-accordion .accordion-body .inner-nav-item.active {
  color: #ff6f61;
}

.navbar-container {
  border-bottom: 1px solid #d6d6d6;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.pdFullScreenNav {
  width: 100%;
  height: 100%;
  visibility: hidden;
  box-sizing: border-box;
  transform: scale(0.9);
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000000;
  opacity: 0;
  overflow: hidden;
  overflow-y: auto;
  text-align: center;
  transition: visibility 0s 0.5s, opacity 0.5s, transform 0.5s;
}
.pdFullScreenNav.show {
  visibility: visible;
  transform: scale(1);
  opacity: 1;
  transition-delay: 0s;
}
.pdFullScreenNav.show .gn-navbar-toggle {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.286' height='18.286' viewBox='0 0 18.286 18.286'%3E%3Cpath id='np_x_2939490_000000' d='M22.933,5.357a1.219,1.219,0,0,0-1.724,0l-7.062,7.062L7.084,5.357A1.219,1.219,0,0,0,5.36,7.081l7.062,7.062L5.36,21.206a1.219,1.219,0,0,0,1.724,1.724l7.062-7.062,7.062,7.062a1.219,1.219,0,0,0,1.724-1.724l-7.062-7.062,7.062-7.062a1.219,1.219,0,0,0,0-1.724Z' transform='translate(-5.004 -5)' fill='%23ff6f5f'/%3E%3C/svg%3E%0A");
}
.pdFullScreenNav .pdFullScreenNav-top {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .pdFullScreenNav .pdFullScreenNav-top {
    padding: 21px 32px;
  }
}
.pdFullScreenNav .pdFullScreenNav-top .navbar-brand {
  padding: 0 26px 0 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pdFullScreenNav .pdFullScreenNav-top .navbar-brand img {
  max-width: 85px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pdFullScreenNav .pdFullScreenNav-main {
  display: flex;
  height: calc(100% - 80px);
  width: 100%;
}
@media (max-width: 992px) {
  .pdFullScreenNav .pdFullScreenNav-main {
    padding: 21px 32px;
  }
}
.pdFullScreenNav .pdFullScreenNav-main .navbar-content {
  text-align: start;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.pdFullScreenNav .pdFullScreenNav-main .navbar-content .navbar-nav {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.pdFullScreenNav .pdFullScreenNav-main .navbar-content .navbar-nav .nav-link {
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  opacity: 0;
  transform: translateX(-20px);
  animation: slideIn 0.5s forwards;
}
.pdFullScreenNav .pdFullScreenNav-main .navbar-content .navbar-nav .nav-link:nth-child(1) {
  animation-delay: 0.1s;
}
.pdFullScreenNav .pdFullScreenNav-main .navbar-content .navbar-nav .nav-link:nth-child(2) {
  animation-delay: 0.2s;
}
.pdFullScreenNav .pdFullScreenNav-main .navbar-content .navbar-nav .nav-link:nth-child(3) {
  animation-delay: 0.3s;
}
.pdFullScreenNav .pdFullScreenNav-main .navbar-content .navbar-nav .nav-link:nth-child(4) {
  animation-delay: 0.4s;
}
.pdFullScreenNav .pdFullScreenNav-main .navbar-content .navbar-nav .nav-link.active {
  color: #ff6f61;
}
.pdFullScreenNav .pdFullScreenNav-main .navbar-content .gn-navbar-buttons {
  display: flex;
  flex-direction: column;
  gap: 11px;
  width: 100%;
  opacity: 0;
  transform: translateX(-20px);
  animation: slideIn 0.5s forwards;
}
@media (min-width: 600px) and (max-width: 992px) {
  .pdFullScreenNav .pdFullScreenNav-main .navbar-content .gn-navbar-buttons {
    flex-direction: row;
  }
}
.pdFullScreenNav .pdFullScreenNav-main .navbar-content .gn-navbar-buttons .btn {
  width: 100%;
  padding: 15px 0;
}
.pdFullScreenNav .pdFullScreenNav-main .navbar-content .gn-navbar-buttons a:first-child {
  animation-delay: 1s;
}
.pdFullScreenNav .pdFullScreenNav-main .navbar-content .gn-navbar-buttons a:nth-child(2) {
  animation-delay: 0.4s;
}

@keyframes hideMegaMenu {
  from {
    opacity: 1;
    visibility: visible;
    height: auto;
  }
  to {
    opacity: 0;
    visibility: hidden;
    height: 0;
  }
}
/* Mega Menu */
.mega-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 950px;
  padding-top: 20px;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  border: none;
  visibility: hidden;
  display: block;
  opacity: 0;
  overflow: hidden;
  width: 900px;
  height: 0;
  z-index: 1000;
  padding: 0 !important;
  transition: all 0.3s ease-in-out;
  border-radius: 0 !important;
}
.mega-menu-content {
  display: flex;
  justify-content: space-between;
}
.mega-menu-list {
  list-style: none;
  margin: 0;
  padding: 27px 0 0 20px;
}
.mega-menu-list li {
  margin-bottom: 33px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.mega-menu-list li img {
  width: 22px;
  max-width: 100%;
}
.mega-menu-list li a {
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  font-size: 14px;
  font-weight: 500;
}
.mega-menu-list li a span {
  background-color: #ff5a5f;
  color: #fff;
  padding: 1px 9px;
  font-size: 10px;
  font-weight: 600;
  border-radius: 3px;
  margin-left: 5px;
  border-radius: 10px;
}
.mega-menu-list li a:hover {
  color: #ff6f61;
}
.mega-menu-image {
  text-align: center;
  background-color: #ff6f61;
  padding: 64px 30px 70px 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.mega-menu-image p {
  font-size: 20px !important;
  font-weight: 500 !important;
  color: #fff !important;
  text-align: start !important;
  margin-top: 10px;
  color: #333;
  font-weight: bold;
}
.mega-menu-image .btn {
  align-self: center;
  margin-top: 20px;
}
.mega-menu-image img {
  max-width: 100%;
  height: auto;
}
.mega-menu.show {
  visibility: visible;
  opacity: 1;
  width: 950px;
  height: auto;
  transition: all 0.3s ease-in-out;
}
.mega-menu.show.hiding {
  animation: hideMegaMenu 0.3s ease-in-out;
  transition: all 0.3s linear;
}

.gn-footer {
  background: #28334a;
  padding: 60px 0px;
}
@media (max-width: 600px) {
  .gn-footer {
    padding: 40px 20x;
  }
}
.gn-footer-logo {
  max-width: 34px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.gn-footer-menu {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.gn-footer-menu .menuItem {
  text-decoration: none;
  color: #ffffff;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 12px;
  transition: all 0.3s;
  opacity: 0.9;
}
.gn-footer-menu .menuItem:hover {
  color: #ff6f61;
}
.gn-footer-middle {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 600px) {
  .gn-footer-middle {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.gn-footer-middle-tab {
  color: #ffffff;
  font-family: "Poppins";
  font-weight: 200;
  font-size: 10px;
  opacity: 0.5;
}
.gn-footer .sc-icons {
  display: flex;
  gap: 10px;
  padding-top: 15px;
}
.gn-footer .sc-icons .sc-link img {
  width: 26px;
  height: 26px;
}
.gn-footer-bottom-text {
  color: #ffffff;
  font-family: "Poppins";
  font-weight: 200;
  font-size: 10px;
  opacity: 0.5;
  padding-top: clamp(20px, 2vw, 58px);
}

h1,
h2,
h3,
h4,
p {
  margin-bottom: 0;
}

h1 {
  color: #ffffff;
  font-size: clamp(33px, 5vw, 48px);
  font-weight: 600;
}

h2 {
  color: #3b3b3b;
  font-size: clamp(18px, 2vw, 26px);
  font-weight: 600;
}

h3 {
  color: #ff6f61;
  font-size: clamp(20px, 4vw, 24px);
  font-weight: 600;
}

h4 {
  color: #3b3b3b;
  font-size: clamp(16px, 3vw, 22px);
  font-weight: 600;
}

h5 {
  color: #3b3b3b;
  font-size: clamp(14px, 2vw, 14px);
  font-weight: 600;
}

p {
  margin: 0;
}

.gn-custom-input {
  border: none;
  padding: 10px 10px;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  border-bottom: 1px solid #d6d6d6;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 390px;
  background: transparent;
}
.gn-custom-input-icon {
  border-bottom: none;
}
.gn-custom-input:focus-visible {
  outline: none;
}

@media (max-width: 600px) {
  br {
    display: none;
  }
}

.page-badge {
  font-size: 14px;
  font-family: Poppins;
  font-weight: 500;
  color: #28334a;
  text-transform: uppercase;
}

.section-wrapper {
  padding: 50px 0;
}
.section-wrapper.section-bg {
  background: #f8f8f8 !important;
}

.blog-section-wrapper {
  padding: 25px 0;
}
.blog-section-wrapper.custom-wrapper {
  padding-bottom: 65px;
}
@media (max-width: 600px) {
  .blog-section-wrapper.custom-wrapper {
    padding-bottom: 20px;
  }
}

.custom-container.section-container {
  padding: 0 30px;
}
@media (max-width: 992px) {
  .custom-container.section-container {
    padding: 0;
  }
}
@media (max-width: 600px) {
  .custom-container {
    padding: 0 20px !important;
  }
}

.custom-row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Keyframes for animations */
@keyframes slideFadeInLeft {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideFadeInRight {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideFadeInTop {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.section-animate-left,
.section-animate-right,
.section-animate-top {
  opacity: 0;
  transform: translateX(0);
}
@media (max-width: 600px) {
  .section-animate-left,
  .section-animate-right,
  .section-animate-top {
    opacity: 1;
  }
}

.section-animate-left.animate {
  animation: slideFadeInLeft 1s ease-out forwards;
}
@media (max-width: 600px) {
  .section-animate-left.animate {
    animation: none;
  }
}

.section-animate-right.animate {
  animation: slideFadeInRight 1s ease-out forwards;
}
@media (max-width: 600px) {
  .section-animate-right.animate {
    animation: none;
  }
}

.section-animate-top.animate {
  animation: slideFadeInTop 1s linear forwards;
}
@media (max-width: 600px) {
  .section-animate-top.animate {
    animation: none;
  }
}

.gn-testimonials-swiper-btn {
  border-radius: 30px;
  transition: all 0.3s ease-in-out;
}
.gn-testimonials-swiper-btn-next {
  width: 35px !important;
  height: 35px !important;
  border-radius: 30px;
  background-color: #ff6f61;
  top: 6% !important;
  right: 10px !important;
}
.gn-testimonials-swiper-btn-next.swiper-button-disabled {
  background-color: #d5d7e2 !important;
}
.gn-testimonials-swiper-btn-next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background: url("../images/home/testimonials/icons/arrow-right.svg") no-repeat center;
  background-size: contain;
  transition: all 0.3s;
}
.gn-testimonials-swiper-btn-prev {
  width: 35px !important;
  height: 35px !important;
  border-radius: 30px;
  background-color: #ff6f61;
  top: 6% !important;
  right: 65px !important;
  left: initial;
  transition: all 0.3s ease-in-out;
}
.gn-testimonials-swiper-btn-prev.swiper-button-disabled {
  background-color: #d5d7e2 !important;
}
.gn-testimonials-swiper-btn-prev::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background: url("../images/home/testimonials/icons/arrow-left.svg") no-repeat center;
  background-size: contain;
  transition: all 0.3s;
}

.about-swiper-btn {
  border-radius: 30px;
  transition: all 0.3s ease-in-out;
}
.about-swiper-btn-next {
  width: 35px !important;
  height: 35px !important;
  border-radius: 30px;
  background-color: transparent;
  border: 1px solid #ff6f61;
}
.about-swiper-btn-next.swiper-button-disabled {
  background-color: transparent !important;
  border: 1px solid #acb0b9;
}
.about-swiper-btn-next.swiper-button-disabled::after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.525' height='18.177' viewBox='0 0 9.525 18.177'%3E%3Cpath id='Path_3669' data-name='Path 3669' d='M49.982,32.4c.009-.018.021-.037.029-.057a.6.6,0,0,0,.02-.064c.005-.02.013-.039.017-.059s.005-.043.008-.066a.382.382,0,0,0,0-.126.561.561,0,0,0-.008-.066.5.5,0,0,0-.017-.059c-.007-.022-.012-.043-.02-.064a.457.457,0,0,0-.029-.057.682.682,0,0,0-.033-.06.527.527,0,0,0-.042-.053.4.4,0,0,0-.037-.046l-8.177-8.416a.673.673,0,1,0-.965.939l7.721,7.944-7.722,7.947a.673.673,0,1,0,.965.939l8.177-8.416c.013-.014.024-.03.037-.046a.527.527,0,0,0,.042-.053c.013-.02.024-.041.034-.06Z' transform='translate(-40.537 -23.006)' fill='%23acb0b9'/%3E%3C/svg%3E%0A") no-repeat center;
}
.about-swiper-btn-next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 18px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.525' height='18.177' viewBox='0 0 9.525 18.177'%3E%3Cpath id='Path_3669' data-name='Path 3669' d='M49.982,32.4c.009-.018.021-.037.029-.057a.6.6,0,0,0,.02-.064c.005-.02.013-.039.017-.059s.005-.043.008-.066a.382.382,0,0,0,0-.126.561.561,0,0,0-.008-.066.5.5,0,0,0-.017-.059c-.007-.022-.012-.043-.02-.064a.457.457,0,0,0-.029-.057.682.682,0,0,0-.033-.06.527.527,0,0,0-.042-.053.4.4,0,0,0-.037-.046l-8.177-8.416a.673.673,0,1,0-.965.939l7.721,7.944-7.722,7.947a.673.673,0,1,0,.965.939l8.177-8.416c.013-.014.024-.03.037-.046a.527.527,0,0,0,.042-.053c.013-.02.024-.041.034-.06Z' transform='translate(-40.537 -23.006)' fill='%23ea7360'/%3E%3C/svg%3E%0A") no-repeat right;
  background-size: contain;
  transition: all 0.3s;
}
.about-swiper-btn-prev {
  width: 35px !important;
  height: 35px !important;
  border: 1px solid #ff6f61;
  border-radius: 30px;
  background-color: transparent !important;
  transition: all 0.3s ease-in-out;
}
.about-swiper-btn-prev.swiper-button-disabled {
  background-color: transparent !important;
  border: 1px solid #acb0b9;
}
.about-swiper-btn-prev.swiper-button-disabled::after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.525' height='18.177' viewBox='0 0 9.525 18.177'%3E%3Cpath id='Path_3669' data-name='Path 3669' d='M40.616,32.4c-.009-.018-.021-.037-.029-.057a.6.6,0,0,1-.02-.064c-.005-.02-.013-.039-.017-.059s-.005-.043-.008-.066a.382.382,0,0,1,0-.126.561.561,0,0,1,.008-.066.5.5,0,0,1,.017-.059c.007-.022.012-.043.02-.064a.457.457,0,0,1,.029-.057.682.682,0,0,1,.033-.06.527.527,0,0,1,.042-.053.4.4,0,0,1,.037-.046L48.9,23.211a.673.673,0,1,1,.965.939l-7.721,7.944,7.722,7.947a.673.673,0,1,1-.965.939l-8.177-8.416c-.013-.014-.024-.03-.037-.046a.527.527,0,0,1-.042-.053c-.013-.02-.024-.041-.034-.06Z' transform='translate(-40.537 -23.006)' fill='%23acb0b9'/%3E%3C/svg%3E%0A") no-repeat center;
}
.about-swiper-btn-prev::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 18px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.525' height='18.177' viewBox='0 0 9.525 18.177'%3E%3Cpath id='Path_3669' data-name='Path 3669' d='M40.616,32.4c-.009-.018-.021-.037-.029-.057a.6.6,0,0,1-.02-.064c-.005-.02-.013-.039-.017-.059s-.005-.043-.008-.066a.382.382,0,0,1,0-.126.561.561,0,0,1,.008-.066.5.5,0,0,1,.017-.059c.007-.022.012-.043.02-.064a.457.457,0,0,1,.029-.057.682.682,0,0,1,.033-.06.527.527,0,0,1,.042-.053.4.4,0,0,1,.037-.046L48.9,23.211a.673.673,0,1,1,.965.939l-7.721,7.944,7.722,7.947a.673.673,0,1,1-.965.939l-8.177-8.416c-.013-.014-.024-.03-.037-.046a.527.527,0,0,1-.042-.053c-.013-.02-.024-.041-.034-.06Z' transform='translate(-40.537 -23.006)' fill='%23ea7360'/%3E%3C/svg%3E%0A") no-repeat left;
  background-size: contain;
  transition: all 0.3s;
}

.blog-card {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #d5d5d5;
  transition: all 0.3s ease-in-out;
}
.blog-card-img {
  overflow: hidden;
}
.blog-card-img img {
  transition: all 0.3s ease-in-out;
  max-width: 100%;
}
.blog-card:hover .blog-card-img img {
  transform: scale(1.1);
}
.blog-card-content {
  padding: 24px 20px 20px 20px;
  background: #ffffff;
  border-top: none !important;
  flex: 1;
  height: auto;
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .blog-card-content {
    padding: 20px 15px 15px 15px;
  }
}
.blog-card-content .content-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blog-card-content .content-top .left {
  display: flex;
  align-items: center;
  gap: 6px;
}
.blog-card-content .content-top .left .date {
  font-size: 10px;
  font-weight: 400;
  color: #464646;
  margin-bottom: 5px;
}
.blog-card-content .content-top .left .type-badge {
  font-size: 9px;
  font-weight: 500;
  text-transform: uppercase;
  background: #ff6f61;
  color: #ffffff;
  padding: 2px 20px;
  border-radius: 8px;
}
.blog-card-content .content-top .right {
  display: flex;
  align-items: center;
  gap: 6px;
}
.blog-card-content .content-top .right .duration {
  font-size: 12px;
  font-weight: 500;
  font-family: "Open Sans";
  color: #434343;
}
.blog-card-content .content-main .title {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
.blog-card-content .content-bottom {
  flex: 1;
  display: flex;
  align-items: flex-end;
}
.blog-card-content .content-bottom .link {
  font-size: 11px;
  font-weight: 600;
  color: #ff6f61;
  text-decoration: none;
  margin-top: 10px;
}
.blog-card.mega-card {
  display: flex;
  flex-direction: column;
  max-height: none;
  grid-column: 1/3;
  grid-row: 1/4;
}
@media (max-width: 1200px) {
  .blog-card.mega-card {
    grid-column: 1/4;
    grid-row: 1/4;
  }
}
@media (max-width: 600px) {
  .blog-card.mega-card {
    grid-column: initial;
    grid-row: initial;
  }
}
.blog-card.mega-card .blog-card-img {
  z-index: -1;
  transition: all 0.3s ease-in-out;
  height: 100%;
  overflow: hidden;
  max-width: 100%;
}
.blog-card.mega-card .blog-card-img img {
  transition: transform 0.3s ease-in-out;
  max-width: 100%;
  transform: scale(1);
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 600px) {
  .blog-card.mega-card .blog-card-img img {
    aspect-ratio: 5/3;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.blog-card.mega-card .blog-card-content {
  padding: 24px 34px 18px 32px;
}
@media (max-width: 600px) {
  .blog-card.mega-card .blog-card-content {
    padding: 20px 15px 15px 15px;
  }
  .blog-card.mega-card .blog-card-content .content-top {
    margin-bottom: 5px;
  }
}
.blog-card.mega-card .blog-card-content .content-top .date {
  margin: 0 !important;
}
.blog-card.mega-card .blog-card-content .content-top .type-badge {
  line-height: normal;
}
.blog-card.mega-card .blog-card-content .content-main .title {
  font-size: clamp(16px, 3vw, 23px);
  font-weight: 600;
  color: #404040;
  margin-top: 10px !important;
}
.blog-card.mega-card .blog-card-content .content-main .desc {
  font-size: clamp(12px, 2vw, 14px);
  font-weight: 400;
  color: #434343;
  width: 77%;
}
@media (max-width: 600px) {
  .blog-card.mega-card .blog-card-content .content-main .desc {
    width: 90%;
  }
}
.blog-card.mega-card:hover {
  transition: transform 0.3s ease-in-out;
}
.blog-card.mega-card:hover .blog-card-img img {
  transform: scale(1.1);
}
.blog-card.reverse-card {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.blog-card.reverse-card .content-main .title {
  margin-top: 10px !important;
}
.blog-card.reverse-card .blog-card-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  max-width: 150px;
}
.blog-card.reverse-card .blog-card-img .type-badge {
  padding: 1px 7.5px;
  background: #ff6f61;
  color: #ffffff;
  font-size: 9px;
  font-weight: 600;
  position: absolute;
  right: 0;
  bottom: 15px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  min-width: 65px;
  max-width: 100%;
  display: flex;
  justify-content: center; /* Center the text horizontally */
  align-items: center; /* Center the text vertically */
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap; /* Prevent text wrapping */
  z-index: 9999999;
}
.blog-card.reverse-card .blog-card-img img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease-in-out;
}
@media (max-width: 600px) {
  .blog-card.reverse-card .blog-card-img img {
    aspect-ratio: 5/3;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.blog-card.reverse-card .right {
  gap: 4px;
}
.blog-card.reverse-card .date {
  margin-bottom: 0 !important;
}
@media (max-width: 1200px) {
  .blog-card.reverse-card {
    flex-direction: column;
  }
  .blog-card.reverse-card .blog-card-img {
    height: auto;
    max-width: 100%;
  }
}

.nav-pills {
  display: flex;
  gap: 10px;
  align-items: center;
}
.nav-pills .nav-link {
  padding: 1px 13px;
  border-radius: 16px;
  font-size: 14px;
  font-weight: 500;
  color: #9f9faa;
  background: #e0e0e0;
  transition: all 0.3s ease-in-out;
}
.nav-pills .nav-link.active {
  background: #ff6f61;
  color: #ffffff;
}

.feature-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  justify-items: center;
  -moz-column-gap: 50px;
       column-gap: 50px;
  row-gap: 30px;
  padding: 0 30px;
}
@media (max-width: 992px) {
  .feature-cards {
    -moz-column-gap: 30px;
         column-gap: 30px;
    padding: 0;
  }
  .feature-cards .feature-cards-card {
    flex-direction: column;
  }
}
@media (max-width: 600px) {
  .feature-cards {
    grid-template-columns: 1fr;
    padding: 0;
  }
}
.feature-cards.office-cards .title {
  margin-bottom: 9px !important;
}
.feature-cards.finance-cards .desc span:before {
  top: 23% !important;
}
.feature-cards-card {
  display: flex;
  gap: 14px;
  padding: 24px 17px;
  border-radius: 14px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  height: auto;
  max-height: -moz-max-content;
  max-height: max-content;
  width: 100%;
}
@media (max-width: 992px) {
  .feature-cards-card {
    padding-left: 20px;
  }
  .feature-cards-card .desc span {
    padding-left: 20px;
  }
  .feature-cards-card .desc span:before {
    left: 0 !important;
  }
}
.feature-cards-card .icon img {
  max-width: 100%;
  width: 34px;
}
.feature-cards-card .content {
  margin-top: 7px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.feature-cards-card .content .title {
  color: #3c3c3c;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 14px;
}
.feature-cards-card .content .desc {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #3c3c3c;
  font-size: 14px;
  font-weight: 400;
  height: auto;
  flex: 1;
  width: 93%;
}
.feature-cards-card .content .desc span {
  position: relative;
}
.feature-cards-card .content .desc span:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background: rgba(234, 118, 107, 0.4);
  border-radius: 50%;
  left: -15px;
  top: 10%;
}
.feature-cards-card:nth-child(even) .desc {
  width: 90%;
}

.hero-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.blog-cta {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  overflow: hidden;
}
.blog-cta-top {
  padding: 25px 50px 18px 30px;
  background: #ff6f61;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  position: relative;
}
.blog-cta-top:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='110.052' height='102.292' viewBox='0 0 110.052 102.292'%3E%3Cg id='np_send-mail_3627071_EA7360' transform='translate(-8.502 -13.728)' opacity='0.168'%3E%3Cpath id='Path_3667' data-name='Path 3667' d='M89.967,113.338a3.127,3.127,0,0,1-1.839-.607L48.515,83.859l18.04-20.845L42.745,80.345,10.409,64.8a3.542,3.542,0,0,1,.124-6.345l104.1-44.5a2.7,2.7,0,0,1,2.978.563,3.14,3.14,0,0,1,.829,3.1L93.089,110.839a3.376,3.376,0,0,1-2.02,2.29,3.063,3.063,0,0,1-1.1.21ZM56.388,82.9l32.464,23.659,23.282-85.6-95.458,40.8L42.213,74.038,80.877,45.91a2.692,2.692,0,0,1,3.7.508,3.124,3.124,0,0,1-.062,3.973ZM116.564,19.067Zm-3.1-2.99Z' transform='translate(0 0)' fill='%23fff'/%3E%3Cpath id='Path_3668' data-name='Path 3668' d='M35.148,95.328a3,3,0,0,1-.986-.166,2.963,2.963,0,0,1-1.982-2.8l-.005-33.708h5.187v27.4L50.55,69.583,54.6,72.825,37.471,94.213a2.953,2.953,0,0,1-2.324,1.115Z' transform='translate(7.704 20.692)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: 140px;
  background-position: right;
  background-repeat: no-repeat;
}
.blog-cta-main {
  padding: 38px 25px 25px 25px;
  background: white;
  display: flex;
  flex-direction: column;
}
.blog-cta-main .gn-custom-input {
  margin-bottom: 30px;
  min-width: 150px;
  width: 100%;
  max-width: 100%;
}
.blog-cta-main .btn {
  align-self: flex-end;
}
.blog-cta.white-paper {
  padding: 33px 25px 23px 26px;
}
.blog-cta.white-paper .blog-cta-main {
  padding: 0;
}
.blog-cta.white-paper .blog-cta-main h5 {
  color: #ff6f61;
  margin-bottom: 25px;
}
.blog-cta.white-paper .blog-cta-main .desc {
  font-size: 10px;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 16px;
}
@media (max-width: 600px) {
  .blog-cta.white-paper .blog-cta-main .desc {
    line-height: normal;
  }
}

.modal {
  width: 100%;
}
.modal-dialog {
  max-width: 800px !important;
}
.modal-body {
  padding: 14px 0 0 0;
}
.modal-body p {
  font-size: 16px;
  font-family: "Open Sans";
  font-weight: 400;
  text-align: center;
  margin-bottom: 40px;
}
.modal-body form {
  padding: 0 20px;
}
.modal-body form .form-label {
  font-size: 13px;
  font-family: "Open Sans";
  font-weight: 400;
  opacity: 0.7;
}
.modal-body form .form-check-label {
  font-size: 13px;
  font-family: "Open Sans";
  font-weight: 400;
}
.modal-body form .form-check-input:checked {
  background-color: #ff6f61;
  border-color: #ff6f61;
}
.modal-body form .form-check-input:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 111, 97, 0.25);
}
.modal-body form .btn {
  display: flex;
  justify-content: center;
  align-self: center;
  margin: 0 auto;
}
.modal-content {
  padding: 70px 90px 50px 90px;
  border-radius: 8px;
  position: relative;
}
.modal-header {
  border-bottom: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0;
}
.modal-header .close-btn-part {
  align-self: flex-end;
  position: absolute;
  top: 44px;
  right: 42px;
}
.modal-title {
  font-size: clamp(20px, 3vw, 30px);
  font-family: "Open Sans";
  font-weight: 400;
}
.modal .btn-close {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23.037' height='23.036' viewBox='0 0 23.037 23.036'%3E%3Cg id='np_close_65508_EA7360' transform='translate(-30.724 -29.692)'%3E%3Cpath id='Path_3696' data-name='Path 3696' d='M32.138,52.728a1.412,1.412,0,0,1-1-2.412L51.348,30.107a1.413,1.413,0,0,1,2,2L33.137,52.315A1.409,1.409,0,0,1,32.138,52.728Z' transform='translate(0)' fill='%23ea7360'/%3E%3Cpath id='Path_3697' data-name='Path 3697' d='M52.347,52.728a1.409,1.409,0,0,1-1-.413L31.138,32.106a1.413,1.413,0,0,1,2-2L53.346,50.316a1.412,1.412,0,0,1-1,2.412Z' transform='translate(0 0)' fill='%23ea7360'/%3E%3C/g%3E%3C/svg%3E%0A");
  border: none;
  width: 23px;
  height: 23px;
}
.modal .btn-close:focus {
  box-shadow: none;
}
.modal .btn-gn-primary {
  background-color: #ff6f61;
  color: white;
}

.price-type {
  display: flex;
  align-items: center;
  gap: 6px;
}
@media (max-width: 600px) {
  .price-type {
    justify-content: center !important;
  }
}
.price-type img {
  width: 16px;
  height: 11px;
  max-width: 100%;
}
.price-type p {
  font-size: 12px;
  font-weight: 400;
}
.price-type-row {
  display: flex;
  align-items: center;
  gap: 18px;
  padding-bottom: 20px;
}
@media (max-width: 600px) {
  .price-type-row {
    justify-content: center;
  }
}

.all-types-label {
  padding: 30px 0;
  border-bottom: 1px solid #d6d6d6;
}
.all-types-label h4 {
  font-size: 22px;
  font-weight: 400;
}

.gn-pricing-cards-card {
  position: sticky !important;
  top: 0 !important;
  z-index: 10 !important;
}

.gn-about-swiper-pagination {
  display: none;
}
@media (max-width: 600px) {
  .gn-about-swiper-pagination {
    display: block;
  }
  .gn-about-swiper-pagination .swiper-pagination-bullet {
    background: #ff6f61;
    width: 8px;
    height: 8px;
    border-radius: 50%;
  }
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: Poppins;
}

.gn-hero {
  display: flex;
}
.gn-hero-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 0 0 44%;
}
@media (max-width: 1024px) {
  .gn-hero-content {
    flex: 0 0 60%;
  }
}
@media (max-width: 768px) {
  .gn-hero-content {
    flex: 0 0 90%;
  }
}
@media (max-width: 600px) {
  .gn-hero-content {
    flex: 0 0 100%;
  }
  .gn-hero-content h1,
  .gn-hero-content p {
    width: 76%;
  }
}
.gn-hero-content p {
  color: #ffffff;
  font-size: clamp(13px, 1.5vw, 16px);
  font-weight: 400;
}
.gn-hero-content .gn-hero-form {
  display: flex;
  gap: 16px;
  margin-top: 16px;
  width: 100%;
  max-width: 400px;
  border-radius: 26px;
  background: #ffffff;
  padding: 4px;
  overflow: hidden;
}
.gn-hero-content .gn-hero-form .form-control:focus {
  box-shadow: none;
}
.gn-hero-content .gn-hero-form input {
  padding: 12px 24px;
  border: none;
  border-radius: 4px;
  font-size: clamp(11px, 1.5vw, 13px);
  background-color: #ffffff;
  font-weight: 400;
}
.gn-hero-content .gn-hero-form button {
  padding: 12px 0;
  border: none;
  border-radius: 26px;
  font-size: clamp(10px, 1.5vw, 11px);
  min-width: 150px;
  color: #ffffff;
  background-color: #ff6f61;
  cursor: pointer;
  text-transform: capitalize;
}
@media (max-width: 600px) {
  .gn-hero-content .gn-hero-form input {
    padding: 12px 16px;
  }
  .gn-hero-content .gn-hero-form button {
    padding: 10px 0;
  }
}
.gn-hero-wrapper {
  padding: 160px 0;
  background: url("../images/home/hero/hero-bg.png") no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
@media (max-width: 600px) {
  .gn-hero-wrapper {
    padding: 80px 0;
  }
}
.gn-hero-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(40, 51, 74, 0.5);
  z-index: -9;
}
.gn-hero-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='1366' height='598.152' viewBox='0 0 1366 598.152'%3E%3Cdefs%3E%3ClinearGradient id='linear-gradient' x1='0.299' y1='0.15' x2='0.662' y2='0.144' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%23262b48'/%3E%3Cstop offset='1' stop-color='%23080a0f' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath id='Path_3672' data-name='Path 3672' d='M0,0H1366V598.152H0Z' opacity='0.746' fill='url(%23linear-gradient)'/%3E%3C/svg%3E%0A");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -8;
}

.gn-offers {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
.gn-offers.reverse {
  flex-direction: row-reverse;
}
.gn-offers.reverse .right .top-badge {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.gn-offers.reverse .right .top-badge img {
  width: 34px;
  height: 34px;
  -o-object-fit: contain;
     object-fit: contain;
}
.gn-offers.reverse .right .top-badge .label {
  font-size: clamp(13px, 1.5vw, 16px);
  font-weight: 600;
  color: #ff6f61;
}
.gn-offers.reverse .right h2 {
  font-size: clamp(20px, 3vw, 30px);
  font-weight: 600;
  color: #ff6f61;
}
.gn-offers.reverse .right p {
  font-size: clamp(15px, 1.5vw, 22px);
  color: #28334a;
  font-weight: 400;
  width: 80%;
  margin: 20px 0 25px 0 !important;
}
@media (max-width: 600px) {
  .gn-offers.reverse .right {
    align-items: flex-start;
    text-align: initial;
  }
  .gn-offers.reverse .right .top-badge,
  .gn-offers.reverse .right h2,
  .gn-offers.reverse .right p {
    padding: 0 20px;
    margin: 14px 0 20px 0;
    width: 95%;
  }
  .gn-offers.reverse .right .top-badge {
    margin: 0 0 12px 0;
  }
  .gn-offers.reverse .right .mobile-img {
    margin-top: -20px;
    -o-object-fit: contain;
       object-fit: contain;
    margin-bottom: 20px;
  }
  .gn-offers.reverse .right h2 {
    margin: 0;
  }
  .gn-offers.reverse .right .btn {
    align-self: center;
  }
}
.gn-offers .left {
  flex: 0 0 60%;
}
.gn-offers .left img {
  width: 100%;
}
@media (max-width: 600px) {
  .gn-offers .left {
    display: none;
  }
}
.gn-offers .right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 0 0 35%;
}
.gn-offers .right h2 {
  color: #3b3b3b;
  line-height: 35px;
}
.gn-offers .right h2:nth-child(2) {
  line-height: 29px;
}
.gn-offers .right p {
  margin: 7px 0 16px 0;
  font-weight: 400;
  font-size: clamp(12px, 1.5vw, 13px);
  width: 90%;
}
@media (max-width: 600px) {
  .gn-offers .right {
    align-items: center;
    text-align: center;
    flex: 0 0 100%;
  }
  .gn-offers .right .mobile-img {
    display: block;
    width: 100%;
    margin-top: 15px;
  }
  .gn-offers .right p {
    margin: -15px 0 23px 0;
  }
}
.gn-offers .mobile-img {
  display: none;
}
.gn-offers-wrapper {
  background: #f9fafe;
  padding-top: 50px;
}
@media (max-width: 600px) {
  .gn-offers-wrapper {
    padding: 50px 0 57px 0;
  }
}
.gn-offers-wrapper.reverse {
  background: #fff;
  padding: 0;
}

.gn-features {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 45px;
}
.gn-features-top {
  display: flex;
  align-items: center;
  justify-content: center;
}
.gn-features-wrapper {
  padding: 30px 0;
  background: #f9faff;
}
.gn-features p {
  font-size: clamp(15px, 1.5vw, 16px);
  font-weight: 400;
  color: #000;
  width: 58%;
  text-align: center;
}
@media (min-width: 600px) and (max-width: 992px) {
  .gn-features p {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .gn-features {
    gap: 35px;
  }
  .gn-features-wrapper {
    padding-top: 25px;
  }
  .gn-features p {
    width: 99%;
  }
}
.gn-features .gn-features-cards {
  display: flex;
  gap: 45px;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .gn-features .gn-features-cards {
    flex-direction: column;
    gap: 35px;
  }
}
.gn-features .gn-features-cards.bussiness {
  gap: clamp(30px, 4vw, 60px);
}
.gn-features .gn-features-cards.bussiness .gn-features-cards-card:nth-child(1) .desc {
  max-width: 273px;
  width: 100%;
}
.gn-features .gn-features-cards.bussiness .gn-features-cards-card:nth-child(3) .desc {
  max-width: 297px;
  width: 100%;
}
.gn-features .gn-features-cards.bussiness .gn-features-cards-card:nth-child(2) .desc {
  max-width: 255px;
  width: 100%;
}
.gn-features .gn-features-cards.relations {
  gap: clamp(30px, 4vw, 60px);
}
.gn-features .gn-features-cards.relations .gn-features-cards-card:nth-child(1) .desc {
  max-width: 273px;
  width: 70%;
}
.gn-features .gn-features-cards.relations .gn-features-cards-card:nth-child(3) .desc {
  max-width: 297px;
  width: 100%;
}
.gn-features .gn-features-cards.relations .gn-features-cards-card:nth-child(2) .desc {
  max-width: 255px;
  width: 100%;
}
.gn-features .gn-features-cards.home {
  margin-top: -80px;
}
.gn-features .gn-features-cards.home .gn-features-cards-card .icon {
  max-width: 100%;
  width: 300px;
  height: 300px;
  min-width: none;
  max-height: 300px;
  margin-bottom: -100px;
}
@media (max-width: 992px) {
  .gn-features .gn-features-cards.home .gn-features-cards-card:not(:first-child) {
    margin-top: -120px;
  }
}
.gn-features .gn-features-cards-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  gap: 10px;
  flex: 1;
}
.gn-features .gn-features-cards-card .icon {
  max-width: 130px;
  width: 100%;
  min-height: 80px;
  max-height: 80px;
}
.gn-features .gn-features-cards-card .icon img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
  min-height: 80px;
  max-height: 80px;
}
.gn-features .gn-features-cards-card .title {
  font-size: 16px;
  font-weight: 600;
  color: #3b3b3b;
}
.gn-features .gn-features-cards-card .desc {
  font-size: 13px;
  font-weight: 400;
  color: #3c3c3c;
  width: 58%;
}
@media (max-width: 1200px) {
  .gn-features .gn-features-cards-card .desc {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .gn-features .gn-features-cards-card .desc {
    width: 80%;
  }
}

.gn-grid-features {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 55px;
}
.gn-grid-features h3 {
  width: 70%;
  text-align: center;
  font-weight: 500;
}
.gn-grid-features-wrapper {
  padding: 135px 0 120px;
}
@media (max-width: 600px) {
  .gn-grid-features {
    gap: 35px;
  }
  .gn-grid-features-wrapper {
    padding: 40px 0 20px;
  }
  .gn-grid-features h3 {
    width: 90%;
  }
}
.gn-grid-features-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  justify-content: center;
  row-gap: clamp(30px, 4vw, 55px);
  -moz-column-gap: clamp(50px, 4vw, 120px);
       column-gap: clamp(50px, 4vw, 120px);
  padding: 0 70px;
}
@media (max-width: 1200px) {
  .gn-grid-features-cards {
    padding: initial;
  }
}
@media (max-width: 600px) {
  .gn-grid-features-cards {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 35px;
    -moz-column-gap: 0;
         column-gap: 0;
    padding: 0 20px;
  }
  .gn-grid-features-cards .gn-card:nth-child(n+4) {
    display: none;
    opacity: 0;
    transform: translateY(-20px);
    transition: all 0.5s ease;
  }
  .gn-grid-features-cards.expanded .gn-card {
    display: flex;
    opacity: 1;
    transform: translateY(0);
  }
}
.gn-grid-features-cards .gn-card {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.gn-grid-features-cards .gn-card.soon {
  pointer-events: none;
}
.gn-grid-features-cards .gn-card.soon .icon img {
  opacity: 0.5;
}
.gn-grid-features-cards .gn-card.soon .icon .soon-badge {
  opacity: 1;
}
.gn-grid-features-cards .gn-card.soon .title,
.gn-grid-features-cards .gn-card.soon .desc,
.gn-grid-features-cards .gn-card.soon .link {
  opacity: 0.5;
}
.gn-grid-features-cards .gn-card .icon {
  max-width: 35px;
  width: 100%;
  margin-bottom: 7px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.gn-grid-features-cards .gn-card .icon img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
}
.gn-grid-features-cards .gn-card .icon .soon-badge {
  max-width: 100px;
  border: 1px solid #ff6f61;
  padding: 6px 15px;
  border-radius: 31px;
  font-size: 10px;
  font-weight: 500;
  color: #ff6f61;
  opacity: 1;
}
.gn-grid-features-cards .gn-card .title {
  font-size: clamp(15px, 1.5vw, 16px);
  font-weight: 600;
  color: #2e334e;
}
.gn-grid-features-cards .gn-card .desc {
  font-size: 14px;
  font-weight: 400;
  color: #3b3b3b;
  margin: 6px 0 5px;
  flex: 1;
}
.gn-grid-features-cards .gn-card .link {
  font-size: 10px;
  font-weight: 500;
  color: #ff6f61;
  justify-self: flex-end;
}
@media (max-width: 600px) {
  .gn-grid-features-cards .gn-card .link {
    font-size: 13px;
  }
}
.gn-grid-features-cards .mobile-toggle {
  display: none;
}
.gn-grid-features-cards .mobile-toggle::before {
  content: "Davamini Gör";
  font-size: 14px;
  font-weight: 600;
  color: #ff6f61;
  cursor: pointer;
}
@media (max-width: 600px) {
  .gn-grid-features-cards .mobile-toggle {
    display: block;
    padding: 10px 0;
    text-align: end;
    color: #ff6f61;
    font-size: 14px;
    font-weight: 500;
    border-radius: 26px;
    cursor: pointer;
  }
  .gn-grid-features-cards .mobile-toggle svg {
    margin-left: 10px;
    transition: transform 0.3s ease-in-out;
  }
  .gn-grid-features-cards .mobile-toggle.expanded svg {
    transform: rotate(180deg);
  }
  .gn-grid-features-cards .mobile-toggle.expanded::before {
    content: "Gizle";
  }
}

.gn-main-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .gn-main-cta {
    flex-direction: column;
    gap: 20px;
  }
  .gn-main-cta-wrapper {
    padding: 30px 0;
  }
  .gn-main-cta h2 {
    flex: 0 0 100%;
    line-height: normal !important;
    padding-left: initial;
  }
}
.gn-main-cta-wrapper {
  background: #ff6f61;
  padding: 65px 0;
}
.gn-main-cta h2 {
  color: #ffffff;
  font-size: clamp(19px, 3vw, 27px);
  font-weight: 600;
  flex: 0 0 65%;
  line-height: 39px;
  padding-left: 30px;
}

.gn-testimonials {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.gn-testimonials-wrapper {
  padding: 80px 0 150px 0;
}
@media (max-width: 600px) {
  .gn-testimonials-wrapper {
    padding: 40px 0 80px 0;
  }
}
.gn-testimonials h3 {
  font-weight: 500;
}
@media (max-width: 600px) {
  .gn-testimonials h3 {
    text-align: center;
  }
}
.gn-testimonials-swiper {
  width: 100%;
  display: flex;
  gap: 20px;
}
.gn-testimonials-swiper-wrapper {
  width: 100%;
  height: 100%;
  padding: 50px 0 0 0;
}
.gn-testimonials-swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  padding: 0 28px;
  height: auto;
}
.gn-testimonials-swiper .swiper-slide:first-child {
  padding-left: 0;
  padding-right: 65px;
}
.gn-testimonials-swiper .swiper-slide:last-child::after {
  display: none;
}
@media (max-width: 1200px) {
  .gn-testimonials-swiper .swiper-slide {
    padding: 0 !important;
  }
}
.gn-testimonials-swiper .swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1.3px;
  height: 100%;
  background: #707070;
  z-index: -1;
  opacity: 0.2;
}
@media (max-width: 1200px) {
  .gn-testimonials-swiper .swiper-slide::after {
    display: none;
  }
}
.gn-testimonials-swiper .swiper-slide .top {
  min-height: 100px;
  width: 220px;
}
.gn-testimonials-swiper .swiper-slide .top img {
  max-width: 100%;
  min-height: 100px;
  max-height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
.gn-testimonials-swiper .swiper-slide .main {
  display: flex;
  flex: 1;
  min-height: 180px;
}
.gn-testimonials-swiper .swiper-slide .bottom {
  display: flex;
  align-items: end;
  gap: 10px;
  flex: 1;
}
.gn-testimonials-swiper .swiper-slide .bottom img {
  max-width: 100%;
  width: 52px;
  -o-object-fit: contain;
     object-fit: contain;
}
.gn-testimonials-swiper .swiper-slide .bottom .info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: end;
}
.gn-testimonials-swiper .swiper-slide .bottom .info .name,
.gn-testimonials-swiper .swiper-slide .bottom .info .position {
  font-size: 14px;
  color: #000;
  font-style: italic;
}

.gn-news {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}
@media (max-width: 600px) {
  .gn-news {
    gap: 10px;
  }
}
.gn-news-wrapper {
  background: #f9fafe;
}
.gn-news h3 {
  font-weight: 500;
}
.gn-news-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 992px) {
  .gn-news-cards {
    display: none;
  }
}
.gn-news-cards-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
}
@media (max-width: 600px) {
  .gn-news-cards-content {
    gap: 20px;
  }
}
.gn-news-cards-content .btn {
  align-self: flex-end;
  font-size: 14px;
  font-weight: 600;
}
.gn-news-cards-content .gn-news-swiper {
  display: none;
}
@media (max-width: 992px) {
  .gn-news-cards-content .gn-news-swiper {
    display: inline;
    width: 100% !important;
    padding: 60px 0 0 0;
  }
}
.gn-news-cards-card {
  background: white;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.gn-news-cards-card img {
  max-width: 100%;
}
.gn-news-cards-card .main {
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.gn-news-cards-card .main .news-card-badge {
  font-size: 11px;
  font-weight: 600;
  color: #ff6f61;
  margin-bottom: 3px;
}
.gn-news-cards-card .main .title {
  font-size: 20px;
  font-weight: 600;
  color: #3b3b3b;
  margin-bottom: 5px;
}
.gn-news-cards-card .main .desc {
  font-size: 14px;
  font-weight: 400;
  color: #28334a;
  margin-bottom: 38px;
  width: 84%;
  flex: 1;
}
.gn-news-cards-card .main .link {
  font-size: 11px;
  font-weight: 600;
  color: #ff6f61;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 5px;
}
.gn-news-cards-card .main .link svg {
  transition: transform 0.3s ease-in-out;
}
.gn-news-cards-card .main .link:hover {
  cursor: pointer;
}
.gn-news-cards-card .main .link:hover svg {
  transform: translateX(5px);
}
.gn-news-cards-card:hover {
  transform: translateY(-5px);
}
.gn-news-cards-card:hover svg {
  transform: translateX(5px);
}

.gn-footer-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.gn-footer-cta-wrapper {
  background: #ff6f61;
}
.gn-footer-cta .left {
  flex: 0 0 55%;
}
.gn-footer-cta .left img {
  max-width: 100%;
}
@media (max-width: 600px) {
  .gn-footer-cta .left {
    display: none;
  }
}
.gn-footer-cta .right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  flex: 0 0 35%;
}
.gn-footer-cta .right .mobile-img {
  display: none;
}
.gn-footer-cta .right h3 {
  color: #ffffff;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 0.4px;
  line-height: 35px;
}
@media (max-width: 600px) {
  .gn-footer-cta .right {
    align-items: center;
    text-align: center;
    flex: 0 0 100%;
  }
  .gn-footer-cta .right .mobile-img {
    display: block;
    width: 100%;
    margin-top: 15px;
  }
  .gn-footer-cta .right h3 {
    line-height: normal;
    text-align: center;
    letter-spacing: normal;
    font-weight: 450;
  }
}

.gn-res-hero {
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.gn-res-hero .top {
  display: flex;
  align-content: center;
  justify-content: space-between;
}
.gn-res-hero .top h3 {
  font-size: clamp(18px, 3vw, 27px);
  font-weight: 500;
}
.gn-res-hero-search {
  border-bottom: 1px solid #d6d6d6;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 390px;
}
.gn-res-hero .main {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, auto);
  gap: 20px;
}
@media (max-width: 600px) {
  .gn-res-hero .main {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, auto);
  }
}
@media (max-width: 600px) {
  .gn-res-hero .top {
    flex-direction: column;
    gap: 20px;
  }
  .gn-res-hero-search {
    max-width: 100%;
    width: 100%;
    min-width: initial;
  }
  .gn-res-hero-search input {
    max-width: 100% !important;
    min-width: 90% !important;
  }
}

.gn-res-cta {
  display: flex;
  align-items: center;
}
.gn-res-cta-wrapper {
  padding: 40px 0;
  background: #f9fafe;
}
.gn-res-cta .gn-custom-input {
  max-width: 210px;
  margin-right: 25px;
  font-size: 13px;
  font-weight: 400;
}
.gn-res-cta .title {
  font-size: 14px;
  font-weight: 600;
  color: #464646;
}
.gn-res-cta .btn {
  width: 100%;
  max-width: 140px;
  white-space: nowrap;
  font-weight: 600;
  letter-spacing: normal;
}
.gn-res-cta .form-inputs {
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .gn-res-cta {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
}
@media (max-width: 992px) {
  .gn-res-cta {
    flex-direction: column;
    gap: 20px;
  }
  .gn-res-cta .title {
    text-align: center;
  }
  .gn-res-cta .gn-custom-input {
    max-width: 100%;
    min-width: 100%;
  }
}

.gn-res-blog {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.gn-res-blog .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.gn-res-blog .top h3 {
  font-size: clamp(18px, 3vw, 27px);
  font-weight: 500;
}
.gn-res-blog .top .btn-gn-link {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: normal;
}
.gn-res-blog .main {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 3vw, 50px);
}
@media (max-width: 600px) {
  .gn-res-blog .main {
    grid-template-columns: repeat(1, 1fr);
  }
}

.gn-res-category-hero-wrapper {
  padding: 80px 78px;
  background: url("../images/res-category/hero-bg.png") no-repeat center;
  background-size: cover;
}
@media (max-width: 600px) {
  .gn-res-category-hero-wrapper {
    padding: 40px 20px;
    background-size: cover;
    background-position: 53%;
  }
}
.gn-res-category-hero h4 {
  color: #ffffff;
  line-height: 28px;
}

.gn-res-category-categories {
  padding: 23px 0 13px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .gn-res-category-categories {
    flex-direction: column-reverse;
    align-items: initial;
    gap: 20px;
  }
}
.gn-res-category-categories .gn-custom-input {
  padding: 8px 0;
}

.gn-office-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .gn-office-hero {
    flex-direction: column;
    padding: 30px 0;
  }
  .gn-office-hero .left {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    gap: 5px;
    margin-bottom: 30px;
  }
  .gn-office-hero .left .btn {
    align-self: stretch;
  }
}
.gn-office-hero.accounting {
  padding: 30px 0 0 0 !important;
}
@media (max-width: 1200px) {
  .gn-office-hero.accounting {
    padding: 30px 0 !important;
  }
}
.gn-office-hero.accounting p {
  width: 80% !important;
}
.gn-office-hero.accounting img {
  aspect-ratio: 3/2 !important;
}
.gn-office-hero.integrations {
  padding: 30px 0;
}
.gn-office-hero.integrations img {
  aspect-ratio: 3/2 !important;
}
.gn-office-hero.reports p {
  width: 80% !important;
}
.gn-office-hero.reports img {
  aspect-ratio: initial !important;
}
@media (max-width: 600px) {
  .gn-office-hero.reports {
    padding: 30px 0;
  }
}
.gn-office-hero.relations .left {
  flex: 0 0 50% !important;
}
.gn-office-hero.relations .left h1 {
  width: 80%;
}
.gn-office-hero.relations p {
  width: 70% !important;
}
@media (max-width: 600px) {
  .gn-office-hero.relations {
    padding: 30px 0;
  }
}
.gn-office-hero.works {
  padding-bottom: 20px;
}
.gn-office-hero.works .left {
  flex: 0 0 50% !important;
}
.gn-office-hero.works .left h1 {
  line-height: 49px;
}
@media (max-width: 1200px) {
  .gn-office-hero.works .left h1 {
    line-height: normal;
    width: 100%;
  }
}
@media (max-width: 600px) {
  .gn-office-hero.works .left p {
    width: 90% !important;
  }
}
.gn-office-hero.works img {
  aspect-ratio: initial !important;
}
.gn-office-hero .left {
  flex: 0 0 55%;
}
.gn-office-hero .left .hero-badge {
  font-size: clamp(12px, 1.5vw, 14px);
  color: #ff6f61;
  font-weight: 600;
}
.gn-office-hero .left h1 {
  font-size: clamp(25px, 3vw, 40px);
  font-weight: 600;
  color: #3b3b3b;
  width: 90%;
  margin-bottom: 5px;
}
.gn-office-hero .left p {
  font-size: clamp(14px, 1.5vw, 16px);
  font-weight: 600;
  color: #3b3b3b;
  width: 75%;
  margin-bottom: clamp(15px, 3vw, 25px);
}
@media (max-width: 600px) {
  .gn-office-hero .left p {
    width: 90%;
  }
}
.gn-office-hero .right {
  flex: 1;
}
.gn-office-hero .right img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 4/3;
}
@media (max-width: 600px) {
  .gn-office-hero .right img {
    aspect-ratio: initial;
  }
}

.gn-office-features {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.gn-office-features h3 {
  text-align: center;
}
.gn-office-features-wrapper {
  padding: 25px 0 80px;
}

.gn-search-result {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 60px;
}
@media (max-width: 600px) {
  .gn-search-result {
    flex-direction: column-reverse;
    align-items: initial;
    gap: 30px;
    padding-top: 30px;
  }
  .gn-search-result .gn-custom-input {
    min-width: initial !important;
  }
}
.gn-search-result h3 {
  font-size: clamp(20px, 4vw, 27px);
  font-weight: 500;
}
.gn-search-result .gn-custom-input {
  min-width: 250px;
}

.gn-about-page .top-section {
  padding: 100px 0 0 0;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 0;
}
@media (min-width: 800px) and (max-width: 1560px) {
  .gn-about-page .top-section {
    background-position: 10% 70%;
  }
}
@media (max-width: 600px) {
  .gn-about-page .top-section {
    padding: 40px 0;
  }
  .gn-about-page .top-section .top-section-content {
    align-items: initial;
  }
  .gn-about-page .top-section .top-section-content div:nth-child(1) {
    margin-bottom: 40px;
    width: 100% !important;
  }
  .gn-about-page .top-section .top-section-content div:nth-child(2) {
    margin-bottom: 20px;
    width: 100% !important;
  }
  .gn-about-page .top-section .top-section-content div:nth-child(3) {
    margin-bottom: 0px;
    width: 100% !important;
  }
}
.gn-about-page .top-section-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 40px;
  max-width: 878px;
}
@media (max-width: 992px) {
  .gn-about-page .top-section-content {
    padding: 0 70px;
  }
}
@media (max-width: 600px) {
  .gn-about-page .top-section-content {
    padding: 0 20px;
  }
}
.gn-about-page .top-section-content h3 {
  font-size: clamp(16px, 3vw, 20px);
  font-weight: 600;
  margin: 20px 0;
}
.gn-about-page .top-section-content .desc {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #3b3b3b;
  font-size: 14px;
  font-weight: 500;
}
.gn-about-page .top-section-content .desc div {
  margin-bottom: 20px;
}
.gn-about-page .top-section-content .desc div:last-child {
  margin-bottom: 0;
}
.gn-about-page .top-section-content .quote {
  font-size: 18px;
  font-weight: 600;
  color: #3b3b3b;
  margin-top: 30px;
  width: 80%;
  text-align: center;
  align-self: center;
}
.gn-about-page .top-section .gn-about-swiper {
  width: 100%;
  display: flex;
  gap: 20px;
  padding: 0 40px;
}
.gn-about-page .top-section .gn-about-swiper-section {
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding: 20px 0;
}
.gn-about-page .top-section .gn-about-swiper-section h5 {
  font-size: 14px;
  font-weight: 500;
  color: #3b3b3b;
  text-align: center;
}
@media (max-width: 600px) {
  .gn-about-page .top-section .gn-about-swiper {
    padding: 0 0 40px 0;
  }
}
.gn-about-page .top-section .gn-about-swiper-pagination {
  display: none;
}
@media (max-width: 600px) {
  .gn-about-page .top-section .gn-about-swiper-pagination {
    display: block;
  }
  .gn-about-page .top-section .gn-about-swiper-pagination .swiper-pagination-bullet {
    background: #ff6f61;
    width: 8px;
    height: 8px;
    border-radius: 50%;
  }
}
.gn-about-page .top-section .gn-about-swiper-wrapper {
  width: 100%;
  height: 100%;
  padding: 0 5px;
}
.gn-about-page .top-section .gn-about-swiper .swiper-slide {
  display: flex;
  align-items: flex-start;
}
.gn-about-page .top-section .gn-about-swiper .swiper-slide img {
  max-width: 45px;
  max-height: 140px;
}
.gn-about-page .top-section .gn-about-swiper .swiper-slide .date {
  font-size: 12px;
  font-weight: 600;
  color: #ff6f61;
}
.gn-about-page .top-section .gn-about-swiper .swiper-slide .title {
  font-size: 13px;
  font-weight: 500;
  color: #ff6f61;
  margin-bottom: 3px;
}
.gn-about-page .top-section .gn-about-swiper .swiper-slide .story {
  font-size: 13px;
  font-weight: 400;
  color: #3b3b3b;
}
.gn-about-page .bottom-section {
  padding: 40px 0 90px 0;
}
.gn-about-page .bottom-section h4 {
  font-size: 14px;
  font-weight: 500;
  color: #3b3b3b;
  text-align: center;
  margin-bottom: clamp(20px, 3vw, 40px);
}
.gn-about-page .bottom-section .employees-grid-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 40px;
  padding: 0 40px;
}
@media (max-width: 992px) {
  .gn-about-page .bottom-section .employees-grid-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 600px) {
  .gn-about-page .bottom-section .employees-grid-cards {
    grid-template-columns: repeat(1, 1fr);
    padding: 0;
  }
}
.gn-about-page .bottom-section .employees-grid-cards-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.gn-about-page .bottom-section .employees-grid-cards-card .icon img {
  max-width: 100%;
  max-height: 190px;
  margin-bottom: 5px;
}
.gn-about-page .bottom-section .employees-grid-cards-card .name {
  font-size: 14px;
  color: #ff6f61;
  font-weight: 600;
}
.gn-about-page .bottom-section .employees-grid-cards-card .position {
  font-size: 12px;
  color: #4d4d4d;
  font-weight: 400;
}

.gn-blog-detail-hero {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.gn-blog-detail-hero .hero-badge {
  padding: 2px 23px;
  background: #ff6f61;
  border-radius: 16px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 12px;
}
.gn-blog-detail-hero .date {
  font-size: 11px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 9px;
}
.gn-blog-detail-hero h4 {
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 4px;
}
.gn-blog-detail-hero .written-by {
  font-size: 14px;
  font-weight: 600;
  color: #ff6f61;
}
.gn-blog-detail-hero-wrapper {
  padding: 110px 0;
  position: relative;
}
.gn-blog-detail-hero-wrapper.white-paper {
  padding: 108px 0 130px 0;
}
.gn-blog-detail-hero-wrapper.platform {
  padding: 40px 0 !important;
}

.gn-blog-detail-blog {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 35px;
}
.gn-blog-detail-blog.landing {
  padding: 20px 0;
}
.gn-blog-detail-blog-content {
  display: flex;
  gap: clamp(20px, 4vw, 65px);
}
@media (max-width: 600px) {
  .gn-blog-detail-blog-content {
    flex-direction: column;
  }
}
.gn-blog-detail-blog-content .left {
  flex: 0 0 65%;
}
@media (max-width: 992px) {
  .gn-blog-detail-blog-content .left {
    flex: 0 0 60%;
  }
}
.gn-blog-detail-blog-content .left .date {
  font-size: 12px;
  font-weight: 500;
  font-family: "Open Sans";
  color: #3b3b3b;
  margin-bottom: 12px;
}
.gn-blog-detail-blog-content .left h3 {
  font-size: clamp(20px, 3vw, 28px);
  font-weight: 500;
  margin-bottom: 28px;
}
.gn-blog-detail-blog-content .left p {
  font-size: 15px;
  font-weight: 400;
  color: #1b2436 !important;
  margin-bottom: 18px;
}
.gn-blog-detail-blog-content .left p span {
  font-weight: 500;
}
.gn-blog-detail-blog-content .left p img {
  margin: 20px 0;
  max-width: 100%;
}
.gn-blog-detail-blog-content .right {
  flex: 1;
  padding-top: 35px;
  display: flex;
  flex-direction: column;
  gap: 28px;
  position: sticky;
  top: 20px;
  align-self: flex-start;
  width: 100%;
}
@media (max-width: 600px) {
  .gn-blog-detail-blog-content .right {
    position: relative;
    top: 0;
    padding-top: 0;
  }
}
.gn-blog-detail-blog-content .right .socials {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}
.gn-blog-detail-blog-content .right .socials-label {
  font-size: 12px;
  font-weight: 600;
  font-family: "Open Sans";
  color: #28334a;
  text-transform: uppercase;
}
.gn-blog-detail-blog-content .right .socials-icons {
  display: flex;
  align-items: center;
  gap: 13px;
}
.gn-blog-detail-blog-content .right .socials-icons-icon {
  text-decoration: none;
}
.gn-blog-detail-blog-content .right .socials-icons-icon img {
  max-width: 100%;
  width: 30px;
  transition: all 0.3s ease-in-out;
}
.gn-blog-detail-blog-content .right .socials-icons-icon:hover img {
  transform: scale(1.1);
}
.gn-blog-detail-blog-content.white-paper .left {
  flex: 0 0 70%;
}
@media (max-width: 992px) {
  .gn-blog-detail-blog-content.white-paper .left {
    flex: 0 0 60%;
  }
}
.gn-blog-detail-blog-content.landing .left {
  flex: 0 0 65%;
}
@media (max-width: 992px) {
  .gn-blog-detail-blog-content.landing .left {
    flex: 0 0 50%;
  }
}
.gn-blog-detail-blog-content.landing .right {
  padding: 0 !important;
}

.gn-blog-detail-alternatives {
  display: flex;
  flex-direction: column;
  gap: 44px;
  align-items: center;
}

.gn-faq-wrapper {
  padding: 90px 0 60px 0;
  background-image: url("../images/faq/main-bg.png");
  background-size: cover;
  background-position: center;
  position: relative;
}
@media (max-width: 992px) {
  .gn-faq-wrapper {
    padding: 50px 0 30px 0;
    background-position: 20%;
  }
}
.gn-faq .page-badge {
  margin-bottom: 15px;
  text-align: center;
  margin-bottom: 7px;
}
.gn-faq h3 {
  font-size: clamp(20px, 3vw, 24px);
  font-weight: 500;
  text-align: center;
  margin-bottom: 8px;
}
.gn-faq p {
  font-size: 14px;
  font-weight: 400;
  color: #3b3b3b;
  text-align: center;
  margin-bottom: clamp(40px, 4vw, 70px);
}
.gn-faq-accordion {
  background: #fff;
  border-radius: 16px;
  padding: 30px 130px 90px 130px;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
}
@media (max-width: 992px) {
  .gn-faq-accordion {
    padding: 30px 70px 70px 70px;
  }
}
@media (max-width: 600px) {
  .gn-faq-accordion {
    padding: 30px;
  }
}
.gn-faq-accordion h3 {
  font-size: 16px;
  font-weight: 500;
  text-align: initial;
  margin-bottom: clamp(20px, 3vw, 25px);
  margin-left: 13px;
}
.gn-faq-accordion .accordion {
  margin-bottom: 50px;
}
.gn-faq-accordion .accordion-button {
  box-shadow: none !important;
  font-size: 14px;
  font-weight: 600;
  color: #3c3c3c;
  padding: 16px;
  position: relative;
}
.gn-faq-accordion .accordion-button #text {
  width: 90%;
}
.gn-faq-accordion .accordion-button:after {
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17'%3E%3Cg id='np_add_69355_000000' transform='translate(-2.082 -2.082)'%3E%3Cpath id='Path_171' data-name='Path 171' d='M10.582,19.082a8.5,8.5,0,1,1,8.5-8.5A8.51,8.51,0,0,1,10.582,19.082Zm0-16.261a7.761,7.761,0,1,0,7.761,7.761A7.769,7.769,0,0,0,10.582,2.821Z' fill='%23ff6f5f'/%3E%3Cpath id='Path_172' data-name='Path 172' d='M36.189,48.657H29.537a.369.369,0,0,1,0-.739h6.652a.369.369,0,0,1,0,.739Z' transform='translate(-22.281 -37.705)' fill='%23ff6f5f'/%3E%3Cpath id='Path_173' data-name='Path 173' d='M48.287,36.559a.37.37,0,0,1-.369-.369V29.537a.369.369,0,0,1,.739,0v6.652A.37.37,0,0,1,48.287,36.559Z' transform='translate(-37.705 -22.281)' fill='%23ff6f5f'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s;
}
.gn-faq-accordion .accordion-button:not(.collapsed)::after {
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17'%3E%3Cg id='np_add_69355_000000' transform='translate(-2.082 -2.082)'%3E%3Cpath id='Path_171' data-name='Path 171' d='M10.582,19.082a8.5,8.5,0,1,1,8.5-8.5A8.51,8.51,0,0,1,10.582,19.082Zm0-16.261a7.761,7.761,0,1,0,7.761,7.761A7.769,7.769,0,0,0,10.582,2.821Z' fill='%23ff6f5f'/%3E%3Cpath id='Path_172' data-name='Path 172' d='M36.189,48.657H29.537a.369.369,0,0,1,0-.739h6.652a.369.369,0,0,1,0,.739Z' transform='translate(-22.281 -37.705)' fill='%23ff6f5f'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s;
}
.gn-faq-accordion .accordion-button:not(.collapsed) {
  background: transparent;
  color: initial;
}
.gn-faq-accordion .accordion-item {
  border-bottom: 2px solid rgba(234, 234, 234, 0.3647058824);
}
.gn-faq-accordion .accordion-item:last-child {
  border-bottom: 2px solid rgba(234, 234, 234, 0.3647058824) !important;
}
.gn-faq-accordion .accordion:has(.accordion-item:nth-child(2)) .accordion-item {
  border-bottom: 2px solid rgba(234, 234, 234, 0.3647058824);
}
.gn-faq-accordion .accordion:has(.accordion-item:nth-child(2)) .accordion-item:last-child {
  border-bottom: 2px solid transparent !important;
}
.gn-faq-accordion .accordion:has(.accordion-item:nth-child(3)) .accordion-item {
  border-bottom: 2px solid rgba(234, 234, 234, 0.3647058824);
}
.gn-faq-accordion .accordion-body {
  padding: 4px 14px 40px 14px;
  font-size: 12px;
  font-weight: 400;
  width: 75%;
}
@media (max-width: 600px) {
  .gn-faq-accordion .accordion-body {
    width: 100%;
    padding: 4px 14px 25px 14px;
  }
}

.gn-platform-hero.landing {
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: space-between;
}
.gn-platform-hero.landing h1 {
  font-size: clamp(20px, 3vw, 26px);
  line-height: 32px;
  margin-bottom: 6px;
}
.gn-platform-hero.landing p {
  font-size: 11px;
  margin-bottom: 20px;
  font-weight: 500;
}
@media (max-width: 600px) {
  .gn-platform-hero.landing {
    flex-direction: column;
    gap: 20px;
  }
}
.gn-platform-hero.landing .left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.gn-platform-hero.landing .left .btn {
  text-transform: capitalize !important;
}
.gn-platform-hero.landing .right {
  flex: 0 0 55%;
}
.gn-platform-hero.landing .right img {
  max-width: 100%;
}
.gn-platform-hero h1 {
  font-size: clamp(20px, 3vw, 40px);
  line-height: 49px;
}
@media (max-width: 1200px) {
  .gn-platform-hero h1 {
    line-height: normal;
  }
}
.gn-platform-hero p {
  font-size: clamp(14px, 1.5vw, 16px);
  margin-bottom: 15px;
  color: #ffffff;
}

.gn-platform-overview {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.gn-platform-overview-top {
  text-align: center;
}
.gn-platform-overview-top h3 {
  font-size: clamp(25px, 3vw, 34px);
  font-weight: 600;
  margin-bottom: 11px;
}
.gn-platform-overview-top p {
  font-size: 16px;
  font-weight: 500;
  color: #3c3c3c;
}
.gn-platform-overview-main {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 600px) {
  .gn-platform-overview-main {
    flex-direction: column;
    gap: 20px;
  }
}
.gn-platform-overview-main .left {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 0 0 40%;
}
@media (max-width: 992px) {
  .gn-platform-overview-main .left {
    flex: 0 0 50%;
  }
}
.gn-platform-overview-main .left .overview-content .title {
  font-size: 16px;
  font-weight: 600;
  color: #ff6f61;
  margin-bottom: 5px;
}
.gn-platform-overview-main .left .overview-content .desc {
  font-size: 14px;
  font-weight: 500;
  color: #3b3b3b;
}
.gn-platform-overview-main .right {
  flex: 1;
}
.gn-platform-overview-main .right img {
  max-width: 100%;
}

.gn-platform-redirections {
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding: 20px 40px 50px 40px;
}
@media (max-width: 600px) {
  .gn-platform-redirections {
    gap: 30px;
    padding: 0;
  }
}
.gn-platform-redirections-main {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.gn-platform-redirections-main .feature-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .gn-platform-redirections-main .feature-card {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .gn-platform-redirections-main .feature-card.reverse {
    flex-direction: column !important;
  }
}
.gn-platform-redirections-main .feature-card.reverse {
  flex-direction: row-reverse;
}
.gn-platform-redirections-main .feature-card-left {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  flex: 0 0 65%;
}
@media (max-width: 600px) {
  .gn-platform-redirections-main .feature-card-left {
    flex: 0 0 100%;
  }
}
.gn-platform-redirections-main .feature-card-left .number {
  font-size: clamp(40px, 10vw, 105px);
  color: #3c3c3c;
  opacity: 0.07;
  line-height: 90px;
}
.gn-platform-redirections-main .feature-card-left .content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.gn-platform-redirections-main .feature-card-left .content .title {
  font-size: clamp(16px, 3vw, 24px);
  color: #ff6f61;
  font-weight: 600;
}
.gn-platform-redirections-main .feature-card-left .content .desc {
  font-size: 14px;
  color: #3b3b3b;
  font-weight: 500;
}
.gn-platform-redirections-main .feature-card-left .content .links {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.gn-platform-redirections-main .feature-card-left .content .links a {
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  color: #3c3c3c;
  transition: all 0.3s ease-in-out;
}
.gn-platform-redirections-main .feature-card-left .content .links a:before {
  content: ">";
  margin-right: 5px;
}
.gn-platform-redirections-main .feature-card-left .content .links a:hover {
  color: #ff6f61;
}
.gn-platform-redirections-main .feature-card-right img {
  max-width: 300px;
  width: 100%;
}

.gn-platform-features {
  display: flex;
  flex-direction: column;
  gap: 45px;
  padding: 20px 0;
}
.gn-platform-features h3 {
  font-size: clamp(20px, 3vw, 34px);
  font-weight: 500;
  text-align: center;
}
.gn-platform-features .platform-features-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  gap: 38px;
}
@media (max-width: 992px) {
  .gn-platform-features .platform-features-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .gn-platform-features .platform-features-cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
.gn-platform-features .platform-features-cards-card {
  padding: 25px 33px;
  border-radius: 8px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
.gn-platform-features .platform-features-cards-card .icon {
  margin-bottom: 13px;
}
.gn-platform-features .platform-features-cards-card .icon img {
  max-width: 100%;
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.gn-platform-features .platform-features-cards-card .title {
  font-size: 16px;
  font-weight: 600;
  color: #ff6f61;
  margin-bottom: 5px;
}
.gn-platform-features .platform-features-cards-card .desc {
  font-size: 14px;
  font-weight: 500;
  color: #3b3b3b;
}

.gn-pricing {
  position: relative;
}
.gn-pricing.two-column .gn-pricing-cards .price-cards-row {
  padding: 20px 50px 0 50px;
}
.gn-pricing.two-column .all-types-label {
  padding: 30px 50px;
}
.gn-pricing.two-column .gn-pricing-accordion .accordion-button {
  padding: 16px 50px;
}
.gn-pricing.two-column .gn-pricing-accordion .accordion-button::before {
  left: 50px;
}
.gn-pricing.two-column .gn-pricing-accordion .accordion-body .inner-content-label {
  padding-left: 50px;
}
.gn-pricing.two-column .gn-pricing-accordion .accordion-body .inner-content-row {
  padding: 10px 50px;
}
.gn-pricing-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 85px 0 40px 0;
  border-bottom: 1px solid #d6d6d6;
}
.gn-pricing-hero h3 {
  font-size: clamp(18px, 3vw, 24px);
  font-weight: 500;
}
@media (max-width: 600px) {
  .gn-pricing-hero h3 {
    text-align: center;
  }
}
.gn-pricing-cards {
  padding: 86px 0 20px 0;
}
@media (max-width: 600px) {
  .gn-pricing-cards {
    display: none;
  }
}
.gn-pricing-cards .price-cards-row {
  position: sticky;
  top: 0px;
  z-index: 10;
  background: #fff;
  padding: 20px 0 10px 0;
}
.gn-pricing-cards .price-cards-row.bg-change {
  background: #f7f8ff;
}
.gn-pricing-cards-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: sticky;
  top: 0px;
  z-index: 10;
  background: transparent;
  padding: 20px 0 0 0;
}
@media (max-width: 600px) {
  .gn-pricing-cards-card {
    padding: 30px 0;
    position: sticky;
    top: 0px;
    z-index: 10;
  }
}
.gn-pricing-cards-card .type-label {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
}
.gn-pricing-cards-card .price {
  font-size: 30px;
  font-weight: 400;
  font-family: "Open Sans";
  margin-bottom: 10px;
}
.gn-pricing-cards-card .price span {
  font-size: 18px;
}
.gn-pricing-cards-card .offering {
  font-size: 14px;
  font-weight: 500;
  font-family: Poppins;
  margin-bottom: 25px;
  opacity: 0.5;
}
.gn-pricing-accordion .accordion-button {
  box-shadow: none !important;
  font-size: 14px;
  font-weight: 400;
  color: #363636;
  padding: 16px 0;
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(40, 51, 74, 0.2);
}
.gn-pricing-accordion .accordion-button-title {
  padding-left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 600px) {
  .gn-pricing-accordion .accordion-button-title {
    white-space: nowrap;
  }
}
.gn-pricing-accordion .accordion-button img {
  max-width: 20px;
}
.gn-pricing-accordion .accordion-button #text {
  width: 90%;
}
.gn-pricing-accordion .accordion-button:after {
  display: none;
}
.gn-pricing-accordion .accordion-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.729' height='14.898' viewBox='0 0 8.729 14.898'%3E%3Cpath id='np_arrow_2427329_000000' d='M41.734,28.427a1.287,1.287,0,0,0-.369-.891L35.2,21.373a1.285,1.285,0,1,0-1.822,1.814l5.257,5.257L33.38,33.7A1.285,1.285,0,1,0,35.2,35.513l6.163-6.163a1.29,1.29,0,0,0,.369-.923Z' transform='translate(-33.005 -20.994)' fill='%23eb766b'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.3s ease;
}
.gn-pricing-accordion .accordion-button:not(.collapsed)::before {
  transform: translateY(-50%) rotate(90deg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.gn-pricing-accordion .accordion-button:not(.collapsed) {
  background: transparent;
  color: initial;
  border-bottom: 1px solid transparent;
}
.gn-pricing-accordion .accordion-item {
  border-bottom: 1px solid transparent !important;
}
.gn-pricing-accordion .accordion-item:last-child {
  border-bottom: none;
}
.gn-pricing-accordion .accordion:has(.accordion-item:nth-child(2)) .accordion-item {
  border-bottom: 2px solid rgba(234, 234, 234, 0.3647058824);
}
.gn-pricing-accordion .accordion:has(.accordion-item:nth-child(2)) .accordion-item:last-child {
  border-bottom: 2px solid transparent !important;
}
.gn-pricing-accordion .accordion:has(.accordion-item:nth-child(3)) .accordion-item {
  border-bottom: 2px solid rgba(234, 234, 234, 0.3647058824);
}
.gn-pricing-accordion .accordion-body {
  padding: 25px 0;
  font-size: 10px;
  font-weight: 400;
  overflow: hidden;
}
@media (max-width: 600px) {
  .gn-pricing-accordion .accordion-body {
    padding: 10px 0;
  }
}
.gn-pricing-accordion .accordion-body .inner-img {
  max-width: 12px;
}
.gn-pricing-accordion .accordion-body .inner-content-row {
  padding: 10px 0;
  position: relative;
}
.gn-pricing-accordion .accordion-body .inner-content-row:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 45px;
  width: 100%;
  height: 1px;
  background: #28334a;
  opacity: 0.1;
}
.gn-pricing-accordion .accordion-body .inner-content-row:first-child {
  padding-top: 0;
}
.gn-pricing-accordion .accordion-body .inner-content-row:last-child {
  border-bottom: none;
}
.gn-pricing-accordion .accordion-body .inner-content-label {
  padding-left: 45px;
  font-size: 13px;
  font-weight: 400;
}
@media (max-width: 600px) {
  .gn-pricing-accordion .accordion-body .inner-content-label {
    padding-left: 20px;
  }
}
@media (max-width: 600px) {
  .gn-pricing-accordion .accordion-body {
    width: 100%;
  }
}
.gn-pricing-overview {
  padding: 80px 0 110px 0;
}
@media (max-width: 600px) {
  .gn-pricing-overview {
    padding: 40px 0 60px 0;
  }
}
.gn-pricing-overview h4 {
  font-size: clamp(20px, 3vw, 22px);
  font-weight: 400;
  margin-bottom: 45px;
}
.gn-pricing-overview-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  width: 63%;
}
@media (max-width: 992px) {
  .gn-pricing-overview-content {
    width: 100%;
  }
}
.gn-pricing-overview-content-card {
  display: flex;
  align-items: flex-start;
}
.gn-pricing-overview-content-card img {
  max-width: 30px;
}
.gn-pricing-overview-content-card .middle {
  margin-left: 12px;
}
.gn-pricing-overview-content-card .middle .label {
  font-size: 16px;
  font-weight: 500;
  margin: 4px 0 14px 0;
}
.gn-pricing-overview-content-card .middle .desc {
  font-size: 14px;
  font-weight: 400;
  color: #3b3b3b;
  margin-right: 47px;
}
.gn-pricing-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(30px, 3vw, 75px);
}
@media (max-width: 600px) {
  .gn-pricing-cta {
    flex-direction: column;
  }
}
.gn-pricing-cta .left {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
}
.gn-pricing-cta .left img {
  max-width: 55px;
}
.gn-pricing-cta .left .title {
  font-size: 18px;
  font-weight: 400;
}
.gn-pricing-cta .left .desc {
  font-size: 14px;
  font-weight: 400;
}
.gn-pricing-mobile {
  display: none;
}
@media (max-width: 600px) {
  .gn-pricing-mobile {
    display: block;
  }
  .gn-pricing-mobile .swiper {
    overflow-x: hidden !important; /* Prevent horizontal scroll */
    overflow-y: visible !important;
  }
  .gn-pricing-mobile .swiper-slide {
    position: relative; /* Ensure this is set */
  }
  .gn-pricing-mobile .pricing-cards-row {
    position: sticky;
    top: 0px;
    z-index: 10;
    background: #fff;
    padding: 10px 0 0 0;
  }
  .gn-pricing-mobile .swiper-wrapper {
    padding: 20px 0 0 0;
  }
  .gn-pricing-mobile .gn-about-swiper-pagination {
    top: 0 !important;
    bottom: auto !important;
  }
}/*# sourceMappingURL=style.css.map */