/*=== MEDIA QUERY ===*/
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700|Poppins:300,400,600,700);
@import url(https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700);
@import url(https://fonts.googleapis.com/css?family=Playfair+Display:300,400,500,600,700);
html {
  overflow-x: hidden;
}

body {
  line-height: 1.5;
  font-family: "Hind", serif;
  -webkit-font-smoothing: antialiased;
  font-size: 17px;
  color: rgba(0, 0, 0, 0.65);
}

body.scrolled {
  padding-top: 80px; /* adjust to navbar height */
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #242424;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 42px;
}

h3, .h3 {
  font-size: 1.5rem;
}

h4, .h4 {
  font-size: 1.3rem;
  line-height: 30px;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  line-height: 30px;
}

.navbar-toggle .icon-bar {
  background: #f75757;
}

input[type="email"], input[type="password"], input[type="text"], input[type="tel"] {
  box-shadow: none;
  height: 45px;
  outline: none;
  font-size: 14px;
}

input[type="email"]:focus, input[type="password"]:focus, input[type="text"]:focus, input[type="tel"]:focus {
  box-shadow: none;
  border: 1px solid #f75757;
}

.form-control {
  box-shadow: none;
  border-radius: 0;
}

.form-control:focus {
  box-shadow: none;
  border: 1px solid #f75757;
}

.py-7 {
  padding: 7rem 0px;
}

.btn {
  display: inline-block;
  font-size: 14px;
  font-size: 0.8125rem;
  font-weight: 400;
  padding: 1rem 2.5rem;
  text-transform: uppercase;
  border-radius: 0;
  transition: all 0.2s ease;
}

.btn.btn-icon i {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 5px;
}

.btn:focus {
  outline: 0px;
  border: 0px;
  box-shadow: none;
}

.btn-main, .btn-transparent, .btn-small {
  background: #f75757;
  color: #fff;
  transition: all 0.2s ease;
}

.btn-main:hover, .btn-transparent:hover, .btn-small:hover {
  background: #dd0b0b;
  color: #fff;
}

.btn-solid-border {
  border: 2px solid #f75757;
  background: transparent;
  color: #242424;
}

.btn-solid-border:hover {
  border: 2px solid #f75757;
  background: #f75757;
}

.btn-transparent {
  background: transparent;
  padding: 0;
  color: #f75757;
}

.btn-transparent:hover {
  background: transparent;
  color: #f75757;
}

.btn-large {
  padding: 20px 45px;
}

.btn-large.btn-icon i {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 5px;
}

.btn-small {
  padding: 10px 25px;
  font-size: 12px;
}

.btn-round {
  border-radius: 4px;
}

.btn-round-full {
  border-radius: 50px;
}

.btn.active:focus, .btn:active:focus, .btn:focus {
  outline: 0;
}

.bg-gray {
  background: #f5f8f9;
}

.bg-primary {
  background: #f75757;
}

.bg-primary-dark {
  background: #f52626;
}

.bg-primary-darker {
  background: #dd0b0b;
}

.bg-dark {
  background: #242424;
}

.bg-gradient {
  background-image: linear-gradient(145deg, rgba(19, 177, 205, 0.95) 0%, rgba(152, 119, 234, 0.95) 100%);
  background-repeat: repeat-x;
}

.section {
  padding: 100px 0;
}

.section-sm {
  padding: 70px 0;
}

.section-title {
  margin-bottom: 70px;
}

.section-title .title {
  font-size: 50px;
  line-height: 50px;
}

.section-title p {
  color: #666;
  font-family: "Poppins", sans-serif;
}

.subtitle {
  color: #f75757;
  font-size: 14px;
  letter-spacing: 1px;
}

.overly, .page-title, .slider, .cta, .hero-img {
  position: relative;
}

.overly:before, .page-title:before, .slider:before, .cta:before, .hero-img:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background: #000;
}

.overly-2, .bg-counter, .cta-block, .latest-blog {
  position: relative;
}

.overly-2:before, .bg-counter:before, .cta-block:before, .latest-blog:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.text-color {
  color: #f75757;
}

.text-black {
  color: #242424;
}

.text-color2 {
  color: #c54041;
}

.text-color2 {
  color: #b99769;
}

.text-sm {
  font-size: 14px;
}

.text-md {
  font-size: 2.25rem;
}

.text-lg {
  font-size: 3.75rem;
}

.no-spacing {
  letter-spacing: 0px;
}

/* Links */
a {
  color: #242424;
  text-decoration: none;
}

a:focus, a:hover {
  color: #f75757;
  text-decoration: none;
}

a:focus {
  outline: none;
}

.content-title {
  font-size: 40px;
  line-height: 50px;
}

.page-title {
  padding: 100px 0;
}

.page-title .block h1 {
  color: #fff;
}

.page-title .block p {
  color: #fff;
}

.page-wrapper {
  padding: 70px 0;
}

#wrapper-work {
  overflow: hidden;
  padding-top: 100px;
}

#wrapper-work ul li {
  width: 50%;
  float: left;
  position: relative;
}

#wrapper-work ul li img {
  width: 100%;
  height: 100%;
}

#wrapper-work ul li .items-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  padding-left: 44px;
  padding-top: 140px;
}

#wrapper-work ul li .items-text h2 {
  padding-bottom: 28px;
  padding-top: 75px;
  position: relative;
}

#wrapper-work ul li .items-text h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 75px;
  height: 3px;
  background: #fff;
}

#wrapper-work ul li .items-text p {
  padding-top: 30px;
  font-size: 16px;
  line-height: 27px;
  font-weight: 300;
  padding-right: 80px;
}

/*--
	features-work Start 
--*/
#features-work {
  padding-top: 50px;
  padding-bottom: 75px;
}

#features-work .block ul li {
  width: 19%;
  text-align: center;
  display: inline-block;
  padding: 40px 0px;
}

.navigation {
  position: relative;
}

.navigation,
.header-top{
  overflow: visible !important;
}

#navbar {
  background: #222328;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  /* position: sticky; */
  /* top: 0; */
  z-index: 999;
  transition: all 0.3s ease;
  padding: 25px 0;
}

#navbar .container {
  align-items: center;
}

#navbar.scrolled {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #1b1c20;
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
  padding: 12px 0;
  animation: slideDown 0.3s ease;
}

@keyframes slideDown {
  from { transform: translateY(-100%); }
  to { transform: translateY(0); }
}

#navbar li {
  padding-left: 15px;
}

#navbar .nav-link {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: .5px;
  transition: all .25s ease;
}

#navbar .nav-link:hover, #navbar .nav-link:focus {
  color: #f75757;
}

#navbar .nav-item.active > .nav-link {
  color: #f75757;
}

#navbar .dropdown-item.active,
#navbar .services-menu .dropdown-item.active {
  background: #f75757;
  color: #fff;
}

#navbar .btn {
  padding: .5rem 1.5rem;
  color: #fff;
}

.header-top {
  background: #222328;
  color: #919194;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.header-top .header-top-socials {
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  padding: 12px 0px;
}

.header-top .header-top-socials a {
  color: #919194;
  margin-right: 15px;
  font-size: 16px;
}

.header-top .header-top-info {
  color: #919194;
  font-size: 16px;
}

.header-top .header-top-info a span {
  color: #fff;
}

.header-top .header-top-info a {
  margin-left: 35px;
  color: #919194;
}

.navbar-brand {
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  max-width: calc(100% - 58px);
  white-space: nowrap;
}

.navbar-brand span {
  color: #f75757;
}

.navbar-brand .d-flex {
  min-width: 0;
}

.navbar-brand .ml-2 {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.navbar-toggler {
  width: 44px;
  height: 40px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  color: #fff;
  outline: none;
}

.navbar-toggler:focus {
  outline: none;
}

.dropdown-menu {
  visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  transition: all .2s ease-in, visibility 0s linear .2s, -webkit-transform .2s linear;
  transition: all .2s ease-in, visibility 0s linear .2s, transform .2s linear;
  transition: all .2s ease-in, visibility 0s linear .2s, transform .2s linear, -webkit-transform .2s linear;
  -webkit-transition: all .2s ease-in, visibility 0s linear .2s, -webkit-transform .2s linear;
  -o-transition: all .2s ease-in, visibility 0s linear .2s, -o-transform .2s linear;
  -ms-transition: all .2s ease-in, visibility 0s linear .2s, -ms-transform .2s linear;
  width: 250px;
  margin-top: 15px;
  padding: 0px;
  border-radius: 0px;
  display: block;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown:hover .dropdown-menu {
  visibility: visible;
  transition: all .45s ease 0s;
  opacity: 1;
}

.dropdown-item {
  padding: .8rem 1.5rem;
  text-transform: uppercase;
  font-size: 14px;
}

.dropdown-item:hover {
  background: #f75757;
  color: #fff;
}

ul.dropdown-menu li {
  padding-left: 0px !important;
}
/* Main services dropdown */
#navbar .services-menu {
  min-width: 280px;
  padding: 0;
  border: none;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.14);
}

/* Important: hide all nested submenu by default */
#navbar .services-menu .dropdown-submenu > .dropdown-menu {
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 290px;
  margin-top: 0;
  margin-left: 0;
  padding: 0;
  display: block;
  visibility: hidden !important;
  opacity: 0 !important;
  transform: translateX(10px);
  background: #fff;
  border: none;
  border-radius: 0;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.14);
  transition: all 0.25s ease;
}

/* Show only the submenu that is currently hovered */
#navbar .services-menu .dropdown-submenu:hover > .dropdown-menu {
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateX(0);
}

/* Submenu parent item */
#navbar .services-menu .dropdown-submenu {
  position: relative;
}

/* Main dropdown items */
#navbar .services-menu .dropdown-item {
  position: relative;
  padding: 15px 45px 15px 24px;
  font-size: 13px;
  font-weight: 500;
  color: #222328;
  text-transform: uppercase;
  background: #fff;
  border-bottom: 1px solid #eeeeee;
  white-space: nowrap;
  transition: all 0.25s ease;
}

/* Remove last border */
#navbar .services-menu li:last-child > .dropdown-item {
  border-bottom: none;
}

/* Hover active parent */
#navbar .services-menu > .dropdown-submenu:hover > .dropdown-item {
  background: #f75757;
  color: #fff;
}

/* Child item hover */
#navbar .services-menu .dropdown-submenu > .dropdown-menu .dropdown-item:hover {
  background: #f75757;
  color: #fff;
  padding-left: 30px;
}

/* Arrow */
#navbar .services-menu .submenu-arrow {
  position: absolute;
  right: 18px;
  top: 50%;
  font-size: 12px;
  transform: translateY(-50%);
}

/* Hide Bootstrap default arrow */
#navbar .services-menu .dropdown-toggle::after {
  display: none;
}

.bg-1 {
  background: url("../images/bg/home-2.png") no-repeat 50% 50%;
  background-size: cover;
}

.bg-2 {
  background: url("../images/bg/counter.png");
  background-size: cover;
}

.slider {
  background: url("../images/bg/home-1.png") no-repeat;
  background-size: cover;
  background-position: 10% 0%;
  padding: 200px 0 280px 0;
  position: relative;
}

.slider .block h1 {
  font-size: 70px;
  line-height: 80px;
  font-weight: 600;
  color: #fff;
}

.slider .block p {
  margin-bottom: 30px;
  color: #b9b9b9;
  font-size: 18px;
  line-height: 27px;
  font-weight: 300;
}

.slider .block span {
  letter-spacing: 1px;
}

.intro-item i {
  font-size: 60px;
  line-height: 60px;
}

.color-one {
  color: #f75757;
}

.color-two {
  color: #00d747;
}

.color-three {
  color: #9262ff;
}

.color-four {
  color: #088ed3;
}

.bg-about {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 45%;
  min-height: 650px;
  background: url("../images/about/home-8.png") no-repeat;
  background-size: cover;
}
.bg-about-right {
  position: absolute;
  content: "";
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 45%;
  min-height: 650px;
  background: url("../images/about/home-8.png") no-repeat;
  background-size: cover;
}

.about-content {
  padding: 20px 0px 0px 80px;
}

.about-content h4 {
  font-weight: 600;
}

.about-content h4:before {
  position: absolute;
  content: "\f008";
  font-family: "Font Awesome 5 Free";
  font-size: 30px;
  position: absolute;
  top: 8px;
  left: -65px;
  font-weight: 700;
}

.counter-item .counter-stat {
  font-size: 50px;
}

.counter-item p {
  margin-bottom: 0px;
}

.bg-counter {
  background: url("../images/bg/counter.png") no-repeat;
  background-size: cover;
}

.team-img-hover .team-social li a.facebook {
  background: #6666cc;
}

.team-img-hover .team-social li a.twitter {
  background: #3399cc;
}

.team-img-hover .team-social li a.telegram {
  background: #3399cc;
}

.team-img-hover .team-social li a.instagram {
  background: #cc66cc;
}

.team-img-hover .team-social li a.tiktok {
  background: #000000;
}

.team-img-hover .team-social li a.linkedin {
  background: #3399cc;
}

