/*

Inveforth - Investment Consultations in Tanzania

*/

body
	{
		background: #ffffff;
   font-family: 'Rajdhani', sans-serif;
    font-weight: 400;
	}

html,body {
  width: 100%;
  overflow-x: hidden;
}

html {
  font-size: 100%;
}

h1,h2,h3 {
  font-weight: 500;
  letter-spacing: 0.3rem;
  text-transform: uppercase;
}

h1 {
  font-size: 2.8rem;
  font-weight: 700;
}

h2 {
  color: #333333;
  padding-bottom: 10px;
}

h3 {
  font-size: 1rem;
  line-height: 2rem;
  color: #333333;
}

p {
  color: #333333;
  letter-spacing: 0.8px;
  line-height: 28px;
}

strong {
  color: #f1c11a;
  font-weight: 700;
}

#about,
#feature,
#contact {
  background: #ffffff;
}

#about,
#feature,
#contact,
footer {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-title {
  padding-bottom: 62px;
}
.section-title h1 {
  padding-bottom: 10px;
}
#about .section-title {
  padding-bottom: 22px;
}
#contact .section-title {
  text-align: center;
}


/* 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-circle {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative; }
  .sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
  .sk-circle .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
            animation: sk-circleBounceDelay 1.2s infinite ease-in-out both; }
  .sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
            transform: rotate(30deg); }
  .sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
            transform: rotate(60deg); }
  .sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
  .sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
        -ms-transform: rotate(120deg);
            transform: rotate(120deg); }
  .sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
        -ms-transform: rotate(150deg);
            transform: rotate(150deg); }
  .sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
        -ms-transform: rotate(210deg);
            transform: rotate(210deg); }
  .sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
        -ms-transform: rotate(240deg);
            transform: rotate(240deg); }
  .sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
            transform: rotate(270deg); }
  .sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
        -ms-transform: rotate(300deg);
            transform: rotate(300deg); }
  .sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
        -ms-transform: rotate(330deg);
            transform: rotate(330deg); }
  .sk-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
            animation-delay: -1.1s; }
  .sk-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
            animation-delay: -1s; }
  .sk-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
            animation-delay: -0.9s; }
  .sk-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
            animation-delay: -0.8s; }
  .sk-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
            animation-delay: -0.7s; }
  .sk-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
            animation-delay: -0.6s; }
  .sk-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
            animation-delay: -0.5s; }
  .sk-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
            animation-delay: -0.4s; }
  .sk-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
            animation-delay: -0.3s; }
  .sk-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
            animation-delay: -0.2s; }
  .sk-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
            animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

#slideshow {
  top: 0;
  left: 0;
  z-index: -10;
  width: 100vw;
  backface-visibility: hidden;
}


/* home section */
#home {
  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;
  color: #ffffff;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f1c11a 100%);
  background-size: 400% 400%;
  animation: gradientShift 15s ease infinite;
}

@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

#home .home-thumb {
  text-align: center;
}

#home .btn {
    background: transparent;
    border: 3px solid #ffffff;
    border-radius: 0px;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 14px 36px;
    margin-top: 42px;
    margin-right: 16px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#home .btn:hover {
  background: #f1c11a;
  color: #ffffff;
  border-color: transparent;
}

#home .btn-success {
    background: #ffffff;
    color: #242424;
    border-color: transparent;
}


/* about section */
#about {
  background: linear-gradient(135deg, #242424 0%, #333333 50%, #242424 100%);
  background-size: 200% 200%;
  animation: aboutMainGradient 14s ease infinite;
  color: #ffffff;
}

@keyframes aboutMainGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

#about h3 {
    margin-top: 0px;
    color: #ffffff;
}

#about .about-thumb {
  padding-top: 10px;
}

#about p {
  color: #ffffff;
}


/* feature section */
#feature {
  background: linear-gradient(135deg, #f1c11a 0%, #ffd700 50%, #f1c11a 100%);
  background-size: 200% 200%;
  animation: featureGradient 10s ease infinite;
}

@keyframes featureGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

#feature .icon {
  color: #ffffff;
  font-size: 42px;
  padding-right: 14px;
}

#feature p {
  color: #333;
}

#feature .btn {
    background: transparent;
    border: 3px solid #ffffff;
    border-radius: 0px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 14px 36px;
    margin-top: 62px;
    margin-right: 16px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#feature .btn:hover {
  background: #ffffff;
  color: #333;
  border-color: transparent;
}



