﻿/*------------------------------------------------------------------
[Table of contents]

1. Header / #header
2. Navigation / #navbar
3. Development  Section
4. About us Section
5. Goals Section
6. Services Section
7. Clients Section
8. Google Section
9. Contact Us Section
10. Footer / #footer
11.Link & Counter Section
12.Scroll-bar Section
13. Hosting Section
-------------------------------------------------------------------*/

/*
=====================================================================
General Settings
=====================================================================
*/
* {
    margin-bottom: 0 !important;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-font-smoothing: antialiased;
}
@font-face {
    font-family: Nobile;
    src: url(fonts/Nobile.font.woff2);
    url('fonts/Raleway-Bold.ttf') format('ttf');
}
@font-face {
    font-family: Raleway;
    src: url(fonts/Raleway-Regular.ttf);
    url('fonts/Raleway-ExtraBold.ttf') format('ttf');
}
body{
    background-color: rgb(254,248,255) !important;
    font-family: "Raleway" ,sans-serif !important;
    -webkit-font-smoothing: antialiased;
}
p{
    font-size:16px;
    line-height: 24px !important;
    color: #878787;
    -webkit-font-smoothing: antialiased;
}
/*
=====================================================================
1. Header Section
=====================================================================
*/
header{
	background-image: url(img/abstract_creativity_new.jpg);
    /*background-image:linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)),url(img/images.jpg);/*==========UPDATE IMAGE HERE================*/ 
    background-image: -moz-linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(img/slide_04.jpg); /* Firefox-specific background styles */
    background-image: -webkit-linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)), url(img/slide_04.jpg);
    background-size: cover;
    background-attachment: fixed;
    height: 796px;
    width: 100%;
	background-repeat: no-repeat;
}

@media (max-width: 600px) {
header{
	background-size: contain;
    background-attachment: fixed;
    height: 396px;
    width: 100%;
	background-repeat: no-repeat;
}	
header{background-color: #000;height:280px;}
header .intro{top:50px;}
header h1{font-size:130%;white-space: pre-line !important;}
header h2{font-size:120%;}
}

.theme-color{
    color:rgb(197,101,87);
}
.theme-color-2{
    color: rgb(251,175,65);
}
h1{
    margin: 0em 0 !important;
    margin-top: 0px !important;
    margin-bottom: 0!important;
    font-size: 300% !important;
}
.intro{
    position: absolute;
    width: 100%;
    top:230px;
    color: #f5f5f5;
}
.intro button{
    width: 200px;
    height: 60px;
    background-color: transparent;
    color: white;
    font-weight: 100;
    border: 1px solid #f5f5f5;
    font-size: 150%;
    outline: none;
}
.intro button:hover{
    background-color:rgb(197,101,87);
    border: none transparent;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;

}
/*---End HEADING Section--*/

/*
=====================================================================
2. Navigation/Navbar Section
=====================================================================
*/
#logo{
    width: 200px;
    height: auto;
    margin-left: 10%;
}
#logo img{
    width: 80px;
    height: auto;
    margin: 2px 0 !important;
}
.navbar-nav{
    margin: 20px 50px 0 0 !important;
}
.navbar{
    width: 100% !important;
    z-index: 100 !important;
}
.navbar.fixed{
    top:0;
    position: fixed;
}
.navbar-default{
    background-color: rgba(255,255,255,0.8) !important;
    box-shadow: 0px 1px 5px #888888;
}
.navbar-toggle {
    margin-top: 25px !important;
    border-radius: 0px !important;
}
.navbar-toggle:hover{
    background-color:rgb(197,101,87) !important;
    transition: all 0.9s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;

}
.navbar-toggle i:hover{
    color: white;
}
.navbar-toggle:hover span.icon-bar{
    background-color: white !important;
}
.nav>li>a{
    font-family: "Nobile" ,sans-serif;
    text-align: center;
}
.nav>li>a:hover{
    background-color:rgb(197,101,87); !important;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}
