

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: #12121b;
  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;
}
#menu h3 {
   color: #12121b;
}

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,
#menu,
#team,
#gallery,
#contact {
  color: #12121b;
  padding-top: 100px;
  padding-bottom: 100px;
}

#feature,
#video,
#team,
#gallery,
#contact {
  text-align: center;
}

#feature,
#team {
  background: rgb(240,240,240);
}



/* section title */
.section-title {
  padding-bottom: 40px;
}
#about .section-title,
#menu .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: #222;
  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: flex;
  align-items: center;
  text-align: center;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

#bg-video {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: -2; /* video stays at bottom */
}

#home .gradient-overlay {
  background: #12121b; /* fallback */
  background: -webkit-linear-gradient(to left, #12121b , #f7931e);
  background: linear-gradient(to left, #12121b , #f7931e);
  opacity: 0.8;
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100vh;
  z-index: -1; /* overlay above video */
}

/* Ensure content sits above everything */
#home .home-content {
  position: relative;
  z-index: 1;
}

#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;
  transition: all 0.3s ease;
}
#home .btn:hover,
#home .btn:focus {
  color: #f7931e;
  background: #ffffff;
}

 #home .scroll-down {
	padding-top: 50px;
    z-index: 10;
}

#home .scroll-down a {
    display: inline-block;
	border: 2px solid #ffffff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

#home .scroll-down a i {
	color:#ffffff;
}


/* 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;
  width:250px;
  height: auto;
}

.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: #f7931e !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: #f7931e;
    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 */
#about .feature-thumb {
  background-color: #fff5eb;
  position: relative;
  padding: 40px;
  margin: 32px 0;
}
#about .feature-thumb h3 {
  text-align: center;
}
#about .feature-thumb h3 a {
  color:inherit; 
}
#about .feature-icon {
  background-color: #f3942b;
  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;
}
#about .feature-icon:hover {
  background-color: #f7931e;
}
#about .feature-icon span {
  display: table-cell;
  vertical-align: middle;
}
#about .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;
}


/* TP UAE  */
#tpuae {
  position: relative;
  color: #fff;
	padding: 32px 0;
}

#tpuae .tpsec {
  display: flex;
  align-items: center;  /* Vertically center */
  justify-content: space-between; /* Push text left, image right */
  flex-wrap: wrap; /* Allow responsiveness on small screens */
  margin-top: 30px; /* Add spacing below the header */
}

#tpuae .tpsec p {
  text-align: center;
}

#tpuae .tpsec {
	vertical-align: middle;
}

#tpuae .overlay {
  background: rgba(67,66,67,1);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
#tpuae img {
  width: 100%;
  max-width: 360px;
  border-radius: 15px;
  vertical-align: middle;
}

#tpuae h2 {
  color: #ffffff;
  padding-top: 20px;
	text-align: center;
}

#tpuae .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;
}


/* Video section  */
#video {
  background: url('../images/video-bg.jpg') 50% 0 repeat-y fixed;
  -webkit-background-size: cover;
  background-size: cover;
  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;
}



/* Menu section */
#menu .media {
  padding-bottom: 20px;
}

#menu .media-object img {
  width: 220px;
  padding-right: 12px;
  position: relative;
}

#menu .media-object span.menu-price {
  position: absolute;
  background-color: #ffffff;
  color: #222;
  font-size: 20px;
  font-weight: bold;
  padding: 6px 20px;
  top: 50%;
  left: 3%;
}



/* Team section */
#team .row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch; /* ensures equal height */
}

#team .row > [class*="col-"] {
  display: flex;
}

#team h3 {
  padding-bottom: 0px;
}

#team .team-des h4 {
  color: #666;
  padding-top: 0px;
  padding-bottom: 10px;
}



#team .team-thumb {
  width: 100%;
  position: relative;
}

#team .team-thumb img {
  width: 100%;
  height: 260px;   /* set your desired height */
  object-fit: cover;  /* crop nicely without distortion */
  display: block;
  border-radius: 0; /* optional: keep square edges */
}

