/*

Theme Name: telligro-child

Theme URI: https://wordpress.org/themes/twentyfourteen/

Author: the WordPress team

Author URI: https://wordpress.org/

Template: telligro

Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.

Version: 3.9

Requires at least: 3.6

Tested up to: 6.5

Requires PHP: 5.2.4

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Tags: blog, news, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready, block-patterns

Text Domain: twentyfourteen



This theme, like WordPress, is licensed under the GPL.

Use it to make something cool, have fun, and share what you've learned with others.

*/



/**

 * Table of Contents:

 *

 * 1.0 - Reset

 * 2.0 - Repeatable Patterns

 * 3.0 - Basic Structure

 * 4.0 - Header

 * 5.0 - Navigation

 * 6.0 - Content

 *   6.1 - Post Thumbnail

 *   6.2 - Entry Header

 *   6.3 - Entry Meta

 *   6.4 - Entry Content

 *   6.5 - Galleries

 *   6.6 - Post Formats

 *   6.7 - Post/Image/Paging Navigation

 *   6.8 - Attachments

 *   6.9 - Archives

 *   6.10 - Contributor Page

 *   6.11 - 404 Page

 *   6.12 - Full-width

 *   6.13 - Singular

 *   6.14 - Comments

 * 7.0 - Sidebar

 *   7.1 - Widgets

 *   7.2 - Content Sidebar Widgets

 * 8.0 - Footer

 * 9.0 - Featured Content

 * 10.0 - Multisite

 * 11.0 - Media Queries

 * 12.0 - Print

 * -----------------------------------------------------------------------------

 */





/**

 * 1.0 Reset

 *

 * Resetting and rebuilding styles have been helped along thanks to the fine

 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.

 *

 * -----------------------------------------------------------------------------

 */



 @charset "utf-8";

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

:root {
  --poppins: "Poppins", serif;
  --montserrat: "Montserrat", serif;
  --orange: #ff5f1f;
  --white: #ffffff;
  --black: #000000;
  --gray: #838383;
}

html {
  overflow-x: hidden;
  font-family: sans-serif;
  /* 1 */

  -ms-text-size-adjust: 100%;
  /* 2 */

  -webkit-text-size-adjust: 100%;
  scroll-padding: 7rem;
  /* 2 */
}

/**
 * Remove default margin.
 */

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */

  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

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

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

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

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

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

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */

  font: inherit;
  /* 2 */

  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
/* 1 */

input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */

  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

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

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */

  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0;
  /* 1 */

  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */

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

td,
th {
  padding: 0;
}

/* Slider */
.slick-slider {
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;

  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

::-moz-selection {
  background-color: #007d9d;
  color: #fff;
  text-shadow: none;
}

::selection {
  background-color: #007d9d;
  color: #fff;
  text-shadow: none;
}

input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  color: inherit;
  opacity: 0.7;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: inherit;
  opacity: 0.7;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.7;
}

body {
  margin: 0;
  padding: 0;
  font-size: 18px !important;
  overflow-x: hidden;
  font-family: var(--montserrat) !important;
  color: var(--black) !important;
}

.container:after,
.container:before {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
figure {
  margin: 0;
  padding: 0;
}

img {
  margin: 0;
  padding: 0;
  border: none;
  max-width: 100%;
  height: auto !important;
  display: block;
}

a,
button,
input {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a {
  text-decoration: none !important;
}

/**************global css end*******/

.container {
  position: relative;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100% !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--poppins);
}

#preloader {
  background: #000000;
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.after-loader-screen-show {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  background: var(--orange);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  opacity: 0;
}

.after-loader-screen-show.expand {
  animation: expandToFull 1.5s ease forwards;
}

.after-loader-screen-show.shrink {
  animation: shrinkToCircle 1s ease forwards;
}

/* #header {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out;
} */

body.animation-start #header {
  opacity: 1;
  visibility: visible;
}

@keyframes expandToFull {
  0% {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    opacity: 1;
  }

  100% {
    width: 100vw;
    height: 100vh;
    border-radius: 0;
    opacity: 1;
  }
}

@keyframes shrinkToCircle {
  0% {
    width: 100vw;
    height: 100vh;
    border-radius: 0;
    opacity: 1;
  }

  100% {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    opacity: 0;
  }
}

