body {
  background: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  position: relative;
}

html, body {
  width: 100%;
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  font-weight: bold;
  letter-spacing: 1px;
}

.heading {
  font-size: 20px;
}
.subheading {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 60px;
}
.bold {
  font-weight: bold;
}

p {
  line-height: 28px;
  font-size: 15px;
}

a {
  outline: none !important;
}

hr {
  width: 180px;
  border-color: #CCC;
}

.section-title strong {
	color: #1761B2;
  	font-size: 56px;
}
.section-title h1 {
	font-size: 24px;
}
.section-title {
  padding-bottom: 32px;
}
.medium-icon {
  font-size: 32px !important;
}

#work, #about, #team, #portfolio, #pricing, #contact {
  padding-top: 100px;
  padding-bottom: 100px;
}

/* ==========================================================================
preloader section
========================================================================== */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background: none repeat scroll 0 0 #fff;
}
.sk-spinner-circle.sk-spinner {
  width: 22px;
  height: 22px;
  position: relative; }
.sk-spinner-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }
.sk-spinner-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 20%;
  height: 20%;
  background-color: #1761B2;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out;
          animation: sk-circleBounceDelay 1.2s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }
.sk-spinner-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg); }
.sk-spinner-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg); }
.sk-spinner-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }
.sk-spinner-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg); }
.sk-spinner-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
          transform: rotate(150deg); }
.sk-spinner-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }
.sk-spinner-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
          transform: rotate(210deg); }
.sk-spinner-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
          transform: rotate(240deg); }
.sk-spinner-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg); }
.sk-spinner-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
          transform: rotate(300deg); }
.sk-spinner-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
          transform: rotate(330deg); }
.sk-spinner-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; }
.sk-spinner-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }
.sk-spinner-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; }
.sk-spinner-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; }
.sk-spinner-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; }
.sk-spinner-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; }
.sk-spinner-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; }
.sk-spinner-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s; }
.sk-spinner-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; }
.sk-spinner-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s; }
.sk-spinner-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }

  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }

  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

/* ==========================================================================
navigation section
========================================================================== */
.custom-navbar {
  margin-bottom: 0;
}
.navbar-brand {
  padding: 8px 15px; /* Add padding: top-bottom 8px, left-right 15px */
  display: flex;
  align-items: center;
}
.navbar-brand img {
  height: 48px;
  width: auto; /* Maintain aspect ratio */
}
@media (max-width: 767px) {
  .navbar-brand {
    padding: 10px 15px; /* Slightly more padding on mobile */
  }
  .navbar-brand img {
    height: 36px; /* Smaller logo for mobile */
    width: auto; /* Keep proportions correct */
  }
}
.custom-navbar .nav li a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
}
.custom-navbar .nav li a:hover {
  background: transparent;
  color: #eeeeee;
}
.custom-navbar .nav > li > a:focus {
  background-color: transparent;
  color: #ffffff;
  outline: none;
}
.custom-navbar .nav li.active > a {
  color: #FFD700;
}
.custom-navbar .navbar-toggle {
  border: none;
  padding-top: 10px;
}
.custom-navbar .navbar-toggle .icon-bar {
  background: #1761B2;
  border-color: transparent;
}
@media(min-width:768px){
  .custom-navbar {
    padding: 10px;
    border-bottom: 0;
    background: 0 0;
  }
  .custom-navbar.top-nav-collapse {
    padding: 8px;
    background: #1B222A;
    /* background: rgba(75, 75, 75, 0.5);
    backdrop-filter: blur(12px); */
  }
}
@media(max-width:768px){
  .navbar .container {
    background: #1B222A;
  }
  /* .custom-navbar.top-nav-collapse {
    background: rgba(75, 75, 75, 0.5);
    backdrop-filter: blur(12px);
  } */
}

/* ==========================================================================
home section
========================================================================== */
#home {
  background-size: cover;
  background-position: center;
  color: #ffffff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100vh;
  text-align: center;
}
#home h1 {
  font-size: 40px;
}
#home h3 {
  font-size: 14px;
}
#home hr {
  width: 335px;
}
#home .btn {
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 0;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.5px;
  padding: 12px 42px;
  margin-top: 40px;
  margin-right: 16px;
  transition: all 0.4s ease-in-out;
  /* border-radius: 5px; */
}
#home .btn:hover {
  background: #1761B2;
  border-color: transparent;
}
#home .btn-danger {
  background: #1761B2;
  border-color: transparent;
}
#home .btn-danger:hover {
	border: 1px solid #ffffff;
  /* border-radius: 5px; */
	background: transparent;
  color: #ffffff;
}
#home .home-title {
  /* color: #39B4E1; */
  color: #1761B2;
}

