/*!
Theme Name: Allininfosystems
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: allininfosystems
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Allininfosystems is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
  font-family: "Manrope", sans-serif;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

figure {
  margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}

a:visited {
  color: #800080;
}

a:hover,
a:focus,
a:active {
  color: #191970;
}

a:focus {
  outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 230px;
  text-align: start;
  background: var(--blue-color);
  color: var(--text-color-1) !important;
  /* margin-top: 5px; */
  padding: 10px 5px;
  border-left: 2px solid var(--text-color-1);
  border-right: 2px solid var(--text-color-1);
  border-bottom: 2px solid var(--text-color-1);
  font-size: 14px;
  font-weight: 500;
  transition: 0.3ease;
}

.main-navigation ul ul a:hover {
  background: var(--primary-color);
  color: var(--text-color-1);
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  top: 25px;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

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

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

@media (max-width: 767px) {
  #wprmenu_bar {
    padding-left: 30px;
    padding-right: 30px;
  }

  #wprmenu_bar .menu_title {
    font-size: 0;
  }
}

@media (max-width: 440px) {
  #wprmenu_bar {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

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

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

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

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* 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 logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.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;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

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

/*****************************************CUSTOM CSS*****************************************************/
:root {
  --primary-font: "Manrope", sans-serif;
  --primary-color: #051722;
  --secondary-color: #666666;
  --blue-color: #12a8d4;
  --btn-bg-color: #382e6b;
  --green-color: #382e6b;
  --text-color-1: #ffffff;
  --text-color-2: #000000;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  padding: 0;
}
.container {
  max-width: 1780px;
  width: 94%;
}

.main_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-navigation a {
  font-size: clamp(14px, 1.1vw, 18px);
  font-weight: 600;
  font-family: var(--primary-font);
  line-height: 1.6em;
  color: var(--text-color-2);
  text-transform: normal;
}
.main-navigation ul li {
  margin: 0 16px;
}
.nav-container {
  padding: 14px 35px 13px;
}
.header_logo img {
  width: auto;
  object-fit: contain;
}

.repeat_button a {
  padding: 12px 22px;
  font-size: 17px;
  color: var(--text-color-1);
  font-family: var(--primary-font);
  border-radius: 30px;
  background: linear-gradient(90deg, #21b2ee 0%, #01e8af 100%);
  text-decoration: none;
  transition: ease 0.7s;
  white-space: nowrap;
  position: relative;
  padding-right: 55px;
  display: inline-block;
}

.repeat_button a:after,
.rpt_button a:after {
  position: absolute;
  top: 17px;
  right: 28px;
  background-image: url(images/arrow.png);
  background-size: contain;
  cursor: pointer;
  background-repeat: no-repeat;
  width: 18px;
  height: 14px;
  content: " ";
}

.repeat_button a:hover {
  background: linear-gradient(90deg, #01e8af 0%, #21b2ee 100%);
  transition: ease 0.7s;
}

.repeat_button a:hover::after {
  rotate: 26deg;
}

.header_button {
  display: flex;
  align-items: center;
  gap: 15px;
}
.socail_icon a {
  font-size: 25px;
  color: var(--blue-color);
}
.socail_icon a:hover,
.main-navigation a:hover {
  color: var(--blue-color);
}

.main-navigation .current-menu-item > a {
  color: var(--blue-color);
}

.socail_icon {
  display: flex;
  gap: 15px;
}

.site-branding {
  padding: 10px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  background: transparent;
  position: relative;
  z-index: 1;
}

.banner_col {
  position: relative;
}

.banner_content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: auto;
  z-index: 1;
  max-width: 40%;
}

.banner_col:before {
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  content: " ";
}

.banner_content h3 {
  font-size: 50px;
  color: var(--btn-bg-color);
  font-weight: 400;
  margin: 0 0 10px;
  line-height: 1.5;
}
.banner_content p {
  font-size: 21px;
  color: var(--primary-color);
  font-weight: 500;
  margin: 0 0 15px;
}
.banner_content ul {
  list-style: none;
  margin: 0px 0 30px;
  padding: 0px;
}
.banner_content ul li {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 21px;
  margin-bottom: 14px;
  padding-left: 30px;
}

/*.banner_content ul li:before{content: " ";background:url(images/tick.png) no-repeat;background-size: contain;width: 20px;height: 20px;margin-left: -30px;}*/

.rpt_button a {
  padding: 12px 22px;
  font-size: 17px;
  color: var(--text-color-1);
  font-family: var(--primary-font);
  border-radius: 30px;
  background: var(--btn-bg-color);
  text-decoration: none;
  padding-right: 55px;
  position: relative;
  transition: ease 0.7s;
  display: inline-block;
}

#hero-slider .owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.custom-arrow.custom-prev {
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #382e6b;
  margin-left: 15px;
  background: #12a8d4;
  border-radius: 8px 0 8px 0px;
}

.custom-arrow.custom-next {
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #382e6b;
  margin-right: 15px;
  background: #12a8d4;
  position: absolute;
  left: 15px;
  margin-top: 20px;
  border-radius: 8px 0 8px 0px;
}

button:focus {
  outline: none !important;
}

.page {
  margin: 0px;
}

.site-info {
  color: var(--text-color-1);
  padding: 70px 0 60px;
  margin-top: 0px;
}

:focus-visible {
  outline: 0px !important;
}

.footer-logo-section {
  padding-right: 50px;
}

.main_footer_section h3 {
  font-size: 26px;
  font-weight: 600;
  margin: 0 0 35px;
  color: var(--text-color-1);
  text-transform: capitalize;
}

.menu-related ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.menu-related ul li {
  margin-bottom: 5px;
}
.menu-related ul li a {
  padding: 4px 0px;
  font-size: 16px;
  color: #afafaf;
  text-transform: capitalize;
  font-weight: 500;
  text-decoration: none;
  display: block;
  transition: transform 0.3s ease;
}

.menu-related ul li a:hover,
.footer-social-section a:hover {
  color: var(--blue-color);
  transform: translateX(5px);
}

.footer-social-section ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.footer-social-section ul li {
  margin-bottom: 28px;
  display: flex;
  align-items: center;
}

.footer-social-section ul li .left-icon {
  color: #12a8d4;
  width: 45px;
  margin-right: 15px;
  font-size: 24px;
  border-radius: 50%;
  text-align: center;
  height: 45px;
}

@media (max-width: 1023px) and (min-width: 768px) {
  .foot-cmn {
    flex: none;
    width: 50%;
    max-width: 50%;
    margin-bottom: 30px;
  }

  .footer-logo-section {
    padding-right: 0 !important;
  }

  .footer-social-section ul li {
    display: flex;
    align-items: start;
    gap: 15px;
  }
}

.footer-social-section ul li .rgt-email-address p {
  font-size: 16px;
  font-weight: 500;
  margin: 0px;
  color: #afafaf;
  line-height: 1.5;
}
.footer-social-section ul li .rgt-email-address p a {
  font-size: 16px;
  font-weight: 500;
  margin: 0px;
  color: #afafaf;
  line-height: 1.5;
  text-transform: none;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.footer-social-section ul li .rgt-email-address p a:hover {
  color: #12a8d4;
  transform: translateX(5px);
}

ul.footer-social-section {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.footer_first-section p {
  max-width: 85%;
  color: #afafaf;
  font-size: 16px;
  margin: 25px 0px;
  line-height: 1.7;
}

ul.footer-social-section li a {
  width: 35px;
  height: 35px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  line-height: 35px;
  text-align: center;
  color: #000;
  transition: transform 0.3s ease;
  font-size: 20px;
}

.footer-copyright {
  padding: 15px 0px;
  background: #051722;
  color: var(--text-color-1);
  border-top: 1px solid #36414c;
}
.main-footer-copyright {
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
}
.copyrigt-section p {
  margin: 0px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.copyrigt-section p a {
  text-decoration: none;
  color: #12a8d4;
  font: 16px;
}
.footer-social-section a {
  color: var(--text-color-1);
  font-size: 25px;
  transition: transform 0.3s ease;
}

/* Header Top Navigation  */

.top-header-section {
  background: #01151d;
  padding: 10px 0;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.top-mail-phn {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}

.top-mail-phn p {
  margin: 0;
  display: flex;
  align-items: center;
}

.top-mail-phn p:nth-of-type(1) {
  border-right: 1px solid #233c46;
  padding-right: 20px;
}

.top-mail-phn a {
  color: #fff;
  text-decoration: none;
}

.top-mail-phn a:hover,
.top-header-section ul.footer-social-section li a:hover {
  color: #1999ce;
}

.top-mail-phn p i {
  color: #1999ce;
  font-size: 15px;
  padding-right: 10px;
}

.footer-social-section li {
  margin: 0 5px;
}

.footer-social-section li a {
  color: #fff;
  font-size: 18px;
}

@media (max-width: 1200px) {
  .site-branding .container {
    width: 100%;
  }

  .site-branding .header_logo img {
    max-width: 90%;
  }

  .site-branding .repeat_button a {
    font-size: 16px;
    padding: 10px 45px 10px 20px;
  }

  .site-branding .repeat_button a:after {
    top: 13px;
    right: 18px;
  }
}

@media (max-width: 1023px) {
  .site-branding .repeat_button a {
    font-size: 15px;
    padding: 10px 45px 10px 20px;
  }

  .site-branding .repeat_button a:after {
    top: 13px;
    right: 18px;
  }
}

@media (max-width: 900px) {
  .site-branding .repeat_button a:after {
    display: none;
  }

  .site-branding .repeat_button a {
    font-size: 14px;
    padding: 10px 20px 10px 20px;
  }

  .main-navigation a {
    white-space: nowrap;
  }
}

@media (max-width: 767px) {
  .top-header-section {
    display: none;
  }

  .footer-social-section {
    justify-content: center !important;
    margin-top: 10px;
  }

  .menu-item .fa-caret-down {
    display: none !important;
  }
}

/* Home Banner  */

.home-banner {
  position: relative;
  margin-top: -98px;
}
.home-banner-content {
  position: absolute;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
  max-width: 40%;
  padding-left: 5%;
  margin: 0px;
}
.home-banner-content label {
  color: #01151d;
  font-size: clamp(16px, 1.2vw, 22px);
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Nunito", sans-serif;
}
.home-banner-content h1 {
  color: #01151d;
  font-size: clamp(30px, 5vw, 55px);
  font-weight: 800;
  margin: 0 0 15px;
}
.home-banner-content p {
  color: #000;
  font-size: clamp(15px, 1.2vw, 20px);
  font-weight: 500;
  margin: 0 0 25px;
  line-height: 1.8;
}

.mobile-banner {
  display: none;
}

/* Laptop  */
@media (max-width: 1279px) {
  .home-banner-content h1 {
    font-size: 40px !important;
    white-space: nowrap;
  }

  .home-banner {
    margin-top: -90px;
  }
}

/* Tablet  */
@media (max-width: 1023px) {
  .home-banner {
    position: relative;
    margin-top: 0 !important;
  }

  .home-banner .desktop-banner {
    min-height: 400px;
  }

  .home-banner-content h1 {
    font-size: 35px !important;
  }

  .home-banner-content {
    padding: 0 !important;
    max-width: 45%;
  }

  .home-banner-content p {
    margin: 0 0 15px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .desktop-banner {
    display: none;
  }

  .home-banner .container {
    width: 100% !important;
  }

  .home-banner-content h1 {
    font-size: 30px !important;
  }

  .home-banner p {
    padding-right: 5px;
  }

  .mobile-banner {
    display: block;
  }

  .home-banner {
    position: relative;
    margin-top: 0 !important;
  }

  .home-banner-content {
    padding: 0 !important;
    max-width: 100%;
    top: 80% !important;
  }
}

@media (max-width: 440px) {
  .home-banner {
    margin-bottom: 120px;
  }

  .home-banner-content {
    top: 85% !important;
  }

  .home-banner .req-btn a {
    padding: 12px 35px 12px 22px !important;
    font-size: 12px !important;
  }

  .home-banner .req-btn a:after {
    top: 14px !important;
    right: 12px !important;
    width: 15px !important;
    height: 12px !important;
  }

  /* .home-banner .req-btn a:hover::after {
    rotate: 26deg !important;
  } */
}

/* Footer */
.site-footer {
  background: url(/wp-content/uploads/2025/05/footer.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  background-color: var(--primary-color);
}

.site-branding.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

body.has-sticky-header {
  /* padding-top: 100px; */
}

.site-branding {
  transition: all 0.3s ease-in-out;
}

/* Stripe Section  */

.strip-section {
  width: 100%;
  max-width: 100%;
  padding-bottom: clamp(20px, calc(1.875vw + 5.63px), 50px);
  margin: 0 !important;
}

.strip-card {
  padding: clamp(30px, 3vw, 55px) clamp(10px, 2vw, 20px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  border-radius: 15px;
  height: 100%;
  color: #fff;
}

.icon-section {
  min-width: 50px;
  max-width: 50%;
}

.icon-section img {
  width: auto;
  max-width: 100%;
}

.strip-content label {
  margin: 0;
  font-size: clamp(24px, calc(1.389vw + 13.35px), 40px);
  font-weight: 700;
}

.strip-content p {
  margin: 0;
  font-size: clamp(15px, calc(0.347vw + 11.34px), 18px);
  font-weight: 600;
}

/* Background colors (previously by nth-of-type) */
.bg-1 {
  background: #3d416f;
  border-radius: 15px 15px 0 0;
}
.bg-2 {
  background: #5078bd;
  border-radius: 0 0 15px 15px;
}
.bg-3 {
  background: #4fc0e5;
  border-radius: 15px 15px 0 0;
}
.bg-4 {
  background: #47bab9;
  border-radius: 0 0 15px 15px;
}

@media screen and (max-width: 767px) {
  .strip-card {
    padding: 15px 0 !important;
  }
}

/* Home Service  */

.home-services-section {
  padding: clamp(80px, 12vw, 200px) 0 clamp(40px, 6vw, 90px);
  background-size: cover !important;
  width: 100%;
  height: 100%;
  margin-top: clamp(-55px, -5vw, -20px);
}

h2.common-heading {
  color: #fff;
  font-size: clamp(28px, 4vw, 50px);
  text-transform: capitalize;
  font-weight: 800;
  margin: 0 0 1rem;
}

.top-services-content p {
  font-size: clamp(15px, 1.2vw, 20px);
  font-weight: 500;
  line-height: 1.7;
  color: #fff;
  text-align: center;
  max-width: 80%;
  margin: 10px auto 40px;
}
.inner-services-section {
  padding: clamp(15px, 3vw, 30px);
  text-align: left;
  border: 1px solid rgba(241, 241, 241, 0.3);
  border-radius: 25px;
  background: radial-gradient(
    100% 100% at 0% 0%,
    rgba(255, 255, 255, 0.32) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  height: 100%;
}
.home-services-section .inner-services-section p {
  font-size: clamp(14px, 1vw, 16px);
  font-weight: 600;
  line-height: 1.7;
  color: #e0e0e0;
  text-align: left;
}
.icon-headind-section {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
}
.icon-headind-section img {
  max-width: 60px;
}
.inner-services-section h3 {
  color: #fff;
  font-size: clamp(16px, 1.2vw, 22px);
  text-transform: capitalize;
  margin: 0px;
  font-weight: 800;
  font-family: "Manrope", sans-serif;
}

.home-services-section a.readmore-link {
  font-size: clamp(15px, 1vw, 18px);
  font-weight: 700;
  line-height: 1.7;
  color: #fff;
  text-transform: capitalize;
  text-decoration: underline;
  letter-spacing: 1px;
}
.inner-services-section:hover {
  box-shadow: 0 0 10px 2px rgba(255, 255, 255, 0.2);
}

.home-services-section a:hover {
  text-decoration: none;
}

.home-services-section .inner-services-section:hover a.readmore-link {
  color: var(--blue-color);
  text-decoration: underline;
}

@media (max-width: 1024px) {
  .home-services-section {
    background-position-x: 83% !important;
  }

  .inner-services-section {
    padding: 10px;
  }
}

/* Tab-Magento-Shopify  */

.tab-magento-shopify {
  position: relative;
  display: flex;
  justify-content: center;
}

.container1 {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  width: 60%;
}

.tab-bg-arrow .nav-tabs {
  border-bottom: 0;
  justify-content: center;
  margin-top: -25%;
}

.tab-bg-arrow .tab-content {
  max-width: 50%;
  margin: 0 auto;
  text-align: center;
}

.tab-bg-arrow .nav-tabs .nav-link {
  border: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.tab-bg-arrow .nav-tabs .nav-item.show .nav-link,
.tab-bg-arrow .nav-tabs .nav-link.active {
  color: transparent;
  background-color: transparent;
  border-color: transparent;
}

.tab-bg-arrow {
  position: relative;
}

.tab-bg-arrow .nav-tabs li:nth-of-type(1) {
  position: absolute;
  top: 43%;
  left: 12%;
}
.tab-bg-arrow .nav-tabs li:nth-of-type(5) {
  position: absolute;
  top: 43%;
  right: 12%;
}
.tab-bg-arrow .nav-tabs li:nth-of-type(2) {
  position: absolute;
  top: 12%;
  left: 28%;
}

.tab-bg-arrow .nav-tabs li:nth-of-type(3) {
  position: absolute;
  top: 1%;
  left: 46%;
}
.tab-bg-arrow .nav-tabs li:nth-of-type(4) {
  position: absolute;
  top: 11%;
  right: 24%;
}

.tab-bg-arrow .tab-content h3 {
  font-size: clamp(20px, 1.25vw + 5.41px, 35px);
  color: #000;
  font-weight: 800;
}
.tab-bg-arrow .tab-content p {
  font-size: clamp(14px, 0.83vw + 7.63px, 16px);
  line-height: 1.7;
  color: #333;
  margin: 0px;
}

.tab-magento-shopify:before {
  background: url(/wp-content/uploads/2025/05/big-aarow.svg) no-repeat;
  background-size: cover;
  position: absolute;
  left: 0px;
  top: 4px;
  width: 9%;
  height: 100%;
  content: " ";
}
.tab-magento-shopify:after {
  background: url(/wp-content/uploads/2025/05/right-arrow.svg) no-repeat;
  background-size: cover;
  position: absolute;
  right: 0px;
  top: 4px;
  width: 9%;
  height: 100%;
  content: " ";
}

@media (max-width: 1440px) {
  .tab-magento-shopify {
    display: none;
  }

  .container1 {
    width: 90%;
  }

  .tab-bg-arrow .tab-arrow-image {
    position: relative;
  }

  .tab-magento-shopify .nav-item img {
    width: 100%;
    max-width: 100%;
    height: 100%;
  }
}

/* Brand Logo Carousal */

#brand-logo-loop {
  background: #f6f8f9;
  border-bottom: 1px solid #f3f3f3;
  padding: 30px 0px;
  text-align: center;
}

#brand-logo-loop .item {
  text-align: center;
  background: #fff;
  padding: 5px 10px;
  height: 100%;
}

/* Our Portfolio  */
.our-portfolia .upr-port a,
.our-portfolia .upr-port a:hover {
  color: var(--text-color-1);
}

.our-portfolia .upr-port {
  margin-bottom: 20px;
}

#allin-portfolio .port-bnr {
  background-color: #fff;
}

#allin-portfolio .portfolio-banner {
  background: url("/wp-content/uploads/2025/07/portfolio-banner.png") center
    center/cover no-repeat;
  text-align: center;
  padding: clamp(100px, 15vw, 250px) clamp(20px, 4vw, 60px);
  color: #fff;
  position: relative;
}

#allin-portfolio .portfolio-banner h1 {
  font-family: Nunito;
  font-weight: 800;
  font-size: clamp(35px, 5vw, 70px);
  line-height: 1.8;
  text-align: center;
}

.our-portfolia {
  padding: clamp(40px, 5vw, 75px) 0 clamp(30px, 4vw, 60px);
}

.row.loop-portfolio > .col-12 {
  margin-top: 1.5rem;
  transition: transform 0.3s ease;
}

.row.loop-portfolio > .col-12:hover {
  transform: translateY(-5px);
}

.portfolio-tab .nav-tabs {
  border-bottom: 0;
  justify-content: center;
  background: #f7f6f8;
  max-width: fit-content;
  margin: 0 auto 22px;
  border-radius: 40px;
}

.portfolio-tab .nav-tabs > li a {
  display: block;
  border: 0px;
  margin: 0;
  position: relative;
  padding: 21px 40px;
  transition: all 0.3s ease-in-out 0.1s;
  border-left: 0;
  font-weight: 600;
  font-size: clamp(15px, 1.2vw, 20px);
  color: #2d2d2d;
  text-transform: capitalize;
  text-align: center;
  background: #f7f6f8;
}

.portfolio-tab .nav-tabs > li:first-of-type a {
  border-radius: 40px;
}

.portfolio-tab .nav-tabs > li:last-of-type a {
  border-radius: 40px;
}

.portfolio-tab .nav-tabs .nav-link.active,
.portfolio-tab .nav-tabs > li a:hover {
  background: linear-gradient(90deg, #21b2ee 0%, #01e8af 100%);
  color: #fff;
  border: 0px;
  transition: all 0.3s ease-in-out 0.1s;
  border-radius: 40px;
}

.owter-portfolia {
  border: 6px solid #ffffff;
  border-radius: 20px;
  box-shadow: 0px 0px 24px 0px #0000000d;
}
.inner-portfolia {
  box-shadow: 0px 0px 24px 0px #0000000d;
  background: #d6e6ed;
  padding: clamp(10px, 2vw, 20px) clamp(5px, 2vw, 20px) 0;
  border-radius: 20px;
  text-align: center;
}
.inner-portfolia img {
  border-radius: 10px 10px 0px 0px;
}
.our-portfolia h3 {
  font-size: clamp(15px, 1.2vw, 20px);
  text-align: center;
  color: #000;
  text-transform: capitalize;
  margin: 20px 0 0px;
}

.our-portfolia a {
  color: #000;
  text-decoration: none;
}

.our-portfolia a:hover {
  color: var(--blue-color);
  text-decoration: none;
}

h2.common-heading.color-balck {
  color: #000;
  font-size: clamp(30px, 4vw, 50px);
}

.our-portfolia .port-mobile {
  display: none;
}

/* Responsive Portfolio  */

@media (max-width: 767px) {
  #allin-portfolio .portfolio-banner {
    background-position: 100%;
  }

  .inner-portfolia img {
    width: 100%;
  }

  .upr-port > .text-right,
  .upr-port > .text-left {
    text-align: center !important;
  }

  .our-portfolia .port-mobile {
    display: block;
    color: var(--text-color-1) !important;
  }

  .our-portfolia .port-mobile a {
    color: var(--text-color-1) !important;
  }

  .our-portfolia .port-desktop {
    display: none;
  }
}

.home-testimonials-section {
  background-size: cover !important;
  width: 100%;
  height: 100%;
  padding: clamp(20px, 5vw, 80px) 0 clamp(20px, 4vw, 70px);
  color: #fff;
}
.home-testimonials-section .owl-carousel .owl-item img {
  width: auto;
  max-width: 150px;
  border-radius: 50%;
  max-height: 150px;
}

.inner-testimonials-content {
  display: flex;
  gap: 30px;
}

.wrap-star-withname {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
}

.rgt-review-content p {
  font-size: clamp(15px, 1.1vw, 18px);
  line-height: 1.7;
  color: #fff;
  margin: 0 0 20px;
}

.leftstar {
  display: flex;
  gap: 10px;
  align-items: center;
}
.leftstar span {
  font-size: clamp(15px, 1.2vw, 20px);
  color: #fff;
  font-weight: 700;
}
.leftstar label {
  margin: 0px;
}
.leftstar i {
  color: #e24e3c;
  font-size: 15px;
}
.rgt-title h3 {
  font-size: clamp(14px, 1vw, 16px);
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  margin: 0px 0 5px;
  font-family: "Manrope", sans-serif;
  letter-spacing: 3px;
}
.rgt-title h4 {
  font-size: clamp(12px, 1vw, 14px);
  text-transform: uppercase;
  font-weight: 300;
  color: #fff;
  margin: 0px;
  font-family: "Manrope", sans-serif;
}
.wraper-testimonials-main {
  padding: clamp(20px, 4vw, 30px) clamp(8%, 4vw, 12%) 0;
}

.wraper-testimonials-main .owl-nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.wraper-testimonials-main button.owl-prev {
  margin-left: -8%;
}

.wraper-testimonials-main button.owl-next {
  margin-right: -8%;
}

/* Testimonial Responsive  */
@media (max-width: 767px) {
  .inner-testimonials-content {
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: center;
    align-items: center;
  }

  .home-testimonials-section h2 {
    margin-bottom: 1.5rem;
  }

  .leftstar {
    flex-wrap: wrap;
  }

  .wraper-testimonials-main .owl-nav {
    display: none;
  }

  .wraper-testimonials-main {
    padding: 0;
  }
}

/* Our Case Study  */

.case-study-section {
  background-size: cover !important;
  width: 100%;
  height: 100%;
  padding: clamp(20px, 6vw, 80px) 0 0;
}

.top-heading-buttun {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}
.top-heading-buttun .left-case-content {
  max-width: 100%;
}

.top-heading-buttun .left-case-content p {
  font-size: clamp(14px, 1vw, 16px);
  font-weight: 600;
  line-height: 1.7;
  color: #000;
  text-align: left;
}

.wraper-case-study {
  box-shadow: 0px 5px 32px 0px #00000017;
  border: 6px solid #ffffff;
  border-radius: 20px;
  background: rgba(255, 255, 255, 1);
  text-align: center;
  position: relative;
  transition: all 0.3s ease-in-out 0.1s;
}
.wraper-case-study img {
  border-radius: 20px 20px 0 0px;
  height: 352px;
}
.case-study-content {
  padding: 25px 15px 35px;
}
.case-study-content h3 {
  font-size: clamp(16px, 1.2vw, 20px);
  text-align: center;
  color: #000;
  text-transform: capitalize;
  margin: 0px 0 15px;
  font-weight: 800;
}
.case-study-content p {
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.7;
  color: #2d2d2d;
  margin: 0px;
}
.wraper-case-study a {
  text-decoration: none;
  color: inherit;
}

.wraper-case-study:hover {
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease-in-out 0.1s;
}

.wraper-case-study a.readmorecontent {
  background: linear-gradient(91.61deg, #1999ce 14.19%, #01e8af 86.85%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  color: #000;
  display: inline-block;
  position: absolute;
  bottom: -25px;
  left: 45%;
}

/* Our Case Study Responsive  */
@media (max-width: 1360px) {
  .wraper-case-study img {
    height: 300px !important;
  }
}

@media (max-width: 1240px) {
  .wraper-case-study img {
    height: 250px !important;
  }
}

@media (max-width: 767px) {
  .case-study-section > .container {
    width: 100% !important;
  }

  .wraper-case-study a.readmorecontent {
    left: 41%;
  }

  .wraper-case-study img {
    width: 100%;
    max-width: 100%;
    height: 100%;
  }

  .top-heading-buttun .left-case-content {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 576px) {
  .case-study-section > .container > .row {
    gap: 30px;
  }
}

/* FAQ  */
.need_service_section {
  padding: 170px 0px 60px;
  background: #051d1f;
  width: 100%;
  height: 100%;
  background-size: cover;
  margin-top: -80px;
}

.accodian_row {
  padding: 0 10%;
  position: relative;
}

#main #faq .card {
  margin-bottom: 20px;
  border: 0px;
  background: transparent;
}

.card-header {
  padding: 0;
  background: transparent;
}

#main #faq .card .card-header .btn-header-link:after {
  content: " ";
  background: url(/wp-content/uploads/2025/05/openaccordian.png) no-repeat;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-size: contain;
}

#main #faq .card .card-header .btn-header-link.collapsed:after {
  content: " ";
  background: url(/wp-content/uploads/2025/05/closedaccodin.png) no-repeat;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-size: contain;
}

#main #faq .card .card-header .btn-header-link,
#main #faq .card .card-header .btn-header-link.collapsed {
  display: block;
  text-align: left;
  background: transparent;
  color: var(--text-color-1);
  padding: 20px 15px 20px 2px;
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 700;
  border-bottom-left-radius: 0px;
  border: 0px;
  border-bottom-right-radius: 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  white-space: normal !important;
}
.card-header {
  padding: 0;
  border: 0px;
}
.card-body {
  margin-top: -1px;
  border: 0px solid var(--green-color);
  line-height: 1.7;
  margin-top: -1px;
  background: transparent;
  color: #fff;
  padding: 2px;
}
#main #faq .card {
  margin-bottom: 0px;
  border: 0px;
  background: transparent;
  border-bottom: 1px solid #b4b4b4;
  background: transparent;
  border-radius: 0px;
}

.accodian_row:before {
  background: linear-gradient(251.57deg, #52cafb 12.5%, #6f1153 47.12%);
  filter: blur(110px);
  width: 450px;
  height: 450px;
  top: -20px;
  left: 20px;
  opacity: 0.9;
  content: " ";
  display: inline-block;
  position: absolute;
  border-radius: 50%;
}

.accodian_row:after {
  background: linear-gradient(
    251.57deg,
    rgba(1, 212, 140, 0.5) 41.71%,
    #5260fb 59.74%
  );
  filter: blur(120px);
  width: 200px;
  height: 300px;
  top: auto;
  right: -4%;
  opacity: 0.9;
  content: " ";
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  bottom: -80px;
}

.btn.focus,
.btn:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

@media (max-width: 1440px) {
  .accodian_row {
    padding: 0 8%;
  }

  #main #faq .card .card-header .btn-header-link {
    font-size: clamp(20px, 1.3vw + 12px, 22px);
    gap: 20px;
  }

  .card-body {
    font-size: clamp(15px, 1vw + 10px, 16px);
  }
}

@media (max-width: 1024px) {
  .need_service_section {
    padding: 120px 0px 50px;
  }

  .accodian_row {
    padding: 0 6%;
  }

  #main #faq .card .card-header .btn-header-link {
    font-size: 20px;
    padding: 18px 12px 18px 0;
    gap: 20px;
  }

  .card-body {
    font-size: 15px;
    padding: 8px 0;
  }

  .accodian_row:before {
    width: 350px;
    height: 350px;
    top: -40px;
    left: 10px;
  }

  .accodian_row:after {
    width: 180px;
    height: 280px;
    right: -6%;
    bottom: -100px;
  }
}

@media (max-width: 767px) {
  .need_service_section {
    padding: 90px 0 40px;
    margin-top: -60px;
  }

  .need_service_section .container {
    width: 100% !important;
  }

  .accodian_row {
    padding: 0 5%;
  }

  #main #faq .card .card-header .btn-header-link {
    font-size: 18px !important;
    padding: 16px 10px 16px 0;
    gap: 15px;
  }

  .card-body {
    font-size: 14px !important;
    padding: 6px 0;
  }

  .accodian_row:before {
    width: 250px;
    height: 250px;
    top: -50px;
    left: 5px;
    filter: blur(90px);
  }

  .accodian_row:after {
    width: 150px;
    height: 220px;
    right: 0;
    bottom: -120px;
    filter: blur(90px);
  }

  .common-heading {
    font-size: clamp(22px, 6vw, 28px);
  }
}