.dark-btn {
  background: linear-gradient(to right,  #151817 0%,#181d1b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border-radius: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--white);
  min-height: 47px;
  font-family: var(--poppins);
  font-size: 16px;
  line-height: 24.59px;
  position: relative;
  transition: all ease-in-out 0.5s;
}

.dark-btn:hover {
  color: var(--orange);
}

/* Button Styling */
.glow-button {
  font-size: 16px;
  font-family: var(--poppins);
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 48px;
  background: linear-gradient(to right,  #151817 0%,#181d1b 100%);
  color: white;
  transition: all 0.3s ease-in-out;
  display: inline-block;
}

/* Hover Effect */
.glow-button:hover {
  color: #ff5f1f; /* Text color change */
  box-shadow: rgba(255, 95, 31, 0.49) 0px 0px 37.7px 0px;
}

/* Border Glow Animation */
.glow-button::before,
.glow-button::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 48px;
  z-index: -1;
}

/* Glow Effect */
.glow-button::before {
  background-image: conic-gradient(rgba(0, 0, 0, 0), #ff5f1f, rgba(0, 0, 0, 0) 30%);
  width: 9999px;
  height: 9999px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
}
.glow-button:hover::before {
  animation: rotate 1.5s linear infinite;
}
/* Background Overlay */
.glow-button::after {
  background: linear-gradient(to right,  #151817 0%,#181d1b 100%);
  inset: 2px;
}

/* Glow Animation */
@keyframes rotate {
  100% {
    transform: translate(-50%, -50%) rotate(1turn);
  }
}

.orange-btn {
  background: linear-gradient(86.23deg, #ff5f1f 9.19%, #ff6a2f 95.28%);
  color: var(--white);
  min-height: 47px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 47px;
  font-family: var(--poppins);
  font-size: 16px;
  line-height: 24.59px;
  position: relative;
  transition: all ease-in-out 0.3s;
}

.orange-btn:hover {
  box-shadow: 0px 0px 37.7px 0px #ff5f1f7d;
}

.dark-btn span,
.orange-btn span {
  display: inline-block;
  padding: 0 25px;
}

.main-heading h2 {
  font-size: 82px;
  font-weight: 700;
  line-height: 100px;
}

.main-heading h2 span {
  color: var(--orange);
}

.main-heading p {
  font-size: 22px;
  line-height: 33px;
  margin-bottom: 7px;
}

/*  Start Header  */

header.main_header {
  width: 100%;
  font-family: var(--poppins);
  z-index: 99;
  transition: all ease-in-out 0.5s;
  position: fixed;
  top: 0;
  left: 0;
  transform: none !important;
  will-change: unset !important;
  padding: 25px 0;
}

.header-warpper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav_sec {
  margin: 0;
  padding: 0;
}

.nav_sec ul {
  margin: 0;
  padding: 0;
  text-align: left;
}

.nav_sec > ul > li {
  display: inline-block;
  vertical-align: middle;
  /* margin: 0 35px; */
  padding: 0;
  position: relative;
  cursor: pointer;
}

.nav_sec > ul > li > a {
  font-size: 18px;
  font-weight: 600;
  line-height: 36px;
  display: block;
  pointer-events: none;
  position: relative;
  z-index: 99;
  color: var(--white);
  text-decoration: none;
  background-image: linear-gradient(to right, #ff5f1f 45%, #fff 55%);
  background-size: 220% 100%;
  background-position: 100% 50%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  transition: background-position 0.4s ease-out;
}

.nav_sec > ul > li:hover > a,
.nav_sec > ul > li.active > a,
.nav_sec > ul > li.current-menu-item > a {
  background-position: 0% 50%;
}


/* .nav_sec ul li ul {
  width: 250px;
  background: #079ed6;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
  display: none;
}

.nav_sec ul li:hover ul {
  display: block;
}

.nav_sec ul li ul li {
  margin: 0;
  padding: 0;
}

.nav_sec ul li ul li a {
  margin: 0;
  padding: 10px 10px;
  display: block;
  font-size: 16px;
  font-weight: 300;
  color: var(--white);
} */

span.toggle-menu {
  display: none;
}
/* 04.03.2025 debalina update start */
.nav_sec>ul>li>ul {
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 100%;
  pointer-events: none;
  cursor: auto;
  border-radius: 10px;
  overflow: hidden;
  padding-top: 5px;
  visibility: hidden;
  pointer-events: none;
}
/* 04.03.2025 debalina update end */
/* .nav_sec>ul>li>ul:before {
    content: '';
    position: absolute;
    top: -7px;
    left: 15px;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: 7px solid #ff5f1f;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    transform: rotate(180deg);
}
.nav_sec>ul>li>ul>li + li{
  border-top: 1px solid #ffffff36;
} */
.nav_sec>ul>li>ul>li>a {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding: 10px 10px;
  line-height: normal;
  transition: all 0.3s ease-in-out;
}
/* .nav_sec>ul>li>ul>li:first-child>a {
  border-radius: 5px 5px 0 0;
}
.nav_sec>ul>li>ul>li:last-child>a {
  border-radius: 0px 0px 5px 5px;
} */
.nav_sec>ul>li>ul>li>a:hover {
  background: #ed4907;
  color: var(--orange);
}
/* .nav_sec>ul>li:hover>ul,
.NavMenu li ul li:hover>ul {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
} */

@media (min-width: 890.98px) {
  
  .nav_sec {
    min-width: 600px;
  }
  .nav_sec a:focus, .nav_sec a:focus-within {
    outline: none;
  }
  
  .nav_sec > ul {
    display: flex;
    justify-content: space-around;
  }

  .nav_sec > ul > li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }

 .nav_sec > ul:hover > li:first-child > a, .nav_sec > ul:focus-within > li:first-child > a {
    opacity: 1;
  }
  .nav_sec > ul > li {
    flex: 1 1 0;
  }
  .nav_sec > ul > li:last-child:after,
  .nav_sec > ul > li.active:after,
  .nav_sec > ul > li.current-menu-item:after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    bottom: 0;
    margin-right: -50%;
    background: var(--orange);
    border-radius: 7.5rem;
    z-index: 0;
    transition: 350ms cubic-bezier(1, 0.49, 0.09, 1.29) all;
    pointer-events: none;
  }

  .nav_sec > ul > li.active:after,
  .nav_sec > ul > li.current-menu-item:after {
    margin-right: 0;
  }
  .nav_sec > ul > li:first-child:nth-last-child(1) ~ li:last-child:after {
    right: 50%;
    opacity: 0;
  }
  .nav_sec > ul > li:first-child:nth-last-child(2) ~ li:last-child:after {
    right: 150%;
    opacity: 0;
  }
  .nav_sec > ul > li:first-child:nth-last-child(3) ~ li:last-child:after {
    right: 250%;
    opacity: 0;
  }
  .nav_sec > ul > li:first-child:nth-last-child(4) ~ li:last-child::after {
    right: 350%;
    opacity: 0;
}

  .nav_sec > ul > li:first-child:nth-last-child(2):nth-child(1):hover ~ li:last-child:after, .nav_sec > ul > li:first-child:nth-last-child(2):nth-child(1):focus ~ li:last-child:after, .nav_sec > ul > li:first-child:nth-last-child(2):nth-child(1):focus-within ~ li:last-child:after, .nav_sec > ul > li:first-child:nth-last-child(2) ~ li:nth-child(1):hover ~ li:last-child:after, .nav_sec > ul > li:first-child:nth-last-child(2) ~ li:nth-child(1):focus ~ li:last-child:after, .nav_sec > ul > li:first-child:nth-last-child(2) ~ li:nth-child(1):focus-within ~ li:last-child:after {
    right: 150%;
    opacity: 1;
  }

  .nav_sec > ul > li:first-child:nth-last-child(2):last-child:hover:after, .nav_sec > ul > li:first-child:nth-last-child(2):last-child:focus:after, .nav_sec > ul > li:first-child:nth-last-child(2):last-child:focus-within:after, .nav_sec > ul > li:first-child:nth-last-child(2) ~ li:last-child:hover:after, .nav_sec > ul > li:first-child:nth-last-child(2) ~ li:last-child:focus:after, .nav_sec > ul > li:first-child:nth-last-child(2) ~ li:last-child:focus-within:after {
    right: 50%;
    opacity: 1;
  }
  .nav_sec > ul > li:first-child:nth-last-child(3):nth-child(1):hover ~ li:last-child:after, .nav_sec > ul > li:first-child:nth-last-child(3):nth-child(1):focus ~ li:last-child:after, .nav_sec > ul > li:first-child:nth-last-child(3):nth-child(1):focus-within ~ li:last-child:after, .nav_sec > ul > li:first-child:nth-last-child(3) ~ li:nth-child(1):hover ~ li:last-child:after, .nav_sec > ul > li:first-child:nth-last-child(3) ~ li:nth-child(1):focus ~ li:last-child:after, .nav_sec > ul > li:first-child:nth-last-child(3) ~ li:nth-child(1):focus-within ~ li:last-child:after {
    right: 250%;
    opacity: 1;
  }
  
  .nav_sec > ul > li:first-child:nth-last-child(3):last-child:hover:after, .nav_sec > ul > li:first-child:nth-last-child(3):last-child:focus:after, .nav_sec > ul > li:first-child:nth-last-child(3):last-child:focus-within:after, .nav_sec > ul > li:first-child:nth-last-child(3) ~ li:last-child:hover:after, .nav_sec > ul > li:first-child:nth-last-child(3) ~ li:last-child:focus:after, .nav_sec > ul > li:first-child:nth-last-child(3) ~ li:last-child:focus-within:after {
    right: 50%;
    opacity: 1;
  }

  .nav_sec > ul > li:first-child:nth-last-child(3):nth-child(2):hover ~ li:last-child:after, .nav_sec > ul > li:first-child:nth-last-child(3):nth-child(2):focus ~ li:last-child:after, .nav_sec > ul > li:first-child:nth-last-child(3):nth-child(2):focus-within ~ li:last-child:after, .nav_sec > ul > li:first-child:nth-last-child(3) ~ li:nth-child(2):hover ~ li:last-child:after, .nav_sec > ul > li:first-child:nth-last-child(3) ~ li:nth-child(2):focus ~ li:last-child:after, .nav_sec > ul > li:first-child:nth-last-child(3) ~ li:nth-child(2):focus-within ~ li:last-child:after {
    right: 150%;
    opacity: 1;
  }

  .nav_sec > ul > li:first-child:nth-last-child(3):last-child:hover:after, .nav_sec > ul > li:first-child:nth-last-child(3):last-child:focus:after, .nav_sec > ul > li:first-child:nth-last-child(3):last-child:focus-within:after, .nav_sec > ul > li:first-child:nth-last-child(3) ~ li:last-child:hover:after, .nav_sec > ul > li:first-child:nth-last-child(3) ~ li:last-child:focus:after, .nav_sec > ul > li:first-child:nth-last-child(3) ~ li:last-child:focus-within:after {
    right: 50%;
    opacity: 1;
  }
  .nav_sec > ul > li:first-child:nth-last-child(4):nth-child(1):hover ~ li:last-child:after, .nav_sec > ul > li:first-child:nth-last-child(4):nth-child(1):focus ~ li:last-child:after, .nav_sec > ul > li:first-child:nth-last-child(4):nth-child(1):focus-within ~ li:last-child:after, .nav_sec > ul > li:first-child:nth-last-child(4) ~ li:nth-child(1):hover ~ li:last-child:after, .nav_sec > ul > li:first-child:nth-last-child(4) ~ li:nth-child(1):focus ~ li:last-child:after, .nav_sec > ul > li:first-child:nth-last-child(4) ~ li:nth-child(1):focus-within ~ li:last-child:after {
    right: 350%;
    opacity: 1;
  }
  
  .nav_sec > ul > li:first-child:nth-last-child(4):last-child:hover:after, .nav_sec > ul > li:first-child:nth-last-child(4):last-child:focus:after, .nav_sec > ul > li:first-child:nth-last-child(4):last-child:focus-within:after, .nav_sec > ul > li:first-child:nth-last-child(4) ~ li:last-child:hover:after, .nav_sec > ul > li:first-child:nth-last-child(4) ~ li:last-child:focus:after, .nav_sec > ul > li:first-child:nth-last-child(4) ~ li:last-child:focus-within:after {
    right: 50%;
    opacity: 1;
  }
  .nav_sec > ul > li:first-child:nth-last-child(4):nth-child(2):hover ~ li:last-child:after, .nav_sec > ul > li:first-child:nth-last-child(4):nth-child(2):focus ~ li:last-child:after, .nav_sec > ul > li:first-child:nth-last-child(4):nth-child(2):focus-within ~ li:last-child:after, .nav_sec > ul > li:first-child:nth-last-child(4) ~ li:nth-child(2):hover ~ li:last-child:after, .nav_sec > ul > li:first-child:nth-last-child(4) ~ li:nth-child(2):focus ~ li:last-child:after, .nav_sec > ul > li:first-child:nth-last-child(4) ~ li:nth-child(2):focus-within ~ li:last-child:after {
    right: 250%;
    opacity: 1;
  }
  
  .nav_sec > ul > li:first-child:nth-last-child(4):last-child:hover:after, .nav_sec > ul > li:first-child:nth-last-child(4):last-child:focus:after, .nav_sec > ul > li:first-child:nth-last-child(4):last-child:focus-within:after, .nav_sec > ul > li:first-child:nth-last-child(4) ~ li:last-child:hover:after, .nav_sec > ul > li:first-child:nth-last-child(4) ~ li:last-child:focus:after, .nav_sec > ul > li:first-child:nth-last-child(4) ~ li:last-child:focus-within:after {
    right: 50%;
    opacity: 1;
  }
  .nav_sec > ul > li:first-child:nth-last-child(4):nth-child(3):hover ~ li:last-child:after, .nav_sec > ul > li:first-child:nth-last-child(4):nth-child(3):focus ~ li:last-child:after, .nav_sec > ul > li:first-child:nth-last-child(4):nth-child(3):focus-within ~ li:last-child:after, .nav_sec > ul > li:first-child:nth-last-child(4) ~ li:nth-child(3):hover ~ li:last-child:after, .nav_sec > ul > li:first-child:nth-last-child(4) ~ li:nth-child(3):focus ~ li:last-child:after, .nav_sec > ul > li:first-child:nth-last-child(4) ~ li:nth-child(3):focus-within ~ li:last-child:after {
    right: 150%;
    opacity: 1;
  }
  
  .nav_sec > ul > li:first-child:nth-last-child(4):last-child:hover:after, .nav_sec > ul > li:first-child:nth-last-child(4):last-child:focus:after, .nav_sec > ul > li:first-child:nth-last-child(4):last-child:focus-within:after, .nav_sec > ul > li:first-child:nth-last-child(4) ~ li:last-child:hover:after, .nav_sec > ul > li:first-child:nth-last-child(4) ~ li:last-child:focus:after, .nav_sec > ul > li:first-child:nth-last-child(4) ~ li:last-child:focus-within:after {
    right: 50%;
    opacity: 1;
  }

  .nav_sec > li > li:first-child:nth-last-child(5):nth-child(1):hover ~ li:last-child:after,  .nav_sec > li > li:first-child:nth-last-child(5):nth-child(1):focus ~ li:last-child:after,  .nav_sec > li > li:first-child:nth-last-child(5):nth-child(1):focus-within ~ li:last-child:after,  .nav_sec > li > li:first-child:nth-last-child(5) ~ li:nth-child(1):hover ~ li:last-child:after,  .nav_sec > li > li:first-child:nth-last-child(5) ~ li:nth-child(1):focus ~ li:last-child:after,  .nav_sec > li > li:first-child:nth-last-child(5) ~ li:nth-child(1):focus-within ~ li:last-child:after {
    right: 450%;
  }

  .nav_sec > ul > li:first-child > a {
    opacity: 1;
  }
  .nav_sec > ul > li > a {
    padding: 5px 15px;
    position: relative;
    width: 100%;
    text-align: center;
    z-index: 1;
    color: var(--white);
    opacity: 1;
    transition: 250ms ease all;
  }

  .nav_sec > li > li > li {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    visibility: hidden;
  }
/* 04.03.2025 debalina update start */
.nav_sec > ul > li > ul > li {
  /* transition: 250ms cubic-bezier(0.42, 0.83, 0.49, 1.35) transform; */
  transform: scale(1);
}

  .nav_sec > ul > li > ul > li > a {
    display: block;
    text-align: center;
    border-radius: 0;
    padding: 9px 14px;
    background: #ff5f1fd4;
    backdrop-filter: blur(2px);
    color: var(--white);
    transition: 250ms ease all;
    white-space: nowrap;
    font-size: 14px;
}
.nav_sec > ul > li > ul > li:first-child > a {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}
.nav_sec > ul > li > ul > li + li > a {
  border-top: 1px solid rgb(255 255 255 / 31%);
}
 /* 04.03.2025 debalina update end */

  .nav_sec > ul > li > ul > li > a:hover, .nav_sec > ul > li > ul > li > a:focus, .nav_sec > ul > li > ul > li > a:focus-within {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1);
    color: white;
  }
  .nav_sec > ul > li:hover > a, .nav_sec > ul > li:focus > a, .nav_sec > ul > li:focus-within > a {
    opacity: 1 !important;
  }
  .nav_sec > ul > li:hover > ul, .nav_sec > ul > li:focus > ul, .nav_sec > ul > li:focus-within > ul {
    visibility: visible;
    pointer-events: auto;
    animation: smoothScroll2 0.4s forwards;
  }
  @keyframes smoothScroll2 {
    0% {
      transform: translateY(18px);
  }
  100% {
      transform: translateY(0px);
  }
  }
  /* .nav_sec>ul>li>ul:hover {
      opacity: 0 !important;
      visibility: hidden;
  } */
  .nav_sec > ul > li:hover > ul > li, .nav_sec > ul > li:focus > ul > li, .nav_sec > ul > li:focus-within > ul > li {
    transform: scale(1);
  }
  /* .nav_sec > ul > li:hover > ul > li:first-child, .nav_sec > ul > li:focus > ul > li:first-child, .nav_sec > ul > li:focus-within > ul > li:first-child {
    transition-delay: 150ms;
  }
  .nav_sec > ul > li:hover > ul > li:nth-child(1), .nav_sec > ul > li:focus > ul > li:nth-child(1), .nav_sec > ul > li:focus-within > ul > li:nth-child(1) {
    transition-delay: 150ms;
  }
  .nav_sec > ul > li:hover > ul > li:nth-child(2), .nav_sec > ul > li:focus > ul > li:nth-child(2), .nav_sec > ul > li:focus-within > ul > li:nth-child(2) {
    transition-delay: 300ms;
  }
  .nav_sec > ul > li:hover > ul > li:nth-child(3), .nav_sec > ul > li:focus > ul > li:nth-child(3), .nav_sec > ul > li:focus-within > ul > li:nth-child(3) {
    transition-delay: 450ms;
  }
  .nav_sec > ul > li:hover > ul > li:nth-child(4), .nav_sec > ul > li:focus > ul > li:nth-child(4), .nav_sec > ul > li:focus-within > ul > li:nth-child(4) {
    transition-delay: 600ms;
  } */
  
}


.req-btn a {
  font-size: 16px;
  font-weight: 400;
  line-height: 24.59px;
  text-align: center;
  color: var(--white);
  min-width: 170.27px;
  min-height: 47.3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: double 2px transparent;
  background-image: linear-gradient(#151817 9.19%, #151817 95.28%),
    linear-gradient(to right, rgba(73, 73, 76, 0) 63.89%, #505155 92.09%);
  background-origin: border-box;
  background-clip: content-box, border-box;
  border-radius: 48px;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.req-btn a:hover {
  color: var(--orange);
}
.req-btn a::before,
.dark-btn::before {
  content: '';
  background: linear-gradient(45deg, #fa652a, #fe7641, #505155, #ffffff, #757988, #fa652a, #fe7641, #ee622b, #ec5012);
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing 20s linear infinite;
  opacity: 1;
  transition: opacity .3s ease-in-out;
  border-radius: 48px;
}

.dark-btn.another::before {
  content: '';
  background: linear-gradient(45deg, #ffeb3b, #fff176, #ffffff, #ffeb3b, #fff9c4, #ffffff, #ffcc00, #ffee58, #ffffff);
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing 20s linear infinite;
  opacity: 1;
  transition: opacity .3s ease-in-out;
  border-radius: 48px;
}

@keyframes glowing {
  0% {
    background-position: 0 0;
  }

  50% {
    background-position: 400% 0;
  }

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

.main_header.fixed-top {
  position: fixed;
  top: 0;
  left: 0;
  padding: 10px 0;
  background: rgba(0, 0, 0, 0.85);
  animation: smoothScroll 1s forwards;
  transition: all 0.5s ease-in-out;
  z-index: 9999;
}

@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }

  100% {
    transform: translateY(0px);
  }
}

/*  End Header  */

/* Banner start */
.home-banner {
  background-color: var(--black);
  text-align: center;
  color: var(--white);
  padding: 200px 0 330px;
  position: relative;
  overflow: hidden;
}

/* 05.03.2025 debalina css start */

.home-banner h1 {
  font-size: 85px;
  font-weight: 800;
  line-height: 106px;
  max-width: 1075px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  position: relative;
  z-index: 9;
  overflow: hidden;
  min-height: 320px;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

/* 05.03.2025 debalina css end */

/*.home-banner h1 .line,
.collaboration-sec .main-heading h2 .line,
.business-sec .main-heading h2 .line,
.ubix-left .main-heading h2 .line,
.ubix-left .main-heading h3 .line,
.ubix-left p.line,
.testimonial-sec .main-heading h2 .line,
.ubix-left .ubix-btn,
.solution-right .main-heading h2 .line,
.solution-right p.line,
.main-heading h2 .line {
  transform: translateY(100%);
}*/

/*body.animation-start .home-banner h1 .line,
body.animation-start .collaboration-sec.animate-show .main-heading h2 .line,
body.animation-start .business-sec .main-heading.animate-show h2 .line,
body.animation-start .ubix-left .main-heading h2.animate-show .line,
body.animation-start .ubix-left .main-heading h3.animate-show .line,
body.animation-start .ubix-left p.animate-show.line,
body.animation-start .testimonial-sec .main-heading.animate-show h2 .line,
body.animation-start .ubix-left .ubix-btn.animate-show,
body.animation-start .solution-right .main-heading h2.animate-show .line,
body.animation-start .solution-right p.animate-show.line,
body.animation-start .main-heading h2.animate-show .line {
  display: block;
  transform: translateY(100%);
  animation: swiftUp 1s ease forwards;
}

body.animation-start .home-banner h1 .line:nth-child(1),
body.animation-start .collaboration-sec.animate-show .main-heading h2 .line:nth-child(1),
body.animation-start .business-sec .main-heading.animate-show h2 .line:nth-child(1),
body.animation-start .ubix-left .main-heading h2.animate-show .line:nth-child(1),
body.animation-start .ubix-left .main-heading h3.animate-show .line:nth-child(1),
body.animation-start .ubix-left p.animate-show.line,
body.animation-start .testimonial-sec .main-heading.animate-show h2 .line:nth-child(1),
body.animation-start .ubix-left .ubix-btn.animate-show,
body.animation-start .solution-right .main-heading h2.animate-show .line,
body.animation-start .main-heading h2.animate-show .line:nth-child(1) {
  animation-delay: 0.1s;
}

body.animation-start .home-banner h1 .line:nth-child(2),
body.animation-start .collaboration-sec.animate-show .main-heading h2 .line:nth-child(2),
body.animation-start .business-sec .main-heading.animate-show h2 .line:nth-child(2),
body.animation-start .ubix-left .main-heading h2.animate-show .line:nth-child(2),
body.animation-start .ubix-left .main-heading h3.animate-show .line:nth-child(2),
body.animation-start .testimonial-sec .main-heading.animate-show h2 .line:nth-child(2),
body.animation-start .solution-right p.animate-show.line,
body.animation-start .main-heading h2.animate-show .line:nth-child(2) {
  animation-delay: 0.2s;
}

body.animation-start .home-banner h1 .line:nth-child(3),
body.animation-start .collaboration-sec.animate-show .main-heading h2 .line:nth-child(3),
body.animation-start .main-heading h2.animate-show .line:nth-child(3) {
  animation-delay: 0.3s;
}*/

@keyframes swiftUp {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* .home-banner h1 span {
  color: var(--orange);
} */

.home-banner p {
  font-size: 26px;
  line-height: 42px;
  color: #e6e6e6;
  position: relative;
  z-index: 9;
}

/*body.animation-start .home-banner p {
  transform: scale(0.8);
  animation: zoomIn 1.5s ease forwards;
  animation-delay: 0.5s;
}*/

@keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

/* 05.03.2025 debalina css start */

.banner-btn-groups {
  margin-top: 48px;
  position: relative;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

/* 05.03.2025 debalina css end */

/*body.animation-start .banner-btn-groups {
  animation: zoomIn 1.5s ease forwards;
  animation-delay: 1s;
}*/

.banner-btn-groups a.glow-button,
.banner-btn-groups a.orange-btn {
  min-width: 400px;
  margin: 4px 12px;
}

.home-banner:after,
.inner-banner::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 280px;
  background: url(images/banner-shape.png) no-repeat bottom center;
  background-size: cover;
  animation: glowEffect 3s infinite alternate ease-in-out;
}
.inner-banner::after{
  bottom: 40px;
}
/* Glow Animation */
@keyframes glowEffect {
    0% { filter: drop-shadow(0px 0px 10px rgba(255, 165, 0, 0.1)); }
    50% { filter: drop-shadow(0px 0px 20px rgba(255, 165, 0, 0.5)); }
    100% { filter: drop-shadow(0px 0px 10px rgba(255, 165, 0, 0.1)); }
}

.inner-banner {
  padding: 150px 0 300px;
  position: relative;
  background-color: var(--black);
}

.inner-banner h1 {
  font-weight: 700;
  font-size: 92px;
  line-height: 102px;
  text-align: center;
  color: var(--white);
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
/* 05.03.2025 debalina css start */
.inner-banner h1 .end-text,
.home-banner h1 .end-text{
  animation: 0.8s ease 0s infinite normal none running blinkDot;
  color: white;
}
.page-id-444 .inner-banner h1 .end-text{
  animation: none;
  position: relative;
  display: inline-block;
}
.page-id-444 .inner-banner h1 .end-text::after{
  content: "";
  left: 9px;
  bottom: 16px;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--orange);
  animation: 0.8s ease 0s infinite normal none running blinkDot;
  z-index: 3;
}
.page-id-444 .inner-banner h1 .end-text::before {
  content: "";
  left: 8px;
  bottom: 15px;
  position: absolute;
  width: 25px;
  height: 25px;
  background: #000000;
  z-index: 1;
}
.inner-banner h1 .w-text,
.home-banner h1 .w-text {
  color: var(--white);
  display: initial;
}
.inner-banner h1 .o-text,
.home-banner h1 .o-text {
  color: var(--orange);
  display: initial;
}
/* 05.03.2025 debalina css end */
.inner-banner h1 span {
  color: var(--orange);
}
/* .home .home-banner h1 br{
  display: none;
} */

/* .half-circle {
  width: 100%;
  height: 300px; 
  background: white;
  clip-path: ellipse(100% 50% at 50% 100%);
  position: relative;
  z-index: 10;
} */


canvas {
  display: block;
  vertical-align: bottom;
}

/* ---- particles.js container ---- */
#particles-js {
  position: absolute;
  width: 934px;
  height: 934px;
  border-radius: 50%;
  background-image: url(style.css);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  overflow: hidden;
  opacity: 0.2;
}

body.animation-start #particles-js {
  animation: fadeIn 1s ease forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0.2;
  }

  100% {
    opacity: 1;
  }
}

/* ---- stats.js ---- */

.js-count-particles {
  font-size: 1.1em;
}

#stats,
.count-particles {
  -webkit-user-select: none;
}

#stats {
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.count-particles {
  border-radius: 0 0 3px 3px;
}

.down-arrow {
  position: absolute;
  left: 0;
  bottom: 118px;
  margin: 0 auto;
  right: 0;
  z-index: 9;
}

.down-arrow .blink-1 {
  animation: movearrow 3s ease-out infinite;
}

.down-arrow .blink-2 {
  animation: movearrow 3s ease-out 1s infinite;
}

@keyframes movearrow {
  0% {
    opacity: 0;
  }

  40% {
    opacity: 1;
  }

  80% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

/* Banner End */

/* collaboration start */
.collaboration-sec {
  padding-bottom: 100px;
  margin-top: -25px;
}

.collaboration-sec .main-heading {
  text-align: center;
}

.collaboration-sec .main-heading h2 {
  overflow: hidden;
}


/*body.animation-start .collaboration-sec.animate-show .main-heading p,
body.animation-start .testimonial-sec .main-heading.animate-show p,
body.animation-start .testimonial-sec .main-heading.animate-show .testi-btn {
  animation: zoomIn 1.5s ease forwards;
  animation-delay: 1.5s;
}

body.animation-start .solution-box.animate-show,
body.animation-start .main-heading p.animate-show,
body.animation-start .main-heading .ft-btns-group.animate-show {
  animation: zoomIn 1.5s ease forwards;
  animation-delay: 1s;
}

body.animation-start .collab-box-loop-item .item-row.animate-show {
  animation: zoomIn 1s ease forwards;
  animation-delay: 1s;
}

body.animation-start .testimonial-sec .main-heading.animate-show .testi-btn {
  animation-delay: 2s;
}*/

.collaboration-sec .sub-heading h3 {
  font-size: 56px;
  font-weight: 700;
  line-height: 70px;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 70px;
  /* white-space: nowrap; */
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

.collaboration-sec .sub-heading h3 span {
  color: var(--orange);
}

/*body.animation-start .collaboration-sec .sub-heading.animate-show h3 {
  animation: typewriter 4s steps(40) 0.5s 1 normal both;
}*/

@keyframes typewriter {
  from {
    width: 0;
  }

  to {
    width: 16em;
  }
}

.collab-box-wrapper {
  max-width: 1135px;
  margin: 0 auto;
  position: relative;
  padding: 0 37px;
}

.collab-middle-icon {
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.collab-middle-icon svg {
  border-radius: 50%;
}

/*body.animation-start .collab-box-wrapper.animate-show .collab-middle-icon svg {
  animation: shadowAppear 0.8s ease-in-out forwards;
  animation-delay: 5s;
}*/

@keyframes shadowAppear {
  from {
    box-shadow: none;
  }

  to {
    box-shadow: -14.94px 16.01px 34.9px 0px #0000004D;
  }
}

.collab-box-loop-item {
  display: flex;
  justify-content: center;
  gap: 100px;
  position: relative;
}

.collab-box-loop-item:nth-child(even) {
  justify-content: space-between;
  gap: 20px;
}

.collab-box-loop-item+.collab-box-loop-item {
  margin-top: 173px;
}

.collab-box-wrapper .item-row {
  max-width: 340px;
  width: 100%;
  min-height: 120px;
  box-shadow: rgba(0, 0, 0, 0.2) -14.94px 16.01px 60.4px 0px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
  z-index: 9;
  overflow: hidden;
}
.collab-box-wrapper .item-row::before,
.collab-box-wrapper .item-row::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 20px;
  z-index: -1;
}
.collab-box-wrapper .item-row::before {
  background-image: conic-gradient(rgba(0, 0, 0, 0), #ff5f1f, rgba(0, 0, 0, 0) 40%);
  width: 9999px;
  height: 9999px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  animation: rotate 5s linear infinite;
}
.collab-box-wrapper .item-row::after {
  background: linear-gradient(to right,  #151817 0%,#181d1b 100%);
  inset: 1.5px;
}

.collab-box-wrapper .each-item h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 21px;
  color: var(--white);
}

.collab-box-wrapper .each-item {
  font-family: var(--poppins);
  font-weight: 500;
  line-height: 21px;
  color: var(--gray);
  /* padding-top: 23px;
    padding-bottom: 23px; */
  font-size: 16px;
}

.collab-box-wrapper .each-item:first-child {
  padding-left: 20px;
}

.collab-box-wrapper .each-item:nth-child(2) {
  padding-right: 10px;
}

.collab-box-wrapper .each-item p:last-child {
  margin-bottom: 0;
}

.collab-line1,
.collab-line2,
.collab-line3,
.collab-line4,
.collab-line5,
.collab-line6 {
  position: absolute;
}

.collab-line1 {
  left: 325px;
  top: 100px;
}

.collab-line2 {
  right: 325px;
  top: 100px;
}

.collab-line3 {
  left: 330px;
  top: 60px;
}

.collab-line4 {
  right: 330px;
  top: 60px;
}

.collab-line5 {
  left: 470px;
  bottom: 100px;
}

.collab-line6 {
  right: 470px;
  bottom: 115px;
}

.collab-line1-dashed,
.collab-line2-dashed,
.collab-line5-dashed,
.collab-line6-dashed {
  position: absolute;
  width: 1px;
  height: 200px;
  overflow: hidden;
  top: -12px;
}

.collab-line1-dashed {
  transform: rotate(-46deg);
  left: 89px;
}

.collab-line2-dashed {
  transform: rotate(46deg);
  left: -89px;
}

.collab-line3-dashed,
.collab-line4-dashed {
  position: absolute;
  width: 100px;
  overflow: hidden;
  top: 0px;
  height: 1px;
}

.collab-line3-dashed {
  left: 0px;
}

.collab-line4-dashed {
  right: 0px;
}

.collab-line5-dashed {
  top: auto;
  bottom: -1px;
  transform: rotate(40deg);
  left: -67px;
}

.collab-line6-dashed {
  transform: rotate(-40deg);
  right: -80px;
  bottom: -17px;
  top: auto;
}

@keyframes drawLineReverse {
  from {
    height: 0;
  }

  to {
    height: 200px;
  }
}

@keyframes drawLineReverse2 {
  from {
    width: 0;
  }

  to {
    width: 100px;
  }
}

.collab-line1-dashed::before,
.collab-line2-dashed::before,
.collab-line5-dashed::before,
.collab-line6-dashed::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 0;
  background: transparent;
  border: 2px dashed rgb(0, 0, 0);
}

.collab-box-loop-item.in-view .collab-line1-dashed::before,
.collab-box-loop-item.in-view .collab-line2-dashed::before,
.collab-box-loop-item.in-view .collab-line5-dashed::before,
.collab-box-loop-item.in-view .collab-line6-dashed::before {
  height: 200px;
  animation: drawLineReverse 0.8s ease-in-out forwards;
}

.collab-line3-dashed::before,
.collab-line4-dashed::before {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 1px;
  background: transparent;
  border: 2px dashed rgb(0, 0, 0);
}
.collab-box-loop-item.in-view .collab-line3-dashed::before,
.collab-box-loop-item.in-view .collab-line4-dashed::before {
  animation: drawLineReverse2 0.8s ease-in-out forwards;
  width: 100px;
}

.collab-line3-dashed::before {
  right: 0;
  /* Start from the right */
}

.collab-line4-dashed::before {
  left: 0;
  /* Start from the left */
}

.collab-line5-dashed::before,
.collab-line6-dashed::before {
  bottom: auto;
  top: 0;
  /* Start from the top */
}

.collab-box-loop-item.in-view .collab-line1::before,
.collab-box-loop-item.in-view .collab-line2::before,
.collab-box-loop-item.in-view .collab-line3::before,
.collab-box-loop-item.in-view .collab-line4::before,
.collab-box-loop-item.in-view .collab-line5::before,
.collab-box-loop-item.in-view .collab-line6::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: rgb(255 95 31 / 8%) 0px 0px 1px 1px;
  opacity: 0;
  animation: fade-in 0.5s forwards 1s, pulse-animation 1.8s ease-out infinite 1s;
  z-index: 9;
}

.collab-box-loop-item.in-view .collab-line1::before {
  left: 11px;
  top: 11px;
}

.collab-box-loop-item.in-view .collab-line2::before {
  right: 11px;
  top: 11px;
}

.collab-box-loop-item.in-view .collab-line3::before {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.page-template-default .footer-up {
    display: none;
}
.page-template-default footer.main_footer{
	padding-top:0 !important;
}
.page-template-default .spot-light img {
    object-position: top;
}
.collab-box-loop-item.in-view .collab-line4::before {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.collab-box-loop-item.in-view .collab-line5::before {
  right: 131px;
  bottom: 11px;
}

.collab-box-loop-item.in-view .collab-line6::before {
  left: 144px;
  bottom: -4px;
}
/* collaboration end */

/* Business start */
.business-sec {
  background-color: var(--black);
  padding: 100px 0;
}

.business-sec .main-heading {
  color: var(--white);
  text-align: center;
}

.business-sec .main-heading h2 {
  overflow: hidden;
}

.business-wrapper {
  max-width: 1376px;
  margin: 0 auto;
  padding: 0 15px;
}

/* .business-wrapper .row {
  opacity: 0;
} */

/* body.animation-start .business-wrapper.animate-show .row {
  animation: zoomIn 1.5s ease forwards;
  animation-delay: 1s;
} */

@media (min-width: 1440.98px) {
  .business-wrapper {
    max-width: 1920px;
  }
}

.business-box-main {
  position: relative;
  margin-top: 110px;
}

.business-box {
  border: 1px double transparent;
  background-image: linear-gradient(86.23deg,
      rgb(13, 13, 13) 9.19%,
      rgb(10, 12, 10) 95.28%),
    linear-gradient(to right top,
      rgba(73, 73, 76, 0) 63.89%,
      rgb(255, 140, 94) 92.09%);
  background-origin: border-box;
  background-clip: content-box, border-box;
  border-radius: 20px;
  text-align: center;
  position: relative;
  min-height: 278px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-size: 200% 200%;
  background-position: top right;
  transition: background-position 0.9s ease-in-out, border-color 0.9s ease-in-out;
}

.business-box:hover {
  background-position: bottom left;
}


.business-box:hover {
  background-image: linear-gradient(86.23deg,
      rgb(13, 13, 13) 9.19%,
      rgb(10, 12, 10) 95.28%),
    linear-gradient(to left bottom,
      rgba(73, 73, 76, 0) 63.89%,
      rgb(255, 140, 94) 92.09%);
}

.business-box::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -100%;
  width: 100%;
  height: 100%;
  background-color: var(--black);
  border-radius: 20px;
  pointer-events: none;
  transition: bottom 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.business-box:hover::after {
  bottom: 0;
}



/* .business-box:hover {
  background-image: linear-gradient(86.23deg,
      rgb(13, 13, 13) 9.19%,
      rgb(10, 12, 10) 95.28%),
    linear-gradient(to right bottom,
      rgba(73, 73, 76, 0) 63.89%,
      rgb(255, 140, 94) 92.09%);
} */

.business-icon {
  min-width: 132.78px;
  min-height: 132.78px;
  border-radius: 48.55px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px double transparent;
  background-image: linear-gradient(86.23deg,
      rgb(21, 24, 23) 9.19%,
      rgb(24, 29, 27) 95.28%),
    linear-gradient(to right,
      rgba(73, 73, 76, 0) 63.89%,
      rgb(80, 81, 85) 92.09%);
  background-origin: border-box;
  background-clip: content-box, border-box;
  position: absolute;
  left: 50%;
  margin: 0 auto;
  transform: translateX(-50%) rotateY(0deg);
  top: -65px;
  font-family: var(--poppins);
  z-index: 9;
  overflow: hidden;
  transition: all ease-in-out 0.5s;
}

.business-icon svg {
  position: relative;
  z-index: 9;
}

.business-icon::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -100%;
  width: 100%;
  height: 100%;
  background-color: var(--orange);
  transition: bottom 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.business-box-main:hover .business-icon::after {
  bottom: 0;
}

.business-box-main:hover .business-icon svg path {
  fill: #ffffff;
  stroke: white !important;
}

.business-wrapper .row>*:first-child .business-box-main:hover .business-icon svg path {
  stroke: #ffffff;
  fill: none;
}

.business-box h3 {
  font-size: 48px;
  font-weight: 700;
  line-height: 62px;
  letter-spacing: 0.015em;
  color: var(--white);
  text-align: center;
  padding: 0 15px;
  margin-top: 50px;
  transition: all ease-in-out 0.2s;
}

.business-box p {
  font-size: 24px;
  font-weight: 500;
  line-height: 36.53px;
  letter-spacing: 0.015em;
  margin: 0px;
  padding: 0px 15px;
  color: var(--white);
  position: absolute;
  bottom: -100%;
  height: 100%;
  display: flex;
  align-items: center;
  transition: bottom 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.business-box:hover p {
  bottom: 0;
  z-index: 9;
}

.business-box:hover h3 {
  transition: all ease-in-out 0.2s;
}

/* .business-box-main:hover .business-icon {
  background-image: linear-gradient(86.23deg,
      #ff8c5e 9.19%,
      #ff8c5e.28%),
    linear-gradient(to right, rgba(73, 73, 76, 0) 63.89%, #ff8c5e 92.09%);
} */

/* Business end */

/* Ubix sec start */
.ubix-sec {
  padding: 100px 0;
}

.ubix-sec .main-heading {
  margin-bottom: 16px;
}

.ubix-sec .main-heading h2 {
  overflow: hidden;
}

.ubix-sec .main-heading h3 {
  font-size: 48px;
  font-weight: 600;
  line-height: 60px;
  overflow: hidden;
}

.ubix-left {
  color: rgb(30, 30, 30);
  position: relative;
  z-index: 9;
}

.ubix-left p {
  max-width: 515px;
  font-size: 22px;
  line-height: 32px;
  padding-right: 10px;
  overflow: hidden;
}
.ubix-left .big-center-btn{
  justify-content: flex-start;
}
/*.ubix-btn {
  overflow: hidden;
}*/

.ubix-left .dark-btn {
  margin-top: 20px;
}
.ubix-left .ubix-btn .big-center-btn {
  text-align: center;
}
.ubix-box {
  border: 2px double transparent;
  background-image: linear-gradient(86.23deg,
      rgb(13, 13, 13) 9.19%,
      rgb(10, 12, 10) 95.28%),
    linear-gradient(60.61deg,
      rgba(73, 73, 76, 0) 63.89%,
      rgb(255, 140, 94) 92.09%);
  background-origin: border-box;
  background-clip: content-box, border-box;
  border-radius: 20px;
  color: var(--white);
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.2) -14.94px 16.01px 60.4px 0px;
  min-height: 191px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 9;
}

.in-view .ubix-box::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 48.5%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgb(255, 95, 31);
  box-shadow: rgb(255 95 31 / 8%) 0px 0px 1px 1px;
  opacity: 0;
  animation: fade-in 0.5s forwards 1.5s, pulse-animation 1.8s ease-out infinite 1.5s;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 95, 31, 0.7);
  }

  50% {
    box-shadow: 0 0 10px 7px rgba(255, 95, 31, 0.5);
  }

  100% {
    box-shadow: 0 0 15px 14px rgba(255, 95, 31, 0);
  }
}

.ubix-box {
  transform: translateX(-22px);
}

.ubix-box+.ubix-box {
  margin-top: 30px;
}

.ubix-box:nth-child(odd) {
  left: 5px;
}

.ubix-box:nth-child(even) {
  left: 125px;
}


.ubix-box-inner {
  padding: 12px 28px;
}

.ubix-box-inner p:last-child {
  margin: 0;
}

.ubix-box h3 {
  font-size: 36px;
  font-weight: 500;
  line-height: 46px;
}

.ubix-right {
  position: relative;
}

.ubix-line {
  position: absolute;
  left: -26px;
  top: 92px;
  z-index: 9;
}

.ubix-big-line {
  width: 1px;
  position: absolute;
  height: 1106px;
  /* Full height */
  overflow: hidden;
  left: 0;
  top: 0px;
}

.ubix-big-line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  /* Start from the top */
  width: 1px;
  height: 0px;
  /* Start at 0 height */
  background: transparent;
  border: 2px dashed rgb(0, 0, 0);
}

.in-view .ubix-line .ubix-big-line::before {
  animation: ubixBigLineDraw 0.8s ease-in-out forwards;
  height: 1106px;
}

@keyframes ubixBigLineDraw {
  from {
    height: 0;
  }

  to {
    height: 1110px;
  }
}

.ubix-middle-line {
  width: 200px;
  position: absolute;
  height: 1px;
  overflow: hidden;
  right: 0;
  top: 333px;
}

.ubix-middle-line::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  /* Start from the left */
  height: 1px;
  width: 0px;
  /* Start at 0 width */
  background: transparent;
  border: 2px dashed rgb(0, 0, 0);
}

.in-view .ubix-line .ubix-middle-line::before {
  animation: ubixMiddleLineDraw 1s ease-in-out forwards;
  width: 355px;
}

@keyframes ubixMiddleLineDraw {
  from {
    width: 0;
  }

  to {
    width: 355px;
  }
}

.ubix-small-line1,
.ubix-small-line2,
.ubix-small-line3,
.ubix-small-line4,
.ubix-small-line5,
.ubix-small-line6 {
  position: absolute;
  height: 1px;
  overflow: hidden;
  left: 0;
}

.ubix-middle-line {
  left: auto;
  right: 0;
}

.ubix-small-line1 {
  width: 30px;
  /* Full width */
  top: 0px;
}

.ubix-small-line2 {
  width: 150px;
  /* Full width */
  top: 222px;
}

.ubix-small-line3 {
  width: 30px;
  /* Full width */
  top: 442px;
}

.ubix-small-line4 {
  width: 150px;
  /* Full width */
  top: 664px;
}

.ubix-small-line5 {
  width: 30px;
  /* Full width */
  top: 885px;
}
.ubix-small-line6 {
  width: 150px;
   /* Full width */
  top: 1106px;
}

.ubix-small-line1::before,
.ubix-small-line2::before,
.ubix-small-line3::before,
.ubix-small-line4::before,
.ubix-small-line5::before, 
.ubix-small-line6::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  /* Start from the left */
  height: 1px;
  width: 0px;
  /* Start at 0 width */
  background: transparent;
  border: 2px dashed rgb(0, 0, 0);
}

.in-view .ubix-line .ubix-small-line1::before,
.in-view .ubix-line .ubix-small-line3::before,
.in-view .ubix-line .ubix-small-line5::before {
  animation: ubixMiddleLineDraw 1s ease-in-out forwards;
  width: 30px;
}

.in-view .ubix-line .ubix-small-line2::before,
.in-view .ubix-line .ubix-small-line4::before, 
.in-view .ubix-line .ubix-small-line6::before {
  animation: ubixMiddleLineDraw 1s ease-in-out forwards;
  width: 150px;
}


@keyframes ubixsmallLineDraw {
  from {
    width: 0;
    opacity: 0;
  }

  to {
    width: 30px;
    opacity: 1;
  }
}

@keyframes ubixsmallLineDraw2 {
  from {
    width: 0;
    opacity: 0;
  }

  to {
    width: 150px;
    opacity: 1;
  }
}

.in-view .ubix-line::after {
  content: "";
  position: absolute;
  left: -209px;
  top: 324px;;
  width: 19px;
  height: 19px;
  z-index: 2;
  border-radius: 50%;
  background: rgb(255, 95, 31);
  box-shadow: rgba(255, 95, 31, 0.08) 0px 0px 1px 1px;
  opacity: 0;
  animation: fade-in 0.5s forwards 2s, pulse-animation 1.8s ease-out infinite 2s;
}
span.overflow-hidden.d-block {
  color: black;
  position: relative;
}
.footer-up span.overflow-hidden.d-block,.business-main-heading  span.overflow-hidden.d-block{
  color: rgb(255, 255, 255);
}
.ubix-btn {
  padding: 10px 7px;
}

/* Ubix sec end */

/* Testimonial sec start */
.testimonial-sec {
  padding: 100px 0;
  background: var(--black);
}

.testimonial-sec .main-heading {
  text-align: center;
  color: var(--white);
  position: relative;
  z-index: 99;
}

.testimonial-sec .main-heading h2 {
  margin-bottom: 21px;
  overflow: hidden;
}

.testimonial-sec .main-heading p {
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 21px;
}

.testimonial-sec .main-heading .testi-btn {
}

.testimonial-slider {
  margin-top: 45px;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider .item {
  padding: 0 15px;
}

.testimonial-box-wrap {
  padding-top: 20px;
  transition: all 0.4s ease-out;
}


.testimonial-box {
  background: linear-gradient(246.34deg,
  rgba(255, 95, 31, 0.0646) 3.56%,
  rgba(10, 12, 10, 0) 90.06%);
  box-shadow: -14.94px 16.01px 60.4px 0px #00000033;
  border-radius: 20px;
  min-height: 255.94px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 35px;
  line-height: 26.64px;
  color: var(--white);
  border: 1px #2a2725 solid;
  margin-top: 0;
  position: relative;
  overflow: hidden;
}

.testimonial-box::before,
.testimonial-box::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 20px;
  z-index: -1;
}
.testimonial-box::before {
  background-image: conic-gradient(rgba(0, 0, 0, 0), #ff5f1f, rgba(0, 0, 0, 0) 40%);
  width: 9999px;
  height: 9999px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
}
.testimonial-box::after {
  background: linear-gradient(to right,  #151817 0%,#181d1b 100%);
  inset: 1px;
}

.testimonial-box-wrap:hover {
  transform: translateY(-20px);
}
.testimonial-box-wrap:hover .testimonial-box::before {
  animation: rotate 1s linear forwards;
}


.testimonial-box p:last-child {
  margin: 0;
}

.quote-img {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: -1;
  display: none;
}

.client-info {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  padding-top: 39px;
}

.client-info h4 {
  font-size: 17.78px;
  font-weight: 400;
  line-height: 26.67px;
  color: var(--white);
  margin: 0;
}

.client-info p {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #808080;
  margin: 0;
}

.client-info::before {
  content: "";
  position: absolute;
  left: 15px;
  top: -1px;
  background: url(images/tip-arrow.svg) left bottom / 100% no-repeat;
  width: 35px;
  height: 19px;
}

/* Testimonial sec end */

/* Solution sec start */
.solution-sec {
  padding: 100px 0;
  overflow: hidden;
}

.solution-left {
  position: relative;
}

.solution-left img {
  width: 100%;
}

img.frame1 {
  max-width: 529px;
  transform: rotate(-3deg);
}

/*body.animation-start img.frame1.animate-show {
  animation: moverFrame1 0.5s linear forwards;
  animation-delay: 1s;
}*/

img.frame2 {
  position: absolute;
  top: -45px;
  left: -20px;
  max-width: 562px;
  z-index: 9;
  transform: rotate(18deg);
}
span.overflow-hidden.d-block br {
  display: none;
}
/*span.site--txt.d-inline-block.orng-text {
  display: block !important;
}
body.animation-start img.frame2.animate-show {
  animation: moverFrame2 0.5s linear forwards;
  animation-delay: 1s;
}*/

@keyframes moverFrame1 {
  0% {
    transform: rotate(-3deg);
    transition: all ease-in-out 0.2s;
  }

  100% {
    transform: rotate(0);
    transition: all ease-in-out 0.2s;
  }
}

@keyframes moverFrame2 {
  0% {
    transform: rotate(18deg);
    transition: all ease-in-out 0.5s;
  }

  /* 0% {
    transform: rotate(25deg);
    transition: all ease-in-out 0.5s;
  } */

  100% {
    transform: rotate(0);
    transition: all ease-in-out 0.5s;
  }
}

.solution-right .main-heading h2 {
  font-size: 64px;
  line-height: 66px;
  margin-bottom: 30px;
  overflow: hidden;
}

.solution-right p {
  font-size: 24px;
  line-height: 32px;
  overflow: hidden;
}

.solution-box {
  box-shadow: -14.94px 16.01px 60.4px 0px #00000033;
  border: 2px double transparent;
  background-image: linear-gradient(86.23deg,
      rgb(13, 13, 13) 9.19%,
      rgb(10, 12, 10) 90.06%),
    linear-gradient(to right top,
      rgba(73, 73, 76, 0) 63.89%,
      rgb(255, 140, 94) 92.09%);
  background-origin: border-box;
  background-clip: content-box, border-box;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  text-align: center;
  color: var(--white);
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  margin: 15px 0;
}

.solution-box::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(246.34deg,
      rgba(255, 95, 31, 0.1836) 3.56%,
      rgba(10, 12, 10, 0) 90.06%);
}
.testi-btn {
    text-align: center;
    margin: 50px auto 0;
}
.solution-row + .main-heading h2.text-center {
  margin: 40px 0px;
}
.solution-box-inner {
  padding: 35px 32px;
}
.solution-box a {
  position: relative;
  z-index: 1;
  display: inline-block;
  color: var(--white);
}
.solution-box a:hover{
  color: var(--orange);
}
.solution-box h3 {
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
  margin-top: 18px;
  margin-bottom: 15px;
}

.solution-box p:last-child {
  margin-bottom: 0;
}

.solution-sec .row+.row {
  margin-top: 66px;
}

/* Solution sec end */

footer.main_footer {
  color: var(--white);
  /* background: var(--black) url(images/footer-shadow.svg) no-repeat center top -80px; */
  background: var(--black);
  padding-top: 164px;
  position: relative;
  overflow: hidden;
}
/* .home footer.main_footer{
  padding-top: 0 !important;
} */

/* .spot-light {
  position: absolute;
  left: 50%;
  top: -80px;
  transform: translateX(-50%);
  text-align: center;
} */

.spot-light {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
  height: 100%;
  width: 100%;
}

/*.spot-light.animate-show {
  opacity: 1;
}*/

.spot-light img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.home .spot-light img{
  object-position: top;
}


/* .spot-light img {
  animation: swing_spotlight 6s cubic-bezier(0.25, 0.1, 0.25, 1) infinite;
  transform-origin: 50% 0;
} */

@keyframes swing_spotlight {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(-15deg);
  }

  50% {
    transform: rotate(0deg);
  }

  75% {
    transform: rotate(15deg);
  }

  100% {
    transform: rotate(0deg);
  }
}


footer.main_footer a {
  color: var(--white);
}

footer.main_footer a:hover {
  color: var(--orange);
}

.footer-up .main-heading {
  text-align: center;
  position: relative;
  z-index: 99;
}

.footer-up .main-heading h2 {
  font-size: 64px;
  line-height: 80px;
  overflow: hidden;
}

body.home .footer-up .main-heading h2 {
  margin-bottom: .5rem;
}

.footer-up .main-heading p {
  margin: 26px 0 30px;
}

.footer-up .main-heading a.dark-btn {
  margin: 3px 15px;
}

.footer-up {
  background: url(images/line.webp) no-repeat center bottom;
  background-size: contain;
  padding-bottom: 75px;
}

.footer-down {
  padding-top: 75px;
  padding-bottom: 35px;
  background: url(images/footer-bg.svg) no-repeat center top;
  background-size: cover;
}

.footer-link h4 {
  font-family: var(--montserrat);
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  color: var(--orange);
}

.footer-link ul {
  padding: 0;
  margin: 0;
}

.back_to_top a svg {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px !important;
  transform: translate(-50%, -50%);
}
.back_to_top a {
  position: relative;
  font-size: 53px;
  background: var(--white);
  width: 40px;
  height: 40px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  transition: 0.3s all ease-in-out;
}
#back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
  z-index: 10;
}
#back-to-top:hover{
  background: var(--orange);
}
#back-to-top:hover svg path{
  fill: var(--white);
}

