@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter';
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    transition: all 300ms !important;
}

a,
button {
    outline: none;
}

.elementor-widget-container {
    word-break: break-word;
}

header {
    background: #125C99;
    position: sticky;
    top: 0;
    z-index: 9;
}

.site-logo img.custom-logo {
    width: 132px;
    height: auto;
}

.header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0px;
}

.header-menu ul {
    display: flex;
    list-style: none;
    gap: 30px;
}

.header-menu ul li a {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    transition: all 300ms;
}

.header-menu ul li a:hover,
.footer-menu ul li a:hover {
    color: #F89649;
}

.header-menu ul li a:after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #F89649;
    top: 60%;
    right: 0px;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 300ms;
}

.header-menu ul li a[aria-current="page"],
.footer-menu ul li a:hover {
    color: #F89649;
}

.header-menu ul li a[aria-current="page"] {
    color: #F89649;
    padding-right: 16px;
}

.header-menu ul li a[aria-current="page"]:after {
    opacity: 1;
}

.header-contact-wrapper a.contact_cta {
    font-size: 16px;
    line-height: 20px;
    padding: 15px 20px;
    border-radius: 50px;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    background: #F89649;
    display: inline-block;
}

span.menu-toggle {
    display: none;
}

span.menu-toggle a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    position: relative;
}

img.menu-close {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}


.wisdom-img1,
.wisdom-img2,
.marge-after {
    position: relative;
}

.wisdom-img1:after,
.wisdom-img2:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(45deg, #F89649 0%, rgba(248, 150, 7, 30%) 100%);
    border-radius: 21px;
}

.wisdom-img2:after {
    background: linear-gradient(224deg, #F89649 0%, rgba(248, 150, 7, 30%) 100%);
}

.wisdom-img1:before,
.wisdom-img2:before {
    content: '';
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 52px 0 0 0;
    right: -80px;
    background: #feeada;
    top: 0px;
}

.wisdom-img1:before {
    right: inherit;
    top: inherit;
    left: -80px;
    bottom: 0;
    border-radius: 0 0 52px 0;
}

.marge-after:after {
    content: '';
    position: absolute;
    width: 82px;
    height: 100px;
    top: -54px;
    right: -52px;
    background: #F89649;
    z-index: -1;
}

.elementor-button-content-wrapper .elementor-button-icon svg {
    width: 32px;
    height: 32px;
}

span.elementor-button-content-wrapper {
    align-items: center;
}

/* Media section css */
.media-news-wrapp {
    display: flex;
    gap: 20px;
}

.media-box {
    border-radius: 24px;
    box-shadow: 0 4px 4px rgb(0 0 0 / 10%);
    overflow: hidden;
}

.media-inner {
    padding: 10px;
}

.media-content {
    padding: 20px;
}

.media-content a:first-child {
    text-decoration: none !important;
}

.media-img a {
    display: inline-block;
}

.media-content h3 {
    font-size: 24px;
    line-height: 30px;
    color: #125C99;
    margin-bottom: 12px;
    letter-spacing: -0.5px;
    font-weight: 600;
}

.media-content p {
    font-size: 16px;
    line-height: 24px;
    color: rgb(0 0 0 / 80%);
    margin-bottom: 20px;
    min-height: 72px;
}

.media-content a {
    font-weight: 500;
    color: #F89649;
    letter-spacing: -0.5px;
    text-decoration: underline !important;
    text-underline-offset: 2px;
}
.media-content a:hover {
    color: #125c99;
}

/* Testimonial css */
.content-inner p {
    font-size: 24px;
    line-height: 34px;
    color: #125C99;
    font-weight: 600;
    letter-spacing: -0.25px;
}

.content-inner p.small {
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    color: rgb(0 0 0 / 90%);
    margin-top: 6px;
}

.content-inner h5 {
    font-size: 20px;
    line-height: 24px;
    color: #125C99;
    font-weight: 700;
/*     margin-top: 56px; */
}

.testimonial-slide .owl-nav {
    margin: 0px;
    position: absolute;
    right: 0px;
    bottom: 0;
}

.testimonial-slide .owl-dots {
    position: absolute;
    right: 0;
    bottom: 78px;
    height: 4px;
    background: rgb(18 92 153 / 10%);
    width: calc(100% - 50px);
    border-radius: 20px;
    overflow: hidden;
    display: flex;
}

.testimonial-slide button.owl-dot.active {
    background: #F89649;
}

.testimonial-slide .owl-dots button.owl-dot {
    flex: 1;
    border-radius: 20px;
}

.testimonial-content {
    padding: 0 0 0 50px;
    position: relative;
}

.testimonial-content:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background: url(/wp-content/uploads/2025/03/quote2.svg);
    background-size: 30px;
    background-repeat: no-repeat;
}