/*End MENU Section*/

/*
=====================================================================
3. Development Section
=====================================================================
*/
.section-margin{
    margin-top: 50px;   /* Section Top Margin */
}
.bold{
    font-weight: bold;
}
.welcome h1{
    letter-spacing: 2px !important;
}
.welcome p{
    word-spacing: 2px;
}
.one-fourth-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.one-fourth, .one-fourth-services{
    padding: 3% 0;
}
.one-fourth i{
    font-size: 35px;
    padding: 13% 0 4% 0;
    border: 1px solid rgb(197,101,87);
    border-radius: 100%;
    width: 117px;
    height: 117px;
    color:rgb(197,101,87);
    padding-top: 40px;
}
.one-fourth p, .one-fourth-services p{
    padding: 0 3%;
    text-align: justify !important;
}
section h3{
    font-size: 130%;
}
.one-fourth h3:after{
    width: 100%;
    height: 1px;
    background-color: gainsboro;
    content: " ";
    display: block;
    margin: 20px auto;
}
.one-fourth:hover i.fa{
    background-color:rgb(197,101,87);
    color: white;
    transition: all 0.7s;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;

}
.one-fourth:hover h3:after{
    box-shadow: 0 1px 0 rgb(197,101,87);
    background-color:rgb(197,101,87);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;

}
.hideElement {
    opacity:0;
    animation-delay: 0.1s;
    -webkit-animation-duration: 2s; /* Safari 4.0 - 8.0 */
    animation-duration: 2s;
}
/*!*End ONE-FOURTH Section*!*/

/*
=====================================================================
4. About us Section
=====================================================================
*/
.one-half{
    margin: 0 auto;
}
#sub-a{
    width: 40%;
    margin: 0 auto;
}
#sub-a img{
    max-width: 100%;
    width: auto;
    height: auto;
}
#border{
    border-top:25px solid rgb(197,101,87));
    border-left:25px solid rgb(197,101,87);
}
/*End ONE-HALF Section*/