/* Contact Us  */

.home-contact-section {
  background: #edf7fb;
  padding: 80px 0 60px;
}

.request_content {
  max-width: 1060px;
  margin: 0 auto;
}

.main-contact-form {
  padding-top: 20px;
}
.main-contact-form input {
  width: 100%;
  background: transparent;
  border: 0px;
  box-shadow: none;
  border-radius: 0px;
  height: 50px;
  border-bottom: 1px solid #000;
  color: #000;
}
.main-contact-form textarea {
  width: 100%;
  background: transparent;
  border: 0px;
  box-shadow: none;
  border-radius: 0px;
  height: 150px;
  border-bottom: 1px solid #000;
  color: #000;
  resize: none;
}
.main-contact-form .row .col-md-6,
.main-contact-form .row .col-md-12 {
  margin-bottom: 15px;
}

.main-contact-form input::placeholder,
.main-contact-form textarea::placeholder {
  color: #000; /* your desired color */
}

/* Vendor prefixes for better browser support */
.main-contact-form input::-webkit-input-placeholder,
.main-contact-form textarea::-webkit-input-placeholder {
  color: #000;
}

.main-contact-form input::-moz-placeholder,
.main-contact-form textarea::-moz-placeholder {
  color: #000;
}

.main-contact-form input:-ms-input-placeholder,
.main-contact-form textarea:-ms-input-placeholder {
  color: #000;
}

