/* ==========================================================================
   Base Modal & Layout Styles
   ========================================================================== */
/* .logo-area {
  display: none;
} */

.desklog-logo {
  width: 50px;
  height: auto;
}

.sf-modal-hero-section {
  display: flex;
  align-items: center;
  font-family: "Inter", sans-serif !important;
}


.sf-modal-hero-section .sf-main-section {
  min-height: 100vh;
  width: 100%;
  margin: 0;
  top: 0;
  left: 0;
}



/* ==========================================================================
   Section-specific Styles
   ========================================================================== */

.sf-modal-hero-section .sf-green-section {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-image:
    url('https://desklog.io/wp-content/uploads/2025/10/square-Frame-design.png'),
    linear-gradient(90deg, #ceddb1 0%, #d8e7bc 50%, #e9f2d2 100%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100%;
  overflow: hidden;
}



/* ==========================================================================
   Typography
   ========================================================================== */

.sf-modal-hero-section .sf-hero-title {
  font-size: 1.9rem !important;
  line-height: 2.3rem;
  font-weight: 600 !important;
  background: linear-gradient(to right, #004073, #608509);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 2px;
  margin-top: 1rem;
  text-align: left;
}

.sf-modal-hero-section .sf-hero-subtitle {
  font-size: 1rem;
  text-align: left;
  font-weight: 400;
  margin-top: 5px;
  color: #636c79;
  margin-bottom: 10px;
}

.sf-modal-hero-section .sf-hero-subtitle a {
  color: #14406f;
  font-size: 0.9rem;
  font-style: italic;
}

.sf-hero-subtitle svg {
  width: 12px;
  height: auto;
  margin-left: 1px;
}

/* ==========================================================================
   Form Styles
   ========================================================================== */

.sf-modal-hero-section .sf-form-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sf-modal-hero-section .sf-form-box {
  background-color: white;
  border-radius: 10px;
  /* box-shadow: 0px 0px 153px 5px rgba(0, 0, 0, 0.14); */
  z-index: 1;
  width: 70%;
  /* border: 1px solid rgba(0, 0, 0, 0.05); */
  margin: auto;
}


.sf-modal-hero-section .sf-form-box .form-control::placeholder {
  color: #a0aec0;
}

.sf-modal-hero-section .sf-form-box .form-control:focus {
  border-color: #d2e3bc;
  box-shadow: 0 0 0 1px rgb(124 176 61 / 51%);
}

.sf-modal-hero-section .sf-form-box .fa-eye {
  color: #77a517;
}

.sf-modal-hero-section .sf-form-box select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23718096' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 12px;
}

.sf-modal-hero-section .sf-form-box .no-card {
  text-align: center;
  font-size: 0.78em !important;
  font-weight: 400;
  margin-bottom: 20px;
  margin-top: 5px;
  font-family: 'Inter' !important;
}

.sf-modal-hero-section .sf-form-box .get-started-form-cnt {
  box-shadow: none;
  background: none;
  width: 99%;
  margin: auto;
  padding: 25px 0;
  grid-template-columns: 1fr;
  z-index: 2;
  position: relative;
}

.sf-modal-hero-section .get-started-form-new .form-control {
  border-radius: 7px;
}


.sf-modal-hero-section .get-started-form-new button.get-started-submit {
  border-radius: 7px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  font-weight: 400;
  justify-content: center;
  padding: 10px 0;
}



.get-started-submit {
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
  border: none;
  cursor: pointer;
  align-items: center;
  gap: 0.75rem;
  background-color: var(--clr);
  color: #fff;
  border-radius: 10rem;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  padding-left: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background-color 0.3s;
}

.button__icon-wrapper {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  position: relative;
  color: #ffffff;
  /* background-color: #fff; */
  border-radius: 20%;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid white;
}

/* .button__icon-svg path {
  stroke: currentColor;
  stroke-width: 1px;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
} */

.get-started-submit:hover {
  background-color: #00487a;
}

.get-started-submit:hover .button__icon-wrapper {
  color: #fff;
}

.button__icon-svg--copy {
  position: absolute;
  transform: translate(-150%, 150%);
}

.get-started-submit:hover .button__icon-svg:first-child {
  transition: transform 0.3s ease-in-out;
  transform: translate(150%, -150%);
}

.get-started-submit:hover .button__icon-svg--copy {
  transition: transform 0.3s ease-in-out 0.1s;
  transform: translate(0);
}


.signup-terms-link {
  margin-bottom: 0;
  font-family: "Inter", sans-serif !important;
}

/* ==========================================================================
   Rating stars Styles
   ========================================================================== */


.sf-modal-hero-section .trust-section {
  width: 100%;
}

.sf-modal-hero-section .trust-section-title {
  color: #34495e;
  font-family: "Inter", sans-serif !important;
  margin-bottom: 9px;
  font-size: 0.8rem;
}

.sf-modal-hero-section .rating-card-div {
  gap: 10px;
  flex-wrap: wrap;
}

.sf-modal-hero-section .rating-card {
  background-color: #ffffff;
  border: 1px solid #e0e6ed;
  border-radius: 12px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 60px;
  width: fit-content;
}

.sf-modal-hero-section .rating-logo-stars {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}


.sf-modal-hero-section .rating-logo-stars .g2-logo {
  width: 75px;
  height: 20px;
}

.sf-modal-hero-section .rating-logo {
  height: 25px;
  object-fit: contain;
}

.sf-modal-hero-section .rating-logo-stars img {
  width: 75px;
  height: auto;
}


.sf-modal-hero-section .rating-divider {
  border-left: 1px solid #e0e6ed;
  height: 40px;
  margin: 0 5px;
}

.sf-modal-hero-section .rating-score {
  font-weight: 700;
  font-size: 0.8rem;
  color: #00a9d4;
}

.sf-modal-hero-section .rating-stars {
  color: #f39c12;
  font-size: 0.5rem;
  gap: 2px;
  display: flex;
}

/* --- CSS Animation --- */

.sf-modal-hero-section .rating-animation-container {
  position: relative;
  min-height: 80px;
  overflow: hidden;
}

@keyframes card-cycle {
  0% {
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none;
  }

  8% {
    opacity: 1;
    transform: translateY(0);
    pointer-events: all;
  }

  50% {
    opacity: 1;
    transform: translateY(0);
    pointer-events: all;
  }

  58% {
    opacity: 0;
    transform: translateY(-20px);
    pointer-events: none;
  }

  100% {
    opacity: 0;
    transform: translateY(-20px);
    pointer-events: none;
  }
}

.sf-modal-hero-section .rating-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.sf-modal-hero-section .rating-animation-container .rating-group {
  animation: card-cycle 6s ease-in-out infinite;
}

.sf-modal-hero-section .rating-animation-container .rating-group:nth-child(2) {
  animation-delay: 3s;
}







/* ==========================================================================
   Green Card section - Dashboard
   ========================================================================== */
.dashboard-section {
  margin: auto;
  position: relative;
}

.dashboard-section .sf-dashboard-title {
  line-height: 1.4rem;
  font-size: 1.1rem !important;
  /* font-weight: 600 !important; */
  background: black;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 2px;
  margin-top: 1rem;
  text-align: left;
  max-width: 600px;
  margin-bottom: 20px;
}

.dashboard-section .header-icon-section {
  display: flex;
  align-items: flex-end;
  gap: 15px;
}

.dashboard-section .image-card {
  transition: transform .4s cubic-bezier(.25, .8, .25, 1), box-shadow .4s cubic-bezier(.25, .8, .25, 1);
  overflow: hidden;
}

/* .dashboard-section .image-card:hover {
  transform: scale(1.01);
} */

.dashboard-section .image-card img {
	max-width: 750px;
  width: 100%;
  height: auto;
  display: block;
  border-radius: 1.5rem;
}

.check-icon {
  color: #5d9c59;
}

.dashboard-section .icon-tile {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: .75rem;
  background: #4CAF50;
  color: #fff;
}

.dashboard-section .mb-24 {
  margin-bottom: 24px;
}

.dashboard-section .mt-24 {
  margin-top: 24px;
}


.dashboard-section .center-tall-card {
  position: relative;
  z-index: 2;
  padding-top: 70px;
}

.dashboard-section .heading-sub-text {
  margin-bottom: 0;
}

/* ==========================================================================
   Green Card section - Testimonial
   ========================================================================== */
.sf-carousal-section {
  background: #fff;
  position: relative;
  padding-bottom: 30px;
}

.sf-carousal-section .testimonial-header-text {
  position: relative;
  z-index: 1;
}

.sf-carousal-section::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -140px;
  transform: translateX(-50%) rotate(180deg);
  width: 120%;
  height: 310px;
  background: #fff;
  z-index: 0;
  border-bottom-left-radius: 50% 100%;
  border-bottom-right-radius: 50% 100%;
}

