@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Marcellus&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Space+Grotesk:wght@300..700&display=swap");
/* start second section */
.category-container {
  position: relative;
  width: 100%;
  height: 800px;
  overflow: hidden;
  padding-top: 25px;
}
.category-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/second-main-bg.png");
  background-size: cover;
  background-position: top left;
  z-index: -2;
}
.category-container h1 {
  font-size: 30px;
  line-height: normal;
  letter-spacing: -2.6px;
  color: #2D3958;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  max-width: 250px;
  margin: auto;
  padding-bottom: 20px;
}
.category-container .category-wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--gap);
  width: 100%;
  max-width: min(100%, 1200px);
  margin: 0 auto;
  padding-inline: 0;
  flex: 1 1 auto;
  gap: 20px;
  padding: 0 20px;
}
.category-container .category-wrapper h2 {
  font-size: 30px;
  line-height: 46px;
  text-transform: none;
  font-weight: 700;
  letter-spacing: -0.8px;
  color: #2D3958;
  font-family: "DM Sans", sans-serif;
  text-align: center;
}
.category-container .category-wrapper h3 {
  font-size: 18px;
  line-height: 28px;
  margin: 0;
  color: #7B88A8;
  font-family: "DM Sans", sans-serif;
  text-align: center;
}
.category-container .category-wrapper .category-inner-wrapper {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 60px;
}
.category-container .category-wrapper .category-inner-wrapper .category-image img {
  width: 100%;
}

/* end second section */
/* start solution */
.solution-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 60px 0;
}
.solution-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/solution-bg.png");
  background-size: cover;
  background-position: top left;
  z-index: -2;
}
.solution-container .solution-wrapper {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--gap);
  width: 100%;
  max-width: min(100%, 1200px);
  margin: 0 auto;
  padding-inline: 0;
  flex: 1 1 auto;
}
.solution-container h2 {
  font-size: 30px;
  line-height: normal;
  text-transform: none;
  font-weight: 700;
  letter-spacing: -0.8px;
  color: #2D3958;
  font-family: "DM Sans", sans-serif;
  padding-bottom: 30px;
  max-width: 82%;
  text-align: center;
}
.solution-container .solution-list-container {
  width: 100%;
  max-width: min(100%, 1200px);
  margin: 0 auto;
}
.solution-container .solution-item {
  max-height: 400px;
  min-height: 400px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 20px;
}
.solution-container .solution-item img {
  height: 450px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  display: block;
  transition: height 0.3s ease;
}
.solution-container .solution-item h3 {
  font-size: 22px;
  line-height: 32px;
  text-transform: none;
  font-weight: 700;
  letter-spacing: -0.4px;
  font-family: "DM Sans", sans-serif;
  margin-top: 30px;
  text-align: left;
  color: #2D3958;
  text-align: center;
}
.solution-container .solution-item h3:hover {
  color: #4C6FFF;
}
.solution-container .solution-list-slider .slick-slide {
  display: flex;
  align-items: stretch;
  padding: 0 15px;
  box-sizing: border-box;
}
.solution-container .solution-list-slider .slick-list {
  margin: 0 -15px;
}
.solution-container .solution-list-slider .slick-track {
  display: flex;
  align-items: flex-end;
}
.solution-container .slick-center img {
  height: 300px;
}

/* end solution */
.contact-section {
  padding: 4rem 0;
  min-height: 80vh;
  display: flex;
  align-items: center;
}