/* Footer css */
footer {
    background: #125c99;
    position: relative;
}

.footer-top ul {
    display: flex;
    align-items: center;
    list-style: none;
}

.footer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 0 30px 0;
    border-bottom: 1px solid rgb(255 255 255 / 15%);
}

.footer-menu ul {
    gap: 30px;
    color: #fff;
}

.footer-menu ul li a {
    color: #fff;
}

.social_icon a {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
}

ul.social_icon {
    gap: 15px;
}

.container {
    max-width: 1210px;
    padding: 0px 30px;
    margin: 0 auto;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 0;
}

.policy-links ul {
    display: flex;
    align-items: center;
    gap: 30px;
}

.footer-bottom a {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    font-weight: 300;
    transition: all 300ms;
}

.footer-bottom a:hover {
    color: #F89649;
}

.footer-top a {
    transition: all 300ms;
}

.footer-bottom p {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
}

.e-con>.e-con-inner {
    padding-right: 30px;
    padding-left: 30px;
}

.owl-nav button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgb(18 92 153 / 10%) !important;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 300ms;
}

.owl-nav button svg {
    width: 16px;
    height: 16px;
}

.owl-nav {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.owl-nav button:hover {
    background: #f8974b !important;
}

footer:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-position: center;
    background: url(/wp-content/uploads/2025/03/footer-after.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.footer-wrapper {
    position: relative;
    z-index: 2;
}

.keynote-reel {
    position: relative;
}

.keynote-reel:before {
    content: '';
    position: absolute;
    top: 0px;
    left: -10px;
    width: 100%;
    height: 93%;
    background: rgb(248 150 73 / 20%);
    border-radius: 24px;
    transform: rotate(-4deg);
}

/* About us page */
/* Snapshot sec */
.snapshot-box {
	position:relative;
}

.snapshot-box:after {
    content: '';
    position: absolute;
    width: 24px;
    height: 83px;
    top: -83px;
    left: 50%;
    transform: translateX(-50%);
    background: url(/wp-content/uploads/2025/03/henger.svg);
    background-repeat: no-repeat;
    background-size: 24px;
}

.snapshot-box .elementor-absolute {
    left: 50% !important;
    transform: translateX(-50%);
}

.snapshot-box a {
    color: #F89649;
}
.e-child .snapshot-box:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(248 150 73 / 20%);
    z-index: -1;
    transition: all 300ms;
}

.snapshot-box:hover:before {
    transform: rotate(-6deg);
}

.keynote-accordion .e-n-accordion-item {
    padding-right: 24px;
    padding-left: 24px;
    border: 1px solid rgb(0 0 0 / 10%);
    border-radius: 16px;
}

.keynote-accordion summary.e-n-accordion-item-title {
    margin: 0px !important;
    padding: 24px 0px;

}

.keynote-accordion summary.e-n-accordion-item-title h4 {
    line-height: 40px;
}

.keynote-accordion .e-n-accordion-item {
    transition: all 300ms;
}

.keynote-accordion .e-n-accordion-item[open],
.keynote-accordion .e-n-accordion-item:hover {
    background: rgb(18 92 153 / 10%);
}

.work-together p strong,
.work-together p a {
    color: #f89649;
}

.iti__flag {
    background-size: 5652px 15px;
    background-image: url(https://michelfalcon.com/wp-content/plugins/wpforms/assets/pro/images/vendor/intl-tel-input-flags.png) !important;
}


/* contact form */

.wp-form-wrap .wpforms-form input, .wp-form-wrap .wpforms-field select {
    font-size: 14px !important;
    line-height: 20px !important;
    padding: 12px !important;
    border-radius: 8px !important;
    border: 1px solid rgb(0 0 0 / 10%) !important;
    width: 100% !important;
    min-height: 44px !important;
}
.wpforms-field {
    padding: 0px !important;
    margin-bottom: 20px !important;
}
.elementor-widget-wpforms {
    border-top: 1px solid rgb(0 0 0 / 10%);
}
.wp-form-wrap .wpforms-field {
    margin-bottom: 20px;
}

.wp-form-wrap .wpforms-field label {
    margin-bottom: 5px !important;
    display: inline-block !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    color: #000 !important;
}

/* .wp-form-wrap .wpforms-field select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(/wp-content/uploads/2025/04/Vector-1.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-right: 30px;
} */

.form-heading h3 {
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}
.wpforms-field-layout-columns .wpforms-field{
	margin-bottom:0px !important;
}
.wp-form-wrap .wpforms-field textarea {
    width: 100%;
    border-radius: 8px;
    border: 1px solid rgb(0 0 0 / 10%) !important;
    min-height: 60px !important;
    max-height: 90px !important;
    resize: none;
    padding: 12px !important;
	border-radius: 8px !important;
}

.wp-form-wrap .wpforms-field textarea:focus-visible,
.wp-form-wrap .wpforms-field input:focus-visible,
.wp-form-wrap .wpforms-field select:focus-visible {
    stroke: none;
    outline: none;
    border: 1px solid #f89649;
}

.wpforms-form  {
    position: relative;
}

span.wpcf7-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0px;
}

.wpcf7-response-output {
    border: none !important;
    margin: 12px 0 0 0 !important;
    padding: 0px !important;
    color: #ff4e4e;
    font-size: 14px;
}

.keynote-accordion ul {
    list-style: disc;
    padding-left: 20px;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.wpforms-submit-container button.wpforms-submit {
    border: none !important;
    width: 100% !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    font-family: 'Inter' !important;
    line-height: 20px !important;
    padding: 12px !important;
    transition: all 300ms !important;
    background: #f89649 !important;
    border-radius: 50px !important;
    color: #fff !important;
}

.contact-page-form .form-heading h3 {
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
    color: #fff;
}
a.contact_cta:hover {
    background: #fff;
    color: #000;
}

.wp-form-wrap .wpforms-submit-container .wpforms-submit:hover {
    background: #125c99 !important;
}
.wp-contact-form.wp-form-wrap .elementor-widget-wpforms {
    border-top: 1px solid rgb(255 255 255 / 20%) !important;
}
.wp-contact-form.wp-form-wrap .wpforms-submit-container .wpforms-submit:hover {
    background: #fff !important;
	color: #000 !important;
}
.wpforms-form .wpforms-field-label {
    color: #000 !important;
}
.wp-contact-form.wp-form-wrap .wpforms-field label {
    color: #fff !important;
}
.intl-tel-input {
    width: 100%;
}

div.wpforms-container-full .wpforms-form .wpforms-submit-spinner {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -25%) !important;
}

/* Blog Page css */
.article-posts-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 32px 20px;
}

