:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

.pt-8{
  padding-top: 10rem;
}

.signupform {
    margin-top: -4rem;
}

/*--------------------------------------------------------------
Success | Error Modal 
--------------------------------------------------------------*/
#success_tic .page-body,
#error_tic .page-body {
  max-width: 350px;
  background-color: #ffffff;
  margin: 5% auto;
}

#success_tic .modal-content,
#error_tic .modal-content {
  background-image: none;
}

#success_tic .page-body .head,
#error_tic .page-body .head {
  text-align: center;
}

#success_tic .checkmark-circle,
#error_tic .x-circle {
  width: 150px;
  height: 150px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.checkmark-circle .background {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #106eea;
  position: absolute;
}

.x-circle .background {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #ff3333;
  position: relative;
}

.x-circle .x-mark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#success_tic .checkmark-circle .checkmark,
#error_tic .x-circle .x {
  border-radius: 5px;
}

#success_tic .checkmark-circle .checkmark.draw:after {
  -webkit-animation-delay: 300ms;
  -moz-animation-delay: 300ms;
  animation-delay: 300ms;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-name: checkmark;
  -moz-animation-name: checkmark;
  animation-name: checkmark;
  -webkit-transform: scaleX(-1) rotate(135deg);
  -moz-transform: scaleX(-1) rotate(135deg);
  -ms-transform: scaleX(-1) rotate(135deg);
  -o-transform: scaleX(-1) rotate(135deg);
  transform: scaleX(-1) rotate(135deg);
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

#success_tic .checkmark-circle .checkmark:after {
  opacity: 1;
  height: 75px;
  width: 37.5px;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
  border-right: 15px solid #fff;
  border-top: 15px solid #fff;
  border-radius: 2.5px !important;
  content: "";
  left: 35px;
  top: 80px;
  position: absolute;
}

@-webkit-keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }

  20% {
    height: 0;
    width: 37.5px;
    opacity: 1;
  }

  40% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }

  100% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }
}

@-moz-keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }

  20% {
    height: 0;
    width: 37.5px;
    opacity: 1;
  }

  40% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }

  100% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }
}

@keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }

  20% {
    height: 0;
    width: 37.5px;
    opacity: 1;
  }

  40% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }

  100% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }
}

.header {
  overflow: hidden;
  background-color: #ABFADD;
  padding: 10px 0px 0px 0px;
}

.c-fff {
  color: #fff !important;
}

.navbar-light .navbar-brand {
  font-weight: bold;
}

.navbar-light .btn {
  border-radius: 20px;
}

.navbar .nav-item {
  font-size: 14px;
  color: #3F5950;
  padding: 5px 50px 0px 0px;
  letter-spacing: 1px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}

.navbar .btn {
  background: #FFFFFF;
  color: #3F5950;
  float: inline-end;
  height: auto;
  padding: 5px 12px;
  border-radius: 28px;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 1px;
  border: none;
  margin-top: 3px;
}

#bottom-form-wrapper {
  margin-top: 3rem;
  margin-bottom: 0px !important;
}

.header-title {
  font-size: 48px;
  font-weight: bold;
  color: #3F5950;
  font-family: 'Poppins', sans-serif;
  text-align: left;
  position: absolute;
}

/*--------------------------------------------------------------
  # Hero Section
  --------------------------------------------------------------*/
#hero {
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: repeat;
  background-position: center;
}

.main-section p {
  font-size: 15px;
  color: #3F5950;
  font-family: 'Poppins', sans-serif;
  text-align: justify;
}

.middle-section {
  padding:0px 0px 70px 0px;
}

.middle-section .pt-20 {
  padding-top: 20px;
}

.middle-text {
  width: 100%;
  position: relative;
  display: block;
  padding: 14px 12px;
}

.middle-text h5 {
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
  color: #3F5950;
  font-size: 20px;
}

.middle-text .text {
  width: 100% !important;
  margin-left: 1rem !important;
  font-family: 'Poppins', sans-serif;
  color: #3F5950;
  font-size: 14px;
}

 #signup-form .mb-3{
  margin-bottom: 0.5rem !important;
 }

.signupform .card {
  border-radius: 10px;
}

.signupform .card-body {
  padding: 40px 30px;
  box-shadow: 0px 0px 3px 4px #f5f5f5 !important;
  border-radius: 10px;
}