@media (max-width: 767px) {
  #home {
    padding: 60px 15px;
  }
  #home h2.home-title {
    font-size: 24px;
  }
  #home h3 {
    font-size: 18px;
  }
  #home .btn {
    padding: 8px 17px;
    font-size: 12px;
  }
}

/* ==========================================================================
work section
========================================================================== */
#work {
  text-align: center;
}
#work .col-md-4 {
  padding: 28px;
  position: relative;
  transition: all 0.4s ease-in-out;
}
#work .col-md-4:hover {
  background-color: #ffffff;
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.20);
}
#work h3 {
  font-size: 18px;
}
.service-card {
  flex: 1 1 300px; 
  padding: 30px; 
  box-shadow: 0 8px 24px rgba(0,0,0,0.05);
  background: #ffffff;
  border-bottom: 4px solid #FFD700;
  /* border-radius: 8px; */
}
.service-card p {
  color: #6c6e70;
}
@media (max-width: 768px) {
  #work {
    padding: 50px 15px;
  }
  .service-card-title {
    font-size: 1.55rem !important;
  }
  .services-grid {
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
  }
  .service-card {
    padding: 20px !important;
    font-size: 0.95rem;
    flex: 0 !important;
    background: #ffffff;
  }
  .service-card h3 {
    font-size: 1.25rem;
  }
  .service-card p {
    font-size: 1.2rem;
  }
  .service-card-icon {
    font-size: 1.95rem !important;
    margin-bottom: 10px;
    display: inline-block;
  }
  hr {
    width: 80px !important;
    margin: 15px auto;
  }
}

/* ==========================================================================
about section
========================================================================== */
/* #about {
  background: #3B3B3B;
  color: #ffffff;
} */
.nav-tabs {
  margin-top: 20px;
  border-bottom: 1px solid #606060;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
	display: block;
  color: #ffffff;
  font-size: 16px;
  padding: 10px 20px;
  border: 0;
  border-radius: 0;
}
.nav-tabs > li > a:hover {
  background-color: transparent;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #1761B2;
  cursor: default;
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom-color: transparent;
}
.tab-content {
  padding-top: 20px;
}
.tab-content a {
	color: #0CC;
}
.tab-content a:hover, .tab-content a:link {
	color: #FF0;
	text-decoration: none;
}
.info-cards p {
  color: #6c6e70;
}
@media (max-width: 768px) {
  #about {
    padding: 50px 15px;
  }
  #about h2,
  #about h3 {
    font-size: 1.75rem !important;
  }
  #about p {
    font-size: 1.25rem;
  }
  .info-cards,
  .stack-cards {
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-bottom: 40px;
  }
  .info-cards .card,
  .stack-cards .card {
    width: 90%;
    padding: 20px 15px;
    font-size: 0.95rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    flex: 0 !important;
  }
  .card h4,
  .card h5 {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .card ul li {
    font-size: 1.2rem;
  }
  hr {
    width: 60px !important;
    margin: 15px auto;
  }
}

/* ==========================================================================
portfolio section
========================================================================== */
#portfolio {
  background-color: #f6f6f6;
  text-align: center;
}
#portfolio .container {
  width: 100%;
  padding: 0;
  margin: 0;
}
#portfolio img {
  width: 100%;
  max-height: 238px;
  transition: all 0.4s ease-in-out;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); */
  /* border-radius: 8px; */
}
#portfolio img:hover {
  opacity: 0.5;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
}
/* FILTER CSS */
.filter-wrapper {
  width: 100%;
  margin: 24px 0 24px 0;
  overflow: hidden;
  text-align: center;
}
.filter-wrapper li {
  display: inline-block;
  margin: 4px;
}
.filter-wrapper li a {
  color: #999999;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 8px 17px;
  display: block;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}
