/*!
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;
}

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

.hero-section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: calc(100vh - 100px);
}
.hero-section h1 {
  font-weight: 800;
}
.hero-section h1 > span {
  font-weight: 400;
}

.about-us {
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 130%;
  background-blend-mode: lighten;
}

.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: 700;
  color: #5593C1;
}

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