@charset "UTF-8";
/* CSS Reset - Enhanced */
*, *::before, *::after {
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1.4;
  font-family: "OpenSans", sans-serif;
  font-size: 16px;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after,
q::before, q::after {
  content: "";
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Common style */
.btn {
  display: inline-block;
  font-size: 16px;
  padding: 7px 24px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 0.3s ease;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
  outline: 1px solid;
  outline-color: rgba(255, 255, 255, 0.5);
  outline-offset: 0px;
  text-shadow: none;
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  font-weight: 400;
  border-radius: 4px;
}
.btn.btn-default {
  background-color: #000000;
  color: #ffffff;
}
.btn.btn-default:hover {
  background-color: #e0e0e0;
  border-color: #ccc;
}
.btn.btn-default:active {
  background-color: #ccc;
  border-color: #bbb;
}
.btn.btn-primary {
  background-color: #007bff;
  color: #fff;
  border-color: #007bff;
}
.btn.btn-primary:hover {
  background-color: #0056b3;
  border-color: #004085;
}
.btn.btn-primary:active {
  background-color: #004085;
  border-color: #003366;
}
.btn.btn-secondary {
  background-color: #6c757d;
  color: #fff;
  border-color: #6c757d;
}
.btn.btn-secondary:hover {
  background-color: #5a6268;
  border-color: #545b62;
}
.btn.btn-secondary:active {
  background-color: #545b62;
  border-color: #4e555b;
}
.btn.btn-success {
  background-color: #28a745;
  color: #fff;
  border-color: #28a745;
}
.btn.btn-success:hover {
  background-color: #218838;
  border-color: #1e7e34;
}
.btn.btn-success:active {
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn.btn-danger {
  background-color: #dc3545;
  color: #fff;
  border-color: #dc3545;
}
.btn.btn-danger:hover {
  background-color: #c82333;
  border-color: #bd2130;
}
.btn.btn-danger:active {
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn.btn-outline {
  background-color: transparent;
  color: #333;
  border-color: #333;
}
.btn.btn-outline:hover {
  background-color: #333;
  color: #fff;
  border-color: #333;
}
.btn.btn-outline:active {
  background-color: #333;
  color: #fff;
  border-color: #333;
}
.btn.btn-disabled, .btn.btn:disabled {
  background-color: #e0e0e0;
  color: #b0b0b0;
  border-color: #ddd;
  cursor: not-allowed;
}
.btn:hover {
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.2);
  outline-color: rgba(255, 255, 255, 0);
  outline-offset: 15px;
}

.wp-block-stackable-button-group .stk-button {
  display: inline-block !important;
  font-size: 16px !important;
  padding: 7px 24px !important;
  text-align: center !important;
  text-decoration: none !important;
  cursor: pointer !important;
  border: 1px solid transparent !important;
  transition: all 0.3s ease !important;
  border: 0 solid !important;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0) !important;
  outline: 1px solid !important;
  outline-color: rgba(255, 255, 255, 0.5) !important;
  outline-offset: 0px !important;
  text-shadow: none !important;
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1) !important;
  background-color: #fff !important;
  border: 0.5px solid transparent !important;
  border-radius: 4px !important;
  color: #1E3228 !important;
  font-weight: 400;
}
.wp-block-stackable-button-group .stk-button span {
  color: #1E3228 !important;
  font-weight: 400;
}
.wp-block-stackable-button-group .stk-button.btn-default {
  background-color: #000000;
  background: #000000;
  color: #ffffff;
  border-color: #000000;
}
.wp-block-stackable-button-group .stk-button.btn-default:hover {
  background-color: #e0e0e0 !important;
  background: #e0e0e0 !important;
  border-color: #ccc !important;
}
.wp-block-stackable-button-group .stk-button.btn-default:active {
  background-color: #ccc !important;
  background: #ccc !important;
  border-color: #bbb !important;
}
.wp-block-stackable-button-group .stk-button.btn-primary {
  background-color: #007bff !important;
  color: #fff !important;
  border-color: #007bff !important;
}
.wp-block-stackable-button-group .stk-button.btn-primary:hover {
  background-color: #0056b3 !important;
  border-color: #004085 !important;
}
.wp-block-stackable-button-group .stk-button.btn-primary:active {
  background-color: #004085 !important;
  border-color: #003366 !important;
}
.wp-block-stackable-button-group .stk-button.btn-secondary {
  background-color: #6c757d !important;
  color: #fff !important;
  border-color: #6c757d !important;
}
.wp-block-stackable-button-group .stk-button.btn-secondary:hover {
  background-color: #5a6268 !important;
  border-color: #545b62 !important;
}
.wp-block-stackable-button-group .stk-button.btn-secondary:active {
  background-color: #545b62 !important;
  border-color: #4e555b !important;
}
.wp-block-stackable-button-group .stk-button.btn-success {
  background-color: #28a745 !important;
  color: #fff !important;
  border-color: #28a745 !important;
}
.wp-block-stackable-button-group .stk-button.btn-success:hover {
  background-color: #218838 !important;
  border-color: #1e7e34 !important;
}
.wp-block-stackable-button-group .stk-button.btn-success:active {
  background-color: #1e7e34 !important;
  border-color: #1c7430 !important;
}
.wp-block-stackable-button-group .stk-button.btn-danger {
  background-color: #dc3545 !important;
  color: #fff !important;
  border-color: #dc3545 !important;
}
.wp-block-stackable-button-group .stk-button.btn-danger:hover {
  background-color: #c82333 !important;
  border-color: #bd2130 !important;
}
.wp-block-stackable-button-group .stk-button.btn-danger:active {
  background-color: #bd2130 !important;
  border-color: #b21f2d !important;
}
.wp-block-stackable-button-group .stk-button.btn-outline {
  background-color: transparent !important;
  color: #333 !important;
  border-color: #333 !important;
}
.wp-block-stackable-button-group .stk-button.btn-outline:hover {
  background-color: #333 !important;
  color: #fff !important;
  border-color: #333 !important;
}
.wp-block-stackable-button-group .stk-button.btn-outline:active {
  background-color: #333 !important;
  color: #fff !important;
  border-color: #333 !important;
}
.wp-block-stackable-button-group .stk-button.btn-disabled, .wp-block-stackable-button-group .stk-button.btn:disabled {
  background-color: #e0e0e0 !important;
  color: #b0b0b0 !important;
  border-color: #ddd !important;
  cursor: not-allowed !important;
}
.wp-block-stackable-button-group .stk-button:hover {
  border: 0.5px solid !important;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.2) !important;
  outline-color: rgba(255, 255, 255, 0) !important;
  outline-offset: 15px !important;
}