.main-contact-form input:-moz-placeholder,
.main-contact-form textarea:-moz-placeholder {
  color: #000;
}

.main-contact-form input[type="submit"] {
  padding: 18px 40px;
  font-size: 17px;
  color: var(--text-color-1);
  font-family: var(--primary-font);
  border-radius: 30px;
  background: linear-gradient(90deg, #21b2ee 0%, #01e8af 100%);
  text-decoration: none;
  transition: ease 0.7s;
  white-space: nowrap;
  position: relative;
  width: auto;
  height: auto;
  border: 0px;
  padding-right: 40px;
  display: inline-block;
  cursor: pointer;
}

.main-contact-form *:after {
  right: 45px !important;
}

#contact-us .main-contact-form *:after {
  right: 60px !important;
}

.col-md-12.submit-realted {
  text-align: center;
  max-width: 270px;
  margin: 0 auto;
  position: relative;
}

span.wpcf7-spinner {
  display: none;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form .wpcf7-response-output {
  border-color: #ffb900;
  text-align: center;
}

.col-md-12.submit-realted:after {
  position: absolute;
  top: 19px;
  right: 30px;
  background-image: url(images/arrow.png);
  background-size: contain;
  cursor: pointer;
  background-repeat: no-repeat;
  width: 18px;
  height: 14px;
  content: " ";
}

.col-md-12.submit-realted:hover:after {
  rotate: 26deg;
}

.main-contact-form input[type="submit"]:hover {
  background: linear-gradient(90deg, #01e8af 0%, #21b2ee 100%);
  transition: ease 0.7s;
}

/*************************************** Vishwajeet CSS  ************************************************/

#single-services .service-provide {
  padding: 4% 8%;
  background-color: #edf7fb;
}

#single-services .home-banner-content h1 {
  white-space: normal;
}