/*
=====================================================================
5. Goals Section
=====================================================================
*/
#goals{
    background-color: rgb(15,10,50);
    position: relative;
    padding: 25px 0 !important;
}
#goals p{
    color: #F5F5F5 !important;
}
#goals h1{
    color: #F5F5F5;
    position: relative;
}
#goals:before{
    content: ' ';
    width: 50%;
    height: 80px;
    position: absolute;
    bottom: -48px;
    right: 0;
    transform: skewY(4deg);
    -webkit-transform: skewY(4deg);
    -o-transform: skewY(4deg);
    -moz-transform: skewY(4deg);
    -ms-transform: skewY(4deg);
    background-color: rgb(15,10,50);
}
#goals:after{
    content: ' ';
    width: 50%;
    height: 80px;
    position: absolute;
    bottom: -48px;
    left: 0;
    transform: skewY(-4deg);
    -webkit-transform: skewY(-4deg);
    -o-transform: skewY(-4deg);
    -moz-transform: skewY(-4deg);
    -ms-transform: skewY(-4deg);
    background-color: rgb(15,10,50);
}
.goals img{
    max-width: 225px;
    max-height: 225px;
    border-radius: 100% !important;
}
.goals h3{
    color:#F5F5F5;
    font-weight: bolder;
}
/*
=====================================================================
6. Services Section
=====================================================================
*/
.one-fourth-services{
    min-width: 242px;
}
.one-fourth-services i{
    font-size: 55px;
    color: rgb(251,175,65);
}
.services{
    padding-top: 50px !important;
    padding-bottom: 100px !important;
}
.underline:after{
    width: 100px;
    height: 2px;
    background-color:rgb(197,101,87);
    content: " ";
    display: block;
    margin: 10px auto;
}
.one-fourth-services h2{
    font-size: 160%;
    font-weight: 500;
}
.one-fourth-services:hover{
    background-color: white;
    box-shadow: 0 18px 0 rgb(197,101,87);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

/*
=====================================================================
7. Clients Section
=====================================================================
*/
.clients{
    background-color: rgb(76,1,32);
    position: relative;
}
.clients h1{
    position: relative;
}
.clients:before{
    content: ' ';
    width: 100%;
    height: 120px;
    position: absolute;
    top: -48px;
    left: 0;
    transform: skewY(3deg);
    -webkit-transform: skewY(-3deg);
    -o-transform: skewY(-3deg);
    -moz-transform: skewY(-3deg);
    -ms-transform: skewY(-3deg);
    background-color: rgb(254,248,255);
}
.clients p{
    color: #F5F5F5 !important;
}
.clients h3{
    color: #F5F5F5;
}
.clients h1 span{
    color: rgb(76,1,32);;
}
.clients h1:after{
    width: 150px;
    height: 2px;
    background-color: rgb(76,1,32);
    content: " ";
    display: block;
    margin: 5px auto;
    margin-bottom: 20px !important;
}
/*
=====================================================================
8. Google Section
=====================================================================
*/

/*NO CSS*/

/*
=====================================================================
9. Contact Section
=====================================================================
*/
.flex-container{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    -webkit-flex: 1; /* Safari 6.1+ */
    -ms-flex: 1; /* IE 10 */
    flex: 1;
    -webkit-flex-direction: row;
    -webkit-flex-wrap:wrap ;
}
#contact {
    background-image:linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(img/city.jpg);/*==========UPDATE IMAGE HERE================*/
    background-image: -moz-linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(img/city.jpg); /*==========UPDATE IMAGE HERE================*/
    background-image: -webkit-linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(img/city.jpg); /*==========UPDATE IMAGE HERE================*/

    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline;
    background-attachment: fixed;
    float: left;
    padding: 70px 0;
    width: 100%;
}
.contact-left {
    background-color: rgba(0, 0, 0, 0.7);
    display: inline;
    float: left;
    padding: 10px 20px 10px;
    width: 100%;
    min-height: 500px;
}
.contact-right {
    background-color: rgba(0, 0, 0, 0.7);
    display: inline;
    float: left;
    width: 100%;
    min-height: 500px;
}
.contact-form .form-group input {
    background: transparent;
    color: #e1e1e1;
    font-size: 20px;
    border: 1px solid #fff;
    border-radius: 0;
    height: 45px;
    margin-bottom: 10px !important;
}
.single-address p {
    color: #fafafa;
    font-size: 14px;
    margin-bottom: 5px !important;
}
.single-address h4 {
    color: #fafafa;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 17px !important;
}
form{
    padding-top: 20px;
}
.contact-form .form-group textarea {
    color: #e1e1e1;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 0;
    height: 125px !important;
}
.contact-form button {
    margin-right: 0;
    border-radius: 0;
    font-size: 20px
}
.button-default {
    text-decoration: none;
    border-radius: 2px;
    overflow: hidden;
    font-weight: 600;
    font-size: 15px;
    padding: 9px 22px;
    -webkit-transition: border-color 0.3s, background-color 0.3s;
    transition: border-color 0.3s, background-color 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button {
    float: left;
    display: block;
    border: none;
    background: none;
    color: inherit;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}
.button-default {
    border: 2px solid rgb(197,101,87); !important;
    color:rgb(197,101,87); !important;
}
.contact-left h2 {
    color: #fafafa;
    font-size: 35px;
    margin-bottom: 35px !important;
}
.contact-right h2 {
    color: #fafafa;
    font-size: 35px;
    /*margin-bottom: 48px !important;*/
}
#captcha{
    color: #fafafa;
}
.form-control:focus,textarea:focus{
    border: 1px solid rgb(197,101,87) !important;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: white !important;
}
::-moz-placeholder { /* Firefox 19+ */
    color: white !important;
}
:-ms-input-placeholder { /* IE 10+ */
    color: white !important;
}
:-moz-placeholder { /* Firefox 18- */
    color: white !important;
}
/*
=====================================================================
10. Footer Section
=====================================================================
*/
footer ul{
    padding-left: 0 !important;
    width: auto;
    text-align: center;
}
.blue{
    background-color:  rgb(10,10,10);
    /*border-bottom: 1px solid grey;*/
}
footer ul{
    margin: 0 auto;
    text-align: center;
    /*padding: 2%;*/
}
footer li{
    padding: 10px 1%;
    display: inline-block;
}
.social li a i{
    border-radius: 100%;
    border:1px solid  rgb(33,26,35);
    width: 48px;
    height: 48px;
    padding-top: 13px;
    font-size: 150%;
}
footer i{
    color: #c3d7df;
}

