body {
  overflow-x: hidden;
}

.row {
  margin: 0px !important;
}

.solid-btn {
  background: #002611;
  border: 1px solid #002611;
  border-radius: 15px;
  padding: 20px;
  color: white !important;
  text-decoration: none;
}
.solid-btn:hover {
  text-decoration: none;
}

.scroll-animate {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.scroll-animate.appear {
  opacity: 1;
  transform: translateY(0);
}

.navbar {
  background: transparent;
  z-index: 99;
  width: 100%;
}
.navbar .colored-logo {
  display: none;
}
.navbar .navbar-collapse {
  justify-content: space-between;
}
.navbar .navbar-collapse .nav-menu {
  display: flex;
  gap: 25px;
  margin-left: 5rem;
  width: 100%;
}
.navbar .nav-item .nav-link {
  color: white !important;
  font-size: 18px;
  font-weight: 700;
  white-space: nowrap;
}
.navbar .nav-item .nav-link:hover {
  color: #F6BA1F !important;
}
.navbar .nav-item .active {
  color: #F6BA1F !important;
}
.navbar .btn {
  border-radius: 10px;
  padding: 10px 20px;
  transition: transform 0.3s ease;
}
.navbar .btn:hover {
  transform: scale(1.05);
}
.navbar .language-btn {
  background-color: transparent;
  border: unset;
  color: white;
  margin: 0px 25px;
}

.fixed-header.navbar, .auth-navbar {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999999;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
  background-color: rgba(255, 255, 255, 0.8509803922) !important;
  -webkit-backdrop-filter: brightness(100%) contrast(100%) saturate(100%) blur(10px) hue-rotate(0deg) !important;
          backdrop-filter: brightness(100%) contrast(100%) saturate(100%) blur(10px) hue-rotate(0deg) !important;
}
.fixed-header.navbar .nav-item .nav-link, .auth-navbar .nav-item .nav-link {
  color: #002611 !important;
}
.fixed-header.navbar .nav-item .nav-link:hover, .auth-navbar .nav-item .nav-link:hover {
  color: #F6BA1F !important;
}
.fixed-header.navbar .nav-item .active, .auth-navbar .nav-item .active {
  color: #F6BA1F !important;
}
.fixed-header.navbar .btn, .auth-navbar .btn {
  background-color: white;
  color: #002611;
  border: 1px solid #002611;
}
.fixed-header.navbar .btn:hover, .auth-navbar .btn:hover {
  color: #002611;
}
.fixed-header.navbar .language-btn, .auth-navbar .language-btn {
  color: #002611 !important;
}
.fixed-header.navbar .white-logo, .auth-navbar .white-logo {
  display: none;
}
.fixed-header.navbar .colored-logo, .auth-navbar .colored-logo {
  display: block;
}

.auth-navbar {
  background: white !important;
}

.white-navbar .nav-item .nav-link {
  color: #002611 !important;
}
.white-navbar .nav-item .active {
  color: #F6BA1F !important;
}
.white-navbar .btn {
  background-color: #002611;
  color: white;
}
.white-navbar .btn:hover {
  color: white;
}
.white-navbar .language-btn {
  color: #002611 !important;
}

.black-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.home-hero-section {
  position: relative;
  height: 100vh;
  background-image: url("../images/saas.webp");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 9;
  border-radius: 0px 0px 100px 100px;
}
.home-hero-section .black-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 0px 0px 100px 100px;
}
.home-hero-section .content {
  position: relative;
  z-index: 3;
  color: #fff;
  top: 30%;
  margin: auto;
  text-align: center;
  max-width: 85%;
  display: flex;
  flex-direction: column;
  justify-self: center;
  align-items: center;
  gap: 30px;
}
.home-hero-section .content h1 {
  font-size: clamp(2.5rem, 6vw, 4rem);
  font-weight: 900;
}
.home-hero-section .content .system-description {
  max-width: 700px;
}
.home-hero-section .btn {
  background-color: #F6BA1F;
  border: none;
  color: #000;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 8px;
  transition: background 0.3s;
}
.home-hero-section .btn:hover {
  background-color: #ffffff;
}