#single-services .service-provide .upr-srvc h3 {
  font-family: Nunito;
  font-weight: 800;
  font-size: clamp(28px, 4vw, 50px);
  line-height: 1.7;
  text-align: center;
  text-transform: capitalize;
  color: #000000;
}

#single-services .service-provide .upr-srvc p {
  font-family: Manrope;
  font-weight: 500;
  font-size: clamp(15px, 1.2vw, 20px);
  line-height: 1.7;
  text-align: center;
  color: #2d2d2d;
}

#single-services .col-md-4 {
  padding: 15px;
}

#single-services .service-box {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background: url("/wp-content/uploads/2025/06/Frame.jpg") center center/cover
    no-repeat;
  padding: 30px;
  height: 100%;
  z-index: 1;
}

#single-services .service-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(308.82deg, #02e6b1 10.62%, #1eb7e8 93.43%);
  transition: left 0.5s ease;
  z-index: 2;
  opacity: 0.9;
}

#single-services .service-box:hover::before {
  left: 0;
}

#single-services .service-box > * {
  position: relative;
  z-index: 3;
}

#single-services .service-box img {
  width: 80px;
  height: 80px;
  max-width: 100%;
  margin-right: 2rem;
}

#single-services .service-box h4 {
  color: #fff;
  font-family: Manrope;
  font-weight: 800;
  font-size: 25px;
  line-height: 2rem;
  margin-bottom: 15px;
}