/*DESIGN*/
footer{
    background-color: rgb(33,26,35);
}
footer p{
    padding: 1% 0;
    color: white;
    /*font-size: 18px;*/
    font-weight: bold;
}
#fb:hover{
    background-color: #23527c;
    border-color: #23527c;
}
#twitter:hover{
    background-color: #337ab7;
    border-color: #337ab7;
}
#google:hover{
    background-color: #dd4b39;
    border-color: #dd4b39;
}
#youtube:hover{
    background-color: #bb0000;
    border-color: #bb0000;
}
#instagram:hover{
    background-color: #ea4c89;
    border-color: #ea4c89;
}
/*Footer section*/

/*
=====================================================================
11. Links & Counter Section
=====================================================================
*/
.counter-area {
    display: inline;
    float: left;
    padding: 112px 0;
    width: 100%;
}
.single-counter i{
    color: rgb(197,101,87);
    font-size: 35px;
    text-align: center;
}
.counter-count span{
    color: #F5F5F5;
    font-size: 35px;
}
.counter-count p{
    color: #F5F5F5;
    font-size: 20px;
    text-align: center;
}
/*End Counter Section*/

/*
=====================================================================
12. Scrollbar Section
=====================================================================
*/
#style-2::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar
{
    width: 12px;
    background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color:rgb(197,101,87);
}
/* code for animated blinking cursor */
.typed-cursor{
    opacity: 1;
    font-weight: 100;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    -ms-animation: blink 0.7s infinite;
    -o-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
.type-wrap{
    display: block;
    text-align: center;
    max-width: 600px;
    width: auto;
    margin: 0 auto;
    min-height: 70px;
    height: auto;

}
/*@-keyframes blink{*/
/*0% { opacity:1; }*/
/*50% { opacity:0; }*/
/*100% { opacity:1; }*/
/*}*/
@-webkit-keyframes blink{
    0% { opacity:0; }
    50% { opacity:0; }
    100% { opacity:0; }
}
@-moz-keyframes blink{
    0% { opacity:0; }
    50% { opacity:0; }
    100% { opacity:0; }
}
@-ms-keyframes blink{
    0% { opacity:0; }
    50% { opacity:0; }
    100% { opacity:0; }
}
@-o-keyframes blink{
    0% { opacity:0; }
    50% { opacity:0; }
    100% { opacity:0; }
}
/*
=====================================================================
13. Hosting Section
=====================================================================
*/
.hosting{
    padding-bottom: 80px !important;
    display: block;
}
.pricing-body .check{
    max-width: 80px;
    max-height: 80px;
    margin: 0 auto;
}
.pricing-body .check img{
    max-width: 80px;
    max-height: 80px;
}
.pricing-inner ul{
    padding-top: 10px;
    padding-bottom: 10px;
}
.pricing-inner ul li{
    list-style: none;
    padding:5px 0;
    color:#878787;
}
.title{
    padding-top: 15px;
    padding-bottom: 5px;
}
.title h1, .title h2{
    line-height: 20px !important;
}
.pricing-inner ul li:before
{
    content: '✔';
    margin-left: -1em;
    margin-right: .100em;
    color: green;
    padding-right: 10px;
}
#pro{
    color: firebrick;
}
#pre{
    color: gold;
}
#personal:hover{
    background-color: rgb(251,175,65);
}
#professional:hover{
    background-color: rgb(76,1,32);;
}
#premium:hover{
    background-color: rgb(15,10,50);
}
#personal:hover ul li,#personal:hover h1,#personal:hover h2{
    color: #F5F5F5;
}
#professional:hover ul li,#professional:hover h1,#professional:hover h2{
    color: #F5F5F5;
}
#premium:hover ul li,#premium:hover h1,#premium:hover h2{
    color: #F5F5F5;
}

