
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,100,500,700);
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700);
@import url(http://fonts.googleapis.com/css?family=Glegoo);
body {
  font-family: "Roboto", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto Condensed", sans-serif;
}

h2 {
  font-size: 26px;
}

p {
  font-family: "Roboto", sans-serif;
  line-height: 22px;
  font-size: 16px;
  font-weight: 300;
}

body {
  background: #ffffff;
}

ul {
  padding-left: 0;
}
ul li {
  list-style: none;
}

a:hover {
  text-decoration: none;
}

.section-heading {
  text-align: center;
  margin-bottom: 65px;
}
.section-heading p {
  font-size: 14px;
  font-weight: 300;
  color: #727272;
  line-height: 20px;
}

.title {
  font-size: 30px;
  line-height: 1.1;
  font-weight: 300;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.subtitle {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.subtitle-des {
  color: #727272;
  font-size: 17px;
  margin-bottom: 35px;
  font-weight: 300;
  line-height: 28px;
}

.pages {
  padding: 80px 0 40px;
}

.moduler {
  padding: 140px 0;
}

.social-share li {
  display: inline-block;
  margin: 3px 1px;
}
.social-share a {
  font-size: 20px;
  color: #fff;
  background: #FFE73C;
  padding: 4px 10px;
  display: inline-block;
}

.fancybox-close {
  background: url("../images/icons/close.png") no-repeat scroll 0 0 transparent;
  height: 50px;
  right: 0;
  top: 0;
  width: 50px;
}

.fancybox-next span {
  background: url("../images/icons/right.png") no-repeat scroll center center #FFE73C;
  height: 50px;
  width: 50px;
  right: 0;
}

.fancybox-prev span {
  background: url("../images/icons/left.png") no-repeat scroll center center #FFE73C;
  height: 50px;
  width: 50px;
  left: 0;
}

.fancybox-title {
  padding: 15px 8px;
}
.fancybox-title h3 {
  font-size: 15px;
  margin: 0;
}

.global-page-header {
  background-attachment: fixed;
  background-size: cover;
  padding: 120px 0 25px 0;
  position: relative;
  background: #FFE73C;
  color: #333;
}
.global-page-header h2 {
  font-size: 42px;
  font-weight: bold;
  color: #333;
  text-transform: uppercase;
}
.global-page-header .breadcrumb {
  background: none;
  font-size: 16px;
  padding: 8px 0;
  display: block;
}
.global-page-header .breadcrumb .active, .global-page-header .breadcrumb li a {
  color: #333;
}
.global-page-header .block {
  position: relative;
  z-index: 9;
  text-align: center;
}

.works-fit {
  padding: 40px 0;
}
.works-fit figure .buttons {
  left: 14%;
}

.company-description {
  margin-top: 80px;
}
.company-description .block h3 {
  margin-top: 0;
}
.company-description .block p {
  color: #727272;
}

/*=== MEDIA QUERY ===*/
.top-bar {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  color: #fff;
  transition: all 0.2s ease-out 0s;
  padding: 15px 0;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #dedede;
  z-index: 10;
}
.top-bar.animated-header {
  padding: 20px 0;
  background: #fff;
  box-shadow: none;
}

.top-bar .container {
  max-width: 100%;
  padding: 0 15px;
}

.navbar {
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
  padding: 0 15px;
  width: 100%;
}
.navbar.bg-light {
  background: #fff !important;
}
.navbar-brand {
  padding: 0;
  margin-right: auto;
}
.navbar-toggler {
  border: 1px solid #FFE73C;
  padding: 5px 10px;
}
.navbar-toggler:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 215, 0, 0.25);
  outline: none;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23333' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  width: 1.5em;
  height: 1.5em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23333' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M7 7l16 16M23 7L7 23'/%3e%3c/svg%3e");
}
.navbar .navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
}
.navbar .navbar-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  width: 100%;
}
.navbar .nav-item .nav-link {
  color: #444 !important;
  font-size: 14px;
  font-weight: 500;
  transition: 0.3s all;
  text-transform: uppercase;
  padding: 5px 15px;
  display: block;
}
.navbar .nav-item .nav-link:hover {
  color: #FFE73C !important;
}
.navbar .nav-item .nav-link.active {
  background: #FFE73C !important;
  color: #333 !important;
  border-radius: 4px;
  padding: 8px 18px !important;
  display: inline-block !important;
}
}
.navbar .nav-item:last-child .nav-link {
  padding-right: 0;
}