/* 04.03.2025 debalina code start */
.footer-link ul li a {
  font-family: var(--poppins);
  font-size: 16px;
  font-weight: 300;
  line-height: 54px;
  cursor: pointer !important;
  display: inline-block;
  position: relative;
  z-index: 9;
}
/* 04.03.2025 debalina code end */

.footer-btm .container {
  padding: 25px 15px;
  background: url(images/line.webp) no-repeat center top;
  background-size: contain;
}

.txt-flex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 25px;
}

.txt-flex span {
  display: inline-block;
  position: relative;
}

.txt-flex span::after {
  content: "";
  position: absolute;
  right: -0.9rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 60%;
  background: #fff;
}

.txt-flex .link a:first-child {
  margin-right: 25px;
  display: inline-block;
  position: relative;
}

.txt-flex .link a:first-child::before {
  content: "";
  position: absolute;
  right: -0.9rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 60%;
  background: #fff;
}

.ftr-social {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 0 20px;
}

.ftr-social a:hover {
  transform: translateY(-6px);
}

.ftr-social a svg path {
  transition: all 0.3s ease-in-out;
}

.ftr-social a:hover svg path {
  fill: #e34f14;
}

/* Footer End */

.sets-apart {
  background: url(images/apart-bg.png) no-repeat;
  background-position: center;
  background-size: cover;
  padding: 90px 0 100px;
}
.sets-apart .main-heading h2,.sets-apart .main-heading p {
  color: #fff;
}
.sets-apart .main-heading p b{
  font-weight: 600;
  color: var(--orange);
  display: inline-block;
}
.sets-aprt-table {
  border: 1px double transparent;
  background-image: linear-gradient(86.23deg,
      rgb(13, 13, 13) 9.19%,
      rgb(10, 12, 10) 95.28%),
    linear-gradient(to right top,
      rgba(73, 73, 76, 0) 63.89%,
      rgb(255, 140, 94) 92.09%);
  background-origin: border-box;
  background-clip: content-box, border-box;
  border-radius: 20px;
  max-width: 1140px;
  margin: 25px auto 0;
  position: relative;
}
.seta-apart-table-inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 100%;
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0.01),
      #d9d9d9,
      rgba(0, 0, 0, 0.01));
}
.seta-apart-table-inner {
  padding: 30px 20px;
  position: relative;
  padding-top: 10px;
}
.sets-aprt-table h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #ffffff;
}
.sets-aprt-table p {
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #ff5f1f;
}
.sets-aprt-table .br-btm {
  position: relative;
}
.sets-aprt-table .br-btm::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right,
      rgba(0, 0, 0, 0.1),
      #d9d9d9e1,
      rgba(0, 0, 0, 0.1));
}
/* .sets-aprt-table .tb-col.br {
  border-right: 1px solid #fff;
} */
.sets-aprt-table .tb-col .right {
  padding-left: 18px;
}
.sets-aprt-table .br-btm:nth-child(1) .left h4 {
  padding-top: 0;
}
.sets-aprt-table .br-btm:nth-child(1) .right p {
  padding-top: 0;
}
.sets-aprt-table .left h4 {
  /* padding-bottom: 28px;
  padding-top: 28px;*/
  margin: 0;
} 

