/*
Theme Name: WP Bootstrap Starter
Theme URI: https://afterimagedesigns.com/wp-bootstrap-starter/
Author: Afterimage Designs
Author URI: https://afterimagedesigns.com/
Description:  The best WordPress starter theme based on the most powerful frameworks in the world: "_s" (by Automattic, the main people behind WordPress development), Twitter Bootstrap (the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web) and Font Awesome (or Fontawesome, a full suite of 675+ pictographic icons for easy scalable vector graphics on websites). This theme, like WordPress, is licensed under the GPL. You can use this theme as base for your next WordPress theme project and you are allowed to remove the link at the footer or do whatever you want. Your feedback on how we can continuously improve this WordPress Starter Theme Bootstrap will be highly appreciated. Page templates includes Right-sidebar (default page template), Left-Sidebar, Full-Width, Blank with container, Blank without container Page. Other features - Currently using Bootstrap v4.0.0 , Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder. This theme will be an active project which we will update from time to time. Check this page regularly for the updates.
Version: 3.3.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bootstrap-starter
Requires at least: 4.7
Requires PHP: 5.2.4
Tested up to: 5.4
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  margin: 0;
  -webkit-font-smoothing: auto;
}

.container {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  color: #24292e;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 15px;
}
h1 {
  font-size: 32px;
  padding-bottom: 10px;
}
h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 18px;
  line-height: 25px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 1.5em;
}
h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
#masthead .navbar-nav > li:hover ul.dropdown-menu {
  display: block !important;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  padding: 0.74rem 1rem;
  padding-top: 50px;
}

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand > a:visited,
.navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
  color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.75rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #252525;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  font-family: "Poppins", sans-serif;
}

.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
  position: relative;
}

.dropdown.menu-item-has-children
  .dropdown.menu-item-has-children
  > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children
  .dropdown.menu-item-has-children:hover
  > .dropdown-menu {
  display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown.menu-item-has-children
  .dropdown.menu-item-has-children:hover
  > a:after {
  border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
  float: none;
}

.dropdown.menu-item-has-children
  .dropdown.menu-item-has-children.pull-left
  > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.5rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.25em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.25rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 3.75rem;
  padding-top: 4.125rem;
}

.sticky .entry-title::before {
  content: "\f08d";
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on,
.byline,
.comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  font-size: 85%;
}
body:not(.theme-preset-active) footer#colophon {
  color: #99979c;
  background-color: #f7f7f7;
  display: none;
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a,
footer#colophon a {
  color: inherit;
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
}

/* //=======================================================
		search baar hover css
//====================================================== */

.sec-search {
  display: flex;
  align-items: center;
  width: 8%;
  justify-content: space-between;
}
.cstm-search-form {
  display: block;
  text-align: end;
  top: 11px;
  margin-right: -20px;
}
.hs-form {
  display: none;
}

.sec-search .hs-form {
  width: 300px;
  height: 44px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0px 0px 10px 4px rgb(130 130 130);
  position: absolute;
  bottom: -10px;
  right: 60px;
  z-index: 9;
  display: none !important;
  top: 38px;
}
.sec-search .search-form {
  display: flex;
  align-items: center;
}
.sec-search .hs-form label {
  margin: 0;
  width: 100%;
}
.hs-form .form-control {
  height: 45px;
  padding: 0px 22px;
  border: 1px solid #f592f4;
  box-shadow: none !important;
  font-size: 15px;
}
.hs-form input.search-submit.btn.btn-default {
  background: #c21117;
  height: 45px;
  box-shadow: none !important;
  color: #fff;
  font-size: 15px;
  width: 120px;
  border: 1px solid #fff;
  border-radius: 35px;
}

i.fas.fa-search {
  padding: 10px;
  border-radius: 50%;
  color: #fff;
}
.fas {
  font-family: "Font Awesome 5 Free" !important;
}
/* //=======================================================
		search baar hover css end
//====================================================== */

/* custom css start  */

.navbar {
  display: flex;
  align-items: center;
}

::-moz-selection {
  background-color: #ff0000;
  color: #ffffff;
}

::selection {
  background-color: #ff0000;
  color: #ffffff;
}

.navbar-brand img {
  max-height: 36px;
}

.navbar-nav .nav-link {
  color: #111;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 18px !important;
}

.navbar-nav .nav-link:hover {
  color: #ef3d32;
}

.quote-btn {
  background: #ef3d32;
  color: #fff;
  padding: 14px 28px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.3s;
  font-family: "Poppins", sans-serif;
}

.quote-btn:hover {
  background: #d92d22;
  color: #fff;
  text-decoration: none;
}

.banner-text h1 {
  font-weight: 700;
  margin-top: 0px;
  padding-bottom: 0px;
  font-size: 132px;
  line-height: 110px;
  color: #252525;
  letter-spacing: -9px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  padding-top: 100px;
}

.banner-img img {
  width: 100%;
  display: block;
  mix-blend-mode: luminosity;
  position: relative;
  top: -80px;
}

button.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey {
  width: 156px;
  height: 57px;
  background: #ef4037 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 4px !important;
  padding: 18px 32px !important;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  text-align: center;
  box-shadow: none !important;
  transition: all 0.3s ease;
  position: relative;
  top: -230px;
}

button.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey:hover {
  background: #d9362d !important;
  color: #fff !important;
}

.banner-p {
  position: relative;
  z-index: 2;
}

.banner-p p {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  color: #252525;
  letter-spacing: 10px;
  position: relative;
  top: -230px !important;
  z-index: 999;
}

.navbar-nav .nav-link {
  color: #252525;
}

.navbar-nav .nav-link:hover {
  color: #252525 !important;
}

.experties-text h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins;
  font-weight: 700;
  font-size: 64px;
  line-height: 100%;
  letter-spacing: -2px;
  text-align: center;
  color: #252525;
  position: relative;
}

.experties-text h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 148px;
  height: 2px;
  background: #252525;
}

.experties-text p {
  font-family: Barlow;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #424242;
  padding-top: 24px;
}

.experties-text {
  margin-bottom: 0px !important;
  padding-bottom: 64px;
}

.graphic-text h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Poppins;
  font-weight: 600;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: -2px;
  text-align: left;
  color: #252525;
  position: relative;
}

.graphic-text h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 148px;
  height: 2px;
  background: #252525;
}

.graphic-text p {
  padding-top: 24px;
  font-family: Barlow;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #424242;
  max-width: 510px;
}

.graphic-text {
  margin-bottom: 0px;
}

.vector-text p {
  font-family: Barlow;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #424242;
}

.vc_row .vc_col-sm-3 .vc_column-inner .wpb_wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.vc_row .vc_col-sm-3 .wpb_single_image {
  margin-bottom: 15px;
}

.vc_row .vc_col-sm-3 img {
  display: block;
}

.vector-text {
  width: 100%;
}

.vector-text p,
.vc_row .vc_col-sm-3 .wpb_text_column p {
  margin: 0;
  padding: 0;
  text-align: left;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #252525;
}

.icon-custom img {
  padding-bottom: 8px;
}

.graphic-text {
  margin-bottom: 0px;
}

.About.us {
  padding-top: 180px !important;
  padding-bottom: 0px;
}

.about-img {
  width: 754px;
  height: 811px;
}

.about-contant h2 {
  position: relative;
  margin: 0;
  font-family: Poppins;
  font-weight: 700;
  font-size: 64px;
  line-height: 100%;
  letter-spacing: -2px;
}

.about-contant h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 148px;
  height: 2px;
  background: #252525;
}

.wpb_text_column.wpb_content_element.points-text {
  margin-bottom: 0px !important;
  padding-bottom: 48px;
}

.about-contant p {
  font-family: Barlow;
  font-weight: 400;
  font-size: 21px;
  line-height: 30px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #424242;
  padding-top: 24px !important;
}

.points-text p {
  font-family: Barlow;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #424242;
  margin-bottom: 12px;
}

.about-contant {
  padding-top: 170px;
}

.about-btn button {
  margin-top: 248px;
}

.About.us {
  position: relative;
  overflow: hidden;
}

.About.us .vc_row {
  position: relative;
  z-index: 2;
}

ul.vc_tta-tabs-list {
  padding-top: 30px !important;
}

.onezero-p1 {
  max-width: 260px;
  line-height: 1.6;
  font-size: 14px;
  color: #ffffff;
  margin: 0;
}

li {
  margin-bottom: 0px !important;
}

.About.us::after {
  content: "Always First";
  position: absolute;
  bottom: 420px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 1;
  pointer-events: none;
  white-space: nowrap;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 303.97px;
  line-height: 100%;
  text-align: center;
  color: #f5f5f5 !important;
}

.porfolio-section {
  padding-top: 150px;
}

.portfolio-text {
  text-align: center;
}

.portfolio-text h2 {
  display: inline-block;
  position: relative;
  margin: 0;
  padding-bottom: 15px;
  font-family: Poppins;
  font-weight: 700;
  font-size: 64px;
  line-height: 100%;
  letter-spacing: -2px;
}

.portfolio-text h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 2px;
  background: #ffa500;
}

.portfolio-text p {
  font-family: Barlow;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #424242;
  padding-top: 20px;
}

.portfolio-text {
  margin-bottom: 0px;
}

.vc_tta-panels,
.vc_tta-panels-container,
.vc_tta-panel,
.vc_tta-panel-body {
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

a#tab-1783972284638-bc78e917-d2ce {
  background: none !important;
  border: none !important;
}

a#tab-1783972284674-7c00ff62-4f44 {
  background: none !important;
  border: none !important;
}

a#tab-1783972354270-c042408c-0bc6 {
  background: none !important;
  border: none !important;
}

a#tab-1783972378910-795516d2-8448 {
  background: none !important;
  border: none !important;
}

ul.vc_tta-tabs-list {
  text-align: center;
}

.vc_tta-tabs-list .vc_tta-tab.vc_active .vc_tta-title-text {
  color: #ff1493 !important; /* Pink */
}

.porfolio-section .vc_row,
.porfolio-section .vc_column-inner,
.porfolio-section .wpb_wrapper,
.porfolio-section .container,
.porfolio-section .container-fluid {
  width: 100% !important;
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.porfolio-section .vc_row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

ul.vc_tta-tabs-list {
  padding-bottom: 30px !important;
}

.passon-section {
  margin-top: -21px;
}

.passion-text h1 {
  margin-top: 0px;
  padding-bottom: 15px;
  font-family: Poppins;
  font-weight: 700;
  font-size: 64px;
  line-height: 100%;
  letter-spacing: -2px;
  vertical-align: middle;
  color: #f5f5f5;
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.passion-text h1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 148px;
  height: 0px;
  border-bottom: 2px solid #f5f5f5;
}
.passion-text {
  margin-bottom: 0px !important;
}

.passon-section {
  padding-top: 102px !important;
  padding-bottom: 102px;
}

.trusted-text h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 15px;
  font-family: Poppins;
  font-weight: 700;
  font-size: 64px;
  line-height: 80px;
  letter-spacing: -2px;
  vertical-align: middle;
  position: relative;
  display: inline-block;
  max-width: 400px;
}

.trusted-text h1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 148px;
  height: 0px;
  border-bottom: 2px solid #252525;
  opacity: 1;
  transform: rotate(0deg);
  transform-origin: left center;
}

.trusted-text p {
  padding-top: 24px;
  font-family: Barlow;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #424242;
}

.trusted-section {
  padding-top: 150px !important;
  padding-bottom: 150px !important;
}

.Testimonial-section {
  padding-top: 150px !important;
  padding-bottom: 150px !important;
}

p.firs-p {
  font-family: Barlow !important;
  font-weight: 400 !important;
  font-size: 20px !important;
  line-height: 26px !important;
  letter-spacing: 0% !important;
  vertical-align: middle !important;
  color: #ffffff !important;
  max-width: 520px !important;
  padding-top: 32px;
}

h4.mb-3 {
  color: #ffffff;
  font-family: Poppins !important;
  font-weight: 700 !important;
  font-size: 42px !important;
  line-height: 32px !important;
  letter-spacing: 0px !important;
  vertical-align: middle !important;
  padding-bottom: 32px;
  margin-bottom: 0px !important;
}

.form-control {
  width: 100% !important;
  height: 48px !important;
  angle: 0 deg !important;
  opacity: 1 !important;
}

button.btn.btn-outline-light.px-4.py-2 {
  width: 155px !important;
  height: 49px !important;
  opacity: 1 !important;
  border-width: 1px !important;
  border-radius: 4px !important;
  padding-top: 14px !important;
  padding-right: 24px !important;
  padding-bottom: 14px !important;
  padding-left: 24px !important;
  font-family: Poppins !important;
  font-weight: 700 !important;
  font-size: 13px !important;
  line-height: 100% !important;
  letter-spacing: 0% !important;
  text-align: center !important;
  vertical-align: middle !important;
  text-transform: uppercase !important;
  margin-top: 24px !important;
}

.row.pb-5.mb-4.align-items-center {
  padding-bottom: 100px !important;
  margin-bottom: 0px !important;
}

footer#custom-red-footer {
  padding-top: 150px !important;
  padding-bottom: 150px;
}

h3.mb-3 {
  font-family: Poppins !important;
  font-weight: 500 !important;
  font-size: 20px !important;
  line-height: 100% !important;
  letter-spacing: 0px !important;
  vertical-align: middle !important;
  color: #ffffff !important;
}

li a {
  font-family: Barlow !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 28px !important;
  letter-spacing: 0% !important;
  vertical-align: middle !important;
  color: #ffffff;
}

p.onezero-p1 {
  font-family: Barlow;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0;
  margin-bottom: 3px;
  max-width: 260px;
}

.newsletter-border {
  position: relative;
}

