
@import url("https://fonts.googleapis.com/css?family=Open+Sans:100,200,300,400,500,600,700,800,700");

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  background-color: #fff;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #111a35;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 15px;
  line-height: 26px;
  color: #111a35;
}

img {
  width: 100%;
  overflow: hidden;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family: 'Poppins', sans-serif;
}

::selection {
  background: #f9a31a;
  color: #fff;
}

::-moz-selection {
  background: #f9a31a;
  color: #fff;
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

.green-button a {
  font-size: 14px;
  color: #fff;
  background-color: #3970b7;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 5px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  transition: all .3s;
}

.green-button a:hover {
  opacity: 0.9;
}

.orange-button a {
  font-size: 14px;
  color: #fff;
  background-color: #f9a31a;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 5px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  transition: all .3s;
}

.orange-button a:hover {
  opacity: 0.9;
}

section {
  margin-top: 120px;
}

.section-heading {
  position: relative;
  z-index: 2;
  margin-top: 0px;
  text-align: center;
  margin-bottom: 70px;
}

.section-heading h6 {
  font-size: 16px;
  text-transform: uppercase;
  color: #f9a31a;
  font-weight: 700;
}

.section-heading h4 {
  margin-top: 10px;
  line-height: 40px;
  font-size: 36px;
  font-weight: 700;
  text-transform: capitalize;
  color: #111a35;
}

.section-heading p {
  margin-top: 30px;
}


/* 
---------------------------------------------
header
--------------------------------------------- 
*/
.background-header {
  background-color: #111a35;
  height: 80px!important;
  position: fixed!important;
  top: 0!important;
  left: 0;
  right: 0;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
}

.header-area {
  background-image: url(../images/header-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  height: 110px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area .main-nav {
  min-height: 80px;
  background: transparent;
}

.header-area .main-nav .logo {
  line-height: 120px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.background-header .main-nav .logo {
  line-height: 80px;
  width: 160px;
}

.background-header .nav {
  margin-top: 18px !important;
}

.header-area .main-nav .nav {
  float: right;
  margin-top: 40px;
  margin-right: 0px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 25px;
  padding-right: 25px;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 300;
  font-size: 14px;
  text-transform: capitalize;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}

.header-area .main-nav .nav li:last-child a {
  font-size: 14px;
  color: #fff;
  background-color: #3970b7;
  padding: 10px 20px !important;
  display: inline-block;
  border-radius: 5px;
  font-weight: 500;
  text-transform: capitalize;
  height: auto;
  line-height: 25px;
  letter-spacing: 0.5px;
  transition: all .3s;
}

.header-area .main-nav .nav li:last-child a:hover {
  color: #fff;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li:last-child a,
.background-header .main-nav .nav li.has-sub ul.sub-menu li:last-child a {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
  border-radius: 0px;
  padding-top: 0px !important;
  height: 40px;
}


.header-area .main-nav .nav li.has-sub ul.sub-menu li:last-child a:hover,
.background-header .main-nav .nav li.has-sub ul.sub-menu li:last-child a:hover {
  padding-left: 25px !important;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: #f9a31a;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: #f9a31a;
  opacity: 1;
}

.header-area .main-nav .nav li.has-sub {
  position: relative;
  padding-right: 15px;
}

.header-area .main-nav .nav li.has-sub:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #fff;
  position: absolute;
  right: 2px;
  top: 12px;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu {
  position: absolute;
  width: 140px;
  background-color: #fff;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 40px;
  border-radius: 5px;
  opacity: 0;
  transition: all .3s;
  transform: translateY(+2em);
  visibility: hidden;
  z-index: -1;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li a {
  opacity: 1;
  display: block;
  background: #f7f7f7;
  color: #2a2a2a!important;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 12px;
  font-weight: 400;
  border-bottom: 1px solid #eee;
}

.header-area .main-nav .nav li.has-sub ul li a:hover {
  background: #fff;
  color: #f9a31a!important;
  padding-left: 25px;
}

.header-area .main-nav .nav li.has-sub ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.has-sub:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 33px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 23px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #fff;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #fff;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #fff;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #fff;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #fff;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #fff;
}

.header-area.header-sticky {
  min-height: 80px;
}

.header-area .nav {
  margin-top: 30px;
}

.header-area.header-sticky .nav li a.active {
  color: #f9a31a;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 10px;
    padding-right: 10px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-area .main-nav .logo {
    color: #b50303;
    width: 180px;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #f9a31a!important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    background-color: #f7f7f7;
    padding: 0px 15px;
    height: 100px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 0px;
    line-height: 80px;
  }
  
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 100px !important;
  }
  .background-header.header-sticky .nav {
    margin-top: 80px !important;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #191a20 !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #f9a31a!important;
  }
  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
    transition: all 0s;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    height: auto;
  }
  .header-area .main-nav .nav li.has-sub:after {
    color: #3B566E;
    right: 30px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
}

@media (min-width: 767px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}


/* 
---------------------------------------------
banner
--------------------------------------------- 
*/

.swiper-container {
  height: calc(100vh - 0px);
  margin: 0px;
  background-color: #111a35;
}

.swiper-slide {
  overflow: hidden;
}

.slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
}

.swiper-slide-active h2 {
  animation: fadeInLeft .8s;
  -webkit-animation-delay: 1s;
  animation-delay: .3s;
  opacity: 1;
}

.swiper-slide-active p {
  animation: fadeInRight .8s;
  -webkit-animation-delay: 1s;
  animation-delay: .3s;
  opacity: 1;
}

.swiper-slide-active .div-dec {
  animation: fadeIn .8s;
  -webkit-animation-delay: 1s;
  animation-delay: .3s;
  opacity: 1;
}

.swiper-slide-active .buttons .green-button,
.swiper-slide-active .buttons .orange-button {
  animation: fadeInUp .8s;
  -webkit-animation-delay: 1s;
  animation-delay: .3s;
  opacity: 1;
}

.slide-inner .header-text {
  position: absolute;
  width: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.slide-inner .header-text h2 {
  position: relative;
  z-index: 2;
  font-size: 56px;
  color: #fff;
  font-weight: 700;
  opacity: 1;
  visibility: visible;
  line-height: 70px;
  margin-bottom: 40px;
}

.slide-inner .header-text .div-dec {
  width: 80px;
  height: 6px;
  border-radius: 3px;
  background-color: #fff;
  margin-bottom: 40px;
  opacity: 1;
  visibility: visible;
}

.slide-inner .header-text p {
  color: #fff;
  margin-right: 60px;
  margin-bottom: 50px;
  opacity: 1;
  visibility: visible;
}

.slide-inner .header-text h2 em {
  font-style: normal;
  color: #f9a31a;
}

.slide-inner .header-text .buttons {
  display: inline;
  opacity: 1;
  visibility: visible;
}

.slide-inner .header-text .buttons .green-button {
  display: inline;
  float: left;
  margin-right: 20px;
}

.swiper-button-next, .swiper-button-prev {
  color: #fff !important;
}

/*
---------------------------------------------
services
---------------------------------------------
*/ 

section.services {
  margin-top: 90px;
}

.services .service-item {
  border-radius: 5px;
  padding: 40px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  margin-top: 30px;
}

.services .service-item:hover i {
  margin-top: 15px;
}

.services .service-item h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}

.services .service-item i {
  transition: all .5s;
  float: left;
  font-size: 64px;
  color: #3970b7;
  margin-bottom: 30px;
  margin-right: 30px;
}



/*
---------------------------------------------
cta
---------------------------------------------
*/

section.simple-cta {
  background-image: url(../images/bg-ns-8.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  padding: 80px 0px;
}

section.simple-cta .left-image {
  margin-right: 45px;
}

section.simple-cta h4 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  line-height: 50px;
}

section.simple-cta h4 em {
  font-style: normal;
  color: #3970b7;
}

section.simple-cta h4 strong {
  color: #f9a31a;
  font-weight: 700;
}

section.simple-cta p {
  color: #fff;
  margin-top: 30px;
  margin-bottom: 40px;
}

section.simple-cta .buttons {
  display: flex;
  justify-content: end;
}

section.simple-cta .buttons .orange-button {
  margin-left: 20px;
}

section.simple-cta .buttons .orange-button,
section.simple-cta .buttons .green-button {
  margin-top: 25px;
}

/* ===== PixelProud Pages Hub ===== */
.pp-pages-hub{
  padding: 90px 0;
  background: #fff;
  margin-top: 0;
}

.pp-pages-head{
  max-width: 760px;
  margin: 0 auto 30px;
  text-align: center;
}

.pp-pages-head h6{
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 10px;
  color: #f9a31a;
}

.pp-pages-head h3{
  font-weight: 700;
  margin: 0 0 10px;
  color: #1b2440;
  font-size: 34px;
  line-height: 1.15;
}

.pp-pages-head p{
  margin: 0;
  color: #5b6786;
  font-weight: 500;
}

.pp-pages-grid{
  margin-top: 30px;
  row-gap: 22px;
}

.pp-page-card{
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: 22px 22px;
  border-radius: 18px;
  text-decoration: none;
  background: rgba(255,255,255,0.9);
  border: 2px solid rgba(33, 39, 65, 0.08);
  box-shadow: 0 14px 40px rgba(72, 85, 112, 0.08);
  position: relative;
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

/* .pp-page-card::before{
  content:"";
  position:absolute;
  inset:0;
  background: radial-gradient(1200px 220px at -10% -10%, rgba(57,112,183,0.18), transparent 55%),
              radial-gradient(900px 220px at 110% 0%, rgba(249,163,26,0.16), transparent 60%);
  pointer-events:none;
} */

.pp-page-card:hover{
  transform: translateY(-5px);
  border-color: rgba(57,112,183,0.22);
  box-shadow: 0 18px 55px rgba(72, 85, 112, 0.08);
}

.pp-page-icn{
  width: 62px;
  height: 62px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: rgba(57,112,183,0.12);
  border: 1px solid rgba(57,112,183,0.15);
  flex: 0 0 62px;
  position: relative;
  z-index: 1;
}

.pp-page-icn i{
  font-size: 24px;
  color: #3970b7;
}

.pp-page-text{
  position: relative;
  z-index: 1;
}

.pp-page-text h4{
  margin: 0 0 6px;
  font-weight: 700;
  color: #111a35;
  font-size: 22px;
}

.pp-page-text p{
  margin: 0 0 10px;
  color: #566183;
  font-weight: 500;
  line-height: 1.55;
  font-size: 15.5px;
}

.pp-page-cta{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  color: #f9a31a;
}

.pp-page-cta i{
  transition: transform .25s ease;
}

.pp-page-card:hover .pp-page-cta i{
  transform: translateX(4px);
}

/* Responsive */
@media (max-width: 991px){
  .pp-pages-hub{ padding: 70px 0; }
  .pp-pages-head h3{ font-size: 28px; }
}

@media (max-width: 575px){
  .pp-page-card{ padding: 18px; }
  .pp-page-icn{ width: 56px; height: 56px; flex-basis: 56px; }
  .pp-page-text h4{ font-size: 20px; }
}


/*
---------------------------------------------
about us
---------------------------------------------
*/

section.about-us {
  margin-top: 90px;
}

section.about-us .section-heading {
  padding-top: 30px;
}

section.about-us .naccs {
  position: relative;
}

section.about-us .naccs .menu div {
  padding: 15px 30px;
  display: inline-block;
  text-align: center;
  border-radius: 5px !important;
  margin-right: 30px;
  font-size: 18px;
  color: #111a35;
  background-color: #fff;
  cursor: pointer;
  vertical-align: middle;
  font-weight: 600;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

section.about-us .naccs .menu div.active {
  color: #f9a31a;
}

section.about-us ul.nacc {
  margin-top: 50px !important;
  position: relative;
  min-height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}

section.about-us ul.nacc li {
  background-color: #fff;
  overflow: hidden;
  opacity: 0;
  transform: translateX(50px);
  position: absolute;
  list-style: none;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

section.about-us ul.nacc li .main-list,
section.about-us ul.nacc li .list-item {
  border-bottom: 1px solid #eee;
  margin-bottom: 25px;
  padding-bottom: 25px;
}

section.about-us ul.nacc li .last-item {
  margin-bottom: 0px;
}

section.about-us ul.nacc li span.title {
  font-size: 15px;
  color: #111a35;
  font-weight: 600;
  display: inline-block;
  width: 24%;
}

section.about-us ul.nacc li span.item-title {
  color: #3970b7 !important;
  font-weight: 600 !important;
}

section.about-us ul.nacc li span.item {
  font-size: 15px;
  color: #111a35;
  font-weight: 400;
  display: inline-block;
  width: 24%;
}

section.about-us ul.nacc li.active {
  position: relative;
  transition-delay: 0.3s;
  z-index: 2;
  opacity: 1;
  transform: translateX(0px);
}

section.about-us .right-content {
  margin-left: 60px;
}

section.about-us .right-content h4 {
  font-size: 22px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 40px;
}

section.about-us .right-content p {
  margin-bottom: 50px;
}
/* About Tabs - How We Work layout */
section.about-us .how-we-work h5{
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 8px;
  color: #111a35;
}

section.about-us .how-sub{
  margin-bottom: 25px;
  color: #666;
}

section.about-us .how-step{
  display: flex;
  gap: 18px;
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid #eee;
}

section.about-us .how-step.last{
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

section.about-us .how-num{
  width: 46px;
  height: 46px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  background: #f5f7ff;
  color: #3970b7;
  flex-shrink: 0;
}

section.about-us .how-text h6{
  margin: 0 0 6px 0;
  font-size: 16px;
  font-weight: 800;
  color: #111a35;
}

section.about-us .how-text p{
  margin: 0;
  color: #666;
}
/* ================================
   ABOUT SECTION - MOBILE TAB FIX
=================================== */
@media (max-width: 768px) {

  /* remove left gap in right content */
  section.about-us .right-content {
    margin-left: 0px;
    margin-top: 40px;
    text-align: left;
  }

  /* menu container becomes grid */
  section.about-us .naccs .menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    width: 100%;
  }

  /* tab buttons full width & centered */
  section.about-us .naccs .menu div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-right: 0px !important;
    padding: 14px 10px;
    font-size: 15px;
    border-radius: 10px !important;
  }

  /* if 3rd button alone, make it center full width */
  section.about-us .naccs .menu div:nth-child(3) {
    grid-column: 1 / -1;  /* spans 2 columns */
  }

  /* reduce top margin for content */
  section.about-us ul.nacc {
    margin-top: 30px !important;
  }

  /* improve spacing inside how-step */
  section.about-us .how-step {
    gap: 14px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  /* smaller number box */
  section.about-us .how-num {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }

  /* better heading spacing */
  section.about-us .how-we-work h5 {
    font-size: 18px;
  }
}

/*
---------------------------------------------
calculator
---------------------------------------------
*/

section.calculator {
  margin-top: 150px;
  background-image: url(../images/con-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  padding: 80px 0px;
}

/* REMOVE image spacing if you keep old class somewhere */
section.calculator .left-image {
  margin: 0 !important;
  display: none;
}

/* LEFT SIDE CONTENT */
section.calculator .contact-left h6 {
  color: #f9a31a;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}

section.calculator .contact-left h4 {
  color: #fff;
  font-size: 34px;
  font-weight: 800;
  line-height: 44px;
  margin-bottom: 15px;
}

section.calculator .contact-left p {
  color: rgba(255,255,255,0.85);
  max-width: 520px;
  margin-bottom: 25px;
}

/* small cards */
section.calculator .contact-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  max-width: 620px;
}

section.calculator .c-card {
  background: rgba(121,134,151, 0.25);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 10px;
  padding: 16px;
}

section.calculator .c-card h5 {
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 6px;
}

section.calculator .c-card p {
  color: rgba(255,255,255,0.75);
  margin-bottom: 10px;
  font-size: 14px;
}

section.calculator .c-link {
  color: #f9a31a;
  font-weight: 700;
  font-size: 14px;
}

/* RIGHT SIDE FORM */
section.calculator .section-heading {
  text-align: left;
}

section.calculator .section-heading h4 {
  color: #fff;
}

#calculate label {
  color: #fff;
  font-size: 14px;
  margin-bottom: 5px;
}

#calculate input,
#calculate select,
#calculate textarea {
  background-color: rgba(121,134,151, 0.7);
  border: none;
  border-radius: 5px;
  width: 100%;
  color: #fff;
  font-size: 14px;
  margin-bottom: 20px;
  outline: none;
  padding: 10px 12px;
}

#calculate input,
#calculate select {
  height: 42px;
}

#calculate textarea {
  resize: none;
}

#calculate select {
  cursor: pointer;
}

#calculate button.orange-button {
  font-size: 14px;
  color: #fff;
  background-color: #f9a31a;
  padding: 12px 30px; /* ✅ fixed typo */
  display: inline-block;
  border-radius: 5px;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  border: none;
  transition: all .3s;
}

#calculate button.orange-button:hover {
  opacity: 0.9;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  section.calculator {
    padding: 60px 0px;
    margin-top: 100px;
  }

  section.calculator .contact-cards {
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  section.calculator .contact-left h4 {
    font-size: 28px;
    line-height: 38px;
  }

  .section-heading {
    margin-top: 30px;
  }
}
/* Contact section extra button */
section.calculator .contact-page-btn{
  margin-top: 18px;
}

section.calculator .blue-button{
  display: inline-block;
  background-color: #3970b7;
  color: #fff;
  padding: 12px 26px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.3px;
  transition: all .3s ease;
}

section.calculator .blue-button:hover{
  opacity: 0.9;
}

/* 
---------------------------------------------
testimonials
--------------------------------------------- 
*/

section.testimonials {
  margin-top: 90px;
}

section.testimonials .section-heading {
  padding-top: 30px;
}

.testimonials .item {
  border-radius: 15px;
  padding: 50px 320px 50px 50px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  margin: 15px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  padding-top: 35px;
}

.testimonials .item i {
  width: 70px;
  height: 70px;
  background-color: #3970b7;
  display: inline-block;
  text-align: center;
  line-height: 70px;
  color: #fff;
  font-size: 44px;
  border-radius: 5px;
  margin-bottom: 30px;
}

.testimonials .item p {
  font-size: 16px;
  font-style: italic;
}

.testimonials .item h4 {
  margin-top: 30px;
  font-size: 22px;
  font-weight: 600;
  position: relative;
}

.testimonials .item span {
  margin-top: 5px;
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #3970b7;
}

.testimonials .item img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  max-width: 300px;
  border-radius: 5px;
}