.sets-aprt-table .left,
.sets-aprt-table .right {
  padding: 28px 0;
}
.sets-aprt-table .right p {
  /* padding-top: 28px;
  padding-bottom: 0px; */
  margin: 0;
}
.sets-aprt-table .br-btm:last-child:after {
  display: none;
}
.sets-aprt-table .inner-main-heading {
  padding-top: 30px; 
}
.why-choose-ubix .ubix-box:nth-child(2n) {
  left: 0;
  margin-left: 0;
}
.why-choose-ubix .ubix-box:nth-child(odd){
  left: 0;
}
.why-choose-ubix .ubix-box{
  transform: translateX(0px);
}
.why-choose-ubix .ubix-box+.ubix-box {
  margin-top: 20px;
}
.why-choose-ubix .ubix-box p {
  font-size: 22px;
}
.why-choose-ubix .ubix-left p {
  margin-top: 40px;
}
.why-choose-ubix .ubix-left .dark-btn {
  margin-top: 10px;
}
.why-choose-ubix {
  background: url(images/world-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.why-choose-ubix .ubix-box-inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 16px;
}
.why-choose-ubix .main-heading h2 {
  font-size: 86px;
}
.why-choose-testimonials .main-heading p {
  max-width: 900px;
  margin: 0 auto 25px;
}
.why-choose-testimonials .testimonial-box{
  background: none;
  background-position: left 20px top 20px;
}
.business-leaders {
  padding: 90px 0;
  text-align: center;
}

.business-leader-content {
  position: relative;
}
.business-leader-content .img {
  position: relative;
  width: 100%;
}
.business-leader-content .info {
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translate(-50%, -50%);
  width: 100%;
  color: #fff;
}
.business-leader-content .img svg {
  width: 100%;
  height: auto;
}
.business-leader-content .info h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #ffffff;
  max-width: 320px;
  margin: auto;
}
.business-leader-content .info p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  color: #ffffff;
  max-width: 360px;
  margin: 10px auto 15px;
}
.right-con {
  position: absolute;
  right: 8%;
  top: 2em;
}
.site--txt {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateY(135%) skewY(10deg);
    transform: translateY(135%) skewY(10deg);
    -webkit-transition: -webkit-transform 0.7s cubic-bezier(.22, .61, .36, 1);
    transition: -webkit-transform 0.7s cubic-bezier(.22, .61, .36, 1);
    transition: transform 0.7s cubic-bezier(.22, .61, .36, 1);
    transition: transform 0.7s cubic-bezier(.22, .61, .36, 1), -webkit-transform 0.5s cubic-bezier(.22, .61, .36, 1);
    will-change: transform;
}