.article-card {
    max-width: calc(100% / 3 - 14px);
    flex: 0 0 calc(100% / 3 - 14px);
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    transition: all 300ms;
    display: flex;
    flex-direction: column;
}

.article-card:hover {
    box-shadow: 0 4px 4px rgb(0 0 0 / 12%);
}

.article-content {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.article-content h4 {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.75px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, #F89649, #F89649 50%, #125C99 50%);
    background-size: 200% 100%;
    background-position: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* Limit to 3 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.article-content h4:hover {
    transition: all 0.5s cubic-bezier(0.000, 0.000, 0.230, 1);
    background-position: 0%;
}

.author-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;
}

.author-wrap p {
    font-size: 14px;
    line-height: 18px;
    color: rgb(0 0 0 / 40%);
}

.author-wrap p span {
    color: rgb(248 150 73 / 80%);
}

.article-image {
    position: relative;
}

.article-image:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent 0, rgba(255, 255, 255, 0) 5%, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, 0) 95%, transparent 100%);
    background-size: 200% 100%;
    transition: opacity .3s;
    opacity: 0;
    pointer-events: none;
}

.article-image:hover:after {
    opacity: 1;
    animation: 2s cubic-bezier(.4, 0, .2, 1) infinite shine;
}

.connect-cta .elementor-button:hover {
    background: #fff;
}

@keyframes shine {
    0% {
        background-position: -200% 0
    }

    100% {
        background-position: 200% 0
    }
}

.article-image img {
    display: block;
    width: 100%;
    aspect-ratio: 5 / 3;
    object-fit: cover;
}

.connect-cta .elementor-button {
    background-image: none;
}

.page-numbers {
    height: 32px;
    width: 32px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 8px;
    border: 1px solid rgb(0 0 0 / 10%);
    background: #fff;
    color: #000;
}