.testimonials .owl-dots {
  text-align: center;
  margin-top: 30px;
}

.testimonials .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background-color: #ffa88c;
  border-radius: 50%;
  margin: 0px 4px;
}

.testimonials .owl-dots .active {
  background-color: #f9a31a;
}



/* 
---------------------------------------------
partners
--------------------------------------------- 
*/

section.partners {
  background-color: #111a35;
  padding: 80px 0px;
}

section.partners .item {
  margin: 0px 15px;
  cursor: pointer;
  transition: all .3s;
}

section.partners .item:hover {
  opacity: 0.75;
}



/* 
---------------------------------------------
footer 
--------------------------------------------- 
*/

/* =========================
   PixelProud Footer
========================= */
.pp-footer{
  background: #111a35;
  padding: 60px 0 25px;
  color: rgba(255,255,255,0.85);
}

.pp-footer-brand{
  padding-right: 20px;
}

.pp-footer-logo{
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  margin-bottom: 12px;
}

.pp-footer-logo img{
  width: 150px;
  height: 150px;
  object-fit: contain;
}

.pp-footer-logo span{
  font-size: 120px;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.3px;
}

.pp-footer-desc{
  margin: 10px 0 18px;
  font-size: 16px;
  line-height: 22px;
  color: rgba(255,255,255,0.75);
  max-width: 360px;
}

