@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');
body {
    margin: 0;
    padding: 0;
    font-size: 2.4rem;
    line-height: 3rem;
    color: var(--text-color);
    font-weight: normal;
    overflow-x: hidden;
    font-family: "Barlow", sans-serif;
}

:root {
    --primary-color: #244d95;
    --secondary-color: #e45800;
    --text-color: #504C4C;
    --text-heading: #1C1C1C;
    --background-gradient: linear-gradient(270deg, #19487E 0%, #002855 100%);
    --background-light: #FAFAFA;
    --border-color: #E0E0E0;
    --color-white: #FFFFFF;
    --color-black: #000000;
}


/*Comman Css Start*/

html {
    scroll-behavior: smooth;
    margin: 0!important;
    font-size: 62.5%;
}

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

ol,
ul {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    transition: all 0.5s ease;
    color: var(--primary-color);
}

a:focus,
a:hover,
a:active {
    text-decoration: none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Red Hat Display", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    margin: 0;
}

h1 {
    font-size: 6.5rem;
    font-style: normal;
    line-height: 120%;
    margin: 0 0 20px 0;
}

h2 {
    font-size: 5rem;
    font-style: normal;
	line-height: 135%;
    margin: 0 0 20px 0;
}

h1 strong,
h2 strong {
    font-weight: 400;
    color: var(--secondary-color);
}

h3 {
    font-size: 3.5rem;
    font-style: normal;
    line-height: 4rem;
    margin: 0 0 20px 0;
}

h4 {
    font-size: 3rem;
    font-style: normal;
    line-height: 3.5rem;
}

h5 {
    font-size: 24px;
    font-style: normal;
    line-height: 30px;
}

h6 {
    font-size: 18px;
    margin: 0 0 10px 0;
}

p {
    margin: 0;
    font-size: 2.4rem;
    line-height: 3rem;
    color: var(--text-color);
}

figure {
    margin: 0!important;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

button:focus {
    outline: none;
    box-shadow: none;
}

.container-fluid,
.container {
    padding: 0 15px;
}

.offcanvas {
    z-index: 1111;
    overflow-y: visaible;
}

.offcanvas::-webkit-scrollbar {
    display: none;
}

.offcanvas {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.gx-50 {
    --bs-gutter-x: 5rem;
}

.gx-20 {
    --bs-gutter-x: 20px;
}

.gx-30 {
    --bs-gutter-x: 30px;
}

.gy-20 {
    --bs-gutter-y: 20px;
}

.gy-30 {
    --bs-gutter-y: 30px;
}


/* Comman Css End*/


/* Navigation */

.top-closebar {
    display: none;
}

.header {
    z-index: 1111;
    position: relative;
    top: 0;
    width: 100%;
    transition: all 0.5s ease;
    background-color: var(--background-light);
}

.home .header {
    background-color: var(--color-white);
}

.header.fixed {
    background-color: var(--color-white);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.navbar>.container {
    align-items: flex-end;
}


/* .header.fixed{
  position: sticky!important;
  top: 0;
  left: 0;
  z-index: 11111!important;
  animation: slideDown 0.5s ease-out;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
} */

.navbar-toggler {
    padding: 0;
    z-index: 1;
    position: relative;
    border: none;
    margin: 0;
}

.navbar-toggler-icon {
    width: auto;
    height: auto;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.bar1,
.bar2,
.bar3 {
    width: 25px;
    height: 2px;
    margin: 5px 0;
    border-radius: 100px;
    transition: 0.4s;
    background-color: var(--primary-color);
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-4px, 6px);
    transform: rotate(-45deg) translate(-4px, 6px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-4px, -6px);
    transform: rotate(45deg) translate(-4px, -6px);
}

.navbar {
    min-height: 100px;
    padding: 20px 0;
    width: 100%;
    margin: 0;
    transition: all 0.5s ease;
    position: relative;
}

.navbar-brand {
    margin: 0 0 0 0;
    padding: 0 0px 0 0;
}

.navbar-brand img {
    width: 100%;
    max-width: 239px;
}

.navbar-expand-lg .navbar-nav {
    margin: 0 auto 15px auto;
    padding: 0;
}

.navbar-expand-lg .navbar-nav .nav-item {
    margin: 0 0 0 0;
    padding: 0;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0 2.5rem;
    border: none;
    display: block;
    color: var(--text-heading);
    font-family: "Red Hat Display", sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: normal;
    letter-spacing: 0;
    transition: all 0.5s ease;
    position: relative;
}

.navbar-expand-lg .navbar-nav .current_page_item .nav-link,
.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: var(--secondary-color);
}

.dropdown-toggle::after {
    display: none;
}

.header-button-left {
    display: flex;
    align-items: center;
    margin: 0 0 15px 0;
}

.header-button-left .btn.btn-primary {
    min-width: 290px;
}

.login-btn,
.call-btn {
    font-family: "Red Hat Display", sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    color: var(--text-heading);
}

.call-btn img {
    width: 15px;
    height: 15px;
    margin: -2px 5px 0 0;
    display: inline-block;
    vertical-align: middle;
}

.header-button-left span {
    font-size: 26px;
    color: #33333366;
    margin: 0 15px;
    vertical-align: middle;
}

.btn.btn-primary {
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    gap: 10px !important;
    width: fit-content;
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color);
    color: var(--color-white);
    padding: 19px 25px;
    padding-left: 35px;
    display: inline-block;
    position: relative;
    text-align: center;
    border-radius: 4px;
    transition: padding 0.3s ease-out;
}

.btn.btn-primary.btn-secondary {
    background-color: var(--secondary-color);
    color: var(--color-white);
    border-color: var(--secondary-color);
}


/* .btn.btn-primary.btn-secondary:hover{
    background-color: transparent;
    color: var(--secondary-color);
    border-color: var(--secondary-color);
} */

a.btn.btn-primary::after {
    content: '';
    width: 10px;
    height: 14px;
    background-image: url(../images/hover-arrow-icon.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.3s ease-out;
    margin: 0 0 0 0;
    display: inline-block;
    opacity: 0;
}

a.btn.btn-primary:hover::after {
    opacity: 1;
    margin: 0 0 0 10px;
}

a.btn.btn-primary:hover {
    opacity: 1;
    /* padding: 19px 35px; */
    padding-left: 25px;
}
.btn.btn-primary a::after {
    content: '';
    width: 10px;
    height: 14px;
    background-image: url(../images/hover-arrow-icon.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.3s ease-out;
    margin: 0 0 0 0;
    display: inline-block;
    opacity: 0;
}

.btn.btn-primary a:hover::after {
    opacity: 1;
    margin: 0 0 0 10px;
}

.btn.btn-primary a:hover {
    opacity: 1;
    /* padding: 19px 35px; */
    padding-left: 25px;
}
.btn.btn-primary .wp-block-button__link {
    color: var(--color-white);
}
.wp-block-button__link {
	background-color: initial !important;
	padding:0 !important;
}

/* Banner Css Start */

.hero-banner {
    overflow: hidden;
    position: relative;
}

.hero-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    background: linear-gradient(180deg, var(--primary-color) 0%, var(--color-white) 100%);
}

.hero-banner-wrapper {
    position: relative;
    min-height: calc(100vh - 137px);
    display: flex;
    align-items: center;
}

.hero-banner-wrap {
    width: 100%;
}

.hero-banner-text {
    width: 34%;
}

.hero-banner-image-block {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -50px;
    width: 63%;
    z-index: 1;
}

.hero-banner-img img {
    width: 100%;
    object-fit: contain;
}

.hero-banner-content p {
    margin: 0 0 30px 0;
}


/* Our Partner Section */

.our-partner-section {
    padding: 10rem 0 14rem 0;
}

.our-partner-block {
    display: flex;
    justify-content: center;
    align-items: center;
}

.our-partner-parent {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    align-items: center;
    gap: 50px 30px;
}

.our-partner-block img {
    filter: grayscale(100%);
    transition: all 0.3s ease;
}

.our-partner-block img:hover {
    filter: grayscale(0%);
}


/* Intro Text Section */

.intro-text-section {
    padding: 12rem 0;
    background-color: var(--primary-color);
}

.intro-wrapper {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.intro-text-content {
    width: 100%;
    max-width: 500px;
}

.intro-text-content h2 {
    margin: 0;
    color: var(--color-white);
}

.intro-content {
    padding: 0 0 0 5rem;
}

.intro-content p {
    margin: 0 0 30px 0;
    color: var(--color-white);
    line-height: 150%;
}

.services-section {
    padding: 12rem 0;
}

.section-header {
    text-align: center;
    margin: 0 0 10rem 0;
}

.section-header h2 {
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
}

.service-row {
    display: flex;
    align-items: center;
    margin: 0 0 5rem 0;
}

.service-row:last-child {
    margin: 0;
}

.service-row:nth-child(odd) {
    flex-direction: row-reverse;
}

.service-col-lg {
    width: 55%;
}

.service-col-sm {
    width: 45%;
}

.service-content {
    background-color: #0094FF0D;
    padding: 3rem 5rem;
    position: relative;
}

.service-content::before {
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
    width: 60%;
    height: 100%;
    background-color: #0094FF0D;
    z-index: -1;
}

.service-row:nth-child(odd) .service-content::before {
    right: auto;
    left: 100%;
}

.iocn-title {
    display: flex;
    align-items: center;
    margin: 0 0 20px 0;
}

.iocn-title img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    filter: brightness(0) saturate(100%) invert(27%) sepia(92%) saturate(653%) hue-rotate(182deg) brightness(86%) contrast(93%);
}

.iocn-title h2 {
    font-size: 4rem;
    margin: 0;
    width: calc(100% - 80px);
    color: var(--text-heading);
    font-weight: 600;
    padding: 0 0 0 3rem;
}

.service-content p {
    margin: 0 0 30px 0;
}

.service-image {
    margin: 0 0;
}


/* Marketing Dashboard Section */

.marketing-dashboard-sec {
    padding: 12rem 0 80px 0;
    background-color: var(--background-light);
}

.marketing-dashboard-wrapper {
    text-align: center;
    max-width: 1408px;
    margin: 0 auto;
    width: 100%;
}

.marketing-dashboard-wrapper h2 {
    margin: 0 0 2rem 0;
    color: var(--text-heading);
}

.marketing-dashboard-wrapper p {
    margin: 0 0 5rem 0;
    color: var(--text-color);
}

.marketing-dashboard-image {
    margin: 5rem 0 0 0;
}

.marketing-dashboard-image img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
}


/* Unlimited Support Section */

.unlimited-support-sec {
    padding: 12rem 0;
    background-color: var(--primary-color);
}

.unlimited-support-wrapper {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
}

.unlimited-support-wrapper h2 {
    margin: 0 0 4rem 0;
    color: var(--secondary-color);
}

.support-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    margin: 0 0 4rem 0;
}

.support-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 2.5rem;
}

