/*

Template 2083 Steak House

http://www.tooplate.com/view/2083-steak-house

*/

body {
		background: #ffffff;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
	}

html,body {
  width: 100%;
  overflow-x: hidden;
}

html {
  font-size: 100%;
}


/* Typography */
h1,h2,h3, .btn {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
}

h1 {
  font-weight: bold;
  font-size: 100px;
}

h2 {
  color: #333;
  font-size: 40px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 8px;
}
#contact h2 {
  color: #ffffff;
}

h3 {
  color: #444;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 1px;
  padding-bottom: 10px;
}
#services h3 {
   color: #555;
}

h4 {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 400;
}

p {
  font-size: 18px;
  letter-spacing: 0.8px;
  line-height: 28px;
}

a {
  text-decoration: none !important;
}
a:visited,
a:focus {
  outline: none;
  text-decoration: none !important;
}

.parallax-section {
  background-attachment: fixed !important;
  background-size: cover !important;
}

/* hover min css */
.hvr-bounce-to-bottom:before,
.hvr-bounce-to-top:before {
  background-color: #ffffff;
}


/* All Section styles */
#about,
#feature,
#video,
#services,
#team,
#portfolio,
#contact {
  color: #656565;
  padding-top: 100px;
  padding-bottom: 100px;
}

#feature,
#video,
#team,
#portfolio,
#contact {
  text-align: center;
}

#feature,
#team {
  background: rgb(240,240,240);
}



/* section title */
.section-title {
  padding-bottom: 70px;
}
#about .section-title,
#services .section-title {
  text-align: center;
}
#contact .section-title {
  color: #f0f0f0;
}



/* Preloader section  */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}

.sk-spinner-pulse {
  width: 60px;
  height: 60px;
  background-color: #1e4356;
  border-radius: 100%;
  -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
          animation: sk-pulseScaleOut 1s infinite ease-in-out; }

@-webkit-keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

@keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }


/* Home section */
#home {
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
        align-items: center;
  text-align: center;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

#home .gradient-overlay {
  background: #68A4C4; /* fallback for old browsers */  
  background: -webkit-linear-gradient(to left, #68A4C4 , #45beff); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #68A4C4 , #45beff); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  opacity: 0.8;      
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
}

#home .btn {
  background: transparent;
  border: 3px solid #ffffff;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 2px;
  padding: 13px 30px;
  margin-top: 34px;
  text-transform: uppercase;
}
#home .btn:hover,
#home .btn:focus {
  color: #68A4C4;
}


/* Navigation section */
.navbar-default {
    background: #ffffff;
    border: none;
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.04);
    margin: 0 !important;
}

.navbar-default .navbar-brand {
  color: #505050;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 40px;
  margin: 0;
}

.navbar-default .navbar-nav li a {
    color: #757575;
    font-size: 19px;
    font-weight: 300;
    line-height: 50px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.navbar-default .navbar-nav > li a:hover {
    color: #68A4C4 !important;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #606060;
    background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #68A4C4;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
     border: none;
     padding-top: 10px;
  }

.navbar-default .navbar-toggle .icon-bar {
    border-color: transparent;
  }

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { 
  background-color: transparent;
}



/* Feature section */
#feature .feature-thumb {
  background-color: #ffffff;
  position: relative;
  padding: 40px;
  margin-top: 32px;
}
#feature .feature-icon {
  background-color: #1e4356;
  width: 85px;
  height: 85px;
  margin: 0 auto;
  top: 0;
  margin-top: -70px;
  margin-bottom: 30px;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: table;
  text-align: center;
  transition: all 0.4s ease-in-out;
}
#feature .feature-icon:hover {
  background-color: #68A4C4;
}
#feature .feature-icon span {
  display: table-cell;
  vertical-align: middle;
}
#feature .feature-icon .fa {
  color: #ffffff;
  font-size: 36px;
  margin: 0;
  padding: 0;
}

#feature h3 {
  padding-top: 14px;
  padding-bottom: 10px;
}



/* About section  */
#about .col-md-4 ul {
  padding-top: 4px;
  padding-left: 28px;
}

