/*=============================================
=             01. Default Css                 =
=============================================*/

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

html,
body {
  height: 100%;
}

body {
  line-height: 1.4;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  visibility: visible;
  font-family: "Lato", sans-serif;
  color: #696969;
  position: relative;
  /*background-color: #ffffff;*/
}

body.no-overflow {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333333;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.41;
}

h1 {
  font-size: 56px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h1 {
    font-size: 46px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 34px;
  }
}

h2 {
  font-size: 48px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h2 {
    font-size: 36px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  h2 {
    font-size: 36px;
  }
}

@media only screen and (max-width: 767px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-size: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h3 {
    font-size: 32px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  h3 {
    font-size: 28px;
  }
}

@media only screen and (max-width: 767px) {
  h3 {
    font-size: 25px;
  }
}

h4 {
  font-size: 34px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h4 {
    font-size: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  h4 {
    font-size: 28px;
  }
}

@media only screen and (max-width: 767px) {
  h4 {
    font-size: 24px;
  }
}

h5 {
  font-size: 24px;
}

@media only screen and (max-width: 767px) {
  h5 {
    font-size: 20px;
  }
}

h6 {
  font-size: 18px;
}

p {
  margin-bottom: 10px;
}
p:last-child {
  margin-bottom: 0;
}

a,
button {
  color: inherit;
  display: inline-block;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}

a,
button,
img,
input {
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

*:focus {
  outline: none !important;
}

a:focus {
  color: inherit;
  outline: none;
  text-decoration: none;
}

.btn.focus,
.btn:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a:hover {
  text-decoration: none;
  color: #eb2f4a;
}

button,
input[type="submit"] {
  cursor: pointer;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.form-messege.success,
.form-messege-2.success {
  color: green;
}

.form-messege.error,
.form-messege-2.error {
  color: red;
}

.mark,
mark {
  padding: 0 0;
  background-color: transparent;
}

.title-dec-text {
  text-align: center;
  max-width: 760px;
  margin: auto;
}

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

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

.font-800 {
  font-weight: 800;
}
.font-700 {
  font-weight: 700;
}
.font-600 {
  font-weight: 600;
}

.font-500 {
  font-weight: 500;
}

.font-400 {
  font-weight: 400;
}

.font-300 {
  font-weight: 300;
}

.f-50 {
  font-size: 50px;
}
.f-30 {
  font-size: 30px;
}
.f-27 {
  font-size: 27px;
}
.f-26 {
  font-size: 26px;
}
.f-25 {
  font-size: 25px;
}
.f-24 {
  font-size: 24px;
}
.f-23 {
  font-size: 23px;
}
.f-22 {
  font-size: 22px;
}
.f-20 {
  font-size: 20px;
}
.f-19 {
  font-size: 19px;
}
.f-18 {
  font-size: 18px;
}
.f-17 {
  font-size: 17px;
}
.f-16 {
  font-size: 16px;
}
.f-15 {
  font-size: 15px;
}
.f-14 {
  font-size: 14px;
}
.f-13 {
  font-size: 13px;
}
.f-12 {
  font-size: 12px;
}
.f-11 {
  font-size: 11px;
}
.f-10 {
  font-size: 10px;
}

/*--
    Default Class
*/
.text-clr-primary {
  color: #eb2f4a;
}

.text-clr-secondary {
  color: #d2a98e;
}

.text-black {
  color: #333333 !important;
}

.bg-white {
  background: #ffffff;
}

.bg-black {
  background: #333;
}

.bg-gray {
  background: #f8f8f8;
}

.bg-gray-2 {
  background: #f6fafe;
}

.bg-gray-3 {
  background: #f6f2ed;
}

.bg-theme-default {
  background: #eb2f4a;
}

.theme-bg-secondary {
  background: #d2a98e;
}

.bg-theme-three {
  background: #002fa6;
}

.sub-heading {
  color: #6d70a6;
}

.black-bg {
  background: #000000;
}

.border-radus-5 {
  border-radius: 5px;
}

.text-green {
  color: #d2a98e;
}

.bg-gradient {
  background: -webkit-linear-gradient(top, #fff 0, #f5f5f5 100%);
}

.border-raidus-5 {
  border-radius: 5px;
}

.site-bg-clr {
  background-color: #f6f2ed;
}

/*-- Tab Content & Pane Fix --*/
select {
  padding: 3px 20px;
  height: 56px;
  max-width: 100%;
  width: 100%;
  outline: none;
  border: 1px solid #f8f8f8;
  border-radius: 5px;
  background: #f8f8f8 url("../img/icons/selector-icon.webp") no-repeat center
    right 20px;
  background-color: #f8f8f8;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid #eee;
}

select:focus {
  background: #f8f8f8 url("../img/icons/selector-icon.webp") no-repeat center
    right 20px !important;
}

.fixed-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

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

.ht-btn {
  font-size: 16px;
  font-weight: 500;
  border-style: solid;
  border-radius: 5px;
  border-color: transparent;
  padding: 0 36px;
  text-align: center;
  color: #ffffff;
  background: #eb2f4a;
  border-width: 1px;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.ht-btn.ht-btn-md {
  font-size: 16px;
  /*font-weight: 00;*/
  letter-spacing: 0em;
  line-height: 37px;
  height: 43px;
}
.ht-btn.ht-btn-full {
  width: auto;
  display: block;
}
.ht-btn:hover,
.ht-btn:focus {
  color: #ffffff;
  background-color: #333333;
}
.ht-btn--outline {
  border-width: 1px;
  line-height: 54px;
  background: transparent;
  border-color: #eb2f4a;
  color: #eb2f4a;
}

.ht-btn--outline:hover,
.ht-btn--outline:focus,
.ht-btn--outline:active {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  border-color: transparent;
  background: #eb2f4a;
  color: #ffffff;
}
.ht-btn--solid {
  border-width: 1px;
  line-height: 54px;
  background: transparent;
  border-color: #ddd;
  color: #eb2f4a;
}

.ht-btn--solid:hover,
.ht-btn--solid:focus,
.ht-btn--solid:active {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  border-color: transparent;
  background: #eb2f4a;
  color: #ffffff;
}


/*== Static content CSS*/

.static-page-content {
  padding: 30px 0;
}
.static-page-content h1,
.static-page-content h2,
.static-page-content h3,
.static-page-content h4,
.static-page-content h5,
.static-page-content h6 {
  margin: 25px 0 20px 0;
}
.static-page-content h1 {
  font-size: 40px;
  line-height: 1.2;
} 
.static-page-content h2 {
  font-size: 35px;
  line-height: 1.2;
}
.static-page-content h3 {
  font-size: 30px;
  line-height: 1.2;
}
.static-page-content h4 {
  font-size: 25px;
  line-height: 1.2;
}
.static-page-content h5 {
  font-size: 22px;
}
.static-page-content h6 {
  font-size: 18px;
}
.static-page-content p {
  margin-bottom: 15px;
}
.static-page-content ul {
  list-style: initial;
  padding-left: 30px;
}
.static-page-content li {
  margin-bottom: 10px;
}
.static-page-content {

}
.static-page-content img {
    max-width: 100%;
    height: auto;
}
.static-page-content iframe {

}

/* Container for responsive YouTube iframe */
.video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}


.blog-page-content {
  font-size: 18px;
}


/*===================================
    - Breadvrumb  
=================================*/
.breadcrumb-area {
  background-color: #f6f2ed;
  background-repeat: no-repeat;
  background-position: center center;
  border-bottom-width: 0px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-size: cover;
  z-index: 3;
  position: relative;
  background-image: url(../img/career/title-bar-01-bg.webp);
}

@media only screen and (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb-area {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.breadcrumb-list {
  margin-top: 20px;
}

.breadcrumb-list li {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 1.58;
  text-transform: uppercase;
}

.breadcrumb-list li a {
  position: relative;
}
.case-study-list-btn {
  border: 2px solid #eb2f4a !important;
  background: none !important;
  color: #eb2f4a !important;
  float:right;
}
.case-study-list-btn:hover {
  border: 2px solid #eb2f4a !important;
  background: #eb2f4a !important;
  color: #f5f5f5 !important;
}
.all-cta-btn {
  border: 2px solid #eb2f4a !important;
  background: none !important;
  color: #eb2f4a !important;

}
.all-cta-btn:hover {
  border: 2px solid #eb2f4a !important;
  background: #eb2f4a !important;
  color: #f5f5f5 !important;
}
.footer-form-btn {
  float: right;
}

.breadcrumb-list li a::after {
  content: "";
  width: 0;
  height: 1px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  z-index: -1;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  -o-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: currentColor;
}

.breadcrumb-list li a:hover::after {
  width: 100%;
  left: 0;
  right: auto;
  z-index: 0;
}

.breadcrumb-list li.active {
  color: #6d70a6;
}

/*------- Defauld Class --------*/

.text-black {
  color: #333;
}
.sec-pad-40 {
  padding: 40px 0;
}
.sec-pad-60 {
  padding: 60px 0;
}
.sec-pad-100 {
  padding: 100px 0;
}
.sec-pad-120 {
  padding: 120px 0;
}

@media (max-width: 1199.98px) {
  .sec-pad-60 {
    padding: 30px 0;
  }
  .sec-pad-100 {
    padding: 40px 0;
  }
}

/*Start Website Header css*/

.main-header {
  border-color: #e4e8f6;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
  z-index: 1030;
}
.main-menu {
  padding: 0;
  background-color: #fff;
  width: 100%;
}
.main-logo {
  max-width: 250px;
  width: 100%;
  padding: 0 0 0 15px;
}
.menu-list {
}
.menu-list > ul > li {
  margin: 0 5px;
}
.menu-list > ul > li:first-child {
  margin: 0 24px 0 0;
}
.menu-list > ul > li > a {
  display: block;
  color: #000000;
  padding: 32px 2px;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.18;
  -webkit-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}

.menu-list > ul > li > a:before {
  content: "";
  width: 0;
  height: 3px;
  bottom: 0;
  position: absolute;
  left: 0;
  background-color: #eb2f4a;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.menu-list a:focus,
.menu-list > ul > li > a:hover,
.menu-list > ul > li.active > a {
  color: #eb2f4a;
}
.menu-list > ul > li .dropdown-toggle:after {
  position: static;
  border: 0;
  margin-left: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  font-size: 14px;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.menu-list > ul > li > a:before {
  content: "";
  width: 0;
  height: 3px;
  bottom: 0;
  position: absolute;
  left: 0;
  background-color: #eb2f4a;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.menu-list > ul > li:hover > a:before,
.menu-list > ul > li.active > a:before {
  width: 100%;
  left: 0;
}

.navbar-social {
  padding: 30px 15px;
  display: inline-block;
  height: 85px;
  border-left: 1px solid #eee;
}

/*End Website Header css*/

/*================Start Footer css============*/

.section-space-ptb-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.main-footer {
}
.top-main-footer {
  padding: 60px 0;
}
.top-main-footer .footer-widget {
  width: 22%;
}
.top-main-footer .footer-widget:first-child {
  width: 34%;
}
.top-main-footer {
}
.top-main-footer .footer-widget-logo {
  max-width: 164.5px;
  width: 100%;
  margin-bottom: 30px;
}
.top-main-footer .footer-widget-list {
  max-width: 320px;
  width: 100%;
}
.footer-widget-list li {
  margin-bottom: 10px;
}
.top-main-footer .footer-widget-list li .hover-style-link {
}
.footer-widget-title {
  margin-top: -3px;
  color: #333333;
}

.top-main-footer {
}

.footer-copyright-area {
  padding-bottom: 30px;
}
.bottom-footer-row {
  border-top: 1px solid #ddd;
  padding-top: 30px;
}
.social-list .item-li {
  display: inline-block;
  margin: 8px;
}
.social-list .item-li {
}
.social-list .item-li .social-link {
  font-size: 18px;
  display: block;
  text-align: center;
  height: 48px;
  width: 48px;
  line-height: 40px;
  padding: 5px 8px;
  border: 1px solid #e0e0e0;
  color: #696969;
  border-radius: 50%;
  position: relative;
}
.social-list .item-li .social-link:hover {
  border: 1px solid #eb2f4a;
  color: #ffffff;
  background-color: #eb2f4a;
}
.social-list .item-li {
}

@media (max-width: 1199.98px) {
  .main-menu {
    padding: 10px 0;
  }
  .main-logo {
    padding-left: 0;
    max-width: 200px;
  }
  .menu-list > ul > li > a {
    padding: 15px 0;
  }
  .menu-list > ul > li {
    margin: 0;
  }
  .menu-list > ul > li > a:before {
    content: none;
  }
  .navbar-social {
    border: 0;
    border-top: 1px solid #eee;
    display: block;
    padding: 15px 0;
    height: auto;
    margin-top: 10px;
  }
  .site-hamburger {
    color: red;
  }
}
@media (max-width: 767px) {
  .top-main-footer {
    padding: 30px 0;
  }
  .top-main-footer .footer-widget-logo {
    margin-bottom: 15px;
  }
  .top-main-footer .footer-widget {
    width: 50%;
    margin-bottom: 20px;
  }
  .top-main-footer .footer-widget:first-child {
    width: 50%;
  }
  .top-main-footer .footer-widget:last-child {
    margin-bottom: 0;
  }
  .social-list {
    margin-top: 20px;
  }
}

@media (max-width: 576px) {
  .top-main-footer .footer-widget {
    width: 100%;
  }
  .top-main-footer .footer-widget:first-child {
    width: 100%;
  }
}

/*================End Footer css==============*/

.container-1200 {
  max-width: 1200px;
}
.container-1300 {
  max-width: 1300px;
}
.body-wrapper {
  padding-top: 85px;
}

/*Home page Banner*/

.banner-sec {
  background-image: url(../img/home-bg-img-2.webp);
  background-repeat: repeat;
}
.bg-img {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}

.banner-outer-div {
  position: relative;
  margin-bottom: 300px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-outer-div {
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-outer-div {
    margin-bottom: 10px;
  }
}

.modern-it-company-form-wrap {
  max-width: 550px;
}

@media (min-width: 1200px) {
  .home-banner-img {
    position: absolute;
    top: 100px;
    right: 10px;
  }
}

.home-banner-img {
  text-align: right;
  margin: auto;
  margin-top: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .home-banner-img {
    text-align: center;
  }
}

.home-banner-content {
  padding-top: 100px;
  position: relative;
  z-index: 1029;
}

.home-banner-content .heading {
  font-size: 68px;
  line-height: 1.2;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .home-banner-content h1 {
    font-size: 46px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-banner-content h1 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .home-banner-content h1 {
    font-size: 34px;
  }
}

.home-banner-content .sort-dec {
  margin-top: 30px;
}

.home-banner-content .book-box {
  margin-top: 70px;
  margin-bottom: 30px;
  position: relative;
}

.home-banner-content .book-box .image {
  position: absolute;
  top: -30px;
  left: -80px;
}

@media only screen and (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .home-banner-content .book-box {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .home-banner-content .book-box {
    margin-top: 40px;
    margin-bottom: 30px;
  }
}

.home-banner-content .book-text {
  max-width: 340px;
}

@media only screen and (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .home-banner-content .book-text {
    max-width: 100%;
  }
}

/*.modern-it-company-testimonial-bg {
  background-image: url("../images/patterns/home-reputable-success-about-shape.webp");
  background-repeat: no-repeat;
  background-position: left 44px bottom 40px;
}*/

.contact-inner {
  margin-bottom: 20px;
}
.contact-inner input,
.contact-inner textarea {
  width: 100%;
  color: #000;
  border-color: #f8f8f8;
  background-color: #f8f8f8;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0em;
  border: none;
  width: 100%;
  outline: none;
  border: 1px solid #eee;
  /*border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;*/
  border-radius: 5px;
  padding: 3px 20px;
  height: 56px;
}

.contact-inner textarea {
  height: 150px;
  padding: 15px;
}

.contact-inner select {
  color: #777;
}
.section-title-div {
  max-width: 700px;
  width: 100%;
  font-weight: 500;
  margin: 0 auto;
}
.section-sub-title {
  color: #ababab;
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
  line-height: 1.43;
  margin-top: -5px;
}

.brand-logo-slider-div {
  padding: 40px 0;
  /*background-color: rgba(0,0,0,0.4);*/
  /*background: rgb(31,34,34);
background: linear-gradient(0deg, rgba(31,34,34,0.738532913165266) 0%, rgba(13,19,33,0.1026785714285714) 100%);*/
  /*background: rgb(31,34,34);
background: linear-gradient(0deg, rgba(31,34,34,0.738532913165266) 0%, rgba(13,19,33,0) 100%);
*/
  background: rgb(31, 34, 34);
  background: linear-gradient(
    0deg,
    rgba(31, 34, 34, 0.5228466386554622) 0%,
    rgba(13, 19, 33, 0) 100%
  );
}

.owl-company-slider {
  text-align: center;
  padding: 30px 0 0 0;
}
.owl-company-slider img {
}
.owl-company-slider .company-logo-link {
  margin: 0 auto;
  max-width: 170px;
  transition: all 0.5s;
  padding: 5px 0;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.owl-company-slider .owl-item {
  height: 100px;
}
.owl-company-slider .item {
  height: 100%;
  position: relative;
}
.owl-company-slider img {
}
.owl-company-slider .company-logo-link:hover img {
}
.owl-company-slider {
}
.owl-company-slider .large-size {
  max-width: 120px;
}

.owl-company-slider .extra-large-size {
  max-width: 90px;
}
/*Start Our Company sec*/
.video-link .ht-popup-video.video-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.video-link .ht-popup-video.video-button .video-mark {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%, -50%);
  -ms-transform: translateY(-50%, -50%);
  transform: translateY(-50%, -50%);
  pointer-events: none;
}

.video-link .ht-popup-video.video-button .video-mark .wave-pulse {
  width: 1px;
  height: 0;
  margin: 0 auto;
}

.video-link .ht-popup-video.video-button .video-mark .wave-pulse::after,
.video-link .ht-popup-video.video-button .video-mark .wave-pulse::before {
  opacity: 0;
  content: "";
  display: block;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  border: 3px solid #eb2f4a;
  -webkit-animation: zoomBig 3.25s linear infinite;
  animation: zoomBig 3.25s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.video-link .ht-popup-video.video-button .video-mark .wave-pulse::before {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.video-link .ht-popup-video .video-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.video-link .ht-popup-video .video-button__one {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.video-link .ht-popup-video .video-button__one .video-play {
  width: 72px;
  height: 72px;
  background: transparent;
  border: 6px solid #fff;
  border-radius: 50%;
  -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1) !important;
  -o-transition: all 1s cubic-bezier(0, 0, 0.2, 1) !important;
  transition: all 1s cubic-bezier(0, 0, 0.2, 1) !important;
}

.video-link .ht-popup-video .video-button__one .video-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 1;
  margin-left: 1px;
}

.video-link .ht-popup-video .video-button__one .video-play-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 17px solid #fff;
}

.video-link .ht-popup-video .video-button__two {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.video-link .ht-popup-video .video-button__two .video-play {
  width: 78px;
  height: 78px;
  background: #eb2f4a;
  -webkit-box-shadow: 0 2px 41px 0 rgba(91, 99, 254, 0.36);
  box-shadow: 0 2px 41px 0 rgba(91, 99, 254, 0.36);
  border-radius: 50%;
  -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1) !important;
  -o-transition: all 1s cubic-bezier(0, 0, 0.2, 1) !important;
  transition: all 1s cubic-bezier(0, 0, 0.2, 1) !important;
  -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.07);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.07);
}

.video-link .ht-popup-video .video-button__two .video-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 1;
  margin-left: 1px;
}

.video-link .ht-popup-video .video-button__two .video-play-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 17px solid #fff;
  border-top-width: 12px;
  border-bottom-width: 12px;
  border-left-width: 19px;
  border-left-color: #ffffff;
}

.video-link:hover .video-play {
  -webkit-transform: scale3d(1.15, 1.15, 1.15);
  transform: scale3d(1.15, 1.15, 1.15);
}

@-webkit-keyframes zoomBig {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: 0.5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}

@keyframes zoomBig {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: 0.5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}

@keyframes zoomBig {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: 0.5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}

.center-plexible-row .swiper-slide {
  width: auto;
}

.center-plexible-row .single-flexible-slider img {
  height: 400px;
  /*width: auto;*/
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .center-plexible-row .single-flexible-slider img {
    height: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .center-plexible-row .single-flexible-slider img {
    height: 300px;
  }
}

@media only screen and (max-width: 767px) {
  .center-plexible-row .single-flexible-slider img {
    height: 100%;
  }
}

.auto-plexible-row .swiper-slide {
  width: auto;
}

.auto-plexible-row .single-flexible-slider img {
  height: 400px;
  /*width: auto;*/
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .auto-plexible-row .single-flexible-slider img {
    height: 350px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .auto-plexible-row .single-flexible-slider img {
    height: 300px;
  }
}

@media only screen and (max-width: 767px) {
  .auto-plexible-row .single-flexible-slider img {
    height: 100%;
  }
}

.our-company-content {
  max-width: 550px;
  float: right;
  width: 100%;
}
.rv-video-section {
  position: relative;
}

.rv-video-section {
  position: relative;
}

.rv-video-section .main-video-box {
  position: relative;
  z-index: 8;
  text-align: center;
  max-width: 570px;
  max-height: 350px;
  margin: auto;
  margin-top: 120px;
  margin-bottom: 180px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .rv-video-section .main-video-box {
    max-width: 520px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rv-video-section .main-video-box {
    max-width: 400px;
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .rv-video-section .main-video-box {
    max-width: 400px;
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 575px) {
  .rv-video-section .main-video-box {
    max-width: 280px;
    margin-bottom: 100px;
  }
}

.rv-video-section .ht-banner-01 {
  position: relative;
}

.rv-video-section .ht-banner-01 img {
  position: absolute;
  left: 6%;
  top: -70px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .rv-video-section .ht-banner-01 img {
    left: 6%;
    top: -50px;
    width: 200px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rv-video-section .ht-banner-01 img {
    left: 0%;
    top: -50px;
    width: 200px;
  }
}

@media only screen and (max-width: 767px) {
  .rv-video-section .ht-banner-01 img {
    left: 10%;
    top: -30px;
    width: 184px;
  }
}

@media only screen and (max-width: 575px) {
  .rv-video-section .ht-banner-01 img {
    left: 0;
    top: -30px;
    width: 184px;
  }
}

.rv-video-section .ht-banner-02 {
  position: relative;
}

.rv-video-section .ht-banner-02 img {
  position: absolute;
  left: 50%;
  top: -103px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .rv-video-section .ht-banner-02 img {
    position: absolute;
    left: 50%;
    top: -103px;
    max-width: 230px;
  }
}

@media only screen and (max-width: 767px) {
  .rv-video-section .ht-banner-02 img {
    top: -65px;
    max-width: 130px;
  }
}

@media only screen and (max-width: 575px) {
  .rv-video-section .ht-banner-02 img {
    top: -65px;
    max-width: 130px;
  }
}

.rv-video-section .ht-banner-03 {
  position: relative;
}

.rv-video-section .ht-banner-03 img {
  position: absolute;
  left: 10%;
  bottom: 0px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rv-video-section .ht-banner-03 img {
    bottom: 0;
    top: inherit;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rv-video-section .ht-banner-03 img {
    bottom: 0;
    top: inherit;
  }
}

@media only screen and (max-width: 767px) {
  .rv-video-section .ht-banner-03 img {
    bottom: 0;
    max-width: 120px;
    top: inherit;
  }
}

@media only screen and (max-width: 575px) {
  .rv-video-section .ht-banner-03 img {
    bottom: 0;
    max-width: 120px;
    top: inherit;
  }
}

.rv-video-section .ht-banner-04 img {
  right: 50px;
  left: auto;
  position: absolute;
  top: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rv-video-section .ht-banner-04 img {
    right: 35px;
    max-width: 150px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rv-video-section .ht-banner-04 img {
    right: 35px;
    top: 80%;
    max-width: 150px;
  }
}

@media only screen and (max-width: 767px) {
  .rv-video-section .ht-banner-04 img {
    right: 15px;
    top: 80%;
    max-width: 140px;
  }
}

@media only screen and (max-width: 575px) {
  .rv-video-section .ht-banner-04 img {
    right: 10px;
    top: 80%;
    max-width: 110px;
  }
}

@media only screen and (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .our-company-content {
    float: inherit;
    margin: 0 auto 10px;
  }
}

/*===========End Our Company sec=======*/

/*=====Start Service sec=====*/

.ht-box-icon .icon-box-wrap {
  padding: 30px 15px;
  border-radius: 5px;
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.ht-box-icon .icon-box-wrap .icon {
  min-width: 80px;
  margin-right: 10px;
  color: #333333;
}

.ht-box-icon .icon-box-wrap .icon .svg-icon {
  width: 65px;
  height: 65px;
}

.ht-box-icon .icon-box-wrap .icon svg * {
  stroke: currentColor;
}

.ht-box-icon .icon-box-wrap .content {
  text-align: left;
}

.ht-box-icon .icon-box-wrap .content .heading {
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 12px;
}

.ht-box-icon .icon-box-wrap .content .service_text {
  color: #696969;
}

.ht-box-icon:hover .icon-box-wrap {
  border-color: #fff;
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  background: #fff;
  -webkit-box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
  box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
}

.ht-box-icon .feature-btn a {
  color: #eb2f4a;
  margin-top: 20px;
}

.ht-box-icon .feature-btn a:hover {
  color: #333333;
}

/*=====End Service sec=====*/

/*=====Start how we work sec=====*/
.gradation-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .gradation-title-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.gradation-sub-heading .heading {
  position: relative;
  font-size: 13px;
  line-height: 2em;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: inline-block;
  padding: 35px 80px 35px 42px;
  z-index: 1;
}

.gradation-sub-heading .heading::before {
  background-color: #eb2f4a;
  content: "";
  position: absolute;
  top: 47px;
  left: 0;
  width: 34px;
  height: 1px;
}

.gradation-sub-heading .heading mark {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 120px;
  line-height: 0.8;
  font-weight: 900;
  color: #ededed;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .gradation-sub-heading .heading {
    margin-top: 30px;
  }
}
.ht-gradation.style-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}

.ht-gradation.style-01 .item {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  padding: 0 15px;
}

.ht-gradation.style-01 .item .line {
  width: 100%;
  height: 1px;
  background: #ededed;
  position: absolute;
  top: 24px;
  left: 15px;
}

.ht-gradation.style-01 .item:last-child .line {
  display: none;
}

.ht-gradation.style-01 .item .mask {
  opacity: 0;
  visibility: hidden;
}

.ht-gradation.style-01 .item:hover .mask {
  opacity: 1;
  visibility: visible;
}

.ht-gradation.style-01 .item:hover .circle {
  color: #ffffff;
  background: #eb2f4a;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 767px) {
  .ht-gradation.style-01 {
    display: block;
  }
  .ht-gradation.style-01 .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
  }
  .ht-gradation.style-01 .item .line {
    left: 39px;
    height: 100%;
    width: 1px;
    top: 15px;
  }
  .ht-gradation.style-01 .content-wrap {
    padding: 10px 0 50px 30px;
  }
}

.ht-gradation.style-01 .circle-wrap {
  display: inline-block;
  position: relative;
  margin-bottom: 56px;
}

.ht-gradation.style-01 .circle {
  position: relative;
  z-index: 1;
  width: 48px;
  height: 48px;
  line-height: 44px;
  text-align: center;
  border: 2px solid #e8e8e8;
  border-radius: 50%;
  font-size: 18px;
  background-color: #fff;
  margin-bottom: 0;
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ht-gradation.style-01 .wave-pulse {
  width: 1px;
  height: 0;
  margin: 0 auto;
}

.ht-gradation.style-01 .wave-pulse::before,
.ht-gradation.style-01 .wave-pulse::after {
  opacity: 0;
  content: "";
  display: block;
  position: absolute;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #ababab;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: gradationMask 3s linear infinite;
  animation: gradationMask 3s linear infinite;
}

.ht-gradation.style-01 .wave-pulse-2::before {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.ht-gradation.style-01 .wave-pulse-3::before {
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}

.ht-gradation.style-01 .heading {
  font-weight: 600;
}

.ht-gradation.style-01 .text {
  margin-top: 17px;
}

.ht-gradation.style-01 .gradation-btn {
  font-weight: 600;
  margin-top: 20px;
  font-size: 15px;
  color: #eb2f4a;
}

.ht-gradation.style-01 .gradation-btn:hover {
  color: #333333;
}

@-webkit-keyframes gradationMask {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-color: transparent;
  }
}

@keyframes gradationMask {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-color: transparent;
  }
}

/*=====  End of icon process  ======*/

/*=====End how we work sec=====*/

/*====Start Case study sec====*/
.testimonial-content {
  max-width: 420px;
  width: 100%;
  margin: 0 auto;
}
.testimonial-content .text {
  font-size: 18px;
  line-height: 1.67;
}

.testimonial-owl {
}
.testimonial-owl {
}
.testimonial-owl .owl-dots {
  text-align: center;
}
.testimonial-owl .owl-dots > button {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  opacity: 1;
  position: relative;
  outline: none;
  margin: 10px;

  /*height: 20px;
  width: 20px;
  border: 1px solid gray;
  display: inline-block;
  border-radius: 50%;
  margin: 0 10px;*/
}
.testimonial-owl .owl-dots > button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 100%;
  width: 8px;
  height: 8px;
  background: #d8d8d8;
  z-index: 1;
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.testimonial-owl .owl-dots > button.active {
  background-color: #eb2f4a;
}
.testimonial-owl .owl-dots > button.active::before {
  opacity: 1;
  background: #333;
  width: 16px;
  height: 16px;
  -webkit-box-shadow: 0 0 9px #8b7b7b;
  box-shadow: 0 0 9px #8b7b7b;
}

.testimonial-owl .owl-dots {
}
.testimonial-owl {
}
.testimonial-owl {
}
.testimonial-owl {
}

/*====End Case study sec====*/

/*=========Start Contact us sec=======*/
.service-contact-bg {
  background-color: #002fa6;
  /*background-color: #eb2f4a;*/
  background-image: url("../img/home-services-contact-bg.webp");
  background-repeat: no-repeat;
  background-position: left bottom;
}

.ht-star-rating.lg-style {
  color: #fb0;
  font-size: 24px;
}
.contact-info.sytle-one .contact-info-title-wrap .sub-text {
  margin-top: 20px;
  color: #ffffff;
  font-size: 18px;
}
.contact-info.sytle-one .contact-list-item .single-contact-list {
  display: block;
}
.contact-info.sytle-one .contact-list-item .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 55px;
}

.contact-info.sytle-one .contact-list-item .content .icon {
  color: #fff;
  border-color: #fff;
  font-size: 40px;
  margin-right: 10px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-width: 54px;
}

.contact-info.sytle-one .contact-list-item .content .main-content .heading {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.78;
  margin-bottom: 13px;
  color: rgba(255, 255, 255, 0.8);
}

.contact-info.sytle-one .contact-list-item .content .main-content .text {
  color: #d2a98e;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.17;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-info.sytle-one .contact-list-item .content .main-content .text {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .contact-info.sytle-one .contact-list-item .content .main-content .text {
    font-size: 24px;
  }
}

.contact-form-service-wrap {
  background: #fff;
  -webkit-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  padding: 42px 50px 50px;
  border-radius: 5px;
}

@media only screen and (max-width: 767px) {
  .contact-form-service-wrap {
    padding: 42px 20px 50px;
  }
}
.contact-input {
  margin: 0 -10px;
}

.contact-input .contact-inner {
  float: left;
  margin: 0 0 20px;
  padding: 0 10px;
  width: 50%;
}

@media only screen and (max-width: 575px) {
  .contact-input .contact-inner {
    width: 100%;
  }
}

.contact-inner {
  margin: 0 0 20px;
}
/*
.contact-inner input, .contact-inner textarea {
  width: 100%;
  color: #000;
  border-color: #f8f8f8;
  background-color: #f8f8f8;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0em;
  border: none;
  width: 100%;
  outline: none;
  border: 1px solid #eee;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-radius: 5px;
  padding: 3px 20px;
  height: 56px;
}

.contact-inner textarea {
  height: 150px;
  padding: 15px;
}
*/
.contact-inner select {
  color: #777;
}

.contact-form-site input:focus,
.contact-form-site textarea:focus,
.contact-form-site select:focus {
  color: #222;
  border-color: transparent;
  background: #fff;
  -webkit-box-shadow: 0 0 40px rgb(51 51 51 / 10%);
  box-shadow: 0 0 40px rgb(51 51 51 / 10%);
}

/*=========End Contact us sec=======*/

/*=======================================
=           Careers Job Listing         = 
========================================*/
.career-list-div .item {
  border-radius: 5px;
  padding: 33px 50px 36px;
}

.career-list-div .item:nth-child(2n) {
  background: #f6f2ed;
}

.career-list-div .item .job-info .job-time {
  font-size: 18px;
  margin-top: 12px;
  display: block;
}

.career-list-div .item .job-button .ht-btn {
  min-width: 155px;
}

@media only screen and (max-width: 767px) {
  .career-list-div .item {
    padding: 30px;
  }
  .career-list-div .item .job-description {
    margin-top: 15px;
  }
  .career-list-div .item .job-button {
    margin-top: 20px;
  }
}

/*=============================================
=           career page css           =
=============================================*/
.ht-timeline.style-01 .col-md-6 {
  padding-left: 30px;
  padding-right: 30px;
}

.ht-timeline.style-01 .tm-timeline-list {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 32px 0 65px;
}

.ht-timeline.style-01 .item {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .ht-timeline.style-01 .item {
    padding-left: 45px;
    width: 100%;
  }
}

.ht-timeline.style-01 .item + .item {
  margin-top: 68px;
}

.ht-timeline.style-01 .line {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1px;
  height: 100%;
  border-left: 2px solid #eb2f4a;
  opacity: 0.15;
}

@media only screen and (max-width: 767px) {
  .ht-timeline.style-01 .line {
    left: 15px;
  }
}

.ht-timeline.style-01 .dots {
  position: absolute;
  top: 14px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 30px;
  height: 30px;
  color: #eb2f4a;
}

@media only screen and (max-width: 767px) {
  .ht-timeline.style-01 .dots {
    right: auto;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.ht-timeline.style-01 .dots::before {
  content: "";
  position: absolute;
  border: 1px solid currentColor;
  border-radius: 50%;
  top: 0;
  left: 0;
  opacity: 0.3;
  width: 30px;
  height: 30px;
}

.ht-timeline.style-01 .dots .middle-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  z-index: 2;
  border: 3px solid currentColor;
  background: #fff;
}

.ht-timeline.style-01 .timeline-col .inner {
  text-align: right;
  width: 500px;
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .ht-timeline.style-01 .timeline-col .inner {
    text-align: left;
  }
}

.ht-timeline.style-01 .timeline-col .inner .year {
  color: #eb2f4a;
  font-size: 52px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 27px;
}

@media only screen and (max-width: 767px) {
  .ht-timeline.style-01 .timeline-col .inner .year {
    font-size: 32px;
  }
}

.ht-timeline.style-01 .timeline-col .inner .photo img {
  border-radius: 5px;
}

.ht-timeline.style-01 .timeline-info .inner {
  padding-top: 65px;
  float: right;
  width: 500px;
  max-width: 100%;
  text-align: left;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ht-timeline.style-01 .timeline-info .inner {
    padding-top: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .ht-timeline.style-01 .timeline-info .inner {
    padding-top: 30px;
  }
}

.ht-timeline.style-01 .timeline-info .content-body {
  display: inline-block;
  width: 400px;
  max-width: 100%;
}

.ht-timeline.style-01 .timeline-info .heading {
  font-size: 24px;
  margin-bottom: 20px;
}

.ht-timeline.style-01 .timeline-info .text {
  font-size: 18px;
  line-height: 2;
}

@media only screen and (max-width: 767px) {
  .ht-timeline.style-01 .timeline-info .text {
    font-size: 16px;
  }
}

.ht-timeline.style-01 .item:nth-child(2n + 1) .timeline-feature {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

@media only screen and (max-width: 767px) {
  .ht-timeline.style-01 .item:nth-child(2n + 1) .timeline-feature {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
}

.ht-timeline.style-01 .item:nth-child(2n + 1) .timeline-info > .inner {
  float: left;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .ht-timeline.style-01 .item:nth-child(2n + 1) .timeline-info > .inner {
    text-align: left;
  }
}

.ht-timeline.style-01 .item:nth-child(2n + 1) .timeline-feature > .inner {
  text-align: left;
  float: right;
}

.ht-timeline.style-01 .item:nth-child(2n + 1) .timeline-feature > .inner {
  text-align: left;
  float: right;
}

/*==== Start Career details page css========*/
.career-list-det .marker::before {
  /*content: '\f560';*/
  content: "\f005";
  position: absolute;
  top: 1px;
  left: 0;
  display: block;
  font-size: 24px;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #d2a98e;
}

.career-list-det .list-item {
  padding-left: 40px;
  margin-top: 20px;
  position: relative;
}

.career-list-det .list-item .title-wrap .title {
  color: #eb2f4a;
  margin-bottom: 15px;
}
.career-list-det .list-item .title-wrap .desc-list {
}
.career-list-det .list-item .title-wrap .desc-list li {
  position: relative;
  margin-bottom: 15px;
}
.career-list-det .list-item .title-wrap .desc-list li:before {
  content: "\f00c";
  position: absolute;
  top: 2px;
  left: -25px;
  display: block;
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #eb2f4a;
}
.career-list-det {
  max-width: 550px;
  width: 100%;
}

.career-form-div {
  max-width: 750px;
  width: 100%;
  margin: 30px 0;
}
.career-form-div .input-fileupload {
}
.career-form-div .input-fileupload input {
  padding-top: 16px;
}
.career-form-div {
}
.career-form-div {
}
.career-form-div {
}
.career-form-div {
}
/*==== End Career details page css========*/

.career-list-det.about-list-det .marker::before {
  content: "\f00c";
}

.marker.marker-star::before {
  content: "\f005" !important;
}
.marker.marker-db-check::before {
  content: "\f560"!important;
}
/*==== Start About page css========*/

.about-three-box .about-box-div {
  padding: 0px;
  border-radius: 30px;
}
.about-box-div .about-box-para {
  line-height: 25px;
  margin: auto;
  max-width: 300px;
  width: 100%;
}
.about-box-div .about-box-image {
  position: relative;
  border-radius: 5px;
  height: 326px;
  width: 91%;
  margin: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0px 50px;
}
.about-box-div .about-box-image::after {
  content: "";
  position: absolute;
  border-radius: 5px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.5;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(39%, transparent),
    to(#eb2f4a)
  );
  background-image: -webkit-linear-gradient(top, transparent 39%, #eb2f4a 100%);
}

.about-box-image .about-img-text {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  font-size: 25px;
  color: #fff;
  margin: auto;
  max-width: 300px;
  z-index: 99;
  font-weight: bold;
}
/*==== End About page css========*/

/*==== Start Contact page css========*/

.contant-us-content {
  max-width: 550px;
  width: 100%;
}
.fa-questions .contact-page-accordion {
  background-color: rgb(255, 253, 253);
  border-radius: 5px 5px 0 0;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

.fa-questions .contact-page-accordion.active,
.fa-questions .contact-page-accordion:hover {
  background-color: #eb2f4a;
  color: #fff;
}

.fa-questions .contact-page-accordion:after {
  float: right;
  margin-left: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  font-size: 14px;
}

.fa-questions .contact-page-accordion.active:after {
  content: "\f106";
}

.fa-questions .contact-faq-panel {
  padding: 0 25px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;

  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
/*==== End Contact page css========*/




/*==== Start New Service list page css========*/

.serives-2-sec-top .service-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
}

.serives-2-sec-top .service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

.serives-2-sec-top .service-card .service-image {
    height: 250px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.serives-2-sec-top .service-card .service-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(220,53,69,0.8), rgba(231,76,60,0.8));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.serives-2-sec-top .service-card:hover .service-image::after {
    opacity: 1;
}

.serives-2-sec-top .service-card .service-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: rgba(255,255,255,0.2);
    backdrop-filter: blur(10px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: white;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 2;
}

.serives-2-sec-top .service-card:hover .service-icon {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.1);
}

.serives-2-sec-top .service-card .service-content {
    padding: 30px;
}

.serives-2-sec-top .service-card .service-content .service-arrow {
  position: absolute;
  right: 30px;
  bottom: 20px;
  font-size: 20px;
  transition: all 0.3s ease;
  color: #eb2f4a;
  display: none;
}

.serives-2-sec-top .service-card:hover .service-content .service-arrow {
/*  right: 20px;*/
  display: block;
}

.serives-2-sec-top .service-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 15px;
}

.serives-2-sec-top .service-card .service-description {
    color: #6c757d;
    line-height: 1.6;
    margin-bottom: 20px;
}

.serives-2-sec-top .service-card .service-features {
    list-style: none;
    padding: 0;
}

.serives-2-sec-top .service-card .service-features li {
    color: #495057;
    margin-bottom: 8px;
    position: relative;
    padding-left: 20px;
}

.serives-2-sec-top .service-card .service-features li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #eb2f4a;
    font-weight: bold;
}

/* Specialized Services Section */
.specialized-services {
/*    padding: 80px 0;*/
/*    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);*/
}

.specialized-card {
    background: white;
    border-radius: 16px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    height: 100%;
    border-top: 4px solid #eb2f4a;
}

.specialized-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}

.specialized-card .specialized-icon {
    width: 90px;
    height: 90px;
    margin: 0 auto 25px;
    background: linear-gradient(135deg, #eb2f4a, #e74c3c);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    color: white;
    transition: all 0.3s ease;
}

.specialized-card:hover .specialized-icon {
    transform: scale(1.1);
    box-shadow: 0 10px 30px rgba(220,53,69,0.3);
}

/* Technology Stack Section */
.tech-stack {
/*    padding: 80px 0;*/
    /*background: #2c3e50;
    color: white;*/
}

.tech-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.tech-grid .tech-item {
    text-align: center;
    padding: 20px;
    background: rgba(0,0,0,0.1);
    border-radius: 12px;
    transition: all 0.3s ease;
}
.tech-grid .tech-item-title {
  font-size: 16px;
}

.tech-grid .tech-item:hover {
    background: rgba(0,0,0,0.2);
    transform: translateY(-5px);
}

.tech-grid .tech-item i {
    font-size: 3rem;
    margin-bottom: 15px;
    color: #eb2f4a;
}

/* Responsive Design */
@media (max-width: 768px) {
    .service-card .service-image {
        height: 200px;
    }
    
    .service-card .service-content {
        padding: 25px 20px;
    }
    
    .specialized-card {
        padding: 30px 20px;
        margin-bottom: 30px;
    }
}

/*==== End New Service list page css========*/

/*Start Technology list page design css*/
.stats-section {
   /* background: var(--light-bg);
    padding: 80px 0;
    border-top: 4px solid #eb2f4a;*/
}

.stats-section .stat-item {
    text-align: center;
    padding: 2rem 1rem;
    position: relative;
}

.stats-section .stat-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 3px;
    background: #eb2f4a;
    border-radius: 2px;
}

.stats-section .stat-number {
    font-size: 3.5rem;
    font-weight: 800;
    color: #eb2f4a;
    display: block;
    line-height: 1;
}

.stats-section .stat-label {
    color: #1f2937;
    font-size: 1rem;
    font-weight: 500;
    margin-top: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Filter Tabs */
.filter-tabs {
    margin-bottom: 2rem;
    border-bottom: 1px solid #e5e7eb;
}

.filter-tabs .nav {
    border-bottom: none;
}

.filter-tabs .nav-link {
    color: #6b7280;
    border: none;
    padding: 1rem 1.5rem;
    font-weight: 500;
    position: relative;
}
.filter-tabs .nav-link:hover {
/*  color: #eb2f4a;*/
}
.filter-tabs .nav-link.active {
    color: #eb2f4a;
    background: none;
    border: none;
}

.filter-tabs .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 1.5rem;
    right: 1.5rem;
    height: 2px;
    background: #eb2f4a;
}

/* Technology Grid */
.tech-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.5rem;
}

.tech-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 1.5rem;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.tech-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #eb2f4a;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.tech-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    border-color: #eb2f4a;
}

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

.tech-card .tech-card-header {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.tech-card .tech-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #eb2f4a, #991b1b);
    color: #ffffff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    margin-right: 0.75rem;
    flex-shrink: 0;
}

.tech-card .tech-info h3 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #00000;
    margin-bottom: 0.25rem;
}

.tech-card .tech-category-label {
    font-size: 0.75rem;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.tech-card .tech-description {
    color: #6b7280;
    font-size: 0.875rem;
    line-height: 1.5;
    margin-bottom: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tech-card .tech-features {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.tech-card .feature-tag {
    background: #f8f9fa;
    color: #1f2937;
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-weight: 500;
}

.tech-card .tech-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tech-card .tech-popularity {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.75rem;
    color: #6b7280;
}

.tech-card .popularity-bar {
    width: 40px;
    height: 3px;
    background: #e5e7eb;
    border-radius: 2px;
    overflow: hidden;
}

.tech-card .popularity-fill {
    height: 100%;
    background: #eb2f4a;
}

.tech-card .learn-more {
    color: #eb2f4a;
    font-size: 0.875rem;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.2s ease;
}

.tech-card .learn-more:hover {
    color: #991b1b;
}

/* Stats Bar */
/*.stats-bar {
    background: #f8f9fa;
    padding: 1.5rem 0;
    margin: 2rem 0;
    border-radius: 12px;
}*/

.stat-item {
    text-align: center;
}

.stat-item .stat-number {
    font-size: 1.75rem;
    font-weight: 700;
    color: #eb2f4a;
    display: block;
}

.stat-item .stat-label {
    color: #6b7280;
    font-size: 0.875rem;
    font-weight: 500;
}

/*End Technology list page design css*/


/*Start React js category technology details page css */
.react-logo {
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, #eb2f4a, #991b1b);
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 20px 40px rgba(197, 48, 48, 0.3);
    position: relative;
    z-index: 2;
}
.react-logo i {
  font-size: 80px;
  color: #fff;
}
.technology-badge {
    background: linear-gradient(135deg, #eb2f4a, #991b1b);
    color: white;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    margin: 5px;
    transition: all 0.3s ease;
}

.technology-badge:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(97, 218, 251, 0.4);
}

.feature-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.08);
    border: none;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: #eb2f4a;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

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

.feature-card:hover {
/*    transform: translateY(-10px);*/
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.skill-progress {
    height: 12px;
    background: #e9ecef;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.skill-progress .progress-bar {
    background: linear-gradient(135deg, #eb2f4a, #991b1b);
    border-radius: 10px;
    position: relative;
    height: 100%;
}

.skill-progress .progress-bar::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    animation: shimmer 2s infinite;
}

.feature-card .feature-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #eb2f4a, #991b1b);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.feature-card .feature-icon i {
    color: white;
    font-size: 32px;
}

.stats-grid {
    background: white;
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    position: relative;
}

.stats-grid .stat-item {
    text-align: center;
    padding: 20px;
    border-radius: 16px;
    transition: all 0.3s ease;
}

.stats-grid .stat-item:hover {
    background: #f8f9fa;
    transform: scale(1.05);
}

.stats-grid .stat-number {
    font-size: 2.5rem;
    font-weight: 800;
    background: linear-gradient(135deg, #eb2f4a, #991b1b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.why-choose-card {
    background: white;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    border-left: 4px solid #eb2f4a;
    transition: transform 0.3s ease;
}

.why-choose-card:hover {
    transform: translateX(5px);
}

.request-call-div {
/*  background: linear-gradient(135deg, #eb2f4a, #c12239);*/
}


/* React Features Section */
.react-features-section {
/*    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);*/
    background: linear-gradient(135deg, #2b56b3 0%, #002fa6 100%);
/*    background: linear-gradient(135deg, #002fa6 0%, #5d318e 100%);*/
/*    background: linear-gradient(135deg, #002fa6 0%, #00a693 100%);*/
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}

.react-features-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../img/technology/features-bg.avif') center/cover;
    opacity: 0.1;
    z-index: 1;
}

.react-features-section .container {
    position: relative;
    z-index: 2;
}

.features-title {
    color: white;
/*    font-size: 3rem;*/
    font-weight: 700;
    text-align: center;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.features-subtitle {
    color: rgba(255,255,255,0.8);
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 4rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.feature-glass-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 2rem;
    height: 100%;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.feature-glass-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(255,255,255,0.1), rgba(255,255,255,0.05));
    border-radius: 20px;
    z-index: -1;
}

.feature-glass-card:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
}

.feature-glass-icon {
    width: 70px;
    height: 70px;
    border-radius: 15px;
    background: linear-gradient(135deg, #eb2f4a, #991b1b);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    box-shadow: 0 8px 25px rgba(0,0,0,0.3);
}

.feature-glass-icon i {
    color: white;
    font-size: 28px;
}

.feature-glass-card h5 {
    color: white;
    font-weight: 600;
    text-align: center;
    margin-bottom: 1rem;
}

.feature-glass-card p {
    color: rgba(255,255,255,0.8);
    text-align: center;
    line-height: 1.6;
}

/*react-services-section*/

.services-timeline {
    position: relative;
    padding: 1rem 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.services-timeline::before {
    
}

.service-timeline-item {
    position: relative;
    margin: 1rem 0;
    /*opacity: 0;
    animation: slideInUp 0.8s ease forwards;*/
}

.service-timeline-item::before {
    
}

.service-content-react {
    background: white;
    padding: 0;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    position: relative;
}
.service-content-react:hover {
  box-shadow: 0 8px 25px rgba(0,0,0,0.3);
}
.service-content-react .service-icon-wrapper {
    position: relative;
    height: 180px;
    background: linear-gradient(135deg, #eb2f4a, #991b1b);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-bottom: 3px solid #eb2f4a;
}

.service-content-react .service-icon-wrapper::before {
    
}

.service-content-react .service-icon {
    /*font-size: 4rem;
    color: white;
    position: relative;
    z-index: 2;
    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.2));*/

    background: #eb2f4a;
    font-size: 2.5rem;
    color: white;
    position: relative;
    z-index: 2;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
    border-radius: 12px 0;
}

.service-content-react .service-info {
    padding: 1.2rem;
    position: relative;
}

.service-content-react .service-category {
    color: #eb2f4a;
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.5rem;
}

.service-content-react .service-title {
    color: #333333;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.service-content-react .service-description {
    color: #666;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: .5rem;
}

.service-content-react .service-features-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-content-react .service-features-list li {
    position: relative;
    padding: 0.2rem 0 0.2rem 1.2rem;
    color: #555;
    font-size: 14px;
    transition: all 0.3s ease;
}

.service-content-react .service-features-list li:hover {

}

.service-content-react .service-features-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background: linear-gradient(45deg, #eb2f4a, #f04a61);
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(235, 47, 74, 0.1);
}


/* Development Process Section */
.react-process-section {
    background: linear-gradient(135deg, #2d3436 0%, #636e72 100%);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.react-process-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../img/technology/development-bg.avif') center/cover;
    opacity: 0.1;
    z-index: 1;
}

.react-process-section .container {
    position: relative;
    z-index: 2;
}

.react-process-section .process-title {
    color: white;
/*    font-size: 3rem;*/
    font-weight: 700;
    text-align: center;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.react-process-section .process-subtitle {
    color: rgba(255,255,255,0.8);
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 4rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.react-process-section .process-timeline-card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    padding: 2rem;
    position: relative;
    transition: all 0.3s ease;
    height: 100%;
    backdrop-filter: blur(10px);
}

.react-process-section .process-timeline-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 25px 50px rgba(0,0,0,0.2);
}

.process-number-container {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #eb2f4a, #991b1b);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

.process-timeline-card .process-number {
    color: white;
    font-size: 1.5rem;
    font-weight: 700;
}

.process-timeline-card .process-icon {
    width: 80px;
    height: 80px;
    border-radius: 15px;
    background: linear-gradient(135deg, #2b56b3 0%, #002fa6 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2rem auto 1.5rem;
}

.process-timeline-card .process-icon i {
    color: white;
    font-size: 2rem;
}

.process-timeline-card h5 {
    color: #2d3436;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1rem;
    font-size: 1.3rem;
}

.process-timeline-card p {
    color: #636e72;
    text-align: center;
    line-height: 1.6;
}

.process-connector {
    display: none;
}

/*End React js category technology details page css */

/*Start codeigniter category technology details page css */

.codeigniter-tech-page .hero-section {
    background: linear-gradient(135deg, #2b56b3 0%, #002fa6 100%);
    color: white;
    padding: 80px 0;
}

.codeigniter-tech-page .section-padding {

}

.codeigniter-tech-page .feature-card {
    background: white;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.codeigniter-tech-page .feature-card:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.codeigniter-tech-page .icon-wrapper {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #2b56b3 0%, #002fa6 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.codeigniter-tech-page .icon-wrapper i {
    font-size: 2rem;
    color: white;
}

.codeigniter-tech-page .btn-primary-custom {
    background: linear-gradient(135deg, #eb2f4a 0%, #991b1b 100%);
    border: none;
    padding: 12px 30px;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.codeigniter-tech-page .btn-primary-custom:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(235, 47, 74, 0.3);
}

.codeigniter-tech-page .process-step {
    background: white;
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    margin-bottom: 20px;
    transition: transform 0.3s ease;
    border: 1px solid #eee;
}

.codeigniter-tech-page .process-step:hover {
    transform: translateY(-5px);
}

.codeigniter-tech-page .process-number {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #eb2f4a 0%, #991b1b 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    color: white;
    font-weight: bold;
    font-size: 1.2rem;
}

.codeigniter-tech-page .outsource-benefit {
    background: white;
    border-left: 4px solid #eb2f4a;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 0 10px 10px 0;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05);
}

.codeigniter-tech-page .company-highlight {
    background: linear-gradient(135deg, #2b56b3 0%, #002fa6 100%);
    color: white;
    border-radius: 15px;
    padding: 40px;
    margin-bottom: 30px;
}

.codeigniter-tech-page .stat-item {
    text-align: center;
    padding: 20px;
}

.codeigniter-tech-page .stat-number {
    font-size: 2.5rem;
    font-weight: bold;
}

.codeigniter-tech-page .img-rounded-custom {
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

/* Enhanced Services Section */
.codeigniter-tech-page .services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin-top: 40px;
    justify-content: center;
}

.codeigniter-tech-page .service-card {
    background: linear-gradient(135deg, #2b56b3 0%, #002fa6 100%);
    border: 2px solid #eb2f4a;
    border-radius: 20px;
    padding: 30px 25px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
}

.codeigniter-tech-page .service-card:hover {
    transform: translateY(-5px);
}

.codeigniter-tech-page .service-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #eb2f4a 0%, #991b1b 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    transition: all 0.4s ease;
    position: relative;
    z-index: 2;
}

.codeigniter-tech-page .service-icon i {
    font-size: 1.8rem;
    color: white;
}

.codeigniter-tech-page .service-title {
    color: #fff;
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
    transition: color 0.3s ease;
}
.codeigniter-tech-page .service-description {
    color: #fff;
    font-size: 0.95rem;
    line-height: 1.6;
    position: relative;
    z-index: 2;
    transition: color 0.3s ease;
}

.codeigniter-tech-page .services-header {
    text-align: center;
    margin-bottom: 50px;
}

.codeigniter-tech-page .services-subtitle {
    color: #6c757d;
    font-size: 1.1rem;
    margin-top: 15px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}


/*End codeigniter category technology details page css */

@media (min-width: 992px) {
    .process-connector {
        display: block;
        position: absolute;
        top: 50%;
        right: -30px;
        width: 60px;
        height: 2px;
        background: linear-gradient(to right, rgba(255,255,255,0.3), transparent);
        transform: translateY(-50%);
    }
    
    .process-connector::after {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 0;
        height: 0;
        border-left: 8px solid rgba(255,255,255,0.3);
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
    }
}

@media (max-width: 768px) {
    .features-title, .services-title, .process-title {
        font-size: 2rem;
    }
    
    .react-features-section,
    .react-services-section,
    .react-process-section {
        padding: 60px 0;
    }

    .react-logo {
        width: 90px;
        height: 90px;
    }
    .react-logo i {
      font-size: 60px;
      color: #fff;
    }

    .codeigniter-tech-page .company-highlight {
      padding: 20px;
    }
}





/*==== Start Service UI/UX page css========*/

.service-page-sec {
}
.service-bg-clr {
  /*background-color: #f7f6f6;*/
  background-color: #f6f2ed;
}

.service-list-div {

}
.service-content {
  max-width: 550px;
  padding: 0px;
  width: 100%;
  margin: 0 auto;
}
.service-content .service-des {
  line-height: 25px;
  font-size: 18px;
}

.service-img-div {
  padding: 60px 0;
}
.service-des .service-list li {
  margin-bottom: 7px;
  font-size: 16px;
}
.service-des .service-list i {
  font-size: 14px;
}

.service-enquire-btn .service-btn {
  max-width: 300px;
  width: 100%;
}

/*==== End Service UI/UX page css========*/

/*==== Start Service Mobile App page css========*/

.app-dev-cards .app-card-design {
  /*border: 1px solid rgb(255, 255, 255);*/
  border-radius: 5px;
  padding: 45px 30px;
  height: 100%;
  background-color: #fff;
  margin: 0 15px;
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  /*text-align: center;*/
}
.industry-we-serve .app-card-design {
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.app-dev-cards .app-card-design:hover,
.industry-we-serve .app-card-design:hover {
  background-color: #f8f8f8;
  box-shadow: 0 !important;
}
.app-card-design {
  position: relative;
}

.industry-we-serve .app-card-design {
  margin-bottom: 15px;
  padding: 20px;
}
.serve-img-div {
  width: 35%;
}
.serve-title-div {
  width: 80%;
}

.tech-used-div {
  margin-bottom: 10px;
}

/*.red-top-border {
  border-top: 2px solid #eb2f4a
}*/

/*Start CRM Devlopment Service page*/

.case-studies-sec {
  border-top: 2px solid #eb2f4a;
}
.crm-dev-cards .crm-services-left-box {
  background-color: #f6f2ed;
  padding: 100px 80px 100px 30px;
}
.padd-for-right-text {
  padding: 100px 30px 100px 80px !important;
}
.crm-dev-cards .crm-services-right-box {
  height: 100%;
  position: relative;
}
.crm-service-numbering-right {
  position: absolute;
  border-radius: 100%;
  padding: 10px;
  text-align: center;
  width: 89px;
  top: 70px;
  left: -44px;
}
.crm-service-numbering-left {
  position: absolute;
  border-radius: 100%;
  padding: 10px;
  text-align: center;
  width: 89px;
  top: 70px;
  right: -44px;
}
.testimonial-owl-div .crm-testimonials {
  border-radius: 10px;
  width: 380px;
  /* height: 451px; */
  overflow: hidden;
}
.crm-testimonials .crm-testimonials-img {
  width: 100%;
  height: 168px;
  /* border: 1px solid black; */
}
.crm-testimonials .crm-testimonials-content {
  padding: auto;
  background-color: #fff;
}
.crm-testimonials .crm-test-btn-div {
  background-color: rgb(255, 255, 255);
  border-top: 1px solid #eee;
}
.crm-test-btn-span {
  line-height: 55px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #eb2f4a;
}
.testimonial-owl-div .crm-testimonials:hover .crm-test-btn-div {
  background-color: #eb2f4a;
  transition: all 0.5s ease;
}
.testimonial-owl-div .crm-testimonials .crm-test-btn-div:hover {
  cursor: pointer;
}
.testimonial-owl-div .crm-testimonials:hover .crm-test-btn-span {
  color: #fff;
}
.crm-img-padd {
  padding: 27px;
  background-color: #ddd9d9;
}

.mob-v-gap {
  height: 2px;
  background-color: #ec394b;
}

/*End CRM Devlopment Service page*/

/*Start Case Study page css*/
.case-study-breadcrumb {
  padding-top: 60px;
  padding-bottom: 90px;
}

.case-study-list-row {
  margin-bottom: 40px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  /* border-bottom: 5px solid #ec394b;  */
  transition: all 0.3s;
}
.case-study-list-row:hover {
  box-shadow: none;
}

.case-study-list-row .padd-for-right-text {
  padding: 50px 30px 50px 80px !important;
}

.casestudy-gap {
  /* height: 5px;
  background-color: #ec394b;*/
  /*margin-bottom: 40px;*/
}

.case-study-detail-sec {
  padding: 80px 0 30px 0;
}
.case-study-div {
  margin-top: 40px;
}
.case-study-div .case-study-border {
  display: inline-block;
  border-bottom: 5px solid #eb2f4a;
  font-size: 18px;
  padding-bottom: 4px;
  text-transform: uppercase;
  font-weight: 600;
  color: #333333;
}
.case-study-div .case-title-top {
  font-size: 28px;
  margin-top: 20px;
}

.case-details-row {
}
.case-details-inner {
  position: relative;
  padding: 0;
  height: 100%;
}
.case-left-div {
}
.case-left-div .case-left-line {
  position: absolute;
  left: 0.25rem;
  top: 0;
  width: 0.5rem;
  height: 100%;
  background: #eee;
}
.case-left-div .case-left-title {
}
.case-left-div .case-small-line {
  position: absolute;
  width: 1rem;
  left: 0;
  top: 0;
  height: 4rem;
  border-radius: 9999px;
  transition: all 0.1s ease-in-out;
  background-color: #eb2f4a;
}
.case-left-div .case-title-text {
  font-size: 25px;
  padding: 10px;
  margin-left: 30px;
  color: #333333;
  font-weight: 700;
}

.case-right-div {
  font-size: 20px;
  padding-bottom: 70px;
}
.case-right-div p {
  margin-bottom: 15px;
}
.case-right-div ul {
  list-style: initial;
  padding-left: 30px;
}
.case-right-div ul li {
  margin-bottom: 10px;
}

/*End Case Study page css*/

/*Start CMS & Digital Marketing Service page*/

.cms-dig-title {
  line-height: 1.2;
}
.cms-dig-des,
.why-choose-div {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}

.cms-ecom-img {
  max-width: 150px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.cms-service-box {
    border: none;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    background: #fff;
    padding: 30px;
    height: 100%;
}
.why-choose-box {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border: 1px solid #eee;
}
.cms-service-box:hover {
    transform: translateY(-5px);
}
.cms-ecom-icon {
  max-width: 100px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.s-border-top {
  border-top: 2px solid #eb2f4a;
}
.s-border-bottom {
  border-bottom: 2px solid #eb2f4a;
}

.digital-reach-div {
/*  padding-right: 20px;*/
}
.digital-reach-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.digital-reach-list > li {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 10px 5px;
  border: 1px solid #eee;
}

.digital-rech-right {
  height: 100%;
/*  background-color: rgba(235, 47, 74, 1);*/
  background-color: #eb2f4a;
  border: 2px solid #eb2f4a;
  padding-top: 35px;
  text-align: center;
}

.digital-rech-r-title {
  background: #fff;
  padding: 10px;
  line-height: 1.2;
  color: #eb2f4a;
}

.dig-ser-card-design {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
/*  border: 2px solid #eee;*/
  border: 2px solid #eb2f4a;
  margin-bottom: 30px;
}
.dig-ser-card-design .dig-ser-img-div {
  width: 30%;
  padding: 10px;
/*  border-right: 2px solid #eb2f4a;*/
/*  background: #eb2f4a;*/
}
.dig-ser-card-design .dig-ser-desc-div {
  padding: 15px;
  width: 71%;
  background: #eb2f4a;
/*  color: #fff;*/
}
.dig-ser-desc-title {
  color: #fff;
}
.dig-ser-card-design .dig-ser-list {
  list-style: initial;
  padding-left: 15px;
}
.dig-ser-card-design .dig-ser-list li {
  line-height: 1.2;
  margin-bottom: 7px;
}
.dig-ser-card-design .dig-ser-list {

}
.dig-ser-card-design {

}
.dig-ser-card-design {

}

.dig-best-prac-outer {
  gap: 50px;
}
.dig-best-prac-div {
  padding: 30px;
  border: 1px solid #eee;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.dig-best-prac-div ul {
  list-style: initial;
  padding-left: 15px;
}
.dig-best-prac-div ul li {
  margin-bottom: 10px;
}
.dig-best-prac-div {
  
}

/*End CMS & Digital Marketing Service page*/


/*===== Start Industry Category page css =======*/
.industry-breadcrumb {
  max-width: 700px;
}

:root {
    --nomads-primary: #333333;
    --nomads-secondary: #eb2f4a;
    --nomads-accent: #eb2f4a;
    --nomads-light: #f5f5f5;
    --nomads-dark: #333333;
}

.section-subtitle {
    text-align: center;
    margin-bottom: 40px;
}

.section-subtitle .sec-title {
    font-weight: 600;
    font-size: 26px;
    position: relative;
    display: inline-block;
}
.section-subtitle .sec-title:after {
    content: '';
    width: 50px;
    height: 2px;
    background: var(--nomads-secondary);
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}
/* Image Category Cards */
.image-category-col {
/*  margin-bottom: 30px;*/
}

.image-category-owl .item {
  margin: 20px 12px;
}

.image-category-owl .owl-stage {
  padding: 0 !important;
}

.image-category-card {
    background: white;
    border: 1px solid #eee;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0,0,0,0.07);
/*    margin-bottom: 30px;*/
    height: 100%;
    position: relative;
}

.image-category-card .card-img-top {
    height: 200px;
    object-fit: cover;
    width: 100%;
}

.image-category-card .card-body {
    padding: 25px 15px 30px 15px;
}

.image-category-card .card-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    color: var(--nomads-dark);
}

.image-category-card .card-text {
    color: #666;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.6;
}

.image-category-card .btn-primary {
    background-color: var(--nomads-secondary);
    border: 0;
/*    border-color: var(--nomads-secondary);*/
    padding: 8px 20px;
    font-weight: 600;
    font-size: 14px;
    border-radius: 6px;
}
.image-category-card .btn-primary:hover {
    color: #ffffff;
    background-color: #333333;
}
.image-category-card .card-image {
/*    height: 220px;*/
    overflow: hidden;
    position: relative;
}
.image-category-card .icon-badge {
    position: absolute;
    top: 17px;
    right: 17px;
    width: 55px;
    height: 55px;
    background: var(--nomads-secondary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
/*    box-shadow: 0 4px 10px rgba(0,0,0,0.1);*/
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.image-category-card .icon-badge i {
    font-size: 22px;
}
.image-category-card:hover .card-image img {
    transform: scale(1.1);
}
.image-category-card:hover .icon-badge {
/*    transform: scale(1.1);*/
    background: var(--nomads-dark);
}
.image-category-card .card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.7));
}

.solution-item {
  display: flex;
  align-items: center;
  transition: all 0.2s ease;
  height: 100%;
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
}

.solution-item:hover {
  /*box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  background-color: #fff;*/
}

.solution-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(235, 47, 74, 0.1);
  color: #eb2f4a;
  border-radius: 8px;
  margin-right: 0.5rem;
  flex-shrink: 0;
}

.solution-icon i {
  font-size: 0.75rem;
}

.solution-item span {
  font-weight: 500;
  font-size: 0.8rem;
  color: #696969;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.solution-item .solution-icon {
  background-color: rgba(235, 47, 74, 0.1);
  color: #eb2f4a;
}

/* Horizontal Feature Cards */
.horizontal-feature-card {
    display: flex;
    background: white;
/*    border-radius: 12px;*/
    border: 2px solid #eb2f4a;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0,0,0,0.07);
/*    margin-bottom: 30px;*/
    height: 100%;
    position: relative;
}

.horizontal-feature-card .card-icon-side {
    flex: 0 0 120px;
    background: var(--nomads-light);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.horizontal-feature-card .card-icon-side i {
    font-size: 40px;
    color: var(--nomads-secondary);
}

.horizontal-feature-card .card-content-side {
    flex: 1;
    padding: 25px 25px 30px 25px;
    position: relative;
}

.horizontal-feature-card .card-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: var(--nomads-light);
    border-radius: 50px;
    padding: 5px 15px;
    font-size: 12px;
    font-weight: 600;
    color: var(--nomads-dark);
}

.horizontal-feature-card .card-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--nomads-dark);
}

.horizontal-feature-card .card-text {
    color: #666;
    font-size: 14px;
    margin-bottom: 20px;
}

.horizontal-feature-card .card-features {
    margin-bottom: 20px;
}

.horizontal-feature-card .feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    font-size: 14px;
}

.horizontal-feature-card .feature-icon {
    margin-right: 8px;
    color: var(--nomads-secondary);
    font-size: 10px;
}

.horizontal-feature-card .btn-learn {
    font-size: 16px;
    font-weight: 600;
    color: var(--nomads-secondary);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}
.horizontal-feature-card .btn-learn:hover {
  color: #333333;
}
.horizontal-feature-card .btn-learn i {
    margin-left: 5px;
    transition: all 0.3s ease;
}

.horizontal-feature-card:hover .btn-learn i {
  margin-left: 11px !important;
}

.horizontal-feature-card:hover .card-icon-side {
  background: var(--nomads-secondary);
}
.horizontal-feature-card:hover .card-icon-side i {
  color: #fff;
}
.horizontal-feature-card:hover .card-badge {
  background: var(--nomads-secondary);
  color: #fff;
}

/* Simple Feature Cards */
.simple-feature-owl .item {
  margin: 20px 12px;
}

.simple-feature-owl .owl-stage {
  padding: 0 !important;
}

.simple-feature-card {
    background: white;
    border-radius: 12px;
    border: 1px solid #eee;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0,0,0,0.07);
/*    margin-bottom: 30px;*/
    height: 100%;
    position: relative;
    padding: 25px 15px 30px 15px;
}

.simple-feature-card .card-header {
    display: flex;
    padding: 0;
    align-items: center;
    margin-bottom: 20px;
    background-color: #fff;
    border: 0;
}

.simple-feature-card .header-icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: var(--nomads-light);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    color: var(--nomads-secondary);
    transition: all 0.3s ease;
}

.simple-feature-card .header-icon i {
    font-size: 22px;
}

.simple-feature-card .header-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--nomads-dark);
    margin: 0;
}

.simple-feature-card .card-text {
    color: #666;
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.6;
}

.simple-feature-card .capability-list {
    margin-bottom: 35px;
}

.simple-feature-card .capability-item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
 
.simple-feature-card .capability-icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--nomads-light);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    flex-shrink: 0;
}

.simple-feature-card .capability-icon i {
    font-size: 10px;
    color: var(--nomads-secondary);
}

.simple-feature-card .capability-text {
    font-size: 14px;
    color: #555;
}

.simple-feature-card .card-footer {
    padding: 0px;
    background-color: #fff;
    border: 0;
}

.simple-feature-card .btn-secondary {
    background-color: var(--nomads-secondary);
    border: 0;
/*    border-color: var(--nomads-secondary);*/
    padding: 8px 20px;
    font-weight: 600;
    font-size: 14px;
    border-radius: 6px;
}
.simple-feature-card:hover .header-icon {
  background-color: var(--nomads-secondary);
  color: #fff;
}
.simple-feature-card .btn-secondary:hover {
    color: #ffffff;
    background-color: #333333;
}


/*===== End Industry Category page css =======*/


/*===== Start Tours and Travel page css =======*/

.tour-about-sec {

}
.travel-solutions {
    position: relative;
    padding: 0;
    overflow: hidden;
}

.travel-solutions-carousel {
    position: relative;
}
.travel-solutions-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.travel-solutions-item {
    position: relative;
    display: flex;
    align-items: center;
    color: white;
    height: 650px;
    overflow: hidden;
}

.travel-solutions-item .background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    filter: brightness(0.6);
    z-index: 1;
}

.travel-solutions-item .content-overlay {
    position: relative;
    z-index: 2;
    padding: 0 15%;
    width: 100%;
}

.travel-solutions-item .item-icon {
    color: #fff;
    display: inline-block;
    background: #eb2f4a;
    width: 100px;
    height: 100px;
    line-height: 1;
    border-radius: 10px;
    font-size: 70px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.travel-solutions-item .travel-sol-title {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 20px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.travel-solutions-item .item-description {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 25px;
    max-width: 700px;
}

.travel-solutions-item .feature-list {
    list-style-type: none;
    padding: 0;
}

.travel-solutions-item .feature-list li {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    font-size: 16px;
}

.travel-solutions-item .feature-list li i {
    color: #eb2f4a;
    margin-right: 15px;
    font-size: 24px;
}

.travel-solutions-carousel .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}

.travel-solutions-carousel .owl-dot {
    width: 15px;
    height: 15px;
    background: rgba(255,255,255,0.5) !important;
    border-radius: 50%;
    margin: 0 10px;
    transition: all 0.3s ease;
}

.travel-solutions-carousel .owl-dot.active {
    background: #eb2f4a !important;
    width: 25px;
    border-radius: 10px;
}

.nomads-icon-box {
    text-align: center;
    padding: 30px 20px;
    border: 1px solid #eee;
/*    margin-bottom: 30px;*/
    height: 100%;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.nomads-icon-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.nomads-icon-box .nomads-icon {
    font-size: 40px;
    color: #eb2f4a;
    margin-bottom: 20px;
}


.travel-section {
    padding: 5rem 0;
}

.travel-section-alt {
/*    background-color: var(--light-bg);*/
}

.travel-icon {
    width: 80px;
    height: 80px;
    background-color: rgba(235, 47, 74, 0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    color: #eb2f4a;
    font-size: 2rem;
    transition: all 0.3s ease;
}

.travel-service-card:hover .travel-icon {
    background-color: #eb2f4a;
    color: white;
    transform: translateY(-5px);
}

.travel-service-card {
    padding: 2rem;
    border-radius: 10px;
    background: white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
}

.travel-service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.travel-tech-box {
    background: white;
    border-top: 2px solid #eb2f4a;
    border-bottom: 2px solid #eb2f4a;
/*    border-radius: 10px;*/
    padding: 2rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
}

.travel-tech-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.accent-line {
    /*width: 50px;
    height: 3px;*/
    background-color: #eb2f4a;
    margin: 1rem 0;
    width: 60px;
    height: 3px;
/*    background: linear-gradient(90deg, #3b82f6, #2dd4bf);*/
/*    margin-bottom: 20px;*/
    border-radius: 2px;
}

/*.travel-process-step {
    position: relative;
    padding-left: 80px;
    margin-bottom: 2rem;
}

.step-number {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    background-color: #eb2f4a;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
}*/

.travel-cta {
    background: linear-gradient(135deg, #eb2f4a, #c12239);
    padding: 4rem 0;
    color: #fff;
}

.fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.fade-in.active {
    opacity: 1;
    transform: translateY(0);
}

.travel-tour-box {
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  
}
.travel-tour-box .travel-tour-img {
  transition: all 0.3s ease;
}
.travel-tour-box:hover .travel-tour-img {
/*  box-shadow: 0;*/
/*  margin-top: -5px;*/
transform: scale(1.1);
}

.travel-tour-box .card-body {
  padding: 30px;
  height: 100%;
  background: #1e293b;
  color: #fff;
}
.travel-tour-box .card-text {
  font-size: 16px;
  line-height: 1.6;
/*  color: #64748b;*/
}
.travel-tour-box .card-title {
  font-size: 22px;
  font-weight: 600;
/*    color: #1e293b;*/
    color: #fff;
    margin: 0 0 12px 0;
}


@media (max-width: 992px) {
    .travel-solutions-item {
        height: 500px;
    }

    .travel-solutions-item .content-overlay {
        padding: 5%;
    }

    .travel-solutions-item .travel-sol-title {
        font-size: 32px;
    }

    .travel-solutions-item .item-description {
        font-size: 16px;
    }

    .travel-solutions-item .item-icon {
        font-size: 40px;
        width: 60px;
        height: 60px;
    }

    .app-dev-cards .app-card-design {
      height: auto;
      margin-bottom: 20px;
    }
}

@media (max-width: 576px) {
    .travel-solutions-item {
        height: 550px;
    }

    .travel-solutions-item .travel-sol-title {
        font-size: 28px;
    }

    .travel-solutions-item .item-description {
        font-size: 14px;
    }

    .travel-solutions-item .item-icon {
        font-size: 40px;
    }
}

/*===== End Tours and Travel page css =======*/




@media (min-width: 768px) {
  .case-right-div .case-title-text {
    display: none;
  }
}
@media (max-width: 767px) {
  .case-study-list-row .padd-for-right-text {
    padding-left: 30px !important;
  }
  .case-study-breadcrumb {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .case-left-div .case-title-text {
    display: none;
  }
  .case-right-div .case-title-text {
    font-size: 22px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 20px;
  }
  .case-right-div {
    padding-bottom: 40px;
  }
}

/*==== End Service Mobile App page css========*/

/*===========================
    Media Query css
===========================*/

@media (max-width: 1199.98px) {
  .body-wrapper {
    padding-top: 75px;
  }
}
@media (max-width: 991px) {
  .home-banner-content .heading {
    font-size: 34px;
  }
  .home-banner-content {
    padding: 50px 0 0 70px;
  }
  .home-banner-img {
    margin-top: 15px;
  }
  .contact-info.sytle-one .contact-list-item .content {
    margin-top: 25px;
  }
  /*.service-img-mob-view {
    display: none;
  }
  .service-text-box {
    max-width: 100%;
  }
  .service-enquire-btn .service-btn {
    width: 80%;
  }*/

  /*CRM Devlopment*/
  .crm-service-numbering-left {
    display: none;
  }
  .crm-service-numbering-right {
    display: none;
  }
  .crm-dev-cards .crm-services-right-box {
    height: 100%;
  }

  /*CRM Devlopment*/
}
@media (max-width: 767px) {
  .home-banner-content .heading {
    font-size: 28px;
  }
  .home-banner-content {
    padding: 30px 0 0 0px;
  }

  .brand-logo-slider-div {
    padding: 10px 0 0 0;
  }

  .about-three-box .about-box-div {
    margin-bottom: 15px;
  }

  .service-img-div {
    padding: 15px 0;
    text-align: center;
  }

  /*CRM Devlopment*/
  .crm-dev-cards .crm-services-right-box {
    height: 300px;
  }

  .padd-for-right-text {
    padding: 15px !important;
  }
  .crm-dev-cards .crm-services-left-box {
    background-color: #f6f2ed;
    padding: 15px;
  }
  .crm-dev-cards .mob-v-gap {
    /*margin: 20px 0 20px 0;*/
  }
  .industry-we-serve .app-card-design {
    padding: 7px;
  }
  /*CRM Devlopment*/
  .cms-dig-des .f-20 {
    font-size: 18px;
  }
  .cms-service-box {
    height: auto;
    padding: 15px 10px !important;
  }
  .cms-ecom-img,
  .cms-ecom-icon {
    max-width: 70px;
  }

  .dig-ser-card-design {
    margin-bottom: 15px;
  }
  .dig-ser-card-design .dig-ser-desc-div {
    padding: 10px;
  }

  .dig-best-prac-outer {
    gap: 10px;
  }
  .dig-best-prac-div {
    padding: 15px;
  }


  /* Industry Category list page  */
  .section-subtitle .sec-title {
    font-size: 22px;
  }
  .solution-item {
    margin-bottom: .2rem;
  }
  .image-category-owl .item {
    margin: 0 12px 20px 12px;
  }
  .image-category-card .card-image {
    height: 160px;
  }
  .image-category-card .card-body {
    padding: 10px 10px 15px 10px;
  }
  .image-category-card .card-title,
  .horizontal-feature-card .card-title,
  .simple-feature-card .header-title {
    font-size: 17px;
  }

  .horizontal-feature-card .card-icon-side {
    flex: 0 0 70px;
  }
  .horizontal-feature-card .card-icon-side i {
    font-size: 26px;
  }
  .horizontal-feature-card .card-content-side {
    padding: 15px 10px;
  }
  .horizontal-feature-card .card-badge {
    top: 7px;
    right: 5px;
    font-size: 11px;
  }
  .simple-feature-owl .item {
    margin: 0 12px 20px 12px;
  }

  .travel-tour-box .travel-tour-img {
    height: 230px !important;
  }
  .travel-section {
    padding: 3rem 0;
  }

  /*  Technology list page css */

  .tech-grid {
        grid-template-columns: 1fr;
    }
    
    .filter-tabs .nav-link {
        padding: 0.75rem 1rem;
        font-size: 0.875rem;
    }
    .filter-tabs .nav-link.active::after {
      left: 1rem;
      right: 1rem;
    }
}

@media (max-width: 599.98px) { 
  .simple-feature-owl .item,
  .image-category-owl .item {
    margin: 0 0 20px 0;
  }

}




/*=============================================================
---------------------Header-Menu-Redesign---------------------
===============================================================*/

.navbar .custom-dropdown {
/*    position: static;*/
}

.navbar .custom-dropdown-menu {
    width: 1280px;
    left: -380px;
}

.menu-list > ul > li:nth-child(3) .custom-dropdown-menu {
  left: -510px;
}
.navbar .custom-dropdown-menu.industry-dropdown {
/*    left: -510px;*/
}
.menu-list > ul > li:nth-child(4) .custom-dropdown-menu {
  left: -610px;
}
/* shows the dropdown menu on hover */
.navbar .custom-dropdown .custom-dropdown-menu {
    /*display: block;
    visibility: visible;
    opacity: 1;*/
    /* transition: visibility 0s, opacity 0.2s linear; */
}

.sub-menu-list .submenu-p-title {
    color: #212529 !important;
    font-size: 18px !important;
    font-weight: 700;
}
.sub-menu-list .sub-menu-link {
    text-align: left;
    display: inline-block;
    width: 100%;
}
.sub-menu-list .sub-menu-link:hover .sub-menu {
    color: #1e2125;
    background-color: #e9ecef;
}
.sub-menu-list .sub-menu {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    text-align: left;
    width: 100%;
    border-left: 3px solid #eb2e4a;
    padding: 15px;
    margin-bottom: 15px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .05);
    transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.sub-menu-list .sub-menu .left {
    
}
.sub-menu-list .sub-menu .right {
    padding: 5px;
    background-color: #eee;
    width: 37px;
    height: 37px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
/*    border: 1px solid #eb2e4a;*/
}

.sub-menu-list .sub-menu a {
    
}
.sub-menu-list .sub-menu .sub-menu-desc {
    color: #848484;
    font-size: 15px;
}

.sub-menu-list .sub-menu a:hover {
    /*color: #eb2f4a;
    background: none;*/
}

.sub-menu-list .sub-menu i {
    color: #eb2f4a;
    font-size: 20px;
}

.sub-menu-list .sub-menu {
    display: flex;
    justify-content: start;
    gap: 30px;
}

.technology-dropdown {
/*  display: block !important;*/
}
.technology-dropdown .sub-menu-list .sub-menu {
  border: 0;
  box-shadow: none;
  margin-bottom: 0;
  padding: 10px;
}
.technology-dropdown .sub-menu-list .sub-menu .right {
  width: 45px;
  height: 45px;
  background: linear-gradient(135deg, #eb2f4a, #991b1b);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
/*  box-shadow: 0 20px 40px rgba(197, 48, 48, 0.3);*/
  position: relative;
  z-index: 2;
}
.technology-dropdown .sub-menu-list .sub-menu i {
  font-size: 30px;
  color: #fff;
}
.technology-dropdown .sub-menu-list .submenu-p-title {
  position: relative;
}
.technology-dropdown .sub-menu-list .submenu-p-title:after {
  content: '\f061';
  position: absolute;
  top: 5px;
  right: -25px;
  display: block;
  font-size: 18px;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transition: all 0.4s;
  opacity: 0;
}
.technology-dropdown .sub-menu-list .sub-menu-link:hover .sub-menu {
  background: #fff;
}
.technology-dropdown .sub-menu-list .sub-menu-link:hover .submenu-p-title:after {
  opacity: 1;
  right: -35px;

}
.technology-dropdown .sub-menu-list .sub-menu-link:hover .right {
  background: #212529;
}

@media (max-width: 1199.98px) {
    .navbar .custom-dropdown-menu {
        width: auto;
    }
    .sub-menu-list .sub-menu .sub-menu-desc {
        display: none;
    }

    .sub-menu-list .sub-menu {
        gap: 15px;
        padding: 7px;
        margin-bottom: 5px;
    }
    .sub-menu-list .submenu-p-title {
        font-size: 14px !important;
    }
    .sub-menu-list .sub-menu .right {
        height: 25px;
        width: 25px;
    }
    .sub-menu-list .sub-menu i {
        font-size: 15px;
    }

    .technology-dropdown .sub-menu-list .sub-menu {
      padding: 5px;
    }
    .technology-dropdown .sub-menu-list .sub-menu .right {
      height: 25px;
      width: 25px;
      border-radius: 5px;
    }
    .technology-dropdown .sub-menu-list .sub-menu i {
      font-size: 20px;
    }
}

/*===== Ankit css ======*/


/* default class */
.sec-pad-80 {
    padding: 80px 0px;
}

.sec-pad-top-80 {
    padding-top: 80px;
}

.sec-pad-bot-80 {
    padding-bottom: 80px;
}

.sec-mb-80 {
    margin-bottom: 80px;
}

.sec-mt-80 {
    margin-top: 80px;
}

.bg-success-theme {
    background-color: #d2f2d4;
}

/*=============================================================
----------------------Event-Page-------------------------------
===============================================================*/

/* event-type-card */
.event-type-card-item {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    color: #ffffff;
    font-size: 16px;
    margin: 0px auto;
    max-width: 310px;
    min-width: 250px;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 100%;
    border-radius: 10px;
}

.event-type-card-item * {
    box-sizing: border-box;
    transition: all 0.25s ease;
}

.event-type-card-item img {
    max-width: 100%;
    vertical-align: top;
    position: relative;
}

.event-type-card-item figcaption {
    padding: 25px 20px 25px;
    position: absolute;
    bottom: 0;
    z-index: 1;
}

.event-type-card-item figcaption:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* background: #700877; */
    content: '';
    background: linear-gradient(90deg, #333333 0%, #eb2f4a 100%, #eb2f4a 100%);
    opacity: 0.8;
    z-index: -1;
}

.event-type-card-item .number {
    background-color: #fff;
    border-radius: 50%;
    color: #eb2f4a;
    font-size: 18px;
    font-weight: 700;
    min-height: 48px;
    min-width: 48px;
    padding: 10px;
    position: absolute;
    right: 15px;
    text-align: center;
    text-transform: uppercase;
    top: -25px;
}

.event-type-card-item h3,
.event-type-card-item p {
    margin: 0;
    padding: 0;
}

.event-type-card-item h3 {
    display: inline-block;
    font-weight: 700;
    letter-spacing: -0.4px;
    margin-bottom: 5px;
}

.event-type-card-item p {
    font-size: 0.8em;
    line-height: 1.6em;
    margin-bottom: 0px;
}

.event-type-card-item a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
}

.event-type-card-item:hover img {
    transform: scale(1.1);
}

/* event-benefit-card */
.event-benefit-card {
    min-width: 300px;
    min-height: 180px;
    background: #fff;
    border-radius: 20px;
    border: 5px solid #fff;
    margin: auto;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px,
        rgba(0, 0, 0, 0.23) 0px 6px 6px;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.event-benefit-card:hover {
    transform: scale(1.05);
}

.event-benefit-card .card-header-icon {
    height: 100px;
    width: 100%;
    /* background: #eb2f4a; */
    border-radius: 100% 0% 100% 0% / 0% 50% 50% 100%;
    display: grid;
    place-items: center;
    background: linear-gradient(to bottom right, #eb2f4a, #fff);

}

.event-benefit-card .card-header-icon i {
    color: #fff;
    font-size: 50px;
}

.event-benefit-card .card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90%;
    margin: 10px auto;

}

.event-benefit-card .card-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    margin: 10px 0px;
    color: #eb2f4a;

}

.event-benefit-card .card-text {
    text-align: left;
    font-size: 14px;
    margin-bottom: 10px;
}

.event-benefit-card .card-number {
    border: none;
    border-radius: 50%;
    padding: 5px 8px;
    color: #fff;
    background: linear-gradient(to left, #eb2f4a, #fff);
}


/*=============================================================
----------------------Education-Page---------------------------
===============================================================*/


.education-feature-card {
    position: relative;
    padding: 15px;
    box-shadow: 5px 4px 3px 0px rgba(0, 0, 0, 0.13);
    background: #fff;
    transition: all .2s ease-in-out;
    /* min-height: 240px; */
    height: 100%;

}

.education-feature-card:hover {
    transform: scale(1.02);
}

.education-feature-card .icon-div {
    display: flex;
    justify-content: center;
    align-items: center;
}


/* vertical line */
/* .education-feature-card::after {
    content: '';
    position: absolute;
    background-color: #eb2f4a;
    width: 4px;
    height: 100%;
    bottom: 0;
    left: 0;

} */

/* horizontal line */
.education-feature-card::before {
    content: '';
    position: absolute;
    background-color: #eb2f4a;
    width: 100%;
    height: 4px;
    top: 0;
    left: 0;

}

.education-feature-card .icon-div {
    width: 80px;
    height: 80px;
    background: #fff;
    padding: 0px 25px;
    box-shadow: 10px 10px 10px -7px rgba(0, 0, 0, 0.44) inset;
}

.education-feature-card i {
    color: #eb2f4a;
    font-size: 30px;
}


/*=============================================================
----------------------E-Commerce-Page--------------------------
===============================================================*/

.e-commerce-benefit-list li i {
    color: #eb2f4a;
    margin-right: 15px;
    font-size: 16px;
}

.e-commerce-roi {
    border-radius: 15px;
    /* min-width: 280px; */
}

/* e-commerce-features-card */

.ecommerce-features .feature-item {
    position: relative;
    box-shadow: 12px 11px 5px -7px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    z-index: 1;
    border: 1px solid #eb2f4a;
    background-color: #fff;
}


.ecommerce-features .feature-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-radius: 10px;
    /* background: rgba(0, 58, 102, 0.1); */
    background: #eb2f4a;
    z-index: -1;
    transition: all 0.5s ease;
}

.ecommerce-features .feature-item:hover::after {
    height: 100%;
}

.ecommerce-features .feature-item .feature-icon {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid;
    /* background: ; */
    /*    box-shadow: -10px -9px 6px -4px rgba(0, 0, 0, 0.15);*/
    transition: all 0.4s ease;
}

.ecommerce-features .feature-item .feature-icon i {
    transition: all 0.5s ease;
    color: #eb2f4a;
}

.ecommerce-features .feature-item:hover .feature-icon i {
    color: #eb2f4a !important;
    transform: rotate(360deg);
    transition: all 0.5s ease;
}

.ecommerce-features .feature-item:hover .feature-icon {
    border-radius: 50%;
    background: #fff !important;
}

.ecommerce-features .feature-item:hover .feature-content,
.ecommerce-features .feature-item:hover h4,
.ecommerce-features .feature-item:hover li i {
    color: #fff;
    transition: all 0.5s ease;
}


.chart-container {
    min-width: 240px;
    min-height: 280px;
}


/*=============================================================
----------------------Transport-Logistic-Page------------------
===============================================================*/


/* tab */
.commonTab .nav {
    border: none;
    /* background-color: #202028; */

    border-radius: 6px;
    /* border: 1px solid #eb2f4a; */
}

@media (max-width: 1199.98px) {
    .commonTab .nav {
        overflow-y: hidden;
        overflow-x: scroll;
        width: 100%;
        scrollbar-width: thin;
        scrollbar-color: #333 #fff;
    }
}

.commonTab .nav-link {
    padding: 15px;
    /* line-height: 1.25; */
    color: #fff;
    min-width: 165px;
}

.commonTab .nav-link .nav-text {
    font-size: 18px;
    color: #333333;
    font-weight: 600;
}

.commonTab .nav-link.active {
    color: #fff;
    background: #eb2f4a;
}

.commonTab .nav-link.active .nav-text {
    color: #fff;
}

/* transport-features-card */
.transport-feature-card {
    transition: all 0.3s ease;
    position: relative;
    border-radius: 10px;
    border: 1px solid #333;
    margin: 0px auto;
    width: 100%;
}

.common-feature-icon {
    color: #fff;
}

.transport-feature-card .card-icon-div {
    /* background: #333; */
    background: #f8f8f8;
    padding: 30px;
    border-radius: 0px 0px 15px 15px;
    width: 100px;
    height: 100px;
    position: relative;
    left: 20px;
    top: 0px;
    transition: all 0.7s ease;
    z-index: 0;

}

.transport-feature-card:hover .card-icon-div {
    background: #eb2f4a;

}


/* logistic-type-card */

.logistic-type-card {
    border-radius: 10px;
    border: 1px solid #eb2f4a;
    overflow: hidden;
    height: 100%;
    /* max-width: 310px; */
    margin: 0 auto;
    transition: all 0.4s ease;
}

.logistic-type-card .card-icon-div {
    background: var(--nomads-light);
    /* height: 100px; */
    transition: all 0.3s ease;
    padding: 25px;
}

.logistic-type-card .card-icon-div i {
    font-size: 45px;
    color: var(--nomads-secondary);
}

.logistic-type-card:hover {
    transform: scale(1.03);
}

/*=============================================================
----------------------Banking-Finance-Page---------------------
===============================================================*/

.banking-features {
    position: relative;
    z-index: 4;
}

.banking-features::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-image: url("/img/industry/banking/bg-banking.png");
    background-size: cover;
    /* background-position: 50% 50%; */
    opacity: 0.05;
    z-index: -1;
}

.banking-features .specialized-sol-card,
.bank-types-sec .traditional-banking-card {
    background: #fff;
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 1px 1px 4px 4px rgba(0, 0, 0, 0.03);
    margin: 0px auto;
    transition: all 0.5s ease-in-out;
}

.banking-features .specialized-sol-card:hover,
.bank-types-sec .traditional-banking-card:hover {
    border: 1px solid #eb2f4a;
}

.bank-types-sec .traditional-banking-card {
    position: relative;
    width: 100%;
    background: rgba(255, 255, 255, 0.4);
}

.traditional-banking-card::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    opacity: 0.08;
}

.traditional-banking-card.one::before {
    background-image: url("../img/industry/banking/commercial-bg.png");
}

.traditional-banking-card.two::before {
    background-image: url("../img/industry/banking/retail-bg.png");
}

.traditional-banking-card.three::before {
    background-image: url("../img/industry/banking/global-bg.png");
}

.traditional-banking-card.four::before {
    background-image: url("../img/industry/banking/credit-bg.png");
}

.traditional-banking-card.five::before {
    background-image: url("../img/industry/banking/loan-bg.png");
}

.traditional-banking-card.six::before {
    background-image: url("../img/industry/banking/central-bg.png");
}

/*=============================================================
----------------Healthcare-And-Lifescience-Page----------------
===============================================================*/


.healthcare-features .nav .nav-link {
    background-color: #e3e3e3;
    margin-bottom: 10px;
}

.healthcare-tab-content {
    border: 2px solid #eb2f4a;
}

.tab-pan-outer .img-div {
    min-height: 350px;
}

.tab-pan-outer .img-div img {
    object-fit: cover;
}

.healthcare-features .nav .nav-link i {
    color: #eb2f4a;
}

.healthcare-features .nav .nav-link.active {
    background: #eb2f4a;
}

.healthcare-features .nav .nav-link.active h4,
.healthcare-features .nav .nav-link.active i {
    color: #FFFFFF !important;
}

.health-sector-sec {
    position: relative;
    z-index: 0;
}

.health-sector-sec::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url("../img/industry/healthcare/sthetoscope.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.08;
    z-index: -1;
}

.health-sector-sec .health-sector-card {
    border: 1px solid #b0b0b0;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 1px 1px 4px 4px rgba(0, 0, 0, 0.03);
    margin: 0px auto;
    transition: all 0.5s ease-in-out;
    background: rgba(255, 255, 255, 0.4);
}

.health-sector-sec .health-sector-card:hover {
    border-color: #eb2f4a;
}

/*=============================================================
----------------Retail-And-Manufacturing-Page------------------
===============================================================*/

.retail-manufacturing-sec .retail-sol-left-side {
    border: 2PX solid #333;
    padding: 30px;
    border-radius: 8px;
    background: #fff
}

.retail-manufacturing-sec .retail-sol-card {
    position: relative;
    padding: 10px;
}

/* vertical line */
.retail-manufacturing-sec .retail-sol-card::after {
    content: '';
    position: absolute;
    background-color: #eb2f4a;
    width: 1.5px;
    height: 50%;
    top: 0;
    left: 0;

}

/* horizontal line */
.retail-manufacturing-sec .retail-sol-card::before {
    content: '';
    position: absolute;
    background-color: #eb2f4a;
    width: 30%;
    height: 2px;
    top: 0;
    left: 0;

}

.industry-sector-sec .industry-sector-card {
    border: 1px solid #b0b0b0;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 1px 1px 4px 4px rgba(0, 0, 0, 0.03);
    margin: 0px auto;
    transition: all 0.5s ease-in-out;
    background: rgba(255, 255, 255, 0.4);
}

.industry-sector-sec .industry-sector-card:hover {
    border-color: #eb2f4a;
}


/* sector-carousel start */
/* .sector-carousel .owl-stage {
    display: flex;
    align-items: stretch;

} */

.sector-carousel .sector-item {
    position: relative;
    border: 1px solid #eb2f4a;
    transition: 0.5s;
}

.sector-carousel .sector-item .sector-content {
    background: var(--bs-white);
}

.sector-carousel .sector-item .sector-img {
    position: relative;
    overflow: hidden;
}

.sector-carousel .sector-item .sector-img img {
    transition: 0.5s;
}

.sector-carousel .sector-item:hover .sector-img img {
    transform: scale(1.3);
}

.sector-carousel .sector-item .sector-img::after {
    content: "";
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: skew(100deg);
    background: #eb2f4a;
    border: none;
    transition: 0.5s;
    z-index: -1;
}

.sector-carousel .sector-item .sector-img::before {
    content: "";
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: skew(-100deg);
    background: rgba(12, 24, 68, 1);
    ;
    border: none;
    transition: 0.5s;
    z-index: -1;
}

.sector-content .sector-heading {
    transform: skew(8deg);
    /* background: rgba(12, 24, 68, 1); */
    background: #eb2f4a;
}

.sector-content .sector-heading div {
    transform: skew(-4deg);
}

.sector-content .sector-heading h4 {

    color: #FFFFFF !important;
}

.sector-carousel .owl-dots {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.sector-carousel .owl-dots .owl-dot {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: 30px 10px 0 10px;
    background: rgba(255, 255, 255, 0.5);
    /* transform: skew(18deg); */
    transition: 0.5s;
}
.sector-carousel .owl-dots .owl-dot.active {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #eb2f4a;
    transition: all 0.5s ease;
}

.sector-carousel .owl-dots .owl-dot span {
    position: relative;
    margin-top: 50%;
    margin-left: 50%;
    transform: translate(-50%, -50%);
    margin-right: -1px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.sector-carousel .owl-dots .owl-dot.active span::after {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: #eb2f4a;
}

.sector-carousel .owl-dots .owl-dot span::after {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: absolute;
    /* top: 50%; */
    left: 0;
    transform: translateY(-50%);
    margin-top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #b0b0b0;
    transition: 0.5s;
}

.sector-carousel .owl-stage {
    display: flex;
}

.sector-carousel .item {
    display: flex;
    flex: 1 0 auto;
    height: 100%;
}

.sector-carousel .sector-item {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin: 0 2px;
}

/* sector-carousel end */


/*=============================================================
----------------Real-Esatet-And-Construction-Page--------------
===============================================================*/

/* .real-estate-sec .real-estate-left-content {

    border: 2px solid #333;
    padding: 20px;
    border-radius: 8px;
} */

.real-estate-sec .real-estate-feature-card {
    position: relative;
    padding: 15px;

}

.real-estate-sec .real-estate-feature-card .number-div {
    padding: 6px 10px;
    background-color: white;
    border: 2px solid #eb2f4a;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    border-radius: 50%;
    position: absolute;
    top: 35%;
    bottom: 35%;
    left: -5px;
    margin-right: 4px;
}

.real-estate-sec .real-estate-feature-card .icon-div {
    padding-left: 20px;

}

/* vertical line */
.real-estate-sec .real-estate-feature-card::before {
    content: '';
    position: absolute;
    background-color: #eb2f4a;
    width: 3px;
    height: 70%;
    top: 15%;
    bottom: 15%;
    left: 10px;
}

/* estate sector card */

.real-estate-sector-sec .estate-card {
    width: 100%;
    max-width: 350px;
    /*    min-height: 400px;*/
    height: 100%;
    margin: 0px auto;
    background-color: #fff;
    border-radius: 0 7rem;
    box-shadow: 0 -2px 4px #eb2f4a, 0 4px 4px #f8f8f8;
    padding-bottom: 20px;
}

.estate-card .image {
    width: 100%;
    max-width: 350px;
    min-height: 225px;
    border-radius: 0 7rem;
}

/*=============================================================
------------------------Blogs-List-Page-------------------------
===============================================================*/

/* blogs */

.category-blogs .blog-card {
    /* border: 1px solid #c6c4c4; */
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    margin: 0 auto;
    background: #fff;
    width: 100%;
    max-width: 350px;
    height: 100%;
    transition: all 0.5s ease;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2);
}

/*.category-blogs .owl-stage {
    display: flex;   
}
.category-blogs .item {
    display: flex;
    flex: 1 0 auto;
    height: 100%;
    margin: 2px;
}
.category-blogs .blog-card {
    display: flex;
    flex-direction: column;
    align-items: stretch;  
}
*/
.category-blogs .owl-stage {
    display: flex !important;
}

.category-blogs .owl-item {
    display: flex !important;
    height: auto !important;
}

.category-blogs .owl-item .item,
.category-blogs .owl-item .card,
.category-blogs .owl-item .content {
    flex: 1;
    display: flex;
    flex-direction: column;
}


.blog-card .blog-content {
    padding: 20px 15px;
}
.blog-card .publish-date {
    font-size: 15px;
}
.blog-card .blog-category {
    border-radius: 5px;
    width: fit-content;
    font-size: 11px;
    padding: 3px 8px;
    background: #eb2f4a;
    color: #fff
}

.blog-card .blog-heading {
    margin-top: 15px;
}

.blog-category-tabs .blog-category-tab-list {
    border: none;
}

.blog-category-tab-list .blog-nav-link {
    border-radius: 15px;
    width: fit-content;
    border: 1px solid #333;
    font-size: 14px;
    padding: 5px 10px;
    background: #f8f8f8;
    color: #333
}

.blog-category-tab-list .blog-nav-link:hover {

    border: 1px solid #eb2f4a;
}

.blog-category-tab-list .blog-nav-link.active {
    background: #eb2f4a;
    color: #fff;
    border-color: #eb2f4a;
}


/*=============================================================
----------------------Blogs-Detail-Page------------------------
===============================================================*/


.blog-banner .blog-category {
    border: 1px solid #eb2f4a;
    padding: 5px 12px;
    color: #eb2f4a;
    width: fit-content;
    border-radius: 0px;
    margin: 5px;
    display: inline-block;
}


/* featured blog */

.sec-blog-line {
    border: 2px double #b7b7b7;
    width: 100%;
}

.featured-blogs-sec .featured-blog {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    max-width: 320px;
    height: 450px;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    margin: 1px auto;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
    cursor: pointer;
}

.featured-blogs-sec .featured-blog:hover {
/*    opacity: .9;*/
}

.featured-blog img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.featured-blog .blog-content-overlay h3 {
    color: #FFFFFF;
}

.featured-blog .blog-overlay {
    width: 100%;
    height: 100%;
    /* background-color: rgba(0, 0, 0, 0.4); */
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6)50%, rgba(0, 0, 0, 0.4) 60%, rgba(3, 2, 2, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.featured-blog .blog-content-overlay {
    padding: 25px;
    color: #FFFFFF;
    position: absolute;
    bottom: 10px;
    left: 0;
    z-index: 999
}

.featured-blog .featured-blog-category {
    border-radius: 5px;
    width: fit-content;
    font-size: 12px;
    padding: 3px 10px;
    background: #eb2f4a;
    color: #fff
}



.featured-blog-carousel .owl-dots {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.featured-blog-carousel .owl-dots .owl-dot {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: 30px 10px 0 10px;
    background: rgba(255, 255, 255, 0.5);
    /* transform: skew(18deg); */
    transition: 0.5s;
}

.featured-blog-carousel .owl-dots .owl-dot.active {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #eb2f4a;
    transition: all 0.5s ease;
}

.featured-blog-carousel .owl-dots .owl-dot span {
    position: relative;
    margin-top: 50%;
    margin-left: 50%;
    transform: translate(-50%, -50%);
    margin-right: -1px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.featured-blog-carousel .owl-dots .owl-dot.active span::after {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: #eb2f4a;
}

.featured-blog-carousel .owl-dots .owl-dot span::after {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: absolute;
    /* top: 50%; */
    left: 0;
    transform: translateY(-50%);
    margin-top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #b0b0b0;
    transition: 0.5s;
}


/**********************************************************/
/*                     Responsive CSS                     */
/**********************************************************/

@media (max-width: 767.98px) {
    .sec-pad-80 {
        padding: 40px 0;
    }

    .sec-pad-top-80 {
        padding-top: 40px;
    }

    .sec-pad-bot-80 {
        padding-bottom: 40px;
    }

    .sec-mb-80 {
        margin-bottom: 40px;
    }

    .sec-mt-80 {
        margin-top: 40px;
    }
}

/* real-estate-page */

@media (max-width: 576px) {

    .real-estate-sec .real-estate-feature-card {

        padding-left: 40px;

    }

    .real-estate-sec .real-estate-feature-card .icon-div {
        padding-left: 0px;
    }
}




/*Vishakha Css New */

/* ========================================
   1. Section Title
======================================== */
.java-tech-title {
    text-align: center;
    margin-bottom: 60px;
}
.java-tech-title h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 15px;
}
.java-tech-title p {
    font-size: 1.2rem;
    color: #718096;
    max-width: 700px;
    margin: 0 auto;
}

/* ========================================
   2. Technology Section
======================================== */
.technology {
    background-color: #f6f2ed;
}
.java-track .tech-stack {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    margin-top: 50px;
}
.java-track .tech-category {
    background: white;
    padding: 30px 25px;
    border-radius: 8px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.06);
    text-align: center;
    transition: transform 0.3s ease;
}
.java-track .tech-category:hover {
    transform: scale(1.02);
}
.java-track .tech-category h4 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 12px;
}
.java-track .tech-category p {
    color: #718096;
    font-size: 0.95rem;
}

/* ========================================
   3. Java Services
======================================== */
.java-services .services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-top: 50px;
}
.java-services .service-card {
    background: white;
    padding: 30px 20px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border-top: 4px solid #eb2f4a;
    font-size: 14px;
}
.java-services .service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}
.java-services .service-card h3 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 15px;
}
.java-services .service-card p {
    color: #718096;
    margin-bottom: 25px;
    line-height: 1.7;
}

/* ========================================
   4. Benefits Section
======================================== */
.java-benefit .benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 50px;
}
.java-benefit .benefit-item {
    text-align: center;
    padding: 20px 20px;
}
.java-benefit .benefit-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #eb2f4a 0%, #a24b6ce5 100%);
    color: white;
    border-radius: 50%;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 25px;
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
}
.java-benefit .benefit-item h3 {
    font-size: 1.4rem;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 15px;
}
.java-benefit .benefit-item p {
    color: #718096;
    line-height: 1.6;
}

/* ========================================
   5. Process Section
======================================== */
.java-process .process-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 50px;
}
.java-process .process-step {
    position: relative;
    background: white;
    padding: 35px 25px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
    text-align: center;
}
.java-process .step-number {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    background: #eb314c;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.2rem;
}
.java-process .process-step h4 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #2d3748;
    margin-top: 10px;
    margin-bottom: 15px;
}
.java-process .process-step p {
    color: #718096;
    font-size: 0.95rem;
    line-height: 1.6;
}

/* ========================================
   6. Tech Section
======================================== */
.java-tech-section {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 60px 10%;
    background: #0d0d12;
    gap: 50px;
}
.java-tech-left {
    flex: 1;
}
.java-tech-left h2 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 25px;
    line-height: 1.3;
    color: #fff;
}
.java-tech-left img {
    width: 100%;
    border-radius: 8px;
}
.java-tech-right {
    flex: 1.2;
}
.java-tech-right p {
    color: #b5b5b5;
    line-height: 1.6;
    margin-bottom: 25px;
}
.java-tech-right .feature-item {
    margin-bottom: 20px;
}
.java-tech-right .feature-item h4 {
    font-size: 18px;
    margin-bottom: 8px;
    font-weight: bold;
    position: relative;
    padding-left: 20px;
    color: #fff;
}
.java-tech-right .feature-item h4::before {
    content: "";
    width: 3px;
    height: 100%;
    background: #e63946;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 2px;
}
.java-tech-right .feature-item p {
    font-size: 14px;
    color: #d1d1d1;
    margin: 0;
    line-height: 1.5;
    padding-left: 20px;
}

/* ========================================
   7. Java Development Slider
======================================== */
/*.java-development h2 {
    font-size: 2.5rem;
    margin-bottom: 10px;
}
.java-development p {
    margin-bottom: 40px;
    color: #bbb;
}*/
.java-development .slider {
    position: relative;
    max-width: 90%;
    margin: auto;
    overflow: hidden;
    border-radius: 10px;
}
.java-development .slides-wrapper {
    display: flex;
    transition: transform 0.6s ease-in-out;
}
.java-development .slide-content {
    flex: 1;
    padding: 40px;
    text-align: center;
}
.java-development .slide-content h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #fff;
}
.java-development .slide-content p {
    color: #ccc;
}
.java-development .slide-image {
    flex: 1;
}
.java-development .slide-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.java-development .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.3s, color 0.3s;
    z-index: 10;
    color: #fff;
}
.java-development .arrow:hover {
    background: rgba(255, 255, 255, 0.3);
    color: #000;
}
.java-development .arrow.left { left: 15px; }
.java-development .arrow.right { right: 15px; }

/* ========================================
   8. React Logo & Tech Badge
======================================== */
/*.react-logo {
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, #EB2F4A, #991B1B);
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 20px 40px rgba(197, 48, 48, 0.3);
    position: relative;
    z-index: 2;
}
.react-logo i {
    font-size: 80px;
    color: #fff;
}
.technology-badge {
    background: linear-gradient(135deg, #EB2F4A, #991B1B);
    color: white;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    margin: 5px;
    transition: all 0.3s ease;
}
.technology-badge:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(97, 218, 251, 0.4);
}*/

/* ========================================
   9. Project Section with Call Button
======================================== */
.java-project-section {
    text-align: center;
    padding: 80px 20px;
    max-width: 1200px;
    margin: auto;
    border-radius: 20px;
    margin-top: 40px;
}
.java-project-section h2 {
    /*font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.3;
    color: #2c3e50;*/
}
.java-project-section h2 span {
    /*color: #eb2f4a;
    background: linear-gradient(45deg, #eb2f4a, #ff6b6b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;*/
}
.java-project-section > p {
    font-size: 1.2rem;
    color: #555;
    max-width: 700px;
    margin: 0 auto 50px;
    line-height: 1.7;
}
/* Steps Container */
.java-project-section .steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    margin: 60px 0;
    text-align: left;
}
/* Individual Step */
.java-project-section .step {
    position: relative;
    padding: 40px 25px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    overflow: hidden;
    border: 1px solid rgba(235, 47, 74, 0.1);
}
.java-project-section .step-number {
    position: absolute;
    top: -2px;
    left: 15px;
    font-size: 80px;
    font-weight: 900;
    color: rgba(235, 47, 74, 0.15);
    line-height: 1;
    z-index: 1;
    user-select: none;
    font-family: 'Arial Black', sans-serif;
}
.java-project-section .step-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    z-index: 2;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}
.java-project-section .step:hover .step-icon {
    transform: scale(1.1);
}
/* Icon Colors */
.java-project-section .step:nth-child(1) .step-icon { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); }
.java-project-section .step:nth-child(2) .step-icon { background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%); }
.java-project-section .step:nth-child(3) .step-icon { background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%); }
.java-project-section .step-content {
    position: relative;
    z-index: 2;
    margin-top: 60px;
    padding-right: 70px;
}
.java-project-section .step h3 {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #eb2f4a;
    line-height: 1.4;
}
.java-project-section .step p {
    color: #666;
    line-height: 1.7;
    font-size: 1rem;
    margin-bottom: 0;
}
/* Button Group */
.java-project-section .btn-group {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 40px;
}
.java-project-section .btn-primary,
.java-project-section .btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 30px;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 1rem;
    position: relative;
    overflow: hidden;
}
.java-project-section .btn-primary {
    background: linear-gradient(135deg, #eb2f4a 0%, #ff6b6b 100%);
    color: #fff;
    box-shadow: 0 4px 15px rgba(235, 47, 74, 0.4);
}
.java-project-section .btn-primary:hover {
    background: linear-gradient(135deg, #c9253b 0%, #e55555 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(235, 47, 74, 0.5);
}
.java-project-section .btn-secondary {
    background: transparent;
    color: #eb2f4a;
    border: 2px solid #eb2f4a;
}
.java-project-section .btn-secondary:hover {
    background: #eb2f4a;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(235, 47, 74, 0.3);
}

/* ========================================
   10. Responsive Styles
======================================== */
@media (max-width: 768px) {
    .java-tech-title h2 { font-size: 2rem; }
    .java-services .services-grid,
    .java-track .tech-stack,
    .java-benefit .benefits-grid,
    .java-process .process-steps { grid-template-columns: 1fr; }
    .java-services .service-card { padding: 30px 20px; }
    .java-development .slide {
        flex: 0 0 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        min-height: 250px;
        background: #111;
        overflow: hidden;
    }
    .java-development .slide-content {
        padding: 6px;
        font-size: 0.9rem;
        text-align: center;
    }
    .java-development .slide-image { display: none; }
    .java-development .arrow {
        top: auto;
        bottom: 10px;
        transform: none;
    }
    .java-development .arrow.left { left: 40%; }
    .java-development .arrow.right { right: 40%; }
}
@media (min-width: 768px) {
    .java-development .slide {
        flex: 0 0 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        min-height: 400px;
        background: #111;
        overflow: hidden;
    }
}
@media (max-width: 992px) {
    .java-tech-section { flex-direction: column; }
}
@media (max-width: 1024px) {
    .java-project-section { padding: 60px 20px; margin-top: 20px; }
    .java-project-section h2 { font-size: 2.4rem; }
    .java-project-section .steps { gap: 25px; margin: 50px 0; }
    .java-project-section .step-number { font-size: 70px; top: -2px; left: 12px; }
    .java-project-section .step-icon { width: 50px; height: 50px; font-size: 20px; top: 18px; right: 18px; }
}
@media (max-width: 768px) {
    .java-project-section { padding: 50px 15px; margin: 15px; border-radius: 15px; }
    .java-project-section h2 { font-size: 2rem; margin-bottom: 15px; }
    .java-project-section > p { font-size: 1.1rem; margin-bottom: 40px; }
    .java-project-section .steps { grid-template-columns: 1fr; gap: 20px; margin: 40px 0; }
    .java-project-section .step { padding: 35px 20px; }
    .java-project-section .step-number { font-size: 60px; top: -2px; left: 10px; }
    .java-project-section .step-icon { width: 45px; height: 45px; font-size: 18px; top: 15px; right: 15px; }
    .java-project-section .step-content { padding-right: 60px; margin-top: 31px; }
    .java-project-section .step h3 { font-size: 1.2rem; margin-bottom: 12px; }
    .java-project-section .step p { font-size: 0.95rem; }
    .java-project-section .btn-group { flex-direction: column; align-items: center; gap: 15px; }
    .java-project-section .btn-primary, 
    .java-project-section .btn-secondary {
        width: 100%;
        max-width: 280px;
        justify-content: center;
    }
}
@media (max-width: 480px) {
    .java-project-section { padding: 40px 12px; }
    .java-project-section h2 { font-size: 1.7rem; }
    .java-project-section > p { font-size: 1rem; }
    .java-project-section .step { padding: 30px 15px; }
    .java-project-section .step-number { font-size: 50px; top: -2; left: 8px; }
    .java-project-section .step-icon { width: 40px; height: 40px; font-size: 16px; top: 12px; right: 12px; }
    .java-project-section .step-content { padding-right: 50px; margin-top: 30px; }
    .java-project-section .step h3 { font-size: 1.1rem; margin-bottom: 10px; }
    .java-project-section .step p { font-size: 0.9rem; }
    .java-project-section .btn-primary,
    .java-project-section .btn-secondary { padding: 12px 25px; font-size: 0.9rem; }
}
@media (max-width: 360px) {
    .java-project-section h2 { font-size: 1.5rem; }
    .java-project-section .step-number { font-size: 45px; }
    .java-project-section .step-content { padding-right: 45px; }
}