/* contact section  */
#contact {
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 50%, #1a1a1a 100%);
  background-size: 200% 200%;
  animation: contactMainGradient 16s ease infinite;
  color: #ffffff;
  padding: 80px 0;
  position: relative;
}

#contact::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="rgba(255,255,255,0.02)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
  pointer-events: none;
}

@keyframes contactMainGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

#contact .form-control {
  background: #ffffff;
  border: none;
  border-radius: 15px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  color: #333333;
  margin-bottom: 25px;
  padding: 18px 25px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

#contact .form-control::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(241, 193, 26, 0.1), transparent);
  transition: left 0.5s ease;
}

#contact .form-control:focus {
  background: #ffffff;
  border: 2px solid #f1c11a;
  box-shadow: 0 12px 40px rgba(241, 193, 26, 0.2);
  outline: none;
  transform: translateY(-3px) scale(1.02);
}

#contact .form-control:focus::before {
  left: 100%;
}

#contact .form-control::placeholder {
  color: #999999;
  font-weight: 400;
  opacity: 0.8;
}

#contact select.form-control {
  color: #333333;
  cursor: pointer;
}

#contact select.form-control option {
  color: #333333;
  background: #ffffff;
  padding: 10px;
}

#contact textarea.form-control {
  color: #333333;
  min-height: 120px;
  resize: vertical;
}

#contact .form-control:hover {
  border-color: #f1c11a;
  background: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
}

#contact input {height: 55px;}

#contact label {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  padding-left: 15px;
}

#contact label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background: #f1c11a;
  border-radius: 50%;
}

#contact .form-group {
  margin-bottom: 25px;
  position: relative;
}

#contact .form-group::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(241, 193, 26, 0.3), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}

#contact .form-group:focus-within::before {
  opacity: 1;
}

#contact input[type='submit'] {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border: none;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 20px 50px;
  border-radius: 50px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  margin-top: 30px;
  box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

#contact input[type='submit']::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s ease;
}

#contact input[type='submit']:hover {
  background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 20px 50px rgba(102, 126, 234, 0.4);
}

#contact input[type='submit']:hover::before {
  left: 100%;
}


/* footer section  */
footer {
  background: #111112;
  color: #ffffff;
}

footer p {
  color: #ffffff;
}

footer h2 {
  color: #ffffff;
}

footer h3 {
  color: #ffffff;
}

footer h4 {
  color: #ffffff;
}

#page-header h3 {
  color: #ffffff;
}

#cta h3 {
  color: #ffffff;
}

footer .copyright-text {
  padding-top: 10px;
  color: #ffffff;
}

footer a {
	color: #fff;
}

footer a:hover {
	color: #FF6;
}

/* svg */
.svgcolor-light {
  /*position: absolute;
  top: 0;
  left: 0; */
  position: relative;
  bottom: 104px;
}
.svgcolor-light > path {
  fill: white;
  stroke: white;
  stroke-width: 0;
}