.newsletter-border::after {
  content: "";
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 1900px;
  max-width: 100vw;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-bottom {
  background: #ffffff;
  height: 70px;
  display: flex;
  align-items: center;
}

.footer-bottom-inner {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-bottom p {
  margin: 0;
  font-family: Barlow;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  vertical-align: middle;
}

.footer-bottom p span {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #424242;
}

.footer-social-icons {
  display: flex;
  gap: 18px;
}

.footer-social-icons a {
  color: #bdbdbd;
  font-size: 15px;
  transition: 0.3s;
}

.footer-social-icons a:hover {
  color: #424242;
}

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

.navbar-nav .nav-link {
  padding-left: 15px;
  padding-right: 15px;
}

.navbar-nav .current-menu-item .nav-link {
  padding-left: 15px;
  padding-right: 15px;
}

.navbar-nav .nav-item {
  margin: 0;
  padding: 0;
  align-items: center !important;
  display: flex;
}

.navbar-nav .nav-link {
  font-family: "Poppins", sans-serif !important;
  font-weight: 500 !important;
  font-style: normal !important;
  font-size: 14px !important;
  line-height: 100% !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
  color: #252525 !important;
}

.navbar-nav .current-menu-item .nav-link,
.navbar-nav .active .nav-link {
  color: #ef4037 !important;
}

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: transparent !important;
  box-shadow: none;
}

.navbar {
  background: transparent !important;
}

.site-header .container {
  background: transparent;
}

/* Home Page */
.home .nav-link {
  color: #000;
}

/* About Page */
.page-about-us .nav-link {
  color: #fff !important;
}

.page-about-us .quote-btn {
  color: #fff;
  border-color: #fff;
}

.page-id-21 .nav-link {
  color: #fff !important;
}

.page-id-21 .quote-btn {
  color: #fff;
  border-color: #fff;
}

.Aboutbanner-text h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 15px;
  font-family: Montserrat;
  font-weight: 800;
  font-size: 112px;
  line-height: 112px;
  letter-spacing: -3px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
}

.Aboutbanner-text h1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 148px;
  height: 2px;
  background-color: #ef4037;
}

.contact-btn button {
  width: 146px !important;
  height: 54px !important;
  font-size: 14px !important;
  font-family: "Poppins", sans-serif !important;
  width: 161px !important;
  border-radius: 4px !important;
}

.contact-btn {
  position: relative;
  top: 225px;
}

.Aboutbanner-text p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
  padding-top: 20px;
  padding-bottom: 0px !important;
}

.About-banner {
  height: 1080px;
  padding-top: 400px;
}

.About-bannerbtn button {
  font-size: 11px !important;
  font-family: Poppins !important;
  font-weight: 700 !important;
  line-height: 100% !important;
  letter-spacing: 0% !important;
  text-align: center !important;
  vertical-align: middle !important;
  text-transform: uppercase !important;
}

.About-bannerbtn {
  margin-top: 260px;
}

.About-banner {
  height: 1080px !important;
  padding-top: 400px !important;
}

.header#masthead {
  margin-bottom: 0;
  padding: 0.74rem 1rem;
  padding-top: 50px;
}

/* Nav link hover color */
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
  color: #fff !important; /* Apna desired color rakho */
  background: transparent !important;
  transition: none !important;
  animation: none !important;
}

/* Active link */
.navbar-nav .nav-link.active,
.navbar-nav .current-menu-item > .nav-link {
  color: #fff !important;
}

/* Agar underline ya transform animation lagi ho */
.navbar-nav .nav-link::before,
.navbar-nav .nav-link::after {
  display: none !important;
  content: none !important;
}

.navbar-nav .nav-link {
  transition: none !important;
  transform: none !important;
}

/* Active menu item only */
.navbar-nav .current-menu-item > .nav-link,
.navbar-nav .current_page_item > .nav-link,
.navbar-nav .current-menu-ancestor > .nav-link,
.navbar-nav .current-page-ancestor > .nav-link {
  color: #ef4037 !important;
}

.navbar-nav .nav-link {
  color: #333 !important;
  transition: all 0.3s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
  color: #333 !important;
}

.navbar-nav .current-menu-item .nav-link,
.navbar-nav .active .nav-link {
  color: #333 !important;
}

.home .navbar-nav .nav-link {
  color: #252525 !important;
}

.home .navbar-nav .nav-link:hover,
.home .navbar-nav .nav-link:focus {
  color: #252525 !important;
}

body:not(.home) .navbar-nav .nav-link {
  color: #ffffff !important;
}

body:not(.home) .navbar-nav .nav-link:hover,
body:not(.home) .navbar-nav .nav-link:focus {
  color: #ffffff !important;
}

.home .navbar-nav .nav-link {
  color: #252525 !important;
}

body:not(.home) .navbar-nav .nav-link {
  color: #ffffff !important;
}

.skt-heading {
  margin: 0;
  padding-bottom: 20px;
  font-family: Poppins;
  font-weight: 700;
  font-size: 64px;
  line-height: 100%;
  letter-spacing: -2px;
  text-align: center;
  vertical-align: middle;
  color: #252525;
  text-transform: capitalize !important;
}

.vc_row.function-row {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 20px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.vc_row.function-row > .vc_column_container.vc_col-sm-6 {
  width: calc(50% - 20px) !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  float: none !important;
}

@media (max-width: 767px) {
  .vc_row.function-row {
    gap: 25px !important;
  }
  .vc_row.function-row > .vc_column_container.vc_col-sm-6 {
    width: 100% !important;
  }
}

.navbar-nav .nav-item.active .nav-link,
.navbar-nav .nav-item.current-menu-item .nav-link,
.navbar-nav .nav-item.current_page_item .nav-link {
  color: #ef4037 !important;
}

.Aboutonewave-section {
  padding-top: 100px !important;
  overflow: visible !important;
}

.aboutonewave-text h1 {
  margin-top: 0px;
  padding-bottom: 0px;
}

.aboutonewave-text h1 {
  margin-top: 0;
  padding-bottom: 20px; /* Space for the border */
  max-width: 600px;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 64px;
  line-height: 72px;
  letter-spacing: -2px;
  position: relative;
  display: inline-block;
}

.aboutonewave-text h1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 124px;
  height: 2px;
  background: #252525;
}

span.ozw-about {
  color: #ef4037;
}

.wpb_text_column.wpb_content_element.arrow-img {
    margin-bottom: 0px !important;
    position: relative;
    left: 0px;
}

.onewave-p p {
  color: #424242 !important;
  font-family: Barlow;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0%;
  padding-bottom: 0px !important;
}

.ozw-about-row .wpb_column:first-child {
  padding-right: 40px;
}

.ozw-about-row .wpb_column:last-child {
  padding-left: 40px;
}

.aboutonewave-text {
  margin-bottom: 0px !important;
}

.onewavezeroelement {
  margin-bottom: 0px !important;
}

html {
  scroll-behavior: smooth;
}

.onewavezeroelement img {
  cursor: pointer;
}

.bottom-img img {
  position: relative;
  top: 130px;
  z-index: 99;
  height: 600px !important;
  width: 1170px;
  object-fit: cover;
}

.hereweare-text h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-family: Poppins;
  font-weight: 600;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: -1.5px;
  vertical-align: middle;
  color: #ffffff;
}

.hereweare-text h1 {
  position: relative;
  padding-bottom: 20px;
}

.hereweare-text h1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 116px;
  height: 0px;
  border-bottom: 2px solid #ef4037;
}

span.ozw-we-are {
  color: #ef4037;
}

.dot-bg img {
  position: relative;
  left: 267px;
  bottom: 220px;
}

.hereweare-text p {
  font-family: Barlow;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #f5f5f5;
  padding-top: 32px;
}

.hereweare2-text p {
  padding-top: 90px;
  font-family: Barlow;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #f5f5f5;
  max-width: 550px;
  position: relative;
  left: 20px;
  top: 20px;
}

.stats-top .stats-number {
  padding: 8px 0;
  padding-bottom: 0px !important;
}

.custom-row .stats-text {
  font-family: "Poppins", sans-serif;
  font-size: clamp(14px, 1.2vw, 18px) !important;
  line-height: 1.5;
  margin-top: 0px !important;
}

.stats-top .aio-icon-top,
.stats-top .stats-desc {
  width: 100%;
  display: block;
  text-align: left;
  position: relative;
  font-family: Poppins;
  font-weight: 700;
  font-size: 34px;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #ef4037;
}

.stats-top .aio-icon-top,
.stats-top .stats-desc {
  width: 100%;
  display: block;
  text-align: left !important;
}

.stats-block .stats-text {
  color: #ffffff !important;
  width: 100% !important;
  text-align: inherit;
  font-family: Barlow !important;
  font-weight: 500 !important;
  font-size: 18px !important;
  line-height: 100%;
  letter-spacing: 0%;
}

.stats-block .stats-number {
  font-size: 34px !important;
  display: inline;
  font-family: Poppins;
  font-weight: 700 !important;
  line-height: 100% !important;
  letter-spacing: 0px;
  vertical-align: middle;
}

.stats-block .stats-text {
  color: #ffffff !important;
  width: 100% !important;
  text-align: inherit;
  font-family: Barlow !important;
  font-weight: 500 !important;
  font-size: 18px !important;
  line-height: 100%;
  letter-spacing: 0%;
  padding-top: 5px;
}

.custom-counter .stats-desc {
  align-items: center;
}

.custom-counter .stats-number {
  display: inline-block !important;
  margin-right: 5px;
  color: #ef4037 !important;
}

.custom-counter .ult-just-icon-wrapper {
  display: inline-block !important;
  vertical-align: middle;
  margin-left: 2px;
}

.custom-counter .aio-icon {
  color: #ef4037 !important;
}

.Defaults-plus:before {
  content: "\f067";
  position: relative;
  left: 56px;
  top: 48px;
}

.custom-row {
  display: flex !important;
  flex-wrap: wrap;
  width: 1350px;
}

.custom-row .vc_column_container {
  flex: 1 1 calc(25% - 20px) !important;
  width: auto !important;
  padding: 0 !important;
}

@media (max-width: 768px) {
  .custom-row .vc_column_container {
    flex: 1 1 calc(50% - 20px) !important;
  }
}

@media (max-width: 480px) {
  .custom-row .vc_column_container {
    flex: 1 1 100% !important;
  }
}

.aio-icon-top {
  position: relative;
  top: -7px;
  left: -10px;
}

.custom-number i.Defaults-plus {
  color: #ef4037;
  position: relative;
  top: -7px;
  right: 20px;
}

.custom-number div#title-counter_1097518886a58e407831d7 {
  padding-top: 20px;
}

img[src*="media-dealstreetasia"] {
  filter: grayscale(100%) !important;
  -webkit-filter: grayscale(100%) !important;
}

.ceo-box {
  background-color: #ffffff;
  padding: 60px 40px;
  text-align: left;
  padding-left: 0px;
  padding-right: 0px;
}

.ceo-heading {
  position: relative;
  left: 60px;
  font-family: Poppins;
  font-weight: 600;
  font-size: 40px;
  line-height: 56px;
  letter-spacing: -1.5px;
  vertical-align: middle;
  margin-bottom: 46px;
  margin-top: 0px;
  padding-top: 0px;
}

.ceo-heading .highlight {
  color: #f04438;
}

.ceo-heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 75px;
  height: 2px;
  background-color: #1a1a1a;
}

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

.ceo-box {
  position: relative !important;
  top: -185px !important;
}

.aio-icon-top {
  position: relative;
  left: 0;
  top: 0;
}

.wpb_text_column.wpb_content_element.onewave-p {
    margin-bottom: 0px !important;
    padding-bottom: 24px;
    position: relative;
    left: 0px;
}

span.seo {
  color: #ef4037;
}

.whatwedo-text {
  margin-bottom: 0px !important;
  padding-bottom: 64px;
}

.whatwedo-text h1 {
  position: relative;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-family: Poppins;
  font-weight: 600;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: -1.5px;
  vertical-align: middle;
}

.whatwedo-text h1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 116px;
  height: 2px;
  background: #ef4037;
}

.custom-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0px;
  width: 1320px !important;
}

.custom-row > .wpb_column {
  width: calc(25% - 22.5px) !important;
}

img.alignnone.size-full.wp-image-219 {
  margin-bottom: 0px !important;
}

section.vc_section.ceo-section {
  overflow: visible;
}

div#title-counter_12854755506a58ffca6e516 {
  padding-top: 22px !important;
}

.custom-counterss .aio-icon-top .aio-icon {
  color: #ef4037 !important;
}

.custom-counterss .aio-icon-top {
  margin-bottom: 15px;
  position: relative;
  left: -15px;
  top: 5px;
}

.ceo-section .vc_row-fluid {
  display: flex !important;
}

.ceo-text h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-family: Poppins;
  font-weight: 600;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: -1px;
  vertical-align: middle;
  color: #252525;
  position: relative;
}

.ceo-text h2::after {
  content: "";
  display: block;
  width: 72px;
  height: 2px;
  margin-top: 16px;
  border-bottom: 2px solid #ef4037;
}

.ceo-text {
  padding-top: 20px;
  position: relative;
  left: 50px;
}

.ceo-text p {
  padding-top: 24px;
  font-family: Barlow;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #424242;
}

.About-bannerbtn button {
  width: 164px !important;
  height: 49px !important;
  opacity: 1;
  border-radius: 4px !important;
  padding-top: 14px !important;
  padding-right: 24px !important;
  padding-bottom: 14px !important;
  padding-left: 24px !important;
  font-size: 12px !important;
}

.ceo-section {
  height: 340px;
}
.founded-text {
  width: 374px;
  height: 202px;
  transform: rotate(0deg);
  opacity: 1;
  background: #252525;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.founded-text h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: -1.5px;
  text-align: center;
  color: #ffffff;
  margin: 0;
  position: relative;
  bottom: 80px;
}

.founded-text p {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: normal;
  margin: 0;
  color: #f5f5f5;
  max-width: 315px !important;
  position: relative;
  bottom: 49px;
}

.founded-text {
  position: relative !important;
  padding-top: 100px !important;
}

.founded-text::before {
  content: "" !important;
  position: absolute !important;
  width: 64px !important;
  height: 98px !important;
  background: #424242 !important;
  opacity: 1 !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  top: -20px !important;
  z-index: 1 !important;
}

.founded-text .wpb_wrapper {
  position: relative !important;
  z-index: 2 !important;
}

.whatwedo-section {
  padding-top: 80px;
  padding-bottom: 90px;
}