.signupform h4 {
  color: #3F5950;
  font-size: 24px;
  font-family: 'Poppins', sans-serif;
}

.signupform .form-control {
  background: #F6F6F6;
  border-radius: 22px !important;
  border: none;
  width: 100% !important;
  height: 50px;
}

.signupform label {
  color: #3F5950;
  font-size: 12px;
  text-transform: uppercase;
  border: none;
  /* margin: 15px 0px 5px 0px; */
  font-family: 'Poppins', sans-serif;
}

.signupform p {
  margin: 10px 0px 0px 0px;
  color: #3F5950;
  font-size: 13px;
  font-family: 'Poppins', sans-serif;
}

.signupform a {
  color: #99f6d4;
  font-size: 13px;
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
  font-weight: 600;
}

.btn{  
  padding: 9px 30px;
  border-radius: 30px;
  border: none;
  font-weight: 500;
}

.btn-signup {
  color: #3F5950;
  font-weight: 600;
  font-size: 14px;
  background-color: #ABFADD;
  border-radius: 20px;
  margin: 15px 0px 5px 0px;
}

.btn-signup:hover {
  background-color: #b5f2dc;
}
#title-div {
  padding-top: 10rem;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .header-title {
    font-size: 35px;
  }

  .signupform h4 {
    font-size: 20px;
  }
  .signupform{
    margin-top: 4rem;
  }
  .main-section{
    background-size: contain;
    height: fit-content !important;
    background-repeat: no-repeat;
  }
}

/* Phone Styles */
@media only screen and (min-width: 280px) and (max-width: 767px) {
  #hero{
    height: auto !important;
  }

  .header-title {
    padding-bottom: 10px;
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
  }

  .signupform h4 {
    font-size: 17px;
  }

  .signupform {
    margin-top: 4rem;
  }

  .main-section {
    background-size: cover;       /* Ensures full image is shown */
    background-repeat: no-repeat;
    background-position: center;
    padding: 10px 0px;           /* Adjust top/bottom padding as needed */
    position: relative;
    z-index: 1;
    height: 100% !important;
  }

  .main-section .container {
    position: relative;
    z-index: 2;                   /* Ensures content stays above the image */
  }

  #title-div {
    padding: 5rem 1rem !important
  }

  #hero .top-section-content-container{
    position: relative !important;
    width: 100% !important;
    left: 0 !important;
    top: 0 !important;
  }
}

/*--------------------------------------------------------------
Custom Styles for Vendor Intro Template and Preview Vendor Intro Template
--------------------------------------------------------------*/

iframe {
  border: 0 !important;
  width: 100% !important;
  height: 384px !important;
}

.paragraph-section img {
  width: 100%;
  height: auto;
}

.paragraph-section {
  padding: 40px 0px;
  min-height: 450px;
}

