@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Host+Grotesk:ital,wght@0,300..800;1,300..800&display=swap');
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(241, 241, 241);
}

::-webkit-scrollbar-thumb {
  background: #3fbbbc;
  border-radius: 10px;
  border: 2px solid #f1f1f1;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(63, 187, 188);
}

html {
  scrollbar-width: thin;
  scrollbar-color: rgb(63, 187, 188) rgb(241, 241, 241);
}

::selection {
  background-color: rgb(76, 72, 155);
  color: rgb(255, 255, 255);
}

::-moz-selection {
  background-color: #4C489B;
  color: #ffffff;
}

* {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden !important;
  font-family: "Host Grotesk", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: rgb(0, 0, 0) !important;
}

h1,
h2,
h3,
h4 {
  font-family: "Host Grotesk", sans-serif;
}

a {
  text-decoration: none;
}

.navbar {
  position: sticky;
  top: 0px;
  background-color: transparent;
  transition: background-color 0.3s ease;
  z-index: 1000;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
}

.nav-link {
  color: rgb(0, 0, 0) !important;
  font-weight: 500;
  margin: 5px 10px;
  font-size: 24px;
}

.nav-link:hover {
  color: rgb(0, 103, 105) !important;
}

.nav-btn {
  margin: 10px 15px;
}

.navbar.scrolled {
  background-color: white;
}

.navbar.scrolled .nav-link {
  color: black !important;
}

.navbar.scrolled .nav-btn::before,
.navbar.scrolled .nav-btn::after {
  border-color: black;
}

.logo {
  width: 180px;
}

.hero-wrapper {
  z-index: 333;
  position: relative;
  width: 100%;
  height: 80vh;
  object-fit: cover;
  display: flex;
  align-items: center;
  background: linear-gradient(to left, #413c98e5 10%, rgba(255,255,255,0) 100%), 
  url('image/carousel .jpg') no-repeat center center;
  background-size: cover;
  background-image: url("https://api.intermedia-web.com/getSavedAsset/StartWork/start-work-agency.al/start-work-agency.al_2026-01-23_08-40-46-169/img/20260121_081009_WEB-DESIGN-5.png");
  background-position-x: initial, center;
  background-position-y: initial, center;
  background-repeat: initial, no-repeat;
  background-attachment: initial, initial;
  background-origin: initial, initial;
  background-clip: initial, initial;
  background-color: initial;
}

.hero-container {
  z-index: 2;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 1px;
  margin-bottom: 20px;
  text-transform: uppercase;
  row-gap: 10px;
  column-gap: 10px;
}

.hero-title {
  font-size: 3.5rem;
  font-weight: 800;
  color: rgb(255, 255, 255);
  line-height: 1.1;
  margin-bottom: 25px;
}

.hero-description {
  font-size: 1.1rem;
  color: rgb(255, 255, 255);
  line-height: 1.6;
  margin-bottom: 35px;
}

.hero-btn .button1_text {
  font-weight: 600;
  padding: 12px 30px;
}

.service-card {
  border-radius: 25px !important;
  transition: transform 0.3s ease;
}

.service-card:hover {
  transform: translateY(-10px);
}

.service-card img {
  height: 250px;
  object-fit: cover;
}

.icon-tag {
  position: absolute;
  bottom: 10px;
  right: 5px;
  background: #413C98;
  color: white;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid white;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(65, 60, 152);
}

.button1 {
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  padding: 0.7em 1em;
  border: 3px solid #3f36f8;
  border-radius: 2px;
  position: relative;
  color: rgb(20, 9, 241);
  text-decoration: none;
  transition: 0.3s ease all;
  z-index: 1;
}

.button1:before {
  transition: 0.5s all ease;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  content: '';
  background-color: #413C98;
  z-index: -1;
}

.button1:hover, .button1:focus {
  color: white;
}

.button1:hover:before, .button1:focus:before {
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
}

.button1:active {
  transform: scale(0.9);
}

.glass-card {
  position: relative;
  background: #413C98;
  backdrop-filter: blur(5px);
  border: 1px solid rgb(25, 11, 104);
  border-radius: 0px;
  padding: 40px 30px;
  text-align: left;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: pointer;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(65, 60, 152);
}

.glass-card:hover {
  background: #7063AB;
  border-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-5px);
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(112, 99, 171);
}

.glass-card:hover .qr-wrapper {
  filter: grayscale(0) invert(0);
  opacity: 1;
}

.qr-wrapper i {
  color: rgb(255, 255, 255);
}

.qr-image {
  width: 80px !important;
  height: 80px;
  color: #fff;
}

.testimonial-text {
  color: rgb(255, 255, 255);
}

.user-info {
  border-left: 1px solid #ffffff;
  padding-left: 15px;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: rgb(255, 255, 255);
}