/* Mobile Menu Styling */
@media (max-width: 991px) {
  .navbar-collapse {
    background: #fff !important;
    padding: 15px 0;
    margin-top: 10px;
  }
  .navbar .navbar-nav {
    flex-direction: column;
    width: 100%;
  }
  .navbar .nav-item {
    width: 100%;
    text-align: center;
  }
  .navbar .nav-link {
    color: #333 !important;
    padding: 12px 15px !important;
    border-bottom: 1px solid #dedede;
  }
  .navbar .nav-item .nav-link:hover {
    background: #FFE73C !important;
    color: #333 !important;
  }
  .navbar .nav-item .nav-link.active {
    background: #FFE73C !important;
    color: #333 !important;
    border-radius: 0;
    padding: 12px 15px !important;
    display: block !important;
  }
}

.dropdown-menu {
  background: #222222;
  border: 0;
  border-radius: 0;
  padding: 15px;
  box-shadow: none;
  display: block;
  opacity: 0;
  z-index: 1;
  visibility: hidden;
  transform: scale(0.8);
  transition: visibility 500ms, opacity 500ms, transform 500ms cubic-bezier(0.43, 0.26, 0.11, 0.99);
}
@media (max-width: 991px) {
  .dropdown-menu {
    display: none;
    opacity: unset;
    visibility: unset;
    transform: scale(1);
  }
}
.dropdown-item {
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  padding: 8px 0;
  transition: 0.3s all;
}
.dropdown-item:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.dropdown-item:hover {
  color: #FFE73C !important;
  background: transparent;
}
.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

#hero-area {
  background: linear-gradient(135deg, #ffffff 0%, #f8f8f8 100%);
  padding: 120px 0;
  color: #fff;
  position: relative;
}
#hero-area:before {
  content: "";
  z-index: 1;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#hero-area .block {
  position: relative;
  z-index: 2;
}
#hero-area h1 {
  font-size: 48px;
  line-height: 60px;
  color: #333;
  font-weight: 700;
  margin-bottom: 25px;
  text-transform: none;
}
#hero-area h2 {
  font-size: 17px;
  font-weight: 300;
  margin-bottom: 38px;
  line-height: 28px;
  color: #666;
  font-family: "Roboto", sans-serif;
  margin-top: 25px;
}
#hero-area .btn {
  background: #FFE73C;
  border: none;
  color: #333;
  padding: 14px 32px;
  margin-top: 20px;
  font-size: 13px;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: normal;
  border-radius: 4px;
  transition: all 0.3s ease;
  display: inline-block;
}
#hero-area .btn:hover {
  background: #fff;
  border: 2px solid #FFE73C;
  color: #FFE73C;
}

#call-to-action {
  background: #FFE73C;
  background-size: cover;
  background-attachment: fixed;
  padding: 80px 0;
  text-align: center;
  position: relative;
  color: #333;
}}
#call-to-action .block {
  position: relative;
  z-index: 9;
  color: #000;
}
#call-to-action .block h2 {
  margin-bottom: 15px;
  color: #333;
}
#call-to-action .block p {
  font-size: 15px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  margin-top: 20px;
}
#call-to-action .block .btn-contact {
  background: #333;
  border: 2px solid #333;
  color: #FFE73C;
  padding: 12px 28px;
  margin-top: 20px;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 4px;
  transition: all linear 0.3s;
  display: inline-block;
  font-weight: 600;
}
#call-to-action .block .btn-contact i {
  margin-right: 10px;
}
#call-to-action .block .btn-contact:hover {
  color: #333;
  background: #FFE73C;
  border-color: #333;
}

#about {
  padding: 120px 0;
  background: #ffffff;
}
#about .section-heading {
  margin-bottom: 80px;
}
#about .block {
  padding: 30px;
}
#about .block h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 25px;
  text-transform: none;
  color: #333;
}
#about .block h2 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 30px;
  text-transform: none;
}
#about .block p {
  color: #666;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 20px;
}
#about .block img {
  max-width: 100%;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.about-feature {
  margin-top: 50px;
}
.about-feature .block {
  color: #fff;
  padding: 85px 65px;
  float: left;
}
.about-feature .block p {
  font-weight: 300;
}
.about-feature .about-feature-1 {
  background: #FFE73C;
}
.about-feature .about-feature-2 {
  background: #FFE73C;
}
.about-feature .about-feature-3 {
  background: #FFE73C;
}