.filter-wrapper li .selected,
.filter-wrapper li a:focus,
.filter-wrapper li a:hover {
  color: #1761B2;
  outline: none;
}
.iso-box-section {
  width: 100%;
}
.iso-box-wrapper {
  width: 100%;
  padding: 0;
  clear: both;
  position: relative;
}
/* .iso-box {
  position: relative;
  min-height: 50px;
  float: left;
  overflow: hidden;
  margin-bottom: 20px;
  flex: 1 1 300px; 
  padding: 12px; 
  box-shadow: 0 8px 24px rgba(0,0,0,0.05);
  background: #ffffff;
} */
/* .iso-box > a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.iso-box > a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
} */
.fluid-img {
  width: 100%;
  display: block;
}
@media (max-width: 767px) {
  .filter-wrapper {
    padding-left: 0px;
  }
}

/* ==========================================================================
pricing section
========================================================================== */
#pricing {
  text-align: center;
}
#pricing h2 {
  font-size: 52px;
}
#pricing h3 {
  font-size: 16px;
}
#pricing .plan {
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.20);
  padding-top: 40px;
  padding-bottom: 80px;
  margin-bottom: 32px;
}
#pricing .plan span {
	font-size: 16px;
}
#pricing .plan .plan_title {
  font-weight: 300;
  letter-spacing: 2px;
  padding: 30px;
  margin-bottom: 20px;
}
#pricing .medium-icon {
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.20);
  border-radius: 50%;
  font-size: 52px;
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  margin-bottom: 32px;
}
#pricing .plan ul {
  padding: 0px;
}
#pricing .plan ul li {
  display: block;
  font-weight: 500;
  padding: 12px 0px;
}
#pricing .plan .btn {
  border: none;
  border-radius: 0px;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  padding: 16px 60px;
  transition: all 0.4s ease-in-out;
  margin-top: 20px;
  text-transform: uppercase;
}
#pricing .plan-one .btn {
  background-color: #1761B2;
}
#pricing .plan-two .btn {
  background-color: #ffa400;
}
#pricing .plan-three .btn {
  background-color: #009988;
}
#pricing .plan .btn:hover {
  background-color: #3B3B3B;
}
.plan-one {
  border: 2px solid #FFD700;
  color: #FFD700;
}
.plan-two {
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
}
.plan-three {
  border: 2px solid #1761B2;
  color: #1761B2;
}
.plan-one ul li {
  color: #AAB0B6;
}
.plan-two ul li {
  color: #AAB0B6;
}
.plan-three ul li {
  color: #AAB0B6;
}

@media (max-width: 767px) {
  #pricing .plan {
    padding-top: 0px;
    padding-bottom: 25px;
    margin-bottom: 15px;
  }
  #pricing h2 {
    font-size: 30px;
  }

  /* Stack plans vertically */
  .col-sm-6 {
    width: 100%;
    display: block;
  }
}

/* ==========================================================================
contact section
========================================================================== */
#contact {
  position: relative;
  background: none;
  color: #ffffff;
  overflow: hidden;
}
#contact::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: #3B3B3B url('../images/contact-bg2.jpg') no-repeat center center;
  background-size: cover;
  filter: brightness(20%);
  z-index: 0;
}
#contact > * {
  position: relative;
  z-index: 1;
}
#contact h3 {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
}
#contact .medium-icon {
  padding-top: 10px;
  padding-right: 10px;
}
#contact .contact-info {
  padding-top: 65px;
}
#contact .contact-info div {
  padding-top: 14px;
  padding-bottom: 14px;
}
#contact form {
  padding-top: 60px;
}
#contact .form-control {
  border: 2px solid #ffffff;
  border-radius: unset;
  box-shadow: none;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: all 0.4s ease-in-out;
}
#contact input {
  height: 40px;
}
#contact input[type="submit"] {
  background: #1761B2;
  border: 3px solid #1761B2;
  letter-spacing: 0.5px;
  margin-top: 18px;
  height: 50px;
  color: #ffffff;
}
#contact input[type="submit"]:hover {
  color: #000000;
}

/* ==========================================================================
footer section
========================================================================== */
footer {
  text-align: center;
  padding-top: 25px;
  padding-bottom: 35px;
}
footer p {
  padding-top: 20px;
}
.social-icon {
  padding: 0;
  margin: 0;
}
.social-icon li {
  list-style: none;
  display: inline-block;
  padding: 6px;
}
.social-icon li a {
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.09);
  color: #808080;
  font-size: 20px;
  width: 56px;
  height: 56px;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}