.user-info strong {
  display: block;
  color: rgb(255, 255, 255);
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.user-info span {
  color: rgb(163, 99, 47);
  font-size: 0.8rem;
}

.icon-container  i {
  font-size: 6rem !important;
  color: #35a5a6;
}

.punonjes-head {
  background: linear-gradient(135deg, #ffffff, #ffffff);
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
  height: 50vh;
  display: flex;
  align-items: center;
  background-image: linear-gradient(135deg, rgb(255, 255, 255), rgb(255, 255, 255));
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  background-position-x: 50%;
  background-position-y: 50%;
}

.punonjes-head h1 {
  color: dark;
  align-items: start;
}

.asistence-head {
  background: linear-gradient(135deg, #ffffff, #ffffff);
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
  height: 35vh;
  display: flex;
  align-items: center !important;
  text-align: start;
  background-image: linear-gradient(135deg, rgb(255, 255, 255), rgb(255, 255, 255));
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  background-position-x: 50%;
  background-position-y: 50%;
}

.asistence-head h1 {
  color: dark;
  font-size: 42px;
  text-align: start;
  font-family: "Host Grotesk", sans-serif;
}

.asistence-head p {
  text-align: start;
  font-weight: 600;
}

.asistence-head span {
  color: rgb(61, 54, 122);
}

.contact-head {
  background: linear-gradient(135deg, #ffffff, #ffffff);
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
  height: 35vh;
  display: flex;
  align-items: center !important;
  text-align: star;
  background-image: linear-gradient(135deg, rgb(255, 255, 255), rgb(255, 255, 255));
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  background-position-x: center;
  background-position-y: center;
}

.contact-head p {
  text-align: start;
  font-weight: 600;
}

.contact-head span {
  color: rgb(61, 54, 122);
}

.contact-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
}

.contact-info h1 {
  font-size: 3rem;
  font-weight: 300;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.contact-info p {
  font-size: 1.1rem;
  color: rgb(65, 60, 151);
  margin-bottom: 3rem;
  line-height: 1.6;
}

.info-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2.5rem;
}

.info-icon {
  width: 50px;
  height: 50px;
  background: rgba(150, 121, 121, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.5rem;
  flex-shrink: 0;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(150, 121, 121, 0.2);
}

.info-icon svg {
  width: 24px;
  height: 24px;
  color: rgb(196, 196, 197);
}

.info-content h3 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.info-content p {
  margin: 0;
  color: rgb(65, 60, 151);
  font-size: 1rem;
}

.contact-form {
  background: #413C97;
  border-radius: 12px;
  padding: 2.5rem;
  backdrop-filter: blur(10px);
  position: relative;
  z-index: 10;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(65, 60, 151);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1.5rem;
  row-gap: 1rem;
  column-gap: 1rem;
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-control {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 1rem;
  color: white;
  font-size: 1rem;
  transition: all 0.3s ease;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.05);
}

.form-control:focus {
  background: rgba(255, 255, 255, 0.1);
  box-shadow: rgba(219, 142, 142, 0.1) 0px 0px 0px 3px;
  border-color: #823232;
  color: white;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.1);
}

.form-control::placeholder {
  color: rgb(255, 255, 255);
}

.form-select {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 1rem;
  color: white;
  font-size: 1rem;
}

.form-select option {
  background: #413C97;
  color: white;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(65, 60, 151);
}

.btn-submit {
  background: linear-gradient(135deg, #ffffff 0%, #ffffff 100%);
  border: none;
  border-radius: 8px;
  padding: 1rem 2.5rem;
  color: #413C97;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
}

.btn-submit1 {
  background: linear-gradient(135deg, #ffffff 0%, #ffffff 100%);
  border: none;
  border-radius: 8px;
  padding: 1rem 2.5rem;
  color: rgb(65, 60, 151);
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  background-image: linear-gradient(135deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.btn-submit1:hover {
  transform: translateY(-2px);
  box-shadow: rgba(173, 69, 69, 0.3) 0px 10px 25px;
}

.btn-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(255, 169, 169, 0.3);
}

.copyright {
  color: rgb(0, 0, 0);
}

.logo-copyright {
  width: 90px;
}

.custom-footer {
  background-color: rgb(26, 26, 26);
  color: rgb(255, 255, 255);
  padding: 40px 0;
}

.contact-links a {
  display: block;
  color: rgb(255, 255, 255);
  text-decoration: none;
  font-size: 16px;
  margin-bottom: 2px;
}

.contact-links a:hover {
  color: rgb(76, 193, 202);
}

.footer-logo {
  max-height: 90px;
  width: auto;
}

.footer-nav-wrap {
  border-top: 1px solid #cccaca;
  border-bottom: 1px solid #bdbdbd;
  padding: 15px 0;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgb(204, 202, 202);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgb(189, 189, 189);
}

.footer-nav-wrap a {
  color: rgb(255, 255, 255);
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
}

.copyright-text p {
  margin-bottom: 5px;
  font-size: 13px;
}

.whatsapp-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: rgb(37, 211, 102);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 10px;
}

.socila-media {
  padding: 20px;
  margin: 40px;
}

.socila-media h2 {
  align-items: center;
  text-align: center;
}

:root {
  --brand-purple: #3d367a;
  --brand-teal: #3fbbbc;
}

.brand-purple {
  color: var(--brand-purple);
}

.btn-brand-teal {
  background-color: var(--brand-teal);
  border: none;
}

.btn-brand-teal:hover {
  background-color: rgb(53, 165, 166);
  color: rgb(255, 255, 255) !important;
}

.btn-whatsapp {
  background-color: rgb(37, 211, 102);
  border: none;
}

.btn-whatsapp:hover {
  background-color: rgb(32, 186, 86);
  color: rgb(255, 255, 255) !important;
}

.btn-instagram {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  border: none;
  background-image: linear-gradient(45deg, rgb(240, 148, 51) 0%, rgb(230, 104, 60) 25%, rgb(220, 39, 67) 50%, rgb(204, 35, 102) 75%, rgb(188, 24, 136) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.btn-instagram:hover {
  background: linear-gradient(45deg, #d67d1c 0%, #cf5525 25%, #c5102c 50%, #b50c4f 75%, #a50171 100%);
  color: rgb(255, 255, 255) !important;
  background-image: linear-gradient(45deg, rgb(214, 125, 28) 0%, rgb(207, 85, 37) 25%, rgb(197, 16, 44) 50%, rgb(181, 12, 79) 75%, rgb(165, 1, 113) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.pune {
  padding-top: 30px;
}

.pune .row {
  margin-top: 40px !important;
}

.text-info1 p {
  color: rgb(86, 61, 124);
}

::-webkit-scrollbar {
  width: 10px;
}

h1, h2, h3, h4 {
  font-family: "Host Grotesk", sans-serif;
}

.navbar.scrolled .nav-btn::before, .navbar.scrolled .nav-btn::after {
  border-top-color: black;
  border-right-color: black;
  border-bottom-color: black;
  border-left-color: black;
}

.button1::before {
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  position: absolute;
  top: 0px;
  left: 50%;
  right: 50%;
  bottom: 0px;
  opacity: 0;
  content: "";
  background-color: rgb(65, 60, 152);
  z-index: -1;
}

.button1:hover {
  color: white;
}

.button1:focus {
  color: white;
}

.button1:hover::before, .button1:focus::before {
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  left: 0px;
  right: 0px;
  opacity: 1;
}

.icon-container i {
  font-size: 6rem !important;
  color: rgb(53, 165, 166);
}

.cropped-image {
  object-fit: cover !important;
  object-position: center !important;
  max-width: none !important;
  max-height: none !important;
  min-width: 0 !important;
  min-height: 0 !important;
  display: block !important;
}

.cropped-image-parent,
*:has(.cropped-image) {
  overflow: hidden !important;
  position: relative !important;
}

.cropped-image-parent, :has(.cropped-image) {
  overflow-x: hidden !important;
  overflow-y: hidden !important;
  position: relative !important;
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 2.5rem;
  }
  .hero-badge {
    justify-content: center;
  }
  .contact-section {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .contact-info h1 {
    font-size: 2rem;
  }
  .form-row {
    grid-template-columns: 1fr;
  }
  .res-footer {
    padding: 2em 0;
  }
  .contact-links a {
    font-size: 14px;
  }
  .contact-links i {
    color: rgb(37, 211, 102);
    margin-right: 5px;
  }
  .footer-logo {
    max-height: 60px;
    width: auto;
  }
}

@media (max-width: 1024px) {
  .navbar {
    background-color: white !important;
  }
  .nav-link {
    color: black !important;
    font-size: 16px;
  }
  .nav-btn::before,
  .nav-btn::after {
    border-color: black !important;
  }
  .button1 {
    font-size: 13px;
  }
}

@media (max-width: 992px) {
  .navbar {
    background-color: white !important;
  }
  .nav-link {
    color: black !important;
    font-size: 16px;
  }
  .nav-btn::before,
  .nav-btn::after {
    border-color: black !important;
  }
}

@media (max-width: 480px) {
  .hero-content .title , span {
    color: white !important;
  }
  .title {
    font-size: 1.8rem !important;
  }
  .hero-content p {
    font-size: 1rem;
  }
  .hero-content .subtitle {
    font-size: 1.5rem !important;
  }
  .hero-content .title, span {
    color: white !important;
  }
}

@media (max-width: 450px) {
  .hero-content .title {
    color: white !important;
  }
}

@media (max-width: 380px) {
  .hero-content .title {
    color: white !important;
  }
  .title {
    font-size: 1.5em;
  }
}