#team .join-team {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 260px;  /* match image height */
}

#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: #f7931e;
  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: #f7931e;
  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;
}



/* Gallery section */
#gallery .gallery-thumb {
  position: relative;
  overflow: hidden;
  margin: 0;
} 

#gallery .gallery-thumb .gallery-overlay {
  background: #f7931e;
  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;
}

#gallery .gallery-thumb:hover .gallery-overlay {
    opacity: 0.9;
}

#gallery .gallery-thumb .gallery-overlay .gallery-item {
    text-align: center;
    position: absolute;
    top:50%;
    left: 50%;
    -webkit-transform:translate(-50%,-50%);
      -ms-transform:translate(-50%,-50%);
          transform:translate(-50%,-50%);
}

#gallery .gallery-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;
}

/*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: #f7931e;
}

/*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('../images/contact-bg.jpg') 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: #f7931e;
  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: #f7931e;
  border-color: transparent;
  color: #ffffff;
}


/* Footer section  */
footer {
  background-color: #141414;
  color: #757575;
  padding-top: 36px;
  padding-bottom: 36px;
}

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;
}


/* 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: #f7931e;
  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,
  #menu,
  #team,
  #gallery,
  #contact {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  #menu .media-object img {
    width: 100%;
    padding-bottom: 14px;
  }
  #menu .media-object span.menu-price {
    top: 30%;
    left: 6%;
  }

  footer {text-align: center;}

}


.cta-button {
  display: inline-block;
  padding: 14px 28px;
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(135deg, #12121b, #f7931e);
  border: none;
  border-radius: 50px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0,0,0,0.4);
  position: relative;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cta-button:hover, .cta-button:active, .cta-button:focus {
  transform: scale(1.05);
  box-shadow: 0 6px 15px rgba(0,0,0,0.5);
  color:#FFFFFF;
}

/* Glossy shine animation */
.cta-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.3) 0%,
    rgba(255, 255, 255, 0.1) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-25deg);
}

.cta-button:hover::before {
  animation: shine 1s ease forwards;
}

@keyframes shine {
  0% { left: -75%; }
  100% { left: 125%; }
}

.awards-cards {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  max-width: 900px;
  margin: 20px auto;
  padding:0px 16px;
}

.award-card {
  flex: 1 1 250px;
  background: linear-gradient(135deg, #12121b, #4A4A49);
  color: #fff;
  border-radius: 12px;
  padding: 25px 20px;
  text-align: center;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.award-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
}

.award-icon {
  font-size: 2rem;
  margin-bottom: 10px;
  animation: pulse 1.5s infinite;
}

.award-text {
  font-size: 1.1rem;
  line-height: 1.4;
}

@keyframes pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.2); opacity: 0.85; }
}


#services {
  padding: 60px 0;
}

#services .section-title h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
}

#services .section-title h4 {
  font-size: 1.1rem;
  color: #555;
  line-height: 1.6;
  margin-bottom: 40px;
}

.service-card {
  background: #fffaf6;
  border-radius: 12px;
  padding: 25px 20px;
  margin-bottom: 30px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.service-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.service-header i {
  font-size: 28px;
  color: #f4942b;
  margin-right: 12px;
}

.service-header h3 {
  font-size: 1.3rem;
  font-weight: 600;
  margin: 0;
}

.service-card ul {
  list-style: none;
  text-align: left;
  padding-left: 30px;
  margin: 0;
}

.service-card ul li {
  font-size: 1rem;
  color: #333;
  padding-left: 20px;
  margin-bottom: 8px;
  position: relative;
}

.service-card ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #f4942b;
  font-size: 1.2rem;
  top: -2px;
}


#experts {
  padding: 60px 0;
  background: #fffaf6;
}

#experts h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 15px;
}

#experts p {
  font-size: 1.1rem;
  color: #444;
  max-width: 700px;
  margin: 0 auto 30px auto;
  line-height: 1.6;
}

