/*
    Theme Name: Knight
    Theme URL: https://bootstrapmade.com/knight-free-bootstrap-theme/
    Author: BootstrapMade
    Author URL: https://bootstrapmade.com
*/

/* CSS Document */

:root {
  --white: #ffffff;
  --midngh-black: #333333;
  --midnight-black-50: rgba(51, 51, 51, 0.5);
  --enchanted-green: #4caf50;
  --celestial-amber: #ffc107;
  --primary-purple: #a25ae7;
  --primary-purple-30: rgba(162, 90, 231, 0.3);
  --secondary-lavender: #8f7ebf;
  --secondary-lavender-50: rgba(143, 126, 191, 0.5);
  --background-dark-purple: #2d2a4a;
  --background-dark-purple-75: rgba(45, 42, 74, 0.75);
  --royal-purple: #5d3fd3;
  --royal-purple-50: rgba(93, 63, 211, 0.5);
  --lavender-mist: #c4a6e7;
  --midnight-purple: #3a2e68;
  --lavender-gray: #afa7d1;
  --placeholder-gray: #b0b0b0;
  --soft-lilac: #d8d5e7;
  --pale-lavender: #e0ddea;
  --moonlight-gray: #cccccc;
  --mystic-lavender: #f3effd;
  --primary-red-error: #c83c3c;
  --secondary-red-error: #b33a3a;
}

/* Float Elements 
---------------------------------*/
.fl-lt {
  float: left;
}
.fl-rt {
  float: right;
}

/* Clear Floated Elements
---------------------------------*/
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

.figure {
  margin: 0px;
}

img {
  max-width: 100%;
}

a,
a:hover,
a:active {
  outline: 0px !important;
}

@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.1.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0")
      format("embedded-opentype"),
    url("../fonts/fontawesome-webfont.woff?v=4.1.0") format("woff"),
    url("../fonts/fontawesome-webfont.ttf?v=4.1.0") format("truetype"),
    url("../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Primary Styles
---------------------------------*/
body {
  background: var(--white);
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: var(--placeholder-gray);
  margin: 0;
  overflow-x: hidden;
}
h2 {
  font-size: 34px;
  color: var(--midngh-black);
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  letter-spacing: -1px;
  margin: 0 0 15px 0;
  text-align: center;
  text-transform: uppercase;
}
h3 {
  font-family: "Poppins", sans-serif;
  color: var(--midngh-black);
  font-size: 16px;
  margin: 0 0 5px 0;
  text-transform: uppercase;
  font-weight: 400;
}
h6 {
  font-size: 16px;
  color: var(--placeholder-gray);
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  text-align: center;
  margin: 0 0 60px 0;
}
p {
  line-height: 24px;
  margin: 0;
}

/* Header Styles
---------------------------------*/

.header {
  text-align: center;
  background: url(../img/header-bg.jpg) center center;
  background-size: cover;
  position: relative;
  padding: 250px 0;
}

.header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: inherit;
  filter: blur(8px);
  -webkit-filter: blur(8px);
  z-index: 1;
}

.header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(51, 51, 51, 0.5);
  z-index: 1;
}

.header > * {
  position: relative;
  z-index: 2;
}

.logo {
  width: 130px;
  margin: 0 auto 35px;
}
.header h1 {
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  font-weight: 400;
  letter-spacing: -1px;
  margin: 0 0 22px 0;
  color: #fff;
}

.copyright-text {
  color: #fff;
  font-size: 14px;
  opacity: 0.8;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2;
}