.pagination {
    display: flex;
    gap: 6px;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

span.page-numbers.current {
    background: #f89649;
    color: #fff;
}

.page-numbers:hover {
    background: rgb(248 150 73 / 20%);
}

.keynote-form .feild-button input:hover {
    background: #175f9b !important;
    color: #fff !important;
}

.wpcf7-form.sent .wpcf7-response-output {
    color: #46b450;
    text-align: center;
    margin-top: 15px;
}

.newsletter-wrap input[type="submit"] {
    width: auto;
    padding: 12px 40px !important;
}

.newsletter-wrap input[type="submit"]:hover {
    background-color: #125c99 !important;
    color: #fff !important;
}

/* Back To Top  */
button.back-to-top {
    background: #fff !important;
    border: none;
    padding: 0px 0 2px 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    box-shadow: 0px 4px 8px rgb(0 0 0 / 20%);
    position: fixed;
    right: 24px;
    bottom: 50px;
    transform: translateY(120px);
    transition: all 500ms;
    cursor: pointer;
    z-index: 999;
	border-radius:50%;
}

button.back-to-top svg {
    width: 35px;
    height: 35px;
    transform: rotate(180deg);
}

button.back-to-top.show {
    transform: translateY(0);
}

/* Single blog page */
.article-featured-image img {
    width: 100%;
    display: block;
    height: 100%;
    max-height: 520px;
    object-fit: cover;
    object-position: top;
}

.article-featured-image,
.article-featured-sec {
    position: relative;
}

.article-featured-image:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, #FFFFFF00 20%, #000000CC 81%);
}

.featured-image-content {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    text-align: center;
    padding: 50px 0px;
    color: #fff;
    width: 100%;
}

.article-content-section {
    padding: 85px 0;
}

.featured-image img {
    border-radius: 12px;
    height: auto;
    width: 100%;
    max-width: 520px;
}

.article-content-wrapper p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: rgb(0 0 0 / 70%);
    margin: 12px 0;
}

.featured-image {
    margin-bottom: 24px;
}

.article-content-wrapper h4 {
    font-size: 20px;
    line-height: 30px;
    color: #125c99;
}

.article-content-wrapper a {
    color: #f89649;
    text-decoration: underline;
}

/* Single Blog */
.newsletter-wrapper {
    background: #F89649;
    padding: 10px;
    border-radius: 24px;
    display: flex;
    justify-content: space-between;
}
.newsletter-wrapper > div {
    flex: 1;
    padding: 50px !important;
}
.newsletter-form {
    border-radius: 20px;
    background: #fff;
}
.newsletter-wrapper h2 {
    color: #125C99;
    font-size: 40px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 48px;
    letter-spacing: -1.2px;
}
.newsletter-wrapper .content-info h2 {
    color: #fff;
}
.newsletter-wrapper .content-info a.button, .connect-cta .elementor-button {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #fff;
    background: #125c99;
    padding: 12px 40px !important;
    border-radius: 50px;
    display: inline-block;
    width: fit-content;
}
.newsletter-wrapper .content-info a.button:hover, .connect-cta .elementor-button:hover{
    color: #000;
    background: #fff;
}
.newsletter-wrapper .content-info p {
    color: #fff;
}
.content-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.form-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%;
    justify-content: center;
}
.newsletter-wrap .feild-button input {
    background: #f89649;
    color: #fff;
    border-radius: 50px;
	cursor:pointer;
}
.newsletter-sec {
    padding-bottom: 85px;
}
	.newsletter-sec > div {
    padding-right: 30px;
    padding-left: 30px;
}
.newsleter-custom .wpforms-submit-container {
    padding: 0px !important;
    max-width: 120px;
}
.newsleter-custom input {
    padding: 12px !important;
    min-height: 44px !important;
    border-radius: 8px !important;
}
.testimonial-name span img {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
}
.testimonial-name {
    display: flex;
    justify-content: flex-start;
    gap: 12px;
    align-items: center;
    margin-top: 56px;
}

.popup-video {
    display: none !important;
    opacity: 0;
    position: fixed !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100% !important;
    z-index: 99 !important;
}
.popup-open .popup-video {
    display: block !important;
    opacity: 1;
}
.popup-open {
    position: relative;
    overflow: hidden;
}
.popup-open:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 70%);
    top: 0;
    left: 0;
    z-index: 9;
}
.close-popup {
    cursor: pointer;
}
.keynote-words {
    border: 0px !important;
    top: inherit !important;
}
.bullet-true ul {
    list-style: disc;
    color: #000000CC;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
}