/* modal */
.modal-dialog .modal-content {
  background: linear-gradient(135deg, #242424 0%, #333333 50%, #f1c11a 100%);
  background-size: 200% 200%;
  animation: modalGradient 8s ease infinite;
  border-radius: 0;
  text-align: center;
  padding: 100px 50px 100px 50px;
  position: relative;
}

@keyframes modalGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.btn:focus {
  outline: none;
}

.modal-header {
  border-bottom: 0px;
}

.modal-dialog .close {
  color: #f1c11a;
  font-size: 40px;
  font-weight: 300;
  text-shadow: none;
  opacity: 1;
  position: absolute;
  top: 40px;
  right: 40px;
  border: 2px solid #ffffff;
  border-radius: 100px;
  width: 36px;
  height: 36px;
  line-height: 35px;
  text-align: center;
}
.modal-dialog .close:focus {
  outline: none;
}

.modal-dialog form {
  padding: 20px;
}
.modal-dialog form input {
  height: 55px;
}
.modal-dialog form .form-control {
  background: transparent;
  border: 1px solid #f0f0f0;
  border-radius: 0px;
  box-shadow: none;
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
  transition: all 0.4s ease-in-out;
}

.modal-dialog form .form-control::placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.modal-dialog form input[type="submit"] {
  background: #ffffff;
  color: #242424;
  text-transform: uppercase;
  margin-top: 30px;
}
.modal-dialog form input[type="submit"]:hover {
  background: #f1c11a;
  border-color: transparent;
  color: #ffffff;
}

/* Back top */
.go-top {
  background: linear-gradient(135deg, #eee 0%, #f1c11a 50%, #eee 100%);
  background-size: 200% 200%;
  animation: goTopGradient 8s ease infinite;
  bottom: 2em;
  right: 2em;
  color: #111112;
  font-size: 22px;
  display: none;
  position: fixed;
  text-decoration: none;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  transition: all 0.4s ease-in-out;
}

@keyframes goTopGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.go-top:hover {
    background: #f1c11a;
    color: #ffffff;
}


/* 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: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  margin-top: 12px;
  margin-right: 10px;
}

.social-icon li a:hover {
  background-color: #ffffff;
  color: #111112;
}

/* Navigation Styles */
.navbar-default {
  background-color: rgba(255, 255, 255, 0.95);
  border-color: transparent;
  transition: all 0.3s ease;
}

.navbar-default .navbar-brand {
  color: #333;
  font-weight: 700;
  font-size: 24px;
}

.navbar-default .navbar-brand:hover {
  color: #f1c11a;
}

.navbar-default .navbar-nav > li > a {
  color: #333;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.navbar-default .navbar-nav > li > a:hover {
  color: #f1c11a;
}

.navbar-default .navbar-toggle {
  border-color: #333;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #f1c11a;
}

/* Footer Links */
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links li a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links li a:hover {
  color: #f1c11a;
}

/* Eva Icons */
.eva {
  font-size: 24px;
  color: #f1c11a;
}

.media-object .eva {
  font-size: 32px;
}

/* Page Header Styles */
#page-header {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  padding: 120px 0 80px 0;
  color: white;
  text-align: center;
}

#page-header h1 {
  color: white;
  margin-bottom: 20px;
}

#page-header p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
}

/* Contact Page Styles */
#contact-info {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 50%, #f8f9fa 100%);
  background-size: 200% 200%;
  animation: contactGradient 18s ease infinite;
}

@keyframes contactGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.contact-info-content h2 {
  color: #333;
  margin-bottom: 30px;
}

.contact-card {
  background: white;
  padding: 30px 20px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  margin-bottom: 30px;
  transition: transform 0.3s ease;
}

.contact-card:hover {
  transform: translateY(-5px);
}

.contact-card i {
  font-size: 40px;
  color: #f1c11a;
  margin-bottom: 20px;
}

.contact-card h4 {
  color: #333;
  margin-bottom: 15px;
  font-weight: 600;
}

h4 {
  color: #333333;
  font-weight: 600;
}

.contact-card p {
  margin-bottom: 5px;
  color: #333;
}

#office-location {
  padding: 80px 0;
  background: linear-gradient(135deg, #1e3c72 0%, #2a5298 50%, #1e3c72 100%);
  background-size: 200% 200%;
  animation: officeGradient 20s ease infinite;
  color: #ffffff;
}

@keyframes officeGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.office-content {
  padding-right: 40px;
}

.office-details h4 {
  color: #ffffff;
  margin: 25px 0 15px 0;
  font-weight: 600;
}

.office-details h4 i {
  color: #f1c11a;
  margin-right: 10px;
}

.office-details ul {
  list-style: none;
  padding-left: 0;
}

.office-details ul li {
  padding: 5px 0;
  color: #ffffff;
}

.office-details ul li:before {
  content: "•";
  color: #f1c11a;
  font-weight: bold;
  margin-right: 10px;
}

.office-map {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.map-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0,0,0,0.7));
  padding: 30px 20px 20px;
}

.map-info h4 {
  color: white;
  margin-bottom: 5px;
}

.map-info p {
  color: rgba(255,255,255,0.9);
  margin: 0;
}

#contact-form-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 50%, #ffffff 100%);
  background-size: 200% 200%;
  animation: formGradient 20s ease infinite;
}

.contact-form-container {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.98) 100%);
  border-radius: 25px;
  padding: 50px;
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
  overflow: hidden;
}

.contact-form-container::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(241, 193, 26, 0.05) 0%, transparent 70%);
  animation: rotate 20s linear infinite;
}

@keyframes rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.contact-form-container h2 {
  color: #333;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 600;
  position: relative;
}

.contact-form-container h2::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(135deg, #f1c11a 0%, #ffd700 100%);
  border-radius: 2px;
}