.team-img-hover {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.6);
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.team-img-hover li a {
  display: inline-block;
  color: #fff;
  width: 50px;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  border: 2px solid transparent;
  border-radius: 2px;
  text-align: center;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.team-img-hover:hover li a:hover {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}

.team-item:hover .team-img-hover {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.service-item {
  position: relative;
  padding-left: 80px;
}

.service-item i {
  position: absolute;
  left: 0px;
  top: 5px;
  font-size: 50px;
  opacity: .4;
}

.cta {
  background: url("../images/bg/slidebanner.jpg") fixed 50% 50%;
  background-size: cover;
  padding: 120px 0px;
}

.cta-block {
  background: url("../images/bg/slidebanner.jpg") no-repeat;
  background-size: cover;
}

.testimonial-item {
  padding: 50px 30px;
}

.testimonial-item i {
  font-size: 40px;
  position: absolute;
  left: 30px;
  top: 30px;
  z-index: 1;
}

.testimonial-item .testimonial-text {
  font-size: 20px;
  line-height: 38px;
  color: #242424;
  margin-bottom: 30px;
  font-style: italic;
}

.testimonial-item .testimonial-item-content {
  padding-left: 65px;
}

.slick-slide:focus, .slick-slide a {
  outline: none;
}

.hero-img {
  background: url("../images/bg/home-5.jpg");
  position: absolute;
  content: "";
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0px;
}

.h70 {
  height: 55%;
}

.lh-45 {
  line-height: 45px;
}

.pricing-header h1 {
  font-size: 70px;
  font-weight: 300;
}

.pricing .btn-solid-border {
  border-color: #dedede;
}

.pricing .btn-solid-border:Hover {
  border-color: #f75757;
}

.pricing .container {
  position: relative;
  z-index: 2;
}

.pricing-clean {
  background: #fff;
}

.pricing-clean > .container > .row:first-child .section-title {
  margin-bottom: 50px;
}

.pricing-clean > .container > .row:first-child .section-title .content-title {
  color: #222328;
}

.pricing-package-group {
  margin-bottom: 52px;
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(34, 35, 40, 0.08);
}

.pricing-package-group.mb-0 {
  border-bottom: 0;
  padding-bottom: 0;
}

.pricing-category-title {
  max-width: 820px;
  margin: 0 0 28px;
  text-align: left;
}

.pricing-category-title span {
  display: inline-block;
  margin-bottom: 8px;
  color: #f75757;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.pricing-category-title h3 {
  margin-bottom: 0;
  color: #222328;
  font-size: 27px;
  line-height: 1.35;
}

.pricing .card {
  height: 100%;
  border: 1px solid rgba(34, 35, 40, 0.08);
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(34, 35, 40, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.pricing .card:hover {
  transform: translateY(-4px);
  border-color: rgba(247, 87, 87, 0.28);
  box-shadow: 0 18px 42px rgba(34, 35, 40, 0.1);
}

.pricing .card-body {
  display: flex;
  flex-direction: column;
}

.pricing .pricing-header h1 {
  font-size: 46px;
  font-weight: 700;
  color: #222328;
  letter-spacing: 0;
}

.pricing .pricing-header p {
  min-height: 24px;
}

.pricing .card ul {
  flex: 1;
  text-align: left;
  max-width: 330px;
  margin-left: auto;
  margin-right: auto;
  line-height: 30px;
}

.pricing .card li {
  color: #555;
  font-size: 15px;
}

.pricing .card strong {
  display: block;
  min-height: 24px;
  color: #222328;
}

.pricing-custom-box {
  position: relative;
  z-index: 2;
  padding: 44px;
  background: #f8f9fc;
  border: 1px solid rgba(34, 35, 40, 0.08);
  border-radius: 16px;
  box-shadow: none;
}

.pricing-custom-box h2 {
  color: #222328;
  font-size: 34px;
  line-height: 1.25;
}

.pricing-custom-box p {
  color: #666;
  line-height: 1.75;
}

.pricing-custom-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.pricing-custom-item {
  padding: 24px;
  background: #fff;
  border: 1px solid rgba(34, 35, 40, 0.06);
  border-radius: 12px;
}

.pricing-custom-item i {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  border-radius: 12px;
  background: rgba(247, 87, 87, 0.12);
  color: #f75757;
  font-size: 18px;
}

.pricing-custom-item h4 {
  margin-bottom: 8px;
  color: #222328;
  font-size: 18px;
}

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

.pricing-final-cta {
  padding: 38px 44px;
  background: #fff;
  border: 1px solid rgba(34, 35, 40, 0.08);
  border-radius: 16px;
  box-shadow: 0 14px 36px rgba(34, 35, 40, 0.07);
}

.pricing-final-cta h2 {
  margin-bottom: 0;
  color: #222328;
  font-size: 30px;
  line-height: 1.35;
}

/* ===== WEBSITE DEVELOPMENT PAGE ===== */
.website-service-hero {
  padding: 110px 0;
  background: #fff;
}

.website-service-hero h1 {
  color: #222328;
  font-size: 54px;
  line-height: 1.12;
  font-weight: 800;
}

.website-service-hero .lead {
  color: #666;
  line-height: 1.75;
}

.website-browser-card {
  position: relative;
  max-width: 560px;
  margin-left: auto;
  padding: 16px;
  background: #222328;
  border-radius: 18px;
  box-shadow: 0 28px 70px rgba(34, 35, 40, 0.18);
}

.browser-bar {
  display: flex;
  gap: 8px;
  padding: 4px 4px 14px;
}

.browser-bar span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #f75757;
}

.browser-bar span:nth-child(2) {
  background: #f5c542;
}

.browser-bar span:nth-child(3) {
  background: #47c47a;
}

.browser-preview {
  padding: 24px;
  min-height: 360px;
  background: #fff;
  border-radius: 12px;
}

.preview-nav {
  width: 100%;
  height: 28px;
  margin-bottom: 22px;
  border-radius: 8px;
  background: #f1f2f5;
}

.preview-hero {
  width: 70%;
  height: 94px;
  margin-bottom: 22px;
  border-radius: 14px;
  background: linear-gradient(135deg, #f75757, #ff9a9a);
}

.preview-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 22px;
}

.preview-grid span {
  height: 90px;
  border-radius: 12px;
  background: #f8f9fc;
  border: 1px solid #eee;
}

.preview-lines span {
  display: block;
  height: 12px;
  margin-bottom: 12px;
  border-radius: 20px;
  background: #eceef3;
}

.preview-lines span:nth-child(1) {
  width: 90%;
}

.preview-lines span:nth-child(2) {
  width: 75%;
}

.preview-lines span:nth-child(3) {
  width: 55%;
}

.browser-floating-card {
  position: absolute;
  right: -18px;
  bottom: 32px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 16px 38px rgba(34, 35, 40, 0.16);
  color: #222328;
  font-weight: 700;
}

.browser-floating-card i {
  color: #f75757;
}

.website-service-section {
  padding: 95px 0;
}

.website-feature-section {
  background: #f8f9fc;
}

.website-service-panel {
  padding: 34px;
  background: #222328;
  border-radius: 16px;
  color: #fff;
}

.website-service-panel span {
  color: #f75757;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.website-service-panel h2 {
  margin: 14px 0 18px;
  color: #fff;
  font-size: 32px;
  line-height: 1.3;
}

.website-service-panel p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
}

.website-check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.website-check-grid div {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 18px;
  background: #fff;
  border: 1px solid rgba(34, 35, 40, 0.08);
  border-radius: 12px;
  color: #333;
  font-weight: 600;
}

.website-check-grid i {
  margin-top: 4px;
  color: #f75757;
}

.website-feature-card {
  height: 100%;
  padding: 30px;
  background: #fff;
  border: 1px solid rgba(34, 35, 40, 0.08);
  border-radius: 14px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.website-feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 42px rgba(34, 35, 40, 0.09);
}

.website-feature-card i {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  border-radius: 14px;
  background: rgba(247, 87, 87, 0.1);
  color: #f75757;
  font-size: 22px;
}

.website-feature-card h4 {
  margin-bottom: 12px;
  color: #222328;
}

.website-feature-card p {
  margin: 0;
  color: #666;
  line-height: 1.65;
}

.website-process-list {
  display: grid;
  gap: 14px;
}

.website-process-list div {
  display: grid;
  grid-template-columns: 48px 150px 1fr;
  gap: 18px;
  align-items: center;
  padding: 20px;
  background: #fff;
  border: 1px solid rgba(34, 35, 40, 0.08);
  border-radius: 14px;
}

.website-process-list span {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f75757;
  color: #fff;
  font-weight: 700;
}

.website-process-list strong {
  color: #222328;
}

.website-process-list p {
  margin: 0;
  color: #666;
  line-height: 1.55;
}

.website-service-cta {
  padding: 60px 0;
  background: #f8f9fc;
}

.website-service-cta h2 {
  color: #222328;
  font-size: 30px;
  line-height: 1.35;
}

/* ===== MOBILE APP DEVELOPMENT PAGE ===== */
.app-phone-showcase {
  position: relative;
  min-height: 520px;
  max-width: 520px;
  margin-left: auto;
}

.app-phone {
  position: absolute;
  width: 230px;
  min-height: 460px;
  padding: 14px;
  background: #222328;
  border-radius: 34px;
  box-shadow: 0 28px 70px rgba(34, 35, 40, 0.2);
}

.app-phone-main {
  right: 150px;
  top: 10px;
  z-index: 2;
}

.app-phone-secondary {
  right: 25px;
  top: 70px;
  z-index: 1;
  transform: scale(0.9);
  opacity: 0.92;
}

.app-phone-notch {
  width: 76px;
  height: 18px;
  margin: 0 auto 10px;
  border-radius: 0 0 14px 14px;
  background: #111217;
}

.app-screen {
  min-height: 400px;
  padding: 18px;
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
}

.app-screen-header {
  height: 38px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: #f1f2f5;
}

.app-screen-card {
  height: 112px;
  margin-bottom: 18px;
  border-radius: 18px;
  background: linear-gradient(135deg, #f75757, #ff9a9a);
}

.app-screen-card.wide {
  height: 128px;
}

.app-screen-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-bottom: 18px;
}

.app-screen-grid span {
  height: 58px;
  border-radius: 14px;
  background: #f8f9fc;
  border: 1px solid #eee;
}

.app-screen-list span {
  display: block;
  height: 12px;
  margin-bottom: 11px;
  border-radius: 20px;
  background: #eceef3;
}

.app-screen-list span:nth-child(1) {
  width: 92%;
}

.app-screen-list span:nth-child(2) {
  width: 72%;
}

.app-screen-list span:nth-child(3) {
  width: 82%;
}

.app-screen-list.compact {
  margin-top: 22px;
}

/* ===== WEB APPLICATION PAGE ===== */
.webapp-hero {
  padding: 110px 0;
  background: #f8f9fc;
}

.webapp-hero h1,
.software-hero h1 {
  color: #222328;
  font-size: 52px;
  line-height: 1.12;
  font-weight: 800;
}

.webapp-hero .lead,
.software-hero .lead {
  color: #666;
  line-height: 1.75;
}

.webapp-dashboard {
  position: relative;
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 0;
  max-width: 600px;
  min-height: 420px;
  margin-left: auto;
  padding: 14px;
  background: #222328;
  border-radius: 20px;
  box-shadow: 0 28px 70px rgba(34, 35, 40, 0.18);
}

.webapp-sidebar {
  display: grid;
  align-content: start;
  gap: 16px;
  padding: 24px 18px;
  background: #2b2c31;
  border-radius: 14px 0 0 14px;
}

.webapp-sidebar span {
  height: 14px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.18);
}

.webapp-sidebar span:first-child {
  height: 42px;
  border-radius: 12px;
  background: #f75757;
}

.webapp-main {
  padding: 24px;
  background: #fff;
  border-radius: 0 14px 14px 0;
}

.webapp-topbar {
  height: 38px;
  margin-bottom: 20px;
  border-radius: 12px;
  background: #f1f2f5;
}

.webapp-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 18px;
}

.webapp-stats span {
  height: 76px;
  border-radius: 14px;
  background: #f8f9fc;
  border: 1px solid #eee;
}

.webapp-chart {
  height: 130px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(247, 87, 87, 0.18), rgba(247, 87, 87, 0.04));
}

.webapp-table span {
  display: block;
  height: 13px;
  margin-bottom: 12px;
  border-radius: 20px;
  background: #eceef3;
}

.webapp-badge {
  position: absolute;
  right: -18px;
  bottom: 28px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 16px 38px rgba(34, 35, 40, 0.16);
  color: #222328;
  font-weight: 700;
}

.webapp-badge i {
  color: #f75757;
}

/* ===== SOFTWARE DEVELOPMENT PAGE ===== */
.software-hero {
  padding: 110px 0;
  background:
    radial-gradient(circle at 88% 16%, rgba(247, 87, 87, 0.08), transparent 28%),
    linear-gradient(180deg, #fff 0%, #fbfbfd 100%);
  overflow: hidden;
}

.software-system-map {
  position: relative;
  width: min(100%, 560px);
  aspect-ratio: 1.08;
  margin-left: auto;
  border-radius: 28px;
  background:
    linear-gradient(90deg, rgba(34, 35, 40, 0.04) 1px, transparent 1px),
    linear-gradient(0deg, rgba(34, 35, 40, 0.04) 1px, transparent 1px),
    #f8f9fc;
  background-size: 42px 42px;
  border: 1px solid rgba(34, 35, 40, 0.1);
  box-shadow: 0 26px 70px rgba(34, 35, 40, 0.1);
  overflow: hidden;
}

.software-system-map::before,
.software-system-map::after {
  content: "";
  position: absolute;
  inset: 92px;
  border: 1px dashed rgba(247, 87, 87, 0.22);
  border-radius: 50%;
}

.software-system-map::after {
  inset: 150px;
  border-color: rgba(34, 35, 40, 0.12);
}

.system-node {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 18px;
  background: #fff;
  border: 1px solid rgba(34, 35, 40, 0.08);
  border-radius: 16px;
  box-shadow: 0 18px 38px rgba(34, 35, 40, 0.1);
  color: #222328;
  font-weight: 700;
  white-space: nowrap;
}

.system-node i {
  color: #f75757;
}

.system-node-main {
  top: 50%;
  left: 50%;
  padding: 22px 24px;
  border-color: rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(135deg, #222328 0%, #18191e 100%);
  color: #fff;
  box-shadow: 0 22px 45px rgba(34, 35, 40, 0.22);
  transform: translate(-50%, -50%);
}

.system-node-main i {
  color: #f75757;
}

.node-1 {
  top: 15%;
  left: 11%;
}

.node-2 {
  top: 18%;
  right: 11%;
}

.node-3 {
  bottom: 18%;
  left: 10%;
}

.node-4 {
  right: 11%;
  bottom: 15%;
}

.system-connection {
  position: absolute;
  z-index: 1;
  height: 2px;
  background: linear-gradient(90deg, rgba(247, 87, 87, 0.08), rgba(247, 87, 87, 0.44));
  transform-origin: left center;
}

.c1 {
  top: 48%;
  left: 49%;
  width: 150px;
  transform: rotate(-145deg);
}

.c2 {
  top: 48%;
  left: 52%;
  width: 145px;
  transform: rotate(-34deg);
}

.c3 {
  top: 57%;
  left: 48%;
  width: 150px;
  transform: rotate(148deg);
}

.c4 {
  top: 57%;
  left: 53%;
  width: 145px;
  transform: rotate(34deg);
}

.software-map-note {
  position: absolute;
  left: 32px;
  right: 32px;
  bottom: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 14px;
  box-shadow: 0 16px 34px rgba(34, 35, 40, 0.08);
  color: #222328;
  font-weight: 700;
}

.software-map-note i {
  color: #f75757;
}

.software-development-page .website-service-panel {
  border-left: 4px solid #f75757;
  box-shadow: 0 18px 45px rgba(34, 35, 40, 0.07);
}

.software-development-page .website-check-grid div {
  border-left: 3px solid rgba(247, 87, 87, 0.35);
}

.software-development-page .website-feature-card {
  min-height: 100%;
  border-top: 3px solid transparent;
}

.software-development-page .website-feature-card:hover {
  border-top-color: #f75757;
  transform: translateY(-6px);
}

.software-development-page .website-process-list div {
  position: relative;
  overflow: hidden;
}

.software-development-page .website-process-list div::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(247, 87, 87, 0.06));
  pointer-events: none;
}

/* ===== API INTEGRATION PAGE ===== */
.api-hero {
  padding: 110px 0;
  background: #fff;
}

.api-hero h1 {
  color: #222328;
  font-size: 52px;
  line-height: 1.12;
  font-weight: 800;
}

.api-hero .lead {
  color: #666;
  line-height: 1.75;
}