.sf-carousal-section .section-title {
  color: #34495e;
  font-weight: 600;
  margin-bottom: 0;
  font-size: 1rem;
}

.sf-carousal-section .section-subtitle {
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 1.5rem;
  color: #82b504;
}

.sf-carousal-section .testimonial-content-section {
  display: flex;
  flex-direction: column;
}

.sf-carousal-section .testimonial-card {
  background-color: #f0f5e4;
  border-radius: 20px;
  padding: 15px 40px;
  display: flex;
  align-items: center;
  border: 1px solid #e8eddb;
  transition: all 0.3s ease;
}

.sf-carousal-section .testimonial-img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 10%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
  margin-right: 30px;
  flex-shrink: 0;
}

.sf-carousal-section .testimonial-content-section .quote-icon {
  font-size: 2rem;
  color: #bdbdbd;
  margin-bottom: 10px;
  text-align: left;
}

.sf-carousal-section .testimonial-text {
  color: #555;
  font-style: italic;
  text-align: left;
  margin-bottom: 10px;
  line-height: 1.3;
  font-size: 0.8rem;
}

.sf-carousal-section .testimonial-author-start-free {
  font-weight: 700;
  color: #333;
  margin-bottom: 0;
  font-size: 1rem;
  margin-top: 10px;
}