.in-view .site--p, 
.in-view .site--txt,
.footer-visible .site--p, 
.footer-visible .site--txt {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
.linee {
  opacity: 0; /* Hide text initially */
}
.typing-container {
  display: inline-block;
  white-space: nowrap;
  position: relative;
}

/* Blinking dot only for the last line */
.last-line::after {
  content: "•";
  position: absolute;
  bottom: 13px;
  line-height: 35px;
  font-size: 50px;
  animation: blinkDot 0.8s infinite;
}

@keyframes blinkDot {
  50% { opacity: 0; }
}


.smooth-wrapper, .smooth-content {
    will-change: transform;
}

/* #cursor {
    width: 50px; 
    height: 50px;
    background-color: #e94605; 
    border-radius: 50%;
    position: fixed;
    transform: translate(-50%, -50%); 
    pointer-events: none; 
    will-change: transform;
    z-index: 99;

    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    text-align: center;
    font-size: 12px;
    line-height: 1em;
    color: #fff;
    transform: scale(0.4);
} */

 /* #cursor {
    width: 100px; 
    height: 50px;
    background-color: #e94605; 
    position: fixed;
    transform: translate(-50%, -50%); 
    pointer-events: none; 
    will-change: transform;
    z-index: 99;

    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    text-align: center;
    font-size: 12px;
    line-height: 1em;
    color: #fff;
    transform: scale(0.4);
    background:url(images/cursor-img.png) no-repeat center;
    background-size: 100% 100%;
} */

/* 05.03.2025 debalina css start */
ul.slick-dots {
  padding: 0 20px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin: 20px 0 0;
  gap: 5px;
}
ul.slick-dots li button {
  display: none;
}
ul.slick-dots li {
  height: 12px;
  width: 12px;
  background: #ff6021;
  border-radius: 50%;
  transition:all 0.3s ease-in-out;
}
ul.slick-dots li.slick-active {
  width: 30px;
  border-radius: 10px;
  background: #cccccc;
}

/* 05.03.2025 debalina css end */

@media only screen and (max-width: 1199.98px) {
  .home-banner h1{
    min-height: initial;
  }
}
@media only screen and (max-width: 991.98px) {
  .ubix-box:nth-child(2n) {
      left: 0;
  }
}
@media only screen and (max-width: 840.98px) {
  .ubix-box:nth-child(2n) {
      left: 0;
  }
}
@media only screen and (max-width:768.98px){
  .footer-down .row>* {
    margin-bottom: 25px;
}
 #cursor{
  display: none;
 } 
 .last-line::after {
    bottom: 0;
    line-height: 32px;
    font-size: 32px;
}
}
@media only screen and (max-width:680.98px){
  .banner-btn-groups{
    flex-direction: column;
    gap: 5px;
  }
}