rotate-cards {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .rotate-cards {
    max-width: 1270px;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1024px) {
  .rotate-cards {
    width: calc(100% - 60px);
  }
}
.rotate-cards:before, .rotate-cards:after {
  content: "";
  position: absolute;
  top: 0;
  left: 25px;
  width: calc(100% - 50px);
  background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 100%);
  height: 1px;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .rotate-cards:before, .rotate-cards:after {
    background: linear-gradient(to left, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    left: 0;
  }
}
.rotate-cards:after {
  display: none;
}

@media only screen and (min-width: 768px) {
  .rotate-cards:after {
    display: block;
    top: auto;
    bottom: 0;
  }
}
.rotate-cards__wrapper {
  padding: 0;
  display: flex;
  flex-direction: column;
}

@media only screen and (min-width: 768px) {
  .rotate-cards__wrapper {
    flex-direction: row;
  }
}
.rotate-cards__item {
  position: relative;
  color: currentColor;
}

.rotate-cards__item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 25px;
  width: calc(100% - 50px);
  background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 100%);
  height: 1px;
}

@media only screen and (min-width: 768px) {
  .rotate-cards__item:after {
    right: 0;
    left: auto;
    height: calc(100% - 80px);
    width: 1px;
    bottom: 40px;
    background: linear-gradient(to top, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
  }
}
@media only screen and (min-width: 768px) {
  .rotate-cards__item {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .rotate-cards__item:last-of-type:after {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .rotate-cards__item {
    transition: 0.5s ease flex-basis, 0.5s ease max-width;
    height: 620px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .rotate-cards__item.focused {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .rotate-cards__item.focused .rotate-cards__image {
    transform: scale(1);
  }
  .rotate-cards__item.focused .rotate-cards__background {
    opacity: 1;
  }
  .rotate-cards__item.focused .rotate-cards__content {
    transform: rotate(0deg) translateY(0);
    pointer-events: auto;
  }
  .rotate-cards__item.focused .rotate-cards__supporting {
    max-height: 138px;
    opacity: 1;
    transform: translateY(0);
    transition: 0.5s ease opacity 0.5s, 0.5s ease max-height 0s, 0.5s ease transform 0.5s;
  }
  .rotate-cards__item.unfocused {
    flex: 0 0 16.6666%;
    max-width: 16.6666%;
    transition-delay: 0s;
  }
}
.rotate-cards__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@media only screen and (min-width: 1024px) {
  .rotate-cards__background {
    opacity: 0;
    transition: 0.5s ease opacity;
  }
}
.rotate-cards__background:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(12, 11, 11, 0.75);
}

@media only screen and (min-width: 1024px) {
  .rotate-cards__background:after {
    background: rgba(12, 11, 11, 0.3);
  }
}
.rotate-cards__content {
  position: relative;
  padding: 35px 25px;
}

@media only screen and (min-width: 768px) {
  .rotate-cards__content {
    padding: 40px 25px;
  }
}
@media only screen and (min-width: 1024px) {
  .rotate-cards__content {
    padding: 40px 55px;
    width: 620px;
    transform: rotate(-90deg) translateY(100%);
    transform-origin: bottom left;
    transition: 0.5s ease transform;
    pointer-events: none;
  }
}
.rotate-cards__image {
  display: flex;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  font-family: "object-fit:cover";
  object-fit: cover;
}

@media only screen and (min-width: 1024px) {
  .rotate-cards__image {
    transform: scale(1.4);
    transition: 0.5s ease transform;
  }
}
.rotate-cards__description {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .rotate-cards__description {
    display: block;
    margin-bottom: 25px;
    display: block;
    display: -webkit-box;
    font-size: 16px;
    line-height: 29px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.rotate-cards__heading {
  margin-bottom: 0;
}

@media only screen and (min-width: 1024px) {
  .rotate-cards__heading {
    font-size: 60px;
    line-height: 68px;
  }
}
.rotate-cards__sub-heading {
  font-family: "Amer-Exte-Thin", Verdana, sans-serif;
  margin-bottom: 0;
  overflow: hidden;
}

@media only screen and (min-width: 1024px) {
  .rotate-cards__sub-heading {
    font-size: 38px;
    line-height: 42px;
    max-height: 42px;
    transition: 0.5s ease max-height;
  }
}
.rotate-cards__supporting {
  margin-top: 35px;
}

@media only screen and (min-width: 1024px) {
  .rotate-cards__supporting {
    max-width: 370px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(15px);
    transition: 0.5s ease max-height 0s;
    margin-top: 25px;
  }
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
  }
}
@keyframes mmFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mmFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  0% {
    transform: translateY(15%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10%);
  }
}
/* style.css */
* {
  font-family: "OpenSans", sans-serif;
}

:root {
  --font-primary: "Nunito", "Helvetica Neue", Arial, sans-serif;
}

:root {
  --primary_color: #fff;
  --secondary_color: #000;
  --color_green: #1E3228 ;
}

.dark-theme body {
  --primary_color: #000;
  --secondary_color: #fff;
  --color_green: #1E3228;
}

body {
  background-color: var(--secondary_color);
  color: var(--primary_color);
  transition: background-color 0.3s ease, color 0.3s ease;
  padding-top: 72px;
  font-family: "RobotoCondensed", sans-serif;
}

/* 🔥 Universal AOS override against Stackable */
[data-aos] {
  opacity: 0 !important;
  transition-property: transform, opacity !important;
  transition-timing-function: ease !important;
  will-change: transform, opacity !important;
}

/* Final animated state */
[data-aos].aos-animate {
  opacity: 1 !important;
  transform: none !important;
}

/* Respect per-element duration */
[data-aos][data-aos-duration="400"] {
  transition-duration: 0.4s !important;
}

[data-aos][data-aos-duration="600"] {
  transition-duration: 0.6s !important;
}

[data-aos][data-aos-duration="800"] {
  transition-duration: 0.8s !important;
}

[data-aos][data-aos-duration="1000"] {
  transition-duration: 1s !important;
}

/* If no duration specified, default */
[data-aos]:not([data-aos-duration]) {
  transition-duration: 0.6s !important;
}

.page_container,
.common_post_main_container {
  margin: 0 auto;
  width: 90%;
  max-width: 1600px;
}

.common_post_main_container {
  padding: 0 0 70px 0;
}
@media all and (max-width: 1023px) {
  .common_post_main_container {
    padding: 0 0 30px 0;
  }
}
.common_post_main_container .post_header {
  height: 400px;
  margin-bottom: 60px;
  position: relative;
  margin: 0 calc(-5% - 6px) 50px calc(-5% - 6px);
}
.common_post_main_container .post_header .post_featured_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
@media all and (max-width: 1023px) {
  .common_post_main_container .post_header {
    height: 300px;
    margin-bottom: 30px;
  }
}
.common_post_main_container .post_header_info {
  z-index: 9;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3607843137);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.common_post_main_container .inner_wrapper {
  display: grid;
  grid-template-columns: calc(20% - 23.3px) calc(60% - 23.3px) calc(20% - 23.3px);
  column-gap: 35px;
}
.common_post_main_container .inner_wrapper .left_column .table_of_contents .toc_title {
  font-size: 20px;
  font-weight: 900;
  line-height: 32px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-family: "superclarendon";
}
.common_post_main_container .inner_wrapper .left_column .table_of_contents li a {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #898c9a;
  margin-bottom: 8px;
  text-decoration: none;
  display: block;
  font-family: "varela";
}
.common_post_main_container .inner_wrapper .middle_column h2 {
  color: #009ee2;
  margin-bottom: 5px;
  font-size: 26px;
  line-height: 40px;
  font-family: "superclarendon";
}
.common_post_main_container .inner_wrapper .middle_column h3 {
  font-size: 24px !important;
  line-height: 30px !important;
  color: #009ee2 !important;
  font-family: "superclarendon";
}
.common_post_main_container .inner_wrapper .middle_column h4 {
  font-size: 20px !important;
  line-height: 26px !important;
  color: #009ee2 !important;
  font-family: "superclarendon";
}
.common_post_main_container .inner_wrapper .middle_column h5 {
  font-size: 16px !important;
  line-height: 22px !important;
  color: #009ee2 !important;
  font-family: "superclarendon";
}
.common_post_main_container .inner_wrapper .middle_column p {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 15px;
  line-height: 23px;
  font-family: "varela";
  color: #172b3f;
}
.common_post_main_container .inner_wrapper .middle_column p strong {
  color: #0a121b;
  font-size: 16px;
}
.common_post_main_container .inner_wrapper .middle_column p a {
  color: #009ee2;
}
.common_post_main_container .inner_wrapper .middle_column ul {
  list-style-type: disc;
  padding-left: 16px;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 400;
  font-family: "varela";
}
.common_post_main_container .inner_wrapper .middle_column ul li {
  margin-bottom: 5px;
}
.common_post_main_container .inner_wrapper .middle_column ul li:last-child {
  margin-bottom: 0;
}
.common_post_main_container .inner_wrapper .middle_column ul a {
  color: #009ee2;
}
.common_post_main_container .inner_wrapper .middle_column ol {
  list-style-type: inherit;
  padding-left: 16px;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 400;
  font-family: "varela";
}
.common_post_main_container .inner_wrapper .middle_column ol li {
  margin-bottom: 5px;
}
.common_post_main_container .inner_wrapper .middle_column ol li:last-child {
  margin-bottom: 0;
}
.common_post_main_container .inner_wrapper .middle_column ol a {
  color: #009ee2;
}
.common_post_main_container .inner_wrapper .right_column .RSS_fields .rss_wrapper {
  padding: 20px;
  background-color: #e1f4fc;
  margin-bottom: 24px;
}
.common_post_main_container .inner_wrapper .right_column .RSS_fields .rss_title {
  color: #100c08;
  font-size: 20px;
  font-weight: 900;
  line-height: 32px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-family: "superclarendon" !important;
}
.common_post_main_container .inner_wrapper .right_column .RSS_fields li a {
  text-decoration: none;
  color: inherit;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #262627;
  margin-bottom: 8px;
  text-decoration: none;
  display: block;
  font-family: "varela";
  position: relative;
  padding-bottom: 8px;
}
.common_post_main_container .inner_wrapper .right_column .RSS_fields li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  /* Border thickness */
  transition: width 0.5s ease;
  background: linear-gradient(90deg, rgba(2, 0, 36, 0) 0%, rgb(0, 158, 226) 50%, rgba(2, 0, 36, 0) 100%);
}
.common_post_main_container .inner_wrapper .right_column .RSS_fields li a:hover {
  color: #009ee2;
}
.common_post_main_container .inner_wrapper .right_column .RSS_fields li a:hover::after {
  width: 10%;
}
.common_post_main_container .inner_wrapper .right_column .advertisement-image {
  position: sticky;
  top: 30px;
}
.common_post_main_container .inner_wrapper .right_column .advertisement-image img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.common_post_main_container .inner_wrapper.no-right-column {
  grid-template-columns: 20% calc(80% - 35px);
}
.common_post_main_container .inner_wrapper.no-right-column .right_column {
  display: none;
}

/* Dark theme overrides */
a {
  color: var(--primary_color);
}

p,
span,
li,
h1,
h2,
h3,
h4,
h5,
h6,
time {
  color: var(--primary_color) !important;
}

h2 {
  font-size: clamp(1.5rem, 1rem + 3vw, 3.25rem);
}

h3 {
  font-size: clamp(1.25rem, 0.75rem + 2vw, 2.5rem);
}

h4 {
  font-size: clamp(1.125rem, 0.7rem + 1.5vw, 2rem);
}

h5 {
  font-size: clamp(1rem, 0.6rem + 1vw, 1.75rem);
}

.banner_section {
  height: calc(100vh - 70px);
  height: calc(100dvh - 70px);
  margin: 0 calc(-5% - 4px) 50px calc(-5% - 4px);
}
.banner_section > div {
  height: 100%;
}

.main_navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: rgba(246, 246, 246, 0.6);
  /* semi-transparent background */
  backdrop-filter: blur(10px);
  /* blur effect */
  -webkit-backdrop-filter: blur(10px);
  /* Safari support */
  padding: 15px 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.main_navigation .nav_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  position: relative;
}
.main_navigation .logo_area {
  max-width: 180px;
  height: 39px;
  justify-content: space-between;
}
.main_navigation .logo_area img {
  height: 100%;
  width: 100%;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.main_navigation .logo_area img:hover {
  transform: scale(1.03);
}
.main_navigation .menu {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 30px;
}
.main_navigation .menu a {
  text-decoration: none;
}
@media all and (max-width: 1023px) {
  .main_navigation .menu {
    flex-direction: column;
    align-items: flex-end;
    gap: 30px;
  }
}
.main_navigation .btn_area {
  display: flex;
  align-items: center;
  gap: 10px;
}
.main_navigation .btn_area .darkmode_toggle_btn {
  height: 40px;
  display: flex;
  /* When moving to light mode, also recolor knob for "sun" */
  /* (Optional) reduce motion for accessibility */
}
.main_navigation .btn_area .darkmode_toggle_btn input {
  width: 0;
  height: 0;
  visibility: hidden;
}
.main_navigation .btn_area .darkmode_toggle_btn input:checked + label {
  background: #ebebeb;
  --x: 34px;
}
.main_navigation .btn_area .darkmode_toggle_btn input:checked + label svg.sun {
  fill: #fff;
}
.main_navigation .btn_area .darkmode_toggle_btn input:checked + label svg.moon {
  fill: #7e7e7e;
}
.main_navigation .btn_area .darkmode_toggle_btn input:checked + label + .background {
  background: #ebebeb;
}
.main_navigation .btn_area .darkmode_toggle_btn input + label:active {
  --press: 0.92;
}
.main_navigation .btn_area .darkmode_toggle_btn input:checked + label:active {
  --press: 0.92;
}
.main_navigation .btn_area .darkmode_toggle_btn label {
  --x: 0px;
  --press: 1;
  width: 70px;
  height: 40px;
  position: relative;
  display: block;
  background: #242424;
  border-radius: 200px;
  box-shadow: inset 0 5px 15px rgba(255, 255, 255, 0.1), inset 0 -5px 15px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  transition: background 0.3s ease;
}
.main_navigation .btn_area .darkmode_toggle_btn label::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 5px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: linear-gradient(180deg, #777, #3a3a3a);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  /* Only animate transform/background to avoid layout thrash */
  transition: transform 0.28s cubic-bezier(0.22, 0.61, 0.36, 1), background 0.28s ease;
  will-change: transform;
  /* Compose slide + press without overwriting */
  transform: translateX(var(--x)) scale(var(--press));
  transform-origin: center;
}
.main_navigation .btn_area .darkmode_toggle_btn label svg {
  position: absolute;
  width: 20px;
  top: 10px;
  z-index: 1;
  transition: fill 0.3s ease;
}
.main_navigation .btn_area .darkmode_toggle_btn label svg.sun {
  left: 8px;
  fill: #7e7e7e;
}
.main_navigation .btn_area .darkmode_toggle_btn label svg.moon {
  left: 43px;
  top: 9px;
  fill: #fff;
}
.main_navigation .btn_area .darkmode_toggle_btn input:checked + label::after {
  background: linear-gradient(180deg, #ffcc89, #d8860b);
}
@media (prefers-reduced-motion: reduce) {
  .main_navigation .btn_area .darkmode_toggle_btn label,
  .main_navigation .btn_area .darkmode_toggle_btn label::after,
  .main_navigation .btn_area .darkmode_toggle_btn label svg {
    transition: none !important;
  }
}
@media all and (max-width: 1023px) {
  .main_navigation .btn_area {
    position: absolute;
    right: 45px;
  }
}
@media all and (max-width: 600px) {
  .main_navigation .btn_area .btn {
    display: none;
  }
}
.main_navigation .right_area {
  display: flex;
  align-items: center;
  gap: 50px;
}
@media all and (max-width: 1023px) {
  .main_navigation .right_area {
    position: fixed;
    right: 0;
    top: 70px;
    background: linear-gradient(135deg, #151820, #01286e);
    backdrop-filter: blur(10px);
    flex-direction: column;
    align-items: flex-end;
    width: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    height: calc(100vh - 70px);
  }
  .main_navigation .right_area .menu {
    opacity: 0;
  }
}
.main_navigation .right_area.mobile_menu {
  padding: 25px;
  width: 300px;
  transition: all 0.3s ease;
}
.main_navigation .right_area.mobile_menu .menu {
  opacity: 1;
}
.main_navigation .hamburger {
  display: none;
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
@media all and (max-width: 1023px) {
  .main_navigation .hamburger {
    display: block;
  }
}
.main_navigation .hamburger .line {
  position: absolute;
  left: 50%;
  width: 22px;
  height: 2px;
  background-color: #ecf0f1;
  border-radius: 2px;
  transform: translateX(-50%);
  transition: transform 0.3s ease, opacity 0.3s ease, width 0.3s ease;
}
.main_navigation .hamburger .line:nth-child(1) {
  top: 7px;
}
.main_navigation .hamburger .line:nth-child(2) {
  top: 50%;
  transform: translate(-50%, -50%);
}
.main_navigation .hamburger .line:nth-child(3) {
  bottom: 7px;
}
.main_navigation .hamburger#hamburger-9 {
  position: relative;
  transition: transform 0.3s ease;
}
.main_navigation .hamburger#hamburger-9::before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  border: 2px solid transparent;
  top: 0;
  left: 0;
  border-radius: 50%;
  transition: border 0.3s ease;
}
.main_navigation .hamburger#hamburger-9.is-active::before {
  border-color: #ecf0f1;
}
.main_navigation .hamburger#hamburger-9.is-active .line {
  width: 18px;
}
.main_navigation .hamburger#hamburger-9.is-active .line:nth-child(2) {
  opacity: 0;
}
.main_navigation .hamburger#hamburger-9.is-active .line:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.main_navigation .hamburger#hamburger-9.is-active .line:nth-child(3) {
  bottom: auto;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.full_width_section {
  margin: 0 calc(-5% - 6px) 50px calc(-5% - 6px);
}

.section_padding {
  padding: 70px 0 80px 0 !important;
}
@media all and (max-width: 1023px) {
  .section_padding {
    padding: 30px 0 40px 0 !important;
  }
}

.hompage_main_container .banner_section {
  margin: 0 calc(-5% - 3px);
  height: calc(100vh - 70px);
  height: calc(100vh - 70px);
}
.hompage_main_container .banner_section > .stk-block-content {
  height: 100%;
}
.hompage_main_container .banner_section .video_area {
  width: 100%;
  max-width: 1600px;
  margin: 0 5%;
}

.vertical_tab_container {
  display: flex !important;
  gap: 20px !important;
}
.vertical_tab_container img {
  border-radius: 20px;
}
@media all and (max-width: 1023px) {
  .vertical_tab_container .stk-block-content {
    flex-direction: column;
    row-gap: 25px;
  }
}
.vertical_tab_container .v_tab {
  border: 0.5px solid rgba(230, 230, 230, 0.3019607843);
  border-radius: 20px;
  transition: 0.5s ease flex-basis, 0.5s ease max-width;
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: 0.5s ease flex-basis, 0.5s ease max-width !important;
}
.vertical_tab_container .v_tab > .stk-block-column__content {
  position: relative;
}
.vertical_tab_container .v_tab > .stk-block-column__content > .stk-inner-blocks {
  width: 100%;
  max-width: 100%;
  height: 100%;
  align-items: flex-end;
  flex-direction: row;
  transition: transform 0.8s ease, bottom 0.8s ease;
  justify-content: flex-start !important;
  overflow: hidden;
}
.vertical_tab_container .v_tab .tab_icon {
  height: 48px;
  width: 48px;
  display: none;
  margin-bottom: 10px !important;
}
.vertical_tab_container .v_tab .tab_icon figure {
  height: 100%;
  width: 100%;
}
.vertical_tab_container .v_tab .tab_icon figure span {
  height: 100%;
  width: 100% !important;
}
.vertical_tab_container .v_tab .tab_icon img {
  border-radius: 0;
}
@media all and (max-width: 1023px) {
  .vertical_tab_container .v_tab .tab_icon {
    height: 40px;
    width: 40px;
  }
  .vertical_tab_container .v_tab .tab_icon figure {
    height: 100%;
    width: 100%;
  }
  .vertical_tab_container .v_tab .tab_icon figure span {
    height: 100%;
    width: 100% !important;
  }
}
.vertical_tab_container .v_tab .tab_paragraph {
  max-width: 370px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(15px);
  transition: 0.5s ease max-height 0s;
  margin: 0;
  transition: 0.5s ease transform;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transform: translateY(15px);
  transition: 0.5s ease max-height 0s;
}
.vertical_tab_container .v_tab .tab_inforamation {
  padding: 40px;
  min-width: 500px;
  transform: rotate(-90deg) translateY(100%);
  transform-origin: bottom left;
  transition: 0.5s ease transform;
  pointer-events: none;
  display: flex;
  align-items: center;
  z-index: 99;
  transition: 0.5s ease transform;
}
.vertical_tab_container .v_tab .tab_inforamation h2,
.vertical_tab_container .v_tab .tab_inforamation p {
  color: #1e3228;
}
.vertical_tab_container .v_tab .tab_inforamation h2 {
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* Number of lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 100%;
  font-size: 32px;
}
@media all and (max-width: 1023px) {
  .vertical_tab_container .v_tab .tab_inforamation h2 {
    font-size: 24px;
    -webkit-line-clamp: 1;
  }
}
.vertical_tab_container .v_tab .tab_inforamation .wp-block-group__inner-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: fit-content;
  height: fit-content;
  position: relative;
}
@media all and (max-width: 1023px) {
  .vertical_tab_container .v_tab .tab_inforamation .wp-block-group__inner-container {
    width: unset;
    height: unset;
    position: unset;
    flex-direction: row;
  }
}
@media all and (max-width: 1023px) {
  .vertical_tab_container .v_tab .tab_inforamation {
    transform: rotate(0);
    padding: 16px 40px 16px 16px;
    min-width: unset;
    height: 100% !important;
    width: 100%;
  }
}
.vertical_tab_container .v_tab .hidden_info_box {
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  transition: 0.5s ease opacity;
  position: absolute;
  left: 0;
  top: 0;
}
.vertical_tab_container .v_tab .hidden_info_box .hidden_image {
  margin: 0;
}
.vertical_tab_container .v_tab .hidden_info_box div,
.vertical_tab_container .v_tab .hidden_info_box figure,
.vertical_tab_container .v_tab .hidden_info_box span {
  height: 100%;
}
@media all and (max-width: 1023px) {
  .vertical_tab_container .v_tab .hidden_info_box div img,
  .vertical_tab_container .v_tab .hidden_info_box figure img,
  .vertical_tab_container .v_tab .hidden_info_box span img {
    border-radius: 12px;
  }
}
@media all and (max-width: 1023px) {
  .vertical_tab_container .v_tab .hidden_info_box {
    height: 0;
    width: 100%;
    transition: height 0.5s ease, opacity 0.5s ease;
  }
}
.vertical_tab_container .v_tab.focused {
  flex: 0 0 calc((100% - 100px) / 2);
  max-width: calc((100% - 100px) / 2);
}
.vertical_tab_container .v_tab.focused h2,
.vertical_tab_container .v_tab.focused p {
  color: #fff;
}
.vertical_tab_container .v_tab.focused h2 {
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* Number of lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.vertical_tab_container .v_tab.focused > .stk-block-column__content > .stk-inner-blocks {
  bottom: 0;
  position: relative;
}
.vertical_tab_container .v_tab.focused .hidden_info_box {
  opacity: 1;
}
.vertical_tab_container .v_tab.focused .hidden_info_box .text_info {
  z-index: 999;
  padding: 40px;
  position: relative;
}
@media all and (max-width: 1023px) {
  .vertical_tab_container .v_tab.focused .hidden_info_box {
    height: 100%;
  }
}
.vertical_tab_container .v_tab.focused .tab_paragraph {
  max-height: 1000px;
  max-width: 100%;
  opacity: 1;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  margin-top: 24px;
  transform: translateY(0);
  transition: 0.5s ease opacity 0.5s, 0.5s ease max-height 0s, 0.5s ease transform 0.5s;
}
.vertical_tab_container .v_tab.focused .tab_inforamation {
  transform: rotate(0deg);
  transition: transform 0.7s ease, max-height 0.7s ease, opacity 0.7s ease;
  width: 100%;
  height: 100% !important;
  min-width: unset;
  transition: 0.5s ease transform;
}
.vertical_tab_container .v_tab.focused .tab_inforamation .wp-block-group__inner-container {
  left: unset;
  top: unset;
  align-items: flex-start;
}
@media all and (max-width: 1023px) {
  .vertical_tab_container .v_tab.focused .tab_inforamation .wp-block-group__inner-container {
    flex-direction: column;
    height: auto !important;
    width: 100%;
  }
}
@media all and (max-width: 1023px) {
  .vertical_tab_container .v_tab.focused .tab_inforamation {
    padding: 16px;
  }
}
.vertical_tab_container .v_tab.focused .tab_icon {
  display: flex;
}
@media all and (max-width: 1023px) {
  .vertical_tab_container .v_tab.focused {
    flex: initial !important;
    max-width: unset;
    height: fit-content;
  }
}
.vertical_tab_container .v_tab.shrinked {
  flex: 0 0 calc((100% - 100px) / 6);
  max-width: calc((100% - 100px) / 6);
}
@media all and (max-width: 1023px) {
  .vertical_tab_container .v_tab.shrinked .stk-block-column__content::after {
    background-image: url("/wp-content/uploads/2025/06/plus_icon.svg");
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 16px;
    height: 16px;
    opacity: 1;
    z-index: -1;
    margin: auto 16px auto auto;
  }
}
@media all and (max-width: 1023px) {
  .vertical_tab_container .v_tab.shrinked {
    flex: initial !important;
    max-width: 100%;
  }
}
@media all and (max-width: 1023px) {
  .vertical_tab_container .v_tab {
    height: 66px;
    border-radius: 12px;
  }
}
@media all and (max-width: 767px) {
  .vertical_tab_container .v_tab {
    border-radius: 12px;
  }
}
.vertical_tab_container.blur_bg .v_tab.focused .tab_inforamation {
  margin: auto;
  width: 100%;
  height: fit-content;
  border-radius: 20px;
  padding: 70px;
  justify-content: center;
}
.vertical_tab_container.blur_bg .v_tab.focused .tab_inforamation .wp-block-group__inner-container {
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.2);
  padding: 25px;
  border-radius: 20px;
}
.vertical_tab_container.blur_bg .v_tab.focused .tab_inforamation .wp-block-group__inner-container p {
  margin: 0;
}
@media all and (max-width: 1023px) {
  .vertical_tab_container.blur_bg .v_tab.focused .tab_inforamation {
    padding: 35px;
  }
}
.vertical_tab_container.white_bg .tab_inforamation {
  height: fit-content;
}
.vertical_tab_container.white_bg .tab_inforamation > .wp-block-group__inner-container {
  border-radius: 20px;
}
.vertical_tab_container.white_bg .tab_inforamation > .wp-block-group__inner-container h2 {
  color: #1e3228;
}
.vertical_tab_container.white_bg .tab_inforamation > .wp-block-group__inner-container p {
  color: #35473e;
  margin: 0;
}
@media all and (max-width: 1023px) {
  .vertical_tab_container.white_bg .tab_inforamation > .wp-block-group__inner-container {
    padding: 0;
    background-color: transparent;
  }
}
.vertical_tab_container.white_bg .v_tab.focused .tab_inforamation {
  height: 475px;
}
.vertical_tab_container.white_bg .v_tab.focused .tab_inforamation .wp-block-group__inner-container {
  background-color: #fff;
  padding: 20px;
}
@media all and (max-width: 1023px) {
  .vertical_tab_container.white_bg .v_tab.focused .tab_inforamation .wp-block-group__inner-container {
    margin-top: 80px;
  }
}
.vertical_tab_container.green_bg ul {
  margin-top: 15px;
  font-size: 14px;
  gap: 8px;
  display: flex;
  flex-direction: column;
}
.vertical_tab_container.green_bg ul li {
  border: 0.5px solid #5c6d66;
  border-radius: 4px;
  padding: 5px 6px 5px 38px;
  position: relative;
  color: #fff;
}
.vertical_tab_container.green_bg ul li::before {
  content: "";
  background-image: url(/wp-content/uploads/2025/05/Layer_1-1.svg);
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto auto auto 8px;
}
.vertical_tab_container.green_bg .v_tab .right_image {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 5px;
  left: 0;
  animation: fadeIn 0.6s ease forwards;
  animation-delay: 3s;
  transition: left 1s ease;
}
.vertical_tab_container.green_bg .v_tab.focused h2 {
  margin-bottom: 16px;
  line-height: 1.1;
  padding-right: 50px;
}
@media all and (max-width: 1023px) {
  .vertical_tab_container.green_bg .v_tab.focused h2 {
    padding-right: 35px;
    margin-bottom: 0;
  }
}
.vertical_tab_container.green_bg .v_tab.focused .right_image {
  opacity: 1;
  visibility: visible;
  left: calc(100% - 40px);
}
.vertical_tab_container.green_bg .v_tab.focused .right_image img {
  height: 42px !important;
  width: 42px !important;
  border-radius: 4px;
}
@media all and (max-width: 1023px) {
  .vertical_tab_container.green_bg .v_tab.focused .right_image img {
    height: 32px !important;
    width: 32px !important;
  }
}
@media all and (max-width: 1023px) {
  .vertical_tab_container.green_bg .v_tab.focused .right_image {
    left: calc(100% - 55px);
    top: 21px;
  }
}
.vertical_tab_container.green_bg .v_tab.focused .tab_inforamation {
  padding: 40px;
}
@media all and (max-width: 1023px) {
  .vertical_tab_container.green_bg .v_tab.focused .tab_inforamation {
    padding: 24px;
  }
}
@media all and (max-width: 1023px) {
  .vertical_tab_container.green_bg .v_tab.focused {
    height: fit-content;
  }
}