/*=====================================================================
6. Form Validation
=====================================================================*/

.has_error{
    border: 1px solid red;
}
.highlight{
    color: red;
}
.result{
    height: 50px;
    border-radius: 10px;
    font-size: 17px;
}
#success{
    color: rgba(60, 101, 16, 0.75);
    background-color: #e3f2de;
    border:1px solid rgba(60, 101, 16, 0.18);;
    /*display: none;*/
}
#failed{
    color: #a94442;
    background-color: #f2dede;
    border:1px solid #ebccd1;
    /*display: none;*/
    margin-top: 10px;
}
#form-loader{
    font-size: 30px;
    /*display: none;*/
    position: absolute;
    margin-bottom: 20px;
}
#position{
    padding: 20px 0;
    margin: 0 auto;
    width: 50px;
    height: 50px;

}
@keyframes spin {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}
.spin{
    animation-name: spin;
    animation-duration: 320ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.table{
    display: table;
    width: 100%;
    height:100%;
}
.table-cell{
    display: table-cell;
    width: 100% !important;
    vertical-align: middle;
    /*overflow: hidden;*/
}

/* =========================
   MOBILE + HERO FIXES (OVERRIDES)
   Paste at the END of style.css
========================= */

/* 1) HERO: make header flexible, stop fixed heights, center content */
header{
  position: relative;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll !important;    /* fixed causes mobile issues */
  height: auto !important;
  min-height: 70vh;                             /* fills screen nicely */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 72px 16px;                           /* breathing room */
}

/* Put the content in normal flow (no absolute/top offsets) */
.intro{
  position: static !important;
  top: auto !important;
  width: 100%;
  text-align: center;
  color: #f5f5f5;
  padding: 0;                                   /* intro spacing is from header */
}

/* Responsive hero typography */
header h1{ font-size: clamp(28px, 6vw, 48px) !important; line-height:1.15; }
header h2{ font-size: clamp(18px, 4.5vw, 28px); }
header p { font-size: clamp(14px, 3.6vw, 18px); color:#d6dbe0; }

/* 2) NAVBAR logo scales on small screens */
.navbar-header img{ height:48px; width:auto; max-width: 180px; }
@media (max-width: 768px){
  .navbar-header img{ height:36px; }
  .navbar-toggle{ margin-top: 14px !important; }
}

/* 3) ABOUT (“Who We Are”): image/text stack & readable text */
#about img{ max-width:100%; height:auto; border-radius:12px; display:block; }
#about h1.bold{ font-size: clamp(22px, 5.5vw, 34px); }
#about p{ font-size: clamp(14px, 3.6vw, 18px); line-height:1.7 !important; }
@media (max-width: 768px){
  #sub-a{ width:100% !important; }            /* was 40%, too narrow on phones */
  #about .row{ display:block !important; }    /* stack columns cleanly */
}

/* 4) SERVICES: avoid horizontal scroll from min-width on cards */
@media (max-width: 600px){
  .one-fourth-services{ min-width: 100% !important; }
}

/* 5) CLIENTS section (ID) – friendlier padding/text on phones */
#clients{ padding: 56px 0 !important; }
#clients h1{ font-size: clamp(24px, 6.5vw, 44px); }
#clients p{ font-size: clamp(14px, 3.5vw, 18px); }

/* If you’re using looped cards/chips (from your HTML inline styles), soften widths */
@media (max-width: 767px){
  #clients .card{ min-width: 280px; padding:16px 18px; }
  #clients .chip{ min-width: 220px; padding:14px 16px; }
}

/* 6) CONTACT background: disable fixed attachment on mobile for smooth scroll */
@media (max-width: 768px){
  #contact{ background-attachment: scroll !important; }
}

/* 7) Restore some spacing killed by the global * { margin-bottom:0 !important; } */
p{ margin-bottom: 1rem !important; }

/* ===== Clients — mobile breathing room (force overrides) ===== */
#clients{ padding:48px 0 !important; }

@media (max-width:767px){
  /* Make rows swipeable, not auto-marquee */
  #clients .loop{
    overflow-x:auto !important;
    -webkit-overflow-scrolling:touch !important;
    scroll-snap-type:x mandatory !important;
    mask-image:none !important;
    padding:8px 0 16px !important;
  }
  #clients .track{
    animation:none !important;
    gap:12px !important;
    padding:0 12px !important;
    white-space:nowrap !important;
  }
  #clients .card, #clients .chip{
    min-width:240px !important;
    padding:14px 16px !important;
    border-radius:12px !important;
  }
  #clients h1{ font-size:28px !important; }
  #clients p{ font-size:15px !important; }
}