#single-services .service-box p {
  color: #fff;
  font-family: Manrope;
  font-weight: 600;
  font-size: 18px;
  line-height: 2rem;
}

/* Why Do Brands Choose Shopify? */

#single-services .brand-service {
  padding: 90px 0;
}

#single-services .feature-section {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
}

#single-services .feature-right {
  flex: 1;
  min-width: 300px;
}

#single-services .feature-right img {
  width: 100%;
  border-radius: 10px;
}

#single-services .feature-left h3 {
  font-family: Nunito;
  font-weight: 800;
  font-size: clamp(28px, 4vw, 50px);
  line-height: 1.5;
  text-transform: capitalize;
  color: #000000;
  margin-bottom: clamp(15px, 1.2vw, 20px);
}

#single-services .feature-left p {
  font-family: Manrope;
  font-weight: 500;
  font-size: clamp(15px, 1.2vw, 20px);
  line-height: 1.7;
  color: #2d2d2d;
  margin-bottom: 15px;
}

#single-services .accordion {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#single-services .accordion-title img.icon {
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
  cursor: pointer;
}

#single-services .accordion-item {
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
}

#single-services .accordion-title {
  font-weight: 700;
  font-size: 18px;
  padding: 15px 20px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  background: #f7f7f7;
}

#single-services .accordion-title h5 {
  margin: 0 !important;
  padding: 10px 0 !important;
}

