:root
{
    --black : #000;
    --skyblue: #A9C0D6;
    --white: #ffffff;
}
body
{
    margin:0;
    padding: 0;
    font-family: 'Proxima Nova Rg';
    line-height: 1.6;
    color: var(--black);
    font-size: 16px;
}
p {
    color: var(--black);
}
*
{
    margin:0;
    padding: 0;
}
h1, h2, h3, h4
{
     font-family: 'Borniarte';
}
h2
{
    font-size: 32px !important;
}
.form-control:focus {

    box-shadow: none;
}
.entry-title {
    display: none;
}
.main-header {
    top: 0;
    position: absolute;
    width: 100%;
    z-index: 11;
    transition: all 0.3s ease-in-out;
    padding: 10px 0;
}
.small-header {
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
    position: fixed;
    width: 100%;
    background: var(--white);
    padding: 5px 0;
}
.menu-top li:hover>a, .menu-top li>a:hover, .menu-top>li.current-menu-item>a, .menu-top>li.current_page_parent>a,
 .footer-nav #mainNav a:hover, .footer-contact a:hover {
    color: var(--skyblue);
}
.logo-wrapper img {
    width: 170px;
    height: auto;
    transition: all 0.3s ease-in-out;
    position: relative;
    top: 20px;
}
.small-header .logo-wrapper img {
    transform: scale(0.9);
    top: 5px;
}
.menu-top li {
    display: block;
    line-height: 120%;
    margin-right: 50px;
}
.menu-top li a {
    color: var(--black);
    font-weight: 400;
    display: block;
    position: relative;
    line-height: 120%;
    text-transform: capitalize;
    text-decoration: none;
    padding: 24.22px 0;
    transition: all 0.3s ease-in-out;
}
.menu-header ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
.header-right .theme-btn {
    background: var(--black);
    padding: 8px 24px;
    border-radius: 22px;
    color: var(--white);
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    gap: 10px;
}
.header-right .theme-btn:hover, .contact-wrap .btn-primary:hover {
    background: var(--skyblue);
    border-color: var(--skyblue);
}
.social-icon-footer {
    gap: 8px;
}
.social-icon-footer svg:hover path {
    fill: var(--black);
}
.social-icon-footer svg path {
    transition: all 0.3s ease-in-out;
}
.header-social a {
    background: #A9C0D6;
    padding: 5px;
    border-radius: 5px;
    width: 29px;
    height: 29px;
}
/* Footer Css */
.footer {
    background: var(--black);
    padding: 150px 0 20px;
    color: var(--white);
}
.footer-nav #mainNav a {
    color: var(--white);
}
.footer-copyright .container {
    border-top: 1px solid #ffffff21;
    padding-top: 20px;
}
.footer p {
    margin: 0;
    color: var(--white);
}
.footer-copyright {
    padding-top: 30px;
}
.footer-contact a {
    color: var(--white);
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
}
.footer-contact a:last-child {
    margin: 0;
}
.footer-contact h3 {
    font-size: 24px;
    letter-spacing: 2.5%;
}
.footer-logo-wrap img {
    max-width: 270px;
    height: auto;
}
.footer-menu-wrap {}

.footer-menu-wrap a {
    width: 45px;
    height: 45px;
    padding: 12px;
    border: 1px solid #ffffff40;
    border-radius: 50%;
}

.footer-menu-wrap a:hover {
    border-color: var(--skyblue);
}
.footer-menu-wrap a:hover svg path {
    fill: var(--skyblue);
}
.footer-menu-wrap .social-icon-footer {
    flex-direction: row-reverse;
}
#contact
{
  scroll-margin-top: 100px;  
}
/* contact section css */