.pp-footer-title{
  color: #fff;
  font-size: 20px;
  /* font-weight: 800; */
  margin-bottom: 14px;
  position: relative;
  padding-left: 12px;
}

.pp-footer-title:before{
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #f9a31a;
}

.pp-footer-links{
  list-style: none;
  padding: 0;
  margin: 0;
}

.pp-footer-links li{
  margin: 10px 0;
}

.pp-footer-links a{
  color: rgba(255,255,255,0.75);
  text-decoration: none;
  font-size: 16px;
  transition: 0.25s ease;
}

.pp-footer-links a:hover{
  color: #f9a31a;
  padding-left: 4px;
}

.pp-social{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  font-size: 20px;
}

.pp-social a{
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: rgba(255,255,255,0.08);
  color: #fff;
  transition: 0.25s ease;
}

.pp-social a:hover{
  background: rgba(249,163,26,0.18);
  color: #f9a31a;
  transform: translateY(-2px);
}

.pp-footer-cta{
  margin-top: 18px;
}

.pp-footer-btn{
  display: inline-block;
  background: #3970b7;
  color: #fff;
  padding: 12px 18px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 14px;
  
  transition: 0.25s ease;
}

.pp-footer-btn:hover{
  opacity: 0.9;
  background: #f9a31a;
  color: #fff;
}

.pp-footer-bottom{
  margin-top: 40px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,0.10);
  text-align: center;
}

.pp-footer-bottom p{
  margin: 0;
  font-size: 14px;
  color: rgba(255,255,255,0.70);
}
/* footer logo vertical style */
.pp-footer-logo-vertical{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  text-decoration: none;
  margin-bottom: 15px;
}

.pp-footer-logo-vertical img{
  width: 280px;     /* bigger logo */
  height: auto;
  object-fit: contain;
}

.pp-footer-logo-vertical span{
  font-size: 20px;
  color: #fff;
  letter-spacing: 9.5px;
}

/* Responsive */
@media (max-width: 991px){
  .pp-footer{
    padding: 45px 0 20px;
  }
  .pp-footer-brand{
    padding-right: 0;
    margin-bottom: 30px;
  }
  .pp-footer-title{
    margin-top: 25px;
  }
  .pp-social{
    font-size: 15px;
  }
  .pp-social a{
    height: 30px;
    width: 30px;
  }
  .pp-footer-links a{
    font-size: 14px;
  }
  .pp-footer-desc{
    font-size: 14px;
    line-height: 20px;
  }
  .pp-footer-logo-vertical img{
    width: 200px;   /* smaller logo */
  }
  .pp-footer-logo-vertical span{
    font-size: 16px;
    letter-spacing: 6.1px;
  }
  .pp-footer-cta{
    margin-top: 12px;
  }
  .pp-footer-btn{
    font-size: 0 !important;
    line-height: 0;
  }
  .pp-footer-btn::after{
    content: "Contact Us";
    font-size: 14px;
    line-height: initial;
    display: inline-block;
  }
  
}



/* 
---------------------------------------------
page heading
--------------------------------------------- 
*/

.page-heading {
  background-image: url(../images/Heading-bg-8.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 215px 0px 120px 0px;
  text-align: center;
}

.page-heading h2 {
  font-size: 56px;
  color: #fff;
  font-weight: 700;
}

.page-heading .div-dec {
  width: 80px;
  height: 6px;
  border-radius: 3px;
  background-color: #fff;
  margin: 20px auto 0 auto;
}



/* 
---------------------------------------------
about us page
--------------------------------------------- 
*/

section.top-section .left-image img {
  border-radius: 10px;
}

section.top-section .accordions {
  border-radius: 5px;
  padding: 50px 40px;
  background-color: #fff;
  margin-left: 30px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.accordions .accordion {
  border-bottom: 1px solid #eee;
}
.accordions .last-accordion {
  border-bottom: none;
}
.accordion-head {
  padding: 35px 0px !important;  
  font-size: 22px;
  font-weight: 600;
  color: #111a35;
  cursor: pointer;
  transition: color 200ms ease-in-out;
  
}
@media screen and (min-width: 768px) {
  .accordion-head {
    padding: 1rem;
    font-size: 1.2rem;
  }
}
.accordion-head .icon {
  float: right;
  transition: transform 200ms ease-in-out;
}
.accordion-head.is-open {
  color: #3970b7;
  border-bottom: none;
}
.accordion-head.is-open .icon {
  transform: rotate(45deg);
}
.accordion-body {
  padding: 0px;
  overflow: hidden;
  height: 0;
  transition: height 300ms ease-in-out;
  border-bottom: 1px solid #fff;
}
.accordion-body > .content p {
  padding: 0px 0px 30px 0px;
  padding-top: 0;
}

section.what-we-do {
  margin-bottom: -30px;
}

.what-we-do .left-content {
  margin-right: 60px;
}

.what-we-do .left-content h4 {
  font-size: 22px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 40px;
}

.what-we-do .left-content p {
  margin-bottom: 40px;
}

.what-we-do .right-items .item {
  border-radius: 5px;
  padding: 40px 30px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  position: relative;
  margin-bottom: 80px;
}

.what-we-do .right-items .item em {
  position: absolute;
  font-style: normal;
  font-size: 44px;
  color: #3970b7;
  font-weight: 600;
  right: 15px;
  top: 5px;
  transition: all .3s;
}

.what-we-do .right-items .item h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 22px;
}

.what-we-do .right-items .item:hover em {
  top: 10px;
}



/* 
---------------------------------------------
services page
--------------------------------------------- 
*/

.main-services .service-item {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #ecf8f2;
}

.main-services .last-service {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.main-services  .left-image {
  margin-right: 15px;
}

.main-services  .left-image img {
  border-radius: 5px;
}

.main-services  .right-image {
  margin-left: 15px;
}

.main-services  .right-image img {
  border-radius: 5px;
}

.main-services .right-text-content {
  margin-left: 15px;
}

.main-services .left-text-content {
  margin-right: 15px;
}

.main-services .right-text-content i,
.main-services .left-text-content i {
  font-size: 64px;
  color: #3970b7;
  background-color: #ecf8f2;
  width: 120px;
  height: 120px;
  text-align: center;
  display: inline-block;
  line-height: 120px;
  border-radius: 5px;
}

.main-services .right-text-content h4,
.main-services .left-text-content h4 {
  font-size: 36px;
  font-weight: 700;
  color: #111a35;
  margin-top: 40px;
  margin-bottom: 30px;
}

section.service-details .naccs {
  position: relative;
}

section.service-details .naccs .menu {
  text-align: center;
}

section.service-details .naccs .menu div {
  padding: 15px 30px;
  display: inline-block;
  text-align: center;
  border-radius: 5px !important;
  margin-right: 30px;
  font-size: 18px;
  color: #111a35;
  background-color: #fff;
  cursor: pointer;
  vertical-align: middle;
  font-weight: 600;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

section.service-details .naccs .menu div.active {
  color: #f9a31a;
}

section.service-details ul.nacc {
  margin-top: 50px !important;
  position: relative;
  min-height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}

section.service-details ul.nacc li {
  background-color: #fff;
  overflow: hidden;
  opacity: 0;
  transform: translateX(50px);
  position: absolute;
  list-style: none;
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

section.service-details ul.nacc li .left-image {
  position: absolute;
  margin-right: 50px;
  top: 50%;
  transform: translateY(-50%);
}

section.service-details ul.nacc li .left-image img {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

section.service-details ul.nacc li .right-content {
  padding: 50px 50px 50px 0px;
  margin-left: 470px;
}

section.service-details ul.nacc li .right-content h4 {
  font-size: 24px;
  color: #111a35;
  margin-bottom: 25px;
  font-weight: 700;
  line-height: 40px;
  margin-right: 120px;
}

section.service-details ul.nacc li .right-content ul {
  margin-top: 20px;
  margin-bottom: 20px;
}

section.service-details ul.nacc li .right-content span {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #111a35;
  font-style: italic;
  margin-bottom: 12px;
}

section.service-details ul.nacc li .right-content .last-span {
  margin-bottom: 0px;
}

section.service-details ul.nacc li .right-content p {
  margin-bottom: 30px;
}

section.service-details ul.nacc li.active {
  position: relative;
  transition-delay: 0.3s;
  z-index: 2;
  opacity: 1;
  transform: translateX(0px);
}



/* 
---------------------------------------------
contact us page
--------------------------------------------- 
*/

section.map .info-item {
  text-align: center;
  padding: 40px 30px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  margin-top: -60px;
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
  z-index: 2;
  transition: all .5s;
}

section.map .info-item:hover {
  margin-top: -70px;
}

section.map .info-item i {
  font-size: 36px;
  color: #3970b7;
  margin-bottom: 25px;
}

section.map .info-item h4 {
  font-size: 18px;
  color: #111a35;
  font-weight: 600;
  margin-bottom: 12px;
}

section.map .info-item a {
  font-size: 15px;
  font-weight: 600;
  color: #3970b7;
  transition: all 0.3s;
}

section.map .info-item a:hover {
  color: #f9a31a;
}

#contact input {
  width: 100%;
  height: 50px;
  background-color: #f7f7f7;
  color: #111a35;
  border-radius: 5px;
  border: none;
  padding: 0px 15px;
  font-size: 14px;
  outline: none;
  margin-bottom: 30px;
}

#contact textarea {
  width: 100%;
  height: 180px;
  max-height: 24px;
  min-height: 150px;
  background-color: #f7f7f7;
  color: #111a35;
  border-radius: 5px;
  border: none;
  padding: 15px 15px;
  font-size: 14px;
  outline: none;
  margin-bottom: 30px;
}

#contact input::placeholder, 
#contact textarea::placeholder {
  color: #111a35;
}
#contact button.orange-button {
  font-size: 14px;
  color: #fff;
  background-color: #f9a31a;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 5px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  border: none;
  transition: all .3s;
  margin-bottom: 15px;
}

#contact button.orange-button:hover {
  background-color: #3970b7;
}