#single-services .accordion-content {
  padding: 15px 20px;
  display: none;
  font-size: 16px;
  color: #333;
}

#single-services .accordion-item.active .accordion-content {
  display: block;
}

#single-services .accordion-item.active .accordion-title span {
  content: "-";
}

#single-services .accordion-title span {
  font-size: 20px;
  font-weight: bold;
}

/*  Shopify Development Process at Allin Info System  */

#single-services .shopify-process .container {
  background-color: #edf7fb;
  padding: 4%;
  z-index: 9;
  position: relative;
  border-radius: 20px;
}

#single-services .shopify-process h2 {
  font-family: Nunito;
  font-weight: 800;
  font-size: clamp(28px, 4vw, 50px);
  line-height: 1.2;
  text-align: center;
  color: #000000;
}

#single-services .shopify-process .subtitle p {
  font-family: Manrope;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.7;
  text-align: center;
  color: #2d2d2d;
  margin: 30px 0px;
  height: auto !important;
}

#single-services .shopify-process .step {
  background: #19283e;
  padding: 25px 15px;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

#single-services .shopify-process .step img {
  max-width: 60%;
  position: relative;
  top: 20%;
}

#single-services .shopify-process h4 {
  font-family: Nunito;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
  height: 65px;
}

#single-services .shopify-process p {
  font-family: Manrope;
  font-size: 16px;
  line-height: 25px;
  color: #fff;
  height: 150px;
  overflow-y: auto;
  padding-right: 5px;
}