.works {
  padding: 100px 0;
  background: #fafafa;
}
.works .block {
  position: relative;
  z-index: 99;
}
.works .block:hover .img-overly .overly {
  opacity: 1;
}
.works .block h4 {
  padding: 20px 15px;
  margin-top: 0;
  color: #333;
  font-weight: 600;
}
.works .block .img-overly {
  position: relative;
  background: rgba(0, 0, 0, 0.85);
}
.works .block .img-overly img {
  border-radius: 0;
}
.works .block .img-overly .overly {
  background: rgba(255, 215, 0, 0.85);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: 0.3s all;
}
.works .block .img-overly .overly a {
  position: absolute;
  top: 45%;
  left: 22%;
}
.works .block .img-overly .overly a i {
  font-size: 30px;
  color: #fff;
}

figure {
  background: #fff;
  margin-bottom: 45px;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
}
figure:hover {
  box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.15);
  transform: translateY(-5px);
}
figure .img-wrapper {
  position: relative;
  overflow: hidden;
}
figure img {
  transform: scale3d(1, 1, 1);
  transition: transform 400ms;
  width: 100%;
  display: block;
}
figure:hover img {
  transform: scale3d(1.1, 1.1, 1);
}
figure:hover .overlay {
  opacity: 1;
}
figure:hover .overlay .buttons a {
  transform: scale3d(1, 1, 1);
}
figure .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 400ms;
}
figure .overlay a {
  display: inline-block;
  color: #fff;
  padding: 10px 23px;
  line-height: 1;
  border: 2px solid #fff;
  border-radius: 4px;
  margin: 4px;
  transform: scale3d(0, 0, 0);
  transition: all 400ms;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}
figure .overlay a:hover {
  text-decoration: none;
  color: #FFE73C;
  background: #fff;
}
figure .overlay:hover a {
  transform: scale3d(1, 1, 1);
}
figure .buttons {
  margin-top: 40%;
  text-align: center;
  transform: translateY(-50%);
  display: inline-block;
}
figure .buttons a:hover {
  background: #FFE73C;
  border-color: #FFE73C;
  color: #333;
}
figure .buttons a:focus {
  text-decoration: none;
}
figure figcaption {
  padding: 25px;
  margin-top: 0;
  color: #666;
  text-align: center;
}
figure figcaption h4 {
  margin: 0 0 8px 0;
  color: #333;
  font-weight: 600;
  font-size: 16px;
}
figure figcaption h4 a {
  color: #333;
}
figure figcaption p {
  font-size: 13px;
  margin-bottom: 0;
  margin-top: 5px;
  color: #999;
}

#feature {
  padding: 80px 0;
}
#feature .media {
  margin: 0px 0 70px 0;
}
#feature .media .media-left {
  padding-right: 25px;
}
#feature h3 {
  color: #222222;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
  margin: 0px 0px 15px;
  font-weight: 400;
}
#feature p {
  line-height: 25px;
  font-size: 14px;
  color: #777777;
}
#feature .icon {
  text-decoration: none;
  color: #fff;
  background-color: #FFE73C;
  height: 100px;
  text-align: center;
  width: 100px;
  font-size: 50px;
  line-height: 100px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}


#contact-section {
  padding: 90px 0;
}
#contact-section .contact-form {
  margin-top: 42px;
}
#contact-section .contact-form .btn-send {
  color: #333;
  outline: none;
  background: #FFE73C;
  transition: all linear 0.2s;
  border-color: #FFE73C;
  border-radius: 0;
}
#contact-section input {
  display: block;
  height: 40px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.428571429;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-radius: 1px;
  border: 1px solid rgba(111, 121, 122, 0.3);
  box-shadow: none;
  -webkit-box-shadow: none;
}
#contact-section textarea {
  display: block;
  border-radius: 0;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #cccccc;
  box-shadow: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#contact-section .address, #contact-section .email, #contact-section .phone {
  text-align: center;
  background: #F7F7F7;
  padding: 20px 0 40px 0;
  margin-bottom: 20px;
}
#contact-section .address i, #contact-section .email i, #contact-section .phone i {
  font-size: 45px;
  color: #FFE73C;
}
#contact-section .address h5, #contact-section .email h5, #contact-section .phone h5 {
  font-size: 16px;
  line-height: 1.4;
}
#contact-section .address-details {
  padding-top: 70px;
}

