/*  
Theme Name: DataForensics
Theme URI: --------------
Description: ------------
Version: 1.0
Author: Codiminds! Dev Team
Author URI: http://codiminds.com/
*/

/* ----------------- Reset CSS Start ----------------- */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, address,strong, sub, sup, var,
b, i,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, footer, header, hgroup, menu, nav, section {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {font-family: var(--bodyfont);line-height:1;}
footer,header {display:block;}


* {box-sizing: border-box;}

/* ----------------- Globals ----------------- */
:root {
    --headingfont: 'SharpGrotesk';
    --bodyfont: 'Poppins';
    --color-white: #ffffff;
    --color-black: #000000;
    --color-grey: #7C7C7C;
    --color-blue: #57EEF1;
    --color-lblue: #F0FEFE;
    --color-bg: #F9F9FF;
    --color-accent: #57EEF1;     
}
body.home {padding-top: 0;}
.admin-bar .header {top: 32px !important;}
.container {max-width: 1264px;}
hr {
  border: solid #b8b8b8;
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 30px;
  height: 0;
}
.admin-bar .fixed-top {top: 32px;}
section { overflow: hidden;}
/*  ----------------- Typography ----------------- */

h1, h2, h3, h4, h5, h6, 
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {font-family: var(--headingfont);margin: 0;padding: 0;}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a { font-weight: inherit; }
p, span {font-family: var(--bodyfont);margin: 0;}
p img {margin: 0;}
strong {font-weight: bold;}
hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 10px 0 30px;
    height: 0;
}

/* ----------------- Links ----------------- */
a,
a:visited,
a:hover,
a:focus {
    color: inherit;
    font-family: var(--bodyfont);
    text-decoration: none;
    outline: 0;
}
button {
    background-color: transparent;
    border: 0 none;
    border-radius: 0;
    color: inherit;
    font-family: var(--bodyfont);
    margin: 0;
    padding: 0;
    text-decoration: none;
}
button:visited,
button:hover,
button:focus {
    color: inherit;
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 transparent;
    border: 0 none;
}
.btn.btn-primary {
    background-color: var(--color-blue);
    border-radius: 999px;
    padding: 14px 60px 14px 30px;
    outline: 6px solid #5f5f5f54;
    font-size: 1.175rem;
    font-weight: 400;
    position: relative;
    color: var(--color-black);
}
.btn.btn-primary i {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 32px;
}
.btn.btn-primary:hover {
    color: var(--color-black);
    background-color: #43fbff;
    outline: 6px solid #0000007a;
}
.btn.btn-primary:hover i {
    right: 28px;
    transition: all ease-in-out 200ms;
}

/* ----------------- Transisiton for Links ----------------- */
#sidebar a,
#footer a,
#title a,
#header a,
#copyright a{
	-webkit-transition: all 0.07s ease-in;
       -moz-transition: all 0.07s ease-in;
        -ms-transition: all 0.07s ease-in;
         -o-transition: all 0.07s ease-in;
            transition: all 0.07s ease-in;
}

a:hover,
a:focus {color: inherit;}

p a,
p a:visited {line-height: inherit;}

ul {margin: 0;padding: 0;}
ul > li {display: inline-block;font-family: var(--bodyfont);vertical-align: top;}

input, textarea {font-family: var(--bodyfont);}

/* ----------------- Header ----------------- */
header {
    background: #0e1625;
}
.desktop_nav {
    display: flex;
    align-items: center;
}
.home header {
    position: absolute;
    width: 100%;
    top: 0 !important;
    z-index: 999;
    background-color: transparent;
}
header > nav {padding: 35px 0 !important;}
.mainnav__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mainnav__inner a.navbar-brand img {
    z-index: 9999;
    position: relative;
}
.mainnav__inner ul.navbar-nav {
    border-radius: 999px;
    padding: 7px;
    background-color: #ffffff24;
    gap: 4px;
    border: 1px solid var(--color-white);
    backdrop-filter: blur(30px) brightness(1.15);
    -webkit-backdrop-filter: blur(30px) brightness(1.15);
}
.mainnav__inner ul.navbar-nav a.nav-link {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 300;
    border-radius: 999px;
    padding: 15px;
}
.mainnav__inner ul.navbar-nav a.nav-link:hover,
.mainnav__inner ul.navbar-nav a.nav-link:active,
.mainnav__inner ul.navbar-nav a.nav-link:focus {
    color: var(--color-blue);
}
.mainnav__inner ul.navbar-nav a.nav-link.active:hover,
.mainnav__inner ul.navbar-nav a.nav-link.active:active,
.mainnav__inner ul.navbar-nav a.nav-link.active:focus {
    color: var(--color-black);
}
.mainnav__inner ul.navbar-nav a.nav-link.active {background-color: var(--color-blue);}
header .last-nav-item-cta {margin-left: 25px;}