.whatwedo-text h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 20px;
  font-family: Poppins;
  font-weight: 600;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: -1.5px;
  vertical-align: middle;
  position: relative;
  display: inline-block;
}

.whatwedo-text h2::after {
  content: "" !important;
  position: absolute !important;
  width: 116px !important;
  height: 0px !important;
  border-bottom: 2px solid #ef4037 !important;
  opacity: 1 !important;
  bottom: 0 !important;
  left: 0 !important;
  transform: none !important;
}

.whatwedo-text p {
  font-family: Barlow;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #424242;
  padding-top: 32px;
}

.together-section {
  height: 540px;
}

.together-text h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 20px;
  font-family: Poppins;
  font-weight: 700;
  font-size: 57px;
  line-height: 80px;
  letter-spacing: -2px;
  vertical-align: middle;
  color: #ffffff;
  position: relative;
  display: inline-block;
}

.together-text h2::after {
  content: "" !important;
  position: absolute !important;
  width: 174px !important;
  height: 0px !important;
  border-bottom: 2px solid #ffffff !important;
  opacity: 1 !important;
  bottom: 0 !important;
  left: 0 !important;
}

.together-text p {
  font-family: Barlow;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #f5f5f5;
  padding-top: 24px;
}

.service-bannerbtn {
  position: relative;
  top: 220px;
}

.service-bannerbtn button {
  width: 164px !important;
  height: 49px !important;
  opacity: 1 !important;
  border-radius: 4px !important;
  padding-top: 14px !important;
  padding-right: 24px;
  padding-bottom: 14px;
  padding-left: 24px;
}

.together-text {
  margin-bottom: 0px !important;
  padding-bottom: 48px;
}

.together-btn button {
  width: 140px !important;
  height: 49px !important;
  opacity: 1 !important;
  border-radius: 4px !important;
  padding-top: 14px !important;
  padding-right: 24px !important;
  padding-bottom: 14px !important;
  padding-left: 24px !important;
  background-color: #ef4037 !important;
  font-family: Poppins !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 100% !important;
  letter-spacing: 0% !important;
  text-align: center !important;
  vertical-align: middle !important;
  text-transform: uppercase !important;
  color: #ffffff !important;
}

.together-section {
  padding-top: 136px !important;
}

.together-contant {
  position: relative;
  top: 77px;
  left: 50px;
}

.together-contant p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0%;
  text-align: right;
  vertical-align: middle;
  color: white;
  margin-bottom: 8px;
}

.contant-text h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 20px;
  font-family: Montserrat;
  font-weight: 800;
  font-size: 66px;
  line-height: 72px;
  letter-spacing: -3.3px;
  text-align: center !important;
  vertical-align: middle;
  text-transform: capitalize;
  color: #252525;
  position: relative;
  display: inline-block;
}

.contant-text h2::after {
  content: "" !important;
  position: absolute !important;
  width: 120px !important;
  height: 2px !important;
  background: #ef4037 !important;
  opacity: 1 !important;
  bottom: -14px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
}

.contant-text {
  text-align: center !important;
}

.contant-text p {
  padding-top: 30px;
  max-width: 666px;
  margin: 0 auto;
  font-family: Barlow;
  font-weight: 400;
  font-size: 20px !important;
  line-height: 30px !important;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #434343 !important;
}

.contant-text {
  margin-bottom: 0px !important;
  padding-bottom: 24px;
  padding-top: 234px;
}

.image-1 img {
  height: 200px;
  border-radius: 20px;
  position: relative;
  left: 7px;
}

/* Container ko set karna */
.image-grid-container {
  max-width: 533px; /* Bottom image ki original width */
  width: 100%;
  margin: 0 auto;
}

/* Top row jisme dono images hain */
.top-images-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end; /* Taake niche se dono images barabar hon */
  gap: 15px; /* Dono images ke beech ka gap */
  width: 100%;
  margin-bottom: 15px; /* Bottom image se gap */
}

/* Left Image (Image 1) */
.top-images-row .image-1 {
  flex: 1;
  margin: 0 !important;
}
.top-images-row .image-1 img {
  width: 100% !important;
  height: 180px !important; /* Height thodi kam ki */
  object-fit: cover;
  display: block;
}

/* Right Image (Image 2) - Iski height aur width ko lock kiya */
.top-images-row .image-2 {
  width: 180px !important; /* Right image ki width fix ki */
  margin: 0 !important;
}
.top-images-row .image-2 img {
  width: 100% !important;
  height: 180px !important; /* Right image ki height left image ke barabar aur kam ki */
  object-fit: cover;
  display: block;
}

/* Bottom Image (Image 3) - Isko full width alignment di */
.bottom-image-row {
  width: 100%;
  margin: 0 !important;
}
.bottom-image-row .image-3 {
  width: 100% !important;
  margin: 0 !important;
}
.bottom-image-row .image-3 img {
  width: 100% !important;
  height: auto !important;
  display: block;
}

/* WPBakery ki default inner paddings ko remove karna */
.image-grid-container .vc_column-inner,
.image-grid-container .wpb_wrapper,
.image-grid-container .vc_single_image-wrapper {
  padding: 0 !important;
  margin: 0 !important;
}

.image-1 {
  margin-bottom: 0px !important;
}

.image-1 img {
  height: 198px !important;
}

.loream-section {
  padding-top: 100px !important;
  padding-bottom: 100px;
}

.trustedgraphic-text h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 20px;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: -2px;
  vertical-align: middle;
  text-transform: capitalize;
  color: #252525;
  position: relative;
}

.trustedgraphic-text h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 120px;
  height: 2px;
  background: #ef4037;
  opacity: 1;
}

.trustedgraphic-text p {
  font-family: Barlow;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #424242;
  padding-top: 24px;
}

/* .icon-text p {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: normal;
  color: #424242;
} */

.icon-text p img {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  margin: 0;
  position: relative;
  top: 10px;
}

.icon-text p {
  font-family: Barlow;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #424242;
}

/* Button default styling */
button.gei-btn {
  width: 162px;
  height: 49px;
  opacity: 1;
  border-radius: 4px;
  padding-top: 14px;
  padding-right: 32px;
  padding-bottom: 14px;
  padding-left: 32px;
  background-color: #ef4037 !important;
  font-family: Poppins;
  font-weight: 700 !important;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: normal;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: #ffffff !important;
  margin-top: 10px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

/* Hover overlay span - Ultimate Addons ka apna hover mechanism */
.gei-btn .ubtn-hover {
  background-color: #c9151f !important;
}

/* Button ka apna hover bhi cover karne ke liye (fallback) */
button.gei-btn:hover {
  background-color: #c9151f !important;
}
.blockchain-text h1 {
  margin-top: 0px;
  padding-bottom: 25px;
  font-family: Poppins;
  font-weight: 600;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: -1.5px;
  text-align: center;
  vertical-align: middle;
  position: relative;
}

.blockchain-text h1::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 196px;
  height: 2px;
  background: #ef4037;
  opacity: 1;
}

.project-btn {
  display: flex !important;
  justify-content: center !important;
}

.contant-text {
  padding-bottom: 20px !important;
}

section.vc_section.experties-section {
  padding-top: 139px !important;
}

.project-btn button {
  background-color: #ef4037 !important;
  width: 145px;
  height: 49px;
  opacity: 1;
  border-radius: 4px;
  font-family: Poppins;
  font-weight: 700 !important;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: #ffffff !important;
}

span.highlight-text {
  color: #ef4037;
}

.blockchain-text {
  margin-bottom: 0px;
}

.blockchain-section {
  padding-top: 100px !important;
  padding-bottom: 100px;
}

.blockchain-text {
  padding-bottom: 56px;
}

.block-services .wpb_wrapper {
  display: grid;
  grid-template-rows: repeat(2, auto);
  grid-auto-flow: column;
  gap: 10px 40px;
  justify-content: center;
}

.block-services .wpb_wrapper p {
  margin: 0;
  text-align: center;
}

.block-services .wpb_wrapper p img {
  display: block;
  margin: 0 auto;
}

.services-2 .wpb_wrapper {
  display: grid;
  grid-template-rows: repeat(2, auto);
  grid-auto-flow: column;
  gap: 10px 40px;
  justify-content: center;
}

.services-2 .wpb_wrapper p {
  margin: 0;
  text-align: center;
}

.services-2 .wpb_wrapper p img {
  display: block;
  margin: 0 auto;
}

.services-2 .wpb_wrapper p {
  margin: 0;
  text-align: center;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 25.03px;
  line-height: 41.72px;
  letter-spacing: normal;
  vertical-align: middle;
  color: #424242;
}

.services-section {
  padding-top: 100px !important;
  padding-bottom: 100px;
}

.services-text h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-family: Poppins;
  font-weight: 700;
  font-size: 64px;
  line-height: 100%;
  letter-spacing: -2px;
  text-align: center;
  vertical-align: middle;
  color: #252525;
}

.services-text h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 25px;
  font-family: Poppins;
  font-weight: 700;
  font-size: 64px;
  line-height: 100%;
  letter-spacing: -2px;
  text-align: center;
  vertical-align: middle;
  color: #252525;
  position: relative;
}

.services-text h1::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 148px;
  height: 2px;
  background: #252525;
  opacity: 1;
}

.services-text p {
  font-family: Barlow;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #424242;
  padding-top: 24px;
}

.services-text {
  margin-bottom: 0px;
  padding-bottom: 64px;
}

.services-card1 h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-family: Poppins;
  font-weight: 500;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: left;
  vertical-align: middle;
}

.services-card1 p {
  font-family: Barlow;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0%;
  vertical-align: middle;
  padding-top: 6px;
}

.our-workbtn button {
  margin-top: 224px;
}

button.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey {
  width: 161px !important;
  height: 57px;
  background: #ef4037 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 4px !important;
  padding: 18px 32px !important;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  text-align: center;
  box-shadow: none !important;
  transition: all 0.3s ease;
  position: relative;
  top: -230px;
}

.portfolioo-btn a {
  width: 164px !important;
  height: 49px !important;
  opacity: 1;
  border-radius: 4px !important;
  padding-top: 17px !important;
  padding-right: 24px !important;
  padding-bottom: 14px !important;
  padding-left: 24px !important;
  background-color: #ef4037 !important;
  border: none !important;
  font-family: Poppins;
  font-weight: 700;
  font-size: 14px !important;
  line-height: 100% !important;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #ffffff !important;
  background-image: none !important;
  text-align: center !important;
}

.post-btn button {
  width: 168px !important;
  height: 49px !important;
  opacity: 1 !important;
  border-radius: 4px !important;
  padding-top: 14px !important;
  padding-right: 24px !important;
  padding-bottom: 14px !important;
  padding-left: 24px !important;
  font-family: Poppins !important;
  font-weight: 700 !important;
  font-size: 12px !important;
  line-height: 100% !important;
  letter-spacing: 0% !important;
  text-align: center !important;
  vertical-align: middle !important;
  text-transform: uppercase !important;
  margin-top: 220px;
}

.blog-cards-section {
  padding-top: 178px !important;
  padding-bottom: 100px;
}

.blogs-text h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 25px;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 90px;
  line-height: 100%;
  letter-spacing: -2.7px;
  vertical-align: middle;
  position: relative;
}

.blogs-text h1::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 174px;
  height: 2px;
  background: #252525;
  opacity: 1;
}

.blogs-text p {
  font-family: Barlow;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
  text-align: center;
  color: #434343;
  padding-top: 24px;
}

.blogs-text {
  margin-bottom: 0px;
  padding-bottom: 150px;
}

aside#secondary {
  display: none !important;
}

.header-light .navbar-nav .nav-link {
  color: #000000;
}

.header-dark .navbar-nav .nav-link {
  color: #ffffff;
}

body.single-blog_post:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #252525 !important;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  font-family: "Poppins", sans-serif;
}

.contact-section {
  padding-top: 100px !important;
  padding-bottom: 100px;
}

.contact-text h1 {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 90px;
  line-height: 100%;
  letter-spacing: -2.7px;
  text-align: center;
  color: #252525;
  position: relative;
  display: inline-block;
}

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

.contact-text h1::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 174px;
  border-bottom: 2px solid #252525;
}

.contact-text p {
  font-family: Barlow;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
  text-align: center;
  color: #434343;
  padding-top: 24px;
}

.contact-text {
  padding-bottom: 150px;
  padding-top: 78px;
  margin-bottom: 0px !important;
}

.form-text h1 {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-family: Poppins;
  font-weight: 600;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: -2px;
  text-align: left;
  color: #252525;
  position: relative;
  display: inline-block;
}

.form-text h1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 174px;
  border-bottom: 2px solid #252525;
}

.form-text p {
  font-family: Barlow;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #434343;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 0px !important;
}

.form-text li {
  font-family: Barlow;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
  vertical-align: middle;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 0%;
}

.form-text h2 {
  padding-bottom: 23px !important;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-family: Poppins;
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  padding-top: 40px;
  color: #252525 !important;
}

.footer-social-icons a i {
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 20px !important;
  height: 16px !important;
  font-size: 20px !important;
}

.footer-social-icons {
  display: flex;
  gap: 18px;
  color: gray !important;
}

ul {
  padding-left: 30px;
}

/* Container reset */
.cf7-custom-container {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  box-sizing: border-box;
}

/* 2 Column Row for First Name & Last Name */
.cf7-custom-container .cf7-row {
  display: flex;
  gap: 15px;
  margin-bottom: 18px;
}

.cf7-custom-container .cf7-col {
  flex: 1;
}

.cf7-custom-container .cf7-field {
  margin-bottom: 18px;
  width: 100%;
}

/* Label with #F5F5F5 background styling */
.cf7-custom-container .cf7-label {
  display: inline-block;
  background-color: #f5f5f5;
  color: #222222;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 4px;
  margin-bottom: 8px;
  border: 1px solid #e5e5e5;
}

/* Input Fields & Textarea Styling */
.cf7-custom-container input[type="text"],
.cf7-custom-container input[type="email"],
.cf7-custom-container textarea {
  width: 100% !important;
  padding: 12px 14px;
  border: 1px solid #d1d5db;
  border-radius: 5px;
  background-color: #ffffff;
  font-size: 14px;
  outline: none;
  box-sizing: border-box;
  transition: border-color 0.2s ease-in-out;
}