#single-services .timeline-line {
  text-align: center;
}

#single-services .timeline-line img {
  max-width: 100%;
  margin: 40px 0;
}

.mobile-br {
  display: none;
}

/* Responsive of Single Service Page  */
@media (max-width: 1440px) {
  #single-services .shopify-process .step img {
    top: 18%;
  }

  #single-services .timeline-line img {
    max-width: 90%;
  }
  #single-services .shopify-process h4 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  #single-services .shopify-process p {
    font-size: 15px;
  }

  #single-services .home-banner-content h1 {
    font-size: 45px !important;
  }
}

@media (max-width: 1360px) {
  #single-services .service-provide {
    padding: 4% 5% !important;
  }

  #single-services .service-box h4 {
    font-size: 20px;
    line-height: 1.5;
  }

  #single-services .service-box p {
    font-size: 18px;
    line-height: 1.5;
  }

  #single-services .home-banner-content h1 {
    font-size: 40px !important;
  }
}

@media (max-width: 1200px) {
  #single-services .service-box img {
    width: 70px;
    height: 70px;
    max-width: 100%;
    margin-right: 1rem;
  }
  #single-services .service-provide {
    padding: 50px 25px !important;
  }

  #single-services .shopify-process h4 {
    font-size: 17px;
  }

  #single-services .home-banner-content h1 {
    font-size: 30px !important;
  }

  #single-services .home-banner-content {
    top: 55%;
  }
}

/* Tablet  */

@media (max-width: 1023px) {
  #single-services .home-banner-content h1 {
    white-space: normal;
    font-size: 30px !important;
  }

  #single-services .service-provide .container {
    width: 100% !important;
    padding: 0;
    margin: 0;
  }

  #single-services .home-banner-content p {
    font-size: 14px;
  }

  #single-services .brand-service {
    padding: 50px 0px;
  }

  #single-services .feature-section {
    width: 100%;
    flex-direction: column;
  }

  #single-services .feature-right,
  #single-services .feature-left {
    width: 100%;
    max-width: 100%;
  }

  #single-services .shopify-process .container {
    width: 100% !important;
    padding: 50px 15px !important;
  }

  #single-services .timeline-line {
    display: none;
  }

  #single-services .shopify-process .col-md-2 {
    max-width: 33%;
    flex: none;
    margin: 10px 0px 75px 0px;
  }

  #single-services .shopify-process .step img {
    max-width: 50%;
  }

  #single-services .accodian_row:after {
    right: 0 !important;
  }
}

/* Mobile  */

@media (max-width: 600px) {
  #single-services .service-provide .col-12 {
    flex: 100% !important;
  }

  #single-services .process-steps {
    padding: 5% 15% !important;
  }

  #single-services .home-banner-content h1 {
    font-size: 25px !important;
  }
}