.sf-carousal-section .testimonial-text .span-text-1 {
  font-weight: 600;
  font-style: normal;
}

.sf-carousal-section .testimonial-author-start-free-content {
  text-align: left;
}

.sf-carousal-section .testimonial-author-start-free-title {
  color: #777;
  font-size: 0.7rem;
}

.sf-carousal-section .owl-carousel-testimonial .owl-item {
  transition: transform 0.5s ease;
  transform: scale(0.8);
  opacity: 0.5;
}

.sf-carousal-section .owl-carousel-testimonial .owl-item.center {
  transform: scale(1);
  opacity: 1;
}

.sf-carousal-section .owl-dots .owl-dot {
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
}

.sf-carousal-section .owl-dots .owl-dot span {
  width: 12px !important;
  height: 12px !important;
  margin: 0 5px !important;
  background: #d1d1d1 !important;
  border-radius: 50% !important;
}

.sf-carousal-section .owl-dots .owl-dot.active span {
  background: #8db92e !important;
}


.sf-carousal-section .owl-carousel-testimonial .owl-item img {
  display: block;
  position: absolute !important;
  left: -45px !important;
  top: 30px;
  width: 110px;
  height: 110px;
}

.sf-carousal-section .testimonial-card {
  /* height: 245px; */
}

.sf-carousal-section .testimonial-head-text {
  padding-left: 40px;
  text-align: left;
}

@media (max-width: 767px) {
  .sf-carousal-section .testimonial-card {
    flex-direction: column;
    text-align: center;
  }

  .sf-carousal-section .testimonial-img {
    margin-right: 0;
    margin-bottom: 20px;
  }
}


.sf-carousal-section .owl-dots {
  display: block;
}

.sf-carousal-section .owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 10px;
  height: 25px;
}

.sf-hero-title {
  line-height: 1.15;
}

.sf-form-container .loader-inline {
  --bg-color: transparent;
  display: inline-flex;
  align-items: baseline;
  height: 1em;
  position: relative;
  vertical-align: baseline;
}

.sf-form-container .words-inline {
  position: relative;
  display: inline-block;
  overflow: hidden;
  height: 1em;
  line-height: 1em;
  --fade: 14%;
  -webkit-mask-image: linear-gradient(to bottom,
      transparent 0%,
      #000 var(--fade),
      #000 calc(100% - var(--fade)),
      transparent 100%);
  mask-image: linear-gradient(to bottom,
      transparent 0%,
      #000 var(--fade),
      #000 calc(100% - var(--fade)),
      transparent 100%);
}

.sf-form-container .word-inline {
  display: block;
  height: 1em;
  line-height: 1em;
  padding-left: 0;
  color: #608509;
  font-weight: 700;
  transform: translateZ(0);
  animation: slideWords 8s infinite;
  will-change: transform;
}