.support-icon img {
    height: 80px;
}

.support-icon-divider {
    width: 1px;
    height: 80px;
    background-color: var(--color-white);
}

.unlimited-support-wrapper p {
    margin: 0 0 4rem 0;
    color: var(--color-white);
    font-size: 3rem;
    line-height: 4.9rem;
}


/* Case Study Video Testimonial Section */

.case-study-video-testimonial-sec {
    padding: 12rem 0;
    background: var(--background-gradient);
}

.testimonial-card {
    display: flex;
    align-items: stretch;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.1) 100%);
    border: 1px solid #FFFFFF40;
    backdrop-filter: blur(34px);
    border-radius: 20px;
    padding-left: 35px;
}

.testimonial-image {
    width: 40%;
    margin: -27px 0;
}

.testimonial-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.testimonial-content {
    width: 60%;
    padding: 3.7rem 6rem 3.7rem 4rem;
    position: relative;
}

.testimonial-logo {
    margin: 0 auto 3rem auto;
    display: table;
}

.testimonial-logo img {
    width: 100%;
    max-width: 200px;
    height: auto;
    display: block;
}

.testimonial-quote {
    position: relative;
}

.quote-icon {
    position: absolute;
    left: -21px;
    top: -24px;
    width: 84px;
    z-index: 0;
}

.testimonial-quote p {
    color: var(--color-white);
    font-size: 21px;
    line-height: 35px;
    font-weight: 500;
    letter-spacing: 0.3px;
    margin: 0 0 2rem 0;
    font-family: "Red Hat Display", sans-serif;
}

.testimonial-author {
    margin: 0 0 3rem 0;
}

.testimonial-author h4 {
    font-size: 3.2rem;
    line-height: 4.2rem;
    font-weight: 700;
    color: var(--color-white);
    margin: 0 0 0.5rem 0;
    font-family: "Red Hat Display", sans-serif;
}

.testimonial-author span,
.testimonial-author p {
    color: var(--color-white);
    font-weight: 400;
    font-size: 22px;
    opacity: 0.8;
    line-height: 26px;
}

.line-divider {
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
    margin: 3rem 0;
}

.testimonial-kpis {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    margin: 0 0 4rem 0;
}

.kpi-item {
    padding: 0 2rem 0 2rem;
    border-left: 4px solid var(--secondary-color);
}

.kpi-value {
    font-size: 3.5rem;
    font-weight: 900;
    color: var(--color-white);
    margin: 0 0 10px 0;
    line-height: 3.8rem;
    font-family: "Red Hat Display", sans-serif;
}

.kpi-label {
    font-size: 2.2rem;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 400;
    line-height: 2.6rem;
    font-family: "Red Hat Display", sans-serif;
}

.btn.btn-case-study {
    width: 100%;
    font-size: 2.6rem;
    padding-top: 14px;
    padding-bottom: 14px;
    line-height: 3.8rem;
    letter-spacing: 0.4px;
}


/* Co-founders Section */

.co-founders-sec {
    padding: 12rem 0;
    background-color: var(--color-white);
}

.co-founders-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
    object-fit: cover;
}

.co-founders-content {
    padding: 0 7rem 0 2rem;
}

.co-founders-content h2 {
    margin: 0 0 2.5rem 0;
}

.co-founders-content p {
    margin: 0 0 5rem 0;
    line-height: 3.5rem;
}


/* Why Partner Section */

.why-partner-sec {
    padding: 12rem 0;
    background-color: var(--background-light);
}

.why-partner-content {
    padding: 0 15rem 0 0;
}

.why-partner-content h2 {
    margin: 0 0 2.7rem 0;
}

.why-partner-content p {
    margin: 0 0 5rem 0;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 2rem;
    padding: 3rem 0;
    border-top: 2px solid var(--border-color);
    position: relative;
}

.feature-item::before {
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--secondary-color);
    opacity: 0;
    transition: all 1.5s ease;
}

.feature-item:hover::before {
    width: 100%;
    opacity: 1;
}

.feature-icon {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    background-color: var(--primary-color);
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.feature-icon img {
    width: 35px;
    height: 35px;
    object-fit: contain;
}

.feature-item:hover .feature-icon {
    background-color: var(--secondary-color);
}

.feature-content {
    flex: 1;
}

.feature-content h3 {
    margin: 0 0 15px 0;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
}

.feature-content p {
    margin: 0;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    padding-right: 6rem;
}


/* FAQ Section */

.faq-sec {
    padding: 12rem 0;
    background-color: var(--background-light);
}

.faq-header {
    margin: 0 0 30px 0;
}

.accordion {
    max-width: 1000px;
    margin: 0 auto;
}

.accordion-item {
    border: none;
    border-bottom: 1px solid var(--border-color);
    background-color: transparent;
    margin: 0;
}

.accordion-item:first-of-type {
    border-top: 1px solid var(--border-color);
}

.accordion-btn {
    background: none!important;
    border: none;
    padding: 2.5rem 0;
    font-size: 2.4rem;
    font-weight: 500;
    color: var(--text-heading);
    font-family: "Red Hat Display", sans-serif;
    line-height: 3rem;
    box-shadow: none;
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.accordion-btn:not(.collapsed) {
    background-color: transparent;
    color: var(--text-heading);
    box-shadow: none;
}

.accordion-btn::after {
    content: '+';
    background-image: none;
    width: 30px;
    height: 30px;
    font-size: 5rem;
    font-weight: 300;
    color: var(--text-heading);
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(0deg);
    transition: transform 0.3s ease;
}

.accordion-btn:not(.collapsed)::after {
    content: '−';
    transform: rotate(0deg);
    font-size: 5rem;
    font-weight: 300;
}

.accordion-body {
    padding: 0 0 2.5rem 0;
}

.accordion-body p {
    margin: 0 0 1.5rem 0;
    font-size: 16px;
    line-height: 24px;
}

.accordion-body p:last-child {
    margin-bottom: 0;
}

.accordion-body h4 {
    margin: 2rem 0 1rem 0;
}

.accordion-body ul,
.accordion-body ol {
    margin: 1rem 0 1.5rem 2rem;
    padding: 0;
}

.accordion-body ul li,
.accordion-body ol li {
    margin: 0.5rem 0;
}

.accordion-body strong {
    color: var(--text-heading);
    font-weight: 600;
}


/* Footer Styles */

.main-footer {
    background-color: var(--background-light);
    margin-top: 0;
}

.footer-content {
    padding: 6rem 0 4rem 0;
    background-color: var(--background-light);
}

.footer-column {
    margin-bottom: 3rem;
}

.footer-title {
    font-family: "Red Hat Display", sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0 0 2rem 0;
    line-height: 3.2rem;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin: 0;
    padding: 0;
}

.footer-links li:last-child {
    margin-bottom: 0;
}

.footer-links a {
    color: var(--text-color);
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-decoration: none;
    transition: color 0.3s ease;
    display: inline-block;
}

.footer-links a:hover {
    color: var(--primary-color);
    text-decoration: none;
}

.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem 0;
}

.footer-contact li {
    margin: 0 0 1rem 0;
    padding: 0;
    font-size: 16px;
    line-height: 24px;
}

.footer-contact li:last-child {
    margin-bottom: 0;
}

.footer-contact a {
    color: var(--text-color);
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-decoration: none;
    transition: color 0.3s ease;
    display: inline-block;
}

.footer-contact a:hover {
    color: var(--primary-color);
    text-decoration: none;
}

.social-icons {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-top: 2rem;
}

.social-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-heading);
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-icon svg {
    width: 24px;
    height: 24px;
}