.api-network-map {
  position: relative;
  max-width: 560px;
  min-height: 520px;
  margin-left: auto;
  border-radius: 28px;
  background:
    linear-gradient(#f8f9fc 0 0) padding-box,
    linear-gradient(135deg, rgba(247, 87, 87, 0.5), rgba(34, 35, 40, 0.18)) border-box;
  border: 1px solid transparent;
  overflow: hidden;
}

.api-network-map::before,
.api-network-map::after {
  content: "";
  position: absolute;
  inset: 95px;
  border: 1px dashed rgba(247, 87, 87, 0.35);
  border-radius: 50%;
}

.api-network-map::after {
  inset: 145px;
  border-color: rgba(34, 35, 40, 0.18);
}

.api-core,
.api-node,
.api-status-card {
  position: absolute;
  z-index: 2;
}

.api-core {
  top: 50%;
  left: 50%;
  width: 146px;
  height: 146px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 32px;
  background: #222328;
  color: #fff;
  transform: translate(-50%, -50%);
  box-shadow: 0 20px 50px rgba(34, 35, 40, 0.18);
}

.api-core i {
  color: #f75757;
  font-size: 28px;
}

.api-node {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 13px 15px;
  background: #fff;
  border: 1px solid rgba(34, 35, 40, 0.08);
  border-radius: 14px;
  box-shadow: 0 14px 32px rgba(34, 35, 40, 0.1);
  color: #222328;
  font-weight: 700;
}

.api-node i {
  color: #f75757;
}

.api-node-1 {
  top: 54px;
  left: 70px;
}

.api-node-2 {
  top: 86px;
  right: 52px;
}

.api-node-3 {
  left: 42px;
  bottom: 145px;
}

.api-node-4 {
  right: 58px;
  bottom: 132px;
}

.api-node-5 {
  left: 50%;
  bottom: 54px;
  transform: translateX(-50%);
}

.api-pulse {
  position: absolute;
  inset: 178px;
  z-index: 1;
  border-radius: 50%;
  background: rgba(247, 87, 87, 0.1);
}

.api-status-card {
  left: 28px;
  right: 28px;
  bottom: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 14px 34px rgba(34, 35, 40, 0.1);
}

.api-status-card i {
  color: #28a745;
}

.api-status-card strong,
.api-status-card small {
  display: block;
}

.api-status-card small {
  color: #666;
}

/* ===== BRANDING & CREATIVE SERVICE PAGES ===== */
.creative-service-page {
  background: #fff;
}

.creative-hero {
  padding: 110px 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(247, 87, 87, 0.08), transparent 30%),
    linear-gradient(180deg, #fff 0%, #fbfbfd 100%);
  overflow: hidden;
}

.creative-hero h1 {
  color: #222328;
  font-size: 52px;
  line-height: 1.12;
  font-weight: 800;
}

.creative-hero .lead {
  color: #666;
  line-height: 1.75;
}

.creative-board {
  position: relative;
  width: min(100%, 560px);
  min-height: 520px;
  margin-left: auto;
  padding: 26px;
  border-radius: 30px;
  background:
    linear-gradient(#f8f9fc 0 0) padding-box,
    linear-gradient(135deg, rgba(247, 87, 87, 0.55), rgba(34, 35, 40, 0.12), rgba(247, 87, 87, 0.2)) border-box;
  border: 1px solid transparent;
  box-shadow: 0 28px 72px rgba(34, 35, 40, 0.1);
  overflow: hidden;
}

.creative-board::before {
  content: "";
  position: absolute;
  inset: 74px 54px auto auto;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background: rgba(247, 87, 87, 0.08);
}

.creative-board::after {
  content: "";
  position: absolute;
  left: 40px;
  bottom: 44px;
  width: 170px;
  height: 170px;
  border: 1px dashed rgba(247, 87, 87, 0.35);
  border-radius: 50%;
}

.creative-board-top {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 8px;
  margin-bottom: 34px;
}

.creative-board-top span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #f75757;
}

.creative-board-top span:nth-child(2) {
  background: #222328;
}

.creative-board-top span:nth-child(3) {
  background: #f5c542;
}

.creative-brand-card,
.creative-floating-note {
  position: absolute;
  z-index: 3;
  background: #fff;
  border: 1px solid rgba(34, 35, 40, 0.08);
  box-shadow: 0 18px 42px rgba(34, 35, 40, 0.1);
}

.creative-brand-card {
  top: 105px;
  left: 50%;
  width: 260px;
  min-height: 230px;
  padding: 28px;
  border-radius: 22px;
  transform: translateX(-50%) rotate(-2deg);
}

.creative-brand-card i {
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  border-radius: 16px;
  background: rgba(247, 87, 87, 0.12);
  color: #f75757;
  font-size: 24px;
}

.creative-brand-card strong,
.creative-brand-card small {
  display: block;
}

.creative-brand-card strong {
  color: #222328;
  font-size: 25px;
  line-height: 1.25;
}

.creative-brand-card small {
  margin-top: 10px;
  color: #777;
  font-weight: 600;
}

.creative-swatch {
  position: absolute;
  z-index: 2;
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(34, 35, 40, 0.1);
}

.swatch-1 {
  top: 125px;
  left: 58px;
  width: 92px;
  height: 92px;
  background: #f75757;
}

.swatch-2 {
  right: 70px;
  bottom: 146px;
  width: 102px;
  height: 102px;
  background: #222328;
}

.swatch-3 {
  left: 86px;
  bottom: 118px;
  width: 74px;
  height: 74px;
  background: #fff;
  border: 1px solid rgba(34, 35, 40, 0.1);
}

.creative-type-line {
  position: absolute;
  z-index: 2;
  height: 14px;
  border-radius: 20px;
  background: rgba(34, 35, 40, 0.12);
}

.line-1 {
  top: 346px;
  left: 196px;
  width: 220px;
}

.line-2 {
  top: 378px;
  left: 228px;
  width: 150px;
}

.line-3 {
  top: 410px;
  left: 206px;
  width: 190px;
  background: rgba(247, 87, 87, 0.18);
}

.creative-floating-note {
  left: 34px;
  right: 34px;
  bottom: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 15px 18px;
  border-radius: 16px;
  color: #222328;
  font-weight: 700;
}

.creative-floating-note i {
  color: #f75757;
}

.creative-section {
  padding: 95px 0;
}

.creative-feature-section {
  background: #f8f9fc;
}

.creative-panel {
  position: relative;
  padding: 34px;
  background: #222328;
  border-radius: 18px;
  color: #fff;
  overflow: hidden;
}

.creative-panel::after {
  content: "";
  position: absolute;
  right: -48px;
  bottom: -48px;
  width: 145px;
  height: 145px;
  border-radius: 50%;
  background: rgba(247, 87, 87, 0.2);
}

.creative-panel span {
  color: #f75757;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.creative-panel h2 {
  position: relative;
  z-index: 1;
  margin: 14px 0 18px;
  color: #fff;
  font-size: 32px;
  line-height: 1.3;
}

.creative-panel p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.7;
}

.creative-check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.creative-check-grid div {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 18px;
  background: #fff;
  border: 1px solid rgba(34, 35, 40, 0.08);
  border-left: 3px solid rgba(247, 87, 87, 0.36);
  border-radius: 12px;
  color: #333;
  font-weight: 600;
}

.creative-check-grid i {
  margin-top: 4px;
  color: #f75757;
}

.creative-feature-card {
  height: 100%;
  padding: 30px;
  background: #fff;
  border: 1px solid rgba(34, 35, 40, 0.08);
  border-radius: 16px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.creative-feature-card:hover {
  transform: translateY(-5px);
  border-color: rgba(247, 87, 87, 0.25);
  box-shadow: 0 18px 42px rgba(34, 35, 40, 0.09);
}

.creative-feature-card i {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  border-radius: 15px;
  background: rgba(247, 87, 87, 0.1);
  color: #f75757;
  font-size: 22px;
}

.creative-feature-card h4 {
  margin-bottom: 12px;
  color: #222328;
}

.creative-feature-card p {
  margin: 0;
  color: #666;
  line-height: 1.65;
}

.creative-process-list {
  display: grid;
  gap: 14px;
}

.creative-process-list div {
  display: grid;
  grid-template-columns: 48px 150px 1fr;
  gap: 18px;
  align-items: center;
  padding: 20px;
  background: #fff;
  border: 1px solid rgba(34, 35, 40, 0.08);
  border-radius: 14px;
}

.creative-process-list span {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #f75757;
  color: #fff;
  font-weight: 700;
}

.creative-process-list strong {
  color: #222328;
}

.creative-process-list p {
  margin: 0;
  color: #666;
  line-height: 1.55;
}

.creative-service-cta {
  padding: 60px 0;
  background: #f8f9fc;
}

.creative-service-cta h2 {
  color: #222328;
  font-size: 30px;
  line-height: 1.35;
}

/* ===== CONTENT PRODUCTION SERVICE PAGES ===== */
.content-production-page {
  --production-ink: #171719;
  --production-red: #f75757;
  --production-red-dark: #dd0b0b;
  --production-soft: #f8f9fc;
}

.production-hero {
  position: relative;
  padding: 110px 0;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(23, 23, 25, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, #fff 0%, #f8f9fc 100%);
  background-size: 34px 34px, auto;
}

.production-hero::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 42%;
  height: 6px;
  background: linear-gradient(90deg, var(--production-red), var(--production-red-dark), var(--production-ink));
}

.production-hero h1 {
  color: var(--production-ink);
  font-size: 52px;
  line-height: 1.12;
  font-weight: 800;
}

.production-hero .lead {
  color: #626262;
  line-height: 1.75;
}

.production-studio {
  width: min(100%, 560px);
  margin-left: auto;
}

.studio-frame {
  position: relative;
  min-height: 520px;
  padding: 28px;
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(248, 249, 252, 0.96)) padding-box,
    linear-gradient(135deg, rgba(247, 87, 87, 0.55), rgba(221, 11, 11, 0.28), rgba(34, 35, 40, 0.16)) border-box;
  border: 1px solid transparent;
  box-shadow: 0 28px 70px rgba(23, 23, 25, 0.11);
  overflow: hidden;
}

.studio-frame::before {
  content: "";
  position: absolute;
  inset: 92px 58px 116px 58px;
  border: 2px dashed rgba(23, 23, 25, 0.12);
  border-radius: 22px;
}

.studio-frame::after {
  content: "";
  position: absolute;
  right: -58px;
  top: 84px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(247, 87, 87, 0.1);
}

.studio-top {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 10px;
}

.studio-top span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--production-red);
}

.studio-top span:nth-child(2) {
  background: var(--production-ink);
  opacity: 0.42;
}

.studio-top span:nth-child(3) {
  background: var(--production-red-dark);
}

.studio-preview {
  position: absolute;
  z-index: 3;
  top: 104px;
  left: 50%;
  width: 270px;
  min-height: 255px;
  padding: 30px 28px;
  transform: translateX(-50%);
  border-radius: 24px;
  background: var(--production-ink);
  color: #fff;
  box-shadow: 0 24px 52px rgba(23, 23, 25, 0.2);
}

.studio-preview::after {
  content: "";
  position: absolute;
  right: 26px;
  bottom: 24px;
  width: 70px;
  height: 48px;
  border: 2px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
}

.studio-preview i {
  width: 62px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 26px;
  border-radius: 18px;
  background: rgba(247, 87, 87, 0.16);
  color: var(--production-red);
  font-size: 26px;
}

.studio-preview strong,
.studio-preview small {
  display: block;
}

.studio-preview strong {
  color: #fff;
  font-size: 25px;
  line-height: 1.25;
}

.studio-preview small {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.68);
  font-weight: 600;
}

.studio-timeline {
  position: absolute;
  z-index: 2;
  left: 46px;
  right: 46px;
  bottom: 126px;
  display: grid;
  grid-template-columns: 1.4fr 0.75fr 1fr 0.55fr;
  gap: 10px;
}

.studio-timeline span {
  height: 18px;
  border-radius: 20px;
  background: rgba(247, 87, 87, 0.24);
}

.studio-timeline span:nth-child(2) {
  background: rgba(221, 11, 11, 0.2);
}

.studio-timeline span:nth-child(3) {
  background: rgba(247, 87, 87, 0.14);
}

.studio-timeline span:nth-child(4) {
  background: rgba(23, 23, 25, 0.16);
}

.studio-metrics {
  position: absolute;
  z-index: 4;
  left: 34px;
  top: 184px;
  display: grid;
  gap: 12px;
}

.studio-metrics div {
  min-width: 76px;
  padding: 11px 12px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(23, 23, 25, 0.1);
  text-align: center;
}

.studio-metrics b,
.studio-metrics small {
  display: block;
}

.studio-metrics b {
  color: var(--production-ink);
  line-height: 1;
}

.studio-metrics small {
  margin-top: 4px;
  color: #777;
  font-size: 12px;
}

.studio-note {
  position: absolute;
  z-index: 4;
  left: 28px;
  right: 28px;
  bottom: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 15px 18px;
  border-radius: 16px;
  background: #fff;
  color: var(--production-ink);
  font-weight: 700;
  box-shadow: 0 18px 42px rgba(23, 23, 25, 0.11);
}

.studio-note i {
  color: var(--production-red);
}

.production-panel {
  background: var(--production-ink);
}

.production-panel::after {
  background: linear-gradient(135deg, rgba(247, 87, 87, 0.24), rgba(221, 11, 11, 0.12));
}

.production-check-grid div {
  border-left-color: rgba(247, 87, 87, 0.52);
}

.production-check-grid i,
.production-feature-card i {
  color: var(--production-red);
}

.production-feature-section {
  background: var(--production-soft);
}

.production-feature-card {
  border-radius: 14px;
}

.production-feature-card i {
  background: rgba(247, 87, 87, 0.1);
}

.production-process-list span {
  background: var(--production-ink);
}

.production-service-cta {
  background:
    linear-gradient(90deg, rgba(247, 87, 87, 0.08), rgba(34, 35, 40, 0.025)),
    #fff;
}

/* ===== DIGITAL MARKETING SERVICE PAGES ===== */
.digital-marketing-page {
  --digital-ink: #222328;
  --digital-red: #f75757;
  --digital-red-dark: #dd0b0b;
  --digital-soft: #f8f9fc;
  background: #fff;
}

.digital-hero {
  position: relative;
  padding: 110px 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 20%, rgba(247, 87, 87, 0.09), transparent 28%),
    linear-gradient(180deg, #fff 0%, #f8f9fc 100%);
}

.digital-hero::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(247, 87, 87, 0.35), transparent);
}

.digital-hero h1 {
  color: var(--digital-ink);
  font-size: 52px;
  line-height: 1.12;
  font-weight: 800;
}

.digital-hero .lead {
  color: #626262;
  line-height: 1.75;
}

.digital-dashboard {
  position: relative;
  width: min(100%, 560px);
  min-height: 520px;
  margin-left: auto;
  padding: 28px;
  border-radius: 26px;
  background:
    linear-gradient(#fff 0 0) padding-box,
    linear-gradient(135deg, rgba(247, 87, 87, 0.55), rgba(34, 35, 40, 0.13)) border-box;
  border: 1px solid transparent;
  box-shadow: 0 28px 70px rgba(34, 35, 40, 0.1);
  overflow: hidden;
}

.digital-dashboard::before {
  content: "";
  position: absolute;
  inset: 92px 42px 126px 42px;
  border-radius: 22px;
  background:
    linear-gradient(90deg, rgba(34, 35, 40, 0.05) 1px, transparent 1px),
    linear-gradient(0deg, rgba(34, 35, 40, 0.05) 1px, transparent 1px);
  background-size: 34px 34px;
}

.digital-dashboard::after {
  content: "";
  position: absolute;
  right: 38px;
  top: 112px;
  width: 146px;
  height: 146px;
  border-radius: 50%;
  border: 28px solid rgba(247, 87, 87, 0.12);
  border-left-color: rgba(247, 87, 87, 0.42);
}

.digital-dashboard-top {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 9px;
}

.digital-dashboard-top span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--digital-red);
}

.digital-dashboard-top span:nth-child(2),
.digital-dashboard-top span:nth-child(3) {
  background: var(--digital-ink);
  opacity: 0.28;
}

.digital-main-card {
  position: absolute;
  z-index: 4;
  top: 102px;
  left: 40px;
  width: 252px;
  min-height: 230px;
  padding: 28px;
  border-radius: 22px;
  background: var(--digital-ink);
  box-shadow: 0 22px 48px rgba(34, 35, 40, 0.18);
}

