@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.hero-section {
    width: 100%;
    height: auto;
    background: #09155F;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.tx-container {
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
    padding: 100px 20px;
}

.col-50 {
    width: 50%;
}

.d-flex {
    display: flex;
}

.gap-168 {
    gap: 168px;
}

.main-heading {
    font-family: "League Spartan", sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 0px;
    text-transform: capitalize;
    margin: 0;
    color: #09155F;
}

.inner-content {
    font-family: "Libre Baskerville", serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0px;
    margin: 0;
    color: #000000;
}

.small-content {
    font-family: "Libre Baskerville", serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    margin: 0;
    color: #000000;
}

.text-white {
    color: #FFFFFF !important;
}

.hero-left {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    gap: 20px;
}

.hero-logos {
    display: flex;
    align-items: center;
    gap: 16px;
}

.hero-logos img {
    height: 40px !important;
    width: 100%;
}

.hero-form {
    background: white;
    width: 100%;
    height: 396px;
    border-radius: 20px;
    padding: 20px;
}

.align-item-center {
    align-items: center;
}

.section-block {
    width: 100%;
}

.text-center {
    text-align: center;
}

.top-head {
    max-width: 850px;
    width: 100%;
    margin: 0 auto 56px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.gap-136 {
    gap: 136px !important;
}

.sub-heading {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 0px;
    color: #09155F;
    margin: 0;
    padding-bottom: 8px;
}

.small-sub-heading {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #09155F;
    margin: 0;
    padding-bottom: 8px;
}

.upper-heading {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0px;
    margin: 0;
    color: #000;
}

.section-right .section-img {
    border-radius: 20px;
}

.section-block ul li {
    font-family: "Libre Baskerville", serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #000000;
}

.section-block ul {
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.section-blue {
    background: #09155F;
}

.section-block ul.text-white {
    padding-bottom: 8px;
}

.section-block ul.text-white li {
    color: white;
}

.gap-56{
    gap: 56px;
}

.gap-79 {
    gap: 79px;
}

.gap-10{
    gap: 10px;
}

.hero-form-main{
    padding-left: 40px;
}

.testimonial-slider {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
}

.testimonial-slider .inner-slide {
    background: #ffffff;
    padding: 56px 120px;
    border-radius: 20px;
    max-width: 1032px;
    width: 100%;
    margin: 0 auto;
}

.author-section {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding-top: 28px;
}

.author-section .author-img {
    width: 48px;
    height: 48px;
    border-radius: 8px;
}

.author-section .author-info h4 {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    vertical-align: middle;
    margin: 0;
}

.author-section .author-info p {
    font-family: 'Libre Baskerville';
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}

.author-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.testimonial-slider .swiper-button-prev {
    width: 48px;
    height: 48px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-slider .swiper-button-prev::after {
    display: none;
}

.testimonial-slider .swiper-button-next {
    width: 48px;
    height: 48px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-slider .swiper-button-next::after {
    display: none;
}

.compassionate_main .left, .compassionate_main .right {
    padding: 32px;
    border-radius: 20px;
    background: #F2F4F7;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
}

.mt-56{
    margin-top: 56px;
}

.getting_start {
    background: white;
    border-radius: 20px;
    padding: 8px 8px 8px 56px;
}

.swiper-pagination-bullet-active {
    background: #09155F;
}

.custom-footer {
  background: #fff;
  padding: 100px 0px 20px;
  font-family: 'Libre Baskerville';
  color: #000;
  border-top: 1px solid #ddd;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  max-width: 1240px;
  margin: 0 auto;
  gap: 255px;
  padding: 0 20px;
}

.footer-column {
  width: 100%;
}

.footer-logo {
  max-width: 150px;
  margin-bottom: 15px;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column ul li {
  margin-bottom: 8px;
}

.footer-column p {
  margin-bottom: 8px;
}

.footer-column ul li a {
  color: inherit;
  text-decoration: none;
}

.footer-column p, .footer-column a {
    font-family: 'Libre Baskerville';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.footer-bottom {
  text-align: center;
  padding: 20px 0 0;
  font-size: 13px;
  border-top: 1px solid #00000066;
  margin-top: 100px;
}

/* Social Icons */
.social-icons {
  margin-top: 15px;
}

.social-icons a {
  display: inline-block;
  margin-right: 8px;
  color: #000;
  font-size: 16px;
  text-decoration: none;
}

.social-icons a:hover {
  color: #0077cc;
}

.footer-bottom p {
    font-family: "Libre Baskerville", serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #000000;
}

.footer-column h4 {
    padding-bottom: 12px !important;
}

p.site-footer-headline {
    max-width: 222px;
    width: 100%;
}

.custom-header {
  background-color: #fff;
  border-bottom: 1px solid #eee;
  padding: 14px 0;
  font-family: Arial, sans-serif;
}

.header-inner {
  display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.logo img {
  max-height: 50px;
}

.main-nav .nav-links {
  display: flex;
  gap: 25px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-links li a {
  text-decoration: none;
  color: #000;
  font-weight: 500;
}

.header-cta .cta-button {
  background-color: #09155F;
  color: #fff;
  padding: 10px 20px;
  border-radius: 30px;
  text-decoration: none;
  transition: background 0.3s ease;
  font-family: Libre Baskerville;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  display: flex;
    align-items: center;
    gap: 8px;
}

.header-cta .cta-button:hover {
  background-color: #0044cc;
}

.header-left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

.header-left nav.main-nav ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    list-style: none !important;
}

.header-left nav.main-nav ul li {
    font-family: 'Libre Baskerville';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    vertical-align: middle;
}

.header-cta {
    display: flex;
    align-items: center;
    gap: 34px;
}

.header-cta .header-mobile-menu {
    display: none;
    width: 30px;
    height: 30px;
}

a.cta-button-second {
    color: #09155F;
    font-family: 'Libre Baskerville';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    vertical-align: middle;
    text-decoration: underline;
}

body.menu-open {
  overflow: hidden;
  height: 100vh;
  position: relative;
}

.pt-12 {
    padding-top: 12px;
}

.pt-20 {
    padding-top: 20px;
}

.location-info p {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}


@media screen and (min-width:1024px) {
    .testimonial-slider .swiper-pagination {
        display: none;
    }
    header li.header-hide {
        display: none;
    }
}


@media screen and (max-width:1200px) {
    .footer-container {
        gap: 100px;
    }
    .header-cta .header-mobile-menu {
        display: block;
    }
    .header-cta {
        gap: 20px;
    }
    .header-left nav.main-nav {
        position: absolute;
        left: 0;
        top: 0;
        background: white;
        z-index: 9999;
        width:calc(100% - 70px);
        height: 100%;
        padding: 50px 20px;
        box-shadow: 0 0 10px #2f2f2f5e;
        transition: all ease-in-out 300ms;
        transform: translateX(-100%);
    }

    .header-left nav.main-nav ul {
        flex-direction: column;
        align-items: flex-start;
        padding: 0;
    }

    .menu-open .header-left nav.main-nav {
        transform: translateX(0%);
    }
}


@media screen and (max-width:1023px) {
    .d-flex {
        flex-wrap: wrap;
    }
    .col-50 {
        width: 100%;
    }
    .testimonial-slider .swiper-button-prev, .testimonial-slider .swiper-button-next {
        display: none;
    }
    .testimonial-slider .inner-slide {
        padding: 56px;
    }
    .getting_start {
        padding: 32px;
    }
    .footer-container {
        gap: 30px;
    }
    .gap-10{
        gap: 32px;
    }

    .hero-form-main{
        padding-left: 0px;
    }
}

@media screen and (max-width:767px) {
    .tx-container {
        padding: 50px 20px;
    }

    .main-heading {
        font-size: 28px;
        line-height: 35px;
    }

    .inner-content {
        font-size: 16px;
        line-height: 24px;
    }

    .sub-heading {
        font-size: 20px;
        line-height: 28px;
    }

    .section-block ul li {
        font-size: 16px;
        line-height: 24px;
    }

    .gap-56 {
        gap: 32px;
    }

    .top-head {
        margin: 0 auto 32px;
    }

    .mt-56 {
        margin-top: 32px;
    }
    .footer-container {
        flex-direction: column;
        align-items: flex-start;
    }

    .testimonial-slider .inner-slide {
        padding: 20px 20px 40px;
    }

    /* mobile menu */
    .header-cta {
        gap: 10px;
    }
    .header-cta a.cta-button-second {
        display: none;
    }

    .header-cta .cta-button {
        font-size: 12px;
        padding: 10px;
        gap: 5px;
    }

    .header-cta .cta-button img {
        width: 15px;
        height: 15px;
    }
}