.copyright-text a {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.copyright-text a:hover {
  opacity: 1;
  text-decoration: underline;
}

.we-create {
  padding: 0;
  margin: 35px 0 55px;
}
.wp-pic {
  margin-bottom: 20px;
}
.we-create li {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #bcbcbc;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0 5px 0 0;
  padding: 0 0 0 15px;
}
.we-create li:first-child {
  background: none;
}

.start-button {
  padding-left: 0px;
}

.start-button li a {
  color: #fff;
}

.link {
  padding: 15px 35px;
  background: #333333;
  color: #fff !important;
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  display: inline-block;
  border-radius: 10px;
  text-transform: uppercase;
  line-height: 25px;
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.link:hover {
  text-decoration: none;
  color: #333333 !important;
  background: #fff;
}

.link:active,
.link:focus {
  background: #333333;
  text-decoration: none;
  color: #fff !important;
}

/* Navigation
---------------------------------*/
.main-nav-outer {
  padding: 0px;
  border-bottom: 1px solid #dddddd;
  box-shadow: 0 4px 5px -3px #ececec;
  position: relative;
  background: linear-gradient(to bottom, #333333, #2d2a4a);
}
.main-nav {
  text-align: center;
  margin: 10px 0 0px;
  padding: 0;
  list-style: none;
}
.main-nav li {
  display: inline;
  margin: 0 1px;
}
.main-nav li a {
  display: inline-block;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  line-height: 20px;
  margin: 17px 32px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.main-nav li a:hover {
  text-decoration: none;
  color: #ffffff;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

.small-logo {
  padding: 0 32px;
}

.main-section {
  padding: 90px 0 110px;
}

/* Services
---------------------------------*/
#service {
  padding: 90px 0;
}

#service h2 {
  margin-bottom: 15px;
}

#service h6 {
  margin-bottom: 50px;
}

.service-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.service-list {
  flex: 1;
  min-width: 400px;
  max-width: 400px;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
}

.service-list:hover {
}

.service-list-col1 {
  width: 100%;
  margin-bottom: 20px;
}

.service-list-col1 img {
  width: 80px;
  height: 80px;
  margin: 0 auto;
}

.service-list-col2 {
  width: 100%;
}

.service-list-col2 h3 {
  font-size: 18px;
  margin-bottom: 15px;
  color: var(--midngh-black);
}

.service-list-col2 p {
  color: var(--placeholder-gray);
  line-height: 1.6;
  font-size: 14px;
}

@media (max-width: 768px) {
  .service-container {
    flex-direction: column !important;
    align-items: stretch !important;
  }
  .service-list {
    min-width: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 16px !important;
  }
}

/* Featured Work
---------------------------------*/
.featured-work {
  font-size: 14px;
}
.featured-work h2 {
  text-align: left;
}
.featured-box {
  padding: 0 0 0 0;
  margin-bottom: 25px;
  font-size: 14px;
}
.featured-box h3 {
  margin-bottom: 5px;
}
.featured-box p {
  line-height: 22px;
}
.featured-work p.padding-b {
  padding-bottom: 35px;
}
.featured-box-col1 {
  width: 60px;
  float: left;
}
.featured-box-col1 i {
  display: block;
  line-height: 38px;
  font-family: "FontAwesome";
  font-size: 38px;
  color: #777777;
  font-style: normal;
}
.featured-box-col2 {
  overflow: hidden;
}
.featured-box.magic {
  background: url(../img/magic.png) left top no-repeat;
}
.featured-box.packaged {
  background: url(../img/packaged.png) left top no-repeat;
}
.featured-box.seo {
  background: url(../img/seo.png) left top no-repeat;
}
.Learn-More {
  display: inline-block;
  padding: 0 5px 0 0;
  color: #333333;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 24px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  display: none;
}
.Learn-More i {
  padding-right: 15px;
}

.Learn-More:hover,
.Learn-More:focus {
  text-decoration: none;
  color: #111;
}

/* Portfolio
---------------------------------*/
.Portfolio-nav {
  padding: 0;
  margin: 0 0 45px 0;
  list-style: none;
  text-align: center;
}
.Portfolio-nav li {
  margin: 0 10px;
  display: inline;
}
.Portfolio-nav li a {
  display: inline-block;
  padding: 10px 22px;
  font-size: 12px;
  line-height: 20px;
  color: #222222;
  border-radius: 4px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  background: #f7f7f7;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.Portfolio-nav li a:hover {
  background: #333333;
  color: #fff;
  text-decoration: none;
}

.portfolioContainer {
  margin: 0 auto;
  padding-left: 15px;
}

.Portfolio-box {
  text-align: center;
  margin-bottom: 30px;
  height: 350px;
  width: 350px;
  overflow: hidden;
  float: left;
  padding: 0;
}
.Portfolio-box img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  margin-bottom: 25px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.Portfolio-box img:hover {
  opacity: 0.6;
}

.Portfolio-nav li a.current {
  background: #333333;
  color: #fff;
  text-decoration: none;
}
img {
  max-width: 100%;
}

/* no transition on .isotope container */

.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  transition-duration: 0.6s;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}

.main-section.paddind {
  padding-bottom: 60px;
}

/* Clients
---------------------------------*/
.client-part {
  background: url(../img/section-bg1.jpg) center center no-repeat;
  background-size: cover;
  padding: 55px 0;
  text-align: center;
  position: relative;
}

.client-part::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

.client-part > * {
  position: relative;
  z-index: 2;
}

.client-part-haead {
  color: #fdfdfd;
  font-size: 28px;
  line-height: 41px;
  margin: 30px 0 10px;
  font-family: "" Open Sans ",sans-serif";
  font-style: italic;
}
.client {
  padding: 0;
  margin: 20px 0 0;
  list-style: none;
  text-align: center;
}
.client li {
  display: inline;
  margin: 0 15px;
}
.client li a {
  display: inline-block;
}
.client li a img {
  margin-bottom: 15px;
  border-radius: 50%;
}
.client li a:hover {
  text-decoration: none;
}
.client li a h3 {
  color: #ffffff;
}
.client li a span {
  color: #f1f1f1;
}
.quote-right {
  font-style: normal;
  width: 68px;
  height: 68px;
  margin: 0 auto;
  border: 2px solid #ffffff;
  border-radius: 50%;
  display: block;
  line-height: 68px;
  text-align: center;
  font-size: 27px;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.quote-right:hover {
  color: #fff;
  border: 2px solid #fff;
}

.c-logo-part {
  background: #333333;
  padding: 25px 0;
  filter: alpha(opacity=60);
}
.c-logo-part ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.c-logo-part ul li {
  display: inline;
  margin: 0 25px;
}
.c-logo-part ul a {
  display: inline-block;
  margin: 0 20px;
}
.main-section.team {
  padding: 85px 0;
}
.main-section.team h6 {
  margin-bottom: 40px;
}

/* Team
---------------------------------*/
.team-leader-block {
  max-width: 993px;
  margin: 0 auto;
}
.team-leader-box {
  width: 30.66%;
  margin-right: 3.82979%;
  height: 490px;
  overflow: hidden;
  text-align: center;
  float: left;
}
.team-leader-box span {
  margin-bottom: 24px;
  display: block;
}
.team-leader-box:nth-of-type(3n + 0) {
  margin: 0;
}
.team-leader {
  width: auto;
  height: auto;
  position: relative;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 7px rgba(241, 241, 241, 0.8);
  margin: 7px 7px 25px 7px;
}
.team-leader-shadow {
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  border-radius: 50%;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  border-radius: 50%;
}
.team-leader-shadow a {
  display: block;
  width: 100%;
  height: 100%;
}
.team-leader:hover .team-leader-shadow {
  box-shadow: inset 0px 0px 0px 148px rgba(17, 17, 17, 0.8);
}
.team-leader:hover ul {
  display: block;
  opacity: 1;
}
.team-leader img {
  display: block;
  border-radius: 50%;
}
.team-leader ul {
  display: block;
  opacity: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  margin-top: -14px;
  z-index: 15;
  transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
}
.team-leader ul li {
  display: inline;
  margin: 0 11px;
}
.team-leader ul li a {
  font-family: "FontAwesome";
  display: inline-block;
  font-size: 28px;
  color: #fff;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.team-leader ul li a:hover,
.team-leader ul li a:focus {
  text-decoration: none;
}
.team-leader ul li a.fa-instagram:hover {
  color: #c32aa3;
}
.team-leader ul li a.fa-whatsapp:hover {
  color: #25d366;
}
.team-leader ul li a.fa-twitter:hover {
  color: #55acee;
}
.team-leader ul li a.fa-facebook:hover {
  color: #3b5998;
}
.team-leader ul li a.fa-pinterest:hover {
  color: #cb2026;
}
.team-leader ul li a.fa-google-plus:hover {
  color: #dd4b39;
}

/* Talk Business
---------------------------------*/
.business-talking {
  background: url(../img/section-bg2.jpg) top center no-repeat;
  background-size: cover;
  padding: 60px 0 10px;
  text-align: center;
  position: relative;
}

.business-talking::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: inherit;
  filter: blur(2px);
  -webkit-filter: blur(2px);
  z-index: 1;
}

.business-talking > * {
  position: relative;
  z-index: 2;
}

.business-talking h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  padding: 0;
  margin: 20px 0 70px;
  text-transform: uppercase;
  font-size: 42px;
  color: #fff;
}

/* Contact
---------------------------------*/
.main-section.contact {
  padding: 90px 0 100px;
}

.main-section.contact {
  background: url(../img/bg-map.png) left 190px no-repeat;
}
.contact-info-box {
  font-size: 15px;
  margin: 0 0 14px 68px;
  padding-left: 0;
}
.contact-info-box h3 {
  font-size: 15px;
  font-weight: 400;
  float: left;
  width: 200px;
  margin-right: 12px;
  line-height: 28px;
}
.contact-info-box h3 i {
  font-style: normal;
  font-size: 18px;
  color: #222222;
  font-family: "FontAwesome";
  font-weight: normal;
  margin-right: 7px;
}
.contact-info-box span {
  line-height: 28px;
  display: block;
  overflow: hidden;
}
.social-link {
  padding: 35px 0;
  margin: 0 0 0 68px;
  display: block;
  overflow: hidden;
  list-style: none;
}
.social-link li {
  float: left;
  margin-right: 8px;
}
.social-link li a {
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 25px;
  color: #fff;
  background: #222222;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.social-link li a:hover,
.social-link li a:focus {
  text-decoration: none;
}
.twitter a:hover {
  background: #55acee;
}
.facebook a:hover {
  background: #3b5998;
}
.pinterest a:hover {
  background: #cb2026;
}
.gplus a:hover {
  background: #dd4b39;
}
.dribbble a:hover {
  background: #ea4c89;
}

.form {
  margin: 0 66px 0 30px;
}
.input-text {
  padding: 15px 16px;
  border: 1px solid #ccc;
  width: 100%;
  height: 50px;
  display: block;
  border-radius: 4px;
  font-size: 15px;
  color: #aaa;
  font-family: "Poppins", sans-serif;
  margin: 0 0 15px 0;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.input-text:focus {
  border: 1px solid #333333;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(124, 197, 118, 0.3);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(124, 197, 118, 0.3);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(124, 197, 118, 0.3);
}

.input-text.text-area {
  height: 165px;
  resize: none;
  overflow: auto;
}
.input-btn {
  width: 175px;
  height: 50px;
  background: #333333;
  border-radius: 4px;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  border: 0px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.input-btn:hover {
  background: #111;
  color: #fff;
}

.validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#sendmessage {
  color: #333333;
  border: 1px solid #333333;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#sendmessage.show,
#errormessage.show,
.show {
  display: block;
}

/* Footer
---------------------------------*/

.footer {
  background: url(../img/pw_maze_black_2X.png) left top repeat;
  padding: 35px 0 35px;
}
.footer-logo {
  margin: 15px auto 35px;
  width: 76px;
}
.copyright,
.credits {
  color: #fff;
  font-size: 14px;
  display: block;
  text-align: center;
}
.copyright a,
.credits a {
  color: #9b51e0;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.copyright a:hover,
.credits a:hover {
  color: #fff;
}

.res-nav_click {
  line-height: 38px;
  font-family: "FontAwesome";
  font-size: 38px;
  text-decoration: none !important;
  color: #777777;
  font-style: normal;
  display: none;
  width: 42px;
  height: 27px;
  margin: 20px auto;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.res-nav_click:hover,
.res-nav_click:active,
.res-nav_click:focus {
  color: #333333 !important;
}

.portfolioContainer {
  max-width: 1140px;
}

/* Animation Timers
---------------------------------*/
.delay-02s {
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
}
.delay-03s {
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
}
.delay-04s {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}

.delay-05s {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}
.delay-06s {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
}

.delay-07s {
  animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
}
.delay-08s {
  animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
}

.delay-09s {
  animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
}
.delay-1s {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}
.delay-12s {
  animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
}

.portfolioContainer .Portfolio-box:last-child,
.portfolioContainer .Portfolio-box:nth-last-child(2),
.portfolioContainer .Portfolio-box:nth-last-child(3) {
  height: 400px;
}

.portfolioContainer .Portfolio-box:last-child img,
.portfolioContainer .Portfolio-box:nth-last-child(2) img,
.portfolioContainer .Portfolio-box:nth-last-child(3) img {
  height: 320px;
  object-fit: cover;
  margin-bottom: 15px;
}

/* Application Buttons
---------------------------------*/
.application-btn {
  display: inline-block;
  text-decoration: none;
  padding: 12px 20px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  margin-top: 15px;
  background: var(--midngh-black);
  color: var(--white);
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  width: 300px;
  text-align: center;
}

.application-btn:hover {
  background: var(--royal-purple);
  color: var(--white);
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

/* Social Media Icons with Pseudo-elements */
.social-link li a::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.social-link li.instagram a::before {
  font-family: "Font Awesome 5 Brands";
  content: "\f16d"; /* Instagram icon */
}

.social-link li.whatsapp a::before {
  font-family: "Font Awesome 5 Brands";
  content: "\f232"; /* WhatsApp icon */
}

.header-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin: 30px 0;
}

.header-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 30px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none !important;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275),
    box-shadow 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  color: white !important;
  transform-origin: center;
}

.header-btn i {
  font-size: 20px;
  color: white !important;
}

.header-btn:hover,
.header-btn:hover i {
  text-decoration: none !important;
  color: white !important;
}

.fal-randevu {
  background: #25d366;
}

.fal-randevu:hover {
  background: #25d366;
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 8px 25px rgba(37, 211, 102, 0.3);
}

.danisman-ol {
  background: #6c5ce7;
}

.danisman-ol:hover {
  background: #6c5ce7;
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 8px 25px rgba(108, 92, 231, 0.3);
}

@media (max-width: 768px) {
  .header-buttons {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  .header-btn {
    width: 100%;
    max-width: 300px;
    justify-content: center;
  }
}

#partnership .row {
  display: flex;
  align-items: center;
  min-height: 100%;
}

#partnership .col-lg-4 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

#partnership .service-list {
  margin-bottom: 30px;
}

#partnership .service-list:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  #partnership .row {
    flex-direction: column !important;
    align-items: center !important;
  }
  #partnership .row figure {
    width: 100% !important;
    max-width: 320px;
    margin: 24px auto 0 auto !important;
    display: block !important;
    text-align: center;
  }
  #partnership .row figure img {
    width: 100% !important;
    height: auto !important;
    max-width: 320px;
    margin: 0 auto;
    display: block;
  }
}

html {
  overflow-x: hidden;
}