/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/


body {
  overflow-x: hidden;
}

@media (max-width: 992px) {
  .header-area .main-nav .nav li:last-child {
    display: none;
  }
  .header-area .main-nav .nav li ul li:last-child {
    display: inline-block;
  }
  .header-area {
    background-color: #111a35;
  }
  .slide-inner .header-text {
    width: 80%;
  }
  .simple-cta {
    text-align: center;
  }
  section.simple-cta .buttons {
    justify-content: center;
  }
  section.about-us .naccs .menu div,
  section.service-details .naccs .menu div {
    margin-right: 15px;
    font-size: 15px;
    padding: 15px 20px;
  }
  section.about-us .right-content {
    margin-left: 0px;
    margin-top: 60px;
  }
  section.calculator .left-image {
    display: none;
  }
  .testimonials .item img {
    max-width: 200px;
    right: 50px;
  }
  section.partners .item {
    margin:15px; 
  }
  section.top-section .accordions {
    margin-left: 0px;
    margin-top: 45px;
  }
  .what-we-do .left-content {
    margin-right: 0px;
    margin-bottom: 45px;
  }
  .main-services .left-image {
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .main-services .right-text-content {
    margin-left: 0px;
  }
  .main-services .right-image {
    margin-left: 0px;
    margin-top: 30px;
  }
  section.service-details ul.nacc li .left-image {
    position: relative;
    margin-right: 0px;
    transform: translateY(0px);
  }
  section.service-details ul.nacc li .left-image img {
    border-radius: 15px;
  }
  section.service-details ul.nacc li .right-content {
    padding: 50px;
    margin-left: 0px;
  }
  section.service-details ul.nacc li .right-content h4 {
    margin-right: 0px;
  }
  section.service-details ul.nacc li.active {
    display: inline-block;
  }
  section.service-details ul.nacc li {
    display: none;
  }
  section.map .info-item {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .header-area .main-nav .logo {
    line-height: 100px;
  }
  .background-header .main-nav .logo {
    line-height: 80px;
  }
  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    display: none;
  }
  .slide-inner .header-text p {
    display: none;
  }
  .slide-inner .header-text {
    text-align: center;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }
  .slide-inner .header-text .div-dec {
    margin-left: auto;
    margin-right: auto;
  }
  .slide-inner .header-text .buttons {
    display: inline-flex;
  }
  .slide-inner .header-text .buttons .green-button {
    float: none;
  }
  .services .service-item i {
    margin-bottom: 35px;
  }
  section.about-us ul.nacc li span.item-title {
    font-size: 14px !important;
  }
  section.about-us ul.nacc li span.item {
    font-size: 13px;
  }
  .testimonials .item i {
    margin-bottom: 60px;
  }
  .testimonials .item img {
    max-width: 100px;
    right: 50px;
    top: 35px;
    transform: translateY(0);
  }
  .testimonials .item {
    padding: 50px;
  }
}
/* ===========================
   PixelProud Contact Page
=========================== */

/* Map wrapper */
.pp-contact-map{
  padding: 70px 0 30px;
  background: #f7f9fc;
  margin-top: 0;
}
.pp-map-wrap{
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 35px rgba(0,0,0,0.08);
}
.pp-map-wrap iframe{
  display: block;
  width: 100%;
}

/* Intro area */
.pp-contact-intro{
  margin-top: 26px;
  padding: 22px 22px;
  border-radius: 14px;
  background: #181d30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.pp-contact-intro h6{
  color: #f9a31a;
  font-size: 20px;
  margin: 0 0 6px;
}
.pp-contact-intro h4{
  color: #fff;
  margin: 0 0 8px;
  font-size: 28px;
}
.pp-contact-intro p{
  margin: 0;
  color: rgba(255,255,255,0.75);
  max-width: 520px;
}

.pp-intro-actions{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.pp-action-btn{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  transition: .25s ease;
  color: #fff;
}
.pp-action-wa{ background: rgba(37, 211, 102, 0.18); }
.pp-action-mail{ background: rgba(57, 112, 183, 0.20); }
.pp-action-file{ background: rgba(249, 163, 26, 0.18); }
.pp-action-btn:hover{ transform: translateY(-2px); opacity: 0.95; color: #f9a31a;}

/* Cards */
.pp-contact-cards{
  margin-top: 26px;
  row-gap: 20px; 
}
.pp-info-card{
  background: #fff;
  border-radius: 14px;
  padding: 22px 20px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.06);
  margin-bottom: 20px;
  height: 100%;
}
.pp-icn{
  width: 46px;
  height: 46px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(57,112,183,0.10);
  color: #3970b7;
  margin-bottom: 12px;
  font-size: 18px;
}
.pp-info-card h5{
  margin: 0 0 6px;
  font-weight: 800;
  color: #111a35;
}
.pp-info-card p{
  margin: 0 0 10px;
  color: #666;
  font-size: 14px;
}
.pp-info-card a{
  color: #3970b7;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
}
.pp-info-card a:hover{
  color: #f9a31a;
}
.pp-muted{
  color: #777;
  font-weight: 600;
  font-size: 14px;
}

/* Form section */
.pp-contact-form{
  padding: 60px 0 90px;
  background: #f7f9fc;
  margin-top: 0;
}
.pp-form-wrap{
  background: #fff;
  border-radius: 16px;
  padding: 26px 22px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.06);
}
.pp-contact-form label{
  font-size: 13px;
  font-weight: 700;
  color: #111a35;
  margin-bottom: 6px;
}
.pp-contact-form input,
.pp-contact-form select,
.pp-contact-form textarea{
  width: 100%;
  border: 1px solid #eee;
  background: #f7f8fc;
  border-radius: 10px;
  padding: 12px 14px;
  font-size: 14px;
  outline: none;
  margin-bottom: 18px;
  transition: .2s ease;
}
.pp-contact-form textarea{
  resize: vertical;
}
.pp-contact-form input:focus,
.pp-contact-form select:focus,
.pp-contact-form textarea:focus{
  border-color: rgba(57,112,183,0.35);
  background: #fff;
}

/* Responsive */
@media (max-width: 991px){
  .pp-contact-intro{
    flex-direction: column;
    align-items: flex-start;
  }
  .pp-intro-actions{
    justify-content: flex-start;
    width: 100%;
  }
  .pp-contact-cards{
    row-gap: 10px; 
  }
}

/* ===========================
   PixelProud - About Page (Unique)
=========================== */

.pp-about-hero{
  padding: 110px 0 70px;
  background: #f7f9fc;
  margin-top: 0;
}

.pp-about-hero-text h6{
  color: #f9a31a;
  font-size: 20px;
  letter-spacing: 0.4px;
  margin-bottom: 10px;
  font-weight: 800;
}
.pp-about-hero-text h2{
  font-size: 38px;
  line-height: 1.2;
  font-weight: 700;
  color: #111a35;
  margin-bottom: 18px;
}
.pp-about-hero-text p{
  color: #666;
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 18px;
}

.pp-about-badges{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 22px;
}
.pp-badge1{
  background: #fff;
  border: 1px solid #eee;
  border-radius: 999px;
  padding: 8px 12px;
  font-weight: 700;
  font-size: 13px;
  color: #0e35e4;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.pp-badge i{ 
  color: #3970b7; 
}

.pp-about-hero-btns{
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

/* buttons (safe, unique, won’t break your existing ones) */
.pp-btn{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-weight: 800;
  border-radius: 10px;
  padding: 12px 16px;
  transition: .25s ease;
  font-size: 14px;
}
.pp-btn-primary{
  background: #f9a31a;
  color: #fff;
}
.pp-btn-primary:hover{ opacity: 0.9; transform: translateY(-2px); }
.pp-btn-outline{
  background: transparent;
  border: 2px solid rgba(57,112,183,0.35);
  color: #111a35;
}
.pp-btn-outline:hover{
  border-color: #f9a31a;
  color: #111a35;
  transform: translateY(-2px);
}

.pp-about-hero-card{
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0,0,0,0.08);
}
.pp-about-hero-card img{
  width: 636px;
  height: 150px;
  display: block;
  border-radius: 20px;

}
.pp-about-mini{
  padding: 18px 18px 22px;
  display: grid;
  gap: 12px;
}
.pp-mini-item{
  border: 1px solid #eee;
  border-radius: 14px;
  padding: 14px;
  background: #f7f8fc;
}
.pp-mini-item h5{
  margin: 0 0 6px;
  font-weight: 700;
  color: #111a35;
  font-size: 16px;
}
.pp-mini-item p{
  margin: 0;
  color: #666;
  font-size: 14px;
  line-height: 1.6;
}

/* values + stats */
.pp-about-values{
  padding: 70px 0;
  background: #f7f9fc;
  margin-top: 0;
}
.pp-section-head h6{
  color: #f9a31a;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
}
.pp-section-head h3{
  font-size: 38px;
  font-weight: 700;
  color: #111a35;
  margin-bottom: 12px;
}
.pp-section-head p{
  color: #666;
  line-height: 1.8;
  margin-bottom: 22px;
}

.pp-value{
  display: flex;
  gap: 12px;
  padding: 14px 14px;
  border-radius: 14px;
  background: #f7f8fc;
  border: 1px solid #eee;
  margin-bottom: 12px;
}
.pp-value i{
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(57,112,183,0.12);
  color: #3970b7;
  margin-top: 2px;
}
.pp-value h5{
  margin: 0 0 4px;
  font-weight: 700;
  color: #111a35;
  font-size: 16px;
}
.pp-value p{
  margin: 0;
  color: #666;
  font-size: 14px;
  line-height: 1.6;
}

.pp-stats-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.pp-stat{
  border-radius: 16px;
  background: #181d30;
  padding: 18px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}
.pp-stat h4{
  color: #fff;
  font-weight: 700;
  margin: 0 0 6px;
  font-size: 22px;
}
.pp-stat p{
  margin: 0;
  color: rgba(255,255,255,0.75);
  font-weight: 600;
  font-size: 14px;
}

/* process */
.pp-about-process{
  padding: 70px 0 90px;
  background: #f7f9fc;
  margin-top: 0;
}

.pp-process{
  background: #fff;
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.08);
}
.pp-step{
  display: flex;
  gap: 14px;
  padding: 14px;
  border-radius: 14px;
  border: 1px solid #eee;
  background: #f7f8fc;
  margin-bottom: 12px;
}
.pp-step-num{
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(249,163,26,0.18);
  color: #f9a31a;
  font-weight: 700;
}
.pp-step-body h5{
  margin: 0 0 5px;
  font-weight: 700;
  color: #111a35;
  font-size: 16px;
}
.pp-step-body p{
  margin: 0;
  color: #666;
  font-size: 14px;
  line-height: 1.6;
}
.pp-process-btn{
  margin-top: 6px;
  width: 100%;
  justify-content: center;
}
.pp-btn.pp-btn-primary.pp-process-btn{
  font-weight: 600;
}
/* CTA */
.pp-about-cta{
  padding: 60px 0;
  background: #f7f9fc;
  margin-top: 0;
}
.pp-cta-box{
  border-radius: 18px;
  padding: 22px;
  background: rgba(255,255,255,0.06);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.pp-cta-text h3{
  margin: 0 0 6px;
  color: #111a35;
  font-weight: 600;
}
.pp-cta-text p{
  margin: 0;
  color: rgba(33,39,65,0.75);
}
.pp-cta-actions{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.pp-cta-actions a{
  color: #fff;
  font-weight: 400;
}
#pp-uniqwt #pp-whatsapp{
  color: #fff;
  border: 1px solid #fff;
}
.pp-btn.pp-btn-outline:hover{
  color: #f9a31a;
}

/* responsive */
@media (max-width: 991px){
  .pp-about-hero{
    padding: 90px 0 60px;
  }
  .pp-about-hero-text h2{
    font-size: 30px;
  }
  .pp-stats-grid{
    margin-top: 20px;
  }
  .pp-cta-box{
    flex-direction: column;
    align-items: flex-start;
  }
  .pp-about-hero-card img{
    width: 100%;
    height: auto;
  }
  .pp-about-hero-card{
    margin-top: 30px;
  }
  .pp-step-num{
       width: 30px;
    height: 30px;
    font-size: 14px;
    padding-left: 6px ;
    padding-right: 6px ;
    border-radius: 12px;
  }
}
/* ================================
   PixelProud Services Page (Unique)
==================================*/

.pp-services-hero{
  padding: 140px 0 70px;
  background: #f7f9fc;
  color: #fff;
  margin-top: 0;
}

.pp-services-hero h6{
  color: #f9a31a;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.pp-services-hero h2{
  font-size: 44px;
  line-height: 1.15;
  font-weight: 800;
  margin-bottom: 18px;
}

.pp-services-hero p{
  opacity: .9;
  max-width: 640px;
}

.pp-hero-actions{
  margin-top: 22px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.pp-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 18px;
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none;
  transition: .25s;
}

.pp-btn-primary{
  background: #f9a31a;
  color: #fff;
}

.pp-btn-primary:hover{ opacity: .92; }

.pp-btn-outline{
  border: 2px solid #f9a31a;
  color: #111a35;
  background: transparent;
}

.pp-btn-outline:hover{
  border: 2px solid #111a35;
}

.pp-hero-badge{
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 16px;
  padding: 18px 18px;
  backdrop-filter: blur(6px);
}

.pp-badge-row{
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,.12);
}