.digital-main-card i {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  border-radius: 16px;
  background: rgba(247, 87, 87, 0.16);
  color: var(--digital-red);
  font-size: 25px;
}

.digital-main-card strong,
.digital-main-card small {
  display: block;
}

.digital-main-card strong {
  color: #fff;
  font-size: 25px;
  line-height: 1.25;
}

.digital-main-card small {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 600;
}

.digital-chart-bars {
  position: absolute;
  z-index: 3;
  right: 48px;
  bottom: 145px;
  display: flex;
  align-items: flex-end;
  gap: 12px;
  height: 150px;
}

.digital-chart-bars span {
  width: 30px;
  border-radius: 12px 12px 4px 4px;
  background: linear-gradient(180deg, var(--digital-red), var(--digital-red-dark));
  box-shadow: 0 12px 28px rgba(247, 87, 87, 0.2);
}

.digital-chart-bars span:nth-child(1) {
  height: 70px;
  opacity: 0.45;
}

.digital-chart-bars span:nth-child(2) {
  height: 112px;
  opacity: 0.68;
}

.digital-chart-bars span:nth-child(3) {
  height: 92px;
  opacity: 0.55;
}

.digital-chart-bars span:nth-child(4) {
  height: 138px;
}

.digital-kpi-grid {
  position: absolute;
  z-index: 5;
  left: 58px;
  right: 58px;
  bottom: 96px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.digital-kpi-grid div {
  padding: 14px 12px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(34, 35, 40, 0.08);
  box-shadow: 0 14px 34px rgba(34, 35, 40, 0.09);
  text-align: center;
}

.digital-kpi-grid b,
.digital-kpi-grid small {
  display: block;
}

.digital-kpi-grid b {
  color: var(--digital-ink);
  line-height: 1.15;
}

.digital-kpi-grid small {
  margin-top: 5px;
  color: #777;
  font-size: 12px;
}

.digital-status {
  position: absolute;
  z-index: 5;
  left: 28px;
  right: 28px;
  bottom: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 15px 18px;
  border-radius: 16px;
  background: #fff;
  color: var(--digital-ink);
  font-weight: 700;
  box-shadow: 0 18px 42px rgba(34, 35, 40, 0.1);
}

.digital-status i {
  color: var(--digital-red);
}

.digital-section {
  padding: 95px 0;
}

.digital-feature-section {
  background: var(--digital-soft);
}

.digital-panel {
  position: relative;
  padding: 34px;
  border-radius: 18px;
  background: var(--digital-ink);
  color: #fff;
  overflow: hidden;
}

.digital-panel::after {
  content: "";
  position: absolute;
  right: -48px;
  bottom: -48px;
  width: 145px;
  height: 145px;
  border-radius: 50%;
  background: rgba(247, 87, 87, 0.22);
}

.digital-panel span {
  color: var(--digital-red);
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.digital-panel h2 {
  position: relative;
  z-index: 1;
  margin: 14px 0 18px;
  color: #fff;
  font-size: 32px;
  line-height: 1.3;
}

.digital-panel p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.7;
}

.digital-check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.digital-check-grid div {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 18px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(34, 35, 40, 0.08);
  border-left: 3px solid rgba(247, 87, 87, 0.52);
  color: #333;
  font-weight: 600;
}

.digital-check-grid i {
  margin-top: 4px;
  color: var(--digital-red);
}

.digital-feature-card {
  height: 100%;
  padding: 30px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(34, 35, 40, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.digital-feature-card:hover {
  transform: translateY(-5px);
  border-color: rgba(247, 87, 87, 0.25);
  box-shadow: 0 18px 42px rgba(34, 35, 40, 0.09);
}

.digital-feature-card i {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  border-radius: 15px;
  background: rgba(247, 87, 87, 0.1);
  color: var(--digital-red);
  font-size: 22px;
}

.digital-feature-card h4 {
  margin-bottom: 12px;
  color: var(--digital-ink);
}

.digital-feature-card p {
  margin: 0;
  color: #666;
  line-height: 1.65;
}

.digital-process-list {
  display: grid;
  gap: 14px;
}

.digital-process-list div {
  display: grid;
  grid-template-columns: 48px 150px 1fr;
  gap: 18px;
  align-items: center;
  padding: 20px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(34, 35, 40, 0.08);
}

.digital-process-list span {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: var(--digital-red);
  color: #fff;
  font-weight: 700;
}

.digital-process-list strong {
  color: var(--digital-ink);
}

.digital-process-list p {
  margin: 0;
  color: #666;
  line-height: 1.55;
}

.digital-service-cta {
  padding: 60px 0;
  background:
    linear-gradient(90deg, rgba(247, 87, 87, 0.08), rgba(34, 35, 40, 0.025)),
    #fff;
}

.digital-service-cta h2 {
  color: var(--digital-ink);
  font-size: 30px;
  line-height: 1.35;
}

/* ===== BUSINESS SOLUTION SERVICE PAGES ===== */
.business-solution-page {
  --business-ink: #222328;
  --business-red: #f75757;
  --business-red-dark: #dd0b0b;
  --business-soft: #f8f9fc;
  background: #fff;
}

.business-hero {
  position: relative;
  padding: 110px 0;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(34, 35, 40, 0.035) 1px, transparent 1px),
    linear-gradient(0deg, rgba(34, 35, 40, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, #fff 0%, #f8f9fc 100%);
  background-size: 36px 36px, 36px 36px, auto;
}

.business-hero::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(247, 87, 87, 0.34), transparent);
}

.business-hero h1 {
  color: var(--business-ink);
  font-size: 52px;
  line-height: 1.12;
  font-weight: 800;
}

.business-hero .lead {
  color: #626262;
  line-height: 1.75;
}

.business-system-board {
  position: relative;
  width: min(100%, 560px);
  min-height: 520px;
  margin-left: auto;
  padding: 28px;
  border-radius: 26px;
  background:
    linear-gradient(#fff 0 0) padding-box,
    linear-gradient(135deg, rgba(247, 87, 87, 0.5), rgba(34, 35, 40, 0.16)) border-box;
  border: 1px solid transparent;
  box-shadow: 0 28px 70px rgba(34, 35, 40, 0.1);
  overflow: hidden;
}

.business-system-board::before {
  content: "";
  position: absolute;
  inset: 118px 66px 142px 66px;
  border: 2px dashed rgba(247, 87, 87, 0.2);
  border-radius: 26px;
}

.business-system-board::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 205px;
  width: 220px;
  height: 2px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(247, 87, 87, 0.45), transparent);
}

.business-board-top {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 9px;
}

.business-board-top span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--business-red);
}

.business-board-top span:nth-child(2),
.business-board-top span:nth-child(3) {
  background: var(--business-ink);
  opacity: 0.28;
}

.business-core-card {
  position: absolute;
  z-index: 4;
  top: 100px;
  left: 50%;
  width: 258px;
  min-height: 222px;
  padding: 28px;
  border-radius: 22px;
  transform: translateX(-50%);
  background: var(--business-ink);
  box-shadow: 0 22px 50px rgba(34, 35, 40, 0.18);
}

.business-core-card i {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  border-radius: 16px;
  background: rgba(247, 87, 87, 0.16);
  color: var(--business-red);
  font-size: 25px;
}

.business-core-card strong,
.business-core-card small {
  display: block;
}

.business-core-card strong {
  color: #fff;
  font-size: 24px;
  line-height: 1.25;
}

.business-core-card small {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 600;
}

.business-flow {
  position: absolute;
  z-index: 3;
  width: 108px;
  min-height: 96px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(34, 35, 40, 0.08);
  box-shadow: 0 16px 38px rgba(34, 35, 40, 0.1);
  color: var(--business-ink);
  font-weight: 700;
}

.business-flow i {
  color: var(--business-red);
  font-size: 22px;
}

.flow-1 {
  left: 42px;
  top: 176px;
}

.flow-2 {
  right: 42px;
  top: 176px;
}

.flow-3 {
  left: 50%;
  bottom: 136px;
  transform: translateX(-50%);
}