.statistics {
  text-align: center;
  background: #f2f3f5;
  min-height: 420px;
  max-height: 650px;
  margin-top: -90px;
  position: relative;
  z-index: 1;
  padding-top: 100px;
}
.statistics .row {
  height: 100%;
  align-items: center;
}
.statistics .section-title {
  text-align: center;
  font-size: clamp(1.5rem, 2.5vw, 2.5rem);
  font-weight: 800;
  color: #002611;
  margin-bottom: 40px;
  padding-top: 40px;
}
.statistics .counter,
.statistics .counter-plus {
  font-size: 48px;
  font-weight: bold;
  color: white;
  background: linear-gradient(104.54deg, #43C97F, #218E57, #002611);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  width: -moz-fit-content;
  width: fit-content;
}
.statistics .counter-label {
  color: #002611;
  font-weight: 900;
  font-size: 22px;
}

.benefits-section {
  margin-top: 100px;
}
.benefits-section .row {
  width: 90%;
  margin: auto !important;
}
.benefits-section .location-icon-wrapper {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.benefits-section .location-icon-wrapper p {
  color: #8e8e93;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  margin-top: 2rem;
}
.benefits-section .location-icon-wrapper i {
  font-size: 400px !important;
  width: 100%;
  height: 100%;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  text-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
  transition: text-shadow 0.3s ease;
}
.benefits-section .location-icon-wrapper .location-title {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #002611;
  font-size: 35px;
  text-align: center;
  padding: 0.5em;
  line-height: 1.4;
  font-weight: 900;
}
.benefits-section .location-icon-wrapper:hover i {
  text-shadow: 0 5px 30px rgba(0, 0, 0, 0.4);
}
.benefits-section .benefit-box {
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 1rem !important;
  display: flex;
  gap: 15px;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.benefits-section .benefit-box:hover {
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.25);
  transform: scale(1.05);
}
.benefits-section .benefit-box i {
  font-size: 2em;
}
.benefits-section .benefit-box p {
  color: #8e8e93;
  font-size: 18px;
}
.benefits-section .benefit-box h5 {
  color: #002611;
  font-weight: 900;
}

.security-section {
  background-image: url("../images/secure-bg.webp");
  min-height: 1000px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin-top: 10rem;
}
.security-section .content {
  color: white;
  position: relative;
  z-index: 3;
  text-align: center;
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
}
.security-section .content .content-title {
  font-weight: bold;
  margin: 5rem 0px;
}
.security-section .content .row {
  display: flex;
  align-items: center;
}
.security-section .content .security-card {
  justify-content: center;
  display: flex;
}
.security-section .content .security-card .card {
  width: 90%;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: brightness(100%) contrast(100%) saturate(100%) blur(10px) hue-rotate(0deg);
          backdrop-filter: brightness(100%) contrast(100%) saturate(100%) blur(10px) hue-rotate(0deg);
  border: 1px solid white;
  border-radius: 15px;
  height: 350px;
  display: flex;
  justify-content: space-evenly;
  transition: transform 0.3s ease;
}
.security-section .content .security-card .card:hover {
  transform: scale(1.05);
}
.security-section .content .security-card i {
  color: #F6BA1F;
  border-radius: 50%;
  border: 1px solid;
  padding: 25px;
  font-size: 40px;
  background: rgba(217, 217, 217, 0.1);
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.security-section .content .security-card p {
  padding: 0px 20px;
  font-size: clamp(0.8rem, 2vw, 0.9rem) !important;
}
.security-section .content .security-card h4 {
  font-size: clamp(1rem, 2vw, 1.5rem) !important;
  font-weight: bolder;
  padding: 0px 10px !important;
}

.choose-us {
  width: 90%;
  margin: -20rem auto 3rem !important;
  background-color: white;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  position: relative;
  z-index: 4;
}
.choose-us h1 {
  font-weight: bold;
  padding: 35px;
  color: #002611;
  font-size: 40px;
}
.choose-us .info-cards {
  padding: 50px 0px;
  justify-content: space-around;
  row-gap: 40px;
}
.choose-us .info-cards .info-column {
  background: rgb(246, 246, 255);
  border-radius: 20px;
  transition: transform 0.3s ease;
}
.choose-us .info-cards .info-column:hover {
  transform: scale(1.05);
}
.choose-us .info-cards .info-column .icon-box {
  position: relative;
  top: -23px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgb(246, 246, 255);
  width: 46px;
  height: 46px;
  border-radius: 50%;
}
.choose-us .info-cards .info-column .title-box {
  margin-top: -20px;
}
.choose-us .info-cards .info-column .title-box p {
  font-weight: bold;
  color: #002648;
  font-size: 18px;
}
.choose-us .image-wrapper {
  padding: 0px;
}
.choose-us .image-wrapper img {
  border-bottom-right-radius: 20px;
}

.plan-section {
  background: #f5f5f5;
  min-height: 400px;
  color: #002611;
  margin-top: 4rem !important;
  padding: 20px;
}
.plan-section > .col-12:first-of-type {
  padding: 3.4rem;
}
.plan-section h1 {
  font-size: 48px;
  font-weight: 600;
}
.plan-section h5 {
  font-size: 16px;
  margin: 30px 0px;
}
.plan-section ul {
  list-style: none;
  -moz-columns: 2;
       columns: 2;
  padding: unset;
}
.plan-section ul i {
  background: #F6BA1F;
  color: #002611;
  border-radius: 50%;
  padding: 5px;
  font-size: 12px;
  margin-right: 5px;
}
.plan-section ul li {
  margin-bottom: 10px;
}
.plan-section .see-plans-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #002611;
  font-weight: 500;
  transition: background-color 0.3s, color 0.3s;
  padding: 8px 16px;
  border-radius: 20px;
}
.plan-section .see-plans-btn .icon {
  background-color: #F6BA1F;
  border-radius: 50%;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s;
}
.plan-section .see-plans-btn .icon i {
  font-size: 14px;
}
.plan-section .see-plans-btn .icon .fa-arrow-left {
  display: none !important;
}
.plan-section .see-plans-btn:hover {
  background-color: #F6BA1F;
}
.plan-section .see-plans-btn:hover .icon {
  transform: translateX(4px);
}
.plan-section .see-plans-btn .text {
  font-weight: bold;
}
.plan-section .plan-card {
  width: 100%;
  max-width: 360px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  padding: 32px 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.plan-section .plan-card:hover {
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.25);
  transform: scale(1.05);
}
.plan-section .plan-card h1 {
  font-size: 32px;
  font-weight: 700;
  color: #002611;
}
.plan-section .plan-card h3 {
  font-size: 28px;
  font-weight: 600;
  color: #002611;
}
.plan-section .plan-card .plan-button {
  background-color: #002611;
  color: #ffffff;
  padding: 12px 24px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.3s;
}
.plan-section .plan-card .plan-button:hover {
  background-color: #014b2e;
}
.plan-section .plan-card .plan-highlight {
  background-color: #ffe8b0;
  color: #333;
  font-size: 14px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 12px;
  position: absolute;
  top: -12px;
  transform: translateY(-50%);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.my-10 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.page-intro {
  text-align: center;
  margin: auto;
  width: 70%;
}
.page-intro h2 {
  font-size: clamp(1rem, 3vw, 3rem);
  font-weight: 700;
  margin: 1.5rem 0px;
  color: #002611;
}
.page-intro p {
  font-size: clamp(0.5rem, 4vw, 1.125rem);
  color: #555;
  margin: 0 auto;
}
.page-intro .main-title {
  font-size: clamp(1.5rem, 6vw, 3.3rem);
  font-weight: bolder;
  color: #F6BA1F;
}

.gray-bg {
  background-color: #f9f8f8;
  padding: 50px 20px;
}

.technologies-section {
  margin: auto !important;
  row-gap: 30px;
}
.technologies-section .technology-card {
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  transition: transform 0.3s ease;
  margin: auto;
  padding: 20px;
  background-color: white;
  border-bottom: 5px solid #F6BA1F;
}
.technologies-section .technology-card i {
  color: #F6BA1F;
  font-size: 44px;
}
.technologies-section .technology-card ul {
  padding: 20px;
}
.technologies-section .technology-card ul li {
  font-size: 15px;
  color: #464646;
  font-weight: 900;
}
.technologies-section .technology-card ul li::marker {
  color: #F6BA1F;
}
.technologies-section .technology-card h2 {
  color: #202020;
  font-weight: bold;
  font-size: 20px;
}
.technologies-section .technology-card p {
  color: #464646;
  font-size: 16px;
}
.technologies-section .technology-card img {
  width: 150px;
  height: 150px;
}
.technologies-section .technology-card:hover {
  transform: scale(1.05);
}

.delivery-sections {
  justify-content: space-evenly;
  width: 90%;
  margin: auto !important;
  margin-bottom: 3rem !important;
  row-gap: 30px;
}
.delivery-sections .delivery-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  border: 1px solid #dedede;
  border-radius: 20px;
  min-height: 300px;
  text-align: center;
  transition: box-shadow 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  width: 100%;
  margin: auto;
  padding: 10px;
}
.delivery-sections .delivery-card h1 {
  color: #002611;
  font-weight: 900;
  font-size: 25px;
}
.delivery-sections .delivery-card p {
  color: #002611;
  font-size: 16px;
}
.delivery-sections .delivery-card img {
  width: 150px;
  height: 150px;
}
.delivery-sections .delivery-card:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}
.delivery-sections .animated-card {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.delivery-sections .animated-card.appear {
  opacity: 1;
  transform: translateY(0);
}
.delivery-sections .animated-card:nth-child(1) .delivery-card img, .delivery-sections .animated-card:nth-child(4) .delivery-card img {
  width: 200px;
}
.delivery-sections .animated-card:nth-child(even) {
  transform: translateX(-50px);
}
.delivery-sections .animated-card:nth-child(odd) {
  transform: translateX(50px);
}
.delivery-sections .animated-card.appear {
  transform: translateX(0);
  opacity: 1;
}

.plans-grid {
  display: flex;
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 3rem;
  justify-content: center;
}
.plans-grid .plan-card {
  background-color: #fff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  text-align: center;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 3px solid #F6BA1F;
  transform: scale(1.02);
}
.plans-grid .plan-card:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}
.plans-grid .plan-card .popular-badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #F6BA1F;
  color: #fff;
  padding: 8px 15px;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: bold;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.plans-grid .plan-card h3 {
  font-size: 2rem;
  color: #002611;
  margin-bottom: 10px;
}
.plans-grid .plan-card .plan-description {
  color: #777;
  margin-bottom: 20px;
}
.plans-grid .plan-card .price {
  font-size: 3rem;
  font-weight: bold;
  color: #007bff;
  margin-bottom: 30px;
}
.plans-grid .plan-card .price .currency {
  font-size: 1.5rem;
  vertical-align: super;
}
.plans-grid .plan-card .price .period {
  font-size: 1.2rem;
  color: #555;
}
.plans-grid .plan-card .features-list {
  margin-bottom: 30px;
  text-align: left;
}
.plans-grid .plan-card .features-list p {
  margin-bottom: 10px;
  color: #002611;
  display: flex;
  align-items: center;
}
.plans-grid .plan-card .features-list i {
  color: #002611;
  margin-right: 10px;
}
.plans-grid .plan-card .plan-button {
  background-color: #002611;
  color: #fff;
  border: none;
  padding: 12px 25px;
  font-size: 1rem;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.plans-grid .plan-card .plan-button:hover {
  transform: translateY(-3px);
}
.plans-grid .plan-card .plan-button .contact-sales {
  background-color: #6c757d;
}
.plans-grid .plan-card .plan-button .contact-sales:hover {
  background-color: #5a6268;
}

.auth-wrapper {
  background-image: url("../images/auth.webp");
  margin-top: 3rem;
  background-size: 100% 100%;
  min-height: 100vh;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.auth-wrapper::before {
  content: "";
  position: absolute;
  top: 3rem;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.auth-form {
  background-color: white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 40px;
  width: 500px;
  margin-top: 30px;
  margin-bottom: 3rem;
  position: relative;
  z-index: 2;
}
.auth-form h2 {
  color: #002611;
  font-size: 2rem;
  margin-bottom: 10px;
  font-weight: 900;
}
.auth-form p {
  color: #555;
  margin-bottom: 30px;
}
.auth-form .submit-form {
  margin-bottom: 25px;
}
.auth-form .form-group {
  margin-bottom: 20px;
}
.auth-form .form-group i {
  position: absolute;
  top: 70%;
  right: 8%;
  transform: translateY(-50%);
  cursor: pointer;
}
.auth-form label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
  color: #333;
}
.auth-form input, .auth-form textarea {
  width: calc(100% - 20px);
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
}
.auth-form a {
  color: #F6BA1F;
  text-decoration: none;
}
.auth-form a:hover {
  color: #F6BA1F;
  text-decoration: underline;
}
.auth-form .submit-button {
  background-color: #F6BA1F;
  color: #fff;
  font-weight: 900;
  border: none;
  padding: 12px 25px;
  font-size: 1.1rem;
  border-radius: 15px;
  cursor: pointer;
  width: 100%;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.auth-form .submit-button:hover {
  transform: translateY(-3px);
}

.contact-section .contact-image, .contact-section .contact-form {
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-section .contact-image {
  animation-name: slideFromLeft;
}
.contact-section .contact-image iframe {
  border-radius: 20px;
  width: 100%;
  height: 660px;
  border: 0;
}
.contact-section .contact-form {
  animation-name: slideFromRight;
}
.contact-section .contact-info {
  display: flex;
  gap: 10px;
  align-items: center;
}
.contact-section .contact-info i {
  color: #F6BA1F;
}

@keyframes slideFromRight {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideFromLeft {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.footer {
  background: #002611;
  min-height: 350px;
  color: white;
  align-items: center;
}
.footer .text-start {
  text-align: start !important;
}
.footer .footer-title {
  font-weight: 600;
  font-size: 20px;
}
.footer a {
  color: white;
  text-decoration: none;
}
.footer a:hover {
  color: #F6BA1F !important;
  cursor: pointer !important;
}
.footer .mr-2 {
  margin-right: 10px !important;
}
.footer .footer-contact {
  font-weight: 400;
  font-size: 14px;
}
.footer .footer-contact i:first-child {
  margin-right: 5px;
}
.footer .footer-contact i:last-child {
  margin-right: 10px;
}
.footer .footer-location {
  font-weight: 600;
  font-size: 16px;
}
.footer .pages-links {
  gap: 15px !important;
}

@media (max-width: 991px) {
  .navbar .navbar-collapse {
    margin: 0px 2rem;
  }
  .navbar .navbar-collapse .nav-menu {
    margin: unset;
    padding: 0;
  }
  .navbar .navbar-collapse .language-btn {
    margin: 20px 0px;
  }
  .home-hero-section .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
  }
  .home-hero-section .fixed-header.navbar .navbar-toggler-icon {
    background-image: url("data: image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' %3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22' /%3e%3c/svg%3e") !important;
  }
  .plan-section ul {
    -moz-columns: 1;
         columns: 1;
  }
  .footer {
    justify-content: center;
  }
  .footer .col-11 {
    margin-top: 30px !important;
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center;
  }
}
.sub-pages-hero-section {
  height: 100vh;
}
.sub-pages-hero-section .d-flex img {
  width: 100%;
  height: 100%;
}

@media (max-width: 700px) {
  .sub-pages-hero-section {
    height: 90vh;
  }
  .sub-pages-hero-section .d-flex {
    flex-direction: column;
  }
  .sub-pages-hero-section .d-flex .col-md-6 {
    text-align: center;
  }
  .sub-pages-hero-section .d-flex img {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .my-10 {
    margin-top: 0.5rem !important;
  }
  .security-section .content .row {
    row-gap: 20px;
  }
  .security-section .content .row .security-card:last-child {
    margin-bottom: 25rem !important;
  }
  .choose-us .info-cards {
    padding: 0px 20px;
  }
  .choose-us .image-wrapper img {
    margin-top: 2rem;
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
  }
  .plans-grid .plan-card {
    width: 85%;
  }
  .footer .footer-title {
    margin-bottom: 1.5rem !important;
  }
  .footer img {
    margin: 20px 0px;
  }
}/*# sourceMappingURL=main.css.map */