@media only screen and (max-width:575.98px){
  .home .home-banner h1 br{
    display: block;
  }
  .req-btn a {
    font-size: 14px;
    line-height: 20px;
    min-width: 165px;
    min-height: 40px;
  }
  .main_header .logo {
    width: 130px;
}
header.main_header {
  padding: 16px 0;
}
.main_header .logo svg {
  width: 100%;
}
  .header-warpper .nav-wrapper + .req-btn {
    right: 45px !important;
}
.spot-light img {
  opacity: 0.4;
  display: none;
}
  .glow-button,
  .banner-btn-groups a.dark-btn, 
  .banner-btn-groups a.orange-btn{
    font-size: 14px;
  }
  .site--txt {
      opacity: 1;
      transition: none;
      transform: none;
  }
  .business-box-main {
    margin-top: 60px;
  }
  .business-wrapper .row{
    margin: 0;
  }
  .business-wrapper .row .col-lg-4{
    margin: 0 5px;
    padding: 0;
  }
  .ubix-sec .main-heading h3 {
      font-size: 23px;
      line-height: normal;
  }
  .ubix-line{
    display: none !important;
  }
  .ubix-box {
    transform: none;
    box-shadow: none;
    margin: 0 15px !important;
  }
  .in-view .ubix-box::before{
    display: none;
  }
  .footer-up .main-heading a.dark-btn {
    margin: 15px 15px;
  }
}

