/*!
Theme Name: Springtime
Theme URI: https://example.com/springtime
Author: Wisdek
Author URI: https://example.com
Description: A modern, vibrant WordPress theme with springtime aesthetics.
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: springtime
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
/* =============================================
   IMPORTS & FONTS
   ============================================= */
@import url("https://fonts.googleapis.com/css2?family=Anek+Gujarati:wght@100..800&display=swap");
p {
  font-family: "Anek Gujarati", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 12px;
}
p span {
  font-weight: 500;
  color: #317FB5;
}

.site-footer {
  background: linear-gradient(90deg, #1850C9 54.33%, #4E9AD8 100%);
}
.site-footer p {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 0px;
}

.menu-item a {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.menu-item a::after {
  content: attr(data-text);
  height: 0;
  visibility: hidden;
  overflow: hidden;
  user-select: none;
  pointer-events: none;
  font-weight: 700;
}
.menu-item a:hover {
  font-weight: 700;
}

h2.title {
  font-weight: 800;
  color: #5593C1;
}

.hero-section {
  height: calc(100vh - 100px);
}
.hero-section .hero-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  animation: zoomBg 13s infinite alternate ease-in-out;
}
.hero-section h1 {
  font-weight: 800;
}
.hero-section h1 > span {
  font-weight: 400;
}

@keyframes zoomBg {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.about-us {
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 130%;
  border-bottom: 2px solid #317FB4;
}

.why-choose-us .point-title {
  font-size: 18px;
  font-weight: 800;
  color: #5593C1;
}
.why-choose-us .why-choose-footer {
  margin-bottom: 0px;
  font-size: 22px;
  font-weight: 300;
  color: #3180B5;
  font-style: italic;
}
.why-choose-us .why-choose-footer strong {
  font-weight: 600;
}
.why-choose-us .why-choose-footer-wrapper {
  background-color: #DEF6FF;
}

.philosophy .philosophy-banner {
  background: linear-gradient(90deg, #1850C9 40%, #4E9AD8 100%);
  border-radius: 5px;
}
.philosophy .philosophy-banner .sub-title {
  font-size: 16px;
  color: #fff;
}
.philosophy .philosophy-banner .sub-title strong {
  font-size: 22px;
}
.philosophy .person-image {
  top: 20px;
}
.philosophy .person-image img {
  border-radius: 5px;
}
.philosophy .intro-text .name {
  margin-bottom: 0px;
  font-weight: 700;
  color: #FEFAA2;
}
.philosophy .intro-text .qualification {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  font-style: italic;
}
.philosophy .intro-text .university {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  font-style: italic;
}
.philosophy .point-title-wrap {
  font-weight: 700;
}
.philosophy .point-title {
  font-size: 18px;
  font-weight: 900;
  color: #5593C1;
}

.statistics .statistics-wrapper {
  background-color: #DEF6FF;
}
.statistics .statistics-wrapper .container {
  background-color: #B9E2F6;
  border-radius: 5px;
  padding: 0px 30px;
}
.statistics .statistics-wrapper .stat {
  padding: 20px 20px;
  position: relative;
}
.statistics .statistics-wrapper .stat .number {
  font-size: 42px;
  font-weight: 600;
  color: #3381B6;
}
.statistics .statistics-wrapper .stat p {
  margin-bottom: 0px;
  font-size: 22px;
  line-height: 1.2;
  color: #4C5D6D;
}
.statistics .statistics-wrapper .stat::after {
  content: "";
  background-image: url("./img/arrow-line.svg");
  height: 78px;
  width: 27px;
  position: absolute;
  top: calc(50% - 39px);
  right: -20px;
  background-size: cover;
  background-repeat: no-repeat;
}
.statistics .statistics-wrapper .stat:last-child::after {
  content: initial;
}

.services .banner {
  background: linear-gradient(90deg, #1850C9 40%, #4E9AD8 100%);
  border-radius: 5px;
  padding: 40px;
}
.services .banner p {
  margin-bottom: 0;
}
.services .service-card .card-title {
  font-size: 18px;
  font-weight: 600;
  color: #3B84B7;
}
.services .service-card .card-description {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 0px;
}

.product-suite .banner {
  background: linear-gradient(90deg, #1850C9 40%, #4E9AD8 100%);
  border-radius: 5px;
  padding: 40px;
}
.product-suite .banner p {
  margin-bottom: 0;
}
.product-suite .point-title {
  font-size: 18px;
  font-weight: 600;
  color: #3B84B7;
  position: relative;
  margin-bottom: 0;
  text-decoration: underline solid #3B84B7 3px;
  text-underline-offset: 8px;
  margin-bottom: 15px;
}
.product-suite .points {
  list-style-type: disc;
}
.product-suite .points li {
  margin-bottom: 12px;
}
.product-suite .why-choose-footer {
  margin-bottom: 0px;
  font-size: 22px;
  font-weight: 300;
  color: #3180B5;
  font-style: italic;
}
.product-suite .why-choose-footer strong {
  font-weight: 600;
}
.product-suite .why-choose-footer-wrapper {
  background-color: #DEF6FF;
}

.get-in-touch {
  border-top: 2px solid #307FB4;
  border-bottom: 2px solid #307FB4;
  padding: 20px 0px;
}
.get-in-touch .get-in-touch-wrapper .title {
  color: #307FB4;
}
.get-in-touch .left {
  position: relative;
}
.get-in-touch .left::after {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #307FB4;
  position: absolute;
  top: 0;
  right: 0px;
}
@media (max-width: 768px) {
  .get-in-touch .left::after {
    display: none;
  }
}
.get-in-touch .cta-title {
  margin-bottom: 0px;
  font-weight: 400;
  font-size: 22px;
}
.get-in-touch .cta-email {
  margin-bottom: 0px;
  font-weight: 400;
  font-size: 16px;
  color: #307FB4;
}

.disclosure .disclosure-content {
  padding: 20px 0px;
  color: #307FB4;
  margin-bottom: 0;
  font-size: 14px;
}
.disclosure .disclosure-content b {
  color: #307FB4;
}

section.page {
  padding: 80px 0px;
  font-size: 16px;
  line-height: 1.8;
  color: #4a5568;
}
section.page h1, section.page h2, section.page h3, section.page h4, section.page h5, section.page h6 {
  color: #1a202c;
  font-weight: 700;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.3;
}
section.page h1 {
  font-size: 2.25rem;
}
section.page h2 {
  font-size: 1.875rem;
  border-bottom: 1px solid #e2e8f0;
  padding-bottom: 0.3em;
}
section.page h3 {
  font-size: 1.5rem;
}
section.page h4 {
  font-size: 1.25rem;
}
section.page h5 {
  font-size: 1.125rem;
}
section.page h6 {
  font-size: 1rem;
}
section.page p {
  margin-bottom: 1.2em;
}
section.page a {
  color: #307FB4;
  text-decoration: underline;
  transition: color 0.2s ease-in-out;
}
section.page a:hover {
  color: #1a4d6e;
}
section.page ul, section.page ol {
  margin-bottom: 1.2em;
  padding-left: 2em;
}
section.page ul {
  list-style-type: disc;
}
section.page ol {
  list-style-type: decimal;
}
section.page li {
  margin-bottom: 0.5em;
}
section.page blockquote {
  border-left: 4px solid #307FB4;
  padding-left: 1em;
  margin-left: 0;
  margin-right: 0;
  font-style: italic;
  color: #718096;
  background: #f7fafc;
  padding: 1em;
  border-radius: 0 4px 4px 0;
}
section.page table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.2em;
}
section.page table th, section.page table td {
  border: 1px solid #e2e8f0;
  padding: 12px 16px;
  text-align: left;
}
section.page table th {
  background-color: #f7fafc;
  font-weight: bold;
  color: #2d3748;
}
section.page strong, section.page b {
  font-weight: 700;
  color: #2d3748;
}
section.page em, section.page i {
  font-style: italic;
}
section.page .title {
  padding-top: 0px;
  margin-top: 0px;
}

@media (max-width: 640px) {
  .navigation-wrapper {
    display: none;
  }

  .philosophy .person-image {
    top: 0px;
  }

  .statistics .statistics-wrapper .stat::after {
    content: initial;
  }

  .get-in-touch {
    padding: 20px 20px;
  }
}

/*# sourceMappingURL=style.css.map */