#about .col-md-4 ul li {
  color: #777;
  font-size: 18px;
  font-weight: 400;
  padding-top: 2px;
  padding-bottom: 2px;
}



/* Video section  */
#video {
  background: url('../img/video/why-us.jpg') 50% 0 repeat-y fixed;
  -webkit-background-size: cover;
  background-size: center;
  background-position: center center ;
  position: relative;
  color: #999;
}

#video .overlay {
  background: rgba(03,03,03,0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

#video h2 {
  color: #ffffff;
  padding-top: 20px;
  padding-bottom: 16px;
}

#video .fa {
  position: relative;
  border: 2px solid #ffffff;
  border-radius: 100px;
  color: #ffffff;
  font-size: 28px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  vertical-align: middle;
  margin-top: 22px;
}



/* services section */
#services .media {
  padding-bottom: 20px;
}

#services .media-object img {
  width: 220px;
  padding-right: 12px;
  position: relative;
}

#services .media-object span.services-price {
  position: absolute;
  background-color: #ffffff;
  color: #222;
  font-size: 20px;
  font-weight: bold;
  padding: 6px 20px;
  top: 50%;
  left: 3%;
}

.service-icon-box {
  width: 110px;
  height: 110px;
  background-color: #1e4356;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  transition: background-color 0.4s ease-in-out;
}

.service-icon-box .fa {
  color: #ffffff;
  font-size: 42px;
}

.service-icon-box:hover {
  background-color: #68A4C4;
}

/* Team section */
#team h3 {
  padding-bottom: 0px;
}

#team .team-des h4 {
  color: #666;
  padding-top: 0px;
  padding-bottom: 10px;
}

#team img {
  width: 100%;
}

#team .team-thumb {
  width: 100%;
  position: relative;
}

#team .team-des {
  background: #ffffff;
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.04);
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 90px;
  overflow: hidden;
  transition: height 450ms;
}
#team .team-thumb:hover .team-des {
  color: #ffffff;
  height: 100%;
  background-color: #68A4C4;
  padding-top: 30%;
  opacity: 0.9;
}
#team .team-thumb:hover h3,
#team .team-thumb:hover h4,
#team .team-thumb:hover .social-icon li a {
  color: #eee;
}

#team .join-team {
  background-color: #68A4C4;
  color: #f0f0f0;
  padding: 30px 20px;
  text-align: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: block;
}
#team .join-team .fa {
  font-size: 32px;
  padding-bottom: 14px;
}
#team .join-team .btn {
  background-color: transparent;
  border: 3px solid #ffffff;
  color: #ffffff;
  font-size: 18px;
  padding: 6px 26px;
  margin-top: 18px;
}
#team .join-team .btn:hover {
  color: #222;
}

#team .col-md-6 {
  padding-top: 62px;
}
#team .col-md-6 h2 {
  padding-bottom: 16px;
}



/* portfolio section 
#portfolio .portfolio-thumb {
  position: relative;
  overflow: hidden;
  margin: 0;
} 

#portfolio .portfolio-thumb .portfolio-overlay {
  background: #68A4C4;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#portfolio .portfolio-thumb:hover .portfolio-overlay {
    opacity: 0.9;
}

#portfolio .portfolio-thumb .portfolio-overlay .portfolio-item {
    text-align: center;
    position: absolute;
    top:50%;
    left: 50%;
    -webkit-transform:translate(-50%,-50%);
      -ms-transform:translate(-50%,-50%);
          transform:translate(-50%,-50%);
}

#portfolio .portfolio-thumb .fa {
  background: #ffffff;
  border-radius: 100%;
  font-size: 24px;
  color: #222;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  vertical-align: middle;
}*/


 /* ── PRODUCTS ── */
 /* ── Expertise Section ── */
.expertise-section {
  background-color: #1e4356;
  padding-top: 100px;
  padding-bottom: 100px;
}

.expertise-section .section-title h2 {
  color: #ffffff;
}

.expertise-section .section-title h4 {
  color: #68A4C4;
  letter-spacing: 3px;
}

/* ── Filtres ── */
.expertise-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 50px;
}