.transform_your_online_presence_section {
  margin: 0 calc(-5% - 3px);
}
.transform_your_online_presence_section .info_row {
  width: 100%;
}
.transform_your_online_presence_section .info_inner {
  max-width: 94%;
  margin: auto;
}

.home_bottom_section .services_section .tiles_container .service_tile {
  border-radius: 20px;
  padding: 24px;
  background: linear-gradient(135deg, #141e30, #243b55);
}
.home_bottom_section .services_section .tiles_container .service_tile .right_button {
  opacity: 0;
  transition: all 0.4s ease;
}
.home_bottom_section .services_section .tiles_container .service_tile .right_button a {
  background-color: transparent !important;
  outline: none !important;
  border: none !important;
  padding: 0 !important;
}
.home_bottom_section .services_section .tiles_container .service_tile h2,
.home_bottom_section .services_section .tiles_container .service_tile h3 {
  font-size: 24px;
  color: var(--primary_color);
  margin-bottom: 15px;
}
.home_bottom_section .services_section .tiles_container .service_tile p {
  font-size: 16px;
  color: var(--primary_color);
}
.home_bottom_section .services_section .tiles_container .service_tile:hover {
  background: linear-gradient(135deg, #243b55, #141e30);
  transition: all 0.4s ease;
}
.home_bottom_section .services_section .tiles_container .service_tile:hover .right_button {
  opacity: 1;
  transition: all 0.4s ease;
}
.home_bottom_section .services_section .tiles_container .service_tile:hover h2,
.home_bottom_section .services_section .tiles_container .service_tile:hover h3 {
  color: var(--primary_color);
}
.home_bottom_section .services_section .tiles_container .service_tile:hover p {
  color: var(--primary_color);
}
.home_bottom_section .recent_projects .inner_wrapper .project_tile {
  background: linear-gradient(135deg, #151820, #01286e);
  border: 0.5px solid transparent;
  padding: 16px;
  border-radius: 18px;
}
.home_bottom_section .recent_projects .inner_wrapper .project_tile h2 {
  font-size: 18px;
  color: var(--primary_color) !important;
}
.home_bottom_section .recent_projects .inner_wrapper .project_tile p {
  color: var(--primary_color) !important;
}
.home_bottom_section .recent_projects .inner_wrapper .project_tile:hover {
  background: linear-gradient(135deg, #01286e, #151820);
}
.home_bottom_section .recent_projects .inner_wrapper .project_tile:hover h2,
.home_bottom_section .recent_projects .inner_wrapper .project_tile:hover p {
  color: #fff;
}

.our_process_section {
  margin: 0 calc(-5% - 3px);
}
.our_process_section .animate-box {
  margin-bottom: 30px;
  position: relative;
  cursor: pointer;
  height: 70px;
  margin-left: 10px;
  max-width: 300px;
  width: 100%;
  margin: auto auto 30px auto;
}
.our_process_section .animate-box .face {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #979797;
  /* background-image: repeating-linear-gradient(0deg, rgba(70,70,70, 0.2) 0px, rgba(70,70,70, 0.2) 1px,transparent 1px, transparent 21px),repeating-linear-gradient(90deg, rgba(70,70,70, 0.2) 0px, rgba(70,70,70, 0.2) 1px,transparent 1px, transparent 21px),linear-gradient(90deg, rgb(255,255,255),rgb(255,255,255)); */
}
.our_process_section .animate-box .cube {
  width: 54px;
  height: 54px;
  position: relative;
  animation: spinCube 5s infinite;
  -moz-animation: spinCube 5s infinite;
  -webkit-animation: spinCube 5s infinite;
  -o-animation: spinCube 5s infinite;
  animation-fill-mode: forwards;
  transform-style: preserve-3d;
  transform: rotateX(0deg) rotateY(0deg) rotateZ(45deg);
}
.our_process_section .animate-box .cube .top {
  transform: rotateX(90deg) translateZ(27px);
}
.our_process_section .animate-box .cube .bottom {
  transform: rotateX(-90deg) translateZ(27px);
}
.our_process_section .animate-box .cube .right {
  transform: rotateY(90deg) translateZ(27px);
}
.our_process_section .animate-box .cube .left {
  transform: rotateY(-90deg) translateZ(27px);
}
.our_process_section .animate-box .cube .front {
  transform: rotateX(0deg) translateZ(27px);
}
.our_process_section .animate-box .cube .back {
  transform: rotateX(-180deg) translateZ(27px);
}
.our_process_section .animate-box .bordered-box {
  width: 54px;
  height: 54px;
  border: 1px solid #979797;
  box-sizing: border-box;
  border-radius: 4.5px;
  position: absolute;
  z-index: 1;
}
.our_process_section .animate-box .cubeGradient {
  animation: cube_animation 5s infinite;
  -moz-animation: cube_animation 5s infinite;
  -webkit-animation: cube_animation 5s infinite;
  -o-animation: cube_animation 5s infinite;
  animation-fill-mode: forwards;
  position: absolute;
  top: 0;
}
.our_process_section .animate-box .gradient-box {
  transform: rotate(45deg);
  width: 54px;
  height: 54px;
  border-radius: 4.5px;
  background: linear-gradient(45deg, #331eea 13.99%, #7e6cd6 88.75%, #85c2c7 131.6%);
}
@keyframes cube_animation {
  0% {
    transform: rotate(45deg);
  }
  50% {
    transform: rotate(400deg);
    left: 230px;
    top: 0;
  }
  100% {
    transform: rotate(45deg);
    left: 30px;
  }
}
@keyframes spinCube {
  0% {
    transform: rotateX(0deg) rotateY(0deg) rotateZ(45deg);
    left: 0px;
  }
  50% {
    transform: rotateX(60deg) rotateY(30deg) rotateZ(180deg);
    left: 200px;
  }
  100% {
    transform: rotateX(0deg) rotateY(0deg) rotateZ(45deg);
    left: 0px;
  }
}
.our_process_section > .stk-inner-blocks {
  max-width: 90%;
}
.our_process_section .process_top_section {
  margin-bottom: 35px !important;
}

.ready_to_accelerate_section {
  padding-left: 60px !important;
  padding-right: 60px !important;
  margin: 0 calc(-5% - 3px);
}
.ready_to_accelerate_section .info_inner {
  max-width: 94%;
}
.ready_to_accelerate_section .rotating-text .section_title {
  display: inline-block;
  margin-right: 5px;
  font-weight: 400;
}
.ready_to_accelerate_section .rotating-text p {
  display: inline-flex;
  margin: 0;
  vertical-align: top;
  font-size: clamp(32px, 4vw, 48px);
  font-family: "RobotoCondensed", sans-serif;
  font-weight: 700;
}
.ready_to_accelerate_section .rotating-text p .word {
  position: absolute;
  display: flex;
  opacity: 0;
  text-decoration: underline;
}
.ready_to_accelerate_section .rotating-text p .word .letter {
  transform-origin: center center 25px;
}
.ready_to_accelerate_section .rotating-text p .word .letter.out {
  transform: rotateX(90deg);
  transition: 0.32s cubic-bezier(0.6, 0, 0.7, 0.2);
}
.ready_to_accelerate_section .rotating-text p .word .letter.in {
  transition: 0.38s ease;
}
.ready_to_accelerate_section .rotating-text p .word .letter.behind {
  transform: rotateX(-90deg);
}
@media all and (max-width: 1023px) {
  .ready_to_accelerate_section {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

.section_title {
  font-size: clamp(32px, 4vw, 48px);
  font-family: "RobotoCondensed", sans-serif;
}

.about_us_page .banner_section {
  height: calc(100vh - 70px);
  height: calc(100dvh - 70px);
}
.about_us_page .banner_section > div {
  height: 100%;
}
.about_us_page .banner_section .banner_heading {
  margin: 0 5%;
}

.blog_page .banner_section {
  height: calc(100vh - 70px);
  height: calc(100dvh - 70px);
}
.blog_page .banner_section > div {
  height: 100%;
}
.blog_page .banner_section .banner_heading {
  margin: 0 5%;
}

.meet_the_team_page .banner_section {
  height: calc(100vh - 70px);
  height: calc(100dvh - 70px);
}
.meet_the_team_page .banner_section > div {
  height: 100%;
}
.meet_the_team_page .banner_section .banner_heading {
  margin: 0 5%;
}
.meet_the_team_page .tiles_container .team_tile {
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(135deg, #2b1e3f, #4b3a6a);
  padding: 0;
  transition: all 0.4s ease;
}
.meet_the_team_page .tiles_container .team_tile .team_image {
  width: 150px;
  height: 150px;
  overflow: hidden;
}
.meet_the_team_page .tiles_container .team_tile .team_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.meet_the_team_page .tiles_container .team_tile .team_inforamation h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}
.meet_the_team_page .tiles_container .team_tile .team_inforamation p {
  font-size: 16px;
  color: var(--color_black);
  margin-bottom: 8px;
}
.meet_the_team_page .tiles_container .team_tile .team_inforamation .role {
  font-size: 14px;
  color: var(--secondary_color);
  font-weight: 500;
}
.meet_the_team_page .tiles_container .team_tile:hover {
  box-shadow: 0 8px 20px rgba(75, 58, 106, 0.5);
  transition: all 0.4s ease;
  transform: scale(1.05) !important;
  transition: all 0.4s ease;
}

.team_info_model_container .right_section div {
  margin: 0 !important;
}
.team_info_model_container .right_section img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.team_info_model_container .left_section h2, .team_info_model_container .left_section h3, .team_info_model_container .left_section p {
  color: #000 !important;
}
@media all and (max-width: 1023px) {
  .team_info_model_container .left_section {
    margin-bottom: 30px;
  }
}

.category_columns_wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
  margin-bottom: 60px;
}
@media all and (max-width: 1023px) {
  .category_columns_wrapper {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 30px;
    row-gap: 20px;
  }
}
@media all and (max-width: 767px) {
  .category_columns_wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.category_columns_wrapper .cat_col {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.category_columns_wrapper .cat_col .csj_category_item {
  padding: 24px;
  border-radius: 20px;
  background-color: #deffe6;
  transition: all 0.4s ease;
}
.category_columns_wrapper .cat_col .csj_category_item h3,
.category_columns_wrapper .cat_col .csj_category_item p,
.category_columns_wrapper .cat_col .csj_category_item div {
  color: var(--secondary_color) !important;
}
.category_columns_wrapper .cat_col .csj_category_item a {
  text-decoration: none;
}
.category_columns_wrapper .cat_col .csj_category_item .cat_title_wrap {
  padding-right: 50px;
  position: relative;
  margin-bottom: 15px;
}
.category_columns_wrapper .cat_col .csj_category_item .cat_title_wrap .right_icon {
  height: 40px;
  width: 40px;
  background-image: url(/wp-content/uploads/2025/05/right-arrow-svgrepo-com.svg);
  position: absolute;
  z-index: 9999;
  right: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.category_columns_wrapper .cat_col .csj_category_item h3 {
  font-size: 20px;
  font-weight: 600;
}
.category_columns_wrapper .cat_col .csj_category_item.color-1 {
  background-color: #deffe6;
}
.category_columns_wrapper .cat_col .csj_category_item.color-2 {
  background-color: #e8eaee;
}
.category_columns_wrapper .cat_col .csj_category_item.color-3 {
  background-color: #bdf7f6;
}
.category_columns_wrapper .cat_col .csj_category_item.color-4 {
  background-color: #ffe9fe;
}
.category_columns_wrapper .cat_col .csj_category_item.color-5 {
  background-color: #c5ecff;
}
.category_columns_wrapper .cat_col .csj_category_item.color-6 {
  background-color: #ffddeb;
}
.category_columns_wrapper .cat_col .csj_category_item.color-7 {
  background-color: #ffddeb;
}
.category_columns_wrapper .cat_col .csj_category_item.color-8 {
  background-color: #fde9e9;
}
.category_columns_wrapper .cat_col .csj_category_item.color-9 {
  background-color: #fde9e9;
}
.category_columns_wrapper .cat_col .csj_category_item.color-10 {
  background-color: #fde9e9;
}
.category_columns_wrapper .cat_col .csj_category_item.color-11 {
  background-color: #fde9e9;
}
.category_columns_wrapper .cat_col .csj_category_item:hover {
  transition: all 0.4s ease;
  scale: 1.02;
}

.contact_us_page .banner_section {
  height: calc(100vh - 70px);
  height: calc(100dvh - 70px);
}
.contact_us_page .banner_section > div {
  height: 100%;
}

.posts_wrapper_container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 25px;
}
.posts_wrapper_container .featured_image {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: visible;
  border-radius: 15px;
}
.posts_wrapper_container .featured_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}
.posts_wrapper_container .featured_image .author_image {
  position: absolute;
  bottom: -15px;
  left: 15px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ddd url("/path/to/default-author.jpg") no-repeat center/cover;
  border: 2px solid #ccc;
}
.posts_wrapper_container .featured_image .author_image img {
  border-radius: 50%;
}
.posts_wrapper_container .post_title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}
.posts_wrapper_container .post_title H4 {
  font-size: 20px;
  line-height: 24px;
}
.posts_wrapper_container .post_title a {
  color: var(--primary_color);
  text-decoration: none;
}
.posts_wrapper_container .post_title a:hover {
  color: #0073aa;
}
.posts_wrapper_container .post_meta {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  font-size: 0.9rem;
  color: #666;
}
.posts_wrapper_container .post_meta .post_date,
.posts_wrapper_container .post_meta .post_excerpt,
.posts_wrapper_container .post_meta .post_comments,
.posts_wrapper_container .post_meta .post_views {
  line-height: 1.4;
  font-weight: 400;
}
.posts_wrapper_container .post_meta .post_date {
  color: var(--color_black);
}
.posts_wrapper_container .post_meta .post_excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.posts_wrapper_container .btn_area {
  margin-top: 1rem;
}
.posts_wrapper_container .btn_area .primary_btn {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #0073aa;
  color: #fff;
  text-decoration: none;
  font-size: 0.95rem;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}
.posts_wrapper_container .btn_area .primary_btn:hover {
  background-color: #005a8c;
}
@media all and (max-width: 1023px) {
  .posts_wrapper_container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 767px) {
  .posts_wrapper_container {
    grid-template-columns: repeat(1, 1fr);
  }
}

.latest_blogs_section .blogs_top_section {
  margin-bottom: 50px;
}
@media all and (max-width: 1023px) {
  .latest_blogs_section .blogs_top_section {
    margin-bottom: 30px;
  }
}
.latest_blogs_section .blogs_wrapper .stk-block-posts__item {
  background: linear-gradient(135deg, #141e30, #243b55);
  border-radius: 8px;
  padding: 20px;
}
.latest_blogs_section .blogs_wrapper .stk-block-posts__item .stk-block-posts__image-link {
  margin: -20px -20px 20px -20px !important;
}
.latest_blogs_section .blogs_wrapper .stk-block-posts__item .stk-container {
  margin: 0;
}
.latest_blogs_section .blogs_wrapper .stk-block-posts__item .stk-container figure {
  border-radius: 8px;
}
.latest_blogs_section .blogs_wrapper .stk-block-posts__item .stk-container img {
  border-radius: 8px;
  scale: 1;
  transition: scale 0.5s ease;
}
.latest_blogs_section .blogs_wrapper .stk-block-posts__item .stk-container img:hover {
  scale: 1.04;
}
.latest_blogs_section .blogs_wrapper .stk-block-posts__item .stk-container .stk-block-posts__title {
  font-size: 22px;
}
.latest_blogs_section .blogs_wrapper .stk-block-posts__item .stk-container .stk-block-posts__category {
  width: fit-content;
  padding: 2px 4px;
  border-radius: 4px;
  background-color: #36463f;
}
.latest_blogs_section .blogs_wrapper .stk-block-posts__item .stk-container .stk-block-posts__category a {
  color: #6EEB69;
  font-size: 14px;
}
.latest_blogs_section .blogs_wrapper .stk-block-posts__item .stk-container .stk-block-posts__title {
  font-weight: 600;
}
.latest_blogs_section .blogs_wrapper .stk-block-posts__item .stk-container .stk-block-posts__meta {
  font-size: 14px;
}
.latest_blogs_section .blogs_wrapper .stk-block-posts__item .stk-container .stk-block-posts__meta span {
  font-size: 14px;
}
.latest_blogs_section .blogs_wrapper .stk-block-posts__item .stk-container .stk-block-posts__excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* Limit to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.footer-widgets {
  background: linear-gradient(135deg, #434343, #000000);
  padding: 60px 0;
  color: #fff;
}
.footer-widgets h2,
.footer-widgets p,
.footer-widgets li,
.footer-widgets span {
  color: #fff !important;
}
@media all and (max-width: 1023px) {
  .footer-widgets {
    padding: 30px 0;
  }
}

/*# sourceMappingURL=main.css.map */