.social-icon:hover {
    color: var(--primary-color);
    transform: translateY(-2px);
}

.location-item {
    margin-bottom: 0;
    height: 100%;
}

.location-header {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin-bottom: 1rem;
}

.location-icon {
    font-size: 1.6rem;
    display: inline-block;
}

.location-icon img {
    width: 20px;
    height: 20px;
}

.location-header strong {
    font-family: "Red Hat Display", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: var(--text-heading);
}

.location-address {
    color: var(--text-color);
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
}

.location-map {
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
    margin-top: 1rem;
}

.location-map iframe {
    width: 100%;
    height: 150px;
    border: 0;
    display: block;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}

.location-map:hover iframe {
    filter: grayscale(0%);
}

.footer-copyright {
    background-color: #2C2C2C;
    padding: 2rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copyright-text {
    color: var(--color-white);
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
    display: block;
}

.copyright-text a {
    color: var(--color-white);
    text-decoration: none;
    transition: color 0.3s ease;
}

.copyright-text a:hover {
    color: var(--secondary-color);
    text-decoration: none;
}


/* Exploration Session Section */

.exploration-session-sec {
    padding: 0;
    margin: 0;
    position: relative;
    background-color: var(--primary-color);
    margin: 15rem 0;
}

.exploration-content {
    background-color: var(--primary-color);
    padding: 5rem 0;
    max-width: 600px;
    width: 100%;
}

.exploration-content h2 {
    font-weight: 700;
    color: var(--secondary-color);
    margin: 0 0 2rem 0;
}

.exploration-content p {
    color: var(--color-white);
    margin: 0 0 5rem 0;
}

.exploration-subtitle {
    margin-bottom: 3rem;
}

.exploration-form-wrapper {
    background-color: var(--secondary-color);
    padding: 5rem;
    height: 100%;
    min-height: 600px;
    box-shadow: 0px 0px 40px 0px #00000026;
    border-radius: 10px;
    margin: -60px 0;
    max-width: 651px;
    margin-left: auto;
}

.exploration-form-wrapper h2 {
    text-align: center;
    font-weight: 700;
    color: var(--text-heading);
    margin: 0 0 3rem 0;
}

.exploration-form {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.inline-label {
    display: flex;
    flex-direction: row !important;
}

.form-group {
    margin: 0 0 0 0;
}

.form-group label {
    font-family: "Red Hat Display", sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--text-heading);
    margin: 0 0 10px 0;
}

.required {
    color: var(--text-heading);
}

.screen-reader-response {
    display: none;
}

.form-control {
    width: 100%;
    height: 50px;
    padding: 0rem 2rem;
    border: none;
    border-radius: 4px;
    background-color: var(--color-white);
    color: var(--text-heading);
    font-size: 16px;
    font-family: "Barlow", sans-serif;
    line-height: 24px;
    transition: all 0.3s ease;
}

.form-control:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(36, 77, 149, 0.2);
}

.form-control::placeholder {
    color: #999;
}

textarea.form-control {
    resize: vertical;
    height: 120px;
    padding-top: 10px;
}

.services-checkboxes .wpcf7-list-item {
    width: 50%;
    float: left;
    margin-bottom: 8px;
}

.checkbox-item input[type="checkbox"] {
    width: 20px;
    height: 20px;
    cursor: pointer;
    accent-color: var(--primary-color);
    flex-shrink: 0;
}

.checkbox-item label {
    font-size: 2.4rem;
    display: flex;
    gap: 20px;
    font-weight: 400;
    color: var(--text-heading);
    cursor: pointer;
    margin: 0;
    font-family: "Barlow", sans-serif;
}

.exploration-session-sec .checkbox-item input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

span.wpcf7-not-valid-tip {
    color: var(--color-white);
    font-size: 2rem;
}

.wpcf7-response-output {
    font-size: 20px;
    color: #fff;
    padding-top: 10px;
}

.service1 span.wpcf7-not-valid-tip {
    display: none;
}

.exploration-session-sec .checkbox-item .wpcf7-list-item-label::before {
    content: "\2714";
    border-radius: 0.2em;
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: bottom;
    background-color: #fff;
    margin-right: 10px;
    color: transparent;
    transition: .2s;
    vertical-align: middle;
}

.exploration-session-sec .checkbox-item input[type="checkbox"]:checked+.wpcf7-list-item-label::before {
    background-color: var(--primary-color);
    color: #fff;
}

body .btn-form-submit {
    transition: all 0.3s ease;
    width: 100%;
    padding: 19px 25px!important;
}

.text-btn {
    color: var(--secondary-color);
    font-size: 2.4rem;
    font-weight: 500;
    font-family: "Red Hat Display", sans-serif;
    line-height: 3rem;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 0px 0;
    padding: 0 0 3px 0;
    border-bottom: 1px solid var(--color-white);
    position: relative;
}

.text-btn::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0%;
    height: 1px;
    opacity: 0;
    background-color: var(--secondary-color);
    transition: width 0.5s ease;
}

.text-btn:hover::after {
    width: 100%;
    opacity: 1;
}

.text-btn img {
    width: 20px;
    height: 20px;
    filter: brightness(0) saturate(100%) invert(46%) sepia(35%) saturate(5221%) hue-rotate(2deg) brightness(89%) contrast(105%);
}

.text-btn:hover {
    color: var(--secondary-color);
}


/* 404 Page */

.error-section {
    padding: 10rem 0;
    text-align: center;
}

.error-section h1 {
    padding-bottom: 10px;
    font-weight: bold !important;
}

.error-data img {
    margin: 0 auto;
    max-width: 500px;
    width: 80%;
    margin-bottom: 0px;
}

.mobile-header-button {
    display: none;
}


/* Contact Page */

.inside-banner-sec {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: var(--background-light);
}

.inside-banner-wrapper {
    min-height: 890px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6rem 0;
}

.inside-banner-content {
    text-align: center;
}

.inside-banner-content h1 {
    color: var(--text-heading);
    margin: 0 0 7rem 0;
}


/* Contact Info Section */

.contact-info-section {
    padding: 17rem 0 12rem 0;
    background-color: var(--color-white);
}

.contact-info-box {
    background-color: var(--background-light);
    border-radius: 8px;
    padding: 0 4rem 4rem 4rem;
    height: 100%;
    transition: all 0.3s ease;
    text-align: center;
}

.contact-icon {
    width: 100px;
    height: 100px;
    background-color: var(--primary-color);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: -50px auto 3rem auto;
}

.contact-icon img {
    width: 40px;
    object-fit: contain;
}

.contact-info-content p {
    margin: 0 0 1rem 0;
    text-align: center;
}