.experts-icon {
  font-size: 48px;
  color: #f4942b;
  margin-bottom: 10px;
}

#thought-leadership {
  padding: 60px 0;
  background: #fffaf6;
}

#thought-leadership h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
}

#thought-leadership .subtitle {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 30px;
}

.thought-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding:0px 16px;
}

.thought-card {
  background: white;
  border-radius: 12px;
  padding: 20px 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  flex: 1 1 calc(33% - 20px);
  max-width: 300px;
  min-height: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 0.3s ease;
}

.thought-card i {
  font-size: 28px;
  color: #f7931e;
  margin-bottom: 10px;
}

.thought-card p {
  font-size: 1rem;
  font-weight: 500;
  color: #222;
  margin: 0;
}

.thought-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
  background: #fff5eb;
}

/* Responsive for mobile */
@media (max-width: 768px) {
  .thought-card {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

#why-vstn {
  background: #f8f9fb;
  padding: 60px 0;
}

#why-vstn h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
}

#why-vstn .subtitle {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 30px;
}

.why-list {
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.why-item {
  display: flex;
  align-items: flex-start;
  background: white;
  padding: 15px 20px;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.why-item i {
  color: #f7931e;
  font-size: 18px;
  margin-right: 12px;
  margin-top: 3px;
}

.why-item span {
  font-size: 1rem;
  color: #222;
}

.why-item:hover {
  transform: translateX(5px);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
}

/* Responsive for mobile */
@media (max-width: 768px) {
  .why-item {
    flex-direction: row;
    padding: 12px 15px;
  }
}


#scrollBtn {
  position: fixed;
  bottom: 25px;
  right: 25px;
  background: linear-gradient(135deg, #12121b, #f7931e);
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0,0,0,0.3);
  transition: transform 0.3s ease, background 0.3s ease;
  z-index: 999;
}
#scrollBtn:hover {
  transform: scale(1.1);
}

/* Force left-right alignment */
.header-container {
  display: flex;
  justify-content: space-between; /* logo left, contact right */
  align-items: center;
  padding: 10px 0;
}

/* Contact Info Styling */
.header-contact {
  display: flex;
  flex-direction: column;
  text-align: right;
  font-size: 14px;
  line-height: 1.6;
}

.header-contact .contact-item {
  display: flex;
  gap: 15px;
  justify-content: flex-end;
}

.global-locations {
  background: linear-gradient(135deg, #12121b, #4A4A49);  
  color: #fff;
  text-align: center;
  padding: 60px 20px;
}

.global-locations h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 40px;
  letter-spacing: 1px;
  color:#ffffff;
}

.locations-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 2fr));
  gap: 20px 20px;
  max-width: 1000px;
  margin: 0 auto;
}

.location {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.location img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  border-radius: 50%;
  box-shadow: 0 0 6px rgba(255, 255, 255, 0.1);
}

/* 🔧 Force 2 columns on mobile */
@media (max-width: 768px) {
  .locations-grid {
    grid-template-columns: repeat(2, 1fr); /* Exactly 2 columns */
    align-items: center;
    align-content: center;
  }
}

/* Cookie consent styles */
#cookieConsentBanner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(44,44,44,0.95);
  color: white;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

#cookieConsentBanner .cookie-container {
  max-width: 800px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

#cookieConsentBanner p {
  margin: 0;
  padding: 0 15px 10px 0;
  flex: 1 1 auto;
  font-size: 16px;
}

#cookieConsentBanner a {
  color: #f58220; /* brand-color or a color visible */
  text-decoration: underline;
}

#cookieConsentBanner button {
  margin: 5px;
  padding: 8px 16px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  min-width: 110px;
  font-weight: 700;
}

#cookieConsentBanner button#acceptCookies {
  background: #f58220;
  color: white;
}

#cookieConsentBanner button#declineCookies {
  background: #555;
  color: white;
}

#cookieConsentBanner button:hover {
  opacity: 0.9;
}