.expertise-btn {
  cursor: pointer;
  background: transparent;
  border: 2px solid rgba(255,255,255,0.15);
  color: #aaaaaa;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 10px 24px;
  border-radius: 2px;
  transition: all 0.35s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.expertise-btn .fa {
  font-size: 13px;
}

.expertise-btn:hover {
  border-color: #68A4C4;
  color: #ffffff;
  background: rgba(104,164,196,0.12);
}

.expertise-btn.active {
  background: #68A4C4;
  border-color: #68A4C4;
  color: #ffffff;
  box-shadow: 0 4px 20px rgba(104,164,196,0.35);
}

/* ── Stage (zone d'affichage des groupes) ── */
.expertise-stage {
  position: relative;
}

/* ── Groupes ── */
.product-group {
  display: none;
  animation: expertiseFadeIn 0.45s ease forwards;
}

.product-group.active-group {
  display: block;
}

@keyframes expertiseFadeIn {
  from { opacity: 0; transform: translateY(16px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ── Grille ── */
.expertise-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.expertise-grid--centered {
  grid-template-columns: repeat(auto-fit, minmax(280px, 420px));
  justify-content: center;
}

/* ── Cartes ── */
.expertise-card {
  position: relative;
  background: #254e68;
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 3px;
  padding: 36px 32px 28px;
  overflow: hidden;
  transition: border-color 0.35s ease, transform 0.3s ease, box-shadow 0.35s ease;
}

.expertise-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 3px; height: 0;
  background: #68A4C4;
  transition: height 0.4s ease;
}

.expertise-card:hover::before {
  height: 100%;
}

.expertise-card:hover {
  border-color: rgba(104,164,196,0.4);
  transform: translateY(-5px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.4);
}

.expertise-card.featured {
  border-color: rgba(104,164,196,0.3);
  background: linear-gradient(135deg, #1a2e3a 0%, #1e4356 100%);
}

.expertise-card.featured::before {
  height: 100%;
  width: 3px;
  background: #68A4C4;
}

/* Badge tag */
.expertise-card__tag {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #68A4C4;
  border: 1px solid rgba(104,164,196,0.4);
  padding: 3px 10px;
  border-radius: 2px;
  margin-bottom: 16px;
}

.expertise-card.featured .expertise-card__tag {
  background: #68A4C4;
  color: #ffffff;
  border-color: #68A4C4;
}

/* Titre et texte des cartes */
.expertise-card h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #f0f0f0;
  letter-spacing: 1px;
  line-height: 24px;
  padding-bottom: 12px;
  margin-bottom: 0;
}

.expertise-card p {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  color: #888888;
  line-height: 24px;
  letter-spacing: 0.4px;
  margin-bottom: 20px;
}

/* Logo */
.expertise-card__logo {
  display: block;
  margin-top: 8px;
  /*opacity: 0.75;
  transition: opacity 0.3s ease, transform 0.3s ease;
  filter: brightness(0) invert(1);*/
}

.expertise-card:hover .expertise-card__logo {
  opacity: 1;
  transform: scale(1.06);
}

/* ── Responsive ── */
@media (max-width: 900px) {
  .expertise-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 650px) {
  .expertise-filters { gap: 8px; }
  .expertise-btn { padding: 8px 16px; font-size: 11px; }
  .expertise-section { padding-top: 80px; padding-bottom: 80px; }
}


/*filter css*/
.filter-wrapper {
    width: 100%;
    margin-bottom: 42px;
    overflow: hidden;
}

.filter-wrapper li {
    display: inline-block;
    margin: 4px;
}

.filter-wrapper li a {
    color: #666;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
    padding: 8px 17px;
    margin-right: 2px;
    margin-left: 2px;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.filter-wrapper li a:hover,
.filter-wrapper li a:focus {
  color: #68A4C4;
}

/*isotope box css*/
.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: 30px;
}

.iso-box > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
} 

.fluid-img {
    width: 100%;
    display: block;
}


/* Contact section  */
#contact {
  background: url('../img/contact.jpeg') 50% 0 repeat-y fixed;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  position: relative;
}

#contact .overlay {
  background: rgba(0,0,0,0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

#contact .form-control {
  background: transparent;
  border: none;
  border-bottom: 1px solid #666;
  border-radius: 0px;
  box-shadow: none;
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 16px;
  transition: all 0.4s ease-in-out;
}

#contact .form-control:hover {
  border-color: #ddd;
}