.cf7-custom-container input:focus,
.cf7-custom-container textarea:focus {
  border-color: #4f46e5;
}

.cf7-custom-container textarea {
  height: 120px;
  resize: vertical;
}

/* Submit Button */
.cf7-custom-container .cf7-submit-btn {
  background-color: #111827;
  color: #ffffff;
  border: none;
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.cf7-custom-container .cf7-submit-btn:hover {
  background-color: #374151;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control {
  background-color: #f5f5f5;
  border: none;
}

input.wpcf7-form-control.wpcf7-text.form-control {
  background-color: #f5f5f5;
  border: none;
}

textarea.wpcf7-form-control.wpcf7-textarea.form-control {
  height: 178px !important;
  background-color: #f5f5f5;
  border: none;
}

.cf7-custom-container .cf7-submit-btn {
  background-color: #ef4037;
  color: #ffffff;
  border: none;
  padding: 12px 28px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  margin-top: 20px;
  font-family: "Poppins" !important;
  width: 155px !important;
  padding-left: 18px;
}

ul#menu-menu-1 {
  padding-left: 65px !important;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control {
  background-color: #f5f5f5;
  border: none;
  font-family: Barlow;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #434343;
}

.post-btn button {
  width: 183px !important;
  height: 49px !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif !important;
}

input.wpcf7-form-control.wpcf7-text.form-control {
  background-color: #f5f5f5;
  border: none;
  font-family: Barlow;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #434343;
}

textarea.wpcf7-form-control.wpcf7-textarea.form-control {
  font-family: Barlow;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #434343;
}

.vc_row.wpb_row.vc_inner.vc_row-fluid.gap-1 {
  position: relative;
  left: 45px;
}

div#gap-1 {
  position: relative;
  left: 45px;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
  position: relative;
  top: -20px;
}

.cloud-images {
  width: 100vw;
  overflow: hidden;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.cloud-track {
  display: flex;
  align-items: flex-end;
  width: max-content;
  animation: cloudMove 35s linear infinite;
  position: relative;
  bottom: 80px;
}

.cloud-track img {
  display: block;
  width: 1920px;
  height: 373px;
  max-width: none;
  flex-shrink: 0;
}

@keyframes cloudMove {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-1920px);
  }
}

img.alignnone.size-full.wp-image-427.cloud-img-2 {
  position: relative;
  top: 70px;
  left: 0;
}

.together-text h2::after {
  content: "" !important;
  position: absolute !important;
  width: 174px !important;
  height: 0px !important;
  border-bottom: 2px solid #ffffff !important;
  opacity: 1 !important;
  bottom: 0 !important;
  left: 0 !important;
}

.banner-btn a {
  width: 156px;
  height: 57px;
  opacity: 1;
  border-radius: 4px !important;
  padding-top: 22px !important;
  padding-right: 32px !important;
  padding-bottom: 18px !important;
  padding-left: 32px !important;
  top: -230px !important;
  background-color: #ef4037 !important;
  border: none !important;
  background-image: none !important;
  font-family: Poppins;
  font-weight: 700;
  font-size: 14px !important;
  line-height: 100% !important;
  letter-spacing: 0%;
  text-align: center !important;
  vertical-align: middle !important;
  text-transform: uppercase !important;
  color: #ffffff !important;
  z-index: 99;
}

.about-btn a {
  width: 129px;
  height: 49px;
  opacity: 1;
  border-radius: 4px;
  padding-top: 14px;
  padding-right: 24px;
  padding-bottom: 14px;
  padding-left: 24px;
  background-color: #ef4037 !important;
  background-image: none !important;
  font-weight: 700 !important;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: #ffffff !important;
  font-family: "Poppins", sans-serif !important;
}

.About-bannerbtn a {
  width: 164px;
  height: 49px;
  opacity: 1;
  border-radius: 4px !important;
  padding-top: 18px !important;
  padding-right: 24px !important;
  padding-bottom: 14px !important;
  padding-left: 24px !important;
  background-color: #ef4037 !important;
  background-image: none !important;
  border: none !important;
  font-family: Poppins;
  font-weight: 700;
  font-size: 14px !important;
  line-height: 100% !important;
  letter-spacing: 0% !important;
  text-align: center !important;
  text-transform: uppercase !important;
  color: #ffffff !important;
}

.navbar-toggler {
  border-color: #ffffff !important;
}

.porfolio-section {
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-top: 0px !important;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

body.home .navbar-toggler {
  border-color: #000000 !important;
}

body.home .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.page-slug-services .navbar-toggler {
  border-color: #000000 !important;
}

.page-slug-services .navbar-toggler-icon {
  filter: brightness(0) !important;
}

.page-slug-services .navbar-nav .nav-link {
  color: #000000 !important;
}

.page-slug-services .navbar-nav .nav-link:hover,
.page-slug-services .navbar-nav .nav-link:focus,
.page-slug-services .navbar-nav .active > .nav-link {
  color: #000000 !important;
  opacity: 0.7;
}

body:not(.home) .navbar-nav .nav-link {
  color: black !important;
}

body:not(.home) .navbar-nav .nav-link {
  color: #ffffff !important;
}

body:not(.home) .navbar-toggler {
  border-color: #ffffff !important;
}

body:not(.home) .navbar-toggler-icon {
  filter: brightness(0) invert(1) !important;
}

.post-image-wrap img {
  width: 100%;
  height: auto !important;
  object-fit: cover;
  display: block;
  transition: opacity 0.25s ease;
}

.loream-section {
  overflow-x: hidden;
}

.work-section {
  overflow: hidden;
}

.work-section .vc_row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.work-section .wpb_column {
  display: flex;
  align-items: center;
}

.work-section .wpb_wrapper {
  width: 100%;
}

/* ---------- Images: fully fluid, no crop ---------- */
.work-section .vc_single_image-wrapper,
.work-section .vc_single_image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}

.work-section .wpb_single_image {
  margin: 0;
}

.work-section .contant-text {
  padding: 60px 80px;
  transition: padding 0.2s ease;
  padding-bottom: 0px !important;
  margin-bottom: 24px !important;
}
.work-section .contant-text h2 {
  font-size: clamp(1.5rem, 1rem + 2vw, 2.6rem);
  margin-bottom: 15px;
  line-height: 1.2;
}

.work-section .contant-text p {
  font-size: clamp(0.9rem, 0.8rem + 0.3vw, 1rem);
  line-height: 1.7;
  margin-bottom: 25px;
}

.work-section .ubtn {
  font-size: clamp(0.75rem, 0.7rem + 0.2vw, 0.875rem) !important;
  padding: 12px 25px !important;
  white-space: nowrap !important;
  display: inline-block !important;
  max-width: 100%;
}

.custom-row {
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
}

.custom-row::after {
  content: "";
  display: block;
  clear: both;
}

.custom-row > .wpb_column {
  float: left;
  width: 25%;
  padding: 0 15px;
  box-sizing: border-box;
}

.custom-row .stats-block {
  text-align: center;
  padding: 25px 15px;
}

.custom-row .stats-number {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: clamp(32px, 2.2vw, 48px) !important;
  line-height: 1.2;
}

.custom-row .stats-text {
  font-family: "Poppins", sans-serif;
  font-size: clamp(14px, 1.2vw, 18px) !important;
  line-height: 1.5;
  margin-top: 10px;
}

.About-bannerbtn {
  margin: 0px;
}

.together-btnss button {
  width: 156px !important;
  height: 49px !important;
  opacity: 1;
  border-radius: 4px;
  padding-top: 14px;
  padding-right: 24px;
  padding-bottom: 14px;
  padding-left: 24px;
  background-color: #ef4037 !important;
  background-image: none !important;
  font-family: Poppins;
  font-weight: 700 !important;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: #ffffff !important;
}

.Aboutbanner-text {
  margin-bottom: 0px !important;
  padding-bottom: 24px;
}

.contant-text h2 {
  margin-bottom: 0px !important;
  font-family: Montserrat;
  font-weight: 800;
  font-size: 64px !important;
  line-height: 72px !important;
  letter-spacing: -3.3px;
  vertical-align: middle;
  text-transform: capitalize;
  padding-bottom: 0px !important;
  margin-top: 0px;
}

.find-button button {
  width: 140px;
  height: 49px;
  opacity: 1;
  border-radius: 4px;
  padding-top: 14px !important;
  padding-right: 24px !important;
  padding-bottom: 14px !important;
  padding-left: 24px !important;
  background-color: #ef4037 !important;
  font-family: Poppins;
  font-weight: 700 !important;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: #ffffff !important;
}

.portfolio-workbtn button {
  width: 184px !important;
  height: 49px !important;
  opacity: 1;
  border-radius: 4px;
  padding-top: 14px !important;
  padding-right: 24px !important;
  padding-bottom: 14px !important;
  padding-left: 24px !important;
  font-family: Poppins;
  font-weight: 700 !important;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: #ffffff !important;
  background-color: #ef4037 !important;
}

.col-img img {
  position: relative;
  bottom: 120px;
  left: 15px;
}

.col2-img img {
  position: relative;
  left: 405px;
  bottom: 120px;
}

div#ozw-img-target {
  margin: 0px !important;
}

.icon-custom img {
  position: relative;
  left: 10px;
}

.wpb_text_column img[src*="media-"] {
  filter: grayscale(100%) !important;
  -webkit-filter: grayscale(100%) !important;
}

#custom-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #ffffff; /* Background color */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  transition: opacity 0.5s ease;
}

.loader-content {
  text-align: center;
  width: 100%;
  max-width: 19200px;
  padding: 0 50px;
  box-sizing: border-box;
}

.loader-logo img {
  max-width: 200px;
  margin-bottom: 30px;
}

.loader-progress-bar {
  width: 100%;
  height: 4px;
  background-color: #e0e0e0;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}

#loader-line {
  width: 0%;
  height: 100%;
  background-color: #ff0000;
  transition: width 0.4s ease;
}

#loader-percentage {
  font-family: sans-serif;
  font-size: 16px;
  color: #333333;
  font-weight: bold;
}

.dot-img img {
  position: relative;
  right: 220px;
  width: 280px;
  height: 441px;
  bottom: 543px;
}

.buisnes-logo img {
  opacity: 50% !important;
}

.buisnes-logo {
  margin-bottom: 0px !important;
}

@media screen and (max-width: 576px) {
  .cf7-custom-container .cf7-row {
    flex-direction: column;
    gap: 18px;
  }
}

@media (max-width: 1059px) {
  .site-header .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .site-header .navbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
  }

  .site-header .navbar-brand {
    order: 1;
    margin-right: 0 !important;
  }

  .site-header .navbar-brand img {
    max-width: clamp(100px, 28vw, 140px);
    height: auto;
  }

  .site-header .navbar-toggler {
    order: 2;
    width: 36px;
    height: 36px;
    padding: 0;
    border: none;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .site-header .navbar-toggler-icon {
    width: 24px;
    height: 24px;
  }

  .site-header #main-nav {
    order: 3;
    flex-basis: 100%;
    width: 100%;
    display: none;
    margin-top: 16px;
  }

  .site-header #main-nav.show {
    display: flex;
    background-color: #ffffff;
    border-radius: 12px;
    padding: 24px 20px;
    margin-top: 12px;
    min-height: 320px;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  }

  .site-header .navbar-nav,
  .site-header #main-nav .navbar-nav {
    width: 100%;
    margin: 0 !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0px !important;
    gap: 25px;
  }

  .site-header .navbar-nav .nav-item {
    width: 100%;
    border-bottom: none;
    margin-bottom: 20px;
  }

  .site-header .navbar-nav .nav-item:last-child {
    margin-bottom: 0;
  }

  .site-header .navbar-nav .nav-link {
    display: block;
    text-align: center;
    padding: 14px 0;
    font-size: 22px;
    color: #1a1a1a;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }

  .site-header .header-btn {
    order: 4;
    flex-basis: 100%;
    width: 100%;
    margin: 16px 0 0 !important;
    display: none;
  }

  .site-header #main-nav.show ~ .header-btn {
    display: block;
  }

  .site-header .quote-btn {
    display: block;
    width: 100%;
    text-align: center;
    padding: 12px 20px;
    font-size: 14px;
  }

  .site-header .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0,0,0,1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
  }

  .site-header .navbar-expand-lg .navbar-collapse {
    display: none !important;
  }

  .site-header .navbar-expand-lg .navbar-collapse.show {
    display: flex !important;
  }
}