.contact-wrapper {
  background-color: #F8FAFC;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
  padding-bottom: 50px;
}
.contact-wrapper .form-title {
  font-size: 64px;
  line-height: 72px;
  letter-spacing: -2px;
  text-transform: none;
  font-weight: 700;
  font-family: "DM Sans", sans-serif;
  padding-top: 100px;
  text-align: center;
}
.contact-wrapper p {
  font-size: 1.125rem;
  color: #64748b;
  line-height: 1.6;
  margin-bottom: 2rem;
  text-align: center;
}
.contact-wrapper .contact-form {
  background-color: #fff;
  border-radius: 20px 20px 20px 20px;
  box-shadow: 0px 20px 40px 0px rgba(76, 111, 255, 0.15);
  padding-top: 40px;
  padding-right: 35px;
  padding-bottom: 40px;
  padding-left: 35px;
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-wrapper .contact-form p {
  text-align: left;
}
.contact-wrapper input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, .contact-wrapper textarea.wpcf7-form-control.wpcf7-textarea {
  width: 100%;
  height: 56px;
  transition: all 0.3s;
  border: 1px solid #E7E5EA;
  color: #7B88A8;
  background: #f8fafc;
  border-radius: 10px;
  box-shadow: none;
  padding-left: 20px;
  margin-bottom: 20px;
}
.contact-wrapper label {
  width: 100%;
  text-align: left;
}
.contact-wrapper input.wpcf7-form-control.wpcf7-submit.has-spinner {
  background: #4C6FFF;
  font-weight: 500;
  padding: 14px 40px;
  color: #fff;
  border-radius: 10px;
  transition: all 0.3s;
  border: none;
}
.contact-wrapper .contact-details {
  padding-top: 50px;
  display: flex;
  flex-direction: column;
  width: 90%;
  justify-content: space-between;
  gap: 20px;
}
.contact-wrapper .contact-details .number-box, .contact-wrapper .contact-details .email-box {
  background: #fff;
  border-radius: 20px 20px 20px 20px;
  box-shadow: 0px 20px 40px 0px rgba(76, 111, 255, 0.15);
  padding-top: 40px;
  padding-right: 35px;
  padding-bottom: 40px;
  padding-left: 35px;
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.contact-wrapper .contact-details .number-box h3, .contact-wrapper .contact-details .email-box h3 {
  color: #2D3958;
  font-size: 16px;
  line-height: 26px;
  padding-top: 20px;
}
.contact-wrapper .contact-details .number-box .contact-image, .contact-wrapper .contact-details .email-box .contact-image {
  width: 60px;
  height: 60px;
  background-color: #4C6FFF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-wrapper .contact-details .number-box .contact-image img, .contact-wrapper .contact-details .email-box .contact-image img {
  width: 25px;
  height: 25px;
}

.about-banner {
  background: #F8FAFC;
  position: relative;
  height: 400px;
}
.about-banner .banner-container h1 {
  font-size: 64px;
  line-height: 72px;
  text-transform: none;
  letter-spacing: -2px;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-container {
  background: linear-gradient(0deg, #E9E9F9 0.76%, rgba(225, 226, 255, 0) 100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 400px;
}

.container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}

/* Growth Section */
.growth-section {
  padding: 4rem 0;
  background-color: #f8fafc;
  min-height: 80vh;
  display: flex;
  align-items: center;
}

.growth-content {
  display: flex;
  flex-direction: column-reverse;
}

.text-content {
  max-width: 500px;
}

.main-title {
  font-size: 3rem;
  font-weight: 700;
  color: #1e293b;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  text-align: center;
}

.description {
  font-size: 1.125rem;
  color: #64748b;
  line-height: 1.6;
  margin-bottom: 2rem;
  text-align: center;
}

.cta-button {
  background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
  color: white;
  padding: 0.875rem 2rem;
  border: none;
  border-radius: 0.5rem;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(79, 70, 229, 0.3);
}

.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(79, 70, 229, 0.4);
}

.image-content {
  position: relative;
  border-radius: 1.5rem;
  overflow: hidden;
  aspect-ratio: 16/10;
  background: linear-gradient(135deg, #ec4899 0%, #8b5cf6 50%, #3b82f6 100%);
}

.gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(236, 72, 153, 0.8) 0%, rgba(139, 92, 246, 0.8) 50%, rgba(59, 130, 246, 0.8) 100%);
}

.hero-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 0;
}

.team-section {
  padding: 5rem 0;
  background-color: #ffffff;
}

.team-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #374151;
  text-align: center;
  margin-bottom: 4rem;
  line-height: 1.2;
}

.team-grid {
  display: flex;
  flex-direction: column;
}

.team-card {
  text-align: center;
  transition: transform 0.3s ease;
}

.team-card:hover {
  transform: translateY(-5px);
}

.team-image {
  width: 100%;
  max-width: 280px;
  margin: 0 auto 1.5rem;
  position: relative;
  overflow: hidden;
  border-radius: 1.5rem;
  background-color: #e5e7eb;
  aspect-ratio: 1;
}

.team-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}

.team-card:hover .team-image img {
  transform: scale(1.05);
}

.team-info {
  padding: 0 1rem;
}