#contact input {height: 45px;}

#contact input[type='submit'] {
  background: #ffffff;
  border-radius: 4px;
  color: #68A4C4;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 2px;
  height: 50px;
  margin-top: 20px;
  transition: all 0.4s ease-in-out;
}
#contact input[type='submit']:hover {
  background-color: #68A4C4;
  border-color: transparent;
  color: #ffffff;
}


    /* ── MAP ── */
    .map-section {
        position: relative;
        height: 500px;
        background: var(--panel);
        border-top: 1px solid var(--line);
        overflow: hidden;
    }

    .map-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 3px;
        background: linear-gradient(90deg, transparent, var(--gold), transparent);
        z-index: 2;
    }

    .map-section iframe {
        width: 100%;
        height: 100%;
        border: none;
        filter: grayscale(65%) contrast(1.05) brightness(0.82);
        transition: filter .5s ease;
    }

    .map-section:hover iframe {
        filter: grayscale(20%) contrast(1.1) brightness(0.95);
    }

/* Footer section  */
footer {
  background-color: #1c3745;
  color: #757575;
  padding-top: 100px;
  padding-bottom: 100px;
}

footer h3 {
  color: #ffffff;
  text-transform: uppercase;
  padding-bottom: 14px;
}

footer strong {
  color: #f0f0f0;
  font-size: 20px;
  display: block;
  padding-top: 6px;
  padding-bottom: 2px;
}

/*Menu Elements */
.nav-footer {
  display:block;  
  font-size: 15px;
  text-transform: uppercase;
}

.nav-footer ul {
  padding: 0;
  margin: 0;
  color: #656565;
  list-style: none;
}

.nav-footer a {
  color: #656565;
}

.nav-footer a:hover{
  color: #68A4C4;
}


/* copyright section  */
#copyright p {
  padding: 20px;
}

.gototop {
  background-color: #242424;
  color: #ffffff;
  font-size: 40px;
  padding: 20px 32px;
  text-align: right;
  transition: all 0.4s ease-in-out;
}
.gototop:hover {
  background-color: #68A4C4;
  color: #fff;
}

/* social icon section  */
.social-icon {
  padding: 0;
  margin: 0;
}

.social-icon li {
  list-style: none;
  display: inline-block;
}

.social-icon li a {
  border-radius: 100px;
  color: #626262;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin-bottom: 12px;
  margin-right: 10px;
}

.social-icon li a:hover {
  background: #111;
  color: #ffffff;
}



/* Mobile Responsive */
@media (max-width: 980px) {

  #home {
    height: 65vh;
  }

  #feature .col-md-4:last-child,
  #about .col-md-4 {
    margin-top: 42px;
  }

  #team .team-thumb {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #team .join-team {
    padding: 71px 50px;
    margin-top: 20px;
  }

}


@media (max-width: 900px) {

  h1 {font-size: 70px;}

}


@media (max-width: 768px) {

  .navbar-default .navbar-brand {
    line-height: 46px;
  }

}

@media (max-width: 767px) {

  .navbar-default .navbar-brand {
    line-height: 15px;
  }
  .navbar-default .navbar-nav li a {
    line-height: 30px;
  }

  #feature .col-md-4,
  #about .col-md-5,
  footer .col-md-4 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .filter-wrapper {
    padding: 0px;
  }

}

@media (max-width: 650px) {

  #home {
    height: 100vh;
  }

  h1 {
    font-size: 60px;
  }
  h2 {
    font-size: 30px;
  }

  #feature {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  #about,
  #feature,
  #video,
  #services,
  #team,
  #portfolio,
  #contact {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  #services .media-object img {
    width: 100%;
    padding-bottom: 14px;
  }
  #services .media-object span.services-price {
    top: 30%;
    left: 6%;
  }

  footer {text-align: center;}

}