.business-metrics {
  position: absolute;
  z-index: 5;
  left: 34px;
  right: 34px;
  bottom: 86px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.business-metrics div {
  padding: 14px 12px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(34, 35, 40, 0.08);
  box-shadow: 0 14px 34px rgba(34, 35, 40, 0.09);
  text-align: center;
}

.business-metrics b,
.business-metrics small {
  display: block;
}

.business-metrics b {
  color: var(--business-ink);
  line-height: 1.15;
}

.business-metrics small {
  margin-top: 5px;
  color: #777;
  font-size: 12px;
}

.business-status {
  position: absolute;
  z-index: 5;
  left: 28px;
  right: 28px;
  bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 18px;
  border-radius: 16px;
  background: #fff;
  color: var(--business-ink);
  font-weight: 700;
  box-shadow: 0 18px 42px rgba(34, 35, 40, 0.1);
}

.business-status i {
  color: var(--business-red);
}

.business-section {
  padding: 95px 0;
}

.business-feature-section {
  background: var(--business-soft);
}

.business-panel {
  position: relative;
  padding: 34px;
  border-radius: 18px;
  background: var(--business-ink);
  color: #fff;
  overflow: hidden;
}

.business-panel::after {
  content: "";
  position: absolute;
  right: -48px;
  bottom: -48px;
  width: 145px;
  height: 145px;
  border-radius: 50%;
  background: rgba(247, 87, 87, 0.22);
}

.business-panel span {
  color: var(--business-red);
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.business-panel h2 {
  position: relative;
  z-index: 1;
  margin: 14px 0 18px;
  color: #fff;
  font-size: 32px;
  line-height: 1.3;
}

.business-panel p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.7;
}

.business-check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.business-check-grid div {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 18px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(34, 35, 40, 0.08);
  border-left: 3px solid rgba(247, 87, 87, 0.52);
  color: #333;
  font-weight: 600;
}

.business-check-grid i {
  margin-top: 4px;
  color: var(--business-red);
}

.business-feature-card {
  height: 100%;
  padding: 30px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(34, 35, 40, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.business-feature-card:hover {
  transform: translateY(-5px);
  border-color: rgba(247, 87, 87, 0.25);
  box-shadow: 0 18px 42px rgba(34, 35, 40, 0.09);
}

.business-feature-card i {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  border-radius: 15px;
  background: rgba(247, 87, 87, 0.1);
  color: var(--business-red);
  font-size: 22px;
}

.business-feature-card h4 {
  margin-bottom: 12px;
  color: var(--business-ink);
}

.business-feature-card p {
  margin: 0;
  color: #666;
  line-height: 1.65;
}

.business-process-list {
  display: grid;
  gap: 14px;
}

.business-process-list div {
  display: grid;
  grid-template-columns: 48px 150px 1fr;
  gap: 18px;
  align-items: center;
  padding: 20px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(34, 35, 40, 0.08);
}

.business-process-list span {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: var(--business-red);
  color: #fff;
  font-weight: 700;
}

.business-process-list strong {
  color: var(--business-ink);
}

.business-process-list p {
  margin: 0;
  color: #666;
  line-height: 1.55;
}

.business-service-cta {
  padding: 60px 0;
  background:
    linear-gradient(90deg, rgba(247, 87, 87, 0.08), rgba(34, 35, 40, 0.025)),
    #fff;
}

.business-service-cta h2 {
  color: var(--business-ink);
  font-size: 30px;
  line-height: 1.35;
}

.portflio-item .portfolio-item-content {
  position: absolute;
  content: "";
  right: 0px;
  bottom: 0px;
  opacity: 0;
  transition: all .35s ease;
}

.portflio-item:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: all .35s ease;
  overflow: hidden;
}

.portflio-item:hover:before {
  opacity: 1;
}

.portflio-item:hover .portfolio-item-content {
  opacity: 1;
  bottom: 20px;
  right: 30px;
}

.portflio-item .overlay-item {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #f75757;
  opacity: 0;
  transition: all .35s ease;
}

.portflio-item:hover .overlay-item {
  opacity: 1;
}

.contact-form-wrap .form-group {
  padding-bottom: 15px;
  margin: 0px;
}

.contact-form-wrap .form-group .form-control {
  background: #f5f8f9;
  height: 48px;
  border: 1px solid #EEF2F6;
  box-shadow: none;
  width: 100%;
}

.contact-form-wrap .form-group-2 {
  margin-bottom: 13px;
}

.contact-form-wrap .form-group-2 textarea {
  background: #f5f8f9;
  height: 135px;
  border: 1px solid #EEF2F6;
  box-shadow: none;
  width: 100%;
}

.address-block li {
  margin-bottom: 10px;
}

.address-block li i {
  font-size: 20px;
  width: 20px;
}

.social-icons li {
  margin: 0 6px;
}

.social-icons i {
  margin-right: 15px;
  font-size: 25px;
}

.google-map {
  position: relative;
}

.google-map #map {
  width: 100%;
  height: 450px;
}

/*=================================================================
  Latest Posts
==================================================================*/
.blog-item-content h3 {
  line-height: 36px;
}

.blog-item-content h3 a {
  transition: all .4s ease 0s;
}

.blog-item-content h3 a:hover {
  color: #f75757 !important;
}

.lh-36 {
  line-height: 36px;
}

.tags a {
  background: #f5f8f9;
  display: inline-block;
  padding: 8px 23px;
  border-radius: 38px;
  margin-bottom: 10px;
  border: 1px solid #eee;
  font-size: 14px;
  text-transform: capitalize;
}

.pagination .nav-links a, .pagination .nav-links span.current {
  font-size: 20px;
  font-weight: 500;
  color: #c9c9c9;
  margin: 0 10px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

.pagination .nav-links span.current, .pagination .nav-links a.next, .pagination .nav-links a.prev {
  color: #242424;
}

h3.quote {
  font-size: 25px;
  line-height: 50px;
  font-weight: normal;
  padding: 0px 25px 0px 85px;
  margin: 65px 0 65px 0 !important;
  position: relative;
}

h3.quote::before {
  content: '';
  width: 55px;
  height: 2px;
  background: #f75757;
  position: absolute;
  top: 25px;
  left: 0;
}

.nav-posts-title {
  line-height: 25px;
  font-size: 18px;
}

.latest-blog {
  position: relative;
  padding-bottom: 150px;
}

.mt-70 {
  margin-top: -70px;
}

.border-1 {
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.blog-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

/*=================================================================
  Single Blog Page
==================================================================*/
.post.post-single {
  border: none;
}

.post.post-single .post-thumb {
  margin-top: 30px;
}

.post-sub-heading {
  border-bottom: 1px solid #dedede;
  padding-bottom: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 20px;
}

.post-social-share {
  margin-bottom: 50px;
}

.post-comments {
  margin: 30px 0;
}

.post-comments .media {
  margin-top: 20px;
}

.post-comments .media > .pull-left {
  padding-right: 20px;
}

.post-comments .comment-author {
  margin-top: 0;
  margin-bottom: 0px;
  font-weight: 500;
}

.post-comments .comment-author a {
  color: #f75757;
  font-size: 14px;
  text-transform: uppercase;
}

.post-comments time {
  margin: 0 0 5px;
  display: inline-block;
  color: #808080;
  font-size: 12px;
}

.post-comments .comment-button {
  color: #f75757;
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
}

.post-comments .comment-button i {
  margin-right: 5px;
  display: inline-block;
}

.post-comments .comment-button:hover {
  color: #f75757;
}

.post-excerpt {
  margin-bottom: 60px;
}

.post-excerpt h3 a {
  color: #000;
}

.post-excerpt p {
  margin: 0 0 30px;
}

.post-excerpt blockquote.quote-post {
  margin: 20px 0;
}

.post-excerpt blockquote.quote-post p {
  line-height: 30px;
  font-size: 20px;
  color: #f75757;
}

.single-blog {
  background-color: #fff;
  margin-bottom: 50px;
  padding: 20px;
}

.blog-subtitle {
  font-size: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dedede;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.next-prev {
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #dedede;
  margin: 20px 0;
  padding: 25px 0;
}

.next-prev a {
  color: #000;
}

.next-prev a:hover {
  color: #f75757;
}

.next-prev .prev-post i {
  margin-right: 10px;
}

.next-prev .next-post i {
  margin-left: 10px;
}

.social-profile ul li {
  margin: 0 10px 0 0;
  display: inline-block;
}

.social-profile ul li a {
  color: #4e595f;
  display: block;
  font-size: 16px;
}

.social-profile ul li a i:hover {
  color: #f75757;
}

.comments-section {
  margin-top: 35px;
}

.author-about {
  margin-top: 40px;
}

.post-author {
  margin-right: 20px;
}

.post-author > img {
  border: 1px solid #dedede;
  max-width: 120px;
  padding: 5px;
  width: 100%;
}

.comment-list ul {
  margin-top: 20px;
}

.comment-list ul li {
  margin-bottom: 20px;
}

.comment-wrap {
  border: 1px solid #dedede;
  border-radius: 1px;
  margin-left: 20px;
  padding: 10px;
  position: relative;
}

.comment-wrap .author-avatar {
  margin-right: 10px;
}

.comment-wrap .media .media-heading {
  font-size: 14px;
  margin-bottom: 8px;
}

.comment-wrap .media .media-heading a {
  color: #f75757;
  font-size: 13px;
}

.comment-wrap .media .comment-meta {
  font-size: 12px;
  color: #888;
}

.comment-wrap .media p {
  margin-top: 15px;
}

.comment-reply-form {
  margin-top: 80px;
}

.comment-reply-form input, .comment-reply-form textarea {
  height: 35px;
  border-radius: 0;
  box-shadow: none;
}

.comment-reply-form input:focus, .comment-reply-form textarea:focus {
  box-shadow: none;
  border: 1px solid #f75757;
}

.comment-reply-form textarea, .comment-reply-form .btn-main, .comment-reply-form .btn-transparent, .comment-reply-form .btn-small {
  height: auto;
}

.widget {
  margin-bottom: 30px;
  padding-bottom: 35px;
}

.widget .widget-title {
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-size: 16px;
  color: #333;
  font-weight: 500;
  border-bottom: 1px solid #dedede;
}

.widget.widget-latest-post .media .media-object {
  width: 100px;
  height: auto;
}

.widget.widget-latest-post .media .media-heading a {
  color: #242424;
  font-size: 16px;
}

.widget.widget-latest-post .media p {
  font-size: 12px;
  color: #808080;
}

.widget.widget-category ul li {
  margin-bottom: 10px;
}

.widget.widget-category ul li a {
  color: #837f7e;
  transition: all 0.3s ease;
}

.widget.widget-category ul li a:before {
  padding-right: 10px;
}

.widget.widget-category ul li a:hover {
  color: #f75757;
  padding-left: 5px;
}

.widget.widget-tag ul li {
  margin-bottom: 10px;
  display: inline-block;
  margin-right: 5px;
}

.widget.widget-tag ul li a {
  color: #837f7e;
  display: inline-block;
  padding: 8px 15px;
  border: 1px solid #dedede;
  border-radius: 30px;
  font-size: 14px;
  transition: all 0.3s ease;
}

.widget.widget-tag ul li a:hover {
  color: #fff;
  background: #f75757;
  border: 1px solid #f75757;
}

.footer {
  padding-bottom: 10px;
}

.footer .copyright a {
  font-weight: 600;
}

.lh-35 {
  line-height: 35px;
}

.logo {
  color: #242424;
  font-weight: 600;
  letter-spacing: 1px;
}

.logo span {
  color: #f75757;
}

.sub-form {
  position: relative;
}

.sub-form .form-control {
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: #f5f8f9;
}

.footer-btm {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.footer-socials li a {
  margin-left: 15px;
}

/* ==== E-Learning Section ==== */

.elearning-app-section {
  padding: 100px 0;
  background: linear-gradient(180deg, #f8f9fc 0%, #ffffff 100%);
  position: relative;
  overflow: hidden;
}

.app-image-wrapper {
  position: relative;
  display: inline-block;
  /* min-height: 500px; */
}

.app-img {
  max-width: 240px;
  border-radius: 30px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
  background: #fff;
}

.app-img-main {
  position: relative;
  z-index: 2;
}

.app-img-secondary {
  position: absolute;
  top: 50px;
  left: 180px;
  z-index: 1;
}

.app-content {
  padding-left: 20px;
}

.app-tag {
  display: inline-block;
  padding: 8px 16px;
  background: rgba(255, 107, 107, 0.1);
  color: #f75757;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
}

.app-title {
  font-size: 40px;
  line-height: 1.3;
  font-weight: 700;
  color: #111;
}

.app-desc {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
}

.app-feature-list {
  margin-top: 20px;
}

.app-feature-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 16px;
  color: #333;
}

.app-feature-item i {
  color: #f75757;
  margin-right: 12px;
  font-size: 18px;
}

/* ==== End E-Learning Section ==== */

/* ==== Hero Style ==== */

.hero-slider {
  position: relative;
}

.hero-slider .carousel-item {
  min-height: 820px;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.65) 45%,
    rgba(0, 0, 0, 0.35) 100%
  );
  z-index: 1;
}

.hero-slider .container {
  position: relative;
  z-index: 2;
}

.hero-content {
  padding-top: 190px;
  color: #fff;
}

.hero-subtitle {
  display: block;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.hero-subtitle strong {
  color: #f75757;
}

.hero-content h1 {
  color: #fff;
  font-size: 72px;
  line-height: 1.15;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 35px;
}

.hero-buttons .btn {
  margin-right: 12px;
  margin-bottom: 10px;
  padding: 16px 34px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.hero-buttons .btn-outline-light {
  border: 2px solid #fff;
  color: #fff;
  background: transparent;
}

.hero-buttons .btn-outline-light:hover {
  background: #fff;
  color: #222;
}

.hero-slider .carousel-control-prev,
.hero-slider .carousel-control-next {
  width: 55px;
  height: 55px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  top: auto;
  bottom: 45px;
  opacity: 1;
}

.hero-slider .carousel-control-prev {
  left: auto;
  right: 110px;
}

.hero-slider .carousel-control-next {
  right: 45px;
}

.hero-slider .carousel-control-prev span,
.hero-slider .carousel-control-next span {
  color: #fff;
  font-size: 28px;
}

.hero-slider .carousel-indicators {
  left: 40px;
  right: auto;
  bottom: 50px;
  margin-left: 0;
  margin-right: 0;
}

.hero-slider .carousel-indicators li {
  width: 28px;
  height: 3px;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.5);
}

.hero-slider .carousel-indicators .active {
  background-color: #f75757;
}

/* ==== End Hero Style ==== */

/* ==== Founder Section ==== */
.founder-social {
  width: 45px;
  height: 45px;
  background: #f75757;
  color: #fff;
  transition: all 0.3s ease;
}

.founder-social:hover {
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(247, 87, 87, 0.25);
}
/* ==== Founder Section ==== */

/* Founder Page */

.founder-hero-new {
  position: relative;
  padding: 0px 0 0px;
  background: linear-gradient(135deg, #f8f8fb 0%, #fff7f7 100%);
  overflow: hidden;
}

.founder-hero-new .min-vh-100 {
  min-height: 90vh;
}

.founder-left {
  position: relative;
  z-index: 2;
}

.founder-label {
  display: inline-block;
  padding: 10px 18px;
  background: rgba(247, 87, 87, 0.12);
  color: #f75757;
  border-radius: 40px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.founder-main-title {
  font-size: 92px;
  line-height: 0.95;
  font-weight: 800;
  color: #222328;
  margin-bottom: 20px;
}

.founder-role {
  font-size: 28px;
  line-height: 1.45;
  font-weight: 700;
  color: #2f2f35;
  max-width: 650px;
  margin-bottom: 25px;
}

.founder-summary {
  font-size: 18px;
  line-height: 1.9;
  color: #666;
  max-width: 620px;
  margin-bottom: 30px;
}

.founder-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 35px;
}

.founder-tags span {
  display: inline-block;
  padding: 11px 18px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 40px;
  font-size: 14px;
  font-weight: 600;
  color: #444;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}

.founder-buttons .btn {
  margin-right: 12px;
  margin-bottom: 10px;
  padding: 15px 28px;
}

/* Right Side */
.founder-right {
  position: relative;
  min-height: 680px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.founder-image-box {
  position: relative;
  z-index: 2;
  width: 78%;
  background: #fff;
  border-radius: 30px;
  padding: 5px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.10);
  transform: rotate(-2deg);
}

.founder-image-box img {
  width: 100%;
  border-radius: 20px;
  display: block;
}

.founder-floating-card {
  position: absolute;
  z-index: 3;
  background: #222328;
  color: #fff;
  border-radius: 24px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
}

.experience-card {
  left: 0;
  bottom: 90px;
  max-width: 260px;
  padding: 26px;
}

.experience-card h3 {
  font-size: 18px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 10px;
}

.experience-card p {
  margin-bottom: 0;
  color: rgba(255,255,255,0.8);
  line-height: 1.7;
  font-size: 12px;
  font-weight: 300;
}

.focus-card {
  top: 70px;
  right: 0;
  max-width: 240px;
  padding: 15px 22px;
  background: #f75757;
}

.focus-card small {
  display: inline-block;
  margin-bottom: 12px;
  color: rgba(255,255,255,0.8);
  letter-spacing: 1px;
  font-weight: 700;
}

.focus-card ul {
  margin: 0;
  padding-left: 18px;
}

.focus-card li {
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 14px;
}

.founder-accent-text {
  position: absolute;
  right: -10px;
  bottom: 20px;
  font-size: 90px;
  font-weight: 800;
  color: rgba(34, 35, 40, 0.06);
  letter-spacing: 8px;
  z-index: 1;
}

/* Background Shapes */
.founder-shape {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
}

.founder-shape-1 {
  width: 280px;
  height: 280px;
  background: rgba(247, 87, 87, 0.10);
  top: 60px;
  left: -80px;
}

.founder-shape-2 {
  width: 340px;
  height: 340px;
  background: rgba(34, 35, 40, 0.05);
  bottom: -120px;
  right: -80px;
}
/* ==== End Founder Page ===== */

/* ==== Start System Sections */
.system-tabs-wrapper {
  text-align: center;
}

/* Tabs */
.systems-tabs .nav-pills .nav-link {
  border-radius: 50px;
  padding: 10px 22px;
  margin: 6px;
  background: #ffffff;
  border: 1px solid #eee;
  color: #333;
  font-weight: 500;
  transition: all 0.3s ease;
}

.systems-tabs .nav-pills .nav-link:hover {
  background: #f75757;
  color: #fff;
  transform: translateY(-2px);
}

.systems-tabs .nav-pills .nav-link.active {
  background: #f75757;
  color: #fff;
  box-shadow: 0 8px 20px rgba(247, 87, 87, 0.3);
}

/* Content Card */
.system-content-card {
  background: #fff;
  border-radius: 15px;
  padding: 40px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.05);
  transition: all 0.3s;
}

/* Image */
.system-img {
  max-height: 350px;
  transition: all 0.3s;
}

.system-img:hover {
  transform: scale(1.05);
}

/* Features Grid */
.feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 20px;
}

.feature-item {
  font-size: 15px;
  color: #555;
}
/* ==== Start System Sections */

/* ===== TEAM FIX (FINAL) ===== */

/* Make all cards equal height */
.team-item-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Fix image container */
.team-item {
  height: 400px; /* adjust if needed */
  overflow: hidden;
  /* border-radius: 12px; */
  position: relative;
}

/* Make all images same size */
.team-item img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* IMPORTANT */
  transition: 0.3s ease;
}

/* Hover zoom effect */
.team-item:hover img {
  transform: scale(1.05);
}

/* Fix content alignment */
.team-item-content {
  text-align: center;
  padding-top: 15px;
}

/* Optional: better spacing */
.team-item-content h4 {
  font-size: 18px;
  font-weight: 600;
}

.team-item-content p {
  font-size: 14px;
  color: #777;
}

/* Optional: hover overlay (if not already styled) */
.team-img-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(34, 35, 40, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.3s;
}

.team-item:hover .team-img-hover {
  opacity: 1;
}

/* Social icons */
.team-social li a {
  color: #fff;
  font-size: 14px;
  margin: 0 5px;
  transition: 0.3s;
}

.team-social li a:hover {
  color: #f75757;
}

/* ==== End Team ==== */

/* ==== About head Section End */

.about-item-img.right,
.about-item-img.left {
  position: relative;
  display: inline-block;
  border-radius: 20px;
}

.about-item-img.right img.right-image,
.about-item-img.left img.left-image {
  display: block;
  width: 100%;
  border-radius: 10px;
  position: relative;
  /* z-index: 0; */
}

/* Gradient border */
.about-item-img.right::after,
.about-item-img.left::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px; /* border thickness */
  top: 12px;
  left: 12px;
  right: -12px;
  bottom: -12px;
  z-index: -1;

  border-radius: 16px;

  background: linear-gradient(135deg,
    #12264d 0%,
    #840c31 25%,
    #c70927 50%,
    #fc6623 75%,
    #ffbd30 100%
  );

  /* 🔥 IMPORTANT PART (this was missing before) */
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;

  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: exclude;

  pointer-events: none;
}

.about-item-img.left::before{
  top: 12px;
  left: -12px;
  right: 12px;
  bottom: -12px;
}

/* .about-item-img .border-right{
  border-radius: 10px;
  border: 1px solid #dc3545;
  padding: 20px;
} */

/* ==== About head Section End */

/*=== MEDIA QUERY ===*/
@media (max-width: 400px) {
  .header-top .header-top-info a {
    margin-left: 0px;
    display: block;
  }
  .navbar-toggler {
    color: #fff;
  }
  .slider .block h1 {
    font-size: 28px;
    line-height: 40px;
  }
  .slider {
    padding: 126px 0 151px 0;
  }
  .content-title {
    font-size: 28px;
    line-height: 46px;
  }
  .bg-about {
    display: none;
  }
  .p-5 {
    padding: 2rem !important;
  }
  h2, .h2 {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 36px;
  }
  .testimonial-item .testimonial-item-content {
    padding-left: 0px;
    padding-top: 30px;
  }
  .footer-socials {
    margin-top: 20px;
  }
  .footer-socials li a {
    margin-left: 0px;
  }
  .text-lg {
    font-size: 3rem;
  }
  .header-top .header-top-info {
    padding-bottom: 15px;
  }
  .blog-item-meta span {
    margin: 6px 0px;
  }
  .widget {
    margin-bottom: 30px;
    padding-bottom: 0px;
  }
  .dropdown-menu {
    display: none;
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .header-top .header-top-info a {
    margin-left: 0px;
  }
  .navbar-toggler {
    color: #fff;
  }
  .slider .block h1 {
    font-size: 38px;
    line-height: 50px;
  }
  .slider {
    padding: 126px 0 151px 0;
  }
  .content-title {
    font-size: 28px;
    line-height: 46px;
  }
  .bg-about {
    display: none;
  }
  .p-5 {
    padding: 2rem !important;
  }
  h2, .h2 {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 36px;
  }
  .testimonial-item .testimonial-item-content {
    padding-left: 0px;
    padding-top: 30px;
  }
  .footer-socials {
    margin-top: 20px;
  }
  .footer-socials li a {
    margin-left: 0px;
  }
  .blog-item-meta span {
    display: block;
    margin: 6px 0px;
  }
  .widget {
    margin-bottom: 30px;
    padding-bottom: 0px;
  }
  .dropdown-menu {
    display: none;
    width: 100%;
    text-align: center;
  }

  /* ==== */
  .hero-slider .carousel-item {
    min-height: 620px;
  }

  .hero-content {
    padding-top: 130px;
  }

  .hero-content h1 {
    font-size: 38px;
  }

  .hero-subtitle {
    font-size: 12px;
    letter-spacing: 2px;
  }

  .hero-buttons .btn {
    display: block;
    width: 100%;
    margin-right: 0;
  }

  .hero-slider .carousel-control-prev,
  .hero-slider .carousel-control-next {
    display: none;
  }

  /* ======= */

  .founder-main-title {
    font-size: 46px;
  }

  .founder-role {
    font-size: 18px;
  }

  .founder-summary {
    font-size: 16px;
  }

  .founder-buttons .btn {
    display: block;
    width: 100%;
    margin-right: 0;
  }

  .founder-tags span {
    font-size: 13px;
    padding: 10px 14px;
  }

}

@media (max-width: 768px) {
  .navbar-toggler {
    color: #fff;
  }
  .bg-about {
    display: none;
  }
  .footer-socials {
    margin-top: 20px;
  }
  .footer-socials li a {
    margin-left: 0px;
  }
  .slider .block h1 {
    font-size: 56px;
    line-height: 70px;
  }
  .blog-item-meta span {
    display: block;
    margin: 6px 0px;
  }
  .widget {
    margin-bottom: 30px;
    padding-bottom: 0px;
  }
  .dropdown-menu {
    display: none;
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 991px) {
  body.scrolled {
    padding-top: 64px;
  }

  .header-top .row {
    justify-content: center !important;
  }

  .header-top .header-top-socials {
    border-right: 0;
    padding: 10px 0 4px;
  }

  .header-top .header-top-socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 8px;
    min-width: 28px;
    min-height: 28px;
  }

  .header-top .header-top-info {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2px 18px;
    padding: 0 0 10px;
    font-size: 14px;
    line-height: 1.4;
  }

  .header-top .header-top-info a {
    margin-left: 0;
  }

  #navbar,
  #navbar.scrolled {
    padding: 10px 0 !important;
  }

  #navbar .container {
    max-width: 100%;
    padding-left: 18px;
    padding-right: 18px;
  }

  .navbar-brand {
    font-size: 18px;
    letter-spacing: 0;
  }

  .navbar-brand img {
    width: 32px;
  }

  #navbarsExample09 {
    margin-top: 12px;
    background: #222328;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    max-height: calc(100vh - 78px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  #navbar.scrolled #navbarsExample09 {
    max-height: calc(100vh - 64px);
  }

  #navbar .navbar-nav {
    align-items: stretch;
    padding: 8px 0;
  }

  #navbar li {
    padding-left: 0;
  }

  #navbar .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 16px;
    font-size: 13px;
  }

  #navbar .dropdown-menu,
  #navbar .dropdown-menu.show {
    position: static;
    display: block;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100%;
    margin: 0;
    border: 0;
    box-shadow: none;
    background: #2b2c31;
    text-align: center;
    transform: none;
  }

  #navbar .dropdown-menu:not(.show) {
    display: none;
  }

  #navbar .dropdown-item {
    color: #fff;
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    white-space: normal;
    line-height: 1.35;
  }

  #navbar .dropdown-item:hover,
  #navbar .dropdown-item:focus {
    background: #f75757;
    color: #fff;
  }

  #navbar form {
    margin: 10px 0 16px !important;
  }

  #navbar .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
  }

  .app-content {
    padding-left: 0;
    text-align: center;
  }

  .app-feature-item {
    justify-content: center;
  }

  .app-image-wrapper {
    min-height: auto;
  }

  .app-img-main,
  .app-img-secondary {
    position: static;
    max-width: 220px;
    margin: 10px;
  }

  /* === */

  .hero-slider .carousel-item {
    min-height: 680px;
  }

  .hero-content {
    padding-top: 150px;
  }

  .hero-content h1 {
    font-size: 48px;
  }

  /* ==== */

  .founder-hero-new {
    padding: 90px 0 70px;
  }

  .founder-main-title {
    font-size: 62px;
  }

  .founder-role {
    font-size: 22px;
  }

  .founder-right {
    margin-top: 50px;
    min-height: auto;
  }

  .founder-image-box {
    width: 100%;
    transform: none;
  }

  .experience-card,
  .focus-card {
    position: static;
    width: 100%;
    margin-top: 20px;
  }

  .founder-accent-text {
    display: none;
  }

  /* === System Section Style === */
  .system-content-card {
    padding: 25px;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .systems-tabs .nav-pills {
    flex-direction: column;
    align-items: center;
  }

  .systems-tabs .nav-pills .nav-link {
    width: 100%;
    max-width: 250px;
    text-align: center;
  }

  /* ==== Header Responsive Styles ==== */
  #navbar .services-menu {
    width: 100%;
    min-width: 100%;
    box-shadow: none;
    background: #2b2c31;
  }

  #navbar .services-menu .dropdown-submenu > .dropdown-menu {
    position: static;
    min-width: 100%;
    margin: 0;
    box-shadow: none;
    transform: none;
    display: none;
    visibility: visible !important;
    opacity: 1 !important;
    background: #33343a;
  }

  #navbar .services-menu .dropdown-submenu.open > .dropdown-menu {
    display: block;
    transform: none;
  }

  #navbar .services-menu .dropdown-item {
    text-align: center;
    padding: 14px 25px;
    color: #fff;
    background: transparent;
    white-space: normal;
  }

  #navbar .services-menu .submenu-arrow {
    right: 25px;
    transform: translateY(-50%) rotate(90deg);
    transition: transform 0.2s ease;
  }

  #navbar .services-menu .dropdown-submenu.open > .dropdown-item .submenu-arrow {
    transform: translateY(-50%) rotate(-90deg);
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #navbar li {
    padding-left: 8px;
  }

  #navbar .nav-link {
    font-size: 12px;
    letter-spacing: .25px;
  }

  #navbar .btn {
    padding: .5rem 1rem;
  }

  .navbar-brand {
    font-size: 18px;
  }
}