.team-name {
  font-size: 1.25rem;
  font-weight: 600;
  color: #374151;
  margin-bottom: 0.5rem;
}

.team-position {
  font-size: 1rem;
  color: #9ca3af;
  font-weight: 400;
}

.contact-banner {
  background: #F8FAFC;
  position: relative;
  height: 400px;
}
.contact-banner .banner-container h1 {
  font-size: 64px;
  line-height: 72px;
  text-transform: none;
  letter-spacing: -2px;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.services-all {
  padding-top: 50px;
  width: 100%;
  max-width: min(100%, 1200px);
  margin: 0 auto;
  padding-bottom: 50px;
}
.services-all h3 {
  color: #6EC1E4;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: -0.3px;
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
}
.services-all h2 {
  font-size: 48px;
  line-height: 56px;
  letter-spacing: -2px;
  text-transform: none;
  font-weight: 700;
  color: #2D3958;
  text-align: center;
  padding-bottom: 50px;
  max-width: 620px;
  margin: auto;
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
}
.services-all .services-category .category-list-slider {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  margin: 20px;
}
.services-all .services-category .category-list-slider .services-item {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #E7E5EA;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0px 20px 10px 0px rgba(0, 0, 0, 0);
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  flex-basis: 40%;
}
.services-all .services-category .category-list-slider .services-item:hover {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #FFFFFF;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0px 20px 40px 0px rgba(76, 111, 255, 0.15);
}
.services-all .services-category .category-list-slider .services-item h3 {
  font-size: 18px;
  line-height: 28px;
  text-transform: none;
  font-weight: 700;
  letter-spacing: -0.8px;
  color: #2D3958;
  text-align: left;
  padding: 20px 0;
}
.services-all .services-category .category-list-slider .services-item p {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  color: #7B88A8;
  text-align: left;
}

.main-nav {
  position: fixed;
  width: 100%;
  z-index: 9999;
  top: 0;
  background-color: transparent;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.main-nav .inner-navigation {
  width: 80%;
  display: flex;
  justify-content: space-between;
  margin: auto;
  align-items: center;
  height: 70px;
}
.main-nav .inner-navigation ul {
  padding: 0;
  margin: 0;
  gap: 20px;
  display: block;
}
.main-nav .inner-navigation ul li {
  list-style: none;
}
.main-nav .inner-navigation ul li a {
  font-size: 16px;
  text-decoration: none;
  font-family: "Space Grotesk", sans-serif;
}
.main-nav.home-nav a {
  font-size: 16px;
  color: #fff;
}
.main-nav.inner-nav a {
  font-size: 16px;
  color: #7B88A8;
}

.breadcrumbs {
  position: absolute;
  left: 50%;
  top: 58%;
  transform: translateX(-50%);
}
.breadcrumbs a {
  font-size: 16px;
  line-height: normal;
  color: #4C6FFF;
  text-decoration: none;
}

.main-nav.scrolled {
  background-color: #2B1643;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

header {
  position: absolute;
  z-index: 1;
}

html, body {
  margin: 0 !important;
  padding: 0 !important;
}

.home-banner {
  position: relative;
  min-height: 737px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  background-color: #000000;
  background-size: cover;
  border-bottom-left-radius: 230px;
  z-index: -1;
}
.home-banner .title-container {
  position: absolute;
  left: 0;
  margin-left: 20px;
}
.home-banner .title-container h1 {
  font-size: 48px;
  font-family: "Roboto", sans-serif;
  max-width: 900px;
  text-align: left;
  margin: 0;
}
.home-banner .title-container p {
  font-family: "Roboto", sans-serif;
  max-width: 900px;
  text-align: left;
  color: #E7E5EA;
  font-size: 18px;
  line-height: 28px;
}
.home-banner .side-image {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 610px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border-top-left-radius: 100px;
  z-index: -1;
}

/* start footer */
footer {
  width: 100%;
  height: 400px;
  background-image: url("../img/main-footer-bg.png");
  background-size: cover;
  background-position: center;
}
footer .inner-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  height: 400px;
  justify-content: space-between;
}
footer .inner-footer h2 {
  font-size: 42px;
  line-height: normal;
  color: #ffffff;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 30px;
  margin: 0;
}
footer .inner-footer ul {
  display: inline-flex;
  padding: 0;
  margin: 0;
  gap: 20px;
}
footer .inner-footer ul li {
  list-style: none;
}
footer .inner-footer ul li a {
  font-size: 14px;
  line-height: 23px;
  text-decoration: none;
  color: #ffffff;
}
footer .inner-footer .copyright {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 90%;
}
footer .inner-footer .copyright p {
  color: #ffffff;
  font-size: 14px;
}

.footer-logo {
  width: 100px;
  height: 100px;
  justify-content: space-between;
  width: 90%;
}

/* end footer */
/* Hide the menu on small screens */
.main-nav {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9999;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}
.main-nav .inner-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  width: 90%;
  margin: auto;
}
.main-nav .inner-navigation .logo-area .quills-logo {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -0.5px;
  line-height: 1.2;
  margin: 0;
  color: #4C6FFF;
  text-decoration: none;
  transition: all 0.3s ease;
}
.main-nav .inner-navigation .logo-area .quills-logo:hover {
  color: rgb(25, 69.9720670391, 255);
  transform: translateY(-1px);
}
@media (max-width: 768px) {
  .main-nav .inner-navigation .logo-area .quills-logo {
    font-size: 20px;
  }
}
.main-nav .inner-navigation .logo-area h1.quills-logo {
  font-size: 24px;
}
@media (max-width: 768px) {
  .main-nav .inner-navigation .logo-area h1.quills-logo {
    font-size: 20px;
  }
}
.main-nav .desktop-menu {
  display: none;
}
.main-nav .primary-menu {
  display: block;
  gap: 20px;
  padding: 0;
  margin: 0;
}
.main-nav .primary-menu li {
  list-style: none;
}
.main-nav .primary-menu li a {
  text-decoration: none;
  font-size: 16px;
  color: #333;
  font-family: "Space Grotesk", sans-serif;
}
.main-nav .hamburger {
  font-size: 24px;
  background: none;
  border: none;
  color: #333;
  cursor: pointer;
}
.main-nav .sidebar-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 250px;
  height: 100vh;
  background-color: #fff;
  box-shadow: -2px 0 8px rgba(0, 0, 0, 0.2);
  transition: right 0.3s ease;
  padding: 20px;
  z-index: 10000;
}
.main-nav .sidebar-menu.open {
  right: 0;
}
.main-nav .sidebar-menu .close-sidebar {
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
  float: right;
  margin-bottom: 20px;
}
.main-nav .sidebar-menu .sidebar-nav {
  margin-top: 40px;
}