/* ============================================
   Contact Section — info cards + form panel
   ============================================ */

/* Grid layout: info panel left, form right */
#contact .contact-grid {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}

/* Info panel */
#contact .info-panel {
  flex: 0 0 300px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#contact .info-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 6px;
  padding: 18px 20px;
  text-align: left;
  transition: background 0.3s ease;
}

#contact .info-card:hover {
  background: rgba(104, 164, 196, 0.25);
}

#contact .info-icon {
  flex-shrink: 0;
  background: #68A4C4;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

#contact .info-icon svg {
  stroke: #fff;
}

#contact .info-body h3 {
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-bottom: 4px;
  margin: 0;
}

#contact .info-body p {
  color: #cccccc;
  font-size: 15px;
  line-height: 22px;
  margin: 0;
}

/* Social icons inside info card */
#contact .contact__social {
  display: flex;
  gap: 10px;
  margin-top: 4px;
  flex-wrap: wrap;
}

#contact .contact__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,0.1);
  color: #ffffff;
  font-size: 18px;
  transition: background 0.3s ease, color 0.3s ease;
  text-decoration: none !important;
}

#contact .contact__social-link:hover {
  background: #68A4C4;
  color: #ffffff;
}

/* Form panel */
#contact .form-panel {
  flex: 1;
  text-align: left;
}

#contact .form-panel h2 {
  color: #ffffff;
  font-size: 32px;
  margin-bottom: 8px;
  margin-top: 0;
}

#contact .form-panel h2 em {
  font-style: italic;
  color: #45beff;
}

#contact .form-sub {
  color: #aaaaaa;
  font-size: 16px;
  margin-bottom: 28px;
  line-height: 24px;
}

#contact .form-row {
  display: flex;
  gap: 18px;
  margin-bottom: 0;
}

#contact .form-row .form-group {
  flex: 1;
}

#contact .form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 18px;
}

#contact .form-group label {
  color: #cccccc;
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-family: 'Montserrat', sans-serif;
}

#contact .form-group input,
#contact .form-group textarea {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 4px;
  color: #ffffff;
  font-size: 16px;
  font-family: 'Source Sans Pro', sans-serif;
  padding: 10px 14px;
  height: auto;
  box-shadow: none;
  outline: none;
  transition: border-color 0.3s ease;
  box-sizing: border-box;
  width: 100%;
}

#contact .form-group input::placeholder,
#contact .form-group textarea::placeholder {
  color: #777;
}

#contact .form-group input:focus,
#contact .form-group textarea:focus {
  border-color: #68A4C4;
  background: rgba(255,255,255,0.09);
}

#contact .form-group textarea {
  min-height: 130px;
  resize: vertical;
}

/* Override bootstrap form-control inside #contact */
#contact .form-control {
  background: rgba(255,255,255,0.06) !important;
  border: 1px solid rgba(255,255,255,0.15) !important;
  border-radius: 4px !important;
}

/* Form bottom row */
#contact .form-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 8px;
}

#contact .form-note {
  color: #888;
  font-size: 13px;
  font-style: italic;
}

/* Submit button */
#contact .btn-submit {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #68A4C4;
  border: none;
  border-radius: 4px;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 13px 28px;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
}

#contact .btn-submit:hover {
  background: #45beff;
  color: #222;
  transform: translateY(-1px);
}

/* Feedback messages */
#contact .msg-success,
#contact .msg-error {
  display: none;
  margin-top: 16px;
  padding: 12px 18px;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 600;
}

#contact .msg-success {
  background: rgba(40, 167, 69, 0.2);
  color: #7de8a0;
  border: 1px solid rgba(40, 167, 69, 0.4);
}

#contact .msg-error {
  background: rgba(104, 164, 196, 0.2);
  color: #ff8a7a;
  border: 1px solid rgba(104, 164, 196, 0.4);
}

/* Responsive — contact grid stacks on mobile */
@media (max-width: 900px) {
  #contact .contact-grid {
    flex-direction: column;
  }
  #contact .info-panel {
    flex: none;
    width: 100%;
  }
  #contact .form-row {
    flex-direction: column;
    gap: 0;
  }
}