.contact-info-content p span {
    display: inline-block;
    width: 100px;
}

.contact-info-content p a {
    color: var(--text-color);
}

.contact-address p {
    text-align: center;
}

.contact-info-box:hover {
    background-color: var(--primary-color);
}

.contact-info-box:hover .contact-info-content p a {
    color: var(--color-white);
}

.contact-info-box:hover .contact-info-content p span {
    color: var(--color-white);
}

.contact-info-box:hover .contact-address p {
    color: var(--color-white);
}

.contact-info-box:hover .contact-icon {
    background-color: var(--secondary-color);
}

.contact-form-wrapper {
    padding: 12rem 0 0 0;
}

.contact-form-block h2 {
    text-align: center !important;
    font-weight: 700 !important;
    color: var(--secondary-color) !important;
    margin: 0 0 5rem 0 !important;
}

.contact-form-block {
    background-color: var(--primary-color);
    border-radius: 20px;
    padding: 6rem 8rem;
    transition: all 0.3s ease;
}

.contact-form-block .btn.btn-primary {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    color: var(--color-white);
}

.contact-form-block .btn.btn-primary:hover {
    background-color: var(--color-white);
    border-color: var(--color-white);
    color: var(--primary-color);
}

.contact-form-block .form-group label,
.contact-form-block .checkbox-item label {
    color: var(--color-white);
}

.contact-form-block .services-checkboxes .wpcf7-list-item {
    width: auto;
    margin: 0 0 0 0;
}

.contact-form-block .checkbox-item input[type="checkbox"] {
    width: 30px;
    height: 30px;
    border-radius: 5px;
}

.contact-form-block .checkbox-item input[type="checkbox"] {
    accent-color: var(--secondary-color);
}

.contact-form-block .wpcf7-response-output {
    color: var(--color-white);
}

.contact-form-block .gx-20 {
    --bs-gutter-x: 30px;
}

.contact-form-block .gy-20 {
    --bs-gutter-y: 30px;
}

.contact-form-block .form-control {
    height: 65px;
}

.contact-form-block textarea.form-control {
    height: 130px;
}

.contact-form-block .wpcf7-form-control {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 4rem;
}

.page-content-section {
    padding: 10rem 0;
}

.page-content-text h1 {
    font-size: 5rem;
    font-weight: 700;
}

.page-content-text h2 {
    font-size: 4rem;
    font-weight: 700;
}

.page-content-text h1,
.page-content-text h2,
.page-content-text h3,
.page-content-text h4,
.page-content-text h5,
.page-content-text h6 {
    color: var(--text-heading);
    margin: 0 0 2rem 0;
}

.page-content-text p {
    margin: 0 0 2rem 0;
}

.page-content-text ul {
    margin: 0 0 2rem 0;
}


/* Team Page Styles */

.sm-banner-sec {
    z-index: 1;
    position: relative;
}

.sm-banner-sec::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--primary-color);
    opacity: 0.9;
    z-index: -1;
}

.sm-banner-sec .inside-banner-wrapper {
    min-height: 300px;
}

.sm-banner-sec .inside-banner-content h1 {
    color: var(--color-white);
    margin: 0;
}


/* Yoast Breadcrumb Styles */

.breadcrumb-wrapper {
    padding: 2rem 0 0 0;
    position: relative;
    z-index: 2;
}

.yoast-breadcrumb {
    margin: 0;
    padding: 0;
}

#breadcrumbs {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 24px;
}

#breadcrumbs a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    transition: all 0.3s ease;
}

#breadcrumbs a:hover {
    color: var(--secondary-color);
    text-decoration: none;
}

#breadcrumbs span {
    color: rgba(255, 255, 255, 0.9);
}

#breadcrumbs .breadcrumb_last {
    color: var(--color-white);
    font-weight: 500;
}

#breadcrumbs .separator {
    color: rgba(255, 255, 255, 0.7);
    margin: 0 1rem;
}

.team-section {
    padding: 12rem 0;
    background-color: var(--background-light);
}

.team-wrapper {
    width: 100%;
}