/* Responsive */
@media (min-width: 992px) {
  .main-nav .desktop-menu {
    display: block;
  }
  .main-nav .hamburger,
  .main-nav .sidebar-menu {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .contact-section {
    padding: 4rem 0;
    min-height: 80vh;
    display: flex;
    align-items: center;
  }
  .contact-wrapper {
    background-color: #F8FAFC;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 100px;
    padding-bottom: 100px;
  }
  .contact-wrapper .form-title {
    font-size: 64px;
    line-height: 72px;
    letter-spacing: -2px;
    text-transform: none;
    font-weight: 700;
    font-family: "DM Sans", sans-serif;
    padding-top: 100px;
    text-align: center;
  }
  .contact-wrapper p {
    font-size: 1.125rem;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 2rem;
  }
  .contact-wrapper .contact-form {
    background-color: #fff;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0px 20px 40px 0px rgba(76, 111, 255, 0.15);
    padding-top: 40px;
    padding-right: 35px;
    padding-bottom: 40px;
    padding-left: 35px;
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .contact-wrapper input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, .contact-wrapper textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    height: 56px;
    transition: all 0.3s;
    border: 1px solid #E7E5EA;
    color: #7B88A8;
    background: #f8fafc;
    border-radius: 10px;
    box-shadow: none;
    padding-left: 20px;
    margin-bottom: 20px;
  }
  .contact-wrapper label {
    width: 100%;
  }
  .contact-wrapper input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #4C6FFF;
    font-weight: 500;
    padding: 14px 40px;
    color: #fff;
    border-radius: 10px;
    transition: all 0.3s;
    border: none;
  }
  .contact-wrapper .contact-details {
    padding-top: 50px;
    display: flex;
    flex-direction: row;
    width: 68%;
    justify-content: space-between;
  }
  .contact-wrapper .contact-details .number-box, .contact-wrapper .contact-details .email-box {
    background: #fff;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0px 20px 40px 0px rgba(76, 111, 255, 0.15);
    padding-top: 40px;
    padding-right: 35px;
    padding-bottom: 40px;
    padding-left: 35px;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 49%;
  }
  .contact-wrapper .contact-details .number-box h3, .contact-wrapper .contact-details .email-box h3 {
    color: #2D3958;
    font-size: 16px;
    line-height: 26px;
    padding-top: 20px;
  }
  .contact-wrapper .contact-details .number-box .contact-image, .contact-wrapper .contact-details .email-box .contact-image {
    width: 60px;
    height: 60px;
    background-color: #4C6FFF;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .contact-wrapper .contact-details .number-box .contact-image img, .contact-wrapper .contact-details .email-box .contact-image img {
    width: 25px;
    height: 25px;
  }
  .primary-menu {
    display: flex !important;
    flex-direction: row;
    gap: 20px;
    list-style: none;
    margin: 0;
    padding-left: 0;
  }
  .primary-menu li {
    display: inline-block;
  }
  .primary-menu li a {
    color: #000;
    text-decoration: none;
    padding: 8px 12px;
  }
  /* Hide hamburger and sidebar */
  .hamburger-icon,
  .sidebar-menu {
    display: none !important;
  }
  .main-nav {
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 0;
    background-color: transparent;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
  }
  .main-nav .inner-navigation {
    width: 80%;
    display: flex;
    justify-content: space-between;
    margin: auto;
    align-items: center;
    height: 70px;
  }
  .main-nav .inner-navigation ul {
    padding: 0;
    margin: 0;
    gap: 20px;
    display: flex;
  }
  .main-nav .inner-navigation ul li {
    list-style: none;
  }
  .main-nav .inner-navigation ul li a {
    font-size: 16px;
    text-decoration: none;
    font-family: "Space Grotesk", sans-serif;
    color: #ffffff;
  }
  .main-nav .inner-navigation .logo-area .quills-logo {
    font-family: "Space Grotesk", sans-serif;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: -0.5px;
    line-height: 1.2;
    margin: 0;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
  }
  .main-nav .inner-navigation .logo-area .quills-logo:hover {
    color: rgb(229.5, 229.5, 229.5);
    transform: translateY(-1px);
  }
  .main-nav.home-nav a {
    font-size: 16px;
    color: #fff;
  }
  .main-nav.inner-nav {
    background-color: #2B1643;
  }
  .main-nav.inner-nav a {
    font-size: 16px;
    color: #7B88A8;
  }
  .main-nav.scrolled .inner-navigation .logo-area .quills-logo {
    font-family: "Space Grotesk", sans-serif;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: -0.5px;
    line-height: 1.2;
    margin: 0;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
  }
  .main-nav.scrolled .inner-navigation .logo-area .quills-logo:hover {
    color: rgb(229.5, 229.5, 229.5);
    transform: translateY(-1px);
  }
  .main-nav.scrolled .inner-navigation .desktop-menu ul li a {
    color: #fff;
  }
  .breadcrumbs {
    position: absolute;
    left: 50%;
    top: 58%;
    transform: translateX(-50%);
  }
  .breadcrumbs a {
    font-size: 16px;
    line-height: normal;
    color: #4C6FFF;
    text-decoration: none;
  }
  .main-nav.scrolled {
    background-color: #2B1643;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }
  header {
    position: absolute;
    z-index: 1;
  }
  html, body {
    margin: 0 !important;
    padding: 0 !important;
  }
  .home-banner {
    position: relative;
    min-height: 737px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #ffffff;
    background-color: #000000;
    background-size: cover;
    border-bottom-left-radius: 230px;
    z-index: -1;
  }
  .home-banner .title-container {
    position: absolute;
    left: 0;
    margin-left: 300px;
  }
  .home-banner .title-container h1 {
    font-size: 90px;
    font-family: "Roboto", sans-serif;
    max-width: 900px;
    text-align: left;
    margin: 0;
  }
  .home-banner .title-container p {
    font-family: "Roboto", sans-serif;
    max-width: 900px;
    text-align: left;
    color: #E7E5EA;
    font-size: 18px;
    line-height: 28px;
  }
  .home-banner .side-image {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1034px;
    height: 610px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
    border-top-left-radius: 100px;
    z-index: -1;
  }
  /* elegant start */
  .el-home-banner {
    position: relative;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #ffffff;
    background-color: #000000;
    background-size: cover;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 5vw));
  }
  .el-home-banner .el-title-container {
    position: absolute;
    left: 0;
    margin-left: 300px;
    z-index: 1;
  }
  .el-home-banner .el-title-container h1 {
    font-size: 90px;
    font-family: "Roboto", sans-serif;
    max-width: 900px;
    text-align: left;
    margin: 0;
  }
  .el-home-banner .el-title-container p {
    font-family: "Roboto", sans-serif;
    max-width: 900px;
    text-align: left;
    color: #E7E5EA;
    font-size: 18px;
    line-height: 28px;
  }
  .el-home-banner .el-side-image {
    position: absolute;
    top: 70px;
    right: 12%;
    width: 400px;
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
    border-radius: 50%;
  }
  /* elegant end */
  /* start second section */
  .category-container {
    position: relative;
    width: 100%;
    height: 800px;
    overflow: hidden;
    padding-top: 120px;
  }
  .category-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/second-main-bg.png");
    background-size: cover;
    background-position: top left;
    z-index: -2;
  }
  .category-container h1 {
    font-size: 64px;
    line-height: 72px;
    letter-spacing: -2.6px;
    color: #2D3958;
    text-align: center;
    font-family: "DM Sans", sans-serif;
    max-width: 100%;
    margin-bottom: 80px;
  }
  .category-container .category-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: var(--gap);
    width: 100%;
    max-width: min(100%, 1200px);
    margin: 0 auto;
    padding-inline: 0;
    height: 100%;
    flex: 1 1 auto;
    gap: 120px;
  }
  .category-container .category-wrapper h2 {
    font-size: 36px;
    line-height: 46px;
    text-transform: none;
    font-weight: 700;
    letter-spacing: -0.8px;
    color: #2D3958;
    font-family: "DM Sans", sans-serif;
  }
  .category-container .category-wrapper h3 {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 50px 0;
    color: #7B88A8;
    font-family: "DM Sans", sans-serif;
  }
  .category-container .category-wrapper .category-inner-wrapper {
    display: flex;
    align-items: center;
    gap: 120px;
  }
  /* end second section */
  /* start solution */
  .solution-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 120px 0;
  }
  .solution-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/solution-bg.png");
    background-size: cover;
    background-position: top left;
    z-index: -2;
  }
  .solution-container .solution-wrapper {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: var(--gap);
    width: 100%;
    max-width: min(100%, 1200px);
    margin: 0 auto;
    padding-inline: 0;
    flex: 1 1 auto;
  }
  .solution-container h2 {
    font-size: 42px;
    line-height: 50px;
    text-transform: none;
    font-weight: 700;
    letter-spacing: -0.8px;
    color: #2D3958;
    font-family: "DM Sans", sans-serif;
    padding-bottom: 60px;
    max-width: 82%;
  }
  .solution-container .solution-list-container {
    width: 100%;
    max-width: min(100%, 1200px);
    margin: 0 auto;
  }
  .solution-container .solution-item {
    max-height: 600px;
    min-height: 600px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    text-align: center;
  }
  .solution-container .solution-item img {
    height: 450px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 8px;
    display: block;
    transition: height 0.3s ease;
  }
  .solution-container .solution-item h3 {
    font-size: 22px;
    line-height: 32px;
    text-transform: none;
    font-weight: 700;
    letter-spacing: -0.4px;
    font-family: "DM Sans", sans-serif;
    margin-top: 30px;
    text-align: left;
    color: #2D3958;
  }
  .solution-container .solution-item h3:hover {
    color: #4C6FFF;
  }
  .solution-container .solution-list-slider .slick-slide {
    display: flex;
    align-items: stretch;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .solution-container .solution-list-slider .slick-list {
    margin: 0 -15px;
  }
  .solution-container .solution-list-slider .slick-track {
    display: flex;
    align-items: flex-end;
  }
  .solution-container .slick-center img {
    height: 600px;
  }
  /* end solution */
  /* start footer */
  footer {
    width: 100%;
    height: 360px;
    background-image: url("../img/main-footer-bg.png");
    background-size: cover;
    background-position: center;
  }
  footer .inner-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
    height: 340px;
    justify-content: space-between;
  }
  footer .inner-footer h2 {
    font-size: 42px;
    line-height: normal;
    color: #ffffff;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 30px;
    margin: 0;
  }
  footer .inner-footer ul {
    display: inline-flex;
    padding: 0;
    margin: 0;
    gap: 20px;
  }
  footer .inner-footer ul li {
    list-style: none;
  }
  footer .inner-footer ul li a {
    font-size: 14px;
    line-height: 23px;
    text-decoration: none;
    color: #ffffff;
  }
  footer .inner-footer .copyright {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 90%;
  }
  footer .inner-footer .copyright p {
    color: #ffffff;
    font-size: 14px;
  }
  .footer-logo {
    width: 100px;
    height: 100px;
    justify-content: space-between;
    width: 90%;
  }
  /* end footer */
  .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
  }
  /* Growth Section */
  .growth-section {
    padding: 4rem 0;
    background-color: #f8fafc;
    min-height: 80vh;
    display: flex;
    align-items: center;
  }
  .growth-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
  }
  /* Text Content */
  .text-content {
    max-width: 500px;
  }
  .main-title {
    font-size: 3rem;
    font-weight: 700;
    color: #1e293b;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    text-align: left;
  }
  .description {
    font-size: 1.125rem;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 2rem;
    text-align: left;
  }
  .cta-button {
    background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
    color: white;
    padding: 0.875rem 2rem;
    border: none;
    border-radius: 0.5rem;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(79, 70, 229, 0.3);
  }
  .cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(79, 70, 229, 0.4);
  }
  /* Image Content */
  .image-content {
    position: relative;
    border-radius: 1.5rem;
    overflow: hidden;
    aspect-ratio: 16/10;
    background: linear-gradient(135deg, #ec4899 0%, #8b5cf6 50%, #3b82f6 100%);
  }
  .gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(236, 72, 153, 0.8) 0%, rgba(139, 92, 246, 0.8) 50%, rgba(59, 130, 246, 0.8) 100%);
  }
  .hero-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
    z-index: 0;
  }
  /* Team Section */
  .team-section {
    padding: 5rem 0;
    background-color: #ffffff;
  }
  .team-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #374151;
    text-align: center;
    margin-bottom: 4rem;
    line-height: 1.2;
  }
  .team-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    align-items: start;
  }
  .team-card {
    text-align: center;
    transition: transform 0.3s ease;
  }
  .team-card:hover {
    transform: translateY(-5px);
  }
  .team-image {
    width: 100%;
    max-width: 280px;
    margin: 0 auto 1.5rem;
    position: relative;
    overflow: hidden;
    border-radius: 1.5rem;
    background-color: #e5e7eb;
    aspect-ratio: 1;
  }
  .team-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition: transform 0.3s ease;
  }
  .team-card:hover .team-image img {
    transform: scale(1.05);
  }
  .team-info {
    padding: 0 1rem;
  }
  .team-name {
    font-size: 1.25rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 0.5rem;
  }
  .team-position {
    font-size: 1rem;
    color: #9ca3af;
    font-weight: 400;
  }
  .services-all {
    padding-top: 100px;
    width: 100%;
    max-width: min(100%, 1200px);
    margin: 0 auto;
    padding-bottom: 100px;
  }
  .services-all h3 {
    color: #6EC1E4;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: -0.3px;
    text-align: center;
  }
  .services-all h2 {
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -2px;
    text-transform: none;
    font-weight: 700;
    color: #2D3958;
    text-align: center;
    padding-bottom: 50px;
    max-width: 620px;
    margin: auto;
    text-align: center;
  }
  .services-all .services-category .category-list-slider {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    flex-direction: row;
  }
  .services-all .services-category .category-list-slider .services-item {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #E7E5EA;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 20px 10px 0px rgba(0, 0, 0, 0);
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    flex-basis: 40%;
  }
  .services-all .services-category .category-list-slider .services-item:hover {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 20px 40px 0px rgba(76, 111, 255, 0.15);
  }
  .services-all .services-category .category-list-slider .services-item h3 {
    font-size: 18px;
    line-height: 28px;
    text-transform: none;
    font-weight: 700;
    letter-spacing: -0.8px;
    color: #2D3958;
    text-align: left;
    padding: 20px 0;
  }
  .services-all .services-category .category-list-slider .services-item p {
    font-family: "DM Sans", sans-serif;
    font-size: 18px;
    color: #7B88A8;
    text-align: left;
  }
}/*# sourceMappingURL=style.css.map */