@charset "utf-8";
/* CSS Document */
.dropdown-menu {
  margin-top: 0;
}
.dropdown-toggle::after {
   transition: transform 0.15s linear; 
}
.show.dropdown .dropdown-toggle::after {
  transform: translateY(3px);
}	
@media (max-width: 991.98px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #f8f9fa; /* same as bg-light */
    width: 90%; /* adjust width as needed */
    text-align: center;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    padding: 1rem;
    z-index: 999;
  }

  .navbar-collapse.show {
    display: block;
  }

  .navbar-nav {
    flex-direction: column;
    align-items: center;
  }

  .navbar-nav .nav-link {
    padding: 0.5rem 0;
  }

  /* Optional: center dropdown menus within this menu */
  .navbar-nav .dropdown-menu {
    text-align: center;
    position: static;
    float: none;
    margin: 0 auto;
    box-shadow: none;
    background: transparent;
  }

  .navbar-nav .dropdown-item {
    padding: 0.25rem 0;
  }
}
@media (max-width: 991.98px) {
  .navbar-collapse {
    transition: all 0.3s ease;
    opacity: 0;
    transform: translate(-50%, -10px);
  }
  .navbar-collapse.show {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}

.page-content{
	width: 90%;
	margin: auto;
}
.tag {
  width: 100%;
  max-width: 520px;
  height: auto;
}

.body-div {
  max-width: 1200px;
  margin: auto;
  border: 1px solid grey;
  background: #FFFFFF;
}
.staff {
  width: 100%;
  max-width: 170px;
  height: auto;
  vertical-align: middle;
}
.client-img {
  display: block;
  width: 100%;
  max-width: 400px;
  height: auto;
  vertical-align: middle;
  text-align: center;
}
.client-inner {
  display: block;
  width: 100%;
  max-width: 350px;
  height: auto;
  vertical-align: middle;
  text-align: center;
}
.carousel-inner img {
  width: 100%;
  height: 100%;
  filter: brightness(50%);
  object-fit: cover;
  max-height: 400px;
}
/* If the screen size is 601px wide or more, set the font-size of <div> to 80px */
@media screen and (min-width: 601px) {
  div.carousel-caption {
    font-size: 30px;
  }
  .carousel-h {
    font-size: 50px;
  }
}
.btn {
  background-color: #6c8dad;
  color: white;
}
.btn:hover {
  background-color: #808080;
}
 /* Custom blue button */
  .btn-custom {
    background-color: #6c8dad;
    border-color: #333;
    color: #fff;
  }
  .btn-custom:hover {
    background-color: #6c8dad;
    border-color: #333;
    color: #fff;
  }
.process2 {
  background-color: #fffceb; /* softer yellow for warmth */
  border: 1px solid #ccc;    /* lighter border for subtlety */
  border-radius: 12px;
  padding: 15px 20px;
  max-width: 650px;
  margin: 20px auto;          /* center horizontally with spacing */
  font-size: 1rem;            /* easy to read */
  text-align: center;
  color: #333;                 /* softer than black */
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
a:link {
  color: #000000;
  text-decoration: none;
}
a:visited {
  text-decoration: none;
  color: #000000;
}
a:hover {
  text-decoration: underline;
  color: #0000FF;
}
a:active {
  text-decoration: none;
  color: #999999;
  font-style: italic;
}
body {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  background-image: url(../images/bg3.gif);
  background-color: #FFFFFF;
  background-attachment: fixed;
}
.style10 {
  font-family: "Bodoni MT";
  font-size: 30px;
  color: #000;
}
.style11 {
  font-family: "Bodoni MT";
  font-size: 20px;
  color: #000;
  font: 900;
}
.style17 {
  font-family: "Tahoma";
}
.style18 {
  color: #000;
  font-family: "Andalus";
  text-transform: none;
  font-size: 16px;
}
.style19 {
  font-family: "Palatino Linotype";
  font-size: 18px;
  color: #660000;
}
.style22 {
  font-size: 18px;
}
.style24 {
  color: #666666;
  font-size: 12px;
  font-family: "Tahoma";
  font-style: italic;
}
.style20 {
  font-family: "Tahoma";
  font-size: small;
}
.style25 {
  font-family: "Palatino Linotype";
  font-size: 24px;
  color: #660000;
}
.style26 {
  font-family: "Palatino Linotype";
  font-size: 30px;
  color: #660000;
}
.style27 {
  font-family: "Palatino Linotype";
  font-size: 30px;
  color: #333;
}
.style29 {
  color: #FF0000;
  font-weight: bold;
}
.style30 {
  color: #079E06;
  font-weight: bold;
}
div.design {
  max-width: 500px;
  margin: auto;
  font-size: 18px;
  text-align: center;
}
.style15 img {
  font-family: "Andalus";
}
.cta-hero {
    background-color: #f8f9fa;
    padding: 60px 20px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}
.footer .social-icon 
	{ margin-right: 10px; display: inline-block; transition: transform 0.3s, opacity 0.3s;
	} 
	.footer .social-icon:hover 
	{ transform: scale(1.2); opacity: 0.8; 
	} 
	.footer a { 
		color: inherit; text-decoration: none;
	} 
	.footer 
	a:hover { 
		text-decoration: underline; 
	} 