@media (max-width: 767px) {
  #single-services .service-provide {
    padding: 50px 15px;
  }

  #single-services .service-provide .col-12 {
    flex: 0 0 50%;
  }

  #single-services .service-provide .container {
    width: 100% !important;
    padding: 0;
    margin: 0;
  }

  #single-services .service-box {
    padding: 20px;
  }

  #single-services .service-box h4 {
    font-size: 18px;
    line-height: 1.5;
  }

  #single-services .service-box p {
    font-size: 16px;
    line-height: 1.5;
  }

  #single-services .accordion-title h5 {
    font-size: 16px;
  }

  #single-services .accordion-content p {
    font-size: 15px;
  }

  #single-services .shopify-process .subtitle p {
    margin: 0;
  }

  #single-services .shopify-process .container {
    padding: 40px;
  }

  #single-services .process-steps {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 5% 25%;
  }

  #single-services .shopify-process .step img {
    max-width: 50%;
  }

  #single-services .shopify-process .col-md-2 {
    max-width: 100%;
  }
}

/*************************** Coming Soon ***************************/

#coming-soon {
  background-color: var(--blue-color);
  height: 70vh;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--text-color-1);
}

#coming-soon h4 {
  font-size: 35px;
  font-weight: 500;
}

#coming-soon h1 {
  font-size: 80px;
  font-weight: 700;
}

/*************************** Brand Logo Pagination ***************************/

.owl-dots {
  display: none !important;
}

/**************************** Floating Chat Button  ***************************/

#open-ai-chatbot h5 {
  color: var(--blue-color);
}

#open-ai-chatbot .btn-primary {
  background-color: var(--blue-color) !important;
  color: var(--text-color-1);
  font-weight: bold;
}

#open-ai-chatbot .form-control:focus {
  border-color: var(--blue-color) !important;
  transition: 0.3s ease-in-out;
  box-shadow: 0 0 0 0.2rem rgba(18, 168, 212, 0.4);
}

#chat-button {
  position: fixed;
  bottom: 25px;
  right: 25px;
  background: linear-gradient(45deg, #00c9ff, #92fe9d);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: transform 0.3s ease;
}

#chat-button:hover {
  transform: scale(1.3);
}

#chat-button img {
  width: 25px;
  height: 25px;
}

/**************************** Thank You Page Start ***************************/

.thank-you-page {
  min-height: 80vh;
  background: linear-gradient(135deg, #e0f7fa, #ffffff);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 20px;
  text-align: center;
}

.thank-you-wrapper {
  max-width: 600px;
  background: #ffffff;
  padding: 40px 30px;
  border-radius: 12px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15), 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.thank-you-wrapper:hover {
  transform: translateY(-5px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2), 0 8px 20px rgba(0, 0, 0, 0.05);
}

.thank-you-wrapper h2 {
  font-size: clamp(28px, 5vw, 42px);
  color: #12a8d4;
  margin-bottom: 20px;
}

.thank-you-wrapper p {
  font-size: clamp(16px, 2vw, 18px);
  color: #000;
  margin-bottom: 30px;
}

.thank-you-wrapper .back-home {
  display: inline-block;
  text-decoration: none;
  background-color: #12a8d4;
  color: #fff;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.thank-you-wrapper .back-home:hover {
  background-color: #0e90b8;
}

/**************************** Thank You Page End ***************************/

/* Responsive Code Here (1920-1440) */

/* Responsive Code Here (1440-1300) */

/* Footer Responsive */

@media (max-width: 767px) {
  #wprmenu_bar .bar_logo {
    height: 40px;
  }

  .footer-logo-section {
    padding: 0 !important;
  }

  .main_footer_section h3 {
    margin: 30px 0 10px 0 !important;
  }

  .copyrigt-section p {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
  }

  .mobile-br {
    display: inline;
  }

  .site-info {
    padding: 30px 0;
  }
}

@media (max-width: 1023px) {
  .footer-logo-section {
    padding-right: 35px;
  }

  .main_footer_section h3 {
    font-size: 22px;
  }

  .site-info {
    padding: 50px 0 40px;
  }
}

/************************************ 404 Error Page CSS *************************************/

.error-404 {
  text-align: center;
  padding: 80px 20px;
}

.error-404 .page-title {
  font-size: clamp(3.125rem, 2.6923rem + 1.9231vw, 5rem);
  margin: 0;
  color: #12a8d4;
  font-weight: 700;
}

.error-404 .page-subtitle {
  font-size: clamp(1.375rem, 1.2596rem + 0.5128vw, 1.875rem);
  margin: 15px 0;
  color: var(--primary-color);
}

.error-404 .page-text {
  font-size: clamp(1rem, 0.9712rem + 0.1282vw, 1.125rem);
  margin: 20px auto;
  max-width: 600px;
  color: var(--primary-color);
}

.error-404 .custom-search form {
  display: flex;
  justify-content: center;
  align-items: stretch;
  max-width: 325px;
  margin: 0 auto;
  border: 2px solid #21b2ee;
  border-radius: 30px;
  overflow: hidden;
}

.error-404 .custom-search label {
  margin: 0;
}

.error-404 .custom-search input[type="search"] {
  flex: 1;
  padding: 15px 20px;
  border: none;
  outline: none;
  font-size: 16px;
  border-radius: 0;
}

.error-404 .custom-search input[type="submit"] {
  padding: 0 25px;
  border: none;
  border-radius: 0;
  background: linear-gradient(90deg, #21b2ee 0%, #01e8af 100%);
  color: var(--text-color-1);
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.3s ease;
}

.error-404 .custom-search input[type="submit"]:hover {
  background: linear-gradient(90deg, #01e8af 0%, #21b2ee 100%);
}

.error-404 .error-btn .btn-home {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 30px;
  background: linear-gradient(90deg, #21b2ee 0%, #01e8af 100%);
  color: var(--text-color-1);
  text-decoration: none;
  border-radius: 30px;
  font-size: 16px;
  transition: ease 0.7s;
}

.error-404 .error-btn .btn-home:hover {
  background: linear-gradient(90deg, #01e8af 0%, #21b2ee 100%);
}