/* MOBILE NAV  */
.collaps-btn {
  width: 40px;
  height: 38px;
  margin-left: auto;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  background: var(--color-blue);
  border-radius: 4px;
  z-index: 9999;
}

.collaps-btn span {
  display: block;
  position: absolute;
  height: 3px;
  width: 60%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 8px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.collaps-btn span:nth-child(1) {top: 9px;}
.collaps-btn span:nth-child(2),
.collaps-btn span:nth-child(3) {top: 17px;}
.collaps-btn span:nth-child(4) {top: 25px;}
.collaps-btn.active span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.collaps-btn.active span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.collaps-btn.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.collaps-btn.active span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#mobile-nav,
.mobile_collapse_btn {
  display: none;
}
nav#mob-nav {display: none;}
nav.mob-nav .collapse {
    position: fixed;
    width: 100%;
    min-width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: #00000052;
    backdrop-filter: blur(30px) brightness(1.15);
    -webkit-backdrop-filter: blur(30px) brightness(1.15);
    padding: 0;
    display: block;
    z-index: 999;
    transform: translateX(-100%);
}
nav.mob-nav .collapse.show {transform: translateX(0);}
nav.mob-nav .inner {
    padding: 16.8rem 1.2rem 1rem;
    width: 100%;
    height: 100%;
    transform: translateX(-100%);
    transition: all 500ms ease-in-out;
    position: relative;
    overflow-y: scroll;
}
nav.mob-nav .collapse.show .inner {
    transform: translateX(0);
    transition: all 500ms ease-in-out;
}
.mainnav__inner a.navbar-brand img {
    z-index: 9999;
    position: relative;
}
nav.mob-nav ul li a {
    color: #fff !important;
    font-size: 2rem;
    padding: 40px 80px 40px 10px !important;
    border-bottom: 1px solid #ebebeb;
    position: relative;
}
nav.mob-nav ul {padding: 0 40px;}
nav.mob-nav ul li a::before {
    content: '';
    position: absolute;
    right: 18px;
    width: 38px;
    background-image: url('/wp-content/uploads/2025/07/right_arrow.svg');
    background-position: center center;
    background-repeat: no-repeat;
    height: 41px;
    background-size: contain;
}
/* MOBILE NAV END */
/* ----------------- /Header ----------------- */

/* ----------------- Home ----------------- */
section.home_hero {
    position: relative;
    padding: 220px 0 100px;
}
section.home_hero video {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    object-fit: cover;
}
section.home_hero .content {
    position: relative;
    z-index: 1;
}
section.home_hero .badge {
    display: inline-flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    background-color: #ffffff24;
    border: 1px solid #ffffff61;
    backdrop-filter: blur(30px) brightness(1.15);
    -webkit-backdrop-filter: blur(30px) brightness(1.15);
    border-radius: 999px;
    overflow: hidden;
    padding: 12px 28px;
    margin-bottom: 10px;
}
section.home_hero .badge h1 {
    font-size: 1.34rem;
    font-weight: 200;
    line-height: 1;
    color: #fff;
}
.badge img {width: 22px;}
section.home_hero h2 {
    color: #fff;
    font-weight: 300;
    font-size: 6.25rem;
    margin-bottom: 22px;
}
section.home_hero p {
    color: #fff;
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 30px;
}
section.home_hero p sup {
    position: relative;
    top: -5px;
}
section.home_hero .stats {
    display: flex;
    gap: 60px;
    margin-top: 47px;
}
section.home_hero .stats > div {
    display: flex;
    flex-direction: column;
    font-size: 3.25rem;
    color: #fff;
    gap: 19px;
    font-weight: 500;
}
section.home_hero .stats > div span {
    font-size: 1.315rem;
    font-weight: 300;
}
section.home_hero::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #00000075;
    z-index: 1;
}
.play_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.play-button-wrapper {
  position: relative;
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.play-button {
  width: 200px;
  height: 200px;
  background: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  box-shadow: 0 0 0 30px rgb(223 254 255 / 40%);
  transition: all ease-in-out 300ms;
}
.triangle {
  width: 0;
  height: 0;
  border-left: 30px solid black;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  margin-left: 5px;
  transition: all ease-in-out 300ms;
}
.circle-ripple {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  animation: ripple 3s infinite;
  z-index: 1;
}
.circle-ripple.delay {
  animation-delay: 1s;
}
i.fa-solid.fa-pause {
    display: none;
}
.play-button i {
    font-size: 3rem;
    transition: all ease-in-out 300ms;
}
.play-button-wrapper.paused i.fa-solid.fa-play {
    display: none;
}
.play-button-wrapper.paused i.fa-solid.fa-pause {
    display: block;
}
@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}
.vertical_social_bar {
    position: absolute;
    right: 60px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
    top: 50%;
    transform: translate(0, -31%);
    z-index: 2;
}
.vertical_social_bar a {
    font-size: 1.9rem;
    color: #fff;
    z-index: 2;
    transition: all ease-in-out 300ms;
    transition: all ease-in-out 300ms;
}
.vertical_social_bar a:hover {
    color: var(--color-blue);
    transition: all ease-in-out 300ms;
}
div#videoControlBtn:hover .play-button {
    background-color: var(--color-blue);
    transition: all ease-in-out 300ms;
}
div#videoControlBtn:hover .triangle {
    border-left: 30px solid #000000;
    transition: all ease-in-out 300ms;
}
section.partners_section {
    background-color: var(--color-lblue);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 130px;
    padding: 22px 20px;
    border-bottom: 1px solid var(--color-accent);
}
section.partners_section h2 {
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1;
}
section.support {
    padding: 100px 0 60px;
    background-color: var(--color-bg);
    overflow: unset;
}
section .center_title {text-align: center;}
.sec_label {
    background-color: #fff;
    border: 1px solid var(--color-accent);
    border-radius: 999px;
    padding: 10px 40px;
    font-size: 1.363rem;
    display: inline-block;
    margin-bottom: 20px;
    font-weight: 200;
}
section .center_title h2 {
    font-size: 2.5rem;
    font-weight: 300;
    margin-bottom: 30px;
}
section .center_title p {
    font-size: 1.14rem;
    line-height: 1.6;
    margin-bottom: 60px;
    color: var(--color-grey);
    font-weight: 300;
}
section.contact_us .two-columns {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
section.contact_us .two-columns .column {
  flex: 1;
}
section.contact_us .wpcf7 input::placeholder,
section.contact_us .wpcf7 textarea::placeholder{
	color: #000;
}
section.contact_us .wpcf7 input,
section.contact_us .wpcf7 select,
section.contact_us .wpcf7 textarea {
    width: 100%;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #A8A8A8;
    background-color: #ffffff6e;
}
.wpcf7 select, section.contact_us .wpcf7 textarea {
    padding: 20px 13px;
}
section.contact_us {
    padding: 100px 0;
}
section.contact_us .contact_us_inner {
    width: 100%;
    margin-left: auto;
    background-color: #fff;
    padding: 50px 40px 40px;
    border-radius: 14px;
    max-width: 850px;
    position: relative;
}
section.contact_us .contact_us_inner > img {
    position: absolute;
    z-index: 0;
    bottom: 0;
    right: 0;
    opacity: 0.03;
    width: 59%;
}
section.contact_us .contact_us_inner h3 {
    font-size: 2.5rem;
    font-weight: 300;
    margin-bottom: 30px;
}
section.contact_us .wpcf7-submit {
    background-color: var(--color-blue) !important;
    color: #000;
    padding: 16px 33px !important;
    border: none !important;
    border-radius: 999px !important;
    cursor: pointer;
    font-weight: 400;
    width: auto !important;
    margin-top: 40px;
}
section.commitment {
    padding: 80px 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
section.commitment .custom-card {
    transition: all 0.3s ease;
}
section.commitment .custom-card:hover {
    background: linear-gradient(138deg, hsla(216, 47%, 11%, 0.12) 0%, hsla(180, 85%, 75%, 0.12) 100%);
}
section.commitment .custom-card .icon i {
    font-size: 2rem;
    color: #00e5ff;
}
section.commitment .arrow-btn {
    position: absolute;
    bottom: 25px;
    right: 25px;
    width: 40px;
    height: 40px;
    background-color: #00e5ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 1.2rem;
    transition: all 0.3s ease;
}
section.commitment .custom-card:hover .arrow-btn {
    background-color: #ffffff;
    color: #00e5ff;
    transform: scale(1.1);
    box-shadow: 0 0 10px #00e5ff80;
}
section.commitment span.sec_label {
    background: transparent;
    color: #fff;
}
section.commitment h2,
section.commitment .center_title p{color: #fff;}
section.commitment .card_box {
    text-align: center;
    padding: 80px 100px;
}
section.commitment .card_box img {
    width: 80px;
    margin-bottom: 27px;
}
section.commitment .card_box h4 {
    color: #fff;
    font-size: 1.575rem;
    font-weight: 300;
    margin-bottom: 27px;
}
section.commitment .card_box p {
    color: #fff;
    font-size: 1.175rem;
    font-weight: 200;
    margin-bottom: 27px;
    line-height: 1.6;
}
section.commitment .card_box:hover a.btn {
    color: #111F2D;
    background-color: var(--color-accent);
}
section.commitment .card_box a.btn {
    color: #fff;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #fff;
    line-height: 1;
    width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
section.pricing {
    padding: 80px 0 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
section.pricing > img {
    position: absolute;
    top: 0;
    right: 0;
    width: 310px;
}
section.pricing h3 {
    font-size: 2.5rem;
    font-weight: 300;
    margin-bottom: 30px;
}
section.pricing p {
    font-size: 1.175rem;
    font-weight: 200;
    margin-bottom: 27px;
    line-height: 1.6;
    color: #000;
}
section.pricing strong {
    font-weight: 500;
    font-size: 1.275rem;
    display: block;
    margin-bottom: 24px;
}
.pricing_features {
    background-color: #fff;
    border-radius: 8px;
    padding: 40px 70px 40px 50px !important;
    display: inline-block;
    border: 1px solid var(--color-accent);
    margin-bottom: 50px;
}
.pricing_features ul li {
    display: flex;
    align-items: center;
    gap: 17px;
    margin-bottom: 30px;
    font-size: 1.175rem;
    font-weight: 300;
}
.pricing_features ul li:last-child {
    margin: 0;
}
.pricing_features ul li img {
    width: 22px;
}
.pricing_features a.btn.btn-primary {
    display: block;
    margin-top: 45px;
}
section.process {
    padding: 0 0 60px;
    background-color: var(--color-bg);
}
.process_card {
    background-color: #EAFEFE;
    border: 2px dashed var(--color-accent);
    border-radius: 12px;
    padding: 40px;
}
.process_card h3 {
    font-size: 1.7rem;
    font-weight: 300;
    margin-bottom: 25px;
}
.process_card p {
    font-size: 1.2rem;
    font-weight: 200;
    line-height: 1.6;
    color: #000;
}
.process_card .card_box {
    min-height: 400px;
}
section.why_choose {
    padding: 100px 0;
}
section.why_choose .sec_label {
    background-color: #0E1625;
    color: #fff;
    font-weight: 400;
}
section.why_choose h2 {
    font-size: 2.9rem;
    font-weight: 300;
    margin-bottom: 30px;
    color: #fff;
    width: 67%;
    line-height: 1.4;
}
section.why_choose .accordion-item {
    margin-bottom: 40px;
    padding: 0 25px;
    border-radius: 8px;
}
section.why_choose .accordion-item button.accordion-button {
    background: transparent;
    font-size: 1.363rem;
    font-weight: 400;
    color: #000;
    box-shadow: none;
    padding: 30px 40px 30px 60px;
}
.accordion-button::after {display: none;}
section.why_choose .accordion-item button.accordion-button::before {
    content: "\2b";
    position: absolute;
    left: 0;
    color: var(--color-blue);
    font-size: 2rem;
    font-family: 'FontAwesome';
}
section.why_choose .accordion-item button.accordion-button:hover:before {color: #0c8d90;}
section.why_choose .accordion-item .accordion-button:not(.collapsed):before {
    content: "\f068";
}
section.why_choose .accordion-item .accordion-button:not(.collapsed) {
    border-bottom: 1px solid #e4e4e4;
}
section.why_choose .accordion-body {
    padding: 30px 00px 30px 60px;
}
section.why_choose .accordion-body p,
section.why_choose  .accordion-body {
    font-size: 1.154rem;
    line-height: 1.6;
    color: #7C7C7C;
    font-weight: 300;
    margin-bottom: 20px;
}
section.why_choose .accordion-body p:last-child{
    margin-bottom: 0 !important;
}
section.home_hero .reviews {
    display: flex;
    align-items: center;
}
.star-rating {
    display: inline-block;
    position: relative;
    width: 111px;
    height: auto;
}   
.stars::before {
    content: "\f005 \f005 \f005 \f005 \f005";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    color: #ececec;
}
.filled {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0; 
    overflow: hidden;
    white-space: nowrap;
    color:#f6bf31; 
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    content: "\f005 \f005 \f005 \f005 \f005"; 
}
.filled::before {
content: "\f005 \f005 \f005 \f005 \f005"; 
}
p.review-label {
    margin: 0 !important;
    line-height: 1;
}
section.home_hero ._row {
    display: flex;
    align-items: center;
    gap: 30px;
}
p.review-label a:hover {color: var(--color-blue);}
section.scams {
    padding: 150px 0 100px 0;
    background-color: #F9F9FF;
}
.scam_inner {
    display: flex;
    gap: 80px;
    position: relative;
    align-items: center;
}
.scam_inner .featured_img {
    width: 40%;
}
section.scams .tab-image {
    width: 100%;
    border-radius: 10px;
    max-height: 536px;
    object-fit: contain;
    z-index: 2;
    position: relative;
}
section.scams .ball-icon {
    position: absolute;
    top: -64px;
    left: -62px;
    width: 170px;
    height: 170px;
    z-index: 0;
    pointer-events: none;
}
.scams_info {
    width: 60%;
    margin-left: auto;
    padding: 80px 0;
}

.scams_info ul li button {
    border: 0 !important;
    font-size: 1.7rem;
    color: #3a3a3a !important;
    background-color: transparent !important;
}

.scams_info ul {
    border-bottom: 2px solid #E8E7FB;
    margin-bottom: 25px;
    padding-bottom: 10px;
    gap: 25px;
    justify-content: space-between;
}

.scams_info ul li button.active {
    color: var(--color-blue) !important;
    font-weight: 700;
}

.scams_info ul li button:hover {
    color: #000000 !important;
}
.scams_info .tab-pane p {
    font-size: 1.4rem;
    color: #7C7C7C;
    margin-bottom: 20px;
    line-height: 1.2;
}

.scams_info .tab-pane p:last-child {
    margin: 0 !important;
}

.scams_info .tab-pane a {
    background-color: transparent;
    border-radius: 999px;
    padding: 16px 66px 16px 35px;
    outline: 1px solid #000;
    font-size: 1.275rem;
    font-weight: 400;
    position: relative;
    color: var(--color-black);
    display: inline-block;
    margin-top: 50px;
}

.scams_info .tab-pane a i {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 32px;
}

.scams_info .tab-pane a:hover i {
    right: 28px;
    transition: all ease-in-out 200ms;
}
.scams_info ul li:first-child > button {
    padding-left: 0;
}
section.capabilities span.sec_label {
    color: #000;
    background: transparent;
    border-color: #000;
    font-weight: 300;
}

section.capabilities  h2 {
    font-size: 2.5rem;
    width: 57%;
    margin: 0 auto 30px;
    line-height: 1.45;
}

section.capabilities .center_title p {
    color: #000;
    width: 60%;
    margin: 0 auto 50px;
    font-size: 1.5rem;
}
.capabilities-feature-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

.capabilities-feature-list .feature-item {
  position: relative;
  flex: 1 1 25%;
  max-width: 25%;
  padding: 0 10px;
  text-align: center;
}

/* Dashed connector BETWEEN items */
.capabilities-feature-list .feature-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 40px; /* center aligned with icon-wrapper */
  right: -50%;
  width: 100%;
  height: 2px;
  border-top: 2px dashed #000;
  z-index: 0;
}

.icon-wrapper {
    width: 100px;
    height: 100px;
  margin: 0 auto 25px;
  border: 2px dashed #000;
  border-radius: 50%;
  background: #A6FBFD;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.capabilities-feature-list img {
  max-width: 60px;
  height: auto;
}

.capabilities-feature-list p {
    font-size: 1.3rem;
    color: #333;
    margin: 0;
    width: 59%;
    margin: 0 auto;
    line-height: 1.5;
}
section.capabilities {
    padding: 100px 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
section.capabilities .btn_wrapper {
    margin-top: 70px;
    display: flex;
    gap: 45px;
    justify-content: center;
}

section.capabilities .btn_wrapper a:first-child {
    background: transparent;
    outline: 0;
    border-color: #000;
}

section.capabilities .btn_wrapper a:last-child {
    background: #fff;
    outline: 0;
    border-color: #000;
}

section.resources_box {
    padding: 100px 0;
    color: #F9F9FF;
    position: relative;
}

section.resources_box .resources_box_inner {
    background-color: #fff;
    display: block;
    box-shadow: 0 10px 16px rgba(0, 0, 0, 0.2);
    padding: 45px;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}
section.resources_box .resources_box_inner h2 {
    font-size: 3.7rem;
    font-weight: 300;
    margin-bottom: 50px;
    min-height: 214px;
}
section.resources_box .resources_box_inner img {
    position: absolute;
    z-index: 0;
    bottom: -33px;
    right: -44px;
    opacity: 0.03;
    width: 44%;
    pointer-events: none;
}

section.resources_box > img {
    position: absolute;
    bottom: 0;
    width: 300px;
}
footer#footer {
    padding: 60px 0 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer_head {
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
    margin-bottom: 90px;
    border-bottom: 1px solid #EFEFEF;
    align-items: center;
}

.footer_head h2 {
    color: #fff;
    font-weight: 300;
    font-size: 3.8rem;
}
.footer_head h2 strong {
    font-family: var(--headingfont) !important;
    font-weight: 400;
    color: var(--color-blue);
}
.footer_body {
    display: flex;
    justify-content: space-between;
}
.footer_body .newsletter {
    max-width: 480px;
}
.footer_body .info {
    width: 100%;
    max-width: 552px;
}
.footer_head a.btn.btn-primary {
    font-size: 1.4rem;
    padding: 14px 70px 14px 30px;
}

footer nav h2,
footer .newsletter h2 {
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1.2rem;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 27px;
}

footer nav h2::before,
footer .newsletter h2::before {
    content: "";
    width: 46px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}

footer nav ul li a {
    color: #fff !important;
    font-size: 1.1rem;
}

footer nav ul li {
    display: block;
    margin-bottom: 30px;
}

footer nav ul li a:hover {
    color: #fff;
    text-decoration: underline;
}

.footer_body .info p {
    font-size: 1.1rem;
    color: #fff;
    margin-top: 22px;
    line-height: 1.6;
}
.newsletter input[type="text"] {
    width: 100%;
    border-radius: 999px;
    padding: 18px 60px 18px 27px;
    border: 0;
    box-shadow: none;
    outline: none;
}

.newsletter form {
    position: relative;
}

.newsletter form button {
    position: absolute;
    right: 5px;
    border-radius: 50%;
    top: 50%;
    transform: translate(0, -50%);
    width: 50px;
    height: 50px;
    background-color: var(--color-blue);
    font-size: 1.2rem;
}

.newsletter input[type="text"]::placeholder {
    color: #c5c5c5;
}
.newsletter p {
    color: #fff;
    margin-top: 30px;
    font-size: 1.2rem;
    width: 77%;
    line-height: 1.6;
}
footer .vertical_social_bar {
    position: static;
    flex-direction: row;
    margin-top: 40px;
}
.footer_copyright {
    border-top: 1px solid #fff;
    margin-top: 50px;
    padding: 20px 0;
    text-align: center;
}
.footer_copyright p {
    color: #fff;
}
.footer_nav_wrap {
    display: flex;
    justify-content: space-between;
    gap: 80px;
}
.footer_copyright p sup {position: relative;top: -5px;}
section.video_slider {
    padding: 80px 0;
    background-color: var(--color-bg);
}
section.video_slider .center_title h2 {
    margin-bottom: 40px;
}
.swiper-slide-prev,
.swiper-slide-next {
  z-index: 2;
}
.swiper-slide {
  opacity: 0.4;
  transform: scale(0.85);
  transition: all 0.4s ease;
  text-align: center;
  position: relative;
  z-index: 1;
  transition: transform 0.4s ease, opacity 0.4s ease;
}
.swiper-slide img {
    width: 100%;
    max-width: 70%;
    border-radius: 12px;
    display: block;
    margin: auto;
}
.swiper-slide.swiper-slide-active::before {
    content: "";
    width: 105%;
    height: 50%;
    position: absolute;
    bottom: -19px;
    left: 50%;
    background-color: var(--color-blue);
    z-index: 0;
    transform: translate(-50%, 0px);
    border-radius: 9px;
}
.swiper-slide-active img {
    max-width: 100%;
    z-index: 2;
    position: relative;
}
.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 28px;
  color: white;
  transform: translate(-50%, -50%);
  pointer-events: none;
  text-shadow: 0 0 6px black;
  z-index: 3;
}
.swiper-slide.swiper-slide-active {
    opacity: 1;
    z-index: 3;
    transform: scale(0.92);
}
.video-swiper .swiper-wrapper {
  transition-timing-function: ease;
  align-items: center;
}
section.video_slider .btn_wrap {
    margin-top: 70px;
    text-align: center;
}
section.video_slider .btn_wrap a {
    background: transparent !important;
    outline: 0 !important;
    border-color: #000;
    box-shadow: none;
}
/* ----------------- /Home ----------------- */

/* ----------------- Contact Us ----------------- */
section.contact__us {
    padding: 80px 0;
    background-color: var(--color-lblue);
}
section.contact__us h1 {
    background-color: #fff;
    border: 1px solid var(--color-accent);
    border-radius: 999px;
    padding: 10px 40px;
    font-size: 1.563rem;
    display: inline-block;
    margin-bottom: 20px;
    font-weight: 200;
}
section.contact__us h2 {
    font-size: 2.5rem;
    font-weight: 300;
    margin-bottom: 20px;
}
section.contact__us p {
    font-size: 1.175rem;
    font-weight: 200;
    margin-bottom: 27px;
    line-height: 1.6;
    color: #000;
}
section.contact__us ul li {
    display: block;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 2px solid #000000;
    position: relative;
    z-index: 5;
}
section.contact__us ul li span {
    text-transform: uppercase;
    font-weight: 500;
    display: block;
    margin-bottom: 20px;
    font-size: 1.5rem;
}
section.contact__us ul li a {
    font-size: 1.27rem;
    font-weight: 400;
    color: #4e4e4e;
}
section.contact__us ul li div span {
    margin-bottom: 14px;
    color: #4e4e4e;
    font-weight: 400;
}
section.contact__us ul li div:last-child span,
section.contact__us ul li p:last-child{
    margin: 0;
}
section.contact__us ul li div span a, section.contact__us ul li p {
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 20px;
    font-size: 1.5rem;
    color: #4e4e4e;
}
section.contact__us ul {
    background-color: #57eef147;
    padding: 50px;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}
section.contact__us ul li:last-child {
    margin: 0;
    padding: 0;
    border: 0;
}
section.contact__us ul li a:hover {
    color: #000;
    text-decoration: underline;
}
section.contact__us ul::before {
    content: "";
    width: 350px;
    height: 349px;
    background-image: url(/wp-content/uploads/2025/06/logo_icon.png);
    position: absolute;
    bottom: -5px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    right: 0;
    z-index: 0;
    opacity: 0.04;
}
/* ----------------- /Contact Us ----------------- */

/* ----------------- Privacy & Terms ----------------- */
section.privacy_terms {
    padding: 80px 0;
    background-color: var(--color-lblue);
}
section.privacy_terms h2 {
    font-size: 3rem;
    text-align: center;
    margin-bottom: 50px;
    font-weight: 400;
}
section.privacy_terms h3 {
    font-size: 1.6rem;
    font-weight: 400;
    margin-bottom: 15px;
    margin-top: 25px;
}
section.privacy_terms p,
section.privacy_terms ul li,
section.privacy_terms ol li {
    font-size: 1.4rem;
    margin-bottom: 10px;
    line-height: 1.5;
}
section.privacy_terms ul li,
section.privacy_terms ol li{
    display: list-item;
}
section.privacy_terms ul,
section.privacy_terms ol {
    margin-left: 15px;
}
section.privacy_terms ol {
    list-style: auto;
}
section.privacy_terms ul {
    list-style: disc;
}
section.privacy_terms p.version-date {
    margin-top: 40px;
}
section.privacy_terms a:hover {text-decoration: underline;}
section.privacy_terms a {color: #1e93af;}
section.privacy_terms .accordion-item, section.privacy_terms .accordion-item * {
    background: transparent;
}
section.privacy_terms .accordion-item {
    border: 0;
    border-bottom: 1px solid #a6a6a6;
}
section.privacy_terms .accordion-item p,
section.privacy_terms .accordion-item span,
section.privacy_terms .accordion-item li,
section.privacy_terms .accordion-item td,
section.privacy_terms .accordion-item th{
    font-size: 1.15rem;
    line-height: 1.5;
}
section.privacy_terms .accordion-button:not(.collapsed) {box-shadow: none;color: #000;}
section.privacy_terms .accordion-item .accordion-header {
    margin: 0;
}
section.privacy_terms .accordion-button {
    font-size: 1.15rem;
    font-weight: 500;
    line-height: 1.4;
}
section.privacy_terms .accordion-item table td, section.privacy_terms .accordion-item table th {
    padding: 6px 4px;
}
section.privacy_terms .accordion-item table th {
    font-weight: 600;
}
section.privacy_terms  .accordion {
    margin-top: 40px;
}
/* ----------------- /Privacy & Terms ----------------- */
/* ---------------Testimonials ------------- */
section.testimonials {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 100px 0;
    text-align: center;
}
section.testimonials h2.sec_label {
    margin-bottom: 0;
    z-index: 9999;
    position: relative;
    top: 24px;
}
section.testimonials .stack-wrapper {
  position: relative;
  height: auto;
  min-height: 300px; 
  overflow: visible; 
}
section.testimonials .testimonial-stack {
    position: relative;
    width: 95%;
    margin: 0px auto;
    height: auto;
    padding-bottom: 100px;
    perspective: 1000px;
}
section.testimonials .nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  width: 44px;
  height: 44px;
  font-size: 20px;
  border: none;
  cursor: pointer;
  z-index: 10;
}
section.testimonials .card {
  position: absolute;
  width: 100%;
  background: #fff;
  padding: 60px 20px 30px;
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  transition: none;
  opacity: 0;
  transform-origin: top center;
  pointer-events: none;
}
section.testimonials .card.visible {
  pointer-events: auto;
}
section.testimonials .nav {
    position: absolute;
    top: 42%;
    transform: translateY(-42%);
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    width: 70px;
    height: 70px;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    border: none;
    z-index: 10;
    align-items: center;
    justify-content: center;
    transition: all ease-in-out 300ms;
}
section.testimonials .nav:hover {
    background-color: var(--color-blue);
    transition: all ease-in-out 300ms;
}
section.testimonials h3 {
    font-size: 3.2rem;
    font-weight: 300;
    margin-bottom: 40px;
}
section.testimonials .content p {
    font-size: 1.5rem;
    font-style: italic;
    font-weight: 200;
    line-height: 1.8;
    width: 75%;
    margin: 0 auto;
    display: inline-block;
}
section.testimonials .content {position: relative;}
section.testimonials .content p img:nth-child(1) {margin-right: 10px;}
section.testimonials .content p img:nth-child(2) {margin-left: 10px;}
section.testimonials .content p img {width: 66px;}
section.testimonials .nav.prev { left: -33px; }
section.testimonials .nav.next { right: -33px; }
section.testimonials .author {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
    gap: 20px;
}
section.testimonials .author img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
}
section.testimonials .author div {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 8px;
    font-size: 1.3rem;
    font-weight: 300;
}

/* ---------------/Testimonials ------------- */