@media (max-width: 1199px) {
  .founder-main-title {
    font-size: 74px;
  }

  .founder-role {
    font-size: 24px;
  }

  .founder-right {
    min-height: 600px;
  }
}

/* ==================== Products Page Styles ==================== */
/* ===== Product Page Base ===== */
.product-page {
  font-family: "Poppins", sans-serif;
}

/* ===== HERO ===== */
.product-hero {
  background: linear-gradient(135deg, #1b1c20, #2a2d35);
  color: #fff;
  padding: 100px 0;
}

.product-hero h1 {
  font-size: 42px;
  font-weight: 700;
}

.product-btn {
  display: inline-block;
  background: #f75757;
  color: #fff;
  padding: 12px 30px;
  border-radius: 50px;
  transition: 0.3s;
}

.product-btn:hover {
  background: #dd0b0b;
  color: #fff;
}

/* ===== SECTION ===== */
.product-section {
  padding: 80px 0;
}

.product-bg-light {
  background: #f9f9f9;
}

/* ===== FEATURES ===== */
.product-feature {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  transition: 0.3s;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.product-feature:hover {
  transform: translateY(-5px);
}

.product-feature i {
  font-size: 28px;
  color: #f75757;
  margin-bottom: 15px;
}

/* ===== CONTENT ===== */
.product-content h3 {
  margin-bottom: 15px;
}

.product-content ul {
  padding-left: 20px;
}

.product-content ul li {
  margin-bottom: 8px;
}

/* ===== IMAGE ===== */
.product-img {
  border-radius: 15px;
  transition: 0.3s;
}

.product-img:hover {
  transform: scale(1.03);
}

/* ===== CTA ===== */
.product-cta {
  background: #222328;
  color: #fff;
  text-align: center;
  padding: 80px 0;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .product-hero {
    text-align: center;
  }

  .product-hero h1 {
    font-size: 28px;
  }

  .product-section {
    padding: 50px 0;
  }
}

/* ===== CORE FEATURES ===== */
.core-features-tabs .nav-link {
  color: #6c757d;
  border: 1px solid #eef2f7;
  background-color: #fff;
  font-weight: 500;
  font-size: 1.05rem;
  transition: all 0.3s ease;
}

.core-features-tabs .nav-link:hover {
  border-color: #f75757;
  color: #f75757;
}

.core-features-tabs .nav-link.active {
  background-color: #f75757;
  color: #fff;
  border-color: #f75757;
  box-shadow: 0 4px 15px rgba(247, 87, 87, 0.3);
}

.feature-detail-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-detail-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.08) !important;
}

.feature-check-list li {
  font-size: 1.05rem;
}

/* ===== TECH STACK ===== */
.tech-stack-tabs .nav-link {
  color: #afc0d0;
  border: 1px solid rgba(255,255,255,0.1);
  background-color: rgba(255,255,255,0.03);
  font-weight: 500;
  font-size: 0.95rem;
  transition: all 0.3s ease;
}

.tech-stack-tabs .nav-link:hover {
  border-color: rgba(255,255,255,0.2);
  color: #fff;
  background-color: rgba(255,255,255,0.08);
}

.tech-stack-tabs .nav-link.active {
  background-color: #f75757;
  color: #fff;
  border-color: #f75757;
}

.custom-grid-5 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.custom-grid-5 .col-grid-item {
  width: calc(20% - 16px);
}

@media (max-width: 991px) {
  .custom-grid-5 .col-grid-item {
    width: calc(33.333% - 14px);
  }
}

@media (max-width: 767px) {
  .custom-grid-5 .col-grid-item {
    width: calc(50% - 10px);
  }
}

@media (max-width: 480px) {
  .custom-grid-5 .col-grid-item {
    width: 100%;
  }
}

.tech-card {
  background-color: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.tech-card:hover {
  background-color: rgba(255, 255, 255, 0.06);
  transform: translateY(-5px);
  border-color: rgba(255, 255, 255, 0.1);
}

/* ===== HOME RESPONSIVE POLISH ===== */
@media (max-width: 1199px) {
  .hero-slider .carousel-item {
    min-height: 720px;
  }

  .hero-content {
    padding-top: 160px;
  }

  .hero-content h1 {
    font-size: 60px;
  }

  .content-title {
    font-size: 34px;
    line-height: 44px;
  }

  .about-content {
    padding-left: 45px;
  }

  .bg-about,
  .bg-about-right {
    min-height: 560px;
  }

  .app-img {
    max-width: 215px;
  }

  .app-img-secondary {
    left: 200px;
  }
}

@media (max-width: 991px) {
  body {
    font-size: 16px;
  }

  p {
    line-height: 28px;
  }

  .section,
  .elearning-app-section {
    padding: 70px 0;
  }

  .section-title {
    margin-bottom: 45px;
  }

  .content-title,
  .app-title {
    font-size: 30px;
    line-height: 40px;
  }

  .hero-slider .carousel-item {
    min-height: 620px;
    background-position: center center;
  }

  .hero-overlay {
    background: linear-gradient(90deg, rgba(0,0,0,0.86) 0%, rgba(0,0,0,0.68) 58%, rgba(0,0,0,0.5) 100%);
  }

  .hero-content {
    padding-top: 125px;
    max-width: 620px;
  }

  .hero-subtitle {
    font-size: 13px;
    letter-spacing: 2px;
    margin-bottom: 18px;
  }

  .hero-content h1 {
    font-size: 48px;
    line-height: 1.15;
    margin-bottom: 28px;
  }

  .intro-item {
    text-align: center;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }

  .intro-item i {
    font-size: 48px;
    line-height: 48px;
  }

  .bg-about,
  .bg-about-right {
    display: none;
  }

  .about .container {
    margin-bottom: 0 !important;
  }

  .about-item {
    max-width: 720px;
    margin: 0 auto;
  }

  .about-content {
    padding: 15px 0 0;
  }

  .about-content h4 {
    font-size: 18px;
    line-height: 30px;
  }

  .about-content h4:before {
    display: none;
  }

  .founder-actions {
    gap: 10px;
  }

  .founder-actions .founder-social {
    margin-right: 0 !important;
  }

  .app-image-wrapper {
    /* min-height: 430px; */
    padding-bottom: 50px;
  }

  .app-img {
    max-width: 200px;
  }

  .app-img-secondary {
    left: 135px;
  }

  .app-content {
    padding-left: 0;
  }

  .app-feature-item {
    align-items: flex-start;
  }

  .counter-item .counter-stat {
    font-size: 42px;
  }

  .service-item {
    padding: 28px 24px;
    text-align: center;
    background: #fff;
    border: 1px solid #f0f0f0;
    height: calc(100% - 30px);
  }

  .service-item i {
    position: static;
    display: block;
    margin-bottom: 18px;
    font-size: 42px;
  }

  .core-features {
    padding-bottom: 60px !important;
  }

  .core-features-tabs,
  .tech-stack-tabs {
    gap: 8px !important;
  }

  .core-features-tabs .nav-link,
  .tech-stack-tabs .nav-link {
    font-size: 14px;
    padding: 9px 16px !important;
  }

  .feature-detail-card .card-body {
    padding: 30px !important;
  }

  .feature-check-list li {
    align-items: flex-start !important;
  }

  .feature-check-list span {
    font-size: 1rem !important;
    line-height: 1.45;
  }

  .tech-stack.cta {
    padding: 70px 0 !important;
    background-attachment: scroll;
  }

  .tech-stack .content-title {
    font-size: 34px !important;
    line-height: 44px;
  }

  .testimonial-item {
    padding: 35px 24px;
  }

  .testimonial-item .testimonial-text {
    font-size: 17px;
    line-height: 30px;
  }

  .latest-blog {
    padding-bottom: 110px;
  }

  .latest-blog .card {
    height: 280px !important;
  }

  .cta-block-2 {
    padding: 35px !important;
    text-align: center;
  }

  .cta-block-2 .btn {
    float: none !important;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .section,
  .elearning-app-section {
    padding: 55px 0;
  }

  .section-title {
    margin-bottom: 35px;
  }

  .content-title,
  .app-title {
    font-size: 26px;
    line-height: 35px;
  }

  .hero-slider .carousel-item {
    min-height: 560px;
  }

  .hero-content {
    padding-top: 100px;
    text-align: center;
  }

  .hero-content h1 {
    font-size: 38px;
    line-height: 1.18;
  }

  .hero-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }

  .hero-buttons .btn {
    margin: 0;
    padding: 13px 24px;
    min-width: 155px;
  }

  .hero-slider .carousel-indicators {
    left: 50%;
    bottom: 25px;
    transform: translateX(-50%);
  }

  .counter-item {
    margin-bottom: 28px !important;
  }

  .service-item {
    height: auto;
    margin-bottom: 24px !important;
  }

  .app-image-wrapper {
    display: flex;
    justify-content: center;
    min-height: 360px;
    width: 100%;
  }

  .app-img {
    max-width: 170px;
  }

  .app-img-secondary {
    /* left: 50%;
    top: 42px; */
    transform: translateX(8%);
  }

  .app-content {
    text-align: center;
  }

  .app-feature-item {
    justify-content: center;
    text-align: left;
    font-size: 15px;
  }

  .core-features-tabs,
  .tech-stack-tabs {
    justify-content: flex-start !important;
    flex-wrap: nowrap !important;
    overflow-x: auto;
    padding-bottom: 8px;
    -webkit-overflow-scrolling: touch;
  }

  .core-features-tabs .nav-item,
  .tech-stack-tabs .nav-item {
    flex: 0 0 auto;
  }

  .feature-detail-card .card-body {
    padding: 24px !important;
  }

  .core-features .tab-pane h2,
  .core-features .tab-pane .content-title {
    font-size: 26px !important;
    line-height: 34px;
    text-align: center;
  }

  .core-features .tab-pane p {
    font-size: 1rem !important;
    text-align: center;
  }

  .core-features .tab-pane .btn {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .tech-stack .content-title {
    font-size: 28px !important;
    line-height: 36px;
  }

  .custom-grid-5 {
    gap: 14px;
  }

  .tech-card {
    padding: 22px 16px !important;
  }

  .testimonial-item i {
    left: 22px;
    top: 24px;
    font-size: 30px;
  }

  .testimonial-item .testimonial-item-content {
    padding-left: 44px;
  }

  .latest-blog .card {
    height: 260px !important;
  }

  .footer.section {
    padding-top: 55px;
  }
}

@media (max-width: 575px) {
  body {
    font-size: 15px;
  }

  p {
    line-height: 26px;
  }

  .container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .content-title,
  .app-title {
    font-size: 24px;
    line-height: 32px;
  }

  .hero-slider .carousel-item {
    min-height: 520px;
  }

  .hero-subtitle {
    font-size: 11px;
    letter-spacing: 1.5px;
  }

  .hero-content h1 {
    font-size: 31px;
  }

  .hero-buttons .btn {
    width: 100%;
  }

  .about-content ul li {
    margin-bottom: 8px;
    line-height: 1.5;
  }

  .founder-actions {
    justify-content: center;
  }

  .founder-actions .btn {
    width: 100%;
    margin-top: 8px;
  }

  .app-image-wrapper {
    min-height: 315px;
  }

  .app-img {
    max-width: 145px;
    border-radius: 22px;
  }

  /* .app-img-secondary {
    top: 36px;
  } */

  .app-content .btn {
    display: block;
    width: 100%;
    margin: 0 0 12px !important;
  }

  .counter-item .counter-stat {
    font-size: 34px;
  }

  .service-item {
    padding: 24px 18px;
  }

  .service-item h4 {
    font-size: 19px;
    line-height: 26px;
  }

  .feature-detail-card .card-body > .d-flex {
    align-items: flex-start !important;
  }

  .feature-detail-card .icon-box {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 44px;
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    margin-right: 14px !important;
  }

  .feature-check-list li {
    margin-bottom: 16px !important;
  }

  .tech-stack.cta {
    padding: 55px 0 !important;
  }

  .custom-grid-5 .col-grid-item {
    margin-bottom: 0 !important;
  }

  .latest-blog .section-title p {
    font-size: 1rem !important;
  }

  .latest-blog .card {
    height: 235px !important;
  }

  .latest-blog .card .p-4 {
    padding: 20px !important;
  }

  .latest-blog .card h4 {
    font-size: 1.1rem !important;
  }

  .cta-block-2 {
    padding: 28px 20px !important;
  }

  .cta-block-2 h2 {
    font-size: 24px;
    line-height: 32px;
  }
}

/* ===== HOME MOBILE IMAGE REFINEMENT ===== */
@media (max-width: 991px) {
  .about.position-relative {
    overflow: hidden;
  }

  .about .bg-about,
  .about .bg-about-right {
    display: block;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    transform: none;
    width: calc(100% - 36px);
    max-width: 620px;
    min-height: 360px;
    margin: 0 auto 38px;
    border-radius: 18px;
    background-position: center top;
    background-size: cover;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.16);
  }

  .about .bg-about-right {
    margin: 38px auto 0;
  }

  .about .bg-about::after,
  .about .bg-about-right::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(180deg, rgba(34,35,40,0) 45%, rgba(34,35,40,0.22) 100%);
    pointer-events: none;
  }

  .elearning-app-section .row {
    align-items: flex-start !important;
  }

  .app-image-wrapper {
    display: block;
    width: 100%;
    max-width: 360px;
    /* min-height: 420px; */
    margin: 0;
    text-align: left;
    position: relative;
  }

  .app-img {
    max-width: 200px;
  }

  .app-img-main {
    margin-left: 10px;
  }

  .app-img-secondary {
    bottom: 72px;
    left: 200px;
    transform: none;
    position: absolute;
  }

  .app-content {
    text-align: left;
  }

  .app-feature-item {
    justify-content: flex-start;
    text-align: left;
  }
}