.pp-badge-row:last-child{ border-bottom: none; }

.pp-badge{
  background: #111a35;
  border: 1px solid rgba(12, 26, 44, 0.25);
  color: #f9a31a;
  padding: 6px 12px;
  border-radius: 10px;
  font-weight: 700;
  min-width: 92px;
  text-align: center;
  opacity: 0.9;
}

.pp-badge-text{ color: #111a35; }


/* Section titles */
.pp-section-title{
  text-align: center;
  margin-bottom: 35px;
}

.pp-section-title h6{
  color: #f9a31a;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.pp-section-title h3{
  font-weight: 700;
  margin-bottom: 10px;
  color: #111a35;
}

.pp-section-title p{
  max-width: 720px;
  margin: 0 auto;
  color: #6b7280;
}


/* Services Grid */
.pp-services-grid{
  padding: 70px 0;
  background: #f7f9fc;
  margin-top: 0;
}

.pp-s-card{
  background: #ffffff;
  border: 1px solid #eef1f6;
  border-radius: 16px;
  padding: 22px;
  height: 100%;
  box-shadow: 0 10px 30px rgba(17,24,39,.06);
  transition: .25s;
}

.pp-s-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 14px 36px rgba(17,24,39,.10);
}

.pp-s-icon{
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(57,112,183,.10);
  color: #3970b7;
  font-size: 20px;
  margin-bottom: 12px;
}

.pp-s-card h4{
  font-weight: 700;
  color: #111a35;
  margin-bottom: 8px;
}

.pp-s-card p{
  color: #6b7280;
  margin-bottom: 14px;
}

.pp-s-list{
  margin: 0;
  padding-left: 18px;
  color: #374151;
}

.pp-s-list li{
  margin: 6px 0;
}