@keyframes slideWords {

  0%,
  16% {
    transform: translateY(0%);
  }

  20%,
  36% {
    transform: translateY(-100%);
  }

  40%,
  56% {
    transform: translateY(-200%);
  }

  60%,
  76% {
    transform: translateY(-300%);
  }

  80%,
  96% {
    transform: translateY(-400%);
  }

  100% {
    transform: translateY(-400%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .sf-form-container .word-inline {
    animation: none;
  }
}

.sf-form-container .sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}






/* ==========================================================================
   Responsive Styles
   ========================================================================== */

@media (max-width: 1440px) {
  .sf-modal-hero-section .sf-form-box {
    max-width: 100% !important;
    padding: 10px 20px !important;
  }

  .sf-modal-hero-section .sf-hero-title {
    font-size: 1.5rem !important;
    line-height: 1.7rem !important;
  }

  .dashboard-section .center-tall-card {
    transform: scale(0.8);
  }

  .sf-modal-hero-section .sf-form-box {
    width: 100%;
  }

}

@media (max-width: 992px) {
  .sf-modal-hero-section .sf-modal-hero-section {
    padding: 40px 0;
    min-height: auto;
  }

  .sf-modal-hero-section .sf-form-box {
    max-width: 600px;
  }

  .sf-modal-hero-section .sf-green-section {
    display: none;
  }
}

@media (max-width: 991px) {

  .sf-modal-hero-section .sf-form-box {
    border: none !important;
    box-shadow: none !important;
    margin-top: 2rem;
  }
}

@media (max-width: 768px) {
  .sf-modal-hero-section .sf-form-box {
    padding: 30px;
  }

  .sf-modal-hero-section .signup-terms-link {
    text-align: center !important;
  }
}

@media (max-width: 576px) {
  .sf-modal-hero-section .sf-form-box {
    max-width: 100% !important;
    padding: 10px !important;
    margin-top: 0;
    border-radius: 10px;
  }
}

/* ==========================================================================
   pop up modal extra styles
   ========================================================================== */


.modal-dialog.custom_start-free-modal {
  max-width: 100%;
  margin: 0 !important;
}

.signup-modal .modal-content {
  border: 0;
}

.modal-dialog.custom_start-free-modal .modal-body {
  padding: 0 !important;
}


.signup-modal form {
  max-width: 100% !important;
}




.sf-modal-hero-section .sf-carousal-section p {
  font-family: 'Inter', sans-serif !important;
}



/* ==========================================================================
  EDIT - Label section
   ========================================================================== */

.floating-label-group {
  position: relative;
  margin-bottom: 1.5rem;
}

.floating-label-group .form-control {
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 18px 12px 10px;
  width: 100%;
  font-size: 1rem;
  background: #fff;
  height: fit-content;
  transition: all 0.2s ease;
}

.floating-label-group .sf-form-label {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  color: #888;
  font-size: 1rem;
  background: #fff;
  height: fit-content;
  padding: 0 4px;
  transition: 0.2s ease all;
  pointer-events: none;
  z-index: 1;
}

.floating-label-group .form-control:focus~.sf-form-label,
.floating-label-group .form-control:not(:placeholder-shown)~.sf-form-label,
.floating-label-group .form-control:invalid~.sf-form-label,
.floating-label-group .form-control.error~.sf-form-label {
  top: 0 !important;
  left: 10px !important;
  font-size: 0.85rem;
  color: #495057;
  opacity: 1;
}

#user-register-form-popup label.error {
  margin-top: 4px;
  text-align: right;
}


#user-register-form-popup label#country-error {
  text-align: left;
}


/* ==========================================================================
   EDIT - Submit button loader image
   ========================================================================== */


#popupsubmit img#loading-image {
  display: none;
  width: 20px;
  margin-left: 0px;
  margin-bottom: 0;
}

#popupsubmit.SubmitDisable img#loading-image {
  display: block;
}

#popupsubmit.SubmitDisable .button-text,
#popupsubmit.SubmitDisable .button__icon-wrapper {
  display: none;
}

.get-started-form-new input:autofill,
.get-started-form-new input:-webkit-autofill,
.get-started-form-new input:-webkit-autofill:hover, 
.get-started-form-new input:-webkit-autofill:focus, 
.get-started-form-new input:-webkit-autofill:active {
    -webkit-text-fill-color: #000; 
    color: #000; 
    box-shadow: 0 0 0 1000px #ffffff inset; 
	transition: background-color 5000s ease-in-out 0s;}