@media only screen and (max-width:480.98px){
  .req-btn a {
    font-size: 12px;
    line-height: 20px;
    min-width: 130px;
    min-height: 40px;
    border-radius: 30px;
}
}
@media only screen and (max-width:380.98px){
  span.toggle-menu {
    font-size: 20px !important;
}
.header-warpper .nav-wrapper + .req-btn {
  right: 38px !important;
}
.main_header .logo {
  width: 105px;
}
.req-btn a {
  font-size: 11px;
  line-height: 29px;
  min-width: 115px;
  min-height: 33px;
  border-radius: 20px;
}
}

/* Additional CSS for mobile tab fix */

@media (max-width: 768px) {
  /* Disable pointer events during scrolling */
  body.is-scrolling .resp-tabs-links li {
      pointer-events: none !important;
  }
  
  body.is-scrolling #horizontalTab {
      pointer-events: none !important;
  }
  
  body.is-scrolling .tab-content {
      pointer-events: auto !important;
  }
  
  /* Improve tab content scrolling */
  .tab-content {
      overflow-y: auto !important;
      -webkit-overflow-scrolling: touch !important;
      touch-action: pan-y !important;
      max-height: 70vh !important;
      position: relative !important;
      z-index: 1 !important;
  }
  
  /* Prevent tab switching on scroll */
  .resp-tabs-links li {
      touch-action: manipulation !important;
  }
  
  /* Mobile accordion styles (if using accordion fallback) */
  .mobile-accordion {
      display: block;
  }
  
  .accordion-item {
      border: 1px solid #ddd;
      margin-bottom: 10px;
      border-radius: 8px;
      overflow: hidden;
  }
  
  .accordion-header {
      padding: 15px;
      background: #f8f9fa;
      cursor: pointer;
      font-weight: bold;
      border-bottom: 1px solid #ddd;
      user-select: none;
      -webkit-user-select: none;
      touch-action: manipulation;
  }
  
  .accordion-header:active {
      background: #e9ecef;
  }
  
  .accordion-header.active {
      background: #007cba;
      color: white;
  }
  
  .accordion-content {
      padding: 20px;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
      max-height: 60vh;
  }
  
  /* Force proper display states */
  #horizontalTab .tab-content {
      display: none !important;
  }
  
  #horizontalTab .tab-content.active {
      display: block !important;
      opacity: 1 !important;
      visibility: visible !important;
  }
  
  /* Prevent unwanted interactions */
  .resp-tabs-links li.disabled {
      pointer-events: none;
      opacity: 0.5;
  }
}