.team-member-card {
    background-color: var(--color-white);
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.team-member-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.team-member-image {
    width: 100%;
    height: 390px;
    overflow: hidden;
    position: relative;
    background-color: var(--background-light);
}

.team-member-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.team-member-card:hover .team-member-image img {
    transform: scale(1.05);
}

.team-member-content {
    padding: 3rem 2rem;
    text-align: center;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.team-member-content h3 {
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 3.2rem;
    color: var(--text-heading);
    margin: 0 0 1rem 0;
}

.team-member-role {
    font-size: 18px;
    color: var(--primary-color);
    font-weight: 500;
    margin: 0;
    line-height: 24px;
}

.team-text-content {
    padding: 5rem 0 0 0;
}

.team-text-content p {
    font-size: 18px;
    line-height: 24px;
}


/* Blog Section Styles */

.blog-section {
    padding: 10rem 0;
    background-color: var(--background-light);
}

.blog-wrapper {
    width: 100%;
}

.blog-posts-wrapper {
    margin: 0 0 0 0;
}

.blog-post-card {
    background-color: var(--color-white);
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 4rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.blog-post-card:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
}

.blog-post-inner {
    display: flex;
    align-items: stretch;
    min-height: 300px;
}

.blog-post-image {
    width: 45%;
    flex-shrink: 0;
    height: auto;
    min-height: 300px;
    overflow: hidden;
    position: relative;
    background-color: var(--background-light);
}

.blog-post-image img {
    width: 100%;
    height: 100%;
    min-height: 300px;
    object-fit: cover;
    transition: all 0.3s ease;
}

.blog-post-card:hover .blog-post-image img {
    transform: scale(1.05);
}

.blog-post-content {
    width: 55%;
    padding: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.blog-post-meta {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
    font-size: 16px;
    line-height: 20px;
    color: var(--text-color);
    flex-wrap: wrap;
}

.blog-post-author,
.blog-post-date {
    color: var(--text-color);
}

.blog-post-separator {
    color: var(--border-color);
}

.blog-post-title {
    margin: 0 0 5px 0;
    font-size: 3.5rem;
    line-height: 4.5rem;
    font-weight: 600;
    color: var(--text-heading);
}

.blog-post-title a {
    color: var(--text-heading);
}

.blog-post-title a:hover {
    color: var(--secondary-color);
}

.blog-post-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 2rem;
}

.blog-category-tag {
    display: inline-block;
    padding: 2px 10px 4px 10px;
    background-color: var(--primary-color);
    color: var(--color-white);
    font-size: 14px;
    line-height: 20px;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.blog-category-tag:hover {
    background-color: var(--secondary-color);
    color: var(--color-white);
    text-decoration: none;
}

.blog-post-excerpt {
    margin-bottom: 2rem;
}

.blog-post-excerpt p {
    font-size: 18px;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: var(--text-color);
    margin: 0;
}

.blog-post-tags {
    margin-bottom: 2.5rem;
    font-size: 16px;
    line-height: 24px;
    color: var(--text-color);
}

.tags-label {
    font-weight: 600;
    color: var(--text-heading);
}

.blog-post-tags a {
    color: var(--primary-color);
    text-decoration: none;
    transition: all 0.3s ease;
}

.blog-post-tags a:hover {
    color: var(--secondary-color);
    text-decoration: none;
}

.blog-read-more {
    display: inline-block;
    margin-top: 1rem;
}


/* Blog Sidebar Styles */

.blog-sidebar {
    padding-left: 3rem;
}

.sidebar-widget {
    background-color: var(--color-white);
    border-radius: 12px;
    padding: 3rem;
    margin-bottom: 3rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.sidebar-widget-title {
    font-size: 2.4rem;
    font-weight: 600;
    color: var(--text-heading);
    margin: 0 0 2rem 0;
    padding-bottom: 1.5rem;
    border-bottom: 2px solid var(--border-color);
    font-family: "Red Hat Display", sans-serif;
}


/* Our Work Section Styles */

.our-works-left {
    display: flex;
}

.our-works-right {
    display: flex;
}

.our-work-section {
    padding: 10rem 0;
    background-color: var(--background-light);
}

.our-work-wrapper {
    width: 100%;
}

.our-works-wrapper {
    margin: 0 0 0 0;
}

.our-work-card {
    background-color: var(--color-white);
    overflow: hidden;
    margin-bottom: 4rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.our-work-card:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
}

.our-work-inner {
    display: flex;
    align-items: stretch;
    min-height: 300px;
}

.our-work-image {
    border: 5px solid #000;
    width: 50%;
    flex-shrink: 0;
    height: auto;
    min-height: 300px;
    overflow: hidden;
    position: relative;
    background-color: var(--background-light);
}

.our-work-image img {
    width: 100%;
    height: 100%;
    min-height: 300px;
    object-fit: cover;
    transition: all 0.3s ease;
}

.our-work-card:hover .our-work-image img {
    transform: scale(1.05);
}

.our-work-content {
    width: 50%;
    padding: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.our-work-meta {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
    font-size: 16px;
    line-height: 20px;
    color: var(--text-color);
    flex-wrap: wrap;
}

.our-work-author,
.our-work-date {
    color: var(--text-color);
}

.our-work-separator {
    color: var(--border-color);
}

.our-work-title {
    margin: 0 0 30px 0;
    font-size: 2rem;
    line-height: 2rem;
    font-weight: 600;
    color: var(--text-heading);
}

.our-work-title a {
    color: var(--text-heading);
}

.our-work-title a:hover {
    color: var(--secondary-color);
}

.our-work-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 2rem;
}

.our-work-category-tag {
    display: inline-block;
    padding: 2px 10px 4px 10px;
    background-color: var(--primary-color);
    color: var(--color-white);
    font-size: 14px;
    line-height: 20px;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.our-work-category-tag:hover {
    background-color: var(--secondary-color);
    color: var(--color-white);
    text-decoration: none;
}

.our-work-excerpt {
    margin-bottom: 2rem;
}

.our-work-excerpt p {
    font-size: 18px;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: var(--text-color);
    margin: 0;
}

.our-work-tags {
    margin-bottom: 2.5rem;
    font-size: 16px;
    line-height: 24px;
    color: var(--text-color);
}

.tags-label {
    font-weight: 600;
    color: var(--text-heading);
}

.our-work-tags a {
    color: var(--primary-color);
    text-decoration: none;
    transition: all 0.3s ease;
}

.our-work-tags a:hover {
    color: var(--secondary-color);
    text-decoration: none;
}

.our-work-read-more {
    display: inline-block;
    margin-top: 1rem;
}


/* Our Work Sidebar Styles */


/* Digital Marketing Portfolio Section Styles */

.digital-marketing-portfolio-left {
    display: flex;
}

.digital-marketing-portfolio-right {
    display: flex;
}

.digital-marketing-portfolio-section {
    padding: 10rem 0;
    background-color: var(--background-light);
}

.digital-marketing-portfolio-wrapper {
    width: 100%;
}

.digital-marketing-portfolios-wrapper {
    margin: 0 0 0 0;
}

.digital-marketing-portfolio-card {
    background-color: var(--color-white);
    overflow: hidden;
    margin-bottom: 4rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.digital-marketing-portfolio-card:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
}

.digital-marketing-portfolio-inner {
    display: flex;
    align-items: stretch;
    min-height: 300px;
}

.digital-marketing-portfolio-image {
    border: 5px solid #000;
    width: 50%;
    flex-shrink: 0;
    height: auto;
    min-height: 300px;
    overflow: hidden;
    position: relative;
    background-color: var(--background-light);
}

.digital-marketing-portfolio-image img {
    width: 100%;
    height: 100%;
    min-height: 300px;
    object-fit: cover;
    transition: all 0.3s ease;
}

.digital-marketing-portfolio-card:hover .digital-marketing-portfolio-image img {
    transform: scale(1.05);
}

.digital-marketing-portfolio-content {
    width: 50%;
    padding: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.digital-marketing-portfolio-meta {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
    font-size: 16px;
    line-height: 20px;
    color: var(--text-color);
    flex-wrap: wrap;
}

.digital-marketing-portfolio-author,
.digital-marketing-portfolio-date {
    color: var(--text-color);
}

.digital-marketing-portfolio-separator {
    color: var(--border-color);
}

.digital-marketing-portfolio-title {
    margin: 0 0 30px 0;
    font-size: 2rem;
    line-height: 2rem;
    font-weight: 400;
    color: var(--text-heading);
}

.digital-marketing-portfolio-title a {
    color: var(--text-heading);
}

.digital-marketing-portfolio-title a:hover {
    color: var(--secondary-color);
}

.digital-marketing-portfolio-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 2rem;
}

.digital-marketing-portfolio-category-tag {
    display: inline-block;
    padding: 2px 10px 4px 10px;
    background-color: var(--primary-color);
    color: var(--color-white);
    font-size: 14px;
    line-height: 20px;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.digital-marketing-portfolio-category-tag:hover {
    background-color: var(--secondary-color);
    color: var(--color-white);
    text-decoration: none;
}

.digital-marketing-portfolio-excerpt {
    margin-bottom: 2rem;
}

.digital-marketing-portfolio-excerpt p {
    font-size: 18px;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: var(--text-color);
    margin: 0;
}

.digital-marketing-portfolio-tags {
    margin-bottom: 2.5rem;
    font-size: 16px;
    line-height: 24px;
    color: var(--text-color);
}

.tags-label {
    font-weight: 600;
    color: var(--text-heading);
}

.digital-marketing-portfolio-tags a {
    color: var(--primary-color);
    text-decoration: none;
    transition: all 0.3s ease;
}

.digital-marketing-portfolio-tags a:hover {
    color: var(--secondary-color);
    text-decoration: none;
}

.digital-marketing-portfolio-read-more {
    display: inline-block;
    margin-top: 1rem;
}


/* Digital Marketing Portfolio Sidebar Styles */


/* Recent Posts New Design */

.recent-posts-wrapper {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.recent-post-item {
    display: flex;
    gap: 1.5rem;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid var(--border-color);
    transition: all 0.3s ease;
}

.recent-post-item:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.recent-post-image {
    width: 120px;
    height: 100px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 8px;
    background-color: var(--background-light);
}

.recent-post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.recent-post-item:hover .recent-post-image img {
    transform: scale(1.1);
}

.recent-post-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.recent-post-title {
    margin: 0 0 0.8rem 0;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
}

.recent-post-title a {
    color: var(--text-heading);
    text-decoration: none;
    transition: all 0.3s ease;
    display: block;
}

.recent-post-title a:hover {
    color: var(--secondary-color);
    text-decoration: none;
}

.recent-post-excerpt {
    font-size: 14px;
    line-height: 20px;
    color: var(--text-color);
    margin: 0 0 1rem 0;
}

.recent-post-readmore {
    font-size: 14px;
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    display: inline-block;
}

.recent-post-readmore:hover {
    color: var(--secondary-color);
    text-decoration: none;
    padding-left: 0.5rem;
}


/* Dropdown Styles */

.dropdown-wrapper {
    position: relative;
}

.categories-dropdown,
.archives-dropdown {
    width: 100%;
    padding: 1.2rem 1.5rem;
    font-size: 16px;
    line-height: 20px;
    color: var(--text-heading);
    background-color: var(--color-white);
    border: 1px solid var(--border-color);
    border-radius: 4px;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='https://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23244d95' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1.5rem center;
    background-size: 12px;
    padding-right: 4rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.categories-dropdown:hover,
.archives-dropdown:hover {
    border-color: var(--primary-color);
}

.categories-dropdown:focus,
.archives-dropdown:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(36, 77, 149, 0.1);
}

.dropdown-item {
    font-size: 20px;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #ffffff;
    background-color: #244d95;
}


/* our-work Pagination Styles */

.our-work-pagination {
    margin-top: 5rem;
}

.our-work-pagination .page-numbers {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: center;
}

.our-work-pagination .page-numbers li {
    margin: 0;
    padding: 0;
}

.our-work-pagination .page-numbers a,
.our-work-pagination .page-numbers span {
    display: inline-block;
    padding: 1rem 1.5rem;
    background-color: var(--color-white);
    color: var(--text-heading);
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    border-radius: 4px;
    border: 1px solid var(--border-color);
    transition: all 0.3s ease;
}

.our-work-pagination .page-numbers a:hover {
    background-color: var(--primary-color);
    color: var(--color-white);
    border-color: var(--primary-color);
    text-decoration: none;
}

.our-work-pagination .page-numbers .current {
    background-color: var(--primary-color);
    color: var(--color-white);
    border-color: var(--primary-color);
}


/* Blog Pagination Styles */

.blog-pagination {
    margin-top: 5rem;
}

.blog-pagination .page-numbers {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: center;
}

.blog-pagination .page-numbers li {
    margin: 0;
    padding: 0;
}

.blog-pagination .page-numbers a,
.blog-pagination .page-numbers span {
    display: inline-block;
    padding: 1rem 1.5rem;
    background-color: var(--color-white);
    color: var(--text-heading);
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    border-radius: 4px;
    border: 1px solid var(--border-color);
    transition: all 0.3s ease;
}

.blog-pagination .page-numbers a:hover {
    background-color: var(--primary-color);
    color: var(--color-white);
    border-color: var(--primary-color);
    text-decoration: none;
}

.blog-pagination .page-numbers .current {
    background-color: var(--primary-color);
    color: var(--color-white);
    border-color: var(--primary-color);
}

.no-posts {
    text-align: center;
    padding: 5rem 0;
}

.no-posts p {
    font-size: 20px;
    line-height: 24px;
    color: var(--text-color);
}

.mobile-widget {
    display: none;
}
/*
.page-content-text .is-layout-flex {
    display: flex;
    gap: 4rem;
}
*/

/* Service Detail Section */

.service-detail-section, .blog-detail-section {
    padding: 12rem 0;
    background-color: var(--color-white);
}

.service-detail-parent, .blog-detail-parent {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.service-detail-wrapper, .blog-detail-wrapper {
    width: 100%;
}

.service-detail-content, .blog-detail-content {
    width: 100%;
}

.service-detail-content h1, .blog-detail-content h1,
.service-detail-content h2, .blog-detail-content h2,
.service-detail-content h3, .blog-detail-content h3,
.service-detail-content h4, .blog-detail-content h4,
.service-detail-content h5, .blog-detail-content h5,
.service-detail-content h6, .blog-detail-content h6 {
    font-family: "Red Hat Display", sans-serif;
    color: var(--text-heading);
    margin: 0 0 2rem 0;
    font-weight: 600;
    line-height: 1.3;
}

.service-detail-content h1, .blog-detail-content h1 {
    font-size: 5rem;
    margin: 0 0 3rem 0;
}

.service-detail-content h2, .blog-detail-content h2 {
    font-size: 4rem;
    margin: 0 0 2.5rem 0;
}

.service-detail-content h3, .blog-detail-content h3 {
    font-size: 3.5rem;
    margin: 0 0 2rem 0;
}

.service-detail-content h4, .blog-detail-content h4 {
    font-size: 3rem;
    margin: 0 0 2rem 0;
}

.service-detail-content h5, .blog-detail-content h5 {
    font-size: 2.4rem;
    margin: 0 0 1.5rem 0;
}

.service-detail-content h6, .blog-detail-content h6 {
    font-size: 2rem;
    margin: 0 0 1.5rem 0;
}

.service-detail-content p, .blog-detail-content p {
    font-size: 2.4rem;
    line-height: 3.5rem;
    color: var(--text-color);
    margin: 0 0 2.5rem 0;
    font-family: "Barlow", sans-serif;
}

.service-detail-content p:last-child, .blog-detail-content p:last-child {
    margin-bottom: 0;
}

.service-detail-content ul, .blog-detail-content ul,
.service-detail-content ol, .blog-detail-content ol {
    margin: 0 0 2.5rem 0;
    padding-left: 3rem;
    font-size: 2.4rem;
    line-height: 3.5rem;
    color: var(--text-color);
    font-family: "Barlow", sans-serif;
}

.service-detail-content ul li, .blog-detail-content ul li,
.service-detail-content ol li, .blog-detail-content ol li {
    margin: 0 0 1rem 0;
}

.service-detail-content ul li:last-child, .blog-detail-content ul li:last-child,
.service-detail-content ol li:last-child, .blog-detail-content ol li:last-child {
    margin-bottom: 0;
}

.service-detail-content ul, .blog-detail-content ul {
    list-style-type: disc;
}

.service-detail-content ol, .blog-detail-content ol {
    list-style-type: decimal;
}

.service-detail-content img, .blog-detail-content img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 3rem 0;
    display: block;
}

.service-detail-content a, .blog-detail-content a {
    color: var(--primary-color);
    text-decoration: none;
    transition: color 0.3s ease;
}

.service-detail-content a:hover, .blog-detail-content a:hover {
    color: var(--secondary-color);
    text-decoration: none;
}

.service-detail-content strong, .blog-detail-content strong {
    font-weight: 600;
    color: var(--text-heading);
}

.service-detail-content blockquote, .blog-detail-content blockquote {
    margin: 3rem 0;
    padding: 2rem 3rem;
    border-left: 4px solid var(--primary-color);
    background-color: var(--background-light);
    font-style: italic;
    font-size: 2.4rem;
    line-height: 3.5rem;
    color: var(--text-color);
}

.service-detail-content table, .blog-detail-content table {
    width: 100%;
    margin: 3rem 0;
    border-collapse: collapse;
}

.service-detail-content table th, .blog-detail-content table th,
.service-detail-content table td, .blog-detail-content table td {
    padding: 1.5rem;
    border: 1px solid var(--border-color);
    text-align: left;
    font-size: 2rem;
    line-height: 2.8rem;
}

.service-detail-content table th, .blog-detail-content table th {
    background-color: var(--background-light);
    font-weight: 600;
    color: var(--text-heading);
}

.service-detail-content code, .blog-detail-content code {
    background-color: var(--background-light);
    padding: 0.2rem 0.5rem;
    border-radius: 4px;
    font-size: 1.8rem;
    color: var(--primary-color);
}

.service-detail-content pre, .blog-detail-content pre {
    background-color: var(--background-light);
    padding: 2rem;
    border-radius: 8px;
    overflow-x: auto;
    margin: 2rem 0;
}

.service-detail-content pre code, .blog-detail-content pre code {
    background-color: transparent;
    padding: 0;
}
/*
.postid-359 .service-detail-section .page-content-text .is-layout-flex {
    display: flex;
    gap: 0 4rem;
    flex-wrap: wrap;
    width: 100% !important;
}

.postid-359 .service-detail-section figure {
    width: 31%;
    margin: 0!important;
}
*/
ul#menu-footer-services {
    display: grid;
    grid-template-columns: 1fr;
}


/* Testimonials */

.testimonials {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 20px;
}

.t-item {
    display: grid;
    grid-template-columns: 280px 1fr;
    align-items: center !important;
    gap: 30px;
    align-items: start;
    padding: 25px 0;
    border-bottom: 1px solid var(--border);
}

.t-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.t-logo {
    width: 220px;
    max-width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

.t-name {
    font-size: 14px;
    color: var(--muted);
    font-weight: 600;
    margin-top: 6px;
}

.t-quote {
    font-size: 20px !important;
}

.t-quote::after {
    content: "\f10e";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 25px;
    color: #e45800;
}

.t-quote::before {
    content: "\f10d";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 25px;
    color: #e45800;
}

/* ============================= */
/* Video Gallery Section Styling */
/* ============================= */

.video-gallery-sec{
    padding: 10rem 0;
}
.video-gallery-wrapper{
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}
.video-gallery-text{
    padding: 0 0 5rem 0;
}
.video-gallery-video-item-content iframe{
    width: 100%;
    height: 600px; /* problem for responsive EmbedPlus videos */
    border-radius: 10px;
}
.video-gallery-video{

}

/* Classic image alignment */
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

/* Generic alignment classes */
.alignright {
  float: right;
  margin: 0 0 1em 1em !important;
}

.alignleft {
  float: left;
  margin: 0 1em 1em 0 !important;
}

.aligncenter {
  display: block;
  margin: 0px auto;
}
.page-content-text img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.has-text-align-center {
	text-align:center;
}

.our-partner-section {
    padding: 40px 0;
    overflow: hidden;
}

.logo-marquee {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.logo-track {
    display: flex;
    width: max-content;
    animation: marquee 30s linear infinite;
}

.logo-item {
    flex: 0 0 auto;
    padding: 0 30px;
    display: flex;
    align-items: center;
}

.logo-item img {
    max-height: 120px;
    width: auto;
    object-fit: contain;
}

/* Animation */
@keyframes marquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

/* Pause on hover (optional) */
.logo-marquee:hover .logo-track {
    animation-play-state: paused;
}


/* Gravity Forms Homepage start */
.exploration-form .gfield {
    margin-bottom: 2rem;
}

.exploration-form .gfield_label {
   display: block;
    margin-bottom: 0.5rem;
    font-family: "Red Hat Display", sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--text-heading);
    white-space: normal;
    letter-spacing: normal;
    word-spacing: normal;
}
.exploration-form 
.gfield input:not([type="checkbox"]):not([type="radio"]),
.exploration-form .gfield textarea,
.exploration-form .gfield select {
    width: 100%;
    height: 50px;
    padding: 0 2rem;
    border: none;
    border-radius: 4px;
    background-color: var(--color-white);
    color: var(--text-heading);
    font-size: 16px;
    font-family: "Barlow", sans-serif;
    line-height: 24px;
    transition: all 0.3s ease;
}

.exploration-form .gfield textarea {
    height: 120px;
    padding-top: 10px;
    resize: vertical;
}

.exploration-form .gfield input:focus,
.exploration-form .gfield textarea:focus,
.exploration-form .gfield select:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(36, 77, 149, 0.2);
}
.exploration-form .gfield_checkbox .gchoice {
    display: flex;align-items: left;gap: 6px;color: var(--text-heading);
}

.exploration-form .gfield_checkbox input[type="checkbox"] {
	  appearance: none;        /* remove default browser styling */
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
	 background-color: white; /* white box */
    border: none;            /* no border */
    border-radius: 4px;      /* optional rounded corners */
    cursor: pointer;
    position: relative;
   
}
/* Color when checked */
.exploration-form .gfield_checkbox input[type="checkbox"]:checked {
    background-color: #1e4e9d; /* checked color */
}
/* Optional checkmark inside the box */
.exploration-form .gfield_checkbox input[type="checkbox"]:checked::after {
    content: "✔";              /* checkmark symbol */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;              /* checkmark color */
    font-size: 14px;
}
.exploration-form .gfield_checkbox {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 0.8rem 1.5rem;
	border:none;
}

.exploration-form .gfield_validation_message {
    color: var(--color-white);
    font-size: 2rem;
}

.exploration-form .validation_error {
    color: #fff;
    font-size: 20px;
}
.exploration-form .gform_button {
    padding: 10px 20px;
    transition: all 0.3s ease;
	background-color: #1e4e9d;
	color:#ffffff;
	border:none;
}
.exploration-form .gform_button:hover,
.exploration-form .gform_button:focus {
    background-color: #ffffff; 
	color:#1e4e9d;
}

.exploration-form .ginput_container_name {
    display: flex;
    gap: 2rem;
}

.exploration-form .ginput_container_name span {
    flex: 1;
}
.gform_required_legend {
   font-size:16px;
   font-style:italic;
   color:#000;
}
/* Gravity Forms Homepage end */

/* Gravity Forms Contact Page start */

 .contact-form-block .gfield {
    margin-bottom: 1rem;!important;
}

.contact-form-block .gfield_label {
   display: block;
    margin-bottom: 0.25rem;!important;
    font-family: "Red Hat Display", sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    color: #ffffff; !important;
    white-space: normal;
    letter-spacing: normal;
    word-spacing: normal;
}

.contact-form-block 
.gfield input:not([type="checkbox"]):not([type="radio"]),
.contact-form-block .gfield textarea,
.contact-form-block .gfield select {
    width: 100%;
    height: 50px;
    padding: 0 2rem;
    border: none;
    border-radius: 4px;
    background-color: var(--color-white);
    color: var(--text-heading);
    font-size: 16px;
    font-family: "Barlow", sans-serif;
    line-height: 24px;
    transition: all 0.3s ease;
}

.contact-form-block .gfield textarea {
    height: 120px;
    padding-top: 10px;
    resize: vertical;
}

.contact-form-block .gfield input:focus,
.contact-form-block .gfield textarea:focus,
.contact-form-block .gfield select:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(36, 77, 149, 0.2);
}

/**/
.contact-form-block .gfield_checkbox .gchoice {
    display: flex;align-items: center;gap: 6px;color: #ffffff;
}

.contact-form-block .gfield_checkbox input[type="checkbox"] {
    appearance: none;          /* remove default styling */
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
	background-color:#fff;
    border: none;    /* default border */
    border-radius: 4px;        /* optional rounded corners */
    cursor: pointer;
    position: relative;
    margin: 5px 10px;
}
/* Change color when checked */
.contact-form-block .gfield_checkbox input[type="checkbox"]:checked {
    background-color: var(--secondary-color);
}

/* Add a checkmark symbol */
.contact-form-block .gfield_checkbox input[type="checkbox"]:checked::after {
    content: "✔";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 14px;
}
.contact-form-block .gfield_checkbox {
      display: flex;
    flex-wrap: wrap;        /* allow checkboxes to move to next line on small screens */
   gap: 2rem 2.5rem;     /* vertical gap | horizontal gap */
    align-items: Left;
    border: none;
}
/* Optional: remove default list styling */
.contact-form-block .gfield_checkbox li {
    list-style: none;
}
/**/
/**/
.contact-form-block .gfield_radio .gchoice {
    display: flex;align-items: center;gap: 6px;color: #ffffff;
}

.contact-form-block .gfield_radio input[type="radio"] {
    appearance: none;          /* remove default styling */
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
	background-color:#fff;
    border: none;    /* default border */
    border-radius: 20px;        /* optional rounded corners */
    cursor: pointer;
    position: relative;
    margin: 5px 10px;
}
/* Change color when checked */
.contact-form-block .gfield_radio input[type="radio"]:checked {
    background-color: var(--secondary-color);
}

/* Add a checkmark symbol */
.contact-form-block .gfield_radio input[type="radio"]:checked::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #FFF;
}
.contact-form-block .gfield_radio {
      display: flex;
    flex-wrap: wrap;        /* allow checkboxes to move to next line on small screens */
   gap: 2rem 2.5rem;     /* vertical gap | horizontal gap */
    align-items: Left;
    border: none;
}
/* Optional: remove default list styling */
.contact-form-block .gfield_radio li {
    list-style: none;
}
.gfield_description {
    color: #FFF;
}
.gform_fileupload_rules {
    margin: 0 !important;
    padding: 0 !important;
}
/**/
/* ==========================================
   Gravity Forms - File Upload Field
========================================== */

.gform_wrapper .gfield--type-fileupload input[type="file"] {
    padding: 0 !important;
}

.gform_wrapper .gfield--type-fileupload input[type="file"]:hover {
    border-color: #ff6b00;
    background: #fff8f3;
}

.gform_wrapper .gfield--type-fileupload input[type="file"]:focus {
    outline: none;
    border-color: #ff6b00;
    box-shadow: 0 0 0 4px rgba(255,107,0,.15);
}

/* Upload Button */
.gform_wrapper .gfield--type-fileupload input[type="file"]::file-selector-button {
    background: #ff6b00;
    color: #fff;
    border: none;
    padding: 13px 22px;
    margin-right: 18px;
    border-radius: 0;
    font-weight: 600;
    cursor: pointer;
    transition: .3s;
    height: 50px;
}

.gform_wrapper .gfield--type-fileupload input[type="file"]::file-selector-button:hover {
    background: #e45d00;
}

/* Firefox */
.gform_wrapper .gfield--type-fileupload input[type="file"]::-webkit-file-upload-button {
    background: #ff6b00;
    color: #fff;
    border: none;
    padding: 13px 22px;
    border-radius: 0;
    cursor: pointer;
    height: 50px;
}

/* Description */

/* Validation Error */
.gform_wrapper .gfield_error input[type="file"] {
    border-color: #dc3545;
    background: #fff5f5;
}

/* Uploaded File */
.gform_wrapper .ginput_preview {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 12px;
    padding: 10px 14px;
    background: #f7f7f7;
    border-radius: 8px;
    border: 1px solid #e5e5e5;
}

.gform_wrapper .ginput_preview img {
    width: 22px;
    height: 22px;
}

.gform_wrapper .ginput_preview .gfield_fileupload_filename {
    font-weight: 500;
    color: #333;
}

/* Remove Button */
.gform_wrapper .gform_delete_file {
    color: #dc3545;
    text-decoration: none;
    font-size: 13px;
}

.gform_wrapper .gform_delete_file:hover {
    text-decoration: underline;
}
/**/

.contact-form-block .gfield_validation_message {
    color: var(--color-white);
    font-size: 2rem;
}

.contact-form-block .validation_error {
    color: #fff;
    font-size: 20px;
}
.contact-form-block .gform_button {
    padding: 10px 20px;
    transition: all 0.3s ease;
	background-color: var(--secondary-color);
	color:#ffffff;
	border:none;
}
.contact-form-block .gform_button:hover,
.contact-form-block .gform_button:focus {
    background-color: #ffffff; 
	color:#1e4e9d;
}

.contact-form-block .ginput_container_name {
    display: flex;
    gap: 1rem;!important;
}

.contact-form-block .ginput_container_name span {
    flex: 1;
}
.contact-form-block .gform_required_legend {
    color: #fff;           /* your desired color */
    font-size: 16px;
    font-style: italic;
}

/* Gravity Forms Contact end */

.flip-card {
    background-color: transparent;
    width: 400px;
    height: 250px;
    perspective: 1000px;
    margin: 15px 0;
	border: solid;
}
.flip-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}


.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #bbb;
  color: black;
}

.flip-card-back {
    background-color: #fff;
    color: #222;
    transform: rotateY(180deg);
    padding: 30px;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-flow: column;
}
.marketing-featured-flip-box-row {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 30px;
    margin: 30px 0;
    flex-flow: wrap;
}
.flip-card-back h4 {
    font-size: 18px;
    margin-bottom: 12px;
    font-weight: 700;
}
.flip-card-back p{
    font-size: 15px;
    margin-bottom: 12px;
    font-weight: 500;
}
/* .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-menu-end {
    display: inline-block !important;
    position: inherit !important;
    width: 100%;
} */


/* ===== FORCE CENTER ALIGNMENT FIX ===== */

/* Generic aligncenter */
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

/* Images */
.wp-block-image.aligncenter img,
img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/* Video / embeds */
.wp-block-embed.aligncenter,
.wp-block-video.aligncenter {
    text-align: center;
}

.wp-block-embed.aligncenter iframe,
.wp-block-video.aligncenter video {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Buttons (Gutenberg) */
.wp-block-buttons.aligncenter {
    display: flex;
    justify-content: center;
}

/* Text blocks */
.has-text-align-center {
    text-align: center;
}

/* Classic editor fallback */
.center,
.align-center {
    text-align: center;
}

/* Center image */
.service-image.is-center {
    text-align: center;
}
.service-image.is-center img {
    display: block;
    margin: 0 auto;
}

/* Center button */
.btn-center {
    text-align: left;
}
.btn-center .btn {
    display: inline-block;
}
.container figure.no-float {
    float: none !important;
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* read more SINGLE POST BUTTON BASE STYLE */
.single-post .wp-block-buttons a.wp-block-button__link {
    background-color: var(--primary-color) !important;
    color: var(--color-white) !important;
    border: none;
    border-radius: 4px;
    text-decoration: none;
	font-size: 22px;

    padding: 19px 25px 19px 35px !important;

    display: inline-flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-out;
}

/* HOVER STATE (COLOR CHANGE) */
.single-post .wp-block-buttons a.wp-block-button__link:hover {
    color: var(--color-white) !important;
    background-color: #0d6efd !important;
    border-color: #0d6efd !important;
	padding-left: 28px !important; /* slight "push" effect */
}
/* ARROW (hidden by default) */
.single-post .wp-block-buttons a.wp-block-button__link::after {
    content: '';
    width: 10px;
    height: 14px;
    background-image: url(../images/hover-arrow-icon.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    margin: 0 0 0 0;
    opacity: 0;
    transform: translateX(-5px);
    transition: all 0.3s ease-out;
}

/* SHOW ARROW ON HOVER */
.single-post .wp-block-buttons a.wp-block-button__link:hover::after {
    opacity: 1;
    transform: translateX(6px); /* moves past baseline position */
    transition-delay: 0.05s;
}
/* ROUNDED IMAGE CORNERS*/
div.wp-block-column figure.wp-block-image.size-full {
    border-radius: 12px !important;
    overflow: hidden !important;
}

div.wp-block-column figure.wp-block-image.size-full img {
    border-radius: 12px !important;
}


/**/
.wp-block-gallery {
    margin-bottom: 3rem !important;
}
.wp-block-gallery img {
    margin: 0 !important;
}
.hover-zoom img {
  transition: transform 0.5s ease;
}
.hover-zoom img:hover {
  transform: scale(1.03);
}


/**/
.success-stories {
    padding: 12rem 0px;
    background: var(--background-gradient);
}

.success-stories__inner {
       background: rgba(01, 41, 94, 0.20);
    border: 1px solid #FFFFFF40;
    backdrop-filter: blur(34px);
    border-radius: 20px;
    padding: 35px;
}

.success-stories__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 24px;
    margin-bottom: 32px;
}

.success-stories__title {
    color: #fff;
    margin: 0 0 12px;
}

.success-stories__subtitle {
    color: rgba(255, 255, 255, 0.8);
    max-width: 900px;
    margin: 0;
}

.success-stories__nav {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
    margin-top: 4px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease;
}

.success-stories__nav.is-ready {
    opacity: 1;
    visibility: visible;
}

.success-stories__arrow {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: none;
    background: transparent;
    color: #fff;
    transition: opacity 0.2s ease, transform 0.15s ease;
}
.success-stories__arrow.swiper-button-lock {
    display: none !important;
}

.success-stories__arrow--prev {
    border: 1.5px solid rgba(255, 255, 255, 0.6);
}

.success-stories__arrow--next {
    background: #f37021; /* orange accent */
}

.success-stories__arrow:hover {
    transform: translateY(-2px);
}

.success-stories__arrow.swiper-button-disabled {
    opacity: 0.35;
    cursor: not-allowed;
    transform: none;
}

.story-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    max-width: 493px;
}

.story-card__media {
    position: relative;
    background: #f4f5f7;
    padding: 75.834% 0 0;
}

.story-card__logo {
    position: absolute;
    top: 20px;
    left: 20px;
    max-width: 160px;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.10);
    border-radius: 10px;
    z-index: 2;
}
.story-card__logo img {
    display: block;
    width: 100%;
    height: auto;
}

.story-card__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    object-position: bottom center;
}

.story-card__body {
    padding: 24px 24px 28px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.story-card__name {
    font-size: 2.5rem;
    line-height: 1.2;
    font-weight: 700;
    color: #0b2145;
    margin: 0 0 12px;
}

.story-card__summary {
    font-size: 1.8rem;
    line-height: 1.3;
    color: #000;
    margin: 0 0 20px;
    flex-grow: 1;
}

.story-card__metric {
    display: flex;
    align-items: center;
    gap: 14px;
    background: #f2f3f6;
    border-radius: 8px;
    padding: 14px 16px;
    margin-bottom: 0;
}

.story-card__metric-icon {
    width: 12%;
    height: auto;
    object-fit: contain;
    flex-shrink: 0;
}

.story-card__metric-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    flex: 1;
}

.story-card__metric-value {
    font-size: 3.5rem;
    font-weight: 700;
    color: var(--primary-color);
}

.story-card__metric-label {
        font-size: 1.8rem;
    color: #000;
}

.success-stories__pagination {
    position: static;
    margin-top: 32px;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.success-stories__pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.4);
    opacity: 1;
    border-radius: 50%;
    transition: background 0.2s ease, transform 0.2s ease;
}

.success-stories__pagination .swiper-pagination-bullet-active {
    background: #f37021;
}

.success-stories__swiper .swiper-slide {
    height: auto;
}

/* Responsive */
@media (max-width: 1023px) {
    .success-stories__header {
        flex-direction: column;
    }

    .story-card__logo {
        top: 10px;
    left: 10px;
    max-width: 120px;
    }
    
}

@media (max-width: 599px) {
    .success-stories__inner {
        padding: 20px;
    }
    .story-card__summary {
        font-size: 16px;
    }
    .story-card__name {
        font-size: 22px;
    }
    .story-card__summary {
        font-size: 16px;
    }
    .story-card__metric-icon {
        width: 40px;
    }
    .story-card__metric-label {
        font-size: 14px;
    }
}

.container figure.no-float.alignleft:has(img.wp-image-6190) {
    float: left !important;
    display: block !important;
    margin-left: 0 !important;
    margin-right: 20px !important;
    width: 361px !important;
}