@media (max-width: 767px) {
  .about .bg-about,
  .about .bg-about-right {
    width: calc(100% - 32px);
    min-height: 310px;
    margin-bottom: 30px;
    border-radius: 16px;
  }

  .about .bg-about-right {
    margin-top: 30px;
  }

  .app-image-wrapper {
    max-width: 315px;
    min-height: 350px;
  }

  .app-img {
    max-width: 165px;
  }

  .app-img-main {
    margin-left: 0;
  }

  .app-img-secondary {
    bottom: 70px;
    left: 170px;
  }
}

@media (max-width: 575px) {
  .about .bg-about,
  .about .bg-about-right {
    width: calc(100% - 28px);
    min-height: 260px;
    border-radius: 14px;
  }

  .app-image-wrapper {
    max-width: 270px;
    min-height: 305px;
  }

  .app-img {
    max-width: 142px;
  }

  .app-img-secondary {
    bottom: 60px;
    left: 150px;
  }
}

@media (max-width: 380px) {
  .about .bg-about,
  .about .bg-about-right {
    min-height: 230px;
  }

  .app-image-wrapper {
    max-width: 245px;
    min-height: 285px;
  }

  .app-img {
    max-width: 132px;
  }

  .app-img-secondary {
    bottom: 60px;
    left: 150px;
  }
}

/* ===== WORK PROCESS SECTION ===== */
.work-process-section {
  position: relative;
  overflow: hidden;
}

.work-process-section .section-title {
  margin-bottom: 55px;
}

.work-process-section .section-title p {
  max-width: 760px;
}

.process-panel {
  position: relative;
  padding: 34px;
  background: #fff;
  border: 1px solid rgba(34, 35, 40, 0.08);
  border-radius: 18px;
  box-shadow: 0 20px 50px rgba(34, 35, 40, 0.07);
  overflow: hidden;
}

.process-panel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #f75757;
}

.process-panel-software::before {
  background: #222328;
}

.process-panel-head {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 28px;
}

.process-panel-icon {
  flex: 0 0 58px;
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: rgba(247, 87, 87, 0.12);
  color: #f75757;
  font-size: 24px;
}

.process-panel-software .process-panel-icon {
  background: rgba(34, 35, 40, 0.08);
  color: #222328;
}

.process-panel-head span {
  display: block;
  margin-bottom: 5px;
  color: #f75757;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.process-panel-software .process-panel-head span {
  color: #222328;
}

.process-panel-head h3 {
  margin: 0;
  color: #222328;
  font-size: 24px;
  line-height: 1.25;
}

.process-steps {
  display: grid;
  gap: 16px;
}

.process-step {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 18px;
  background: #f8f9fc;
  border-radius: 14px;
  border: 1px solid rgba(34, 35, 40, 0.05);
}