#map-canvas {
  width: 100%;
  height: 350px;
  background-color: #CCC;
}

.error {
  padding: 10px;
  color: #D8000C;
  border-radius: 2px;
  font-size: 14px;
  background-color: #FFBABA;
}

.success {
  background-color: #6cb670;
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  padding: 10px;
}

#error, #success {
  display: none;
  margin-bottom: 10px;
}

.gallery {
  padding: 100px;
}
.gallery figure .buttons {
  left: 40%;
}

.portfolio-meta span {
  margin: 5px 10px;
  font-weight: 300;
}
.portfolio-meta span a {
  color: #fff;
}

.single-post {
  padding: 80px 0 20px;
}
.single-post .post-content {
  padding: 40px 0;
}
.single-post .post-content ol li, .single-post .post-content ul li {
  color: #666;
}
.single-post .media {
  border: 1px solid #dedede;
  padding: 30px 20px;
}
.single-post .media .media-body a {
  color: #FFE73C;
  font-size: 12px;
}
.single-post .media .media {
  border: none;
}
.single-post .comments {
  margin-top: 40px;
}
.single-post .post-comment {
  margin-top: 40px;
}
.single-post .post-comment h3 {
  margin-bottom: 15px;
}
.single-post .post-comment .form-control {
  box-shadow: none;
  border-radius: 0;
}
.single-post .post-comment .btn-send {
  background: #FFE73C;
  color: #333;
  border-radius: 0;
}

/* portfolio single */
.work-single {
  padding: 100px 0 20px;
}
.work-single h3 {
  font-size: 30px;
  margin-bottom: 25px;
}
.work-single-image {
  margin-bottom: 35px;
}
.work-single-content p {
  margin-bottom: 30px;
}
.work-single blockquote {
  margin-bottom: 30px;
  padding: 30px 25px;
  background: #eae9ec;
  color: #848484;
}
.work-single-sidebar {
  background: #eae9ec;
  margin: 70px 0 50px;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  padding: 30px 25px;
}
.work-single-sidebar h5 {
  margin-bottom: 8px;
}
.work-single-sidebar h6 {
  margin-bottom: 20px;
}

.btn-work {
  color: #fff;
  background: #FFE73C;
  border-radius: 0;
}

#footer {
  background: #fff;
  padding: 25px 0;
  color: #555;
}
#footer .copyright {
  font-size: 13px;
  margin-bottom: 0;
}
#footer .copyright a {
  color: #FFE73C;
}
#footer .social {
  text-align: right;
  margin-bottom: 0;
}
#footer .social li {
  display: inline-block;
  margin-right: 15px;
}
#footer .social li a {
  font-size: 22px;
  color: #FFE73C;
}

ul.social-icons {
  height: auto;
  overflow: hidden;
  list-style: none !important;
  margin-bottom: 10px;
}
ul.social-icons li {
  float: none;
  display: inline-block;
  height: 36px;
}

#copyright a:hover, #copyright nav .menu li a:hover {
  color: #e4e4e4 !important;
}
#copyright a {
  text-decoration: none;
}
#copyright a:hover {
  text-decoration: none;
}
@media (max-width: 768px) {
  #hero-area {
    padding: 100px 0 60px 0;
    margin-top: 40px;
  }
  
  #hero-area h1 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 20px;
  }
  
  #hero-area h2 {
    font-size: 16px;
    margin-bottom: 25px;
    line-height: 24px;
  }
  
  #hero-area .col-md-6 {
    padding: 0 15px;
  }
  
  #hero-area .col-md-6:last-child {
    margin-top: 30px;
  }
  
  #hero-area .col-md-6:last-child img {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
    margin-top: 15px;
  }
  
  #hero-area .btn {
    padding: 12px 24px;
    font-size: 12px;
    margin-right: 8px !important;
  }
}

@media (max-width: 576px) {
  #hero-area {
    padding: 80px 0 40px 0;
    margin-top: 50px;
  }
  
  #hero-area h1 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 15px;
  }
  
  #hero-area h2 {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 22px;
  }
  
  #hero-area .col-md-6 {
    padding: 0 10px;
  }
  
  #hero-area .col-md-6:last-child {
    margin-top: 20px;
  }
  
  #hero-area .col-md-6:last-child img {
    width: 100%;
    height: auto;
    max-width: 100%;
  }
  
  #hero-area .btn {
    padding: 10px 16px;
    font-size: 11px;
    margin-right: 8px !important;
    margin-bottom: 0 !important;
    display: inline-block;
    text-align: center;
  }
}