/* Stronger overlay on phones for readability (optional) */
@media (max-width:767px){
  #clients{
    background:
      linear-gradient(rgba(10,10,10,.78), rgba(10,10,10,.78)),
      url('img/slide_03.jpg') center/cover no-repeat !important;
  }
}

/* --- Full-screen hero with centered content (minimal override) --- */
header{
  height: 100svh !important;   /* full viewport on mobile/desktop */
  min-height: 560px;           /* safety for short windows */
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center !important;
  background-size: cover !important;
}

.intro{
  position: static !important; /* stop absolute/top offsets */
  top: auto !important;
  text-align: center;
}

/* Avoid parallax jank on phones */
@media (max-width:1024px){
  header{ background-attachment: scroll !important; }
}

/* --- Balanced logo sizing --- */
#sub-a img{
  width: 100%;
  max-width: 220px;   /* cap for mobile */
  height: auto;
  display: block;
  margin: 0 auto;
}

@media (min-width:768px){
  #sub-a img{
    max-width: 260px; /* moderate cap on desktop */
  }
}

/* --- FINAL OVERRIDE: drop hero text lower, desktop only --- */
@media (min-width: 769px){
  header .intro{
    margin-top: 180px !important;  /* adjust to taste */
  }
}

/* --- Mobile Navbar Fine Tuning --- */
@media (max-width: 767px){

  /* 1. Raise the hamburger (☰) */
  .navbar-toggle {
    margin-top: 6px !important;   /* smaller value = moves it higher */
    margin-bottom: 0 !important;
  }

    /* Center dropdown menu items */
  .navbar-nav {
    text-align: center !important;    /* center align the whole list */
    padding-left: 0 !important;       /* remove side padding */
  }

  .navbar-nav > li {
    float: none !important;           /* stack vertically */
  }

  .navbar-nav > li > a {
    display: inline-block !important; /* center each link */
    text-align: center !important;    /* center the text itself */
    width: auto;                      /* shrink wrap text instead of stretching */
  }
}


/* Mobile: move dropdown item text to the right (keep centered) */
@media (max-width: 767px){
  .navbar-nav{ text-align: center !important; padding-left: 0 !important; }
  .navbar-nav > li{ float: none !important; }
  .navbar-nav > li > a{
    display: inline-block !important;   /* stays centered as a block */
    text-align: center !important;      /* keep middle alignment */
    text-indent: 48px !important;       /* ← nudge text to the right */
    padding: 12px 18px;                  /* comfy tap area */
  }
}

/* Phone: give the Contact panels extra space below the button */
@media (max-width: 767px){
  #contact .contact-right,
  #contact .contact-left{
    padding-bottom: 32px; /* tweak 24–48px to taste */
  }
}