.process-step > span {
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f75757;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.process-panel-software .process-step > span {
  background: #222328;
}

.process-step h4 {
  margin: 0 0 6px;
  color: #222328;
  font-size: 17px;
  line-height: 1.35;
}

.process-step p {
  margin: 0;
  color: #666;
  font-size: 15px;
  line-height: 1.65;
}

/* ===== SERVICE PAGE SUMMARY SECTIONS ===== */
.service-summary-section {
  position: relative;
}

.service-summary-section .section-title {
  margin-bottom: 30px;
}

.service-summary-section .section-title p {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.client-proof-section {
  background: #ffffff;
  /* padding-bottom: 50px; */
}

.client-proof-image,
.delivery-proof-card {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  /* background: #ffffff; */
  /* border: 1px solid rgba(34, 35, 40, 0.08);
  box-shadow: 0 18px 45px rgba(16, 24, 40, 0.1); */
}

.delivery-proof-card {
  background: #ffffff;
  border: 1px solid rgba(34, 35, 40, 0.08);
  /* box-shadow: 0 18px 45px rgba(16, 24, 40, 0.1); */
}

.client-proof-image img,
.delivery-proof-card img {
  display: block;
  width: 100%;
  transition: transform 0.35s ease;
}

.client-proof-image .proof-popup,
.delivery-proof-card .proof-popup {
  display: block;
  color: inherit;
  cursor: zoom-in;
}

.client-proof-image .proof-popup:hover,
.delivery-proof-card .proof-popup:hover {
  color: inherit;
}

.delivery-proof-card:hover img {
  transform: scale(1.01);
}

.client-proof-image img {
  /* aspect-ratio: 16 / 9; */
  object-fit: contain;
  object-position: center;
}

.delivery-proof-section {
  background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
}

.proof-group {
  padding: 28px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(34, 35, 40, 0.06);
}

.proof-group-heading {
  margin-bottom: 20px;
}

.proof-group-heading span {
  display: inline-block;
  color: #222328;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}

.delivery-proof-card-feature img {
  aspect-ratio: 16 / 9;
  object-fit: contain;
  object-position: center;
}

.delivery-proof-card-screen img {
  aspect-ratio: 16 / 9;
  object-fit: contain;
  object-position: center;
}

.delivery-proof-card-phone {
  background: #ffffff;
}

.delivery-proof-card-phone img {
  height: 100%;
  min-height: 100%;
  aspect-ratio: 3 / 4;
  object-fit: contain;
  object-position: center;
}

.delivery-proof-caption {
  position: absolute;
  left: 16px;
  bottom: 16px;
  padding: 8px 13px;
  border-radius: 6px;
  background: rgba(34, 35, 40, 0.82);
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}

.delivery-proof-card-screen .delivery-proof-caption,
.delivery-proof-card-phone .delivery-proof-caption {
  background: rgba(34, 35, 40, 0.82);
}

@media (max-width: 767px) {
  .proof-group {
    padding: 18px;
  }

  .client-proof-image img,
  .delivery-proof-card-feature img,
  .delivery-proof-card-screen img {
    aspect-ratio: 4 / 3;
  }

  .delivery-proof-caption {
    left: 10px;
    bottom: 10px;
    font-size: 12px;
  }
}

.service-summary-card {
  padding: 30px;
  background: #fff;
  border: 1px solid rgba(34, 35, 40, 0.07);
  border-radius: 14px;
  box-shadow: 0 15px 38px rgba(34, 35, 40, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.service-summary-card:hover {
  transform: translateY(-5px);
  border-color: rgba(247, 87, 87, 0.24);
  box-shadow: 0 22px 48px rgba(34, 35, 40, 0.1);
}

.service-summary-icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  border-radius: 15px;
  background: rgba(247, 87, 87, 0.1);
  color: #f75757;
  font-size: 23px;
}

.service-summary-card h3 {
  margin-bottom: 12px;
  color: #222328;
  font-size: 22px;
  line-height: 1.3;
}

.service-summary-card p {
  margin-bottom: 20px;
  color: #666;
  font-size: 15px;
  line-height: 1.65;
}

.service-summary-card ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-summary-card li {
  position: relative;
  padding-left: 22px;
  color: #444;
  font-size: 15px;
  line-height: 1.45;
}

.service-summary-card li::before {
  content: "\f00c";
  position: absolute;
  top: 1px;
  left: 0;
  color: #f75757;
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  font-weight: 900;
}

.service-delivery-section {
  background: #fff;
}

.service-delivery-intro p {
  color: #666;
  line-height: 1.75;
}

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

.service-delivery-step {
  position: relative;
  padding: 28px;
  min-height: 220px;
  background: #222328;
  border-radius: 14px;
  overflow: hidden;
}

.service-delivery-step::after {
  content: "";
  position: absolute;
  right: -40px;
  bottom: -40px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(247, 87, 87, 0.16);
}

.service-delivery-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 22px;
  border-radius: 50%;
  background: #f75757;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.service-delivery-step h3 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 20px;
}

.service-delivery-step p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
  line-height: 1.65;
}

/* ===== HOME MOBILE SECTION HEADER ALIGNMENT ===== */
@media (max-width: 767px) {
  .home-page .section > .container > .row.justify-content-center:first-child {
    justify-content: flex-start !important;
  }

  .home-page .section > .container > .row.justify-content-center:first-child > [class*="col-"] {
    text-align: left !important;
  }

  .home-page .section-title {
    text-align: left !important;
  }

  .home-page .section-title p,
  .home-page .section-title .mx-auto {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (max-width: 991px) {
  .work-process-section .section-title {
    margin-bottom: 38px;
  }

  .process-panel {
    padding: 28px;
  }

  .process-panel-head h3 {
    font-size: 22px;
  }

  .service-summary-section .section-title {
    margin-bottom: 38px;
  }

  .service-summary-card {
    padding: 26px;
  }

  .service-delivery-grid {
    gap: 15px;
  }

  .service-delivery-step {
    min-height: 205px;
    padding: 24px;
  }

  .pricing .pricing-header h1 {
    font-size: 42px;
  }

  .pricing-category-title h3 {
    font-size: 24px;
  }

  .pricing-custom-box {
    padding: 34px;
  }

  .pricing-custom-box h2 {
    font-size: 30px;
  }

  .pricing-final-cta {
    padding: 32px;
    text-align: center;
  }

  .pricing-final-cta h2 {
    font-size: 26px;
    margin-bottom: 22px;
  }

  .website-service-hero,
  .website-service-section {
    padding: 70px 0;
  }

  .website-service-hero h1 {
    font-size: 42px;
  }

  .website-browser-card {
    margin-right: auto;
  }

  .website-process-list div {
    grid-template-columns: 44px 1fr;
  }

  .website-process-list p {
    grid-column: 2;
  }

  .app-phone-showcase {
    min-height: 500px;
    margin-right: auto;
  }

  .app-phone-main {
    right: 170px;
  }

  .app-phone-secondary {
    right: 55px;
  }

  .software-system-map {
    margin: 0 auto;
  }

  .software-development-page .website-feature-card {
    transform: none;
  }

  .creative-hero,
  .creative-section {
    padding: 70px 0;
  }

  .creative-hero h1 {
    font-size: 42px;
  }

  .creative-board {
    margin: 0 auto;
  }

  .production-hero {
    padding: 70px 0;
  }

  .production-hero h1 {
    font-size: 42px;
  }

  .production-studio {
    margin: 0 auto;
  }

  .digital-hero,
  .digital-section {
    padding: 70px 0;
  }

  .digital-hero h1 {
    font-size: 42px;
  }

  .digital-dashboard {
    margin: 0 auto;
  }

  .business-hero,
  .business-section {
    padding: 70px 0;
  }

  .business-hero h1 {
    font-size: 42px;
  }

  .business-system-board {
    margin: 0 auto;
  }

  .creative-process-list div {
    grid-template-columns: 44px 1fr;
  }

  .creative-process-list p {
    grid-column: 2;
  }

  .digital-process-list div {
    grid-template-columns: 44px 1fr;
  }

  .digital-process-list p {
    grid-column: 2;
  }

  .business-process-list div {
    grid-template-columns: 44px 1fr;
  }

  .business-process-list p {
    grid-column: 2;
  }
}

@media (max-width: 575px) {
  .process-panel {
    padding: 24px 18px;
    border-radius: 14px;
  }

  .process-panel-head {
    align-items: flex-start;
    gap: 14px;
  }

  .process-panel-icon {
    flex-basis: 48px;
    width: 48px;
    height: 48px;
    border-radius: 13px;
    font-size: 20px;
  }

  .process-panel-head h3 {
    font-size: 20px;
  }

  .process-step {
    gap: 13px;
    padding: 15px;
  }

  .process-step > span {
    flex-basis: 34px;
    width: 34px;
    height: 34px;
    font-size: 12px;
  }

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

  .process-step p {
    font-size: 14px;
    line-height: 1.55;
  }

  .service-summary-card {
    padding: 24px 20px;
    border-radius: 12px;
  }

  .service-summary-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 18px;
    font-size: 20px;
  }

  .service-summary-card h3 {
    font-size: 20px;
  }

  .service-summary-card p,
  .service-summary-card li {
    font-size: 14px;
  }

  .service-delivery-intro {
    text-align: left;
  }

  .service-delivery-grid {
    grid-template-columns: 1fr;
  }

  .service-delivery-step {
    min-height: auto;
    padding: 22px 20px;
  }

  .service-delivery-step span {
    width: 38px;
    height: 38px;
    margin-bottom: 18px;
  }

  .service-delivery-step h3 {
    font-size: 18px;
  }

  .service-delivery-step p {
    font-size: 14px;
  }

  .pricing .card-body {
    padding: 34px 22px !important;
  }

  .pricing .pricing-header {
    margin-bottom: 28px !important;
  }

  .pricing .pricing-header h1 {
    font-size: 36px;
  }

  .pricing-category-title {
    margin-bottom: 22px;
    text-align: left;
  }

  .pricing-category-title h3 {
    font-size: 21px;
  }

  .pricing .card ul {
    max-width: 100%;
    line-height: 28px;
    font-size: 14px;
  }

  .pricing-custom-box {
    padding: 28px 20px;
  }

  .pricing-custom-box h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .pricing-custom-grid {
    grid-template-columns: 1fr;
  }

  .pricing-custom-item {
    padding: 20px;
  }

  .pricing-final-cta {
    padding: 28px 20px;
  }

  .pricing-final-cta h2 {
    font-size: 22px;
    line-height: 30px;
  }

  .pricing-final-cta .btn {
    width: 100%;
  }

  .website-service-hero,
  .website-service-section {
    padding: 55px 0;
  }

  .website-service-hero h1 {
    font-size: 32px;
    line-height: 1.18;
  }

  .website-service-hero .btn {
    width: 100%;
    margin-right: 0 !important;
  }

  .website-browser-card {
    padding: 12px;
    border-radius: 14px;
  }

  .browser-preview {
    min-height: 280px;
    padding: 18px;
  }

  .preview-hero {
    width: 82%;
    height: 72px;
  }

  .preview-grid {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .preview-grid span {
    height: 42px;
  }

  .browser-floating-card {
    position: static;
    margin-top: 14px;
    justify-content: center;
  }

  .website-service-panel {
    padding: 24px 20px;
  }

  .website-service-panel h2,
  .website-service-cta h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .website-check-grid {
    grid-template-columns: 1fr;
  }

  .website-feature-card {
    padding: 24px 20px;
  }

  .website-process-list div {
    grid-template-columns: 40px 1fr;
    gap: 12px;
    padding: 16px;
  }

  .website-process-list p {
    grid-column: 1 / -1;
  }

  .website-service-cta .btn {
    width: 100%;
  }

  .app-phone-showcase {
    min-height: 430px;
    max-width: 310px;
    margin: 0 auto;
  }

  .app-phone {
    width: 175px;
    min-height: 360px;
    padding: 10px;
    border-radius: 28px;
  }

  .app-phone-main {
    left: 0;
    right: auto;
    top: 0;
  }

  .app-phone-secondary {
    left: 115px;
    right: auto;
    top: 54px;
    transform: scale(0.86);
  }

  .app-phone-notch {
    width: 58px;
    height: 14px;
    margin-bottom: 8px;
  }

  .app-screen {
    min-height: 315px;
    padding: 13px;
    border-radius: 21px;
  }

  .app-screen-header {
    height: 28px;
    margin-bottom: 13px;
  }

  .app-screen-card,
  .app-screen-card.wide {
    height: 82px;
    margin-bottom: 13px;
  }

  .app-screen-grid {
    gap: 7px;
    margin-bottom: 13px;
  }

  .app-screen-grid span {
    height: 42px;
  }

  .webapp-hero,
  .software-hero {
    padding: 55px 0;
  }

  .webapp-hero h1,
  .software-hero h1 {
    font-size: 32px;
    line-height: 1.18;
  }

  .webapp-hero .btn,
  .software-hero .btn {
    width: 100%;
    margin-right: 0 !important;
  }

  .webapp-dashboard {
    grid-template-columns: 56px 1fr;
    min-height: 330px;
    padding: 10px;
    border-radius: 16px;
  }

  .webapp-sidebar {
    gap: 10px;
    padding: 18px 10px;
  }

  .webapp-sidebar span:first-child {
    height: 32px;
  }

  .webapp-main {
    padding: 16px;
  }

  .webapp-stats {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .webapp-stats span {
    height: 42px;
  }

  .webapp-chart {
    height: 82px;
  }

  .webapp-badge {
    position: static;
    grid-column: 1 / -1;
    margin-top: 12px;
    justify-content: center;
  }

  .software-system-map {
    min-height: 430px;
    margin: 0 auto;
    border-radius: 20px;
    background-size: 34px 34px;
  }

  .software-system-map::before {
    inset: 64px;
  }

  .software-system-map::after {
    inset: 116px;
  }

  .system-node {
    gap: 8px;
    padding: 12px 13px;
    font-size: 13px;
    border-radius: 13px;
  }

  .system-node-main {
    padding: 16px 15px;
  }

  .node-1 {
    top: 44px;
    left: 14px;
  }

  .node-2 {
    top: 106px;
    right: 14px;
  }

  .node-3 {
    bottom: 126px;
    left: 14px;
  }

  .node-4 {
    right: 14px;
    bottom: 72px;
  }

  .system-connection {
    display: none;
  }

  .software-map-note {
    left: 16px;
    right: 16px;
    bottom: 18px;
    padding: 12px 10px;
    font-size: 13px;
    line-height: 1.35;
    text-align: center;
  }

  .api-hero {
    padding: 55px 0;
  }

  .api-hero h1 {
    font-size: 32px;
    line-height: 1.18;
  }

  .api-hero .btn {
    width: 100%;
    margin-right: 0 !important;
  }

  .api-network-map {
    min-height: 470px;
    margin: 0 auto;
  }

  .api-network-map::before {
    inset: 78px;
  }

  .api-network-map::after {
    inset: 128px;
  }

  .api-core {
    width: 118px;
    height: 118px;
    border-radius: 26px;
    font-size: 13px;
  }

  .api-node {
    padding: 11px 12px;
    font-size: 12px;
  }

  .api-node-1 {
    top: 38px;
    left: 20px;
  }

  .api-node-2 {
    top: 98px;
    right: 18px;
  }

  .api-node-3 {
    left: 18px;
    bottom: 155px;
  }

  .api-node-4 {
    right: 18px;
    bottom: 112px;
  }

  .api-node-5 {
    bottom: 72px;
  }

  .api-pulse {
    inset: 150px;
  }

  .api-status-card {
    left: 16px;
    right: 16px;
    bottom: 16px;
    font-size: 13px;
  }

  .creative-hero,
  .creative-section {
    padding: 55px 0;
  }

  .creative-hero h1 {
    font-size: 32px;
    line-height: 1.18;
  }

  .creative-hero .btn {
    width: 100%;
    margin-right: 0 !important;
  }

  .creative-board {
    min-height: 455px;
    padding: 18px;
    border-radius: 20px;
  }

  .production-hero {
    padding: 55px 0;
  }

  .production-hero h1 {
    font-size: 32px;
    line-height: 1.18;
  }

  .production-hero .btn {
    width: 100%;
    margin-right: 0 !important;
  }

  .studio-frame {
    min-height: 455px;
    padding: 18px;
    border-radius: 20px;
  }

  .studio-frame::before {
    inset: 78px 28px 116px 28px;
  }

  .studio-frame::after {
    right: -72px;
    top: 72px;
    width: 150px;
    height: 150px;
  }

  .studio-preview {
    top: 84px;
    width: 216px;
    min-height: 214px;
    padding: 22px;
    border-radius: 18px;
  }

  .studio-preview i {
    width: 50px;
    height: 50px;
    margin-bottom: 18px;
    font-size: 21px;
  }

  .studio-preview strong {
    font-size: 20px;
  }

  .studio-metrics {
    left: 18px;
    top: 172px;
    gap: 8px;
  }

  .studio-metrics div {
    min-width: 58px;
    padding: 8px 9px;
  }

  .studio-timeline {
    left: 18px;
    right: 18px;
    bottom: 112px;
    gap: 7px;
  }

  .studio-timeline span {
    height: 14px;
  }

  .studio-note {
    left: 16px;
    right: 16px;
    bottom: 16px;
    padding: 13px 12px;
    font-size: 13px;
    line-height: 1.35;
    text-align: center;
  }

  .digital-hero,
  .digital-section {
    padding: 55px 0;
  }

  .digital-hero h1 {
    font-size: 32px;
    line-height: 1.18;
  }

  .digital-hero .btn {
    width: 100%;
    margin-right: 0 !important;
  }

  .digital-dashboard {
    min-height: 455px;
    padding: 18px;
    border-radius: 20px;
  }

  .digital-dashboard::before {
    inset: 76px 18px 112px 18px;
    background-size: 28px 28px;
  }

  .digital-dashboard::after {
    right: 16px;
    top: 92px;
    width: 112px;
    height: 112px;
    border-width: 22px;
  }

  .digital-main-card {
    top: 84px;
    left: 18px;
    width: 205px;
    min-height: 204px;
    padding: 22px;
    border-radius: 18px;
  }

  .digital-main-card i {
    width: 48px;
    height: 48px;
    margin-bottom: 18px;
    font-size: 20px;
  }

  .digital-main-card strong {
    font-size: 20px;
  }

  .digital-chart-bars {
    right: 22px;
    bottom: 138px;
    height: 116px;
    gap: 8px;
  }

  .digital-chart-bars span {
    width: 21px;
  }

  .digital-chart-bars span:nth-child(1) {
    height: 52px;
  }

  .digital-chart-bars span:nth-child(2) {
    height: 82px;
  }

  .digital-chart-bars span:nth-child(3) {
    height: 68px;
  }

  .digital-chart-bars span:nth-child(4) {
    height: 104px;
  }

  .digital-kpi-grid {
    left: 16px;
    right: 16px;
    bottom: 84px;
    gap: 8px;
  }

  .digital-kpi-grid div {
    padding: 10px 7px;
  }

  .digital-kpi-grid b {
    font-size: 12px;
  }

  .digital-status {
    left: 16px;
    right: 16px;
    bottom: 16px;
    padding: 13px 12px;
    font-size: 13px;
    line-height: 1.35;
    text-align: center;
  }

  .business-hero,
  .business-section {
    padding: 55px 0;
  }

  .business-hero h1 {
    font-size: 32px;
    line-height: 1.18;
  }

  .business-hero .btn {
    width: 100%;
    margin-right: 0 !important;
  }

  .business-system-board {
    min-height: 455px;
    padding: 18px;
    border-radius: 20px;
  }

  .business-system-board::before {
    inset: 104px 34px 132px 34px;
  }

  .business-system-board::after {
    top: 185px;
    width: 150px;
  }

  .business-core-card {
    top: 82px;
    width: 214px;
    min-height: 196px;
    padding: 22px;
    border-radius: 18px;
  }

  .business-core-card i {
    width: 48px;
    height: 48px;
    margin-bottom: 18px;
    font-size: 20px;
  }

  .business-core-card strong {
    font-size: 20px;
  }

  .business-flow {
    width: 82px;
    min-height: 74px;
    border-radius: 15px;
    font-size: 13px;
  }

  .business-flow i {
    font-size: 18px;
  }

  .flow-1 {
    left: 18px;
    top: 176px;
  }

  .flow-2 {
    right: 18px;
    top: 176px;
  }

  .flow-3 {
    bottom: 126px;
  }

  .business-metrics {
    left: 16px;
    right: 16px;
    bottom: 78px;
    gap: 8px;
  }

  .business-metrics div {
    padding: 10px 7px;
  }

  .business-metrics b {
    font-size: 12px;
  }

  .business-status {
    left: 16px;
    right: 16px;
    bottom: 16px;
    padding: 13px 12px;
    font-size: 13px;
    line-height: 1.35;
    text-align: center;
  }

  .creative-board::before {
    inset: 70px 20px auto auto;
    width: 150px;
    height: 150px;
  }

  .creative-board::after {
    left: 20px;
    bottom: 72px;
    width: 120px;
    height: 120px;
  }

  .creative-brand-card {
    top: 88px;
    width: 210px;
    min-height: 190px;
    padding: 22px;
    border-radius: 18px;
  }

  .creative-brand-card i {
    width: 48px;
    height: 48px;
    margin-bottom: 18px;
    font-size: 20px;
  }

  .creative-brand-card strong {
    font-size: 20px;
  }

  .swatch-1 {
    top: 124px;
    left: 18px;
    width: 58px;
    height: 58px;
    border-radius: 14px;
  }

  .swatch-2 {
    right: 20px;
    bottom: 146px;
    width: 68px;
    height: 68px;
    border-radius: 14px;
  }

  .swatch-3 {
    left: 36px;
    bottom: 126px;
    width: 54px;
    height: 54px;
    border-radius: 14px;
  }

  .line-1 {
    top: 310px;
    left: 92px;
    width: 178px;
  }

  .line-2 {
    top: 338px;
    left: 118px;
    width: 122px;
  }

  .line-3 {
    top: 366px;
    left: 102px;
    width: 154px;
  }

  .creative-floating-note {
    left: 16px;
    right: 16px;
    bottom: 16px;
    padding: 13px 12px;
    font-size: 13px;
    line-height: 1.35;
    text-align: center;
  }

  .creative-panel {
    padding: 24px 20px;
    border-radius: 14px;
  }

  .creative-panel h2,
  .creative-service-cta h2,
  .digital-panel h2,
  .digital-service-cta h2,
  .business-panel h2,
  .business-service-cta h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .creative-check-grid,
  .digital-check-grid,
  .business-check-grid {
    grid-template-columns: 1fr;
  }

  .creative-feature-card,
  .digital-feature-card,
  .business-feature-card {
    padding: 24px 20px;
  }

  .creative-process-list div,
  .digital-process-list div,
  .business-process-list div {
    grid-template-columns: 40px 1fr;
    gap: 12px;
    padding: 16px;
  }

  .creative-process-list p,
  .digital-process-list p,
  .business-process-list p {
    grid-column: 1 / -1;
  }

  .creative-service-cta .btn,
  .digital-service-cta .btn,
  .business-service-cta .btn {
    width: 100%;
  }
}

/*# sourceMappingURL=maps/style.css.map */