@media (max-width: 768px) {
  #about {
    padding: 60px 0;
  }
  
  #about .section-heading {
    margin-bottom: 40px;
  }
  
  #about .block {
    padding: 15px;
  }
}

@media (max-width: 576px) {
  #about {
    padding: 40px 0;
  }
  
  #about .section-heading {
    margin-bottom: 30px;
  }
  
  #about .block {
    padding: 10px;
  }
}

/* Contact Modal Styles */
.contact-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  animation: fadeIn 0.3s ease;
}

.contact-modal-content {
  background-color: #ffffff;
  margin: 5% auto;
  padding: 40px;
  border-radius: 8px;
  width: 90%;
  max-width: 400px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  text-align: center;
  animation: slideDown 0.3s ease;
}

.contact-modal-content h2 {
  color: #333;
  margin-bottom: 10px;
  font-size: 28px;
}

.contact-modal-content p {
  color: #666;
  margin-bottom: 30px;
  font-size: 14px;
}

.contact-modal-close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  transition: color 0.3s ease;
}

.contact-modal-close:hover,
.contact-modal-close:focus {
  color: #FFE73C;
}

.contact-methods {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.contact-method {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  width: 100px;
  text-decoration: none;
  color: #333;
  border: 2px solid #FFE73C;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.contact-method i {
  font-size: 32px;
  color: #FFE73C;
  margin-bottom: 10px;
}

.contact-method span {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.contact-method:hover {
  background-color: #FFE73C;
  color: #333;
  transform: translateY(-5px);
}

.contact-method:hover i {
  color: #333;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes slideDown {
  from {
    transform: translateY(-50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@media (max-width: 576px) {
  .contact-modal-content {
    width: 95%;
    padding: 30px 20px;
    margin: 50% auto;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 50%;
    margin-left: -47.5%;
  }
  
  .contact-methods {
    gap: 15px;
  }
  
  .contact-method {
    width: 80px;
    padding: 15px;
  }
  
  .contact-method i {
    font-size: 24px;
  }
  
  .contact-method span {
    font-size: 12px;
  }
}

/* Filter Buttons Styles */
.filter-buttons {
  display: flex;
  gap: 15px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.filter-btn {
  background: transparent;
  border: 2px solid #FFE73C;
  color: #333;
  padding: 12px 28px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-block;
}

.filter-btn:hover {
  background: #FFE73C;
  color: #333;
  transform: translateY(-2px);
}

.filter-btn.active {
  background: #FFE73C;
  color: #333;
  border-color: #FFE73C;
}

.portfolio-item {
  transition: all 0.3s ease;
}

.portfolio-item.hidden {
  display: none;
}
/* ===================================
   SOSnation Custom Styles
   =================================== */

/* Navbar Dark Background */
.navbar.bg-dark {
  background-color: #1a1a1a !important;
}

.navbar.bg-dark .nav-link {
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.3s ease;
}

.navbar.bg-dark .nav-link:hover {
  color: #FFE73C !important;
}

.navbar-dark .navbar-toggler {
  border-color: #FFE73C;
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23ffd700' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Hero Section */
#hero-area {
  padding: 150px 0 100px;
  background: linear-gradient(135deg, #f9f9f9 0%, #ffffff 100%);
}

#hero-area h1 {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.2;
  color: #333;
  margin-bottom: 30px;
}

#hero-area h1 span {
  display: block;
}

#hero-area .btn-default {
  background: #FFE73C;
  color: #333;
  border: none;
  padding: 12px 30px;
  font-weight: bold;
  transition: all 0.3s ease;
  text-decoration: none;
}

#hero-area .btn-default:hover {
  background: #FFC700;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(255, 215, 0, 0.3);
}

/* Features Section */
.features {
  padding: 80px 0;
  background: #f9f9f9;
}

.feature-box {
  padding: 40px 30px;
  text-align: center;
  background: white;
  border-radius: 10px;
  transition: all 0.3s ease;
  height: 100%;
}

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

.feature-box h3 {
  color: #333;
  font-size: 20px;
  margin: 15px 0;
  font-weight: bold;
}

.feature-box p {
  color: #666;
  font-size: 14px;
}

/* Pricing Cards */
.pricing-card {
  transition: all 0.3s ease;
}

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

/* Buttons */
.btn-warning {
  background: #FFE73C;
  border: none;
  color: #333;
  font-weight: bold;
  transition: all 0.3s ease;
}

.btn-warning:hover {
  background: #FFC700;
  color: #333;
}

.btn-dark {
  background: #1a1a1a;
  border: none;
  color: #fff;
  font-weight: bold;
  transition: all 0.3s ease;
}

.btn-dark:hover {
  background: #333;
}

/* Global Page Header */
.global-page-header {
  background: #FFE73C;
  color: #333;
}

.global-page-header h2 {
  color: #333;
  font-size: 42px;
  font-weight: bold;
  text-transform: uppercase;
}

.global-page-header p {
  color: #555;
  font-size: 16px;
}

/* Tier Box */
.tier-box h3 {
  color: #333;
}

.tier-box ul li {
  color: #666;
}

/* Form Styles */
.form-control {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 12px;
  font-size: 14px;
}

.form-control:focus {
  border-color: #FFE73C;
  box-shadow: 0 0 0 0.2rem rgba(255, 215, 0, 0.25);
}

/* Text Alignment Utilities */
.text-center {
  text-align: center;
}

/* ===================================
   Logo Spin Animation
   =================================== */
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.logo-spin {
  animation: spin 2s linear infinite;
}

.logo-spin:hover {
  animation-play-state: paused;
}

.navbar-logo-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

/* ===================================
   White Navbar Styling
   =================================== */
.navbar-white {
  background: white !important;
  box-shadow: none;
  border: none;
}

.navbar-white .nav-link {
  color: #333 !important;
  font-weight: 500;
}

.navbar-white .nav-link:hover {
  color: #FFE73C !important;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  #hero-area {
    padding: 100px 0 80px;
  }
  
  #hero-area h1 {
    font-size: 36px;
  }
  
  .feature-box {
    margin-bottom: 30px;
  }
  
  .pricing-card {
    margin-bottom: 30px;
  }
}

/* Tablet/Mobile view styles - show hamburger menu */
@media (max-width: 991px) {
  /* Show left logo on mobile/tablet */
  .navbar > .navbar-brand {
    display: block !important;
  }
  
  /* Show hamburger button */
  .navbar-toggler {
    display: block !important;
  }
  
  /* Hide centered logo on mobile/tablet */
  .navbar-nav li.nav-item[style*="flex: 0; margin: 0 30px;"] {
    display: none !important;
  }
  
  /* Reset navbar-nav styling for mobile collapse */
  .navbar-nav {
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
}

/* Desktop view styles - centered menu */
@media (min-width: 992px) {
  /* Hide left logo on desktop */
  .navbar > .navbar-brand {
    display: none !important;
  }
  
  /* Hide hamburger button on desktop */
  .navbar-toggler {
    display: none !important;
  }
  
  /* Show centered logo on desktop */
  .navbar-nav li.nav-item[style*="flex: 0; margin: 0 30px;"] {
    display: flex !important;
  }
  
  /* Center and compact menu items on desktop */
  .navbar-nav {
    flex: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 50px;
  }
  
  .navbar-nav li.nav-item {
    margin: 0 !important;
  }
}

/* Mobile services layout - icons above text */
@media (max-width: 768px) {
  /* Reorder service rows so icon appears first */
  .pages .row[style*="margin-bottom: 60px"] {
    flex-direction: column;
  }
  
  /* Move icon div to appear before text on mobile */
  .pages .row[style*="margin-bottom: 60px"] > .col-md-6:last-child[style*="text-align: center"] {
    order: -1;
  }
  
  .pages .row[style*="margin-bottom: 60px"] > .col-md-6:first-child[style*="text-align: center"] {
    order: -1;
  }
  
  /* Ensure full width on mobile */
  .pages .col-md-6 {
    width: 100% !important;
    margin-bottom: 30px;
  }
}

/* Mobile pricing cards spacing */
@media (max-width: 991px) {
  .pricing-section .row[style*="margin-bottom: 40px"] > .col-md-6:first-child {
    margin-bottom: 40px;
  }
}

/* FAQ button styling - remove focus shadow */
.faq-toggle:focus,
.faq-toggle:active {
  outline: none !important;
  box-shadow: none !important;
}

/* Mobile contact form spacing */
@media (max-width: 768px) {
  #sendMessageBtn {
    margin-bottom: 30px !important;
  }