@keyframes formGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/* About Page Styles */
#our-story,
#our-mission,
#our-team,
#our-values {
  padding: 80px 0;
  background: linear-gradient(135deg, #232526 0%, #414345 100%);
  background-size: 200% 200%;
  animation: aboutSectionDarkGradient 16s ease infinite;
  color: #fff;
}

@keyframes aboutSectionDarkGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

#our-story p,
#our-mission p,
#our-team p,
#our-values p,
#our-story h2,
#our-mission h2,
#our-team h2,
#our-values h2,
#our-story h3,
#our-mission h3,
#our-team h3,
#our-values h3 {
  color: #fff;
}

.story-content,
.mission-content,
.team-content,
.values-content,
.service-content {
  padding: 20px 0;
}

.value-item {
  margin-bottom: 25px;
}

.value-item h4 {
  color: #333;
  margin-bottom: 10px;
  font-weight: 600;
}

.value-item h4 i {
  color: #f1c11a;
  margin-right: 10px;
}

.value-item p {
  color: #333;
  margin: 0;
}

/* Services Page Styles */
#investment-planning,
#wealth-management,
#retirement-planning,
#business-advisory {
  padding: 80px 0;
}

#investment-planning {
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 50%, #2c3e50 100%);
  background-size: 200% 200%;
  animation: investmentGradient 18s ease infinite;
  color: #ffffff;
}

#retirement-planning {
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 50%, #2c3e50 100%);
  background-size: 200% 200%;
  animation: retirementGradient 18s ease infinite;
  color: #ffffff;
}

@keyframes investmentGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes retirementGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

#wealth-management,
#business-advisory {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 50%, #f8f9fa 100%);
  background-size: 200% 200%;
  animation: serviceGradient 15s ease infinite;
}

@keyframes serviceGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

#cta {
  padding: 80px 0;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  text-align: center;
}

#cta h2 {
  color: white;
  margin-bottom: 20px;
}

#page-header h2 {
  color: white;
}

#cta p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  margin-bottom: 30px;
}

#cta .btn-success {
  background: #f1c11a;
  border-color: #f1c11a;
  color: #333;
  font-weight: 600;
  padding: 15px 30px;
  font-size: 16px;
}

#cta .btn-success:hover {
  background: #e6b800;
  border-color: #e6b800;
}

/* Policy Pages Styles */
#policy-content {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 50%, #f8f9fa 100%);
  background-size: 200% 200%;
  animation: policyGradient 22s ease infinite;
}

@keyframes policyGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.policy-content {
  background: white;
  padding: 50px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.policy-section {
  margin-bottom: 40px;
}

.policy-section:last-child {
  margin-bottom: 0;
}

.policy-section h2 {
  color: #333;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #f1c11a;
}

.policy-section h3 {
  color: #333;
  font-size: 18px;
  font-weight: 600;
  margin: 25px 0 15px 0;
}

.policy-section p {
  color: #333;
  line-height: 1.8;
  margin-bottom: 15px;
}

.policy-section ul,
.policy-section ol {
  margin: 15px 0;
  padding-left: 20px;
}

.policy-section ul li,
.policy-section ol li {
  color: #333;
  line-height: 1.8;
  margin-bottom: 8px;
}

.policy-section ul li strong {
  color: #333;
  font-weight: 600;
}

ul li strong {
  color: #fff;
  font-weight: 600;
}

.policy-section a {
  color: #f1c11a;
  text-decoration: none;
}

.policy-section a:hover {
  text-decoration: underline;
}

.last-updated {
  text-align: center;
  font-style: italic;
  color: #999;
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

/* Mobile Responsive */
@media (max-width: 980px) {

  h1 {
    font-size: 2.4rem;
  }

  #home {
    height: 65vh;
  }

  #about .section-title {
    padding-bottom: 12px;
  }

  #feature .col-md-4 {
    padding-bottom: 32px;
  }

}


@media (max-width: 768px) {

  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 1.6rem;
  }

  h3 {
    font-size: 0.8rem;
    line-height: 1.3rem;
  }

}


@media (max-width: 700px) {

  #home {height: 100vh;}

  .modal-dialog .modal-content {
    padding: 50px 20px;
  }

  footer {text-align: center;}
  footer .col-sm-6 {
    padding-bottom: 32px;
  }

  .modal-dialog .close {
  font-size: 35px;
  width: 25px;
  height: 25px;
  line-height: 25px;
}

}