.social-icon li a:hover {
  color: #1761B2;
}

@media screen and (min-width: 992px) {
  @-moz-document url-prefix() {
    #portfolio .col-lg-4,
    #portfolio .col-md-4 {
      width: 33.333%;
    }
  }    
}

/* ==========================================================================
media quires for mobile
========================================================================== */
@media (max-width: 440px) {
  #home {
    padding-top: 320px;
    padding-bottom: 320px;
  }
  #home h1 {
    font-size: 22px;
  }
  #home h3 {
    font-size: 12px;
  }
}

.backstretch img {
  filter: brightness(20%);
}

.portfolio-content {
  padding: 15px;
  flex-grow: 1;
}

.portfolio-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

.portfolio-desc {
  font-size: 14px;
  margin-bottom: 10px;
  color: #555;
}

.portfolio-data {
  margin-top: 50px;
}

.project-link {
  text-decoration: none;
  color: #1761B2;
  font-weight: bold;
}

.service-card-title {
  color: #1761B2;
}

.service-card-icon {
  font-size: 30px;
  color: #94b2d4;
  margin-bottom: 10px;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 10px;
}

.section-underline {
  width: 125px;
  height: 3px;
  background-color: #FFD700;
  border: none;
  margin: 0 auto 30px;
}

.portfolio-filters {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
  padding: 0;
}

.filter {
  text-decoration: none;
  padding: 10px 20px;
  background-color: #111;
  color: white;
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
}

.filter:hover,
.filter.selected {
  border-bottom: 2px solid #FFD700;
}

.portfolio-grid {
  margin-left: 30px;
  margin-right: 30px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
}

.portfolio-card {
  background: #fff;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  border-bottom: 4px solid #FFD700;
  transition: transform 0.3s;
}

.portfolio-card:hover {
  transform: translateY(-5px);
}

.portfolio-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.portfolio-card-content {
  padding: 2px 25px 20px 25px;
  text-align: center;
}

.project-title {
  font-size: 16px;
  font-weight: 700;
  color: #1761B2;
  margin-bottom: 5px;
}

.project-desc {
  font-size: 12px;
  color: #6c6e70;
  margin-bottom: 20px;
}

.project-link {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #1761B2;
  background-color: transparent;
  color: #1761B2;
  /* border-radius: 4px; */
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s, color 0.3s;
  margin-bottom: 5px;
  margin-left: 25%;
  margin-right: 25%;
}

.project-link:hover {
  text-decoration: none;
  background-color: #1761B2;
  color: white;
}

.portfolio-card {
  display: flex;
  flex-direction: column;
}

.portfolio-card-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.project-desc {
  flex-grow: 1;
}

.pricing-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #ffffff;
}

.pricing-divider {
  width: 125px;
  height: 2px;
  background-color: #FFD700;
  margin: 20px auto;
  border: none;
}

.pricing-card {
  background-color: #2A2F36;
  color: #B0B0B0;
  border-radius: 8px;
  border: 2px solid transparent;
  padding: 30px 20px;
  margin-bottom: 30px;
  min-height: 400px;
  transition: all 0.3s ease-in-out;
}

.pricing-header {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.pricing-header h3 {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
}

.pricing-header h2 {
  font-size: 2rem;
  color: #fff;
}

.pricing-header span {
  font-size: 0.9rem;
  color: #aaa;
}

.pricing-card ul {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}

.pricing-card ul li {
  margin-bottom: 10px;
  border-bottom: 1px solid #444;
  padding-bottom: 8px;
}

/* Themed borders */
.yellow-border {
  border-color: #FFD700;
}

.white-border {
  border-color: #f5f5f5;
}

.blue-border {
  border-color: #00A8F3;
}

/* Header backgrounds */
.yellow-bg h3,
.yellow-bg h2 {
  background-color: #FFD700;
  color: #1C222A;
  display: inline-block;
  padding: 4px 8px;
}

.white-bg h3,
.white-bg h2 {
  background-color: #F5F5F5;
  color: #1C222A;
  display: inline-block;
  padding: 4px 8px;
}

.blue-bg h3,
.blue-bg h2 {
  background-color: #00A8F3;
  color: #1C222A;
  display: inline-block;
  padding: 4px 8px;
}

.hidden {
  display: none !important;
}