/* ----------------------------------

Template Name: Dostart - Startup Landing Page Template
Author: validtheme
Description:
Version: 2.0

Main Font    : Sansation
Main Color   : var(--color-primary)

-------------------------------------

Table of contents
        
    01. Template default css
    02. Navbar
        - Navbar Default
        - Navbar Sticky
        - Navbar Transparent
    03. Banner
    04. Features
    05. About Area
        - Version One
        - Version Two
        - Version Three
    06. Content Tab
    07. Fun Factors
    08. Services
        - Carousel
        - Grid
        - Iconic
    09. Our Process
    10. Our Skill
    11. Testimonials
    12. Faq
    13. Team
    14. Companies Area
    15. Why Chose Us
    16. Pricing Table
    17. Our Features
    18. Portfolio
        - Mix Colum
        - Grid Colum
        - Masonary Colum
    19. Blog
        - Standard
        - Left Sidebar
        - Right Sidebar
        - Single
    20. Concat Area
    21. Get Started Area
    22. Error 404
    23. Footer
    24. PHP Contact Form
    25. Others

*/

@import url('https://fonts.googleapis.com/css2?family=Sansation:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');

/* Varialbes */
:root {
	--font-default: "Sansation", sans-serif;
	--font-heading: "Sansation", sans-serif;
	--fontawesome: "Font Awesome 5 Pro";
	--black: #000000;
	--dark: #000000;
	--dark-secondary: #1a1a1a;
	--white: #ffffff;
	--color-primary: #f21f2d;
	--color-secondary: #a9141c;
	--color-heading: #04000b;
	--color-paragraph: #666666;
	--box-shadow-primary: -1px 3px 10px 0 rgba(0, 0, 0, 0.6);
	--box-shadow-secondary: 0 10px 30px 0 rgba(44, 130, 237, 0.4);
	--box-shadow-regular: 0px 2px 12px 0px #e7e7e7;
	--bg-gray: #f7f7f7;
	--bg-gray-secondary: #D8E7EF;
	--bg-gradient: linear-gradient(135deg, var(--color-primary) 0%, #d71926 52%, var(--color-secondary) 100%);
	--bg-gradient-secondary: linear-gradient(135deg, var(--color-secondary) 0%, #d71926 48%, var(--color-primary) 100%);
}



/* ============================================================== 
     # Reset Browsers
=================================================================== */

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body,
html {
	height: 100%;
}

html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	scroll-behavior: smooth;
}

html, body, div, span, img,
ol, ul, li, a, p, h1, h2, h3,
h4, h5, h6, option, legend, label,
table, th, td, tr, article, aside,
caption, figure, footer, header, hgroup,
mark, nav, section, time, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

.wrapper {
	height: 100%;
}

img {
	border: none;
	outline: none;
	max-width: 100%;
}

label {
	display: inline-block;
	font-weight: normal;
	margin-bottom: 5px;
	max-width: 100%;
}

a {
	outline: none;
	text-decoration: none;
	color: var(--color-heading);
}

a img {
	border: none;
}

a:active {
	outline: none;
	text-decoration: none;
	color: var(--color-heading);
	opacity: 1;
}

a:focus {
	outline: none;
	text-decoration: none;
	color: var(--color-heading);
}

a:hover {
	outline: none;
	text-decoration: none;
	color: var(--color-primary);
	opacity: 1;
}

.color-style-two a:hover {
	color: var(--color-style-two);
}

button {
	outline: medium none;
}

iframe {
	border: none;
}

hr {
	margin-top: 0;
	margin-bottom: 0;
	border: 0;
	border-top: 1px solid #eeeeee;
}

pre {
	display: block;
	margin: 0 0 30px;
	padding: 9.5px;
	word-wrap: break-word;
	word-break: break-all;
	color: #333333;
	border: 1px solid #ededed;
	border-radius: inherit;
	background-color: var(--bg-gray);
	font-size: 13px;
	line-height: 1.42857143;
}

input {
	border: 1px solid #e7e7e7;
	border-radius: inherit;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
	min-height: 50px;
}

input:focus {
	outline: none;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
}

textarea:focus {
	outline: none;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
}

select:focus {
	outline: none;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
}

ul {
	list-style-type: none;
}

ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

b {
	font-weight: 700;
}

strong {
	font-weight: 700;
}

.row {
	--bs-gutter-x: 30px;
}

i::before {
	line-height: inherit !important;
}

.form-group {
  margin-bottom: 20px;
}

.shadow {
  box-shadow: none !important;
}

/* ============================================================== 
    # Template Default Styles
=================================================================== */

body {
	font-family: var(--font-default);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.8;
	overflow-x: hidden;
	background-color: var(--white);
	color: var(--color-paragraph);
}

h1, h2, h3, h4, h5, h6 {
	color: var(--color-heading);
	font-weight: normal;
	line-height: 1.2;
	font-family: var(--font-heading);
	letter-spacing: 0;
	margin: 0;
	margin-bottom: 15px;
	font-weight: 700;
}

h1 {
	font-size: 40px;
	margin-bottom: 25px;
}

h2 {
	font-size: 36px;
	margin-bottom: 25px;
}

h3 {
	font-size: 28px;
	margin-bottom: 25px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 14px;
}

a, .btn, button {
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	outline: medium none;
	text-decoration: none;
	font-weight: 700;
	line-height: 26px;
}

p {
	color: var(--color-paragraph);
	margin: 0 0 25px;
	text-transform: none;
	font-weight: 500;
	font-family: var(--font-default);
  line-height: 1.8;
}


/* Default CSS */
.container-half {
  margin: 0 auto;
  width: 60%;
  padding: 0 15px;
}

.bg-cover {
  background-position: center center;
  background-size: cover;
}

.bg-fixed {
  background-attachment: fixed;
  background-position: center top;
  background-size: cover;
}

.bg-gray {
  background-color: var(--bg-gray);
}

.bg-theme-small {
  background-color: #edf5ff;
}

.bg-light {
  background-color: var(--white);
}

.bg-theme {
  background-color: var(--color-primary);
}

.text-light h1, 
 .text-light h2, 
 .text-light h3, 
 .text-light h4, 
 .text-light h5, 
 .text-light h6, 
 .text-light p, 
 .text-light a {
  color: var(--white);
}

.shadow {
  position: relative;
  z-index: 1;
}

.shadow.dark::after {
  background: var(--dark) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.dark-hard::after {
  background: var(--dark) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.75;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.light::after {
  background: var(--white) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.theme::after {
  background: var(--color-primary) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  mix-blend-mode: multiply;
}

.shadow.theme-hard::after {
  background: var(--color-primary) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.default-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

.default-padding-top {
  padding-top: 120px;
}

.default-padding-top.bottom-less {
  margin-bottom: -30px;
}

.default-padding-bottom {
  padding-bottom: 120px;
}

.default-padding.bottom-less {
  padding-top: 120px;
  padding-bottom: 90px;
}

.default-padding.bottom-30 {
  padding-top: 120px;
  padding-bottom: 30px;
}

.default-padding.bottom-20 {
  padding-top: 120px;
  padding-bottom: 20px;
}

.padding-xl {
  padding-top: 180px;
  padding-bottom: 180px;
}

.carousel-shadow {
  padding-bottom: 70px;
}

.btn {
  display: inline-block;
  font-family: var(--font-default);
  font-size: 12px;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  font-weight: 700;
  letter-spacing: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}

.btn-md {
  padding: 12px 40px 12px;
}

.btn-sm {
  padding: 13px 40px;
  font-size: 12px;
}

.btn.btn-sm-pro {
  font-size: 10px;
  font-weight: 700;
  margin-top: 5px;
  padding: 4px 35px;
  display: inline-block;
}

.btn-border-light {
  border: 2px solid var(--white);
}

.btn.btn-sm-pro.btn-border-light:hover, 
 .btn.btn-sm-pro.btn-border-light:focus {
  background-color: var(--white);
  color: var(--dark);
  border: 2px solid var(--white);
}

.btn-dark {
  background-color: var(--dark);
  color: var(--white);
  border: 2px solid var(--dark);
}

.btn-dark.border {
  background-color: transparent;
  color: var(--dark);
  border: 2px solid var(--dark);
}

.btn-dark.border:hover {
  background-color: var(--dark);
  color: var(--white) !important;
  border: 2px solid var(--dark);
}

.btn.btn-light {
  background: var(--white) none repeat scroll 0 0;
  border: 2px solid var(--white);
  color: var(--dark);
}

.btn.btn-light:hover, 
 .btn.btn-light:focus {
  background: transparent none repeat scroll 0 0;
  border: 2px solid var(--white);
  color: var(--white);
}

.btn.btn-light.effect:hover, 
 .btn.btn-light.effect:focus {
  background: var(--bg-gradient);
  color: var(--white) !important;
  border: 2px solid var(--color-primary);
}

.btn.btn-light.border {
  background: transparent;
  border: 2px solid var(--white) !important;
  color: var(--white);
}

.btn.btn-light.border:hover {
  background: var(--white) none repeat scroll 0 0 !important;
  border: 2px solid var(--white) !important;
  color: var(--dark) !important;
}

.btn-dark:hover, 
 .btn-dark:focus {
  color: var(--dark) !important;
  background: transparent;
}

.bg-dark {
  background: var(--dark) none repeat scroll 0 0;
}

.bg-gradient {
  background: var(--bg-gradient)
}

.btn-theme {
  background: var(--bg-gradient);
  color: var(--white) !important;
  border: 2px solid var(--color-primary);
}

.btn-theme.border {
  background-color: transparent;
  color: var(--color-primary) !important;
  border: 2px solid var(--color-primary);
}

.btn-theme.border:hover {
  background: var(--bg-gradient);
  color: var(--white) !important;
  border: 2px solid var(--color-primary);
}

.btn-theme.effect:hover, 
 .btn-theme.effect:focus {
  background: var(--dark);
  border: 2px solid var(--dark);
  color: var(--white);
}

.btn.btn-sm-lm {
  font-size: 12px;
  padding: 4px 35px;
}

.waves-shape-inc {
  position: relative;
  z-index: 1;
}

.waves-shape {
  background: rgba(0, 0, 0, 0) url("assets/img/waves-shape.svg") no-repeat scroll center bottom / cover;
  bottom: 0;
  float: left;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.bg-fixed {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}

.bg-cover {
  background-position: center center;
  background-size: cover;
}

.container-full {
  padding: 0 15px;
  width: 100%;
}

.oh {
  overflow: hidden;
}

.less-margin {
  margin: 0;
}

header {
  position: relative;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a {
  position: relative;
  z-index: 1;
  margin-left: 3px;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a {
  border: medium none;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a::after {
  background: var(--white) none repeat scroll 0 0;
  bottom: -2px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a.active::after,
header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a:hover::after {
  width: 100%;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a.active::after,
header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a:hover::after {
  width: 0;
}

.attr-nav .social.right li {
  margin-left: 20px;
}

.attr-nav .social li a {
  font-size: 16px;
}

.navbar .attr-nav.button a {
  border: 1px solid var(--white);
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  padding: 5px 25px !important;
  text-transform: uppercase;
}

.navbar .attr-nav.button.theme a {
  background: var(--bg-gradient);
  border: 1px solid transparent;
  color: var(--white);
}

.navbar .attr-nav.button.circle a {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
/* Navbar */
nav.bootsnav.navbar-default.info-topbar .navbar-header {
  display: none;
}

nav.bootsnav.navbar-default.info-topbar ul li a {
  margin-right: 30px;
  padding: 35px 0;
}

nav.bootsnav.navbar-default.info-topbar.active-full ul li a {
  margin-right: 0;
  padding: 35px 20px;
}

nav.navbar.bootsnav.active-border ul.nav > li > a {
  position: relative;
}

nav.navbar.bootsnav.active-border ul.nav > li.active > a::before {
  background: var(--color-primary) none repeat scroll 0 0;
  bottom: -1px;
  content: "";
  height: 2px;
  left: 15%;
  position: absolute;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  width: 70%;
}

.attr-nav > a.btn-theme.effect:hover, 
.attr-nav > a.btn-theme.effect, 
.attr-nav > a.btn-theme.effect:focus {
  background: var(--bg-gradient);
  border: 2px solid var(--color-primary);
  color: var(--white) !important;
}

nav.bootsnav.navbar-default.info-topbar.sticked ul li a {
  margin-right: 30px;
  padding: 35px 0;
}

.attr-nav.social li {
  display: inline-block;
  padding: 25px 0 !important;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.attr-nav.social li a {
  border: 1px solid #f4f4f4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: var(--color-primary);
  display: inline-block;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  margin-left: 10px;
  padding: 0 !important;
  text-align: center;
  width: 40px;
}

nav.navbar.bootsnav.sticked .attr-nav.social li {
  display: inline-block;
  padding: 20px 0 !important;
}

.site-heading h2 {
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
}

.site-heading h2 span {
  color: var(--color-primary);
}

.site-heading h4 {
  display: inline-block;
  padding-bottom: 20px;
  position: relative;
  z-index: 1;
  font-weight: 500;
}

.site-heading h4::before {
  background: var(--color-primary) none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  width: 50px;
}

.site-heading h2 span {
  color: var(--color-primary);
}

.site-heading {
  margin-bottom: 60px;
  overflow: hidden;
  margin-top: -5px;
}


/* ============================================================== 
     # Bradcrumb 
=================================================================== */
.breadcrumb-area {
  padding: 100px 0;
}

.breadcrumb-area .breadcrumb {
  background: transparent none repeat scroll 0 0;
  border-radius: inherit;
  display: inline-block;
  margin: 0;
  position: relative;
  z-index: 1;
}

.breadcrumb-area .breadcrumb li {
  display: inline-block;
}

.breadcrumb-area h1 {
  display: block;
  font-weight: 700;
}

.breadcrumb > li + li::before {
  color: var(--white);
  content: "\f101";
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  padding: 0 5px;
}

.breadcrumb-area .breadcrumb a, 
 .breadcrumb-area .breadcrumb li {
  font-weight: 700;
  text-transform: uppercase;
}

.breadcrumb-area .breadcrumb li.active {
  color: var(--color-primary);
}


/* Round Shape */
.shape-box {
  position: relative;
  z-index: 1;
}

.shape-box .round-shape {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
}

.shape-box .round-shape img {
  width: 100%;
  height: auto;
}

.title {
  font-size: 55px;
}

/* ============================================================== 
     # Banner 
=================================================================== */
body, 
.banner-area, 
.banner-area div {
  height: 100%;
}

.banner-area.auto-height, 
.banner-area.auto-height div {
  height: auto;
}

.banner-area .box-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.banner-area .box-table {
  display: table;
  width: 100%;
}

.banner-area .box-cell, 
 .banner-area .box-cell div {
  height: auto;
}

.banner-area {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.banner-area.banner-style-four {
  overflow: inherit;
}

.banner-area.shadow.dark-hard::after {
  background: #323a45;
}

.banner-area .wavesshape {
  bottom: -15px;
  left: 0;
  position: absolute;
  right: 0;
  top: auto;
  width: 100%;
}

.banner-area .wavesshape.shape {
  bottom: -50px;
}

.banner-area .content {
  position: relative;
  z-index: 9;
}

.banner-area.wavesshape {
  position: relative;
  z-index: 1;
}

.banner-area.triangle-shadow {
  position: relative;
  z-index: 1;
}

.banner-area.triangle-shadow::before {
  border-bottom: 0 solid transparent;
  border-right: 100vw solid var(--white);
  border-top: 80px solid transparent;
  bottom: 0;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 101;
}

.banner-area.shadow-inner .content {
  padding: 30px;
  position: relative;
  z-index: 1;
}

.banner-area a {
  margin-right: 5px;
}

.banner-area.text-center a {
  margin-right: 3px;
  margin-left: 3px;
}

.banner-area.content-double .double-items {
  align-items: center;
  align-self: center;
  display: flex;
  justify-content: center;
  vertical-align: middle;
}

.banner-area.auto-height .double-items,
.banner-area.auto-height .content-box {
  overflow: hidden;
  padding-top: 160px;
}

.banner-area .content-box .banner {
  margin-top: 50px;
}

.banner-area .content-box.video-popup .banner {
  position: relative;
}

.banner-area .video-play-button.video-inline {
  bottom: inherit;
  display: inline-block;
  font-size: 20px;
  left: 0;
  margin-bottom: 0 !important;
  margin-left: 20px;
  margin-right: 0 !important;
  margin-top: 0 !important;
  padding: 0;
  position: relative;
  top: 0;
  transform: inherit;
  height: 60px;
  width: 60px;
  line-height: 60px;
}

.banner-area .content-box.video-popup .content a {
  margin-top: 30px !important;
}

.banner-area .video-play-button.video-inline i {
  position: relative;
  text-align: center;
  top: 20px;
  width: 100%;
  padding-left: 3px;
}

.banner-area .video-play-button.video-inline::before,
.banner-area .video-play-button.video-inline::after {
  height: 60px;
  width: 60px;
}

.banner-area .item-cell .item {
  display: table-cell;
  float: none;
  vertical-align: middle;
}

.banner-area.text-small .content h1 {
  font-weight: 700;
  margin-bottom: 30px;
  text-transform: capitalize;
}

.banner-area.text-small.banner-style-two .content h1 {
  font-size: 65px;
  line-height: 1.1;
  text-transform: none;
}

ul.list-style-one {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  border: 1px solid;
  padding: 5px;
  padding-right: 0;
  padding-left: 20px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.4);
  margin-bottom: 20px;
}

ul.list-style-one li {
  display: inline-block;
  text-transform: uppercase;
  font-size: 20px;
  color: var(--color-heading);
  font-weight: 600;
  position: relative;
  padding-right: 30px;
}

ul.list-style-one li::after {
  position: absolute;
  right: 10px;
  top: 50%;
  content: "";
  height: 10px;
  width: 10px;
  background: var(--color-primary);
  border-radius: 50%;
  transform: translateY(-50%);
}

ul.list-style-one li:last-child::after {
  display: none;
}

.banner-area.text-small .content a {
  margin-top: 15px;
}

#particles-js,
#ripple {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.banner-area.text-small.banner-style-two .content p {
    font-weight: 400;
}

.banner-area.text-small.banner-style-two .content h1 strong {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.banner-area.text-small.banner-style-two .content h1 strong::after {
  position: absolute;
  left: 0;
  bottom: 0px;
  content: "";
  height: 100%;
  width: 100%;
  background: url(assets/img/shape/6.png);
  z-index: -1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* Banner Content */
.banner-area .video-play-button {
  color: var(--color-primary) !important;
  display: block;
  font-size: 32px;
  height: 80px;
  margin: 0 auto;
  position: relative;
  top: 25px;
  width: 80px;
  z-index: 10;
}

.banner-area .video-play-button i {
  padding-left: 5px;
  position: relative;
}

.banner-area.text-small.banner-style-seven .content h1 {
  font-size: 65px;
}

.banner-area .double-items .content.inc-video a.video-inline.video-play-button {
  display: inline-block;
  left: 10px;
  top: -10px;
}

.banner-area.banner-style-two .double-items .content.inc-video a.video-inline.video-play-button {
  left: 0;
  top: 0;
}

.banner-area .double-items .content.inc-video a.video-inline.video-play-button i {
  color: var(--white);
  margin-left: -14px;
  text-align: center;
}

.banner-area .video-play-button.item-center {
  line-height: 80px;
  margin: auto;
}

.banner-area .video-play-button.item-center i {
  left: 25px;
  position: absolute;
  top: 23px;
}

.banner-area.text-small .video-play-button::before {
  left: 15px;
  background-color: var(--color-primary);
}

.banner-area.text-small .video-play-button::after {
  left: 15px;
  background-color: var(--color-primary);
}

.banner-area.text-small .content p {
  color: var(--dark);
}

.banner-area.text-small.text-light .content p {
  color: var(--white);
}

.banner-area.bg-theme.text-dark .content p {
  color: var(--dark);
}

.banner-area.auto-height .content-box .banner-carousel .owl-dots {
  bottom: 20px;
  margin: 0;
  min-height: auto;
  position: absolute;
  text-align: center;
  width: 100%;
}

.banner-area.auto-height .content-box .banner-carousel .owl-dots span {
  background: var(--white) none repeat scroll 0 0;
  border: 3px solid var(--color-primary);
  height: 15px;
  width: 15px;
}

.banner-area.auto-height .content-box .banner-carousel .owl-dots .owl-dot.active span {
  background: var(--color-primary) none repeat scroll 0 0;
}

.banner-area .form-info {
  padding: 60px;
  position: relative;
  z-index: 1;
}

.banner-area .form-info img {
  position: absolute;
  left: 100%;
  bottom: -50px;
  width: 100px;
  margin-left: -50px;
  animation: UpDown 2s linear infinite;
}

/* Infinite Up Down Animation */
@keyframes UpDown {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}

	50% {
		-webkit-transform: translateY(-25px);
		transform: translateY(-25px);
	}

	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}


.banner-area .form-info::after {
  background: var(--white) none repeat scroll 0 0;
  border-radius: 5px;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.banner-area.shadow.dark .form-info::after {
  background: var(--white) none repeat scroll 0 0;
}

.banner-area .form-info h2 {
  line-height: 1.3;
  margin-bottom: 25px;
  text-transform: capitalize;
  font-size: 28px;
}

.banner-area.shadow.dark .form-info h2 {
  color: var(--dark);
}

.banner-area .form-info h2 span {
  color: var(--color-primary);
  font-weight: 900;
}

.banner-area .form-info button {
  background: var(--bg-gradient);
  border: medium none;
  border-radius: 5px;
  box-shadow: inherit;
  color: var(--white);
  font-family: var(--font-default);
  font-weight: 700;
  padding: 14px 35px;
  font-size: 15px;
}

.banner-area.text-normal .content h1 {
  font-size: 70px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.1;
  margin-bottom: 25px;
  text-transform: capitalize;
}

.banner-area.text-normal .content span {
  color: var(--color-primary);
}

.banner-area.text-normal .content a {
  margin-top: 15px;
}

.banner-area p {
  font-size: 18px;
}

.banner-area.banner-style-seven .form-info h2 {
  font-size: 40px;
  margin-bottom: 50px;
}

.banner-area.banner-style-seven .form-info input {
  background: transparent;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.3);
  height: 55px;
  padding: 20px;
}

.banner-area.banner-style-seven .form-info button {
  background: var(--white);
  color: var(--color-heading);
}

.banner-area.banner-style-seven .form-info h2 span {
  color: var(--white);
  font-weight: 700;
  border-bottom: 6px solid;
}

.banner-area.banner-style-seven .form-info input::-webkit-input-placeholder { /* Chrome */
  color: var(--white);;
}
.banner-area.banner-style-seven .form-info input:-ms-input-placeholder { /* IE 10+ */
  color: var(--white);;
}
.banner-area.banner-style-seven .form-info input::-moz-placeholder { /* Firefox 19+ */
  color: var(--white);;
  opacity: 1;
}
.banner-area.banner-style-seven .form-info input:-moz-placeholder { /* Firefox 4 - 18 */
  color: var(--white);;
  opacity: 1;
}

@media (min-width: 1024px) {
  .banner-area p {
    padding-right: 20%;
  }
  .banner-area.text-center p {
    padding: 0 10%;
  }
  .clients-items {
      border-left: 1px solid #cccccc;
  }

  .shape-theme .clients-items {
    border: none;
  }

  .align-center {
    align-items: center;
  }
}

.form.shadow-light form input {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: transparent none repeat scroll 0 0;
  border-color: rgba(0, 0, 0, 0.2);
  border-image: none;
  border-radius: inherit;
  border-style: none none solid;
  border-width: medium medium 1px;
  box-shadow: inherit;
  padding: 0;
  color: var(--dark);
}

.form.shadow-light form input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
  color: var(--dark) !important;
  opacity: 1;
}

.form.shadow-light form input::-moz-placeholder {
    /* Firefox 19+ */
  color: var(--dark) !important;
  opacity: 1;
}

.form.shadow-light form input::-ms-input-placeholder {
    /* IE 10+ */
  color: var(--dark) !important;
  opacity: 1;
}


/* New Shape */
.banner-area.half-bg {
  position: relative;
  z-index: 1;
}

.banner-area.half-bg::before {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 50%;
  background: var(--color-primary);
  mix-blend-mode: multiply;
}

.banner-area.half-bg .form-info {
  padding: 0;
}

.banner-area.half-bg .form-info::after {
  display: none;
}

.banner-area .thumb.width-120 img {
  max-width: 120%;
} 

.banner-area .thumb.width-130 img {
  max-width: 130%;
} 

.banner-area .thumb.width-140 img {
  max-width: 140%;
} 

.banner-area .thumb.width-150 img {
  max-width: 100%;
}

/* Category FAQ page */
.faq-page {
  background: #fff;
}

.faq-page-search {
  background: #fff;
  border: 1px solid #e2e3e7;
  border-radius: 10px;
  box-shadow: 0 14px 40px rgba(27, 30, 40, 0.08);
  display: flex;
  margin: 0 auto 34px;
  max-width: 850px;
  position: relative;
}

.faq-page-search > i {
  color: #ee1d2d;
  left: 20px;
  position: absolute;
  top: 21px;
}

.faq-page-search input {
  background: transparent;
  border: 0;
  height: 58px;
  padding: 0 55px 0 50px;
  width: 100%;
}

.faq-page-search button {
  background: transparent;
  border: 0;
  color: #777a82;
  display: none;
  height: 58px;
  position: absolute;
  right: 8px;
  top: 0;
  width: 42px;
}

.faq-page-search button.visible {
  display: block;
}

.faq-category-nav {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-bottom: 45px;
}

.faq-category-nav button {
  align-items: center;
  background: #f7f7f8;
  border: 1px solid transparent;
  border-radius: 10px;
  color: #22242b;
  display: flex;
  flex-direction: column;
  min-height: 135px;
  padding: 20px 12px;
  text-align: center;
  transition: background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.faq-category-nav button > i {
  align-items: center;
  background: rgba(238, 29, 45, 0.09);
  border-radius: 50%;
  color: #ee1d2d;
  display: flex;
  font-size: 18px;
  height: 42px;
  justify-content: center;
  margin-bottom: 10px;
  width: 42px;
}

.faq-category-nav button span {
  font-size: 14px;
  font-weight: 700;
}

.faq-category-nav button small {
  color: #8a8c93;
  font-size: 10px;
  margin-top: 3px;
}

.faq-category-nav button:hover,
.faq-category-nav button.active {
  background: #fff;
  border-color: rgba(238, 29, 45, 0.28);
  box-shadow: 0 12px 30px rgba(31, 34, 43, 0.09);
  transform: translateY(-3px);
}

.faq-category-nav button.active > i {
  background: #ee1d2d;
  color: #fff;
}

.faq-category-panel {
  display: none;
  margin: 0 auto;
  max-width: 1000px;
}

.faq-category-panel.active,
.faq-category-panel.search-active {
  display: block;
}

.faq-category-panel.search-active {
  border-bottom: 1px solid #e9e9ec;
  margin-bottom: 35px;
  padding-bottom: 25px;
}

.faq-category-heading {
  align-items: center;
  display: flex;
  gap: 20px;
  margin-bottom: 25px;
}

.faq-category-heading > span {
  align-items: center;
  background: #9199a3;
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex: 0 0 58px;
  font-size: 16px;
  font-weight: 700;
  height: 58px;
  justify-content: center;
}

.faq-category-heading h2 {
  font-size: 30px;
  margin-bottom: 3px;
}

.faq-category-heading p {
  color: #75777e;
  margin: 0;
}

.faq-page-item {
  background: #fff;
  border: 1px solid #e4e5e8;
  border-radius: 9px;
  margin-bottom: 12px;
  overflow: hidden;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.faq-page-item.open {
  border-color: rgba(238, 29, 45, 0.35);
  box-shadow: 0 10px 30px rgba(31, 34, 43, 0.07);
}

.faq-page-item > button {
  align-items: center;
  background: transparent;
  border: 0;
  color: #17181e;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  justify-content: space-between;
  padding: 20px 22px;
  text-align: left;
  width: 100%;
}

.faq-page-item > button i {
  color: #ee1d2d;
  flex: 0 0 auto;
  font-size: 12px;
  margin-left: 20px;
  transition: transform 0.25s ease;
}

.faq-page-item.open > button i {
  transform: rotate(45deg);
}

.faq-page-answer {
  display: none;
  padding: 0 60px 20px 22px;
}

.faq-page-item.open .faq-page-answer {
  display: block;
}

.faq-page-answer p {
  color: #666970;
  line-height: 1.75;
  margin: 0;
}

.faq-no-results {
  display: none;
  padding: 50px 20px;
  text-align: center;
}

.faq-no-results.visible {
  display: block;
}

.faq-no-results i {
  color: #9199a3;
  font-size: 42px;
  margin-bottom: 14px;
}

.faq-no-results h3 {
  font-size: 24px;
}

.faq-page-cta {
  background: #9199a3;
  color: #fff;
  padding: 70px 0;
}

.faq-page-cta span {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.8px;
}

.faq-page-cta h2 {
  color: #fff;
  font-size: 38px;
  margin: 8px 0 10px;
}

.faq-page-cta p {
  color: #f7f7f7;
  margin: 0;
}

@media (max-width: 1199px) {
  .faq-category-nav {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .faq-category-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .faq-category-nav button {
    min-height: 120px;
  }

  .faq-page-item > button {
    font-size: 15px;
    padding: 17px;
  }

  .faq-page-answer {
    padding: 0 17px 17px;
  }

  .faq-page-cta h2 {
    font-size: 30px;
  }
}

/* Techbela filigree watermark shared by every page */
body::after {
  background: url("assets/img/shape/techbela-filigree.png") center / contain no-repeat;
  bottom: -90px;
  content: "";
  height: 560px;
  mix-blend-mode: multiply;
  opacity: 0.075;
  pointer-events: none;
  position: fixed;
  right: -95px;
  width: 560px;
  z-index: 8;
}

@media (max-width: 767px) {
  body::after {
    bottom: -55px;
    height: 330px;
    opacity: 0.06;
    right: -70px;
    width: 330px;
  }
}

.banner-area.text-xl .double-items h1 {
    font-weight: 500;
    margin-bottom: 30px;
    font-size: 22px;
    text-transform: capitalize;
}

.banner-area.text-xl .double-items h1 strong {
    font-weight: 700;
    display: block;
    font-size: 60px;
    line-height: 1;
    margin-top: 25px;
    text-transform: capitalize;
}

.banner-area.text-xl .double-items a {
  margin-top: 20px;
}

.banner-area.top-shape {
    position: relative;
    z-index: 1;
}

.banner-area.top-shape::after {
    position: absolute;
    right: -200px;
    top: -200px;
    height: 700px;
    width: 700px;
    background: var(--color-primary);
    z-index: -1;
    content: "";
    border-radius: 50%;
    opacity: 0.1;
}

.banner-area.top-shape::before {
    position: absolute;
    right: -200px;
    top: -200px;
    height: 800px;
    width: 800px;
    background: var(--color-primary);
    z-index: -1;
    content: "";
    border-radius: 50%;
    opacity: 0.1;
}

.banner-area .bottom-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.banner-area .bottom-bg img {
    width: 100%;
}

.banner-area .fixed-shape {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    z-index: -1;
}

.banner-area .form-box {
    background: var(--white);
    overflow: hidden;
    padding: 50px;
    border-radius: 8px;
    box-shadow: 0 0 25px #e8e5e5;
}

.banner-area .form-box h2 {
    color: #232323;
    font-weight: 500;
    font-size: 25px;
    line-height: 1.4;
}

.banner-area .form-box h2 span {
    color: var(--color-primary);
    font-weight: 700;
}

.banner-area .form-box input {
    border: none;
    box-shadow: inherit;
    border-bottom: 1px solid #e7e7e7;
    padding: 0;
    border-radius: inherit;
}

.banner-area .form-box button {
    font-family: var(--font-default);
    border: none;
    background: var(--bg-gradient);
    color: var(--white);
    padding: 10px 35px;
    border-radius: 30px;
    font-weight: 700;
    text-transform: capitalize;
    margin-top: 15px;
}

.banner-area.top-pad-80 .double-items {
    padding-top: 80px;
}

.banner-area .fixed-shape-right {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 60%;
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-area .multi-thumb {
    position: relative;
}

.banner-area .multi-thumb .helper {
  position: absolute;
  top: -50px;
  max-width: 180px !important;
  left: 0;
  animation: moving linear infinite 10s;
}

.banner-area .multi-thumb .helper:last-child {
  right: -10%;
  left: auto;
  max-width: 120px !important;
  top: -50px;
  animation: moving linear infinite 15s;
}

.overflow-inherit {
  overflow: inherit !important;
}

.banner-style-five h1 {
  font-size: 65px;
}

.banner-style-five .btn {
  border-radius: 30px;
}

.banner-area.shadow.dark.banner-style-five .form-info::after {
  background: transparent;
}

.banner-area.shadow.dark.banner-style-five .form-info {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: -1px -1px 10px rgba(255,255,255,.3) inset,  2px 2px 20px rgba(0,0,0,.5);
}

.banner-area.shadow.dark.banner-style-five .form-info input {
  border-color: rgba(255, 255, 255, 0.2);
  color: var(--white);
}

.banner-area.shadow.dark.banner-style-five .form-info input::-webkit-input-placeholder { /* Chrome */
  color: var(--white) !important;
}
.banner-area.shadow.dark.banner-style-five .form-info input:-ms-input-placeholder { /* IE 10+ */
  color: var(--white) !important;
}
.banner-area.shadow.dark.banner-style-five .form-info input::-moz-placeholder { /* Firefox 19+ */
  color: var(--white) !important;
  opacity: 1;
}
.banner-area.shadow.dark.banner-style-five .form-info input:-moz-placeholder { /* Firefox 4 - 18 */
  color: var(--white) !important;
  opacity: 1;
}

.banner-area.shadow.dark.banner-style-five .form-info h2 {
  color: var(--white);
}

.banner-style-eight h4 {
  text-transform: uppercase;
}

.banner-style-eight h1 {
  font-size: 90px;
  text-transform: capitalize;
  line-height: 1;
}

.banner-style-nine h1 {
  font-size: 80px;
}

.banner-area.banner-style-nine .form-box h2 {
  font-size: 32px;
  font-weight: 700;
}

.banner-area.banner-style-nine .form-box button {
  padding: 15px;
  text-transform: none;
  width: 100%;
}

/* Mooving Animation */

@-webkit-keyframes moving {
    0% {
    -webkit-transform: translate(0px,  0px);
    transform: translate(0px,  0px);
    }
    20% {
        -webkit-transform: translate(0px,  -30px);
        transform: translate(0px,  -30px);
    }
    50% {
        -webkit-transform: translate(-50px,  -30px);
        transform: translate(-50px,  -30px);
    }
    70% {
        -webkit-transform: translate(-50px,  0px);
        transform: translate(-50px,  0px);
    }
    100% {
        -webkit-transform: translate(0px,  0px);
        transform: translate(0px,  0px);
    }

}

@keyframes moving {
  0% {
      -webkit-transform: translate(0px,  0px);
      transform: translate(0px,  0px);
  }
  20% {
      -webkit-transform: translate(0px,  -30px);
      transform: translate(0px,  -30px);
  }
  50% {
      -webkit-transform: translate(-50px,  -30px);
      transform: translate(-50px,  -30px);
  }
  70% {
      -webkit-transform: translate(-50px,  0px);
      transform: translate(-50px,  0px);
  }
  100% {
      -webkit-transform: translate(0px,  0px);
      transform: translate(0px,  0px);
  }

}
/* ============================================================== 
     # We Offer 
=================================================================== */
.we-offer-area {
  overflow: hidden;
}
.carousel-shadow .owl-stage-outer {
  margin: -15px -15px 0;
  padding: 15px;
}

.we-offer-area .our-offer-carousel .owl-dots .owl-dot span {
  background: var(--white) none repeat scroll 0 0;
  border: 2px solid;
  height: 15px;
  margin: 0 5px;
  width: 15px;
}

.we-offer-area .our-offer-carousel .owl-dots .owl-dot.active span {
  background: var(--color-primary) none repeat scroll 0 0;
  border-color: var(--color-primary);
}

.we-offer-area .item {
  background: var(--white) none repeat scroll 0 0;
  box-shadow: 0 0 15px #e8e5e5;
  overflow: hidden;
  padding: 30px;
  position: relative;
  z-index: 1;
  border-radius: 30px;
}

.we-offer-area.text-center .item {
  background: var(--white) none repeat scroll 0 0;
  border: medium none;
  padding: 67px 40px 64px;
}

.we-offer-area.text-center .item i {
  background: var(--color-primary) none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: var(--white);
  font-size: 40px;
  height: 80px;
  line-height: 80px;
  position: relative;
  text-align: center;
  width: 80px;
  z-index: 1;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  margin-bottom: 25px;
}

.we-offer-area.text-center .item i::after {
  border: 2px solid var(--color-primary);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 90px;
  left: -5px;
  position: absolute;
  top: -5px;
  width: 90px;
  z-index: -1;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.we-offer-area.item-border-less .item {
  border: medium none;
}

.we-offer-area .our-offer-items.less-carousel .equal-height {
  margin-bottom: 30px;
}

.we-offer-area.item-border-less .item .number {
  font-family: var(--font-default);
  font-size: 50px;
  font-weight: 900;
  opacity: 0.1;
  position: absolute;
  right: 30px;
  top: 30px;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .item,
.we-offer-area.center-active .single-item:nth-child(2n) .item {
  background: var(--color-primary) none repeat scroll 0 0;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .item i,
.our-offer-carousel.center-active .owl-item:nth-child(2n) .item h4,
.our-offer-carousel.center-active .owl-item:nth-child(2n) .item p,
.we-offer-area.center-active .single-item:nth-child(2n) .item i,
.we-offer-area.center-active .single-item:nth-child(2n) .item h4,
.we-offer-area.center-active .single-item:nth-child(2n) .item p {
  color: var(--white);
}

.we-offer-area .item i {
  color: var(--color-primary);
  display: inline-block;
  font-size: 60px;
  margin-bottom: 20px;
}

.we-offer-area .item h4 {
  font-weight: 700;
  text-transform: capitalize;
}

.we-offer-area .item p {
  margin: 0;
}

.we-offer-area .item i,
.we-offer-area .item h4,
.we-offer-area .item p {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.we-offer-area .item::after {
  background: var(--color-primary) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  width: 100%;
  z-index: -1;
}

.we-offer-area .item:hover::after {
  left: 0;
}

.we-offer-area .item:hover i,
.we-offer-area .item:hover h4,
.we-offer-area .item:hover p {
  color: var(--white) !important;
}

.we-offer-area.text-center .item:hover i::after {
  border-color: var(--white) !important;
}

.we-offer-area.text-center .item:hover i {
  background-color: var(--white) !important;
  color: var(--color-primary) !important;
}

.we-offer-area.text-left .item i {
  background: var(--color-primary) none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: var(--white);
  display: inline-block;
  font-size: 60px;
  height: 100px;
  line-height: 100px;
  margin-bottom: 30px;
  position: relative;
  width: 100px;
  z-index: 1;
  text-align: center;
}

.we-offer-area.text-left .item i::after {
  border: 2px solid var(--color-primary);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 120px;
  left: -10px;
  position: absolute;
  top: -10px;
  width: 120px;
}


/* ============================================================== 
     # About 
=================================================================== */

.promo-video a i {
  color: var(--color-primary);
  font-size: 30px;
  left: 50%;
  margin-left: -10px;
  margin-top: -15px;
  position: absolute;
  top: 50%;
}

.about-area .default.info h4 {
  color: var(--color-primary);
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.about-area .thumb {
    padding-right: 35px;
}

.about-area .default.info h2 {
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}

.about-area .bottom-info {
  border-top: 1px solid #e7e7e7;
  margin-top: 35px;
  padding-top: 30px;
}

.about-area .bottom-info span {
  display: table;
  padding-top: 2px;
}

.about-area .default.info h3 {
  font-weight: 700;
  margin-bottom: 20px;
}

.about-area .default.info > a {
  margin-top: 10px;
}

.about-area ul li {
  display: block;
  margin-bottom: 25px;
  padding-left: 40px;
  position: relative;
  z-index: 1;
}

.about-area ul li::before {
  color: var(--white);
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
  left: 0;
  position: absolute;
  top: 0;
  height: 25px;
  width: 25px;
  background: var(--color-primary);
  line-height: 25px;
  text-align: center;
  border-radius: 50px;
}

.about-area ul li h5 {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.about-area ul li:last-child {
  border: medium none;
  margin: 0;
}

.about-area ul {
  margin: 30px 0 15px;
}

.about-area .thumb.left-width img {
    margin-left: -20%;
    max-width: 120%;
}

/* ============================================================== 
     # Features 
=================================================================== */

.features-items.icon-solid .items-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}

.features-items.icon-solid .items-box .item-grid {
  border-right: 1px solid #e7e7e7;
  padding-right: 50px;
}

.features-items.icon-solid .items-box .item-grid:last-child {
  border: none;
}

.features-items.icon-solid .items-box .item-grid .item {
  margin-top: 50px;
}

.features-items.icon-solid .items-box .item-grid .item:first-child {
  margin-top: 0;
}

.features-area .equal-height {
  position: relative;
  z-index: 1;
}

.features-area .equal-height::after {
  background: #e7e7e7 none repeat scroll 0 0;
  content: "";
  height: 100%;
  position: absolute;
  right: -1px;
  top: 0;
  width: 1px;
}

.features-area.item-full .equal-height::before {
  background: #e7e7e7 none repeat scroll 0 0;
  content: "";
  height: 1px;
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 100%;
}

.features-area .features-items .col-md-5, 
.features-area .features-items .col-md-7 {
  display: table-cell;
  float: none;
  vertical-align: middle;
}

.features-area .features-items.reversed .col-md-5, 
.features-area .features-items.reversed .col-md-7 {
  display: inline-block;
}

.features-area .features-items.reversed .info-box {
  float: right;
}

.features-area .features-items .item h4 {
  position: relative;
}

.features-area .features-items .item {
  padding: 15px 30px;
}

.features-area .features-items .item-grid .item {
  padding: 0;
}

.features-area.item-full .features-items .item {
  padding: 30px;
}

.features-items {
  overflow: hidden;
}

.features-items.icon-solid {
  overflow: inherit;
}

.features-area .item .icon img {
  height: 60px;
}

.features-area.item-full .features-items .item .icon i {
  box-shadow: none;
  height: auto;
  width: auto;
  padding: 0;
  line-height: 1;
  font-size: 65px;
}

.features-area.bottom-small {
  padding-bottom: 25px;
}

.features-area.default-padding.bottom-none {
  padding-bottom: 30px;
}

.features-area .item .icon {
  margin-bottom: 20px;
}

.features-area .item .icon i {
  background: var(--white) none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-shadow: 0px 8px 30px -10px rgb(109 117 143 / 53%);
  color: var(--color-primary);
  display: inline-block;
  font-size: 50px;
  height: 100px;
  line-height: 100px;
  position: relative;
  text-align: center;
  width: 100px;
  z-index: 1;
}

.features-area .features-items .items-box i {
  background: transparent;
}

.features-area .item .icon {
  margin-bottom: 25px;
}

.features-area .features-items.icon-solid i {
  color: var(--color-primary);
  display: inline-block;
  font-size: 40px;
  height: 80px;
  line-height: 80px;
  position: relative;
  text-align: center;
  width: 80px;
}

.features-area .item .info h4 {
  font-weight: 700;
  text-transform: capitalize;
}

.features-area .item .info p {
  margin: 0;
}

.features-area .features-items.less-icon .items-box.inc-cell .item .info {
  padding-left: 0;
}

.features-area .features-items .items-box.inc-cell .item .info a {
  color: #666666;
  display: inline-block;
  margin-top: 15px;
  text-transform: uppercase;
}

.features-area .features-items .items-box.inc-cell .item .info a:hover {
  color: var(--color-primary);
}

.features-area.box-items .features-items .item {
  padding: 70px;
  border-radius: 30px;
  box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
}

.features-area.box-items .features-items .equal-height {
  margin-bottom: 30px;
}

.features-area.box-items .features-items .equal-height::after {
  display: none;
}

.features-area.box-items .features-items {
  overflow: inherit;
}

.features-area.box-items .features-items .item h4 {
  font-size: 26px;
}

.features-area.box-items .features-items .item i {
  height: inherit;
  width: inherit;
  line-height: 1;
  box-shadow: none;
  font-size: 80px;
}

.features-area.box-items .features-items .item .icon img {
  height: 80px;
}

/* Version Two */

.features-box .single-item {
  margin-bottom: 30px;
}

.features-box .item {
    padding: 60px 30px;
    border-radius: 20px;
}

.features-box .item p {
  margin: 0;
}

.features-box .single-item:nth-child(2) .item {
    background: var(--white);
    box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
}

.features-box .item i {
    display: inline-block;
    font-size: 50px;
    margin-bottom: 30px;
    color: var(--color-primary);
    position: relative;
    z-index: 1;
}

.features-box .single-item:first-child .item i {
    color: #18dc59;
}

.features-box .single-item:first-child .item i::after {
    background: #18dc59;
}

.features-box .single-item:nth-child(3) .item i {
    color: #5a49f8;
}

.features-box .single-item:nth-child(3) .item i::after {
    background: #5a49f8;
}

.features-box .item i::after {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 50%;
    content: "";
    background: var(--color-primary);
    z-index: -1;
    opacity: 0.1;
}

.features-box .item h4 {
    text-transform: capitalize;
    font-weight: 700;
}


/* ============================================================== 
     # Core Features
=================================================================== */

.core-features-area {
    position: relative;
}

.core-features-area .left-shape {
    position: absolute;
    left: 0;
    top: -200px;
    z-index: -1;
}

.core-features-area .item {
  padding: 67px 40px;
  background: var(--white);
  box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
  border-radius: 15px;
}

.core-features-area .single-item {
    margin-bottom: 30px;
}

.core-features-area .item i {
    margin-left: 25px;
    display: inline-block;
    font-size: 50px;
    margin-bottom: 30px;
    color: var(--color-primary);
    position: relative;
    z-index: 1;
    margin-top: 5px;
}

.core-features-area .item i::after {
    position: absolute;
    left: -25px;
    top: 0;
    content: "";
    height: 50px;
    width: 50px;
    background: var(--color-primary);
    z-index: -1;
    opacity: 0.2;
    border-radius: 50%;
}

.core-features-area .item h4 {
    font-weight: 700;
}

.core-features-area .item p {
    margin: 0;
}

.core-features-area .single-item:nth-child(2) i {
    color: #1FC07D;
}

.core-features-area .single-item:nth-child(2) i::after {
    background: #1FC07D;
}

.core-features-area .single-item:nth-child(3) i {
    color: #2a6ffa;
}

.core-features-area .single-item:nth-child(3) i::after {
    background: #2a6ffa;
}

.core-features-area .single-item:nth-child(4) i {
    color: #E1A026;
}

.core-features-area .single-item:nth-child(4) i::after {
    background: #E1A026;
}


/* ============================================================== 
     # Feature Content
=================================================================== */

.feature-content-area .fixed-shape {
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
}

.feature-content-items .single-item {
  margin-bottom: 30px;
}

.feature-content-items .item {
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 60px 30px;
  background: var(--white);
  box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
  border-radius: 8px;
  border-top-right-radius: 30px;
}

.feature-content-items .item img {
  height: 60px;
  margin-bottom: 40px;
}

.bg-dark .feature-content-items .item {
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: none;
}

.bg-dark .feature-content-items .item p {
  font-size: 15px;
  color: #cccccc;
}

.feature-content-items .item i {
    display: inline-block;
    font-size: 50px;
    color: var(--color-primary);
    margin-bottom: 25px;
}

.feature-content-items .item h4 {
    font-weight: 700;
}

.feature-content-items .item p {
    margin: 0;
}

.feature-content-area {
    position: relative;
    z-index: 1;
}



/* ============================================================== 
     # Work List 
=================================================================== */

.overview-items .nav-tabs {
  position: relative;
  z-index: 1;
  display: inline-block;
}

.overview-items .nav-tabs::before {
  display: none;
}

.work-list-area .nav-pills li {
  display: inline-block;
  float: none;
  margin-bottom: 10px;
}

.work-list-area .tab-navigation {
  display: block;
  height: auto;
  margin-bottom: 50px;
  min-height: auto;
}

.work-list-area .nav-pills li button {
  background: var(--white) none repeat scroll 0 0;
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 25px #e8e5e5;
  color: var(--dark);
  display: inline-block;
  font-weight: 700;
  margin: 0 5px;
  padding: 0;
  text-transform: uppercase;
  height: 180px;
  width: 180px;
  border-radius: 50%;
}

.work-list-area .nav-pills li button.active {
  background: var(--bg-gradient);
  color: var(--white);
}

.nav-tabs {
  border: none;
}

.work-list-area .overview-items.vertical .tab-navigation, 
.work-list-area .overview-items.vertical .tab-content {
  display: table-cell;
  vertical-align: top;
}

.work-list-area .overview-items.vertical .tab-navigation {
  background: #edf5ff none repeat scroll 0 0;
  min-width: 200px;
  overflow: inherit;
  padding: 30px 50px;
}

.work-list-area .overview-items.vertical .tab-navigation li {
  display: block;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

.work-list-area .overview-items.vertical .tab-navigation li:last-child {
  margin-bottom: 0;
}

.work-list-area .overview-items .item .info h3,
.work-list-area .overview-items .item .info h4 {
  font-weight: 700;
  text-transform: capitalize;
}

.work-list-area .thumb {
  position: relative;
  z-index: 1;
}

.work-list-area .info ul {
  display: block;
  margin-top: 25px;
}

.work-list-area .info ul li {
  border-bottom: 1px solid #e7e7e7;
  display: block;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  padding-left: 45px;
  position: relative;
  z-index: 1;
}

.work-list-area .info ul li::before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: var(--color-primary);
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-size: 15px;
  font-weight: 500;
  height: 25px;
  left: 0;
  line-height: 26px;
  position: absolute;
  text-align: center;
  top: 5px;
  width: 25px;
  background: #fde9ec;
}


.work-list-area .info ul li:last-child {
  margin: 0;
  padding-bottom: 0;
  border: none;
}

.work-list-area .info h3 {
  line-height: 1.4;
  margin-bottom: 25px;
  font-size: 36px;
}

.work-list-area .info a {
  margin-top: 30px;
}

.overview-items.solid-items .single-item {
  margin-bottom: 80px;
  overflow: hidden;
}

.overview-items.solid-items .single-item:last-child {
  margin-bottom: 0;
}


/* ============================================================== 
     # Success Stories 
=================================================================== */
.success-stories-area .item-flex {
  display: flex;
}

.success-stories-area .item-flex .thumb {
  padding: 0;
}

.success-stories-area .item-flex .thumb.techbela-service-visual {
  background-color: #fbf8f5;
  background-repeat: no-repeat;
  background-size: contain;
}

.success-stories-area .info {
  padding: 120px;
}

.success-stories-area .info h4 {
  color: var(--color-primary);
  font-weight: 700;
  text-transform: uppercase;
}

.success-stories-area .info h2 {
  font-weight: 700;
  margin-bottom: 30px;
}

.success-stories-area .info a {
  margin-top: 15px;
}

.success-stories-area .stories-carusel .owl-dots {
  text-align: left;
  margin-top: 30px !important;
}

.success-stories-area .stories-carusel .owl-dots .owl-dot span {
  background: var(--white) none repeat scroll 0 0;
  border: 2px solid;
  height: 15px;
  margin: 0 5px;
  width: 15px;
}

.success-stories-area .stories-carusel .owl-dots .owl-dot.active span {
  background: var(--color-primary) none repeat scroll 0 0;
  border-color: var(--color-primary);
}

/* ============================================================== 
     # Pricing Table 
=================================================================== */

.pricing-area.default-padding-top,
.pricing-area.default-padding {
  padding-bottom: 50px;
}

.pricing-area .site-heading {
  margin-bottom: 100px;
}

.pricing-item {
  background: var(--white) none repeat scroll 0 0;
  box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
  margin-bottom: 80px;
  position: relative;
  z-index: 9;
  border-radius: 10px;
}

.pricing-item .icon {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 50px;
  height: 100px;
  left: 50%;
  line-height: 100px;
  margin-left: -50px;
  margin-top: -50px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100px;
}

.pricing-item .icon::after {
  background: var(--white) none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.pricing-item.active .icon::after {
  background: var(--color-primary) none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.pricing-item.active .icon i {
  color: var(--white) !important;
}

.pricing-item .icon i {
  color: var(--color-primary);
  cursor: inherit !important;
}

.pricing-header h4 {
  font-weight: 700;
  text-transform: uppercase;
  color: var(--dark);
}

.pricing-header h2 {
  color: var(--dark);
  font-size: 50px;
  font-weight: 900;
  letter-spacing: -1px;
  line-height: 1;
  margin-bottom: 0;
}

.pricing-header h2 sup {
  font-size: 24px;
  font-weight: 500;
  top: -25px;
}

.pricing-header h2 sub {
  font-size: 18px;
  font-weight: 500;
  margin-left: -5px;
}

.pricing-item .pricing-header span {
  font-family: var(--font-default);
  font-weight: 700;
  text-transform: uppercase;
}

.pricing-header {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px !important;
  padding: 50px 30px 30px !important;
}

.pricing-item .footer {
  padding: 20px 30px 30px;
}

.pricing-item li {
  font-family: var(--font-default);
  line-height: 40px;
  margin: 0 30px;
  text-transform: capitalize;
}

.pricing-area .pricing-item.active .pricing-header {
  background: var(--color-primary) none repeat scroll 0 0;
  border-color: transparent;
  margin: 0;
}

.pricing-area.color-yellow .pricing-item.active .pricing-header {
  background: #ff9800 none repeat scroll 0 0;
}

.pricing-area .pricing-item.active .pricing-header h2,
.pricing-area .pricing-item.active .pricing-header h4,
.pricing-area .pricing-item.active .pricing-header span {
  color: var(--white);
}

.pricing-area .pricing-item.active .pricing-header span.badge {
  background: var(--white) none repeat scroll 0 0;
  color: var(--dark);
}

.pricing-item li i {
  color: #999;
  margin-left: 2px;
  margin-right: 5px;
}

.pricing-item li i:hover {
  cursor: help;
}

.pricing-item li i.fa-times {
  color: #e22626;
}


/* ============================================================== 
     # Team 
=================================================================== */

.team-area .single-item {
  margin-bottom: 30px;
}

.team-area .item .thumb {
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 10px 10px 0 0;
}

.team-area .item .thumb img {
    width: 100%;
}

.team-area .item .thumb::after {
  background: #232323 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  width: 100%;
}

.team-area .team-items .item:hover .thumb::after {
  opacity: 0.7;
}

.team-area .item .thumb .overlay {
  top: -100%;
  left: 0;
  padding: 20px;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  width: 100%;
  z-index: 1;
}

.team-area .item:hover .thumb .overlay {
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}

.team-area .item .thumb .overlay p {
  color: var(--white);
}

.team-area .item .thumb .overlay h4 {
  color: var(--white);
  display: inline-block;
  position: relative;
  text-transform: uppercase;
}

.team-area .item .thumb img {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.team-area .item:hover .thumb img {
  opacity: .6;
}

.team-area .item .thumb .social li {
  display: inline-block;
}

.team-area .item .thumb .social li a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: var(--white);
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin: 0 2px;
  text-align: center;
  width: 40px;
}

.team-area .info {
  background: var(--white) none repeat scroll 0 0;
  box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
  padding: 40px 20px 20px;
  position: relative;
  text-align: center;
  z-index: 9;
  border-radius: 0 0 10px 10px;
}

.team-area .info .message {
  height: 50px;
  line-height: 40px;
  margin-left: -25px;
  margin-top: -25px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 50px;
}

.team-area .info .message a {
  border-radius: 50%;
  box-sizing: border-box;
  background: var(--color-primary);
  display: inline-block;
  font-size: 20px;
  height: 50px;
  line-height: 48px;
  width: 50px;
  color: var(--white);
}

.team-area .info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: capitalize;
}

.team-area .info span {
  text-transform: uppercase;
}

.team-area .social li.twitter a {
  background-color: #00b6f1;
}

.team-area .social li.pinterest a {
  background-color: #bd081c;
}

.team-area .social li.facebook a {
  background-color: #3b5998;
}

.team-area .social li.google-plus a {
  background-color: #df4a32;
}

.team-area .social li.vimeo a {
  background-color: #1ab7ea;
}

.team-area .social li.instagram a {
  background-color: #cd486b;
}


/* ============================================================== 
     # Video Button Play
=================================================================== */

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: var(--white) repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: var(--white) repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: all 200ms;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
}

.video-play-button.theme:after,
.video-play-button.theme:before {
  background: var(--color-primary);
}

.banner-area .double-items .content.inc-video a.video-inline.video-play-button.theme i {
    color: var(--white);
    margin-left: -14px;
    text-align: center;
    position: relative;
    left: 13px;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.video-play-button i {
  display: block;
  position: relative;
  z-index: 3;
}

/* ============================================================== 
     # Blog 
=================================================================== */

.blog-area .blog-items.blog-carousel {
  margin-bottom: -8px;
}

.blog-area .blog-items .item {
  background: var(--white) none repeat scroll 0 0;
  -moz-box-shadow: 0 0 25px #e8e5e5;
  -webkit-box-shadow: 0 0 25px #e8e5e5;
  -o-box-shadow: 0 0 25px #e8e5e5;
  box-shadow: 0 0 25px #e8e5e5;
  margin-bottom: 30px;
}

.blog-area.full-width .blog-items .item {
  margin-bottom: 0;
}

.blog-area.single .blog-items .info {
  padding: 80px;
}

.blog-area.full-width .blog-items .equal-height {
  margin-bottom: 50px;
}

.blog-area .info .meta li {
  color: var(--color-paragraph);
  display: inline-block;
  font-family: var(--font-default);
  font-weight: 500;
  margin-right: 10px;
}

.blog-area .info .meta li a {
  color: var(--color-paragraph);
  display: inline-block;
  text-transform: capitalize;
  font-weight: 500;
}

.blog-area .info .meta li i {
  margin-right: 5px;
  font-weight: 100;
  color: var(--color-primary);
}

.blog-area .info .meta {
  margin-bottom: 15px;
}

.blog-area .info a:hover {
  color: var(--color-primary);
}

.blog-area .info .meta a:hover {
  color: var(--color-primary);
}

.blog-area .info > a {
  margin-top: 20px;
}

.blog-area .info h2 a,
.blog-area .info h3 a,
.blog-area .info h4 a {
  font-weight: 700;
  line-height: 1.4;
}

.blog-area .info h2,
.blog-area .info h3,
.blog-area .info h4 {
  font-weight: 700;
  line-height: 1.4;
}

blockquote {
  border-left: 3px solid var(--color-primary);
  color: var(--dark);
  font-size: 17.5px;
  margin: 0 0 20px;
  padding: 10px 20px;
}

.blog-area .item .thumb {
  position: relative;
  z-index: 1;
}

.blog-area .item .thumb .tags {
  bottom: 15px;
  left: 40px;
  position: absolute;
}

.blog-area .item .thumb .tags a {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  color: var(--white);
  float: left;
  font-size: 12px;
  margin-right: 5px;
  padding: 2px 15px;
  text-align: center;
  text-transform: uppercase;
  z-index: 1;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.blog-area .blog-items .info {
  padding: 30px;
}

.more-btn {
  background: var(--white) none repeat scroll 0 0;
  font-weight: 700;
  padding-left: 11px;
  text-transform: uppercase;
}

.blog-area .read-more {
  position: relative;
  text-align: right;
  z-index: 1;
  margin-top: 15px;
}

.blog-area .read-more a::after {
  background: #e7e7e7 none repeat scroll 0 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: -1;
}

.blog-area.single .form-group.submit {
  margin-bottom: 0;
}

/* Pagination */

.blog-area .pagi-area .pagination {
  justify-content: center;
  margin: 0;
  flex-wrap: wrap;
  gap: 10px;
}

.blog-area .pagi-area .pagination a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: var(--dark);
  font-weight: 700;
  margin-top: 5px;
  padding: 15px 25px;
  background: var(--bg-gray-secondary);
  display: inline-block;
}

.blog-area .pagi-area .pagination li.active a {
  background-color: var(--color-primary);
  color: var(--white);
  border: 1px solid transparent;
}

.blog-area.single .post-tags a {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  display: inline-block;
  margin: 5px 10px 5px 5px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

.blog-area.single .post-tags a::after {
  content: ",";
  font-family: var(--font-default);
  font-size: 20px;
  position: absolute;
  right: -5px;
  top: 0;
}

.blog-area.single .post-tags a:last-child::after {
  display: none;
}

.post-tags {
  display: block;
  padding-top: 10px;
  width: 100%;
}

.post-tags span {
  display: inline-block;
  font-family: var(--font-default);
  font-size: 18px;
  font-weight: 700;
  margin-right: 15px;
  text-transform: capitalize;
}

.blog-area.full-blog.single-blog .blog-items .info {
  margin: 0;
  padding: 30px 0 0;
}

.blog-area .blog-items.blog-carousel .owl-dots .owl-dot span {
  background: var(--white) none repeat scroll 0 0;
  border: 2px solid;
  height: 15px;
  margin: 0 5px;
  width: 15px;
}

.blog-area .blog-items.blog-carousel .owl-dots .owl-dot.active span {
  background: var(--color-primary) none repeat scroll 0 0;
  border-color: var(--color-primary);
  cursor: default;
}

.blog-area.single .post-pagi-area {
  border-top: 1px solid #e7e7e7;
  margin-top: 25px;
  overflow: hidden;
  padding-top: 30px;
}

.blog-area.single .post-pagi-area a {
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  color: var(--dark);
  display: inline-block;
  font-weight: 500;
  padding: 5px 25px;
  text-transform: uppercase;
}

blockquote {
  border-left: 3px solid var(--color-primary);
  color: var(--dark);
  font-family: var(--font-default);
  font-weight: 500;
  margin: 20px 0;
  padding: 30px;
  background: var(--bg-gray);
}

.blog-area.single .post-pagi-area a:hover {
  color: var(--color-primary);
}

.blog-area.single .post-pagi-area a:last-child {
  float: right;
}

.blog-area.single .post-pagi-area a:first-child i {
  margin-right: 3px;
}

.blog-area.single .post-pagi-area a:last-child i {
  margin-left: 3px;
}

.blog-area.single .blog-content .item-box {
  margin-bottom: 0;
}

.blog-area.single .blog-content .item-box .form-group.submit {
  margin-bottom: 0;
}

.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
 /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.comments-list .commen-item .avatar {
  float: left;
  height: 100px;
  width: 100px;
}

.comments-list .commen-item .content {
  display: table-cell;
  vertical-align: top;
}

.comments-list .commen-item .avatar img {
  height: 80px;
  width: 80px;
}

.comments-list .commen-item {
  margin-bottom: 30px;
}

.comments-area {
  margin-top: 30px;
}

.comments-area .comments-title h2,
.comments-area .comments-title h3,
.comments-area .comments-title h4 {
  border-bottom: 1px solid #e2e2e2;
  font-weight: 700;
  margin-bottom: 30px;
  padding-bottom: 15px;
  text-transform: capitalize;
}

.comments-list .commen-item .content h3, 
.comments-list .commen-item .content h4, 
.comments-list .commen-item .content h5 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.comments-info a {
  color: var(--dark);
  display: inline-block;
  font-size: 12px;
  padding: 1px 10px;
  text-transform: uppercase;
}

.comments-info a:hover {
  color: var(--white);
}

.comments-info a i {
  margin-right: 10px;
}

.comments-form input, .comments-form textarea {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: transparent none repeat scroll 0 0;
  border-color: #e7e7e7;
  border-image: none;
  border-radius: inherit;
  border-style: none none solid;
  border-width: medium medium 1px;
  box-shadow: inherit;
}

.comments-form textarea {
  min-height: 150px;
}

.comments-form button {
  background: var(--bg-gradient);
  border: 1px solid var(--color-primary);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  color: var(--white);
  display: inline-block;
  font-family: var(--font-default);
  font-size: 12px;
  font-weight: 700;
  line-height: 25px;
  margin-top: 20px;
  padding: 9px 35px;
  text-transform: uppercase;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.comments-form button:hover {
  color: var(--white);
  background-color: var(--dark);
  border: 1px solid var(--dark);
}

.comments-area .commen-item .comments-info {
  margin-bottom: 15px;
}

.comments-form .title h2, 
.comments-form .title h3, 
.comments-form .title h4 {
  border-bottom: 1px solid #e7e7e7;
  font-weight: 700;
  margin-bottom: 30px;
  padding-bottom: 15px;
  text-transform: capitalize;
}

.blog-area .contact-comments .comments {
  margin-top: 20px;
}

.blog-area.single .blog-items .item .contact-comments .col-md-6 {
  float: left;
  padding: 0 15px;
}


/* ============================================================== 
     # Testimonials 
=================================================================== */

.testimonials-area {
  overflow: hidden;
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 30px;
}

.testimonial-item {
  border: 1px solid #e7e7e7;
  border-radius: 20px;
  padding: 60px;
}

.bg-dark .testimonial-item {
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.testimonials-area .testimonial-item .thumb, 
.testimonials-area .testimonial-item .info {
  display: table-cell;
  float: none;
  vertical-align: middle;
}

.testimonial-items {
  margin-bottom: -5px;
  position: relative;
  z-index: 1;
}

.testimonial-items::after {
  position: absolute;
  left: -100px;
  bottom: 0;
  content: "";
  height: 300px;
  width: 300px;
  background: var(--color-primary);
  z-index: -1;
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.5;
}

.testimonials-area .testimonial-item .info .content {
  position: relative;
  z-index: 1;
  margin-left: 50px;
}

.testimonials-area .testimonial-item .info p {
  padding-top: 50px;
  position: relative;
  z-index: 1;
}

.testimonial-item .thumb img {
  border-radius: 50%;
}

.testimonials-area .testimonial-item .info p::after {
  content: ",,";
  font-family: var(--font-default);
  font-size: 120px;
  left: 3px;
  letter-spacing: -12px;
  position: absolute;
  top: 0;
  transform: rotate(180deg);
  height: auto;
  line-height: 1;
}

.testimonials-area .testimonial-item .info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: capitalize;
}

.testimonials-area .testimonial-item .info span {
  color: var(--color-primary);
  font-family: var(--font-default);
  font-weight: 700;
  text-transform: uppercase;
}

.testimonials-area .testimonial-item .info span.client-designation,
.testimonials-area .testimonial-item .info span.client-company {
  display: block;
}

.testimonials-area .testimonial-item .info span.client-designation {
  font-size: 13px;
  line-height: 1.25;
  margin-bottom: 0;
}

.testimonials-area .testimonial-item .info span.client-company {
  line-height: 1.3;
}

.testimonials-area .testimonial-items .owl-dots .owl-dot span {
  background: var(--white) none repeat scroll 0 0;
  border: 2px solid;
  height: 15px;
  margin: 0 5px;
  width: 15px;
}

.testimonials-area .testimonial-items .owl-dots .owl-dot.active span {
  background: var(--color-primary) none repeat scroll 0 0;
  border-color: var(--color-primary);
}

/* ============================================================== 
     # Signup Area 
=================================================================== */

.signup-area h2 {
  font-weight: 700;
}

.signup-area.shadow.theme::after {
  background: #9199a3 none repeat scroll 0 0;
}

.signup-area h3 {
  font-weight: 700;
  text-transform: uppercase;
}

.signup-area a {
  margin-top: 15px;
}

/* ============================================================== 
     # Fun Factor Area 
=================================================================== */
.fun-factor-area .item .fun-fact {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 50px 30px;
  border-radius: 10px;
}

.fun-factor-area .item .fun-fact .timer {
  color: var(--color-primary);
  font-family: var(--font-default);
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 5px;
}

.fun-factor-area .item .fun-fact .medium {
  font-family: var(--font-default);
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
}

.subscribe h3 {
  font-weight: 700;
  text-transform: capitalize;
}

.subscribe form input {
  border: medium none;
  border-radius: inherit;
  box-shadow: inherit;
  padding-left: 25px;
  height: 60px;
}

.subscribe form .input-group-addon {
  border: medium none;
  padding: 0;
  margin: 0;
  position: absolute;
  right: 5px;
  top: 5px;
}

.subscribe form .input-group-addon button {
  background: var(--bg-gradient);
  border: medium none;
  box-shadow: inherit;
  color: var(--white);
  height: 100%;
  min-height: 50px;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
}

.fun-factor-area .subscribe {
  padding-left: 30px;
}

.fun-factor-area .subscribe .input-group.stylish-input-group {
  overflow: hidden;
  border-radius: 30px;
  position: relative;
}

/* ============================================================== 
     # Contact 
=================================================================== */

.contact-us-area .address .address-items h4 {
  border-bottom: 1px solid #e7e7e7;
  font-weight: 700;
  padding-bottom: 15px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

.contact-us-area .address {
  padding-left: 25px;
}

.contact-us-area .address-items .info li .icon, 
.contact-us-area .address-items .info li span {
  display: table-cell;
  vertical-align: top;
}

.contact-us-area .address-items .info li i {
  background: #f6f6f6 none repeat scroll 0 0;
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: var(--color-primary);
  font-size: 20px;
  height: 50px;
  line-height: 48px;
  margin-bottom: 15px;
  text-align: center;
  width: 50px;
}

.contact-us-area .address-items .info li span {
  padding-left: 15px;
}

.contact-us-area .google-maps iframe {
  height: 300px;
  margin-bottom: -8px;
  width: 100%;
}

.contact-us-area .address .social li {
  display: inline-block;
}

.contact-us-area .address .social li a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: var(--white);
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin: 0 2px;
  text-align: center;
  width: 40px;
}

.contact-us-area .address .social li.twitter a {
  background-color: #00b6f1;
}

.contact-us-area .address .social li.pinterest a {
  background-color: #bd081c;
}

.contact-us-area .address .social li.facebook a {
  background-color: #3b5998;
}

.contact-us-area .address .social li.g-plus a {
  background-color: #df4a32;
}

.contact-us-area .address .social li.vimeo a {
  background-color: #1ab7ea;
}

.contact-us-area .address .social li.instagram a {
  background-color: #cd486b;
}

.contact-us-area .address .social li.linkedin a {
  background-color: #0a66c2;
}

.contact-us-area .address .social li.x-social a {
  background-color: #000000;
}

.contact-us-area .address .social li.youtube a {
  background-color: #ff0000;
}

.contact-form img {
  margin-left: 10px;
}

.contact-us-area .address-items .info li {
  margin-bottom: 30px;
}

.contact-us-area .contact-form h2 {
  font-weight: 700;
  margin-bottom: 30px;
  text-transform: capitalize;
  margin-top: -5px;
}

.contact-us-area .contact-form input {
  border: 1px solid #e7e7e7;
  box-shadow: inherit;
  color: var(--dark);
}

.contact-us-area .contact-form textarea {
  border: 1px solid #e7e7e7;
  box-shadow: inherit;
  min-height: 300px;
  padding-top: 15px;
}

.contact-us-area .contact-form button {
  background: var(--bg-gradient);
  border: medium none;
  box-shadow: inherit;
  color: var(--white);
  display: inline-block;
  font-family: var(--font-default);
  font-weight: 700;
  padding: 15px 35px;
  text-transform: capitalize;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  transition: all 0.35s ease-in-out;
}

.contact-us-area .contact-form button:hover {
  background: var(--dark);
}

.contact-us-area .contact-form button i {
  margin-left: 5px;
}

.contact-form-area .alert-notification {
  margin-top: 15px;
  padding: 0;
}

.contact-form-area .alert-notification .alert-error {
  background: #e7e7e7 none repeat scroll 0 0;
  color: red;
  margin-top: 0;
  text-align: left;
}

.contact-form-area.bg-fixed .alert-notification .alert-error {
  background: var(--white) none repeat scroll 0 0;
  color: red;
  margin-top: 0;
  text-align: left;
}

/* ============================================================== 
     # Companies Area
=================================================================== */

.companies-area .row {
  align-items: center;
  align-self: center;
  display: flex;
  justify-content: center;
  vertical-align: middle;
}

.company-items.default-padding {
    border-bottom: 1px solid #e7e7e7;
}

.companies-area .clients-items img {
  width: auto;
  margin: auto;
}

.companies-area .clients-items .single-item a {
  display: inline-block;
}

.companies-area .clients-items .owl-nav {
  margin: 0;
}

.companies-area .clients-items .owl-nav .owl-prev, 
.companies-area .clients-items .owl-nav .owl-next {
  background: transparent none repeat scroll 0 0;
  color: var(--white);
  font-size: 30px;
  height: 35px;
  left: -25px;
  line-height: 35px;
  margin-top: -18px;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 35px;
}

.companies-area .clients-items .owl-nav .owl-next {
  left: auto;
  right: -25px;
}

.companies-area .info h2,
.companies-area .info h3,
.companies-area .info h4 {
  font-weight: 700;
}

.companies-area .info h2 {
  font-size: 40px;
}

.companies-area .info strong {
  color: var(--color-primary);
}

.companies-area.shape-theme .info strong {
  color: var(--white);
  text-decoration: underline;
}

.clients-items .single-item {
  text-align: center;
}

.clients-items .single-item img {
  margin: auto;
}

.companies-area .info h2 {
  margin-bottom: 0;
}

.clients-items .owl-stage {
  display: flex;
  align-items: center;
}

.companies-area.bg-theme .info span {
  color: var(--white);
}

.companies-area .info p {
  margin: 0;
}

.companies-area.fixed-position .company-items {
  background: var(--white);
  padding: 50px 30px;
  box-shadow: 0 0 25px #e8e5e5;
  position: relative;
  top: -50px;
  z-index: 1;
  border-radius: 10px;
  margin-bottom: -50px;
}

.shape-theme {
  position: relative;
  z-index: 1;
}

.shape-theme::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 50%;
  background: var(--color-primary);
  z-index: 1;
  z-index: -1;
}

.companies-area.shape-theme .info span {
  color: var(--white);
}

/* ============================================================== 
     # Faq Accordion
=================================================================== */
.acd-items.acd-arrow {
  background: var(--white);
  box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
  margin-left: -25%;
  position: relative;
  z-index: 1;
  margin-top: 80px;
}

.acd-items.acd-arrow .accordion-header .accordion-button {
  background: transparent;
  box-shadow: none;
  border-bottom: 1px solid #e7e7e7;
  color: var(--color-heading);
  padding: 25px 40px;
  font-size: 20px;
}

.acd-items.acd-arrow .accordion-item {
  border: none;
}

.acd-items.acd-arrow .accordion-item .accordion-body {
  padding: 40px;
  padding-bottom: 0;
}

.promo-video img {
  width: 100%;
}

.acd-items.acd-arrow .accordion-header .accordion-button span {
  display: inline-block;
  height: 40px;
  width: 40px;
  min-width: 40px;
  line-height: 40px;
  background: var(--dark);
  text-align: center;
  border-radius: 50%;
  color: var(--white);
  margin-right: 15px;
}

.faq-area {
  position: relative;
  z-index: 1;
}

.faq-area .shape {
  position: absolute;
  right: 0;
  bottom: -60px;
}


/* Video Faq */

.faq-area .video {
  position: relative;
  z-index: 1;
}

.faq-area .video a {
  left: 50%;
  margin-top: -22px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.faq-area .video a i {
  color: var(--color-primary);
  font-size: 30px;
  left: 50%;
  padding-left: 5px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.faq-area .video h4 {
  display: block;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 44px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 50%;
  width: 100%;
  color: var(--white);
}

/* ============================================================== 
     # 404 
=================================================================== */
.error-page-area h1 {
  font-size: 150px;
  font-weight: 900;
  line-height: 120px;
  margin-bottom: 30px;
}

.error-page-area h2 {
  font-weight: 700;
  text-transform: capitalize;
}

.error-page-area a {
  margin: 15px 5px 0;
}


/* Google Maps */

.google-maps iframe {
  border: medium none;
  height: 450px;
  margin-bottom: -10px;
  width: 100%;
}

.maps-area {
  overflow: hidden;
}


/* ============================================================== 
     # Login
=================================================================== */
.login-page {
  background: #ffffff;
}

.login-page .login-area {
  height: auto;
  min-height: 680px;
  padding: 90px 0;
}

.login-page .login-area > .container,
.login-page .login-area > .container > .row {
  height: auto;
}

.login-area,
.login-area div {
    height: 100%;
}
.login-area div.login, 
.login-area div.login div {
    height: auto;
}

.login-area .login-box {
    display: table;
    width: 100%;
}
.login-area .login-box .login {
    display: table-cell;
    height: auto;
    vertical-align: middle;
}

.login-area .content {
    background: var(--white) none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 0 0 25px #e8e5e5;
    padding: 30px;
    text-align: center;
}
.login-area .content img {
    margin-bottom: 30px;
}
.login-area .content input {
    border: 1px solid #e7e7e7;
    box-shadow: inherit;
}
.login-area .content button {
    background: var(--bg-gradient);
    border: medium none;
    border-radius: 5px;
    box-shadow: inherit;
    color: var(--white);
    font-family: var(--font-default);
    font-weight: 700;
    padding: 8px;
    text-transform: uppercase;
    width: 100%;
}
.login-area .content .sign-up {
    display: inline-block;
    margin-top: 15px;
}
.login-area .content .sign-up a {
    color: var(--color-primary);
    margin-left: 5px;
}

.login-area .social-login {
    margin: 0 -3px;
    float: left;
    width: 100%;
    border-top: 1px solid #e7e7e7;
    margin-top: 20px;
    padding-top: 20px;
}

.login-area .social-login h4 {
  text-transform: capitalize;
  font-weight: 700;
}

.login-area .social-login li {
  float: left;
  width: 50%;
}

.login-area .social-login li a {
    display: block;
    color: var(--white);
    margin: 0 3px;
    padding: 7px;
}

.login-area .social-login li.facebook a {
  background: #3B5998 none repeat scroll 0 0;
}

.login-area .social-login li.twitter a {
  background: #1DA1F2 none repeat scroll 0 0;
}

/* ============================================================== 
     # Footer 
=================================================================== */

footer .f-item p {
  color: var(--color-paragraph);
}

footer .f-item > h3,
footer .f-item > h4 {
  font-weight: 700;
  margin-bottom: 25px;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
}

footer .item {
  padding-right: 30px;
}

footer .item:last-child {
  padding-right: 15px;
}

footer .f-item.about > h5 {
  border-top: 1px solid #e7e7e7;
  margin-bottom: 15px;
  padding-top: 15px;
  text-transform: uppercase;
  font-weight: 700;
}

footer .f-item.about ul li {
  display: inline-block;
  margin-right: 2px;
}

footer .f-item.about ul li a {
  border: 1px solid #e7e7e7;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
}

footer .f-item .address .icon,
footer .f-item .address .info {
  display: table-cell;
  vertical-align: top;
}

footer .f-item > a {
  margin-top: 10px;
}

footer .f-item .address .info {
  padding-left: 15px;
}

.footer-bottom .col-md-6:first-child {
  padding-left: 0;
}

.footer-bottom .col-md-6:last-child {
  padding-right: 0;
}

footer .f-item .address h5 {
  color: var(--dark);
  font-weight: 700;
  margin-bottom: 2px;
  text-transform: capitalize;
  font-size: 16px;
}

footer .f-item .address li i {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: var(--color-primary);
  font-size: 25px;
  width: 30px;
}

footer .f-item .address li span {
  color: var(--color-paragraph);
}

footer .f-item .address li {
  display: block;
  margin-top: 15px;
}

footer .f-item .address li:first-child {
  margin-top: 0;
}

footer .f-item > img {
  margin-bottom: 25px;
}

footer .f-item.link li {
  display: block;
}

footer .f-item.link li a {
  color: var(--color-paragraph);
  display: inline-block;
  font-weight: 500;
  margin-bottom: 10px;
  padding-bottom: 10px;
  text-transform: capitalize;
}

footer .f-item.link li a:hover {
  color: var(--color-primary);
}

footer .footer-bottom {
  background: var(--dark);
  margin-top: 120px;
  padding-bottom: 20px;
  padding-top: 20px;
}

footer .footer-bottom p {
  color: var(--white);
  margin: 0;
  text-transform: capitalize;
  line-height: 40px;
}

footer .f-item.link li:last-child a {
  margin: 0;
  padding: 0;
}

footer .footer-bottom p a {
  color: var(--color-primary);
  text-transform: capitalize;
}

footer.color-yellow .footer-bottom p a {
  color: #ff9800;
}

.footer-bottom h4 {
  font-weight: 500;
  margin: 0;
  text-transform: uppercase;
}

.footer-bottom .link li {
  display: inline-block;
}

.footer-bottom .link li a {
  color: var(--white);
  display: inline-block;
  font-weight: 500;
  line-height: 40px;
  margin-left: 15px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

.footer-bottom .link li:first-child a {
  margin: 0;
  padding: 0;
}

.footer-bottom .link li:first-child::before {
  display: none;
}

.footer-bottom .link li:first-child a::before {
  display: none;
}

.footer-bottom .link li a:hover {
  color: var(--color-primary);
}

/* ============================================================== 
     # Preloader 
=================================================================== */
.no-js #loader {
  display: none;
}

.js #loader {
  position: absolute;
  left: 100px;
  top: 0;
}

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: url(assets/img/preloader.gif?v=2) center no-repeat var(--white);
  background-size: 160px 160px;
  text-align: center;
}

/* ============================================================== 
     # Demo 
=================================================================== */

.demo-area.demo-conten.default-padding {
  padding-bottom: 30px;
}

.demo-area .single-item {
  position: relative;
  z-index: 1;
}

.demo-area .item {
    margin-bottom: 50px
}

.demo-area .single-item .info {
  padding: 15px 10px;
  text-align: center;
}
.demo-area .single-item .info h4 {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  text-transform: uppercase;
}
.banner-area .demo-banner h1 {
  font-weight: 700;
  margin-bottom: 30px;
}
.banner-area .demo-banner img {
  height: auto;
  margin-bottom: 20px;
  max-height: 80px;
}
.demo-area .def-heading h2 {
  font-weight: 900;
  margin: 30px 0;
  text-transform: uppercase;
  color: #333333;
}
.demo-footer {
  padding-bottom: 80px;
}

.introduction-area h2 span {
  color: #fd0060;
}

.introduction-area h4 {
  font-weight: 300;
  line-height: 30px;
}

.introduction-area h2 {
  color: var(--white);
  display: inline-block;
  font-weight: 700;
  padding-bottom: 20px;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.introduction-area h2::before {
  background: #fd0060 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  width: 50px;
}

.introduction-area h2::after {
  background: var(--white) none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -40px;
  position: absolute;
  width: 25px;
}

footer.demo .copyright {
  margin-top: 15px;
}
.demo-area .comming-soon.item img {
    opacity: 0.3;
}
.banner-area.demo-banner {
  padding: 50px 0;
}
.demo-area .site-heading {
  margin-bottom: 30px;
}
.demo-area img {
  background: var(--white) none repeat scroll 0 0;
  padding: 10px;
  box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
}

.demo-area .single-item > a {
    display: block;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.demo-area .single-item > a .badge {
    position: absolute;
    right: -57px;
    top: 20px;
    width: 200px;
    padding: 10px;
    background: #232323;
    transform: rotate(45deg);
}

footer .footer-bottom p {
  text-align: center;
  width: 100%;
}

footer .footer-bottom p a {
  color: inherit;
}

footer .footer-bottom p a:hover,
footer .footer-bottom p a:focus {
  color: #ee1d2d;
}

/* Blog details page */
.blog-details-page {
  background: #ffffff;
}

.blog-details-article {
  color: #555861;
}

.blog-details-header {
  margin-bottom: 30px;
}

.blog-details-category {
  color: #ee1d2d;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.7px;
  margin-bottom: 14px;
}

.blog-details-header h1 {
  font-size: 48px;
  line-height: 1.15;
  margin-bottom: 20px;
}

.blog-details-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
}

.blog-details-meta span {
  color: #6d7078;
  font-size: 14px;
}

.blog-details-meta i {
  color: #ee1d2d;
  margin-right: 6px;
}

.blog-details-featured {
  border-radius: 12px;
  margin: 0 0 34px;
  overflow: hidden;
}

.blog-details-featured img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
}

.blog-details-content {
  font-size: 16px;
  line-height: 1.85;
}

.blog-details-content .lead {
  color: #252832;
  font-size: 20px;
  line-height: 1.65;
}

.blog-details-content h2 {
  color: #111111;
  font-size: 30px;
  line-height: 1.3;
  margin: 38px 0 15px;
}

.blog-details-checklist li {
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}

.blog-details-checklist li::before {
  align-items: center;
  background: #ee1d2d;
  border-radius: 50%;
  color: #ffffff;
  content: "✓";
  display: flex;
  font-size: 10px;
  height: 18px;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 5px;
  width: 18px;
}

.blog-details-content blockquote {
  background: #f7f7f8;
  border-left: 4px solid #ee1d2d;
  border-radius: 0 10px 10px 0;
  margin: 32px 0;
  padding: 28px 30px;
  position: relative;
}

.blog-details-content blockquote i {
  color: rgba(238, 29, 45, 0.17);
  font-size: 34px;
  position: absolute;
  right: 25px;
  top: 20px;
}

.blog-details-content blockquote p {
  color: #24262f;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  margin: 0;
  max-width: 90%;
}

.blog-details-points {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 28px 0;
}

.blog-details-points > div {
  border: 1px solid #ececef;
  border-radius: 9px;
  padding: 22px;
}

.blog-details-points span {
  color: #ee1d2d;
  font-size: 12px;
  font-weight: 700;
}

.blog-details-points h3 {
  font-size: 20px;
  margin: 7px 0;
}

.blog-details-points p {
  font-size: 14px;
  line-height: 1.65;
  margin: 0;
}

.blog-details-steps {
  counter-reset: detail-step;
  list-style: none;
  padding: 0;
}

.blog-details-steps li {
  border-bottom: 1px solid #eeeeee;
  counter-increment: detail-step;
  padding: 13px 0 13px 42px;
  position: relative;
}

.blog-details-steps li::before {
  color: #ee1d2d;
  content: counter(detail-step, decimal-leading-zero);
  font-size: 12px;
  font-weight: 700;
  left: 0;
  position: absolute;
}

.blog-details-conclusion {
  background: #20242b;
  border-radius: 12px;
  color: #dfe1e4;
  margin-top: 38px;
  padding: 32px;
}

.blog-details-conclusion > span {
  color: #ee1d2d;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.7px;
}

.blog-details-conclusion h2 {
  color: #ffffff;
  margin: 10px 0 12px;
}

.blog-details-conclusion p {
  margin: 0;
}

.blog-details-footer {
  align-items: center;
  border-bottom: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
  padding: 22px 0;
}

.blog-details-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.blog-details-tags strong {
  color: #111111;
  margin-right: 3px;
}

.blog-details-tags a,
.blog-sidebar-tags a {
  background: #fff1f2;
  border-radius: 4px;
  color: #34353a;
  font-size: 12px;
  padding: 6px 9px;
}

.blog-details-tags a:hover,
.blog-sidebar-tags a:hover {
  background: #ee1d2d;
  color: #ffffff;
}

.blog-details-back {
  color: #111111;
  font-weight: 700;
  white-space: nowrap;
}

.blog-details-back:hover {
  color: #ee1d2d;
}

.blog-details-author {
  align-items: center;
  background: #f7f7f8;
  border-radius: 10px;
  display: flex;
  gap: 20px;
  margin-top: 30px;
  padding: 25px;
}

.blog-author-mark {
  align-items: center;
  background: #ee1d2d;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  flex: 0 0 64px;
  font-size: 20px;
  font-weight: 700;
  height: 64px;
  justify-content: center;
}

.blog-details-author span {
  color: #ee1d2d;
  font-size: 11px;
  font-weight: 700;
}

.blog-details-author h3 {
  font-size: 19px;
  margin: 3px 0 4px;
}

.blog-details-author p {
  font-size: 14px;
  margin: 0;
}

.blog-details-sidebar {
  position: sticky;
  top: 115px;
}

.blog-sidebar-widget {
  background: #f7f7f8;
  border-radius: 10px;
  margin-bottom: 24px;
  padding: 25px;
}

.blog-sidebar-widget h3 {
  font-size: 21px;
  margin-bottom: 20px;
  padding-bottom: 12px;
  position: relative;
}

.blog-sidebar-widget h3::after {
  background: #ee1d2d;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 38px;
}

.blog-sidebar-search form {
  display: flex;
}

.blog-sidebar-search input {
  background: #ffffff;
  border: 1px solid #e4e4e7;
  border-radius: 6px 0 0 6px;
  height: 50px;
  padding: 0 15px;
  width: 100%;
}

.blog-sidebar-search button {
  background: #ee1d2d;
  border: 0;
  border-radius: 0 6px 6px 0;
  color: #ffffff;
  flex: 0 0 50px;
}

.blog-sidebar-categories li + li {
  border-top: 1px solid #e7e7e9;
}

.blog-sidebar-categories a {
  color: #404249;
  display: flex;
  justify-content: space-between;
  padding: 11px 0;
}

.blog-sidebar-categories a:hover {
  color: #ee1d2d;
  padding-left: 4px;
}

.blog-sidebar-categories span {
  color: #999ba1;
  font-size: 12px;
}

.blog-sidebar-posts > a {
  align-items: center;
  display: flex;
  gap: 12px;
}

.blog-sidebar-posts > a + a {
  border-top: 1px solid #e5e5e7;
  margin-top: 14px;
  padding-top: 14px;
}

.blog-sidebar-posts img {
  border-radius: 6px;
  flex: 0 0 78px;
  height: 66px;
  object-fit: cover;
  width: 78px;
}

.blog-sidebar-posts small {
  color: #ee1d2d;
  display: block;
  font-size: 11px;
  margin-bottom: 4px;
}

.blog-sidebar-posts strong {
  color: #202229;
  display: block;
  font-size: 13px;
  line-height: 1.4;
}

.blog-sidebar-posts a:hover strong {
  color: #ee1d2d;
}

.blog-sidebar-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.blog-sidebar-cta {
  background: #20242b;
  border-radius: 10px;
  color: #d7d9dd;
  overflow: hidden;
  padding: 30px;
  position: relative;
}

.blog-sidebar-cta::after {
  background: rgba(238, 29, 45, 0.18);
  border-radius: 50%;
  content: "";
  height: 150px;
  position: absolute;
  right: -65px;
  top: -70px;
  width: 150px;
}

.blog-sidebar-cta > span {
  color: #ee1d2d;
  font-size: 11px;
  font-weight: 700;
}

.blog-sidebar-cta h3 {
  color: #ffffff;
  font-size: 25px;
  margin: 11px 0;
}

.blog-sidebar-cta p {
  font-size: 14px;
  line-height: 1.7;
}

.blog-sidebar-cta a {
  color: #ffffff;
  font-weight: 700;
}

.blog-sidebar-cta a:hover {
  color: #ee1d2d;
}

@media (max-width: 991px) {
  .blog-details-sidebar {
    margin-top: 20px;
    position: static;
  }
}

@media (max-width: 767px) {
  .blog-details-header h1 {
    font-size: 34px;
  }

  .blog-details-points {
    grid-template-columns: 1fr;
  }

  .blog-details-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .blog-details-author {
    align-items: flex-start;
  }
}

/* Legal pages */
.legal-page {
  background: #ffffff;
}

.legal-intro {
  border-bottom: 1px solid #e9e9ec;
  margin-bottom: 48px;
  max-width: 900px;
  padding-bottom: 30px;
}

.legal-intro > span {
  color: #ee1d2d;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.8px;
}

.legal-intro h2 {
  font-size: 46px;
  margin: 8px 0 13px;
}

.legal-intro p {
  color: #5e6169;
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 12px;
}

.legal-intro small {
  color: #868991;
  font-weight: 600;
}

.legal-toc {
  background: #f7f7f8;
  border-radius: 10px;
  padding: 26px;
  position: sticky;
  top: 115px;
}

.legal-toc h3 {
  font-size: 22px;
  margin-bottom: 17px;
  padding-bottom: 12px;
  position: relative;
}

.legal-toc h3::after {
  background: #ee1d2d;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 38px;
}

.legal-toc ul {
  max-height: 440px;
  overflow-y: auto;
  padding-right: 8px;
}

.legal-toc li + li {
  border-top: 1px solid #e5e5e8;
}

.legal-toc li a {
  color: #474a52;
  display: block;
  font-size: 14px;
  line-height: 1.45;
  padding: 10px 0;
}

.legal-toc li a:hover {
  color: #ee1d2d;
  padding-left: 4px;
}

.legal-help {
  align-items: center;
  border-top: 1px solid #dedee2;
  display: flex;
  gap: 12px;
  margin-top: 18px;
  padding-top: 18px;
}

.legal-help > i {
  align-items: center;
  background: #ee1d2d;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  flex: 0 0 38px;
  height: 38px;
  justify-content: center;
}

.legal-help span,
.legal-help strong,
.legal-help a {
  display: block;
}

.legal-help strong {
  color: #191a20;
  font-size: 13px;
}

.legal-help a {
  color: #676a72;
  font-size: 12px;
}

.legal-help a:hover {
  color: #ee1d2d;
}

.legal-content {
  color: #565961;
  font-size: 16px;
  line-height: 1.85;
}

.legal-section {
  border-bottom: 1px solid #ececef;
  margin-bottom: 30px;
  padding-bottom: 26px;
  scroll-margin-top: 120px;
}

.legal-section h2 {
  color: #15161b;
  font-size: 28px;
  line-height: 1.35;
  margin-bottom: 13px;
}

.legal-section p:last-child,
.legal-section ul:last-child {
  margin-bottom: 0;
}

.legal-section ul {
  list-style: disc;
  padding-left: 21px;
}

.legal-section li {
  margin-bottom: 7px;
}

.legal-section a {
  color: #ee1d2d;
  text-decoration: underline;
}

.legal-cookie-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.legal-cookie-grid > div {
  background: #f7f7f8;
  border-left: 3px solid #ee1d2d;
  border-radius: 0 7px 7px 0;
  padding: 18px;
}

.legal-cookie-grid strong {
  color: #191a20;
  display: block;
  margin-bottom: 5px;
}

.legal-cookie-grid p {
  font-size: 14px;
  line-height: 1.65;
  margin: 0;
}

.legal-review-note {
  background: #fff5f5;
  border: 1px solid rgba(238, 29, 45, 0.18);
  border-radius: 8px;
  color: #565961;
  font-size: 14px;
  line-height: 1.7;
  padding: 20px;
}

.legal-review-note strong {
  color: #ee1d2d;
}

@media (max-width: 991px) {
  .legal-toc {
    margin-bottom: 15px;
    position: static;
  }

  .legal-toc ul {
    max-height: none;
  }
}

@media (max-width: 767px) {
  .legal-intro h2 {
    font-size: 34px;
  }

  .legal-cookie-grid {
    grid-template-columns: 1fr;
  }
}

footer .footer-bottom .row {
  justify-content: center;
}

/* Index hero heading */
.banner-area.text-small.banner-style-two .content h1.techbela-hero-title {
  font-size: 52px;
}

@media (min-width: 768px) {
  .about-area .default.info h2.techbela-about-title {
    font-size: 40px;
  }

  .techbela-about-title span {
    white-space: nowrap;
  }
}

/* Index header call-to-action */
.navbar .attr-right .attr-nav li.button a.header-get-started {
  align-items: center;
  border-radius: 5px;
  display: inline-flex;
  height: 53px;
  justify-content: center;
  padding: 0 15px !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
  white-space: nowrap;
  width: 172px;
}

.navbar .attr-right .attr-nav li.button a.header-get-started::after {
  display: none;
}

.navbar .attr-right .attr-nav li.button a.header-get-started:hover,
.navbar .attr-right .attr-nav li.button a.header-get-started:focus {
  background: var(--bg-gradient-secondary) !important;
  box-shadow: 0 8px 18px rgba(169, 20, 28, 0.25);
  color: var(--white);
  transform: translateY(-2px);
}

/* Shared hover treatment for red action buttons */
.btn-theme:not(.border),
.banner-area .form-info button,
.banner-area .form-box button,
.comments-form button,
.subscribe form .input-group-addon button,
.contact-us-area .contact-form button,
.login-area .content button {
  background: var(--bg-gradient) !important;
  border: none;
  border-radius: 5px;
  color: var(--white) !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

a.btn-theme:not(.border) {
  align-items: center;
  display: inline-flex;
  height: 53px;
  justify-content: center;
  min-width: 172px;
  padding: 0 30px;
}

.btn-theme:hover,
.btn-theme:focus,
.banner-area .form-info button:hover,
.banner-area .form-info button:focus,
.banner-area .form-box button:hover,
.banner-area .form-box button:focus,
.comments-form button:hover,
.comments-form button:focus,
.subscribe form .input-group-addon button:hover,
.subscribe form .input-group-addon button:focus,
.contact-us-area .contact-form button:hover,
.contact-us-area .contact-form button:focus,
.login-area .content button:hover,
.login-area .content button:focus {
  background: var(--bg-gradient-secondary) !important;
  box-shadow: 0 8px 18px rgba(169, 20, 28, 0.25);
  color: var(--white) !important;
  transform: translateY(-2px);
}

.btn-theme:not(.border):hover,
.btn-theme:not(.border):focus {
  border: none;
}

@media (max-width: 767px) {
  .banner-area.text-small.banner-style-two .content h1.techbela-hero-title {
    font-size: 42px;
  }
}

/* Technology stack */
.technology-stack-area .site-heading {
  margin-bottom: 55px;
}

.technology-stack-items > div {
  display: flex;
}

.technology-stack-card {
  background: var(--white);
  border-radius: 10px;
  box-shadow: 0 15px 45px -18px rgba(44, 48, 68, 0.28);
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  overflow: hidden;
  padding: 35px 28px 30px;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 100%;
}

.technology-stack-card::before {
  background: var(--bg-gradient);
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.technology-stack-card:hover {
  box-shadow: 0 20px 50px -18px rgba(169, 20, 28, 0.3);
  transform: translateY(-6px);
}

.technology-stack-icon {
  align-items: center;
  background: var(--bg-gradient);
  border-radius: 8px;
  color: var(--white);
  display: flex;
  font-size: 22px;
  height: 52px;
  justify-content: center;
  margin-bottom: 24px;
  width: 52px;
}

.technology-stack-card h3 {
  font-size: 23px;
  margin-bottom: 12px;
}

.technology-stack-card p {
  border-bottom: 1px solid #eeeeee;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 22px;
  min-height: 72px;
  padding-bottom: 20px;
}

.technology-stack-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.technology-stack-card ul li {
  background: #fff1f2;
  border: 1px solid rgba(242, 31, 45, 0.14);
  border-radius: 5px;
  color: var(--color-heading);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding: 10px 12px;
}

/* Homepage technology cards */
#technology .technology-stack-card {
  align-items: center;
  text-align: center;
}

#technology .technology-stack-card p {
  width: 100%;
}

#technology .technology-stack-card ul {
  justify-content: center;
  width: 100%;
}

@media (max-width: 1199px) {
  .technology-stack-card {
    padding-left: 22px;
    padding-right: 22px;
  }

  .technology-stack-card h3 {
    font-size: 21px;
  }
}

@media (max-width: 767px) {
  .technology-stack-area .site-heading {
    margin-bottom: 35px;
  }

  .technology-stack-card p {
    min-height: auto;
  }
}

/* Industry solutions */
.industry-solutions-area {
  overflow: hidden;
}

.industry-solutions-area .site-heading {
  margin-bottom: 55px;
}

.industry-solutions-illustration {
  background: #fff8f7;
  border: 1px solid rgba(242, 31, 45, 0.08);
  border-radius: 16px;
  box-shadow: 0 20px 55px -30px rgba(44, 48, 68, 0.35);
  overflow: hidden;
  padding: 18px;
  position: relative;
}

.industry-solutions-illustration::after {
  background: var(--bg-gradient);
  border-radius: 50%;
  content: "";
  height: 90px;
  opacity: 0.08;
  position: absolute;
  right: -30px;
  top: -30px;
  width: 90px;
}

.industry-solutions-illustration img {
  border-radius: 10px;
  display: block;
  width: 100%;
}

.industry-solutions-list {
  padding-left: 25px;
}

.industry-solution-item {
  align-items: flex-start;
  background: var(--white);
  border: 1px solid #eeeeee;
  border-radius: 10px;
  display: flex;
  margin-bottom: 14px;
  padding: 18px 20px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.industry-solution-item:last-child {
  margin-bottom: 0;
}

.industry-solution-item:hover {
  border-color: rgba(242, 31, 45, 0.25);
  box-shadow: 0 12px 30px -18px rgba(169, 20, 28, 0.45);
  transform: translateX(6px);
}

.industry-solution-item > span {
  align-items: center;
  background: var(--bg-gradient);
  border-radius: 7px;
  color: var(--white);
  display: flex;
  flex: 0 0 46px;
  font-size: 18px;
  height: 46px;
  justify-content: center;
  margin-right: 17px;
  width: 46px;
}

.industry-solution-item h3 {
  font-size: 20px;
  margin-bottom: 5px;
}

.industry-solution-item p {
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
}

@media (max-width: 991px) {
  .industry-solutions-illustration {
    margin-bottom: 35px;
  }

  .industry-solutions-list {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .industry-solutions-area .site-heading {
    margin-bottom: 35px;
  }

  .industry-solutions-illustration {
    padding: 10px;
  }

  .industry-solution-item {
    padding: 15px;
  }

  .industry-solution-item:hover {
    transform: translateY(-3px);
  }
}

/* Process */
.process-area .site-heading {
  margin-bottom: 55px;
}

.process-items {
  counter-reset: process-step;
  row-gap: 30px;
}

.process-column {
  display: flex;
  position: relative;
}

.process-column::after {
  background: linear-gradient(90deg, rgba(242, 31, 45, 0.35), rgba(169, 20, 28, 0.14));
  content: "";
  height: 2px;
  position: absolute;
  right: -15px;
  top: 61px;
  width: 30px;
  z-index: 2;
}

.process-column:nth-child(4)::after,
.process-column:nth-child(8)::after {
  display: none;
}

.process-item {
  background: var(--white);
  border: 1px solid #eeeeee;
  border-radius: 10px;
  box-shadow: 0 15px 38px -25px rgba(44, 48, 68, 0.35);
  min-height: 285px;
  overflow: hidden;
  padding: 32px 25px 28px;
  position: relative;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
  width: 100%;
}

.process-item::before {
  background: var(--bg-gradient);
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
  width: 100%;
}

.process-item:hover {
  border-color: rgba(242, 31, 45, 0.2);
  box-shadow: 0 20px 45px -24px rgba(169, 20, 28, 0.38);
  transform: translateY(-6px);
}

.process-item:hover::before {
  transform: scaleX(1);
}

.process-number {
  color: rgba(169, 20, 28, 0.12);
  font-size: 46px;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  right: 18px;
  top: 18px;
}

.process-icon {
  align-items: center;
  background: var(--bg-gradient);
  border-radius: 8px;
  color: var(--white);
  display: flex;
  font-size: 20px;
  height: 54px;
  justify-content: center;
  margin-bottom: 25px;
  position: relative;
  width: 54px;
  z-index: 1;
}

.process-item h3 {
  font-size: 21px;
  line-height: 1.3;
  margin-bottom: 12px;
}

.process-item p {
  font-size: 14px;
  line-height: 1.65;
  margin: 0;
}

@media (max-width: 991px) {
  .process-column::after {
    display: none;
  }
}

@media (max-width: 767px) {
  .process-area .site-heading {
    margin-bottom: 35px;
  }

  .process-item {
    min-height: auto;
  }
}

/* Blog listing hover */
.blog-area.full-width .blog-items .item {
  overflow: hidden;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.blog-area.full-width .blog-items .item:hover {
  box-shadow: 0 22px 45px -20px rgba(169, 20, 28, 0.32);
  transform: translateY(-8px);
}

.blog-area.full-width .blog-items .item .thumb {
  overflow: hidden;
}

.blog-area.full-width .blog-items .item .thumb img {
  transition: transform 0.45s ease;
}

.blog-area.full-width .blog-items .item:hover .thumb img {
  transform: scale(1.06);
}

.blog-area.full-width .blog-items .item h4 a,
.blog-area.full-width .blog-items .item .more-btn {
  transition: color 0.3s ease;
}

.blog-area.full-width .blog-items .item:hover h4 a,
.blog-area.full-width .blog-items .item:hover .more-btn {
  color: var(--color-primary);
}

/* Services listing */
.services-page-area {
  background: #ffffff;
}

.services-page-grid > div {
  display: flex;
}

.service-page-card {
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 10px;
  box-shadow: 0 16px 35px -28px rgba(20, 20, 30, 0.5);
  color: var(--dark);
  display: flex;
  flex: 1;
  flex-direction: column;
  min-height: 310px;
  overflow: hidden;
  padding: 35px 30px;
  position: relative;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.service-page-card::before {
  background: var(--bg-gradient);
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  top: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
  width: 100%;
}

.service-page-card:hover {
  border-color: rgba(242, 31, 45, 0.28);
  box-shadow: 0 24px 50px -25px rgba(169, 20, 28, 0.35);
  color: var(--dark);
  transform: translateY(-8px);
}

.service-page-card:hover::before {
  transform: scaleX(1);
}

.service-card-icon {
  align-items: center;
  background: var(--bg-gradient);
  border-radius: 8px;
  color: #ffffff;
  display: flex;
  font-size: 24px;
  height: 58px;
  justify-content: center;
  margin-bottom: 25px;
  width: 58px;
}

.service-page-card h3 {
  font-size: 22px;
  line-height: 1.25;
  margin-bottom: 14px;
}

.service-page-card p {
  color: #666666;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 25px;
}

.service-card-link {
  color: var(--color-primary);
  font-size: 14px;
  font-weight: 700;
  margin-top: auto;
  text-transform: uppercase;
}

.service-card-link i {
  margin-left: 7px;
  transition: transform 0.3s ease;
}

.service-page-card:hover .service-card-link i {
  transform: translateX(5px);
}

.service-cta-area {
  background: var(--bg-gradient);
}

.service-cta-area span,
.service-details-bottom-cta span,
.service-sidebar-cta > span {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
}

.service-cta-area h2 {
  color: #ffffff;
  font-size: 40px;
  margin: 8px 0 12px;
}

.service-cta-area p {
  color: rgba(255, 255, 255, 0.84);
  margin: 0;
}

/* Service details */
.service-details-sidebar {
  position: sticky;
  top: 120px;
}

.service-details-sidebar > h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

.service-details-nav {
  margin-bottom: 30px;
}

.service-details-nav li {
  margin-bottom: 8px;
}

.service-details-nav a {
  align-items: center;
  background: #f7f7f7;
  border-left: 3px solid transparent;
  color: var(--dark);
  display: flex;
  font-size: 15px;
  font-weight: 700;
  justify-content: space-between;
  padding: 16px 18px;
  transition: all 0.3s ease;
}

.service-details-nav li.active a,
.service-details-nav a:hover {
  background: var(--bg-gradient);
  border-left-color: var(--color-secondary);
  color: #ffffff;
}

.service-sidebar-cta {
  background: #202428;
  border-radius: 8px;
  color: #ffffff;
  overflow: hidden;
  padding: 30px;
  position: relative;
}

.service-sidebar-cta::after {
  background: rgba(242, 31, 45, 0.18);
  border-radius: 50%;
  content: "";
  height: 150px;
  position: absolute;
  right: -65px;
  top: -65px;
  width: 150px;
}

.service-sidebar-cta h3 {
  color: #ffffff;
  font-size: 25px;
  margin: 10px 0;
}

.service-sidebar-cta p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.service-sidebar-cta a {
  color: #ffffff;
  font-weight: 700;
}

.service-details-image {
  background: #fff8f7;
  border-radius: 10px;
  margin-bottom: 35px;
  overflow: hidden;
}

.service-details-image img {
  display: block;
  width: 100%;
}

.service-eyebrow {
  color: var(--color-primary);
  display: block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.8px;
  margin-bottom: 10px;
}

.service-details-content > h2 {
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.service-details-content > p {
  color: #5f5f68;
  line-height: 1.85;
}

.service-details-content .service-lead {
  color: var(--dark);
  font-size: 19px;
  line-height: 1.65;
}

.service-benefits,
.service-process,
.service-technologies {
  border-top: 1px solid #eeeeee;
  margin-top: 38px;
  padding-top: 35px;
}

.service-benefits > h3,
.service-process > h3,
.service-technologies > h3 {
  font-size: 26px;
  margin-bottom: 25px;
}

.service-benefit {
  background: #fafafa;
  border-radius: 8px;
  display: flex;
  height: 100%;
  padding: 22px;
}

.service-benefit > i {
  align-items: center;
  background: var(--bg-gradient);
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  flex: 0 0 28px;
  height: 28px;
  justify-content: center;
  margin-right: 14px;
}

.service-benefit h4 {
  font-size: 17px;
  margin-bottom: 7px;
}

.service-benefit p {
  color: #666666;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

.service-process-step {
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 8px;
  padding: 22px 15px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-process-step:hover {
  box-shadow: 0 15px 30px -20px rgba(169, 20, 28, 0.45);
  transform: translateY(-5px);
}

.service-process-step span {
  color: var(--color-primary);
  display: block;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 8px;
}

.service-process-step h4 {
  font-size: 16px;
  margin: 0;
}

.service-tech-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.service-tech-list span {
  background: rgba(242, 31, 45, 0.07);
  border: 1px solid rgba(242, 31, 45, 0.22);
  border-radius: 5px;
  color: var(--dark);
  font-size: 14px;
  font-weight: 700;
  padding: 10px 15px;
}

.service-details-bottom-cta {
  align-items: center;
  background: #f7f7f7;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  margin-top: 45px;
  padding: 30px;
}

.service-details-bottom-cta span {
  color: var(--color-primary);
}

.service-details-bottom-cta h3 {
  font-size: 22px;
  margin: 7px 20px 0 0;
}

@media (max-width: 991px) {
  .service-details-sidebar {
    position: static;
  }

  .service-cta-area .text-lg-end {
    margin-top: 25px;
  }
}

@media (max-width: 767px) {
  .service-page-card {
    min-height: auto;
  }

  .service-cta-area h2,
  .service-details-content > h2 {
    font-size: 31px;
  }

  .service-details-bottom-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .service-details-bottom-cta .btn {
    margin-top: 22px;
  }
}

/* Expanded service details structure */
.service-content-section {
  border-top: 1px solid #eeeeee;
  margin-top: 42px;
  padding-top: 38px;
  scroll-margin-top: 120px;
}

.service-content-section.service-overview {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}

.service-content-section > h2 {
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.service-content-section > h3 {
  font-size: 28px;
  line-height: 1.3;
  margin-bottom: 24px;
}

.service-content-section > p {
  color: #5f5f68;
  line-height: 1.85;
}

.service-problem-list {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.service-problem-list > div {
  align-items: flex-start;
  background: #fafafa;
  border-radius: 7px;
  display: flex;
  min-height: 82px;
  padding: 20px;
}

.service-problem-list i {
  align-items: center;
  background: rgba(242, 31, 45, 0.1);
  border-radius: 50%;
  color: var(--color-primary);
  display: flex;
  flex: 0 0 26px;
  height: 26px;
  justify-content: center;
  margin-right: 12px;
  margin-top: 1px;
}

.service-problem-list span {
  color: var(--dark);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55;
}

.service-solution-highlight {
  align-items: center;
  background: linear-gradient(135deg, rgba(242, 31, 45, 0.08), rgba(169, 20, 28, 0.03));
  border-left: 4px solid var(--color-primary);
  display: flex;
  margin-top: 25px;
  padding: 24px;
}

.service-solution-highlight i {
  color: var(--color-primary);
  font-size: 30px;
  margin-right: 20px;
}

.service-solution-highlight p {
  color: var(--dark);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.65;
  margin: 0;
}

.service-stat-grid {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.service-stat-grid > div {
  border: 1px solid #eeeeee;
  border-radius: 8px;
  padding: 24px 18px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-stat-grid > div:hover {
  box-shadow: 0 18px 35px -24px rgba(169, 20, 28, 0.48);
  transform: translateY(-5px);
}

.service-stat-grid i {
  color: var(--color-primary);
  font-size: 27px;
  margin-bottom: 15px;
}

.service-stat-grid h4 {
  font-size: 16px;
  margin-bottom: 8px;
}

.service-stat-grid p {
  color: #666666;
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
}

.service-industry-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.service-industry-list span {
  align-items: center;
  background: #f8f8f8;
  border: 1px solid #eeeeee;
  border-radius: 6px;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  padding: 14px 17px;
}

.service-industry-list i {
  color: var(--color-primary);
  margin-right: 9px;
}

.service-related-card {
  background: #fafafa;
  border: 1px solid #eeeeee;
  border-radius: 8px;
  color: var(--dark);
  display: block;
  height: 100%;
  padding: 25px 20px;
  transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.service-related-card:hover {
  background: #ffffff;
  box-shadow: 0 18px 35px -24px rgba(169, 20, 28, 0.48);
  color: var(--dark);
  transform: translateY(-5px);
}

.service-related-card > i {
  color: var(--color-primary);
  font-size: 28px;
  margin-bottom: 18px;
}

.service-related-card h4 {
  font-size: 17px;
  margin-bottom: 9px;
}

.service-related-card p {
  color: #666666;
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
}

.service-case-study {
  align-items: center;
  border: 1px solid #eeeeee;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
  padding: 25px;
  transition: border-color 0.3s ease, transform 0.3s ease;
}

.service-case-study:hover {
  border-color: rgba(242, 31, 45, 0.35);
  transform: translateX(5px);
}

.service-case-study span {
  color: var(--color-primary);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.8px;
}

.service-case-study h4 {
  font-size: 18px;
  margin: 7px 20px 8px 0;
}

.service-case-study p {
  color: #666666;
  font-size: 14px;
  line-height: 1.65;
  margin: 0 20px 0 0;
}

.service-case-study > a {
  align-items: center;
  background: var(--bg-gradient);
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  flex: 0 0 44px;
  height: 44px;
  justify-content: center;
}

.service-testimonial {
  background: #202428;
  border-radius: 10px;
  color: #ffffff;
  overflow: hidden;
  padding: 35px;
  position: relative;
}

.service-testimonial::after {
  background: rgba(242, 31, 45, 0.17);
  border-radius: 50%;
  bottom: -110px;
  content: "";
  height: 230px;
  left: -80px;
  position: absolute;
  width: 230px;
}

.service-testimonial > i {
  color: var(--color-primary);
  font-size: 30px;
  margin-bottom: 17px;
}

.service-testimonial > p {
  color: rgba(255, 255, 255, 0.88);
  font-size: 17px;
  line-height: 1.8;
}

.service-testimonial strong,
.service-testimonial span {
  display: block;
  position: relative;
  z-index: 1;
}

.service-testimonial span {
  color: var(--color-primary);
  font-size: 13px;
  margin-top: 3px;
  text-transform: uppercase;
}

.service-review-disclosure {
  color: #777777;
  font-size: 13px;
  margin: -14px 0 20px;
}

.service-details-testimonials .testimonial-items {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  box-shadow: none;
  overflow: hidden;
  padding: 0 0 30px;
}

.service-details-testimonials .testimonial-items::after {
  display: none;
}

.service-details-testimonials .testimonial-item {
  align-items: center;
  background: #ffffff;
  border: 0;
  display: flex;
  min-height: 285px;
}

.service-details-testimonials .testimonial-item .thumb {
  flex: 0 0 185px;
  margin-right: 28px;
}

.service-details-testimonials .testimonial-item .thumb img {
  border-radius: 50%;
  height: 185px;
  object-fit: cover;
  width: 185px;
}

.service-details-testimonials .testimonial-item .info {
  min-width: 0;
}

.service-details-testimonials .testimonial-item .content::before {
  color: var(--color-primary);
  content: "\201C";
  display: block;
  font-family: Georgia, serif;
  font-size: 64px;
  font-weight: 700;
  height: 40px;
  line-height: 1;
  margin-bottom: 12px;
}

.service-details-testimonials .testimonial-item p {
  color: #55555f;
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 18px;
}

.service-details-testimonials .testimonial-item h4 {
  color: var(--dark);
  font-size: 19px;
  margin-bottom: 4px;
}

.service-details-testimonials .testimonial-item span {
  display: block;
  text-transform: uppercase;
}

.service-details-testimonials .testimonial-item .client-designation {
  color: var(--dark);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 2px;
}

.service-details-testimonials .testimonial-item .client-company {
  color: var(--color-primary);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

.service-details-testimonials .owl-dots {
  bottom: 16px;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.service-details-testimonials .owl-theme .owl-dots .owl-dot span {
  background: #d5d5d5;
  height: 10px;
  margin: 4px;
  width: 10px;
}

.service-details-testimonials .owl-theme .owl-dots .owl-dot.active span,
.service-details-testimonials .owl-theme .owl-dots .owl-dot:hover span {
  background: var(--color-primary);
}

.service-faqs details {
  background: #ffffff;
  border: 1px solid #e9e9e9;
  border-radius: 10px;
  box-shadow: 0 10px 25px -24px rgba(20, 20, 30, 0.45);
  margin-bottom: 14px;
  overflow: hidden;
  padding: 0 22px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.service-faqs summary {
  align-items: center;
  color: var(--dark);
  cursor: pointer;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  justify-content: space-between;
  line-height: 1.45;
  list-style: none;
  padding: 21px 0;
  transition: color 0.3s ease;
}

.service-faqs summary::-webkit-details-marker {
  display: none;
}

.service-faqs summary::after {
  align-items: center;
  background: rgba(242, 31, 45, 0.08);
  border-radius: 50%;
  color: var(--color-primary);
  content: "+";
  display: flex;
  flex: 0 0 32px;
  font-size: 21px;
  height: 32px;
  justify-content: center;
  line-height: 1;
  margin-left: 18px;
  transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.service-faqs details[open] {
  border-color: rgba(242, 31, 45, 0.38);
  box-shadow: 0 16px 34px -25px rgba(169, 20, 28, 0.38);
}

.service-faqs details[open] summary {
  color: var(--color-primary);
}

.service-faqs details[open] summary::after {
  background: var(--bg-gradient);
  color: #ffffff;
  content: "−";
  transform: rotate(180deg);
}

.service-faqs details p {
  border-top: 1px solid #eeeeee;
  color: #666666;
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
  padding: 18px 0 22px;
}

/* Case studies */
.case-study-heading-row .site-heading {
  margin-bottom: 40px;
}

.case-study-view-all,
.case-study-link {
  color: var(--color-primary);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.case-study-heading-row .case-study-view-all {
  display: inline-block;
  margin-bottom: 43px;
}

.case-study-view-all i,
.case-study-link i {
  margin-left: 7px;
  transition: transform 0.3s ease;
}

.case-study-view-all:hover i,
.case-study-link:hover i {
  transform: translateX(5px);
}

.case-study-card {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 16px 36px -28px rgba(20, 20, 30, 0.48);
  height: 100%;
  overflow: hidden;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.case-study-card:hover {
  box-shadow: 0 25px 48px -25px rgba(169, 20, 28, 0.34);
  transform: translateY(-8px);
}

.case-study-card-image {
  display: block;
  height: 245px;
  overflow: hidden;
  position: relative;
}

.case-study-card-image img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
  width: 100%;
}

.case-study-card:hover .case-study-card-image img {
  transform: scale(1.06);
}

.case-study-card-image > span {
  background: var(--bg-gradient);
  bottom: 16px;
  border-radius: 4px;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  left: 16px;
  padding: 7px 11px;
  position: absolute;
  text-transform: uppercase;
}

.case-study-card-content {
  padding: 28px;
}

.case-study-meta {
  color: var(--color-primary);
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.case-study-card h3 {
  font-size: 21px;
  line-height: 1.4;
  margin-bottom: 13px;
}

.case-study-card h3 a {
  color: var(--dark);
}

.case-study-card h3 a:hover {
  color: var(--color-primary);
}

.case-study-card p {
  color: #666666;
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 22px;
}

.case-study-listing-intro {
  margin-bottom: 45px;
}

.case-study-listing-intro p {
  color: #666666;
  font-size: 17px;
  line-height: 1.8;
  margin: 0 auto;
  max-width: 760px;
}

.case-study-detail-hero {
  background: #fff8f7;
  border-radius: 12px;
  margin-bottom: 45px;
  overflow: hidden;
}

.case-study-detail-hero img {
  max-height: 520px;
  object-fit: cover;
  width: 100%;
}

.case-study-detail-section {
  border-top: 1px solid #eeeeee;
  margin-top: 40px;
  padding-top: 36px;
}

.case-study-detail-section:first-of-type {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}

.case-study-detail-section h2 {
  font-size: 31px;
  margin-bottom: 18px;
}

.case-study-detail-section p,
.case-study-detail-section li {
  color: #606068;
  line-height: 1.8;
}

.case-study-facts {
  background: #202428;
  border-radius: 10px;
  color: #ffffff;
  padding: 28px;
}

.case-study-facts h3 {
  color: #ffffff;
  margin-bottom: 20px;
}

.case-study-facts li {
  border-bottom: 1px solid rgba(255,255,255,.12);
  margin-bottom: 14px;
  padding-bottom: 14px;
}

.case-study-facts li:last-child {
  border: 0;
  margin: 0;
  padding: 0;
}

.case-study-facts strong,
.case-study-facts span {
  display: block;
}

.case-study-facts strong {
  color: var(--color-primary);
  font-size: 12px;
  margin-bottom: 4px;
  text-transform: uppercase;
}

/* Contact page */
.contact-page-area .contact-form > h2 {
  margin-bottom: 28px;
}

.contact-page-eyebrow {
  color: var(--color-primary);
  display: block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.8px;
  margin-bottom: 8px;
}

.contact-page-area select.form-control {
  appearance: auto;
  color: #666666;
  height: 55px;
}

.contact-page-area .address-items .info a {
  color: #666666;
}

.contact-page-area .address-items .info a:hover {
  color: var(--color-primary);
}

.contact-page-note {
  background: #f7f7f7;
  padding: 45px 0;
}

.contact-page-note h3 {
  font-size: 25px;
  margin-bottom: 8px;
}

.contact-page-note p {
  color: #666666;
  margin: 0;
}

.contact-response-time {
  align-items: center;
  display: flex;
}

.contact-response-time > i {
  align-items: center;
  background: var(--bg-gradient);
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  flex: 0 0 52px;
  font-size: 19px;
  height: 52px;
  justify-content: center;
  margin-right: 15px;
}

.contact-response-time strong,
.contact-response-time span {
  display: block;
}

.contact-response-time span {
  color: #666666;
  font-size: 13px;
  margin-top: 3px;
}

@media (max-width: 991px) {
  .contact-response-time {
    margin-top: 25px;
  }
}

/* About page */
.about-section-label {
  color: var(--color-primary);
  display: block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.9px;
  margin-bottom: 10px;
}

.about-overview-area h2,
.about-story-area h2,
.about-capability-area h2,
.about-technology-area h2,
.about-team-area h2,
.about-office-area h2 {
  font-size: 40px;
  line-height: 1.22;
  margin-bottom: 20px;
}

.about-overview-area p,
.about-story-area p,
.about-capability-area p,
.about-technology-area p,
.about-team-area p,
.about-office-area p {
  color: #62626a;
  line-height: 1.8;
}

.about-lead {
  color: var(--dark) !important;
  font-size: 18px;
  line-height: 1.7 !important;
}

.about-overview-area .btn {
  margin-top: 12px;
}

.about-overview-visual,
.about-team-visual {
  background: #fff8f7;
  border-radius: 14px;
  overflow: hidden;
  padding: 25px;
}

.about-overview-visual img,
.about-team-visual img {
  display: block;
  margin: auto;
  max-height: 500px;
}

.about-story-mark {
  background: var(--bg-gradient);
  border-radius: 12px;
  color: #ffffff;
  padding: 55px 42px;
  position: relative;
}

.about-story-mark::after {
  border: 1px solid rgba(255,255,255,.38);
  border-radius: 9px;
  bottom: 15px;
  content: "";
  left: 15px;
  position: absolute;
  right: 15px;
  top: 15px;
}

.about-story-mark span,
.about-story-mark strong {
  display: block;
  position: relative;
  z-index: 1;
}

.about-story-mark span {
  font-size: 14px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.about-story-mark strong {
  font-size: 34px;
  line-height: 1.25;
}

.about-direction-card,
.about-philosophy-card {
  border: 1px solid #eeeeee;
  border-radius: 12px;
  height: 100%;
  padding: 38px;
  transition: box-shadow .3s ease, transform .3s ease;
}

.about-direction-card:hover,
.about-philosophy-card:hover {
  box-shadow: 0 22px 44px -28px rgba(169,20,28,.38);
  transform: translateY(-6px);
}

.about-direction-icon,
.about-philosophy-card > i {
  align-items: center;
  background: var(--bg-gradient);
  border-radius: 8px;
  color: #ffffff;
  display: flex;
  font-size: 23px;
  height: 56px;
  justify-content: center;
  margin-bottom: 25px;
  width: 56px;
}

.about-direction-card h3,
.about-philosophy-card h3 {
  font-size: 25px;
  line-height: 1.4;
  margin-bottom: 15px;
}

.about-direction-card p,
.about-philosophy-card p,
.about-philosophy-card li {
  color: #666666;
  line-height: 1.7;
}

.about-philosophy-card li {
  padding: 5px 0 5px 22px;
  position: relative;
}

.about-philosophy-card li::before {
  color: var(--color-primary);
  content: "✓";
  font-weight: 700;
  left: 0;
  position: absolute;
}

.about-value-card {
  background: #ffffff;
  border-radius: 10px;
  height: 100%;
  min-height: 220px;
  padding: 30px;
  position: relative;
  transition: transform .3s ease;
}

.about-value-card:hover {
  transform: translateY(-6px);
}

.about-value-card > span {
  color: rgba(169,20,28,.12);
  font-size: 43px;
  font-weight: 700;
  position: absolute;
  right: 20px;
  top: 15px;
}

.about-value-card h3 {
  font-size: 22px;
  margin: 50px 0 10px;
}

.about-value-card p {
  color: #666666;
  font-size: 14px;
  line-height: 1.7;
}

.about-process-step {
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 10px;
  height: 100%;
  padding: 28px;
}

.about-process-step > span {
  color: var(--color-primary);
  font-size: 34px;
  font-weight: 700;
}

.about-process-step h3 {
  color: #ffffff;
  font-size: 20px;
  margin: 18px 0 10px;
}

.about-process-step p {
  color: rgba(255,255,255,.7);
  font-size: 14px;
  margin: 0;
}

.about-capability-grid {
  display: grid;
  gap: 13px;
  grid-template-columns: repeat(2,minmax(0,1fr));
}

.about-capability-grid > div {
  align-items: center;
  background: #fafafa;
  border: 1px solid #eeeeee;
  border-radius: 8px;
  display: flex;
  font-weight: 700;
  padding: 20px;
}

.about-capability-grid i {
  color: var(--color-primary);
  font-size: 21px;
  margin-right: 13px;
}

.about-tech-list {
  background: #ffffff;
  border-radius: 12px;
  padding: 30px;
}

.about-timeline {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(4,minmax(0,1fr));
}

.about-milestone {
  border-top: 3px solid #eeeeee;
  padding: 30px 25px 0;
  position: relative;
}

.about-milestone::before {
  background: var(--bg-gradient);
  border: 4px solid #ffffff;
  border-radius: 50%;
  content: "";
  height: 20px;
  left: 24px;
  position: absolute;
  top: -11px;
  width: 20px;
}

.about-milestone > span {
  color: var(--color-primary);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.about-milestone h3 {
  font-size: 19px;
  margin: 9px 0;
}

.about-milestone p {
  color: #666666;
  font-size: 14px;
  line-height: 1.65;
}

.about-leadership-card {
  background: #ffffff;
  border-radius: 10px;
  height: 100%;
  padding: 30px 24px;
  text-align: center;
}

.about-leadership-card i {
  color: var(--color-primary);
  font-size: 30px;
  margin-bottom: 20px;
}

.about-leadership-card h3 {
  font-size: 19px;
}

.about-leadership-card p {
  color: #666666;
  font-size: 14px;
  line-height: 1.65;
  margin: 0;
}

.about-team-disciplines {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.about-team-disciplines span {
  background: rgba(242,31,45,.07);
  border: 1px solid rgba(242,31,45,.18);
  border-radius: 5px;
  font-size: 13px;
  font-weight: 700;
  padding: 9px 12px;
}

.about-office-details {
  display: grid;
  gap: 13px;
  margin-top: 25px;
}

.about-office-details > div {
  align-items: center;
  display: flex;
}

.about-office-details i {
  color: var(--color-primary);
  font-size: 20px;
  margin-right: 15px;
  width: 22px;
}

.about-office-details strong,
.about-office-details span {
  display: block;
}

.about-office-details strong {
  color: var(--dark);
  font-size: 13px;
}

.about-office-card {
  background: #202428;
  border-radius: 12px;
  color: #ffffff;
  padding: 38px;
}

.about-office-card > i {
  color: var(--color-primary);
  font-size: 30px;
  margin-bottom: 20px;
}

.about-office-card h3 {
  color: #ffffff;
}

.about-office-card p {
  color: rgba(255,255,255,.7);
}

.about-office-card a {
  color: var(--color-primary);
  font-weight: 700;
}

@media (max-width: 991px) {
  .about-timeline {
    grid-template-columns: repeat(2,minmax(0,1fr));
    row-gap: 35px;
  }
}

@media (max-width: 767px) {
  .about-overview-area h2,
  .about-story-area h2,
  .about-capability-area h2,
  .about-technology-area h2,
  .about-team-area h2,
  .about-office-area h2 {
    font-size: 31px;
  }

  .about-capability-grid,
  .about-timeline {
    grid-template-columns: 1fr;
  }
}

/* Technology page */
.technology-page-intro {
  margin-bottom: 40px;
}

.technology-page-intro h2 {
  font-size: 43px;
  line-height: 1.25;
  margin-bottom: 18px;
}

.technology-page-intro > p {
  color: #65656d;
  font-size: 17px;
  line-height: 1.8;
  margin: 0 auto;
  max-width: 790px;
}

.technology-page-summary {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}

.technology-page-summary > span {
  border-right: 1px solid #dddddd;
  color: #666666;
  font-size: 13px;
  padding: 0 25px;
}

.technology-page-summary > span:last-child {
  border: 0;
}

.technology-page-summary strong {
  color: var(--color-primary);
  display: block;
  font-size: 25px;
  margin-bottom: 2px;
}

.technology-category-nav {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 15px 35px -30px rgba(20,20,30,.5);
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-bottom: 40px;
  padding: 15px;
  position: sticky;
  top: 85px;
  z-index: 8;
}

.technology-category-nav a {
  border-radius: 5px;
  color: var(--dark);
  font-size: 13px;
  font-weight: 700;
  padding: 9px 13px;
  transition: background .3s ease, color .3s ease;
}

.technology-category-nav a:hover {
  background: var(--bg-gradient);
  color: #ffffff;
}

.technology-page-grid .technology-stack-card {
  align-items: center;
  scroll-margin-top: 175px;
  text-align: center;
}

.technology-card-heading {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: center;
  width: 100%;
}

.technology-card-heading > span {
  display: none;
}

.technology-page-grid .technology-stack-card ul {
  align-content: flex-start;
  justify-content: center;
  width: 100%;
}

.technology-page-grid .technology-stack-card p {
  width: 100%;
}

.technology-principle {
  border: 1px solid #eeeeee;
  border-radius: 10px;
  height: 100%;
  padding: 30px 24px;
  text-align: center;
  transition: box-shadow .3s ease, transform .3s ease;
}

.technology-principle:hover {
  box-shadow: 0 20px 40px -28px rgba(169,20,28,.4);
  transform: translateY(-6px);
}

.technology-principle i {
  color: var(--color-primary);
  font-size: 29px;
  margin-bottom: 18px;
}

.technology-principle h3 {
  font-size: 19px;
}

.technology-principle p {
  color: #666666;
  font-size: 14px;
  line-height: 1.65;
  margin: 0;
}

@media (max-width: 991px) {
  .technology-category-nav {
    position: static;
  }
}

@media (max-width: 767px) {
  .technology-page-intro h2 {
    font-size: 31px;
  }

  .technology-page-summary {
    align-items: stretch;
    flex-direction: column;
    gap: 15px;
  }

  .technology-page-summary > span {
    border-bottom: 1px solid #dddddd;
    border-right: 0;
    padding: 0 0 15px;
  }

  .technology-category-nav {
    justify-content: flex-start;
  }
}

/* Desktop header menu alignment */
@media (min-width: 992px) {
  nav.navbar.validnavs .container > .navbar-collapse {
    margin-left: auto;
  }

  nav.navbar.validnavs ul.nav.navbar-center {
    float: right;
    margin-left: auto;
    margin-right: 0;
  }

  nav.navbar.validnavs .attr-right {
    margin-left: 12px;
  }
}

/* Services and products mega menus */
.techbela-mega-parent {
  position: relative;
}

.techbela-mega-trigger > i {
  font-size: 9px;
  margin-left: 6px;
  transition: transform 0.25s ease;
}

.techbela-mega-menu {
  background: #ffffff;
  border-radius: 0 0 12px 12px;
  box-shadow: 0 20px 55px rgba(20, 24, 34, 0.16);
  display: none;
  left: 50%;
  padding: 24px;
  position: absolute;
  top: calc(100% + 1px);
  transform: translateX(-50%);
  width: 780px;
  z-index: 9999;
}

.techbela-mega-heading {
  align-items: center;
  border-bottom: 1px solid #eeeeee;
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
  padding-bottom: 16px;
}

.techbela-mega-heading span {
  color: #ee1d2d;
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.8px;
  margin-bottom: 3px;
}

.techbela-mega-heading strong {
  color: #111111;
  font-size: 17px;
}

.techbela-mega-heading > a {
  color: #ee1d2d !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  padding: 0 !important;
}

.techbela-mega-grid {
  display: grid;
  gap: 5px 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.techbela-products-mega .techbela-mega-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.techbela-mega-grid > a {
  align-items: flex-start;
  border-radius: 8px;
  color: #222222 !important;
  display: flex !important;
  gap: 11px;
  min-height: 62px;
  padding: 10px !important;
  text-transform: none !important;
  transition: background-color 0.25s ease, transform 0.25s ease;
}

.techbela-mega-grid > a > i {
  align-items: center;
  background: rgba(238, 29, 45, 0.09);
  border-radius: 50%;
  color: #ee1d2d;
  display: inline-flex;
  flex: 0 0 34px;
  height: 34px;
  justify-content: center;
  margin-top: 1px;
  width: 34px;
}

.techbela-mega-grid > a span,
.techbela-mega-grid > a strong,
.techbela-mega-grid > a small {
  display: block;
}

.techbela-mega-grid > a strong {
  font-size: 13px;
  line-height: 1.35;
}

.techbela-mega-grid > a small {
  color: #777777;
  font-size: 11px;
  line-height: 1.4;
  margin-top: 3px;
}

.techbela-mega-grid > a:hover {
  background: #fff4f5;
  transform: translateY(-2px);
}

@media (min-width: 992px) {
  .techbela-mega-parent:hover > .techbela-mega-menu,
  .techbela-mega-parent:focus-within > .techbela-mega-menu {
    display: block;
  }

  .techbela-mega-parent:hover > .techbela-mega-trigger > i {
    transform: rotate(180deg);
  }
}

@media (max-width: 991px) {
  .techbela-mega-menu {
    border-radius: 0;
    box-shadow: none;
    left: auto;
    padding: 12px 15px;
    position: static;
    transform: none;
    width: 100%;
  }

  .techbela-mega-parent.open > .techbela-mega-menu {
    display: block;
  }

  .techbela-mega-parent.open > .techbela-mega-trigger > i {
    transform: rotate(180deg);
  }

  .techbela-mega-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .techbela-mega-grid,
  .techbela-products-mega .techbela-mega-grid {
    grid-template-columns: 1fr;
  }
}

/* Products page */
.techbela-primary-footer-contact {
  margin: 22px 0 24px;
}

footer .f-item.about .techbela-primary-footer-contact ul {
  display: block;
}

footer .f-item.about .techbela-primary-footer-contact ul li {
  align-items: center;
  display: flex;
  margin: 0 0 8px;
}

footer .f-item.about .techbela-primary-footer-contact .icon {
  align-items: center;
  background: #ffffff;
  border: 1px solid #e1e1e1;
  display: flex;
  flex: 0 0 40px;
  height: 40px;
  justify-content: center;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
  vertical-align: middle;
  width: 40px;
}

footer .f-item.about .techbela-primary-footer-contact .icon i {
  color: #111111;
  font-size: 17px;
  line-height: 1;
  width: auto;
}

footer .f-item.about .techbela-primary-footer-contact li:hover .icon {
  border-color: rgba(238, 29, 45, 0.45);
  box-shadow: 0 5px 14px rgba(238, 29, 45, 0.1);
}

footer .f-item.about .techbela-primary-footer-contact .info {
  align-items: baseline;
  display: flex;
  flex: 1 1 auto;
  min-width: 0;
  padding-left: 12px;
  vertical-align: middle;
}

footer .f-item.about .techbela-primary-footer-contact .info h5 {
  flex: 0 0 auto;
  margin: 0 7px 0 0;
  white-space: nowrap;
}

footer .f-item.about .techbela-primary-footer-contact .info span {
  white-space: nowrap;
}

footer .f-item.about .techbela-primary-footer-contact .techbela-footer-location span {
  line-height: 1.45;
  white-space: normal;
}

footer .f-item.about .social-x span {
  font-family: Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
}

@media (max-width: 575px) {
  footer .f-item.about .techbela-primary-footer-contact .info {
    flex-wrap: wrap;
  }
}

footer .techbela-footer-services ul li a {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  display: flex;
  gap: 0;
  line-height: 1.35;
  margin-bottom: 0;
  padding: 0;
  transition: color 0.25s ease, transform 0.25s ease;
}

footer .techbela-footer-services ul li {
  margin-bottom: 2px;
}

footer .techbela-footer-services ul li a span {
  flex: 1 1 auto;
}

footer .techbela-footer-services ul li a:hover {
  color: #ee1d2d;
  transform: translateX(4px);
}

footer .techbela-footer-services h4::after,
footer .techbela-footer-products h4::after,
footer .techbela-footer-links h4::after {
  background: #ee1d2d;
  content: "";
  display: block;
  height: 2px;
  margin-top: 9px;
  width: 38px;
}

footer .techbela-footer-services h4,
footer .techbela-footer-products h4,
footer .techbela-footer-links h4 {
  margin-bottom: 14px;
}

footer .techbela-footer-products ul li,
footer .techbela-footer-links ul li {
  margin-bottom: 2px;
}

footer .techbela-footer-products ul li a,
footer .techbela-footer-links ul li a {
  line-height: 1.25;
  margin-bottom: 0;
  padding-bottom: 0;
  transition: color 0.25s ease, transform 0.25s ease;
}

footer .techbela-footer-products ul li a:hover,
footer .techbela-footer-links ul li a:hover {
  color: #ee1d2d;
  transform: translateX(4px);
}

@media (min-width: 992px) {
  footer .f-items > .row {
    align-items: flex-start;
  }

  footer .techbela-footer-services,
  footer .techbela-footer-products,
  footer .techbela-footer-links {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.products-intro-area h2 {
  font-size: 42px;
  line-height: 1.24;
  margin-bottom: 20px;
}

.products-intro-area p {
  color: #62626a;
  line-height: 1.8;
}

.products-intro-area .btn {
  margin-top: 12px;
}

.products-intro-visual {
  background: #fff8f7;
  border-radius: 14px;
  overflow: hidden;
}

.products-intro-visual img {
  display: block;
  width: 100%;
}

.products-listing-area .row > div {
  display: flex;
}

.product-solution-card {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 15px 42px -26px rgba(44,48,68,.3);
  display: flex;
  flex-direction: column;
  padding: 32px 28px;
  position: relative;
  transition: box-shadow .3s ease, transform .3s ease;
  width: 100%;
}

.product-solution-card::before {
  background: var(--bg-gradient);
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.product-solution-card:hover {
  box-shadow: 0 24px 48px -24px rgba(169,20,28,.35);
  transform: translateY(-7px);
}

.product-card-top {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}

.product-card-icon {
  align-items: center;
  background: var(--bg-gradient);
  border-radius: 8px;
  color: #ffffff;
  display: flex;
  font-size: 22px;
  height: 54px;
  justify-content: center;
  width: 54px;
}

.product-card-number {
  color: rgba(169,20,28,.12);
  font-size: 38px;
  font-weight: 700;
}

.product-solution-card h3 {
  font-size: 22px;
  line-height: 1.35;
  margin-bottom: 12px;
}

.product-solution-card > p {
  border-bottom: 1px solid #eeeeee;
  color: #666666;
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 18px;
  padding-bottom: 18px;
}

.product-solution-card ul {
  margin-bottom: 24px;
}

.product-solution-card li {
  color: #55555f;
  font-size: 14px;
  padding: 5px 0 5px 22px;
  position: relative;
}

.product-solution-card li::before {
  color: var(--color-primary);
  content: "✓";
  font-weight: 700;
  left: 0;
  position: absolute;
}

.product-solution-card > a {
  color: var(--color-primary);
  font-size: 13px;
  font-weight: 700;
  margin-top: auto;
  text-transform: uppercase;
}

.product-solution-card > a i {
  margin-left: 6px;
  transition: transform .3s ease;
}

.product-solution-card:hover > a i {
  transform: translateX(5px);
}

@media (max-width: 767px) {
  .products-intro-area h2 {
    font-size: 31px;
  }
}

/* Products alternate card design */
.products-listing-area .product-solution-card {
  border: 1px solid #eeeeee;
  border-radius: 14px;
  box-shadow: none;
  overflow: hidden;
  text-align: center;
}

.products-listing-area .product-solution-card::before {
  display: none;
}

.products-listing-area .product-card-top {
  background: #9199a3;
  justify-content: center;
  margin: -32px -28px 60px;
  min-height: 118px;
  position: relative;
}

.products-listing-area .product-card-icon {
  border: 6px solid #ffffff;
  border-radius: 50%;
  bottom: -38px;
  font-size: 26px;
  height: 82px;
  position: absolute;
  width: 82px;
}

.products-listing-area .product-card-number {
  color: rgba(255,255,255,.62);
  font-size: 42px;
  position: absolute;
  right: 20px;
  top: 14px;
}

.products-listing-area .product-solution-card h3 {
  margin-left: auto;
  margin-right: auto;
  max-width: 290px;
}

.products-listing-area .product-solution-card > p {
  border-bottom: 0;
  min-height: 92px;
  padding-bottom: 8px;
}

.products-listing-area .product-solution-card ul {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  text-align: left;
}

.products-listing-area .product-solution-card li {
  background: #fafafa;
  border-radius: 5px;
  font-size: 12px;
  min-height: 43px;
  padding: 11px 8px 9px 28px;
}

.products-listing-area .product-solution-card li::before {
  left: 10px;
  top: 10px;
}

.products-listing-area .product-solution-card > a {
  border: 1px solid rgba(242,31,45,.24);
  border-radius: 5px;
  display: block;
  padding: 12px 14px;
  transition: background .3s ease, color .3s ease;
}

.products-listing-area .product-solution-card > a:hover {
  background: var(--bg-gradient);
  color: #ffffff;
}

.products-listing-area .product-solution-card:hover {
  border-color: rgba(242,31,45,.28);
  box-shadow: 0 22px 45px -27px rgba(169,20,28,.4);
}

.products-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 45px;
}

.products-pagination button {
  background: #ffffff;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  color: var(--dark);
  font-size: 14px;
  font-weight: 700;
  min-width: 48px;
  padding: 12px 16px;
  transition: background .3s ease, border-color .3s ease, color .3s ease;
}

.products-pagination button:hover:not(:disabled),
.products-pagination button.active {
  background: var(--bg-gradient);
  border-color: transparent;
  color: #ffffff;
}

.products-pagination button:disabled {
  cursor: not-allowed;
  opacity: .45;
}

.home-products-heading .site-heading {
  margin-bottom: 42px;
}

.home-products-heading > div:last-child {
  align-items: flex-end;
  justify-content: flex-end;
}

.home-products-heading .case-study-view-all {
  margin-bottom: 45px;
}

@media (max-width: 767px) {
  .products-listing-area .product-solution-card > p {
    min-height: auto;
  }

  .products-pagination button {
    padding: 10px 12px;
  }
}

@media (max-width: 991px) {
  .home-products-heading > div:last-child {
    align-items: flex-start;
    justify-content: flex-start;
  }

  .home-products-heading .case-study-view-all {
    margin: -18px 0 35px;
  }
}

@media (max-width: 991px) {
  .case-study-heading-row .case-study-view-all {
    margin: -15px 0 35px;
  }
}

.service-details-bottom-cta > div > p {
  color: #666666;
  font-size: 14px;
  margin: 8px 20px 0 0;
}

@media (max-width: 991px) {
  .service-details-area main {
    order: 1;
  }

  .service-details-area aside {
    order: 2;
  }
}

@media (max-width: 767px) {
  .service-content-section > h2 {
    font-size: 31px;
  }

  .service-content-section > h3 {
    font-size: 24px;
  }

  .service-problem-list,
  .service-stat-grid {
    grid-template-columns: 1fr;
  }

  .service-solution-highlight,
  .service-case-study {
    align-items: flex-start;
  }

  .service-case-study > a {
    margin-top: 5px;
  }

  .service-details-testimonials .testimonial-items {
    padding: 0 0 30px;
  }

  .service-details-testimonials .testimonial-item {
    align-items: flex-start;
    flex-direction: column;
    min-height: 535px;
  }

  .service-details-testimonials .testimonial-item .thumb {
    flex: none;
    margin: 0 0 22px;
  }

  .service-details-testimonials .testimonial-item .thumb img {
    height: 150px;
    width: 150px;
  }
}
/* Professional utility pages: support, project, careers, tickets */
.tb-eyebrow { color:#ee1d2d; display:inline-block; font-size:12px; font-weight:700; letter-spacing:1px; margin-bottom:12px; }
.tb-page-intro h2,.tb-form-intro h2,.tb-ticket-aside h2 { font-size:42px; line-height:1.18; margin-bottom:20px; }
.tb-page-intro p,.tb-form-intro > p,.tb-ticket-aside > p { color:#656870; font-size:17px; line-height:1.8; }
.tb-action-grid { display:grid; gap:22px; grid-template-columns:repeat(3,1fr); margin-top:55px; }
.tb-action-grid > a { background:#fff; border:1px solid #e6e7ea; border-radius:12px; box-shadow:0 15px 40px rgba(27,30,40,.07); color:#181a20; display:flex; flex-direction:column; min-height:260px; padding:32px; transition:.25s ease; }
.tb-action-grid > a > i { align-items:center; background:#9199a3; border-radius:50%; color:#fff; display:flex; font-size:20px; height:54px; justify-content:center; margin-bottom:25px; width:54px; }
.tb-action-grid strong { font-size:22px; margin-bottom:10px; }
.tb-action-grid span { color:#696c73; line-height:1.65; }
.tb-action-grid em { color:#ee1d2d; font-style:normal; font-weight:700; margin-top:auto; padding-top:24px; }
.tb-action-grid > a:hover { border-color:rgba(238,29,45,.35); box-shadow:0 20px 45px rgba(27,30,40,.12); transform:translateY(-6px); }
.tb-support-list { display:grid; gap:14px; grid-template-columns:repeat(2,1fr); }
.tb-support-list article { background:#fff; border-radius:10px; display:flex; gap:18px; min-height:190px; padding:28px; }
.tb-support-list article > span { color:#ee1d2d; font-size:13px; font-weight:700; }
.tb-support-list h3 { font-size:20px; margin-bottom:10px; }
.tb-support-list p { color:#6c6f76; line-height:1.65; margin:0; }
.tb-step-grid { display:grid; gap:18px; grid-template-columns:repeat(4,1fr); }
.tb-step-grid > div { border-top:3px solid #9199a3; padding:25px 20px 10px 0; }
.tb-step-grid b { color:#ee1d2d; font-size:12px; }
.tb-step-grid h3 { font-size:20px; margin:12px 0 8px; }
.tb-step-grid p { color:#6b6e75; line-height:1.6; }
.tb-form-page { background:#f7f7f8; }
.tb-form-intro,.tb-ticket-aside { position:sticky; top:120px; }
.tb-form-points { border-top:1px solid #dddfe3; margin-top:30px; padding-top:25px; }
.tb-form-points > div { align-items:flex-start; display:flex; gap:15px; margin-bottom:20px; }
.tb-form-points i { align-items:center; background:#ee1d2d; border-radius:50%; color:#fff; display:flex; flex:0 0 24px; font-size:10px; height:24px; justify-content:center; }
.tb-form-points span { color:#666970; line-height:1.5; }
.tb-form-points strong { color:#17181e; display:block; margin-bottom:3px; }
.tb-direct-contact { background:#9199a3; border-radius:10px; color:#fff; display:flex; flex-direction:column; margin-top:30px; padding:25px; }
.tb-direct-contact small { font-weight:700; letter-spacing:1px; }
.tb-direct-contact a { color:#fff; font-size:22px; font-weight:700; margin:6px 0; }
.tb-professional-form { background:#fff; border-radius:14px; box-shadow:0 18px 50px rgba(27,30,40,.09); padding:42px; }
.tb-form-heading { border-bottom:1px solid #e5e6e9; margin-bottom:28px; padding-bottom:20px; }
.tb-form-heading > span { color:#ee1d2d; font-size:11px; font-weight:700; letter-spacing:1px; }
.tb-form-heading h3 { font-size:30px; margin:6px 0; }
.tb-form-heading p { color:#80828a; margin:0; }
.tb-professional-form label:not(.tb-consent) { color:#25272d; display:block; font-size:13px; font-weight:700; margin-bottom:8px; }
.tb-professional-form input:not([type=checkbox]),.tb-professional-form select,.tb-professional-form textarea { background:#fafafa; border:1px solid #dedfe3; border-radius:6px; box-shadow:none; height:52px; margin-bottom:20px; padding:0 16px; width:100%; }
.tb-professional-form textarea { height:150px; padding-top:14px; resize:vertical; }
.tb-professional-form input:focus,.tb-professional-form select:focus,.tb-professional-form textarea:focus { border-color:#ee1d2d; outline:0; }
.tb-consent { align-items:flex-start; color:#666970; display:flex; font-size:12px; gap:10px; margin:2px 0 22px; }
.tb-consent input { margin-top:3px; }

/* Keep consent checkboxes aligned with their label text. */
.tb-professional-form .tb-consent,
.tb-application-card .tb-consent {
  align-items: center;
  cursor: pointer;
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  line-height: 1.45;
  width: 100%;
}

.tb-professional-form .tb-consent input[type="checkbox"],
.tb-application-card .tb-consent input[type="checkbox"] {
  appearance: auto;
  flex: 0 0 15px;
  height: 15px;
  margin: 0;
  padding: 0;
  position: static;
  width: 15px;
}

.tb-professional-form .tb-consent span,
.tb-application-card .tb-consent span {
  display: block;
  margin: 0;
  text-align: left;
}
.tb-file-input { padding:12px 14px !important; }
.tb-field-note { color:#85878d; display:block; margin:-10px 0 22px; }
.tb-career-visual { display:grid; gap:15px; grid-template-columns:repeat(2,1fr); padding-left:40px; }
.tb-career-visual > div { background:#f6f6f7; border-radius:10px; min-height:185px; padding:28px; }
.tb-career-visual i { color:#ee1d2d; display:block; font-size:24px; margin-bottom:20px; }
.tb-career-visual strong { display:block; font-size:18px; margin-bottom:8px; }
.tb-career-visual span { color:#6b6e75; line-height:1.6; }
.tb-value-grid { display:grid; gap:20px; grid-template-columns:repeat(4,1fr); }
.tb-value-grid article { background:#fff; border-radius:10px; padding:30px; }
.tb-value-grid b { color:#ee1d2d; font-size:12px; }
.tb-value-grid h3 { font-size:21px; margin:14px 0 8px; }
.tb-value-grid p { color:#6b6e75; margin:0; }
.tb-job-list article { align-items:center; border-bottom:1px solid #e3e4e7; display:flex; justify-content:space-between; padding:25px 0; }
.tb-job-list article:first-child { border-top:1px solid #e3e4e7; }
.tb-job-list span { color:#ee1d2d; font-size:11px; font-weight:700; letter-spacing:.8px; }
.tb-job-list h3 { font-size:23px; margin:5px 0; }
.tb-job-list p { color:#787a81; margin:0; }
.tb-job-list a { color:#17181e; font-weight:700; white-space:nowrap; }
.tb-job-list a:hover { color:#ee1d2d; }
.tb-career-note { align-items:flex-start; background:#9199a3; border-radius:10px; color:#fff; display:flex; gap:20px; margin-top:35px; padding:28px; }
.tb-career-note i { font-size:24px; }
.tb-career-note strong { font-size:18px; }
.tb-career-note p { color:#fff; margin:4px 0 0; }
.tb-career-note a { color:#fff; font-weight:700; text-decoration:underline; }
.tb-ticket-aside ul { border-bottom:1px solid #dedfe3; border-top:1px solid #dedfe3; margin:28px 0; padding:24px 0; }
.tb-ticket-aside li { color:#5f6269; display:flex; gap:12px; line-height:1.55; margin-bottom:15px; }
.tb-ticket-aside li:last-child { margin:0; }
.tb-ticket-aside li i { color:#ee1d2d; margin-top:5px; }
.tb-priority-guide { background:#fff; border-left:3px solid #ee1d2d; margin-bottom:25px; padding:22px; }
.tb-priority-guide h3 { font-size:19px; }
.tb-priority-guide p { color:#696c73; font-size:13px; line-height:1.55; }
.tb-ticket-footer { padding:30px 0; }
.tb-ticket-footer .container > div { align-items:center; display:flex; gap:15px; justify-content:center; }
.tb-ticket-footer i { color:#ee1d2d; font-size:24px; }
@media(max-width:991px){.tb-action-grid,.tb-step-grid,.tb-value-grid{grid-template-columns:repeat(2,1fr)}.tb-form-intro,.tb-ticket-aside{position:static}.tb-career-visual{margin-top:35px;padding-left:0}.tb-support-list{margin-top:35px}}
@media(max-width:767px){.tb-page-intro h2,.tb-form-intro h2,.tb-ticket-aside h2{font-size:32px}.tb-action-grid,.tb-support-list,.tb-step-grid,.tb-value-grid,.tb-career-visual{grid-template-columns:1fr}.tb-professional-form{padding:25px 20px}.tb-job-list article{align-items:flex-start;flex-direction:column;gap:15px}.tb-ticket-footer .container>div{align-items:flex-start}}
/* Career details */
.tb-job-hero { align-items:center; background:#f7f7f8; border-left:4px solid #ee1d2d; display:flex; justify-content:space-between; margin-bottom:55px; padding:38px 42px; }
.tb-job-hero h2 { font-size:40px; margin:0 0 14px; }
.tb-job-meta { display:flex; flex-wrap:wrap; gap:22px; }
.tb-job-meta span { color:#656870; }
.tb-job-meta i { color:#ee1d2d; margin-right:6px; }
.tb-job-content section { border-bottom:1px solid #e5e6e9; margin-bottom:35px; padding-bottom:30px; }
.tb-job-content section:first-child h3 { font-size:30px; line-height:1.35; }
.tb-job-content h3 { font-size:24px; margin-bottom:18px; }
.tb-job-content p { color:#64676e; font-size:16px; line-height:1.8; }
.tb-job-content ul { padding-left:0; }
.tb-job-content li { color:#5f6269; line-height:1.7; margin-bottom:11px; padding-left:25px; position:relative; }
.tb-job-content li::before { color:#ee1d2d; content:'\2713'; font-weight:700; left:0; position:absolute; }
.tb-job-benefits { display:grid; gap:15px; grid-template-columns:repeat(2,1fr); }
.tb-job-benefits > div { align-items:flex-start; background:#f7f7f8; display:flex; gap:14px; padding:20px; }
.tb-job-benefits i { color:#ee1d2d; font-size:19px; margin-top:3px; }
.tb-job-benefits span { color:#696c73; line-height:1.5; }
.tb-job-benefits strong { color:#191b21; display:block; margin-bottom:3px; }
.tb-application-card { background:#fff; border-top:4px solid #9199a3; box-shadow:0 16px 45px rgba(27,30,40,.1); padding:32px; position:sticky; top:110px; }
.tb-application-card h3 { font-size:26px; }
.tb-application-card > p { color:#696c73; line-height:1.65; }
.tb-application-card label:not(.tb-consent) { display:block; font-size:12px; font-weight:700; margin:14px 0 7px; }
.tb-application-card input:not([type=checkbox]),.tb-application-card textarea { background:#fafafa; border:1px solid #dedfe3; border-radius:5px; padding:12px 14px; width:100%; }
.tb-application-card textarea { height:115px; resize:vertical; }
.tb-application-card .tb-consent { margin-top:18px; }
.tb-application-card button { width:100%; }
.tb-application-card > small { display:block; margin-top:18px; text-align:center; }
.tb-application-card > small a { color:#ee1d2d; }
@media(max-width:991px){.tb-job-hero{align-items:flex-start;flex-direction:column;gap:25px}.tb-application-card{position:static}}
@media(max-width:767px){.tb-job-hero{padding:28px 22px}.tb-job-hero h2{font-size:31px}.tb-job-benefits{grid-template-columns:1fr}}
/* Reliable current-page state for the shared header navigation */
nav.navbar.validnavs ul.nav.navbar-center > li > a {
  position: relative;
}

nav.navbar.validnavs ul.nav.navbar-center > li > a.active,
nav.navbar.validnavs ul.nav.navbar-center > li.active > a,
nav.navbar.validnavs ul.nav.navbar-center > li.current-menu-item > a {
  color: #ee1d2d !important;
}

nav.navbar.validnavs ul.nav.navbar-center > li > a.active::after,
nav.navbar.validnavs ul.nav.navbar-center > li.active > a::after,
nav.navbar.validnavs ul.nav.navbar-center > li.current-menu-item > a::after {
  background: #ee1d2d;
  bottom: 17px;
  content: '';
  height: 2px;
  left: 14px;
  position: absolute;
  right: 14px;
}

@media (max-width: 991px) {
  nav.navbar.validnavs ul.nav.navbar-center > li > a.active::after,
  nav.navbar.validnavs ul.nav.navbar-center > li.active > a::after,
  nav.navbar.validnavs ul.nav.navbar-center > li.current-menu-item > a::after {
    bottom: 8px;
  }
}
/* Home technology cards: centered content */
body #technology.technology-stack-area .technology-stack-card {
  align-items: center !important;
  text-align: center !important;
}

body #technology.technology-stack-area .technology-stack-icon {
  margin-left: auto;
  margin-right: auto;
}

body #technology.technology-stack-area .technology-stack-card h3,
body #technology.technology-stack-area .technology-stack-card p {
  text-align: center !important;
  width: 100%;
}

body #technology.technology-stack-area .technology-stack-card ul {
  justify-content: center !important;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
/* Techbela 404 page */
.techbela-error-page { background:#fff; overflow:hidden; padding:100px 0 85px; position:relative; }
.techbela-error-page::before { background:linear-gradient(135deg,rgba(238,29,45,.045),transparent 62%); border-radius:50%; content:''; height:620px; left:-280px; position:absolute; top:-260px; width:620px; }
.techbela-error-content { position:relative; z-index:1; }
.techbela-error-code { color:rgba(238,29,45,.12); display:block; font-size:112px; font-weight:700; letter-spacing:-8px; line-height:.75; margin-bottom:28px; }
.techbela-error-content h1 { font-size:48px; line-height:1.15; margin-bottom:20px; }
.techbela-error-content > p { color:#656870; font-size:17px; line-height:1.8; margin-bottom:28px; }
.techbela-error-actions { display:flex; flex-wrap:wrap; gap:12px; }
.techbela-error-actions .btn i { margin-right:7px; }
.techbela-error-search { margin-top:35px; max-width:480px; }
.techbela-error-search label { display:block; font-size:12px; font-weight:700; letter-spacing:.6px; margin-bottom:9px; text-transform:uppercase; }
.techbela-error-search > div { align-items:center; background:#fff; border:1px solid #dfe1e5; border-radius:7px; display:flex; height:56px; overflow:hidden; }
.techbela-error-search > div > i { color:#9199a3; margin-left:17px; }
.techbela-error-search input { border:0; box-shadow:none; height:100%; padding:0 14px; width:100%; }
.techbela-error-search input:focus { outline:0; }
.techbela-error-search button { background:#9199a3; border:0; color:#fff; height:100%; width:56px; }
.techbela-error-search button:hover { background:#ee1d2d; }
.techbela-error-illustration { position:relative; }
.techbela-error-illustration::before { border:1px solid rgba(238,29,45,.1); border-radius:50%; content:''; height:420px; position:absolute; right:-100px; top:40px; width:420px; }
.techbela-error-illustration img { display:block; position:relative; width:100%; z-index:1; }
.techbela-error-links { border-top:1px solid #e7e8eb; margin-top:75px; padding-top:32px; position:relative; z-index:2; }
.techbela-error-links > span { color:#ee1d2d; display:block; font-size:11px; font-weight:700; letter-spacing:1px; margin-bottom:18px; }
.techbela-error-links > div { display:grid; gap:15px; grid-template-columns:repeat(4,1fr); }
.techbela-error-links a { align-items:center; background:#f7f7f8; border:1px solid transparent; border-radius:8px; color:#181a20; display:grid; gap:2px 13px; grid-template-columns:42px 1fr; padding:18px; transition:.25s ease; }
.techbela-error-links a > i { align-items:center; background:rgba(238,29,45,.09); border-radius:50%; color:#ee1d2d; display:flex; grid-row:1/3; height:42px; justify-content:center; width:42px; }
.techbela-error-links strong { font-size:15px; }
.techbela-error-links small { color:#74777e; font-size:11px; }
.techbela-error-links a:hover { background:#fff; border-color:rgba(238,29,45,.28); box-shadow:0 12px 30px rgba(27,30,40,.08); transform:translateY(-3px); }
@media(max-width:991px){.techbela-error-page{padding:75px 0}.techbela-error-illustration{margin-top:35px}.techbela-error-illustration img{margin:auto;max-width:700px}.techbela-error-links>div{grid-template-columns:repeat(2,1fr)}}
@media(max-width:767px){.techbela-error-page{padding:55px 0}.techbela-error-code{font-size:86px}.techbela-error-content h1{font-size:36px}.techbela-error-actions{align-items:stretch;flex-direction:column}.techbela-error-actions .btn{text-align:center}.techbela-error-links>div{grid-template-columns:1fr}.techbela-error-links{margin-top:45px}}
/* About leadership and team profiles */
.about-team-area {
  background-color: #f7f7f8;
}

.about-profile-card { background:#fff; border-radius:10px; box-shadow:0 14px 38px rgba(27,30,40,.08); height:100%; overflow:hidden; transition:transform .3s ease,box-shadow .3s ease; }
.about-profile-card:hover { box-shadow:0 20px 45px rgba(27,30,40,.13); transform:translateY(-6px); }
.about-profile-photo { background:#e7e9ec; height:310px; overflow:hidden; position:relative; }
.leadership-profile .about-profile-photo { height:285px; }
.about-profile-photo::after { background:linear-gradient(to top,rgba(18,20,25,.18),transparent 45%); bottom:0; content:''; left:0; position:absolute; right:0; top:0; }
.about-profile-photo img { height:100%; object-fit:cover; object-position:center top; transition:transform .45s ease; width:100%; }
.about-profile-card:hover .about-profile-photo img { transform:scale(1.04); }
.about-profile-info { border-top:3px solid #9199a3; padding:22px 24px 25px; text-align:center; }
.about-profile-info > span { color:#ee1d2d; display:block; font-size:10px; font-weight:700; letter-spacing:1px; margin-bottom:7px; }
.about-profile-info h3 { font-size:20px; margin-bottom:6px; }
.about-profile-info h4 { color:#33363d; font-size:14px; font-weight:600; margin-bottom:9px; }
.about-profile-info p { color:#6c6f76; font-size:12px; line-height:1.5; margin:0; }
.about-profile-info p b { color:#ee1d2d; font-weight:700; margin:0 3px; }
.about-profile-social { display:none !important; }
.about-team-profiles .about-profile-info { border-top-color:#ee1d2d; }
@media(max-width:1199px){.about-profile-photo{height:275px}.leadership-profile .about-profile-photo{height:250px}}
@media(max-width:767px){.about-profile-photo,.leadership-profile .about-profile-photo{height:330px}}
/* About page contact information */
.about-office-contact { display:flex; flex-direction:column; gap:9px; margin-top:25px; max-width:520px; }
.about-office-contact > div { align-items:center; display:flex; gap:12px; }
.about-contact-icon { align-items:center; background:#fff; border:1px solid #dedfe3; color:#ee1d2d; display:flex; flex:0 0 40px; height:40px; justify-content:center; width:40px; }
.about-contact-icon i { color:#ee1d2d !important; font-size:15px; }
.about-office-contact a,.about-office-contact address { color:#60636b; font-style:normal; line-height:1.55; margin:0; }
.about-office-contact a:hover { color:#ee1d2d; }
.required-mark {
  color: #f51d32;
}