.insurance-section {
    gap: 100px !important;
    position: relative;
}
.insurance-section .wp-block-group:first-child:after {
    content: "";
    background: var(--skyblue);
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -60px;
}
.insurance-section .wp-block-group:first-child {
    position: relative;
}
.wp-block-separator {
       border-top: 1.8px solid;
    opacity: 1;
}
.theme-para p {
    opacity: 0.7;
}
.contact-wrap {
    border-radius: 20px;
}
.form-control, .form-control:focus {
    background: transparent;
    border-width: 0px 0px 1px 0px !important;
    border-radius: 0px;
    border-color: var(--black);
    font-size: 12px;
    padding-left: 0;
    outline: 0px !important;
}
.form-control.form-control::placeholder {
    color: var(--black);
}
.contact-wrap .btn-primary {
    font-size: 20px;
    margin: 0 !important;
}
textarea.form-control {
    resize: none;
    height: 120px;
}
.form-btn p {
    opacity: 1;
}
form {
    position: relative;
}
.wpcf7 form .wpcf7-response-output {
    position: absolute;
    bottom: -35px;
    font-size: 8px;
    width: 100%;
    text-align: center;
}
.wpcf7-spinner {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 10px;
}
.form-control.wpcf7-not-valid {
    border: 1px solid #dc3232;
}
.wpcf7-not-valid-tip {
    font-size: 0px;
}
.contact-wrap {
    margin-bottom: -120px;
}
/* office section css */
.office-space img {
    box-shadow: 0px 19.49px 38.99px 0px #00000026;
    border-radius: 10px;
}
.office-section-right {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.office-section-right .wp-block-group {
    gap: 20px;
}
.office-section-right img {
    height: 270px;
    object-fit: cover;
}
.office-section-left img {
    height: 428px;
}
.component-accordion-sec .container {
    background: #EDF6FF;
    border-radius: 20px;
    padding: 100px;
}
/* faq section */
.accordion-card {
    padding: 0;
    background-color: transparent !important;
    border-color: #A9C0D6 !important;
}
.accordion-card button {
    background: transparent;
    padding: 20px 0;
    font-size: 20px;
    color: var(--black) !important;
}
.accordion-body {
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
}
.accordion-body a {
    color: var(--black);
    opacity: 0.7;
}
.accordion-body a:hover {
    text-decoration: underline;
}
.component-accordion-sec .col-lg-8 {
    width: 100% ! IMPORTANT;
}
.accordion-button::after {
    border-color: var(--black) !important;
}
.common-heading {
    font-size: 38px !important;
    font-weight: 400;
    color: var(--black);
    letter-spacing: 0.025em;
}
.about-authentic h5 {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 3;
    font-family: 'Proxima Nova Rg';
    color: var(--black);
    letter-spacing: 0.01em;
    position: relative;
    padding-left: 100px;
}
.about-authentic h5:before {
    content: '';
    position: absolute;
    width: 90px;
    height: 1px;
    background: #000;
    left: 0;
    top: 50%;
}
.approach-sec .container {
    background: #edf6ff;
    border-radius: 20px;
    padding: 50px;
}
.approach-sec .col-para {
    font-size: 18px;
    font-family: 'Proxima Nova Rg';
    line-height: 1.4;
    letter-spacing: 0.025em;
    min-height: 70px;
}
.approach-sec ul li {
    font-size: 16px;
    font-family: 'Proxima Nova Rg';
    line-height: 1.8;
    margin-bottom: 0px !important;
}
.approach-sec ul li::marker {
    color: #a9c0d6;
}
.approach-sec-para {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 0px;
}
.approach-sec ul {
    padding-left: 16px !important;
    margin-bottom: 0px !important;
}
.approach-sec .wp-block-columns {
    position: relative;
    gap: 70px;
}
.approach-sec .wp-block-columns:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    left: 49%;
    top: 0;
    background: #a9c0d6;
}
.component-icon-grid-sec h5 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.025em;
}
.component-icon-grid-sec .icon-grid-list-content p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 0px;
}
.component-icon-grid-sec .icon-grid-list-box {
    border: 1px solid #a9c0d6;
    border-radius: 18px;
    padding: 20px;
}
.component-icon-grid-sec .icon-grid-list-box:hover {
    box-shadow: 0px 4px 60px 0px #0000001A;
    border-color: transparent;
}
.component-icon-grid-sec .icon-grid-lists>div {
    padding-right: 30px;
}
.component-icon-grid-sec .icon-grid-lists {
    row-gap: 15px;
}
.component-icon-grid-sec:before {
    content: '';
    background-image: url('/wp-content/uploads/2026/02/Ellipse-18.png');
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 300px;
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.founder-section {
    background: var(--black);
}
.founder-section h2 {
    font-size: 46px !important;
    display: inline;
}
.founder-section h3 {
    display: inline;
    font-size: 20px;
    font-family: 'Proxima Nova Rg';
    font-weight: 600;
    line-height: 1.8;
    padding-left: 10px;
}
.founder-section p {
    color: #fff;
    font-size: 18px;
    line-height: 2;
    margin-top: 16px;
}
.founder-section a.wp-block-button__link.wp-element-button {
    font-size: 20px;
    background: #a9c0d6;
    color: #000;
    font-family: 'Proxima Nova Rg';
    font-weight: 600;
    padding: 10px 30px;
	transition: all 0.3s ease-in-out;
}
.founder-section a.wp-block-button__link.wp-element-button:hover {
    background: #fff;
}
.founder-section h5 {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 3;
    font-family: 'Proxima Nova Rg';
    color: #a9c0d6;
    letter-spacing: 0.01em;
    position: relative;
    padding-left: 100px;
}
.founder-section h5:before {
    content: '';
    position: absolute;
    width: 90px;
    height: 1px;
    background: #a9c0d6;
    left: 0;
    top: 50%;
}
.founder-section img {
    border-radius: 20px;
}
.endorse-sec h2.heading {
    font-size: 38px !important;
    letter-spacing: 0.025em;
}
.endorse-sec .description {
    margin-top: 10px;
}
.endorse-sec .description p {
    font-size: 18px;
    line-height: 2;
    color: #000;
}
.endorse-sec .testimonial-content p {
    font-size: 18px;
    line-height: 1.5;
    color: #131731;
}
.endorse-sec .testimonial-title {
    font-size: 24px;
    font-family: 'Borniarte';
    font-weight: 400;
    line-height: 1.6;
}
.endorse-sec .testimonial-content {
    margin: 10px 0px;
}
.component-accordion-sec .accordion-header h2 {
    font-size: 38px !important;
    letter-spacing: 0.025em;
}
.component-accordion-sec .accordion-section-description {
    margin-top: 10px;
    line-height: 1.8;
}
.component-accordion-sec .accordion {
    margin-top: 10px !important;
}
.component-accordion-sec .accordion button.accordion-button {
    font-size: 20px;
    font-weight: 400;
    color: #000;
    line-height: 1.4;
    letter-spacing: 0.025em;
    position: relative;
}
.component-accordion-sec .accordion .accordion-body p {
    font-size: 18px;
    line-height: 1.6;
}
.component-accordion-sec .accordion-item {
    margin-bottom: 0px;
}
.component-accordion-sec .accordion-button::after {
    position: absolute;
    top: 10px;
    right: 0;
}
.banner-content a:hover {
    background: var(--skyblue);
    border-color: var(--skyblue);
}
.footer-contact p strong {
    font-size: 24px !important;
    font-weight: 700;
}
.banner-content h1 {
    font-size: 46px;
}
.about-authentic .container {
    padding: 0;
}
.approach-sec .wp-block-group:has(.wp-block-list) {
    gap: 25px;
}
.specialization-list {
    column-count: 2;
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
}
.specialization-list li {
    flex: 0 0 45%;
}
.authentic-banner .banner-content .btn-primary span {
    display: none;
}