@media (max-width: 767px) {
  .banner-text h1 {
    font-weight: 700 !important;
    margin-top: 0px !important;
    padding-bottom: 0px !important;
    font-size: clamp(26px, 2.8vw + 20px, 43px) !important;
    line-height: clamp(30px, 2.24vw + 22.84px, 40px) !important;
    color: #252525 !important;
    text-transform: uppercase !important;
    font-family: "Poppins", sans-serif !important;
    padding-top: clamp(41px, 11.95vw + 13.36px, 80px) !important;
    letter-spacing: 0px !important;
    position: relative;
    top: -30px;
  }

  section.vc_section.experties-section {
    display: grid !important;
    padding-top: 0px !important;
  }

  .banner-p p {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    color: #252525;
    letter-spacing: 10px;
    position: relative;
    top: -190px !important;
    z-index: 999;
  }

  .graphic-text h2 {
    margin: 0 !important;
    padding: 20px 0 !important;
    font-family: Poppins !important;
    font-weight: 600 !important;
    font-size: 25px !important;
    line-height: 100% !important;
    letter-spacing: -2px !important;
    text-align: left !important;
    color: #252525 !important;
    position: relative !important;
    padding-top: 0px !important;
  }

  .graphic-text p {
    padding-top: 24px;
    font-family: Barlow;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #424242;
    max-width: 510px;
  }

  .post-btn {
    position: relative;
    bottom: 30px !important;
  }

  .together-btnss button {
    width: 140px !important;
    height: 49px !important;
    opacity: 1;
    border-radius: 4px;
    padding-top: 14px;
    padding-right: 24px;
    padding-bottom: 14px;
    padding-left: 24px;
    background-color: #ef4037 !important;
    background-image: none !important;
    font-family: Poppins;
    font-weight: 700 !important;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #ffffff !important;
  }

  .About.us {
    height: 1120px !important;
  }

  .portfolio-text h2 {
    display: inline-block;
    position: relative;
    margin: 0;
    padding-bottom: 15px;
    font-family: Poppins;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: -2px;
  }

  .portfolio-text p {
    font-family: Barlow;
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0%;
    color: #424242;
    padding-top: 20px;
    max-width: 220px;
    margin: 0 auto;
  }

  .banner-p p {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: clamp(10px, -0.55vw + 8.56px, 15px);
    line-height: clamp(16px, 0.9vw + 13.12px, 20px);
    color: #252525;
    letter-spacing: clamp(4px, 1.34vw + 0.29px, 10px);
    position: relative;
    top: clamp(-140px, -13.43vw + -97.13px, -80px);
    z-index: 999;
  }

  button.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey {
    width: 143px;
    height: 50px;
    background: #ef4037 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 4px !important;
    padding: 18px 32px !important;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    text-align: center;
    box-shadow: none !important;
    transition: all 0.3s ease;
    position: relative;
    top: -185px;
  }

  /* Full Width Section */
  .experties-section[data-vc-full-width="true"] {
    left: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    box-sizing: border-box;
    overflow: hidden;
  }

  .experties-section {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .experties-section > .vc_row.wpb_row {
    margin-bottom: 30px !important;
  }

  .experties-section > .vc_row.wpb_row:last-child {
    margin-bottom: 0 !important;
  }

  .experties-section .wpb_column.vc_col-sm-6 {
    margin-bottom: 25px !important;
  }

  .experties-section .wpb_column.vc_col-sm-6:last-child {
    margin-bottom: 0 !important;
  }

  .Graphic-img img {
    width: 100% !important;
    height: auto !important;
    display: block;
  }

  /* ===== Icons Section ===== */

  .experties-section .vc_row.vc_inner {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: flex-start !important;
    margin: 0 -10px !important;
  }

  .experties-section .vc_row.vc_inner .wpb_column {
    width: 50% !important;
    max-width: 50% !important;
    flex: 0 0 50% !important;
    float: none !important;
    clear: none !important;
    padding: 0 10px !important;
    box-sizing: border-box;
    text-align: center !important;
  }

  /* Agar heading wala column vc_inner ke andar bhi ho, to 50% wali rule usay squeeze na kare */
  .experties-section .vc_row.vc_inner .experties-text.wpb_column {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }

  .experties-section .vc_row.vc_inner .wpb_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .experties-section .vc_row.vc_inner img {
    width: 40px !important;
    height: auto !important;
    display: block;
    margin: 0 auto 10px;
  }

  .vector-text,
  .vector-text p {
    text-align: center !important;
    font-size: 14px;
    line-height: 1.4;
    margin: 0;
  }

  .experties-text h2::after,
  .graphic-text h2::after {
    width: 40px !important;
  }

  .experties-text h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Poppins;
    font-weight: 700;
    font-size: 33px;
    line-height: 100%;
    letter-spacing: -2px;
    text-align: center;
    color: #252525;
    position: relative;
  }

  .graphic-text h2 {
    margin: 0 !important;
    padding: 20px 0 !important;
    font-family: Poppins !important;
    font-weight: 600 !important;
    font-size: 28px !important;
    line-height: 100% !important;
    letter-spacing: -2px !important;
    text-align: left !important;
    color: #252525 !important;
    position: relative !important;
    padding-top: 0px !important;
  }

  .experties-text p {
    font-family: Barlow;
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #424242;
    padding-top: 24px;
    width: 200px;
    padding-bottom: 20px !important;
  }

  div#gap-1 {
    position: relative;
    left: 0 !important;
  }

  .vc_row.wpb_row.vc_inner.vc_row-fluid.gap-1 {
    position: relative;
    left: 0 !important;
  }

  section.vc_section.About.us.vc_custom_1785969479201.vc_section-has-fill {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    height: 700px !important;
  }

  section.vc_section.porfolio-section {
    margin-top: 0px !important;
  }

  .skt-heading {
    font-size: 29px !important;
    padding-bottom: 15px !important;
    letter-spacing: 0px !important;
  }
}

@media (max-width: 1024px) {
  .banner-text h1 {
    font-weight: 700;
    margin-top: 0px;
    padding-bottom: 0px;
    font-size: 81px;
    line-height: 90px;
    color: #252525;
    letter-spacing: -3px;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    padding-top: 80px;
  }

  .About.us::after {
    display: none !important;
  }

  .About.us {
    padding-top: 0px;
  }
}

@media (min-width: 1025px) and (max-width: 1200px) {
  .banner-text h1 {
    font-weight: 700;
    margin-top: 0;
    padding-bottom: 0;
    font-size: 100px;
    line-height: 90px;
    color: #252525;
    letter-spacing: -3px;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    padding-top: 80px;
  }
}

@media (min-width: 768px) and (max-width: 773px) {
  .graphic-text h2 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: Poppins;
    font-weight: 600;
    font-size: 30px !important;
    line-height: 100%;
    letter-spacing: -2px;
    text-align: left;
    color: #252525;
    position: relative;
  }

  .graphic-text p {
    padding-top: 24px;
    font-family: Barlow;
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #424242;
    max-width: 510px;
  }
}

@media (min-width: 769px) and (max-width: 1440px) {
  .custom-row {
    max-width: 100%;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* ===== Full-width section reset ===== */
  .vc_section.About.us {
    left: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .passion-text h1 {
    margin-top: 0px;
    padding-bottom: 15px;
    font-family: Poppins;
    font-weight: 700;
    font-size: 19px;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #f5f5f5;
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
  }

  .trusted-text h1 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 15px;
    font-family: Poppins;
    font-weight: 700;
    font-size: 30px;
    line-height: 60px;
    letter-spacing: -2px;
    vertical-align: middle;
    position: relative;
    display: inline-block;
  }

  /* ===== Row + columns stack ===== */
  .vc_section.About.us .vc_row.wpb_row {
    display: flex !important;
    flex-direction: column !important;
  }

  .vc_section.About.us .wpb_column.vc_col-sm-6 {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
  }

  .vc_section.About.us .wpb_column.vc_col-sm-6:nth-child(1) {
    order: 1;
  }
  .vc_section.About.us .wpb_column.vc_col-sm-6:nth-child(2) {
    order: 2;
    margin-top: 30px;
  }

  /* ===== Heading & description ===== */
  .about-contant h2 {
    font-size: 28px !important;
    line-height: 1.2 !important;
    margin-bottom: 12px !important;
  }

  .about-contant p {
    font-size: 14px !important;
    line-height: 1.6 !important;
  }

  /* ===== Points list: dot ko text ke sath align + gap kam ===== */
  /* .points-text .wpb_wrapper p {
      font-size: 13px !important;
      line-height: 2.2 !important;
      word-spacing: -7px !important;
      letter-spacing: normal !important;
      margin-bottom: 4px !important;
      white-space: normal !important;
    } */

  .points-text .wpb_wrapper p img {
    width: 7px !important;
    height: 7px !important;
    vertical-align: middle !important;
    margin: 0 4px 0 0 !important;
  }

  /* ===== Read more button ===== */
  .about-btn {
    width: 100% !important;
    margin-top: 20px !important;
  }

  .about-btn .vc_general.vc_btn3 {
    width: 100% !important;
    text-align: center !important;
    padding: 14px 0 !important;
    font-size: 13px !important;
  }

  /* ===== Image ===== */
  .about-img {
    text-align: center !important;
  }

  .about-img .vc_single_image-wrapper,
  .about-img img {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
  }

  .points-text .wpb_wrapper p {
    font-size: 11px !important;
    line-height: 2.2 !important;
    word-spacing: 0px !important;
    letter-spacing: normal !important;
    margin-bottom: 4px !important;
    text-align: left !important;
  }

  .about-img {
    width: 100% !important;
    text-align: center !important;
  }

  .about-img .vc_single_image-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .about-img .vc_single_image-wrapper img.vc_single_image-img {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    display: block !important;
    margin: 0 auto !important;
  }

  .about-img img {
    position: absolute;
    top: -170px;
    left: 0;
    bottom: 0;
    right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* ===== Full-width section reset ===== */
  .vc_section.About.us {
    left: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  section.vc_section.About.us.vc_custom_1785969479201.vc_section-has-fill {
    padding-top: 0px !important;
    height: 800px;
  }

  section.vc_section.About.us.vc_custom_1785969479201.vc_section-has-fill {
    padding-bottom: 0px !important;
  }

  div#gap-1 {
    position: relative;
    left: 0 !important;
  }

  .vc_row.wpb_row.vc_inner.vc_row-fluid.gap-1 {
    position: relative;
    left: 0 !important;
  }

  .bottom-img img {
    position: relative;
    top: 150px;
    z-index: 99;
    height: auto !important;
  }

  .work-section .contant-text h2 {
    font-size: 24px !important;
  }

  .contant-text h2::after {
    content: "" !important;
    position: absolute !important;
    width: 120px !important;
    height: 2px !important;
    background: #ef4037 !important;
    opacity: 1 !important;
    bottom: 0 !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }

  .contant-text p {
    padding-top: 20px;
    max-width: 666px;
    margin: 0 auto;
    font-family: Barlow;
    font-weight: 400;
    font-size: 15px !important;
    line-height: 25px !important;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #434343 !important;
  }

  .contant-text {
    padding-bottom: 15px !important;
  }

  .trusted-text h1 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 15px;
    font-family: Poppins;
    font-weight: 700;
    font-size: 58px;
    line-height: 80px;
    letter-spacing: -2px;
    vertical-align: middle;
    position: relative;
    display: inline-block;
    max-width: 400px;
  }
  /* ===== Row + columns ===== */
  .vc_section.About.us .vc_row.wpb_row {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: start !important;
  }

  .vc_section.About.us .wpb_column.vc_col-sm-6 {
    width: 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
    padding: 0 15px !important;
  }

  /* ===== Heading & description ===== */
  .about-contant h2 {
    font-size: 34px !important;
    line-height: 1.3 !important;
    margin-bottom: 14px !important;
  }

  .about-contant p {
    font-size: 15px !important;
    line-height: 1.7 !important;
  }

  /* ===== Points list ===== */
  .points-text .wpb_wrapper p {
    font-size: 13px !important;
    line-height: 2.2 !important;
    word-spacing: -3px !important;
    letter-spacing: normal !important;
    margin-bottom: 6px !important;
    text-align: left !important;
  }

  .points-text .wpb_wrapper p img {
    width: 8px !important;
    height: 8px !important;
    vertical-align: middle !important;
    margin: 0 4px 0 0 !important;
  }

  /* ===== Read more button ===== */
  .about-btn .vc_general.vc_btn3 {
    padding: 12px 30px !important;
    font-size: 11px !important;
    padding-top: 17px !important;
  }

  /* ===== Image ===== */
  .about-img {
    width: 100% !important;
    text-align: center !important;
  }

  .about-img .vc_single_image-wrapper,
  .about-img .vc_single_image-wrapper img.vc_single_image-img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .about-img .vc_single_image-wrapper,
  .about-img .vc_single_image-wrapper img.vc_single_image-img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    position: absolute;
    top: 80px;
    left: 24px;
    z-index: 99;
  }

  .passion-text h1 {
    margin-top: 0px;
    padding-bottom: 15px;
    font-family: Poppins;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: -2px;
    vertical-align: middle;
    color: #f5f5f5;
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
  }

  .porfolio-section {
    padding-top: 0px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 910px) {
  .points-text .wpb_wrapper p {
    font-size: 8px !important;
    line-height: 2.2 !important;
    word-spacing: 0 !important;
    letter-spacing: normal !important;
    margin-bottom: 6px !important;
    text-align: left !important;
  }
}

@media only screen and (min-width: 910px) and (max-width: 1024px) {
  .points-text .wpb_wrapper p {
    font-size: 11px !important;
    line-height: 2.2 !important;
    word-spacing: 0px !important;
    letter-spacing: normal !important;
    margin-bottom: 6px !important;
    text-align: left !important;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  /* ===== Full-width section reset ===== */
  .vc_section.About.us {
    left: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .contant-text p {
    padding-top: 30px;
    max-width: 666px;
    margin: 0 auto;
    font-family: Barlow;
    font-weight: 400;
    font-size: 17px !important;
    line-height: 30px !important;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #434343 !important;
  }

  .contant-text h2 {
    margin-bottom: 0px !important;
    font-family: Montserrat;
    font-weight: 800;
    font-size: 40px !important;
    line-height: 50px !important;
    letter-spacing: -3.3px;
    vertical-align: middle;
    text-transform: capitalize;
    padding-bottom: 0px !important;
    margin-top: 0px;
  }

  .About.us {
    padding-top: 0px !important;
  }
  /* ===== Row + columns ===== */
  .vc_section.About.us .vc_row.wpb_row {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: start !important;
  }

  .vc_section.About.us .wpb_column.vc_col-sm-6 {
    width: 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
    padding: 0 20px !important;
  }

  /* ===== Heading & description ===== */
  .about-contant h2 {
    font-size: 42px !important;
    line-height: 1.2 !important;
    margin-bottom: 16px !important;
  }

  .about-contant p {
    font-size: 16px !important;
    line-height: 1.7 !important;
  }

  /* ===== Points list ===== */
  .points-text .wpb_wrapper p {
    font-size: 11px !important;
    line-height: 2.4 !important;
    word-spacing: normal !important;
    letter-spacing: normal !important;
    margin-bottom: 8px !important;
    text-align: left !important;
  }

  .points-text .wpb_wrapper p img {
    width: 8px !important;
    height: 8px !important;
    vertical-align: middle !important;
    margin: 0 6px 0 0 !important;
  }

  /* ===== Read more button ===== */
  .about-btn .vc_general.vc_btn3 {
    padding: 14px 36px !important;
    font-size: 13px !important;
    width: 156px;
  }
  /* ===== Image ===== */
  .about-img {
    width: 100% !important;
    text-align: center !important;
  }

  .about-img .vc_single_image-wrapper,
  .about-img .vc_single_image-wrapper img.vc_single_image-img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .porfolio-section {
    padding-top: 0px !important;
  }

  .about-img .vc_single_image-wrapper,
  .about-img .vc_single_image-wrapper img.vc_single_image-img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    position: absolute;
    top: 70px;
    left: 40px;
  }
}

@media (max-width: 575px) {
  #custom-red-footer {
    padding: 50px 20px;
    text-align: center;
  }

  #custom-red-footer .row {
    row-gap: 0px;
  }

  #custom-red-footer .d-flex {
    justify-content: center;
  }

  #custom-red-footer img {
    width: 180px;
  }

  #custom-red-footer h4 {
    font-size: 30px !important;
  }

  .newsletter-form .form-control {
    width: 100%;
  }

  .newsletter-form .btn {
    width: 100%;
    margin-top: 10px;
  }

  .firs-p {
    max-width: 100% !important;
  }

  .onezero-p1 {
    max-width: 100% !important;
  }

  #custom-red-footer .col-md-3 {
    text-align: center;
  }

  #custom-red-footer .fa-x-twitter {
    margin-right: 12px !important;
  }

  .footer-bottom-inner {
    flex-direction: column;
    text-align: center;
    gap: 0px;
    padding-top: 10px;
  }

  .footer-social-icons {
    justify-content: center;
  }

  .site-footer .container {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  #custom-red-footer {
    padding: 60px 25px;
  }

  #custom-red-footer {
    text-align: center;
  }

  #custom-red-footer .d-flex {
    justify-content: center;
  }

  .newsletter-form .btn {
    width: 100%;
  }

  #custom-red-footer .col-sm-6 {
    margin-bottom: 35px;
  }

  .site-footer .container {
    flex-direction: column;
    gap: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #custom-red-footer {
    padding: 70px 30px;
  }

  #custom-red-footer img {
    width: 220px;
  }

  #custom-red-footer .col-md-3 {
    margin-bottom: 35px;
  }

  .onezero-p1 {
    max-width: 100% !important;
  }
  h3.mb-3 {
    font-family: Poppins !important;
    font-weight: 500 !important;
    font-size: 17px !important;
    line-height: 100% !important;
    letter-spacing: 0px !important;
    vertical-align: middle !important;
    color: #ffffff !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #custom-red-footer {
    padding: 80px 40px;
  }

  .onezero-p1 {
    max-width: 100% !important;
  }
}