/* How + Why */
.pp-how{
  padding: 70px 0;
  background: #f7f9fc;
  margin-top: 0;
  margin-bottom: 0;
}
.pp-why-box{
  height: 550px;
  margin-top: 0;
}
.pp-how-box, .pp-why-box{
  background: #f7f9fc;
  border: 1px solid #eef1f6;
  border-radius: 18px;
  padding: 34px;
  box-shadow: 0 16px 50px rgba(17, 24, 39, 0.06);

}

.pp-how-box h6, .pp-why-box h6{
  color: #f9a31a;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 0;
}


.pp-how-box h3, .pp-why-box h3{
  font-weight: 700;
  margin-bottom: 18px;
}

.pp-how-step{
  display: flex;
  gap: 14px;
  padding: 14px 0;
  border-top: 1px solid #eef1f6;
}

.pp-how-step:first-of-type{ border-top: none; }

.pp-step-no{
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: rgba(249,163,26,.12);
  color: #f9a31a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.pp-step-text h5{
  margin: 0 0 6px 0;
  font-weight: 700;
  color: #111a35;
}

.pp-step-text p{
  margin: 0;
  color: #6b7280;
}

.pp-how-cta{
  margin-top: 18px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.pp-why-item{
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 12px;
  padding: 14px 0;
  border-top: 1px solid #eef1f6;
}

.pp-why-item:first-of-type{ border-top: none; }

.pp-why-item i{
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: rgba(57,112,183,.10);
  color: #3970b7;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pp-why-item h5{
  margin: 0 0 6px 0;
  font-weight: 700;
  color: #111a35;
}

.pp-why-item p{
  margin: 0;
  color: #6b7280;
}


/* FAQ */
.pp-faq{
  padding: 70px 0;
  background: #f7f9fc;
  margin-top: 0;
}

.pp-faq-item{
  border: 1px solid #eef1f6;
  border-radius: 16px;
  padding: 18px;
  height: 100%;
  background: #fff;
  box-shadow: 0 10px 28px rgba(17,24,39,.05);
}

.pp-faq-item h5{
  font-weight: 700;
  color: #111a35;
  margin-bottom: 8px;
}

.pp-faq-item p{
  color: #6b7280;
  margin: 0;
}


/* CTA */
.pp-services-cta{
  padding: 70px 0 90px;
  background: #f7f9fc;
  margin-top: 0;
}

.pp-cta-box{
  border-radius: 18px;
  padding: 34px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  color: #fff;
  text-align: center;
}

.pp-cta-box h3{
  font-weight: 700;
  margin-bottom: 10px;
}

.pp-cta-box p{
  opacity: .9;
  margin-bottom: 18px;
}

.pp-cta-actions{
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  
}
#pp-ser-text-div #pp-ser-quote-btn{
  color: #fff;
  border: 1px solid #fff;
}
.pp-cta-actions a{
  color: #111a35;
  font-weight: 600;
}

/* Responsive */
@media (max-width: 991px){
  .pp-services-hero{
    padding: 120px 0 60px;
  }
  .pp-services-hero h2{
    font-size: 34px;
  }
  .pp-why-box{
    height: auto;
  }
  .pp-hero-badge{
    margin-top: 22px;
  }
  .pp-step-no{
    width: 30px;
    height: 30px;
    font-size: 14px;
    padding-left: 6px ;
    padding-right: 6px ;
    border-radius: 12px;
  }
}
.pp-services-hero{
  padding: 140px 0 70px;
  background: #f7f9fc;
  color: #111a35;              /* FIX: not white */
  margin-top: 0;
}

.pp-services-hero p{
  color: #6b7280;              /* better paragraph contrast */
  opacity: 1;
  max-width: 640px;
}

.pp-hero-badge{
  background: #ffffff;         /* FIX: solid card for light bg */
  border: 1px solid #eef1f6;
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 16px 50px rgba(17,24,39,.06);
  backdrop-filter: none;       /* optional */
}

.pp-badge-row{
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #eef1f6;  /* FIX */
}

.pp-badge{
  background: #111a35;
  color: #f9a31a;
  padding: 6px 12px;
  border-radius: 10px;
  font-weight: 700;
  min-width: 92px;
  text-align: center;
  flex: 0 0 auto;
}

.pp-badge-text{
  color: #111a35;
  flex: 1;
}

/* ===============================
   PixelProud Resources Section
   (Font-weight set to 700)
================================= */

.pp-resources{
  padding: 90px 0;
  background: #f7f9fc;
  margin-top: 0;
}

/* force bold everywhere inside */
.pp-resources,
.pp-resources *{
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}

.pp-res-title{
  font-size: 42px;
  line-height: 1.2;
  color: #111a35;
  margin-bottom: 12px;
}

.pp-res-sub{
  font-size: 15px;
  color: #5b647a;
  max-width: 720px;
  margin: 0 auto;
}

/* cards */
.pp-res-card{
  background: #ffffff;
  border: 1px solid rgba(57,112,183,0.12);
  border-radius: 18px;
  padding: 28px;
  box-shadow: 0 14px 40px rgba(16, 24, 40, 0.06);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  height: 100%;
}

.pp-res-card:hover{
  transform: translateY(-3px);
  box-shadow: 0 20px 55px rgba(16, 24, 40, 0.10);
  border-color: rgba(57,112,183,0.22);
}

.pp-res-card h4{
  font-size: 20px;
  color: #111a35;
  margin-bottom: 10px;
}

.pp-res-card p{
  font-size: 14px;
  color: #5b647a;
  margin-bottom: 14px;
  line-height: 1.7;
}

/* lists */
.pp-res-card ul{
  padding-left: 18px;
  margin: 0 0 18px 0;
}

.pp-res-card ul li{
  font-size: 14px;
  color: #111a35;
  line-height: 1.7;
  margin-bottom: 6px;
}

.pp-res-wide{
  padding: 30px;
}

.pp-res-inline{
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin: 0 0 18px 0;
}

.pp-res-inline li{
  background: rgba(57,112,183,0.08);
  color: #111a35;
  border: 1px solid rgba(57,112,183,0.14);
  padding: 10px 12px;
  border-radius: 999px;
  font-size: 13px;
}

/* links buttons */
.pp-res-links{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.pp-res-links a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 13px;
  color: #ffffff;
  background: #3970b7;
  transition: opacity .25s ease, transform .25s ease;
}

.pp-res-links a:hover{
  opacity: 0.92;
  transform: translateY(-1px);
}

/* small note */
.pp-res-note{
  color: #5b647a;
  font-size: 14px;
  margin: 0;
}

/* responsive */
@media (max-width: 768px){
  .pp-resources{
    padding: 70px 0;
  }
  .pp-res-title{
    font-size: 30px;
  }
  .pp-res-card{
    padding: 22px;
  }
  .pp-res-inline{
    gap: 8px 10px;
  }
}

/* ================================
   PixelProud Team Page CSS
   (Font Weight = 700)
================================== */

.pp-team{
  padding: 90px 0;
  background: #f7f9fc;
  font-family: "Poppins", sans-serif;
  margin-top: 0;
}

.pp-team,
.pp-team *{
  font-weight: 700;
}

.pp-team-title{
  font-size: 42px;
  line-height: 1.2;
  color: #111a35;
  margin-bottom: 14px;
}

.pp-team-sub{
  font-size: 16px;
  line-height: 1.8;
  color: #5b647a;
  margin: 0 auto;
  max-width: 800px;
}