/* Paragraph Section mobile */
@media screen and (max-width: 768px) {
  .paragraph-section {
    padding: 10px;
  }

  .paragraph-section figure table {
    display: flex;
  }

  .paragraph-section figure table tbody tr {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .navbar .btn {
    float: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .navbar .btn {
    float: none !important;
  }
}

.ck-content {
  margin: 0;
}

.image-style-align-center {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.signup-form-delete button,
.section-title div .no-bg,
.contact-form-delete #bottom-form-title-color-picker,
.contact-form-delete .btn-sm,
.ql-toolbar {
  display: none;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #01c9f5;
  border-top-color: #e2eefd;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
  # Loader
  --------------------------------------------------------------*/
.loader {
  width: 40px;
  height: 40px;
  border: 5px solid #01c9f5;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#hero .top-section-content-container {
  top: 0;
  /* width: 100%; */
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.main-section p {
    font-size: 16px;
    color: #3F5950;
    font-family: 'Poppins', sans-serif;
    text-align: justify;
    font-weight: 500;
    line-height: 32px;
}

#hero .top-section-content-container input,
#hero .top-section-content-container button,
#hero .top-section-content-container .placeholder {
  display: none;
}

.w-50 {
  width: 100% !important;
}



/* Circular Color Options */
.highlight-color {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid black;
  margin: 3px;
}

.yellow {
  background-color: yellow;
}

.pink {
  background-color: pink;
}

.green {
  background-color: green;
}

.blue {
  background-color: blue;
}

.red {
  background-color: red;
}

.remove {
  background-color: transparent;
}

blockquote {
  padding-left: 1.5em;
  padding-right: 1.5em;
  margin-left: 0;
  margin-right: 0;
  font-style: italic;
  border-left: solid 5px hsl(0, 0%, 80%);
}

.button-link {
  display: inline-block;
  padding: 10px 20px;
  margin: 5px;
  background-color: #007bff;
  color: white;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s;
}

.button-link:hover {
  background-color: #09a9f7;
}

.category {
  font-family: 'Oswald';
  font-size: 20px;
  font-weight: bold;
  color: #555;
  letter-spacing: 10px;
  margin: 0;
  padding: 0;
}

.document-title {
  font-family: 'Oswald';
  font-size: 50px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  border: 0;
}

.document-subtitle {
  font-family: 'Oswald';
  font-size: 20px;
  color: #555;
  margin: 0 0 1em;
  font-weight: bold;
  padding: 0;
}

.marker {
  background-color: yellow;
  font-weight: bold;
}

.spoiler {
  background: #000;
  color: #000;
}

blockquote.side-quote {
  font-family: Oswald;
  font-style: normal;
  float: right;
  width: 35%;
  position: relative;
  margin-left: 1em;
  background-color: rgb(249, 249, 249);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 8px;
  border-width: 0px;
  border-style: initial;
  border-color: initial;
  border-image: initial;
  overflow: visible;
  padding: 1em;
  border-radius: 5px;
}

blockquote.side-quote::before {
  content: "“";
  position: absolute;
  top: -30px;
  left: -15px;
  font-size: 150px;
  color: rgba(0, 0, 0, 0.1);
  z-index: 0;
  line-height: 1;
  transform: rotate(-10deg);
}

pre.fancy-code-dark::before,
pre.fancy-code-bright::before {
  content: '';
  display: block;
  height: 13px;
  background: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1NCAxMyI+CiAgPGNpcmNsZSBjeD0iNi41IiBjeT0iNi41IiByPSI2LjUiIGZpbGw9IiNGMzZCNUMiLz4KICA8Y2lyY2xlIGN4PSIyNi41IiBjeT0iNi41IiByPSI2LjUiIGZpbGw9IiNGOUJFNEQiLz4KICA8Y2lyY2xlIGN4PSI0Ny41IiBjeT0iNi41IiByPSI2LjUiIGZpbGw9IiM1NkM0NTMiLz4KPC9zdmc+Cg==);
  margin-bottom: 8px;
  background-repeat: no-repeat;
}

pre.fancy-code-dark {
  border: 0;
  margin-left: 2em;
  margin-right: 2em;
  border-radius: 10px;
  background: #272822;
  color: #fff;
  box-shadow: 5px 5px 0 #0000001f;
  padding: 1em;
}

pre.fancy-code-bright {
  border: 0;
  margin-left: 2em;
  margin-right: 2em;
  border-radius: 10px;
  background: #dddfe0;
  color: #000;
  box-shadow: 5px 5px 0 #b3b3b3;
  padding: 1em;
}

.info-box {
  --background-size: 30px;
  --background-color: #e91e63;
  padding: 1.2em 2em;
  border: 1px solid var(--background-color);
  background: linear-gradient(135deg, var(--background-color) 0%, var(--background-color) var(--background-size), transparent var(--background-size)), linear-gradient(135deg, transparent calc(100% - var(--background-size)), var(--background-color) calc(100% - var(--background-size)), var(--background-color));
  border-radius: 10px;
  margin: 1.5em 2em;
  box-shadow: 5px 5px 0 #ffe6ef;
}

.image-style-align-left {
  float: left;
  height: auto;
  max-width: 100%;
  margin-right: calc(1.5em / 2);
}

.image-style-align-right {
  float: right;
  height: auto;
  margin-left: calc(1.5em / 2);
}

table td {
  border: 1px solid #bfbfbf;
  min-width: 2em;
  padding: .4em;
}

table {
  margin: .9em auto;
}

table tr {
  background: transparent;
}

table {
  width: 100%;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.signupform .iti--allow-dropdown{
  width: -webkit-fill-available;
}

.signupform .iti__selected-flag{
  border-radius: 22px 0px 0px 22px;
}

.paragraph-section img {
  max-width: 100%;
  height: auto;
  display: block;
}