@media (min-width: 1200px) and (max-width: 1439px) {
  #custom-red-footer {
    padding: 90px 0;
  }
}

@media (min-width: 1440px) {
  #custom-red-footer {
    padding: 100px 0;
  }
}

@media (max-width: 1059px) {
  .page-id-21 .navbar-collapse .navbar-nav .nav-link {
    color: #000 !important;
  }
}

@media (max-width: 1059px) {
  .page-id-21 .navbar-nav .nav-item.active .nav-link,
  .page-id-21 .navbar-nav .nav-item.current-menu-item .nav-link,
  .page-id-21 .navbar-nav .nav-item.current_page_item .nav-link {
    color: #ef4037 !important;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .Aboutbanner-text p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: clamp(14px, 2.8vw, 18px);
    line-height: clamp(24px, 4vw, 30px);
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    color: #ffffff;
    padding-top: clamp(20px, 5vw, 42px);
  }

  a.ubtn-link.ult-adjust-bottom-margin.ubtn-left.ubtn-normal.together-btnss {
    padding: 0px !important;
  }

  .porfolio-section {
    margin-top: 50px !important;
  }

  .ubtn-ctn-left.find-button {
    margin-bottom: 0px;
  }

  .together-text {
    margin-bottom: 0px !important;
    padding-bottom: 28px;
  }

  .portfolio-workbtn {
    margin-top: 10px;
  }

  .contact-btn {
    position: relative;
    top: 180px;
  }

  .form-text {
    display: block;
    padding-top: 50px;
  }

  .form-text h1 {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 20px;
    font-family: Poppins;
    font-weight: 600;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: -2px;
    text-align: left;
    color: #252525;
    position: relative;
    display: inline-block;
  }

  .form-text p {
    font-family: Barlow;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #434343;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0px !important;
  }

  ul {
    padding-left: 20px;
  }

  .form-text li {
    font-family: Barlow;
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0%;
    vertical-align: middle;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
  }

  .form-text h2 {
    padding-bottom: 16px !important;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-family: Poppins;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
    padding-top: 20px;
    color: #252525;
  }

  .Aboutbanner-text h1 {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: clamp(34px, 9vw, 70px);
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    position: relative;
  }

  .work-section .contant-text p {
    font-size: 13px !important;
    line-height: 22px !important;
    padding-top: 20px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .bottom-img img {
    position: relative;
    top: 0;
    z-index: 99;
    height: auto !important;
  }

  .contact-text {
    margin-bottom: 0px;
    padding-bottom: 0px !important;
  }

  .footer-social-icons {
    justify-content: left;
    padding-top: 10px;
  }

  .aboutonewave-text h1 {
    margin-top: 0;
    padding-bottom: 20px !important;
    max-width: 600px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 40px !important;
    line-height: 40px;
    letter-spacing: -2px;
    position: relative;
    display: inline-block;
  }

  .onewave-p p {
    color: #424242 !important;
    font-family: Barlow;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0%;
    padding-top: 20px;
  }
}

@media (max-width: 1200px) {
  .custom-row > .wpb_column {
    width: 50% !important;
    margin-bottom: 30px;
  }

  .custom-row .stats-block {
    padding: 20px;
  }

  .custom-row .stats-number {
    font-size: clamp(30px, 4vw, 42px) !important;
  }

  .custom-row .stats-text {
    font-size: clamp(14px, 2vw, 17px) !important;
  }
}

@media (max-width: 767px) {
  .custom-row > .wpb_column {
    width: 100% !important;
    margin-bottom: 25px;
    padding: 0 10px;
  }

  .custom-row .stats-block {
    padding: 15px;
  }

  .custom-row .stats-number {
    font-size: clamp(28px, 8vw, 36px) !important;
  }

  .custom-row .stats-text {
    font-size: 15px !important;
    line-height: 1.6;
  }
}

@media (max-width: 1024px) {
  .Testimonial-section {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .skt-testimonial-wrap {
    padding: 40px 0;
    text-align: center;
  }
  .skt-heading {
    font-size: clamp(26px, 4.5vw, 42px);
  }
  .skt-subtext {
    font-size: clamp(13px, 1.8vw, 16px);
    padding: 0 30px;
    max-width: 600px;
    margin: 0 auto;
  }
  .skt-slider-track {
    max-width: 650px;
    margin: 0 auto;
    gap: 16px;
  }
  .skt-slide {
    gap: 20px;
  }
  .skt-quote {
    font-size: clamp(13px, 1.6vw, 15px);
  }
  .skt-avatar img {
    width: 110px;
    height: 110px;
  }
}

@media (max-width: 768px) {
  .Testimonial-section {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .skt-testimonial-wrap {
    padding: 32px 0;
  }
  .skt-subtext {
    padding: 0 10px;
  }
  .skt-slider-track {
    gap: 10px;
  }
  .skt-arrow svg {
    width: 12px;
    height: 22px;
  }
  .skt-avatar img {
    width: 90px;
    height: 90px;
  }
}

@media (max-width: 480px) {
  .skt-heading {
    font-size: 24px;
  }
  .skt-subtext {
    font-size: 13px;
    line-height: 1.6;
  }
  .skt-slider-track {
    flex-direction: column;
    gap: 14px;
  }
  .skt-arrow-prev,
  .skt-arrow-next {
    order: 3;
  }
  .skt-arrow-prev {
    margin-right: 12px;
  }
  .skt-arrow-next {
    margin-left: 12px;
  }
  .skt-slide {
    flex-direction: column;
    text-align: center;
    gap: 12px;
  }
  .skt-content {
    align-items: center;
  }
  .skt-avatar img {
    width: 72px;
    height: 72px;
  }
  .skt-quote {
    font-size: 13px;
  }
}

@media (max-width: 360px) {
  .Testimonial-section {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .skt-heading {
    font-size: 22px;
  }
}

@media (max-width: 1024px) {
  .Testimonial-section {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .skt-testimonial-wrap {
    padding: 40px 0;
    text-align: center;
  }

  .col-img img,
  .col2-img img {
    display: none !important;
  }
  .skt-heading {
    font-size: clamp(26px, 4.5vw, 42px);
  }
  .skt-subtext {
    font-size: clamp(13px, 1.8vw, 16px);
    padding: 0 30px;
    max-width: 600px;
    margin: 0 auto;
  }
  .skt-slider-track {
    max-width: 650px;
    margin: 0 auto;
    gap: 16px;
  }
  .skt-slide {
    gap: 20px;
  }
  .skt-quote {
    font-size: clamp(13px, 1.6vw, 15px);
  }
  .skt-avatar img {
    width: 110px;
    height: 110px;
  }
}

@media (max-width: 768px) {
  .Testimonial-section {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .skt-testimonial-wrap {
    padding: 32px 0;
  }
  .skt-subtext {
    padding: 0 10px;
  }
  .skt-slider-track {
    gap: 10px;
  }
  .skt-arrow svg {
    width: 12px;
    height: 22px;
  }
  .skt-avatar img {
    width: 90px;
    height: 90px;
  }
}

@media (max-width: 480px) {
  .skt-heading {
    font-size: 24px;
  }
  .skt-subtext {
    font-size: 13px;
    line-height: 1.6;
  }
  .skt-slider-track {
    flex-direction: column;
    gap: 14px;
  }
  .skt-arrow-prev,
  .skt-arrow-next {
    order: 3;
  }
  .skt-arrow-prev {
    margin-right: 12px;
  }
  .skt-arrow-next {
    margin-left: 12px;
  }
  .skt-slide {
    flex-direction: column;
    text-align: center;
    gap: 12px;
  }
  .skt-content {
    align-items: center;
  }
  .skt-avatar img {
    width: 72px;
    height: 72px;
  }
  .skt-quote {
    font-size: 13px;
  }
}

@media (max-width: 360px) {
  .Testimonial-section {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .skt-heading {
    font-size: 22px;
  }
}

@media (max-width: 1024px) {
  .ceo-section,
  .ceo-section * {
    box-sizing: border-box;
  }

  .ceo-section {
    padding: 30px 20px !important;
    height: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    left: 0 !important;
    overflow: hidden;
  }

  .ceo-section .wpb_row {
    display: block !important;
    width: 100% !important;
  }

  .ceo-section .wpb_column {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    display: block !important;
  }

  .ceo-section .vc_column-inner,
  .ceo-section .wpb_wrapper {
    height: auto !important;
    min-height: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    display: block !important;
  }

  .ceo-box {
    display: block !important;
    width: 100% !important;
    margin: 0 0 20px !important;
  }

  .ceo-heading {
    font-size: 24px !important;
    line-height: 1.3 !important;
    margin: 0 0 12px !important;
    max-width: 100% !important;
  }

  .ceo-banner-img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 0 !important;
  }

  ceo-text {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 24px 0 0 !important;
    height: auto !important;
    position: relative;
    bottom: 250px;
    left: 0;
  }

  .ceo-text h2 {
    width: 100% !important;
    font-size: 19px !important;
    margin: 0 0 8px !important;
  }

  .ceo-text p {
    width: 100% !important;
    max-width: 100% !important;
    font-size: 13px !important;
    line-height: 1.7 !important;
    margin: 0 !important;
    white-space: normal !important;
    word-break: normal !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .ceo-section {
    padding: 40px !important;
    padding-bottom: 0px !important;
    height: 500px !important;
  }
  .ceo-heading {
    font-size: 30px !important;
  }
  .ceo-text h2 {
    font-size: 22px !important;
  }
  .ceo-text p {
    font-size: 15px !important;
  }

  .ceo-text {
    padding-top: 20px;
    position: relative;
    left: 0 !important;
    bottom: 250px !important;
  }

  .founded-text {
    width: 100% !important;
    height: 202px;
    transform: rotate(0deg);
    opacity: 1;
    background: #252525;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .founded-text p {
    font-family: "Barlow", sans-serif;
    font-weight: 400;
            font-size: clamp(8px, 1.1vw, 29px);
    line-height: 18px;
    letter-spacing: normal;
    margin: 0;
    color: #f5f5f5;
    max-width: 315px !important;
    position: relative;
    bottom: 49px;
  }
}

@media (max-width: 425px) {
  .ceo-section {
    padding: 20px 16px !important;
  }
  .ceo-heading {
    font-size: 22px !important;
    left: 10px;
  }
  .ceo-text h2 {
    font-size: 27px !important;
  }
  .ceo-text p {
    font-size: 13px !important;
    padding-top: 0px;
  }
}

@media (max-width: 1400px) {
  .work-section .contant-text {
    padding: 50px 60px;
  }
}

@media (max-width: 1200px) {
  .work-section .contant-text {
    padding: 40px 40px;
  }
}

@media (max-width: 991px) {
  .work-section .contant-text {
    padding: 35px 30px;
  }
}

@media (max-width: 767px) {
  .work-section .vc_row {
    flex-direction: column;
  }

  .wpb_text_column.wpb_content_element.onewave-p {
    margin-bottom: 0px !important;
    padding-bottom: 24px;
    position: relative;
    left: 0px !important;
  }

  .work-section .wpb_column {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .work-section .wpb_column:has(.contant-text) {
    order: 1;
  }
  .work-section .wpb_column:has(.wpb_single_image) {
    order: 2;
  }

  .work-section .contant-text {
    padding: 30px 20px 40px;
    text-align: center;
  }

  .work-section .ubtn-ctn-center {
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 575px) {
  .work-section .contant-text {
    padding: 25px 18px 35px;
  }

  .work-section .contant-text h2 {
    font-size: 22px;
    letter-spacing: 0px;
  }

  .work-section .contant-text p {
    font-size: 13.5px;
    line-height: 1.6;
  }

  .work-section .ubtn {
    padding: 10px 20px !important;
    font-size: 12px !important;
  }
}

@media (max-width: 400px) {
  .work-section .contant-text {
    padding: 20px 12px 30px;
  }

  .work-section .contant-text h2 {
    font-size: 20px;
  }

  .work-section .ubtn {
    padding: 8px 16px !important;
  }
}

@media (max-width: 340px) {
  .work-section .contant-text h2 {
    font-size: 18px;
  }
}

@media screen and (min-width: 320px) and (max-width: 1023px) {
  .ceo-text {
    position: relative !important;
    bottom: 250px !important;
    left: 0 !important;
  }
}

@media (min-width: 320px) and (max-width: 1440px) {
  .work-section .contant-text h2 {
    font-size: clamp(1.5rem, 1rem + 2vw, 2.6rem);
    margin-bottom: 15px;
    line-height: 1.2;
    letter-spacing: 0;
  }
}

@media (min-width: 320px) and (max-width: 1440px) {
  .Aboutbanner-text h1 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 15px;
    font-family: Montserrat;
    font-weight: 800;
    font-size: 70px;
    line-height: 100px;
    letter-spacing: -3px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #ffffff;
    position: relative;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .Aboutbanner-text h1 {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 15px;
    font-family: Montserrat;
    font-weight: 800;
    font-size: 52px;
    line-height: 68px;
    letter-spacing: -2px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    position: relative;
  }

  .Aboutbanner-text p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0;
    text-align: center;
    color: #ffffff;
    padding-top: 25px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .Aboutbanner-text h1 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 15px;
    font-family: Montserrat;
    font-weight: 800;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: -3px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #ffffff;
    position: relative;
  }
}

@media (min-width: 1025px) and (max-width: 1440px) {
  .together-contant {
    position: relative !important;
    top: 50px !important;
    left: -20px !important;
  }

  .founded-text {
    width: 100%;
    height: 202px;
    transform: rotate(0deg);
    opacity: 1;
    background: #252525;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .together-text h2::after {
    content: "" !important;
    position: absolute !important;
    width: 174px !important;
    height: 0px !important;
    border-bottom: 2px solid #ffffff !important;
    opacity: 1 !important;
    bottom: 0 !important;
    left: 10px !important;
  }

  .together-text p {
    font-family: Barlow !important;
    font-weight: 400 !important;
    font-size: 20px !important;
    line-height: 30px !important;
    letter-spacing: 0% !important;
    color: #f5f5f5 !important;
    padding-top: 24px !important;
    padding-bottom: 20px !important;
  }
}

@media (max-width: 1024px) {
  .together-section.vc_section-has-fill {
    height: auto !important;
    min-height: auto !important;
    overflow: visible !important;
  }

  .custom-row {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .together-section .vc_row.vc_row-has-fill,
  .together-section .vc_row-has-fill {
    height: auto !important;
    min-height: auto !important;
    overflow: visible !important;
  }

  .together-section {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    width: 100% !important;
    left: 0 !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    padding-top: 60px !important;
    padding-bottom: 60px !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  /* 👇 YE NAYA RULE ADD KARO - row ka JS wala asymmetric width/left fix karega */
  .together-section .vc_row.vc_row-fluid {
    left: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .together-section .vc_row {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column !important;
  }

  .together-section .wpb_column {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  /* Heading */
  .together-section .together-text .wpb_wrapper h2 {
    font-size: 32px !important;
    line-height: 1.2 !important;
    text-align: center !important;
    padding-bottom: 20px !important;
    margin: 0 0 20px 0 !important;
    display: inline-block !important;
    width: 100% !important;
  }

  /* Underline - overrides base, perfectly centered */
  .together-section .together-text .wpb_wrapper h2::after {
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 60px !important;
  }

  /* Paragraph - equal gap below heading */
  .together-section .together-text .wpb_wrapper p {
    font-size: 15px !important;
    text-align: center !important;
    line-height: 1.6 !important;
    margin: 0 0 25px 0 !important;
  }

  /* Button - equal gap, text centered */
  .together-btn {
    display: flex !important;
    justify-content: center !important;
    margin-top: 0 !important;
  }

  .together-btn .ubtn {
    text-align: center !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .together-btn .ubtn .ubtn-data {
    text-align: center !important;
    width: 100%;
  }

  /* Bottom column - LEFT aligned, reset base position offset */
  .together-contant {
    text-align: left !important;
    margin-top: 40px !important;
    top: 0px !important;
    left: 0px !important;
  }

  .together-contant p {
    font-size: 17px !important;
    text-align: left !important;
  }

  .together-contant p:last-child {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
  }
}

@media (max-width: 480px) {
  .together-section {
    padding-left: 18px !important;
    padding-right: 18px !important;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .together-section .together-text .wpb_wrapper h2 {
    font-size: 26px !important;
    padding-bottom: 15px !important;
    margin-bottom: 15px !important;
  }

  .together-section .together-text .wpb_wrapper p {
    margin-bottom: 20px !important;
  }

  .together-section .together-text .wpb_wrapper p br {
    display: none;
  }

  .together-btn .ubtn {
    padding: 12px 24px !important;
    font-size: 13px !important;
  }

  .together-contant p {
    font-size: 15px !important;
  }

  .together-contant p:last-child img {
    width: 34px !important;
    height: 34px !important;
    margin: 0 6px 0 0 !important;
  }
}

@media (max-width: 767px) {
  .loream-section {
    position: static !important;
    left: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .loream-section > .vc_row > .wpb_column {
    width: 100% !important;
    float: none !important;
  }

  /* Force stacking for image-1 + image-2 row */
  .loream-section .vc_row.vc_inner:has(.image-1) {
    display: block !important;
  }
  .loream-section .vc_row.vc_inner:has(.image-1) > .wpb_column {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
  }

  /* Reset default spacing on all 3 images */
  .loream-section .image-1,
  .loream-section .image-2,
  .loream-section .image-3 {
    margin: 0 !important;
  }

  /* image-1 → top */
  .loream-section .image-1 {
    margin-bottom: 0 !important;
  }

  /* image-2 → CENTER, equal gap top & bottom */
  .loream-section .image-2 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    text-align: center !important;
  }
  .loream-section .image-2 img {
    display: inline-block !important;
    margin: 0 auto !important;
  }

  /* image-3 → bottom, full width */
  .loream-section .image-3 {
    margin-top: 0 !important;
  }
  .loream-section .image-3 img {
    width: 100% !important;
    height: auto !important;
  }

  /* ---- Right side text content ---- */
  .loream-section .trustedgraphic-text {
    margin-top: 30px;
  }
  .loream-section .trustedgraphic-text h2 {
    font-size: clamp(22px, 6vw, 32px) !important;
    line-height: 1.3 !important;
    margin-bottom: 12px !important;
  }
  .loream-section .trustedgraphic-text p {
    font-size: clamp(13px, 3.5vw, 16px) !important;
    line-height: 1.6 !important;
  }

  .loream-section .icon-text p {
    display: flex !important;
    align-items: flex-start !important;
    gap: 10px !important;
    font-size: clamp(13px, 3.2vw, 15px) !important;
    line-height: 1.5 !important;
    margin-bottom: 16px !important;
  }
  .loream-section .icon-text img {
    width: 26px !important;
    height: 26px !important;
    flex-shrink: 0;
    margin-top: 2px;
  }

  .loream-section .gei-btn {
    margin-top: 10px;
    width: 100%;
  }
  .loream-section .gei-btn .ubtn {
    width: 100% !important;
    text-align: center !important;
    justify-content: center !important;
    display: flex !important;
    font-size: clamp(13px, 3vw, 15px) !important;
  }
}

@media (max-width: 480px) {
  .loream-section {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .loream-section .trustedgraphic-text h2 {
    font-size: 22px !important;
  }
}

@media (min-width: 768px) {
  .loream-section .vc_row.vc_inner:has(.image-1) {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 15px;
  }
  .loream-section .vc_row.vc_inner:has(.image-1) > .wpb_column {
    width: 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  .loream-section .image-1 img,
  .loream-section .image-2 img {
    width: 100% !important;
    height: auto !important;
  }
}

@media (max-width: 1024px) {
  .loream-section > .vc_row > .vc_column_container.vc_col-sm-6 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    float: none !important;
  }
}

@media (max-width: 1024px) {
  .loream-section {
    position: static !important;
    left: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .loream-section > .vc_row > .wpb_column {
    width: 100% !important;
    float: none !important;
  }

  /* Force stacking for image-1 + image-2 row */
  .loream-section .vc_row.vc_inner:has(.image-1) {
    display: block !important;
  }
  .loream-section .vc_row.vc_inner:has(.image-1) > .wpb_column {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
  }

  /* Reset default spacing on all 3 images */
  .loream-section .image-1,
  .loream-section .image-2,
  .loream-section .image-3 {
    margin: 0 !important;
  }

  /* image-1 → top */
  .loream-section .image-1 {
    margin-bottom: 0 !important;
  }

  /* image-2 → CENTER, equal gap top & bottom */
  .loream-section .image-2 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    text-align: center !important;
  }
  .loream-section .image-2 img {
    display: inline-block !important;
    margin: 0 auto !important;
  }

  /* image-3 → bottom, full width */
  .loream-section .image-3 {
    margin-top: 0 !important;
  }
  .loream-section .image-3 img {
    width: 100% !important;
    height: auto !important;
  }

  /* ---- Right side text content ---- */
  .loream-section .trustedgraphic-text {
    margin-top: 30px;
  }
  .loream-section .trustedgraphic-text h2 {
    font-size: clamp(22px, 6vw, 32px) !important;
    line-height: 1.3 !important;
    margin-bottom: 12px !important;
  }
  .loream-section .trustedgraphic-text p {
    font-size: clamp(13px, 3.5vw, 16px) !important;
    line-height: 1.6 !important;
  }

  .loream-section .icon-text p {
    display: flex !important;
    align-items: flex-start !important;
    gap: 10px !important;
    font-size: clamp(13px, 3.2vw, 15px) !important;
    line-height: 1.5 !important;
    margin-bottom: 16px !important;
  }
  .loream-section .icon-text img {
    width: 26px !important;
    height: 26px !important;
    flex-shrink: 0;
    margin-top: 2px;
  }

  .loream-section .gei-btn {
    margin-top: 10px;
    width: 100%;
  }
  .loream-section .gei-btn .ubtn {
    width: 100% !important;
    text-align: center !important;
    justify-content: center !important;
    display: flex !important;
    font-size: clamp(13px, 3vw, 15px) !important;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .experties-section {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  div#ozw-img-target {
    margin-bottom: 50px !important;
  }

  #content.site-content {
    padding-bottom: 0px !important;
    padding-bottom: 3.75rem;
    padding-top: 4.125rem;
  }

  .hereweare-text h1 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 20px;
    font-family: Poppins;
    font-weight: 600;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: -1.5px;
    vertical-align: middle;
    color: #ffffff;
  }

  .hereweare2-text {
    margin-bottom: 0px !important;
  }

  .whatwedo-text h1 {
    position: relative;
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 20px;
    font-family: Poppins;
    font-weight: 600;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: -1.5px;
    vertical-align: middle;
  }

  .together-contant {
    text-align: left !important;
    margin-top: 0px !important;
    top: 0px !important;
    left: 0px !important;
  }

  .Aboutbanner-text {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
  }

  .experties-text {
    padding-bottom: 0px !important;
  }

  .trusted-section {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .stats-block,
  .wpb_row .wpb_column .wpb_wrapper .stats-block {
    display: block;
    margin-bottom: 0px !important;
  }

  .vc_custom_1784912558144 {
    padding-top: 50px !important;
    padding-bottom: 250px !important;
    background-color: #252525 !important;
  }

  section.vc_section.ceo-section {
    overflow: visible;
    height: 300px !important;
  }

  .services-text h1 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 25px;
    font-family: Poppins;
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: -2px;
    text-align: center;
    vertical-align: middle;
    color: #252525;
    position: relative;
  }

  .services-text p {
    font-family: Barlow;
    font-weight: 400;
    font-size: 12px;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #424242;
    padding-top: 24px;
    padding-bottom: 0px !important;
  }

  .blockchain-text h1 {
    margin-top: 0px;
    padding-bottom: 25px;
    font-family: Poppins;
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
    letter-spacing: -1.5px;
    text-align: center;
    vertical-align: middle;
    position: relative;
  }

  .blockchain-section {
    padding-top: 30px !important;
    padding-bottom: 30px;
  }

  /* .experties-section {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .experties-text {
    padding-bottom: 0px;
  }

  section.vc_section.hero-banner.vc_custom_1784644245815.vc_section-has-fill {
    height: 550px;
  }

  .About.us {
    padding-top: 0px;
    height: 900px !important;
  } */

  /* button.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey {
    width: 143px;
    height: 50px;
    background: #ef4037 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 4px !important;
    padding: 18px 32px !important;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    text-align: center;
    box-shadow: none !important;
    transition: all 0.3s ease;
    position: relative;
    top: -260px;
  } */

  .about-img img {
    position: absolute;
    top: 100px;
    left: 0;
    bottom: 0;
    right: 0;
  }

  .Aboutbanner-text p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: clamp(13px, 2.8vw, 18px);
    line-height: clamp(24px, 4vw, 30px);
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    color: #ffffff;
    padding-top: clamp(20px, 5vw, 42px);
    padding-bottom: 0px !important;
  }

  .custom-image-grid-container {
    grid-template-columns: revert-rule !important;
  }

  .experties-section[data-vc-full-width="true"] {
    left: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    top: -60px !important;
  }

  .about-contant {
    padding-top: 0px !important;
  }

  section.vc_section.porfolio-section {
    padding: 0px !important;
  }

  section#hereweare-section {
    padding-top: 50px !important;
  }

  .hereweare2-text p {
    padding-top: 0px !important;
    font-family: Barlow;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0%;
    color: #f5f5f5;
    max-width: 550px;
    position: relative;
    left: 0;
  }

  .About-bannerbtn {
    margin-top: 20px;
  }

  .work-section .contant-text h2 {
    font-size: 28px !important;
  }

  .contant-text h2::after {
    content: "" !important;
    position: absolute !important;
    width: 120px !important;
    height: 2px !important;
    background: #ef4037 !important;
    opacity: 1 !important;
    bottom: 5px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
}

@media screen and (min-width: 320px) and (max-width: 1059px) {
  body:not(.home) .navbar-nav .nav-link {
    color: black !important;
  }

  .together-text h2 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 20px;
    font-family: Poppins;
    font-weight: 700;
    font-size: 40px;
    line-height: 60px;
    letter-spacing: -2px;
    vertical-align: middle;
    color: #ffffff;
    position: relative;
    display: inline-block;
  }

  .together-btn .ubtn {
    padding: 12px 24px !important;
    font-size: 13px !important;
    position: relative;
  }
}

@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .skt-slider-track {
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  .About-banner {
    height: 500px !important;
    padding-top: 150px !important;
    padding-bottom: 0px !important;
  }

  .skt-slider-inner {
    display: flex;
    transition: transform 0.5s ease-in-out;
  }

  .skt-slide {
    flex: 0 0 100%;
    min-width: 100%;
    max-width: 100%;
    box-sizing: border-box;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;

    padding: 20px;
  }

  .skt-avatar img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: block;
    margin: 0 auto 20px;
  }

  .skt-content {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }

  .skt-quote {
    font-size: 16px;
    line-height: 1.8;
  }

  .skt-name {
    font-size: 28px;
    margin-top: 20px;
  }

  .skt-role {
    font-size: 16px;
  }

  /* Arrows */

  .skt-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    background: #fff;
    border: none;
    cursor: pointer;
    z-index: 99;
  }

  .skt-arrow-prev {
    left: 0;
  }

  .skt-arrow-next {
    right: 0;
  }

  .skt-arrow-next svg {
    transform: rotate(180deg);
  }
}

@media (max-width: 767px) {
  /* ---------- Section spacing ---------- */
  .blockchain-section {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .contant-text p {
    font-family: Barlow;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #424242;
    padding-top: 0px;
    max-width: 666px;
    margin: 0 auto;
  }

  .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0px !important;
    margin-left: -15px;
  }

  /* ---------- Heading ---------- */
  .blockchain-text h1 {
    font-size: clamp(22px, 6vw, 30px) !important;
    line-height: 1.3 !important;
    padding: 0 15px !important;
  }

  /* If you have a decorative underline via ::after on the heading,
     adjust this selector to match your actual CSS and it'll scale too */
  .blockchain-text h1::after,
  .blockchain-text .wpb_wrapper::after {
    width: 60px !important;
  }

  /* ---------- Reset default <p> margins so grid gaps control spacing ---------- */
  .block-services .wpb_wrapper p,
  .services-2 .wpb_wrapper p {
    margin: 0 !important;
  }

  /* ---------- Icon sizing ---------- */
  .block-services .wpb_wrapper img,
  .services-2 .wpb_wrapper img {
    width: 34px !important;
    height: 34px !important;
    object-fit: contain !important;
  }

  /* ---------- Label text ---------- */
  .block-services .wpb_wrapper p:not(:has(img)),
  .services-2 .wpb_wrapper p:not(:has(img)) {
    font-size: 12px !important;
    text-align: center !important;
    margin-top: 6px !important;
  }

  /* ============ BLOCK-SERVICES: 8 icons, 4 cols x 2 rows ============ */
  .block-services .wpb_wrapper {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    grid-template-rows: repeat(4, auto) !important;
    column-gap: 8px !important;
    row-gap: 6px !important;
    justify-items: center !important;
    align-items: start !important;
  }
  .block-services .wpb_wrapper p:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }
  .block-services .wpb_wrapper p:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }
  .block-services .wpb_wrapper p:nth-child(3) {
    grid-column: 2;
    grid-row: 1;
  }
  .block-services .wpb_wrapper p:nth-child(4) {
    grid-column: 2;
    grid-row: 2;
  }
  .block-services .wpb_wrapper p:nth-child(5) {
    grid-column: 3;
    grid-row: 1;
  }
  .block-services .wpb_wrapper p:nth-child(6) {
    grid-column: 3;
    grid-row: 2;
  }
  .block-services .wpb_wrapper p:nth-child(7) {
    grid-column: 4;
    grid-row: 1;
  }
  .block-services .wpb_wrapper p:nth-child(8) {
    grid-column: 4;
    grid-row: 2;
  }
  .block-services .wpb_wrapper p:nth-child(9) {
    grid-column: 1;
    grid-row: 3;
  }
  .block-services .wpb_wrapper p:nth-child(10) {
    grid-column: 1;
    grid-row: 4;
  }
  .block-services .wpb_wrapper p:nth-child(11) {
    grid-column: 2;
    grid-row: 3;
  }
  .block-services .wpb_wrapper p:nth-child(12) {
    grid-column: 2;
    grid-row: 4;
  }
  .block-services .wpb_wrapper p:nth-child(13) {
    grid-column: 3;
    grid-row: 3;
  }
  .block-services .wpb_wrapper p:nth-child(14) {
    grid-column: 3;
    grid-row: 4;
  }
  .block-services .wpb_wrapper p:nth-child(15) {
    grid-column: 4;
    grid-row: 3;
  }
  .block-services .wpb_wrapper p:nth-child(16) {
    grid-column: 4;
    grid-row: 4;
  }

  /* ============ SERVICES-2: 4 icons, 4 cols x 1 row ============ */
  .services-2 .wpb_wrapper {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    grid-template-rows: repeat(2, auto) !important;
    column-gap: 8px !important;
    row-gap: 6px !important;
    justify-items: center !important;
    align-items: start !important;
    margin-top: 24px !important;
  }
  .services-2 .wpb_wrapper p:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }
  .services-2 .wpb_wrapper p:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }
  .services-2 .wpb_wrapper p:nth-child(3) {
    grid-column: 2;
    grid-row: 1;
  }
  .services-2 .wpb_wrapper p:nth-child(4) {
    grid-column: 2;
    grid-row: 2;
  }
  .services-2 .wpb_wrapper p:nth-child(5) {
    grid-column: 3;
    grid-row: 1;
  }
  .services-2 .wpb_wrapper p:nth-child(6) {
    grid-column: 3;
    grid-row: 2;
  }
  .services-2 .wpb_wrapper p:nth-child(7) {
    grid-column: 4;
    grid-row: 1;
  }
  .services-2 .wpb_wrapper p:nth-child(8) {
    grid-column: 4;
    grid-row: 2;
  }

  .services-text {
    margin-bottom: 0px;
    padding-bottom: 0px !important;
  }

  .banner-btn a {
    width: 130px;
    height: 43px;
    opacity: 1;
    border-radius: 4px !important;
    padding-top: 19px !important;
    padding-right: 32px !important;
    padding-bottom: 18px !important;
    padding-left: 32px !important;
    top: -179px !important;
    background-color: #ef4037 !important;
    border: none !important;
    background-image: none !important;
    font-family: Poppins;
    font-weight: 700;
    font-size: 10px !important;
    line-height: 100% !important;
    letter-spacing: 0%;
    text-align: center !important;
    vertical-align: middle !important;
    text-transform: uppercase !important;
    color: #ffffff !important;
    z-index: 99;
  }

  .services-section {
    padding-top: 40px !important;
    padding-bottom: 20px;
  }

  footer#custom-red-footer {
    padding-top: 50px !important;
    padding-bottom: 150px;
  }
}

@media (max-width: 374px) {
  .block-services .wpb_wrapper,
  .services-2 .wpb_wrapper {
    column-gap: 4px !important;
  }
  .block-services .wpb_wrapper img,
  .services-2 .wpb_wrapper img {
    width: 28px !important;
    height: 28px !important;
  }
  .block-services .wpb_wrapper p:not(:has(img)),
  .services-2 .wpb_wrapper p:not(:has(img)) {
    font-size: 10.5px !important;
  }

  .blogs-text h1 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 25px;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 40px !important;
    line-height: 100%;
    letter-spacing: -2.7px;
    vertical-align: middle;
    position: relative;
  }

  .blogs-text {
    margin-bottom: 0px;
    padding-bottom: 0px !important;
  }

  .blog-posts-list {
    display: flex;
    flex-direction: column;
    gap: 40px !important;
    max-width: 1140px;
    margin: 0 auto;
  }

  .blog-cards-section {
    padding-top: 50px !important;
    padding-bottom: 30px !important;
  }
}

@media (max-width: 1024px) {
  .together-section .vc_row.vc_row-fluid {
    position: static !important; /* left:-18px wala relative offset kill karega */
    left: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
    margin: 0 !important;
  }

  .vc_custom_1785792599865 {
    margin-right: 0px !important;
    border-right-width: 0px !important;
    padding-right: 0px !important;
    background-image: url(http://localhost/OneZeroWave/wp-content/uploads/2026/07/Section-1.png?id=279) !important;
  }
}

@media (max-width: 550px) {
  .About.us {
    height: 900px !important;
  }
}

@media (max-width: 650px) {
  .About.us {
    height: 1000px !important;
  }
}

@media (max-width: 767) {
  .About.us {
    height: 1000px !important;
  }

  .founded-text p {
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 18px;
    letter-spacing: normal;
    margin: 0;
    color: #f5f5f5;
    max-width: 315px !important;
    position: relative;
    bottom: 49px;
  }

  .founded-text p {
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 18px;
    letter-spacing: normal;
    margin: 0;
    color: #f5f5f5;
    max-width: 315px !important;
    position: relative;
    bottom: 49px;
  }

  a.ubtn-link.ult-adjust-bottom-margin.ubtn-left.ubtn-normal.together-btnss {
    padding-left: 0px !important;
  }

  .contant-text h2::after {
    content: "" !important;
    position: absolute !important;
    width: 120px !important;
    height: 2px !important;
    background: #ef4037 !important;
    opacity: 1 !important;
    bottom: 0px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }

  .contant-text h2 {
    font-size: 29px !important;
  }

  .Aboutbanner-text p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: clamp(13px, 2.8vw, 18px);
    line-height: clamp(24px, 4vw, 30px);
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    color: #ffffff;
    padding-top: clamp(20px, 5vw, 42px);
    padding-bottom: 0px !important;
  }

  .hereweare-text h1::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 116px;
    height: 0px;
    border-bottom: 2px solid #ef4037;
  }

  .founded-text {
    width: 290px !important;
    height: 202px;
    transform: rotate(0deg);
    opacity: 1;
    background: #252525;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .founded-text p {
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 18px;
    letter-spacing: normal;
    margin: 0;
    color: #f5f5f5;
    max-width: 315px !important;
    position: relative;
    bottom: 49px;
  }

  .vc_row.wpb_row.vc_row-fluid {
    display: grid;
    justify-content: center;
  }
}

@media only screen and (max-width: 768px) {
  .parent-class {
    display: flex !important;
    flex-direction: column !important;
    align-items: center;
    gap: 20px;
    padding: 0 15px;
  }

  .parent-class > * {
    width: 100% !important;
    max-width: 340px !important;
    min-width: unset !important;
    margin: 0 auto !important;
    padding: 35px 20px !important;
    box-sizing: border-box;
    height: auto !important;
  }

  .parent-class h2 {
    font-size: 40px !important;
    line-height: 1.2;
    margin-bottom: 15px;
  }

  .parent-class p {
    font-size: 15px !important;
    line-height: 1.6;
    margin: 0;
  }
}

@media only screen and (max-width: 480px) {
  .parent-class {
    padding: 0 10px;
  }

  .parent-class > * {
    max-width: 280px !important;
    padding: 25px 15px !important;
  }

  .parent-class h2 {
    font-size: 32px !important;
  }

  .parent-class p {
    font-size: 14px !important;
    line-height: 1.5;
  }
}

@media only screen and (max-width: 320px) {
  .parent-class > * {
    width: 100% !important;
    max-width: 260px !important;
    padding: 20px 12px !important;
  }

  .parent-class h2 {
    font-size: 28px !important;
  }

  .parent-class p {
    font-size: 13px !important;
    line-height: 1.5;
  }
}

@media only screen and (min-width: 1441px) and (max-width: 1600px) {
  .contant-text h2 {
    margin-bottom: 0px !important;
    font-family: Montserrat;
    font-weight: 800;
    font-size: 47px !important;
    line-height: 72px !important;
    letter-spacing: -3.3px;
    vertical-align: middle;
    text-transform: capitalize;
    padding-bottom: 0px !important;
    margin-top: 0px;
  }
}

@media only screen and (min-width: 500px) and (max-width: 767px) {
  section.vc_section.founded-section {
    padding-top: 110px;
    display: grid;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  /* Main logos wrapper */
  .logos-wrapper,
  .media-logos,
  .logos-section {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 18px !important;
    box-sizing: border-box;
  }

  /* Logo rows / columns */
  .logos-wrapper > div,
  .media-logos > div,
  .logos-section > div {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    align-items: center !important;
    justify-items: center !important;
    column-gap: 20px !important;
    row-gap: 35px !important;
  }

  /* Individual logo */
  .logos-wrapper img,
  .media-logos img,
  .logos-section img {
    width: auto !important;
    max-width: 120px !important;
    height: auto !important;
    max-height: 45px !important;
    object-fit: contain !important;
    display: block !important;
  }
}

@media (max-width: 480px) {
  .logos-wrapper,
  .media-logos,
  .logos-section {
    padding: 0 12px !important;
  }

  .logos-wrapper > div,
  .media-logos > div,
  .logos-section > div {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    column-gap: 10px !important;
    row-gap: 28px !important;
  }

  .logos-wrapper img,
  .media-logos img,
  .logos-section img {
    max-width: 105px !important;
    max-height: 40px !important;
  }
}

@media (max-width: 360px) {
  .logos-wrapper,
  .media-logos,
  .logos-section {
    padding: 0 8px !important;
  }

  .logos-wrapper > div,
  .media-logos > div,
  .logos-section > div {
    column-gap: 5px !important;
    row-gap: 25px !important;
  }

  .logos-wrapper img,
  .media-logos img,
  .logos-section img {
    max-width: 90px !important;
    max-height: 36px !important;
  }
}