/* ===== Founder Highlight Box ===== */
.pp-founder{
  display: flex;
  gap: 28px;
  padding: 26px;
  border-radius: 18px;
  background: linear-gradient(135deg, #ffffff, #f1f6ff);
  border: 1px solid rgba(57,112,183,0.15);
  box-shadow: 0 14px 45px rgba(16,24,40,0.08);
  overflow: hidden;
}

.pp-founder-left img{
  width: 230px;
  height: 260px;
  object-fit: cover;
  border-radius: 16px;
  border: 2px solid rgba(57,112,183,0.25);
}

.pp-founder-right{
  flex: 1;
  min-width: 250px;
}

.pp-founder-name{
  font-size: 28px;
  margin-bottom: 6px;
  color: #111a35;
}

.pp-founder-role{
  display: inline-block;
  font-size: 14px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(249,163,26,0.12);
  color: #f9a31a;
  margin-bottom: 14px;
}

.pp-founder-desc{
  font-size: 15px;
  line-height: 1.9;
  color: #5b647a;
  margin-bottom: 18px;
}

/* Founder meta items */
.pp-founder-meta{
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
}

.pp-meta-item{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(57,112,183,0.06);
  border: 1px solid rgba(57,112,183,0.12);
}

.pp-meta-label{
  font-size: 13px;
  color: #3970b7;
  min-width: 90px;
}

.pp-meta-value{
  font-size: 13px;
  color: #111a35;
}

/* buttons */
.pp-team-actions{
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.pp-btn{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 11px 16px;
  border-radius: 12px;
  text-decoration: none;
  font-size: 13px;
  transition: all .25s ease;
}

.pp-btn-portfolio{
  background: #3970b7;
  color: #fff;
}
.pp-btn-portfolio:hover{
  background: #315f9e;
  color: #f9a31a;
}
.pp-btn-contact{
  border: 2px solid #f9a31a;
  color: #111a35;
}

.pp-btn:hover{
  transform: translateY(-2px);
  opacity: 0.95;
}
.pp-social1 {
  display: flex;
  gap: 12px;
  margin-top: 10px;
  flex-wrap: wrap;
}

/* Button Style */
.pp-social1 a{
  width: 38px;
  height: 38px;
  border-radius: 12px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: none;
  border: 2px solid #111a35;

  text-decoration: none;
  transition: all 0.25s ease;
}

/* Icon Style */
.pp-social1 a i{
  font-size: 20px;
  color: #111a35;
  transition: transform 0.25s ease;
}

/* Hover Effects */
.pp-social1 a:hover{
  transform: translateY(-5px);
}

/* Icon Hover */
.pp-social1 a:hover i{
  transform: scale(1.12);
}

/* Click effect */
.pp-social1 a:active{
  transform: translateY(-2px) scale(0.98);
}

/* Mobile */
@media (max-width: 480px){
  .pp-social1{
    display: flex;
    gap: 5px;
    margin-top: 10px;
    flex-wrap: wrap;
  }
  .pp-social1 i{
    font-size: 5px;
  }
  .pp-social1 a{
    width: 32px;
    height: 32px;
    border-radius: 10px;
  }
}

/* social icons */
.pp-social{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pp-social a{
  width: 38px;
  height: 38px;
  border-radius: 12px;
  font-size: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: 1px solid #fff;
  color: #ffffff;
  text-decoration: none;
  transition: all .25s ease;
}

.pp-social a:hover{
  background: #f9a31a ;
  border-color: #fff;
  color: #fff;
  transform: translateY(-2px);
}

/* ===== Team Cards ===== */
.pp-team-grid{
  margin-top: 10px;
}

.pp-member{
  background: #fff;
  border: 1px solid rgba(57,112,183,0.12);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 14px 45px rgba(16,24,40,0.07);
  height: 100%;
  transition: all .25s ease;
}

.pp-member:hover{
  transform: translateY(-4px);
  border-color: rgba(57,112,183,0.22);
  box-shadow: 0 20px 60px rgba(16,24,40,0.12);
}

.pp-member-top{
  position: relative;
}

.pp-member-top img{
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.pp-badge{
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  background: rgba(57,112,183,0.15);
  color: #3970b7;
  border: 1px solid rgba(57,112,183,0.18);
}

.pp-badge-soon{
  background: rgba(249,163,26,0.15);
  color: #f9a31a;
  border: 1px solid rgba(249,163,26,0.20);
}

.pp-member-body{
  padding: 18px 18px 20px;
}

.pp-member-body h4{
  font-size: 18px;
  margin-bottom: 6px;
  color: #111a35;
}

.pp-role{
  font-size: 13px;
  color: #3970b7;
  margin-bottom: 10px;
}

.pp-desc{
  font-size: 14px;
  line-height: 1.7;
  color: #5b647a;
  margin-bottom: 12px;
}

/* links inside card */
.pp-links{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.pp-link{
  font-size: 13px;
  color: #111a35;
  text-decoration: none;
  padding: 9px 12px;
  border-radius: 12px;
  background: rgba(33,39,65,0.06);
  border: 1px solid rgba(33,39,65,0.08);
  transition: all .25s ease;
}

.pp-link:hover{
  background: rgba(57,112,183,0.12);
  border-color: rgba(57,112,183,0.22);
  color: #3970b7;
}

/* social icons inside card */
.pp-member-social{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pp-member-social a{
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(33,39,65,0.05);
  border: 1px solid rgba(33,39,65,0.08);
  color: #111a35;
  text-decoration: none;
  transition: all .25s ease;
}

.pp-member-social a:hover{
  background: rgba(249,163,26,0.15);
  border-color: rgba(249,163,26,0.25);
  color: #f9a31a;
  transform: translateY(-2px);
}

/* active member */
.pp-member-active{
  border: 2px solid rgba(57,112,183,0.35);
}

/* ===== Note Box ===== */
.pp-team-note{
  padding: 24px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(57,112,183,0.12);
  box-shadow: 0 14px 40px rgba(16,24,40,0.06);
}

.pp-team-note h4{
  font-size: 18px;
  color: #111a35;
  margin-bottom: 10px;
}

.pp-team-note p{
  font-size: 14px;
  color: #5b647a;
  line-height: 1.9;
  margin: 0;
}

/* ===== Responsive ===== */
@media (max-width: 992px){
  .pp-founder{
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .pp-founder-left img{
    width: 100%;
    max-width: 330px;
    height: 320px;
  }
  .pp-team-actions{
    justify-content: center;
  }
  .pp-social{
    justify-content: left;
  }
}

@media (max-width: 576px){
  .pp-team-title{
    font-size: 30px;
  }
  .pp-member-top img{
    height: 220px;
  }
}
/* =========================
   PixelProud Portfolio Page
   ========================= */


.pp-port-hero{
  padding: 150px 0 70px;
  position: relative;
  background: #f7f9fc;
    /* radial-gradient(1200px 360px at 20% 10%, rgba(57,112,183,.22), transparent 55%),
    radial-gradient(900px 320px at 90% 0%, rgba(249,163,26,.18), transparent 55%),
    linear-gradient(180deg, #0f1633 0%, #111a35 55%, #f6f9ff 100%); */
  margin-top: 0;
  color: #f7f9fc;
}

.pp-port-hero-inner{
  display: grid;
  grid-template-columns: 1.3fr .9fr;
  gap: 26px;
  align-items: stretch;
}

.pp-port-kicker{
  display: inline-block;
  font-weight: 700;
  letter-spacing: 2px;
  color: #f9a31a;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.pp-port-hero-left h1{
  color: #111a35;
  font-weight: 800;
  font-size: 44px;
  line-height: 1.12;
  margin: 0 0 14px;
}

.pp-port-hero-left h1 span{
  color: #f9a31a;
}

.pp-port-hero-left p{
  color: #666;
  font-weight: 500;
  line-height: 1.7;
  margin: 0 0 22px;
  max-width: 720px;
}

.pp-port-badges{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 22px;
}

.pp-port-badge{
  background: #111a35;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 16px;
  padding: 14px 14px;
  backdrop-filter: blur(8px);
}

.pp-port-badge h4{
  margin: 0;
  color: #fff;
  font-weight: 800;
  font-size: 20px;
}

.pp-port-badge p{
  margin: 2px 0 0;
  color: rgba(255,255,255,.8);
  font-weight: 500;
  font-size: 13px;
}

.pp-port-actions{
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.pp-port-btn{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.pp-port-btn-primary{
  background: #f9a31a;
  color: #fff;
  /* box-shadow: 0 14px 36px rgba(249,163,26,.28); */
  font-weight: 500;
}

.pp-port-btn-primary:hover{
  transform: translateY(-2px);
  box-shadow: 0 18px 45px rgba(249,163,26,.34);
  color: #111a35;
}

.pp-port-btn-outline{
  background: none;
  border: 2px solid   #111a35;
  color: #f9a31a;
  font-weight: 500;
}

.pp-port-btn-outline:hover{
  transform: translateY(-2px);
  color: #f9a31a;
  
  /* box-shadow: 0 16px 40px rgba(0,0,0,.25); */
}

/* Right hero card */
.pp-port-hero-card{
  background: #2a323f;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 18px;
  padding: 18px;
  backdrop-filter: blur(10px);
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.pp-port-hero-card-top{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pp-chip{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(249,163,26,.15);
  border: 1px solid rgba(249,163,26,.25);
  color: #f9a31a;
  font-weight: 700;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 13px;
}

.pp-mini{
  color: rgba(255,255,255,.7);
  font-weight: 500;
  font-size: 13px;
}

.pp-port-hero-stack{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.pp-stack-item{
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
}

.pp-stack-item img{
  width: 100%;
  height: 110px;
  object-fit: cover;
  display: block;
}

.pp-port-hero-note{
  display: flex;
  gap: 10px;
  align-items: center;
  color: rgba(255,255,255,.85);
  font-weight: 600;
  background: rgba(0,0,0,.18);
  border: 1px solid rgba(255,255,255,.10);
  padding: 10px 12px;
  border-radius: 12px;
}

.pp-port-hero-wa{
  margin-top: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-weight: 800;
  border-radius: 14px;
  padding: 12px 14px;
  background: #f9a31a;
  border: 1px solid rgba(249,163,26,.30);
  color: #fff;
  transition: transform .2s ease, box-shadow .2s ease;
}

.pp-port-hero-wa:hover{
  transform: translateY(-2px);
  box-shadow: 0 18px 45px rgba(0,0,0,.25);
  color: #fff;
}

/* Head */
.pp-port-head{
  text-align: center;
  margin-bottom: 24px;
}

.pp-port-head h2{
  font-weight: 800;
  margin: 0 0 8px;
  color: #111a35;
}

.pp-port-head p{
  margin: 0;
  color: #5b6786;
  font-weight: 500;
}

/* Feature section */
.pp-port-feature{
  padding: 70px 0 40px;
  background: #f6f9ff;
  margin-top: 0;
}

.pp-port-filters{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 18px 0 26px;
}

.pp-filter{
  border: 1px solid rgba(33,39,65,.10);
  background: #fff;
  border-radius: 999px;
  padding: 10px 14px;
  font-weight: 700;
  color: #111a35;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.pp-filter:hover{
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(16,24,40,.08);
  border-color: rgba(57,112,183,.22);
}

.pp-filter.active{
  background: rgba(57,112,183,.12);
  border-color: rgba(57,112,183,.25);
  color: #1b2e5e;
}

/* Cards */
.pp-port-grid{
  row-gap: 22px;
}

.pp-port-card{
  background: #fff;
  border: 1px solid rgba(33,39,65,.08);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 14px 40px rgba(16,24,40,.08);
  transition: transform .2s ease, box-shadow .2s ease;
  height: 100%;
}

.pp-port-card:hover{
  transform: translateY(-6px);
  box-shadow: 0 20px 55px rgba(16,24,40,.12);
}

.pp-port-img{
  position: relative;
}

.pp-port-img img{
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.pp-tag{
  position: absolute;
  top: 14px;
  left: 14px;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 8px 12px;
  border-radius: 999px;
  color: #fff;
}

.pp-tag-blue{ background: #3970b7; }
.pp-tag-orange{ background: #f9a31a; color: #111a35; }
.pp-tag-navy{ background: #111a35; }

.pp-port-body{
  padding: 16px 16px 18px;
}

.pp-port-body h3{
  font-weight: 800;
  color: #111a35;
  font-size: 20px;
  margin: 0 0 8px;
}

.pp-port-body p{
  margin: 0 0 12px;
  color: #5b6786;
  font-weight: 500;
  line-height: 1.6;
}

.pp-port-meta{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  color: #1b2e5e;
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 12px;
}

.pp-port-links{
  display: flex;
  gap: 10px;
}

.pp-link{
  flex: 1;
  text-align: center;
  text-decoration: none;
  font-weight: 800;
  border-radius: 12px;
  padding: 10px 12px;
  background: rgba(57,112,183,.10);
  border: 1px solid rgba(57,112,183,.18);
  color: #1b2e5e;
  transition: transform .18s ease, box-shadow .18s ease;
}

.pp-link:hover{
  transform: translateY(-2px);
  box-shadow: 0 14px 26px rgba(16,24,40,.08);
  color: #1b2e5e;
}

/* Categories strip */
.pp-port-cats{
  padding: 55px 0;
  background: #f7f9fc;
  margin-top: 0;
}

.pp-cats-inner{
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 22px;
  align-items: center;
  background: #fff;
  border: 1px solid rgba(33,39,65,.08);
  border-radius: 22px;
  padding: 26px;
}

.pp-cats-left h2{
  margin: 0 0 8px;
  font-weight: 800;
  color: #111a35;
}

.pp-cats-left p{
  margin: 0;
  color: #5b6786;
  font-weight: 500;
}

.pp-cats-right{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.pp-cat{
  display: inline-flex;
  gap: 10px;
  align-items: center;
  border-radius: 999px;
  padding: 10px 12px;
  background: rgba(255,255,255,.75);
  border: 1px solid rgba(33,39,65,.08);
  font-weight: 800;
  color: #111a35;
}

/* Gallery */
.pp-port-gallery{
  padding: 60px 0 70px;
  background: #f6f9ff;
  margin-top: 0;
}

.pp-gallery-grid{
  row-gap: 22px;
}

.pp-g-item{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(33,39,65,.08);
  box-shadow: 0 14px 40px rgba(16,24,40,.08);
  background: #fff;
  text-decoration: none;
  height: 100%;
}

.pp-g-item img{
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
  transition: transform .35s ease;
}

.pp-g-overlay{
  position: absolute;
  inset: auto 14px 14px 14px;
  border-radius: 16px;
  padding: 12px 14px;
  background: rgba(17,26,53,.76);
  border: 1px solid rgba(255,255,255,.14);
  backdrop-filter: blur(10px);
  color: #fff;
}

.pp-g-title{
  display: block;
  font-weight: 900;
  margin-bottom: 2px;
}

.pp-g-sub{
  display: block;
  font-weight: 600;
  opacity: .9;
  font-size: 13px;
}

.pp-g-item:hover img{
  transform: scale(1.06);
}

/* CTA */
.pp-port-cta{
  padding: 70px 0 90px;
  background: #f7f9fc;
  margin-top: 0;
}

.pp-port-cta-inner{
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 22px;
  align-items: stretch;
}

.pp-cta-left h2{
  margin: 0 0 8px;
  font-weight: 900;
  color: #111a35;
}

.pp-cta-left p{
  margin: 0 0 18px;
  color: #5b6786;
  font-weight: 500;
  line-height: 1.7;
}

.pp-mini-steps{
  display: grid;
  gap: 12px;
}

.pp-step{
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 14px 14px;
  border-radius: 18px;
  background: #f6f9ff;
  border: 1px solid rgba(33,39,65,.08);
}

.pp-step-n{
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  font-weight: 900;
  color: #1b2e5e;
  background: rgba(57,112,183,.12);
  border: 1px solid rgba(57,112,183,.18);
  flex: 0 0 44px;
}

.pp-step h4{
  margin: 0 0 4px;
  font-weight: 900;
  color: #111a35;
  font-size: 16px;
}

.pp-step p{
  margin: 0;
  font-weight: 500;
  color: #5b6786;
}

.pp-cta-box{
  background: linear-gradient(180deg, rgba(33,39,65,1), rgba(15,22,51,1));
  border-radius: 22px;
  padding: 22px;
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 20px 55px rgba(16,24,40,.12);
  height: 100%;
}

.pp-cta-box h3{
  margin: 0 0 6px;
  font-weight: 900;
  color: #fff;
}

.pp-cta-box p{
  margin: 0 0 16px;
  color: rgba(255,255,255,.80);
  font-weight: 500;
}

.pp-cta-btn{
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 14px;
  font-weight: 900;
  text-decoration: none;
  margin-bottom: 10px;
  transition: transform .18s ease, box-shadow .18s ease;
}

.pp-cta-wa{
  background: #25D366;
  color: #0b1a12;
}

.pp-cta-mail{
  background: rgba(249,163,26,.95);
  color: #111a35;
}

.pp-cta-btn:hover{
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(0,0,0,.25);
  color: inherit;
}

.pp-cta-mini{
  margin-top: 12px;
  display: grid;
  gap: 8px;
  color: rgba(255,255,255,.85);
  font-weight: 600;
  font-size: 14px;
}

.pp-cta-mini i{
  color: #f9a31a;
  margin-right: 8px;
}

/* Responsive */
@media (max-width: 991px){
  .pp-port-hero-inner,
  .pp-cats-inner,
  .pp-port-cta-inner{
    grid-template-columns: 1fr;
  }

  .pp-port-hero{
    padding: 130px 0 55px;
  }

  .pp-port-hero-left h1{
    font-size: 36px;
  }

  .pp-cats-right{
    justify-content: flex-start;
  }
}

@media (max-width: 575px){
  .pp-port-hero-left h1{ font-size: 30px; }
  .pp-port-badges{ grid-template-columns: 1fr; }
  .pp-port-img img{ height: 200px; }
  .pp-g-item img{ height: 220px; }
}
/* === FIX: Quick Contact CTA alignment === */

.pp-port-cta-inner{
  align-items: center;
}

.pp-cta-box{
  display: grid;
  grid-template-columns: 220px 1fr 260px;  /* Left title | middle actions | right stats */
  gap: 18px;
  align-items: center;
}

/* Left block */
.pp-cta-box h3{
  margin: 0 0 8px;
  line-height: 1.1;
}
.pp-cta-box p{
  margin: 0;
  line-height: 1.6;
}

/* Make the buttons sit side-by-side */
.pp-cta-box .pp-cta-btn{
  margin: 0;              /* remove bottom stacking margin */
}
.pp-cta-box .pp-cta-wa,
.pp-cta-box .pp-cta-mail{
  width: auto;
}

.pp-cta-box .pp-cta-actions{
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

/* Right stats: clean, aligned, no wrapping issues */
.pp-cta-mini{
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: flex-start;
}

.pp-cta-mini span{
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;        /* prevents ugly breaking like 24– / 48h */
}

/* Icon alignment */
.pp-cta-mini i{
  margin: 0;
  width: 22px;
  text-align: center;
}

/* ===== Responsive ===== */
@media (max-width: 991px){
  .pp-cta-box{
    grid-template-columns: 1fr; /* stack cleanly on mobile */
    text-align: center;
  }

  .pp-cta-box .pp-cta-actions{
    justify-content: center;
  }

  .pp-cta-mini{
    align-items: center;
  }

  .pp-cta-mini span{
    white-space: normal; /* allow wrap on small screens */
    justify-content: center;
  }
}