/* Very specific mobile device targeting */
@media only screen 
and (max-device-width: 768px) 
and (-webkit-min-device-pixel-ratio: 1) {
  
  .tab-content {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      will-change: scroll-position;
  }
}

/* iOS specific fixes */
@supports (-webkit-touch-callout: none) {
  @media (max-width: 768px) {
      .tab-content {
          -webkit-overflow-scrolling: touch !important;
          overflow: auto !important;
      }
      
      .resp-tabs-links li {
          -webkit-tap-highlight-color: rgba(0,0,0,0.1);
      }
  }
}



/* Map Container Styling */
.map-container {
  width: 100%;
  max-width: 1200px;
  margin: 40px auto;
  
  text-align: center;
  position: relative;
  background: transparent;
}

/* Force SVG to display properly */
.map-container svg {
  margin-top: 80px !important;
  width: 100% !important;
  height: auto !important;
  max-width: 1200px;
  display: block !important;
  margin: 0 auto;
  opacity: 1 !important;
  visibility: visible !important;
  overflow: visible;
}

/* Fix for city labels showing inline */
.map-container text {
  display: block;
  font-family: Arial, sans-serif;
  font-size: 16px;
  fill: #333;
  font-weight: 500;
}

/* Map debug styling */
.map-debug {
  border: 2px dashed #ccc;
  padding: 20px;
  text-align: center;
  color: #666;
  margin: 20px 0;
  background: #f9f9f9;
  border-radius: 8px;
}

.map-additional-content {
  margin-top: 30px;
  text-align: center;
}

/* Responsive design */
@media (max-width: 768px) {
  .map-container {
      margin: 20px 0;
      padding: 0 15px;
  }
  
  .map-container svg {
      width: 100% !important;
      height: auto !important;
  }
  
  .map-container text {
      font-size: 14px;
  }
}