

body
	{
		background: #ffffff;
    color: #808080;
		font-family: 'Montserrat', sans-serif;
    font-weight: 400;
	}

@media (min-width: 768px) {
  .container {
    width: 700px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 900px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1000px;
  }
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

/* heading section */
h1,h2,h3,h4 {
  color: #fff;
  font-weight: bold;

}
#recent-projects{
  color:#000000;
  font-size:32px;
}

h1,h2 {
  font-size: 30px;
}

/* images retina */
img {
  max-width: 100%;
  height: auto;
}

/* button section */
.btn {
  background: transparent;
  border: 2px solid #fff;
  border-radius: 0px;
  box-shadow: none;
  color: #fff;
  padding: 12px 18px;
  font-size: 13px;
  font-weight: bold;
  transition: all 0.4s ease-in;
}
.btn:hover {
  background: #009988;
  border-color: transparent;
}

.email {
	margin-top: 10px;
	padding: 8px 12px;
}

/* navigation */

.navbar-default {
    background: #202020;
    border: none;
    border-left: 6px solid #c14000;
    padding-right: 40px;
    margin: 0 !important;
    position: relative;
    top: 20px;
  }
.navbar-default .navbar-brand {
    font-size: 30px;
    line-height: 40px;
    padding-top: 4px;
    position: relative;
    align: center;
    align-items:center; 
   }
   .navbar{
  display:flex;
  justify-content:center; /* horizontal center */
  align-items:center;     /* vertical center */
}

.navbar-default .navbar-nav li a {
  color: #f2f2f2;
  font-size: 13px;
  font-weight: 400;
  line-height: 40px;
  transition: all 0.4s ease-in;
 }
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #ffa500;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  	color: #ffa500;
  	background-color: transparent;
}
.navbar-default .navbar-toggle {
  	background: #0e002c;
  	border-radius: 0px;
   	border: none;
   	margin-top: 20px;
   	margin-bottom: 30px;
    align-items: center;
}
.navbar-default .navbar-toggle .icon-bar {
    background: #fff;
    border-color: transparent;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { 
  background-color: transparent 
}

.active {
	background: #333;
}

/* home section */
/* /* HERO SECTION */
.home-hero {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  color: #fff;

  /* background image */
  background: url("../images/ken.jpeg") center/cover no-repeat;
}

/* gradient overlay */
.home-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(2, 19, 75, 0.85), rgba(1, 17, 97, 0.85));
  z-index: 0;
}

/* animated glow layer */
.home-hero::before {
  content: "";
  position: absolute;
  width: 180%;
  height: 180%;
  background: radial-gradient(circle, rgba(255,255,255,0.18), transparent 60%);
  animation: heroRotate 25s linear infinite;
  z-index: 0;
}

@keyframes heroRotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* keep content above layers */
.home-hero > * {
  position: relative;
  z-index: 1;
}

#home h1,
#home h3 {
  line-height: 30px;
  font-size: 40px;
}

/* divider section */
.divider {
  color: #fff;
  text-align: center;
}
.divider .fa {
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 32px;
  width: 80px;
  height: 80px;
  line-height: 76px;
  text-transform: capitalize;
}
.divider h2 {
  padding-bottom: 4px;
}
.divider .divider-wrapper {
  margin-top: 100px;
  border-radius: 20px;
  padding: 40px 20px 40px 20px;
  position: relative;
  bottom: 40px;
  transition: all 0.4s ease-in;
}
.divider .divider-wrapper:hover {
  bottom: 60px;
  cursor: pointer;
}
.divider .divider-one {
  background: #050043;
}
.divider .divider-two {
  background: #050043;
}
.divider .divider-three {
  background: #050043;
}

/* about section */
/* ABOUT HERO SECTION */
.about-hero {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  color: #fff;
  background: url("../images/ken.jpeg") center/cover no-repeat;
}

/* gradient overlay */
.about-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(1, 6, 63, 0.85), rgba(0, 33, 132, 0.85));
  z-index: 0;
}

/* animated glow */
.about-hero::before {
  content: "";
  position: absolute;
  width: 180%;
  height: 180%;
  background: radial-gradient(circle, rgba(255,255,255,0.18), transparent 60%);
  animation: aboutGlow 25s linear infinite;
  z-index: 0;
}

@keyframes aboutGlow {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* content above layers */
.about-hero > * {
  position: relative;
  z-index: 1;
}

/* heading */
.about-hero h1 {
  font-size: 48px;
  font-weight: 800;
  letter-spacing: 1px;
  margin-bottom: 15px;
  text-shadow: 0 6px 25px rgba(0,0,0,0.55);
}

/* buttons */
.about-hero .cta-button {
  display: inline-block;
  padding: 14px 30px;
  margin: 10px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  color: white;
  background: #c14000;
  transition: all .35s ease;
  box-shadow: 0 10px 30px rgba(0,0,0,0.35);
}

.about-hero .cta-button.secondary {
  background: transparent;
  border: 2px solid #fff;
}

.about-hero .cta-button:hover {
  transform: translateY(-6px) scale(1.06);
  box-shadow: 0 18px 40px rgba(0,0,0,0.45);
}

.about-hero .cta-button.secondary:hover {
  background: #fff;
  color: #2c5364;
}

/* mobile */
@media (max-width:768px){
  .about-hero h1 {
    font-size: 32px;
  }
}


#about {
  padding-top: 10px;
}
#about .container {
  background: #191919;
}
#about .col-md-6 {
  padding: 0;
  margin: 0;
}
#about .about-des {
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 20px;
}
#about .btn {
  margin-top: 30px;
}



#speaking-header {
  background: black;
  background-size: cover;
  background-position: center;
  min-height: 500px;
  padding-top: 50px;
}
#speaking {
  padding-top: 10px;
}
#speaking .container {
  background: #c14000;
  color: white;
}
#speaking .col-md-6 {
  padding: 0;
  margin: 0;
}
#speaking .about-des {
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 20px;
}
#speaking.btn {
  margin-top: 30px;
}
#speaking .container{
  max-width:1200px;
}
#speaking .container{
  max-width:1350px;
}

/* team section */
#team {
  padding-top: 60px;
  padding-bottom: 80px;
}
#team h2 {
  padding-bottom: 30px;
  text-align: center;
}
#team h3 {
  padding-bottom: 10px;
}
#team .team-wrapper {
  border: 2px solid #303030;
  padding: 20px;
}
#team h4 {
  color: #d54ab6;
}
#team img {
  opacity: 0.8;
}
#team hr {
  border-color: #303030;
  margin-top: 80px;
  margin-bottom: 80px;
}
#team strong {
  display: inline-block;
  padding-top: 12px;
  padding-bottom: 10px;
}
#team .progress {
  border-radius: 0px;
  height: 4px;
}

/* portfolio section */
#portfolio-header {
  background: url('../images/portfolio-header.jpg') no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 500px;
  padding-top: 160px;
}
#portfolio {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 60px;
  }
#portfolio h2 {
  padding-bottom: 20px;
}
#portfolio .col-md-4,
#portfolio .col-md-3 {
  padding: 0;
  margin: 0;
}
#portfolio img {
  width: 100%;
  transition: all 0.4s ease-in;
  opacity: 0.8;
}
#portfolio img:hover {
  opacity: 1;
}
#portfolio .btn {
  margin-top: 30px;
}

/* contact section */
#contact-header {
  background: url('../images/contact-header.jpg') no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 500px;
  padding-top: 160px;
}
#contact {
  padding-top: 60px;
  padding-bottom: 60px;
}
#contact h2 {
  text-align: center;
  padding-bottom: 30px;
}
#contact .form-control {
  background: #202020;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  margin-bottom: 20px;
  transition: all 0.4s ease-in;
  color: #fff;
}
#contact .form-control:focus {
  background: #404040;
}
#contact input {
  height: 53px;
}
.form-control::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #fff;
}
.form-control::-webkit-input-placeholder {
  color: #fff;
}
#map-canvas
  {
    border: none;
    width: 100%;
    height: 300px;
  }

/* footer section */
footer {
  background: #1c1c1c;
  padding-top: 60px;
  padding-bottom: 60px;
}
footer .fa {
	font-size: 18px;
	margin-right: 10px;
	padding: 5px;
}
footer h3 {
  padding-bottom: 10px;
}
footer .newsletter p {
  padding-bottom: 10px;
}
footer .form-control {
  background: transparent;
  border: 2px solid #fff;
  border-radius: 0px;
  padding-bottom: 10px;
}

footer .form-control:focus,
footer .form-control:hover {
	color: #fff;
  	background: #806040;
  	border-color: transparent;
}
footer .input-group-addon {
  background: #fff;
}
footer a, footer a:visited {
  font-size: 14px;
  color: #999;
}
footer a:hover {
  color: #fff;
  text-decoration: none;
}

/* copyright section */
.copyright {
	margin: 10px 0px;
}
.copyright p {
  padding-top: 20px;
}
.social-icons {
  padding: 0px;
  margin: 0px;
}
.social-icons li {
  display: inline-block;
  list-style: none;
  background: #303030;
  margin: 10px 0px 0px 0px;
}
.social-icons li a {
  color: #909090;
  text-decoration: none;
  font-size: 20px;
  padding: 10px 15px;
  text-align: center;
  transition: all 0.4s ease-in;
  
}
.social-icons li a:hover {
  background: #d54ab6;
  color: #fff;
}

/* media 960 */
@media ( max-width: 980px ) {
  .divider .divider-wrapper {
    margin-bottom: 20px;
  }
  #about .about-des {
    padding-bottom: 40px;
  }
  #team .team-wrapper {
    margin-bottom: 40px;
  }
  #contact h3 {
    padding-top: 20px;
  }
  #contact .btn {
    margin-bottom: 20px;
  }
  footer h3 {
    padding-top: 30px;
  }
}

.stats{
  padding:80px 20px;
  background:#ffffff;
  color:white;
}

.stats-container{
  max-width:900px;
  margin:auto;
  display:flex;
  justify-content:space-between;
  gap:30px;
  text-align:center;
}

.stat{
  flex:1;
  background:#1e293b;
  padding:40px;
  border-radius:15px;
}

.stat:hover{
  background:#c14000;;
  transform:translateY(-8px);
  transition:0.3s;
}

.stat h2{
  font-size:40px;
  color:#ffffff;
}
.timeline{
  padding:80px 20px;
  background:#f8fafc;
}

.timeline-container{
  max-width:1100px;
  margin:auto;
  display:flex;
  gap:50px;
  align-items:center;
}

/* LEFT SIDE */
.timeline-left{
  flex:1;
}

.timeline-left h2{
  margin-bottom:30px;
}

/* TIMELINE ITEMS */
.timeline-item{
  border-left:3px solid #c14000;
  padding-left:20px;
  margin-bottom:25px;
}

.timeline h2{
  color:#000000; /* change to any color you like */
}


.timeline-item span{
  font-weight:bold;
  color:#000000;
}

/* RIGHT IMAGE */
.timeline-right{
  flex:1;
}

.timeline-right img{
  width:100%;
  border-radius:15px;
  box-shadow:0 20px 40px rgba(0,0,0,0.15);
}
/* project sample */
.project-grid{
  max-width:1100px;
  margin:auto;
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
  gap:30px;
}

.card{
  background:white;
  border-radius:15px;
  overflow:hidden;
  box-shadow:0 15px 35px rgba(0,0,0,0.1);
  transition:0.3s;
}

.card:hover{
  transform:translateY(-10px);
}

.card img{
  width:100%;
}

.book-premium{
  padding:100px 20px;
  background:linear-gradient(135deg,#ebeff1,#f9fbff);
}

.book-container{
  padding-top: 5px;
  max-width:1200px;
  margin:auto;
  display:flex;
  align-items:center;
  gap:60px;
  flex-wrap:wrap;
}

/* Book Image Wrapper */
.book-image-wrapper{
  position:relative;
  flex:0 0 300px;
}

.book-image-wrapper img{
  width:100%;
  border-radius:15px;
  box-shadow:0 20px 40px rgba(0,0,0,0.2);
  transition:transform 0.3s ease;
}

.book-image-wrapper img:hover{
  transform:scale(1.05);
}

/* Bestseller Badge */
.badge{
  position:absolute;
  top:15px;
  left:15px;
  background:#f59e0b;
  color:white;
  padding:6px 12px;
  font-weight:bold;
  border-radius:8px;
  font-size:14px;
  box-shadow:0 5px 15px rgba(0,0,0,0.15);
}

/* Star Rating */
.rating{
  position:absolute;
  bottom:15px;
  left:15px;
  background:rgba(0,0,0,0.7);
  color:#fff;
  padding:5px 10px;
  border-radius:8px;
  font-size:14px;
}

/* Book Content */
.book-content{
  flex:1;
}

.book-content h2{
  color:#000000;
  font-weight:300;
  margin-bottom:5px;
}

.book-content h1{
  font-size:42px;
  margin-bottom:20px;
  color:#c14000;;
}

.book-content p{
  font-size:18px;
  line-height:1.8;
  margin-bottom:25px;
}

.book-highlights{
  list-style:none;
  padding:0;
  margin-bottom:35px;
}

.book-highlights li{
  margin-bottom:12px;
  font-size:16px;
}

/* Button */
.book-btn{
  background: goldenrod;
  border: 2px solid #fff;
  border-radius: 0px;
  box-shadow: none;
  color: #fff;
  padding: 12px 18px;
  font-size: 13px;
  font-weight: bold;
  transition: all 0.4s ease-in;
}

.book-btn:hover{
  background:#c14000;
  transform:translateY(-4px);
  color: white;
}
h1 a{
  color:#c14000;      /* brand color */
  text-decoration:none;
  transition:0.3s;
}

h1 a:hover{
  text-decoration:NONE;
  color:goldenrod;
}


/*about page */

.bio-section{
  padding:100px 20px;
  background:#f9fbff;
}

.bio-container{
  max-width:1100px;
  margin:auto;
  display:flex;
  align-items:center;
  gap:60px;
  flex-wrap:wrap;
}

/* IMAGE */
.bio-image{
  flex:1;
  text-align:center;
}

.bio-image img{
  width:320px;
  border-radius:20px;
  box-shadow:0 20px 40px rgba(0,0,0,0.2);
  transition:.3s;
}

.bio-image img:hover{
  transform:scale(1.05);
}

/* TEXT */
.bio-text{
  flex:1;
}

.bio-text h2{
  color:#000000;
  margin-bottom:20px;
}

.bio-text p{
  font-size:17px;
  line-height:1.8;
  margin-bottom:18px;
}

/* BUTTON */
.bio-btn{
  display:inline-block;
  margin-top:15px;
  padding:15px 35px;
  background:#c14000;
  color:white;
  text-decoration:none;
  border-radius:8px;
  font-weight:600;
  transition:.3s;
}

.bio-btn:hover{
  background:#0e1315;
  transform:translateY(-3px);
  color: white;
}

.bio-image{
  width:100%;
  height:100%;
}

.bio-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  border-radius:18px;
}


/* MOBILE */
@media(max-width:900px){
  .bio-container{
    flex-direction:column;
    text-align:center;
  }
}



/*about here*/
.hero{
  height:90vh;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  text-align:center;
  padding:20px;

  /* Background */
  background:black;
             

  color:white;
}

/* Heading */
.hero h1{
  font-size:48px;
  max-width:800px;
  margin-bottom:30px;
  line-height:1.3;
}

/* Button Container */
.hero-buttons{
  display:flex;
  gap:20px;
  flex-wrap:wrap;
  justify-content:center;
}

/* Base Button Style */
.cta-button{
  padding:16px 38px;
  border-radius:10px;
  text-decoration:none;
  font-weight:600;
  font-size:16px;
  transition:0.3s;
  background:#c14000;
  color:white;
  box-shadow:0 10px 25px rgba(0,0,0,0.3);
}

/* Hover Effect */
.cta-button:hover{
  transform:translateY(-4px);
  background:#090f12;
  color: white;
}

/* Secondary Button */
.cta-button.secondary{
  background:transparent;
  border:2px solid white;
}

.cta-button.secondary:hover{
  background:white;
  color:#111;
}


/* Responsive */
@media(max-width:768px){

  .hero h1{
    font-size:34px;
  }

  .cta-button{
    padding:14px 28px;
  }
}

.about-section .divider{
  padding:100px 20px;
  background:linear-gradient(135deg,#f8fbff,#eef6ff);
}

.about-section .divider .row{
  display:flex;
  flex-wrap:wrap;
  gap:30px;
  justify-content:center;
}

.about-section .divider-wrapper{
  background:rgb(0, 0, 0);
  padding:45px 30px;
  border-radius:18px;
  text-align:center;
  flex:1;
  min-width:280px;
  max-width:350px;
  box-shadow:0 15px 40px rgba(0,0,0,0.08);
  transition:0.4s;
  position:relative;
  overflow:hidden;
}

.about-section .divider-wrapper:hover{
  transform:translateY(-12px);
  box-shadow:0 25px 60px rgba(0,0,0,0.15);
}

.about-section .divider-wrapper i{
  font-size:40px;
  margin-bottom:20px;
  color:#0ea5e9;
  background:#e0f2fe;
  width:80px;
  height:80px;
  line-height:80px;
  border-radius:50%;
}

.about-section .divider-wrapper h2{
  margin-bottom:15px;
}

.about-section .divider-wrapper p{
  color:#ffffff;
  line-height:1.7;
}

/* Top accent bars */
.about-section .divider-wrapper::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:6px;
  background:linear-gradient(90deg,#0ea5e9,#2563eb);
}

.about-section .divider-one::before{
  background:linear-gradient(90deg,#0ea5e9,#0284c7);
}

.about-section .divider-two::before{
  background:linear-gradient(90deg,#22c55e,#16a34a);
}

.about-section .divider-three::before{
  background:linear-gradient(90deg,#f59e0b,#ea580c);
}

.about-section .divider .row{
  display:flex;
  flex-wrap:nowrap;   /* prevents wrapping */
  gap:25px;
}

.about-section .divider .col-md-4{
  flex:1;
  max-width:100%;
}
@media(max-width:768px){
  .about-section .divider .row{
    flex-wrap:wrap;
  }
}

/* fears */



/* footer hero */
.quote-hero{
  position:relative;
  padding:230px 20px;
  background:url("../images/ken.jpeg") center top/cover no-repeat;
  text-align:center;
  color:white;
  overflow:hidden;
}

/* Dark overlay */
.quote-overlay{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,0.65);
  z-index:1;
}

/* Content */
.quote-content{
  position:relative;
  z-index:2;
  max-width:900px;
  margin:auto;
}

.quote-content blockquote{
  font-size:32px;
  font-weight:600;
  line-height:1.5;
  margin-bottom:25px;
}

.quote-author{
  font-size:18px;
  opacity:.85;
  letter-spacing:1px;
}

/* Responsive */
@media(max-width:768px){
  .quote-content blockquote{
    font-size:22px;
  }
}

.quote-overlay{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,0.65);
  z-index:1;
  
}


.quote-content{
  position:relative;
  z-index:2;
  max-width:850px;
  margin:auto;
}

.quote-content blockquote{
  font-size:34px;
  font-weight:600;
  line-height:1.5;
  margin-bottom:20px;
}

.quote-author{
  font-size:18px;
  letter-spacing:1px;
  opacity:.85;
}
@media(max-width:768px){
  .quote-hero{
    background-position:center;
    padding:100px 20px;
  }

  .quote-content blockquote{
    font-size:24px;
  }
}
.quote-content blockquote{
  text-shadow:0 4px 25px rgba(0,0,0,0.6);
}

/*skills */
/* Section Background */
#skills{
  padding:80px 20px;
  background:linear-gradient(135deg,#f8fafc,#eef2ff);
  font-family: 'Segoe UI', sans-serif;
}

/* Container */
#skills .container{
  max-width:850px;
  margin:auto;
}

/* Heading */
#skills h2{
  text-align:center;
  font-size:36px;
  margin-bottom:10px;
  color:#111827;
}

/* Subtitle */
#skills .subtitle{
  text-align:center;
  color:#6b7280;
  margin-bottom:50px;
  font-size:18px;
}

/* Each Skill Block */
.skill{
  margin-bottom:30px;
  padding:15px 20px;
  border-radius:12px;
  background:#fff;
  box-shadow:0 4px 15px rgba(0,0,0,0.05);
  transition:0.3s;
}

/* Hover Card Effect */
.skill:hover{
  transform:translateY(-5px);
  box-shadow:0 10px 25px rgba(0,0,0,0.1);
}

/* Skill Info Row */
.skill-info{
  display:flex;
  justify-content:space-between;
  margin-bottom:10px;
  font-weight:600;
  color:#111827;
}

/* Icon */
.skill-info i{
  margin-right:10px;
  color:#6366f1;
}

/* Progress Bar Background */
.bar{
  height:18px;
  background:#e5e7eb;
  border-radius:30px;
  overflow:hidden;
}

/* Progress Fill */
.progress{
  height:100%;
  width:0;
  border-radius:30px;
  background:linear-gradient(90deg,#000000,#8b5cf6);
  transition:width 1.5s ease;
}

/* Responsive */
@media(max-width:600px){
  #skills h2{
    font-size:28px;
  }
  .skill{
    padding:12px 15px;
  }
  .bar{
    height:14px;
  }
}




/* SECTION BACKGROUND FULL fears WIDTH */
.fears-accordion{
  background: linear-gradient(135deg,#091231,#000000);
  padding:80px 20px;
}

/* CENTER CONTENT */
.accordion-container{
  max-width:900px;
  margin:auto;
}

/* TITLE */
.section-title{
  text-align:center;
  font-size:36px;
  margin-bottom:50px;
  color:#ffffff;
}

/* CARD */
.accordion-card{
  background:#fff;
  margin-bottom:20px;
  border-radius:12px;
  box-shadow:0 5px 18px rgba(0,0,0,0.06);
  overflow:hidden;
  transition:.3s;
}

.accordion-card:hover{
  transform:translateY(-4px);
}
.accordion-header h4{
  color:#000000; /* change to any color you like */
}


/* HEADER */
.accordion-header{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:20px;
  cursor:pointer;
  font-weight:600;
}

/* ARROW */
.arrow{
  font-size:20px;
  transition:.3s;
  color: #e90e45;
}

/* CONTENT */
.accordion-content{
  padding:0 20px;
  max-height:0;
  overflow:hidden;
  transition:max-height .4s ease;
}

/* ACTIVE STATE */
.accordion-card.active .accordion-content{
  max-height:200px;
  padding:20px;
}

.accordion-card.active .arrow{
  transform:rotate(180deg);
}


/* MOBILE */
@media(max-width:600px){
  .section-title{
    font-size:28px;
  }
}


/*services */

/* SERVICES HERO SECTION */
.service-hero {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  color: #fff;
  background: url("../images/ken.jpeg") center/cover no-repeat;
}

/* gradient overlay */
.service-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(15,32,39,.85), rgba(1, 11, 120, 0.85));
  z-index: 0;
}

/* glow animation */
.service-hero::before {
  content: "";
  position: absolute;
  width: 180%;
  height: 180%;
  background: radial-gradient(circle, rgba(9, 2, 71, 0.18), transparent 60%);
  animation: serviceGlow 25s linear infinite;
  z-index: 0;
}

@keyframes serviceGlow {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* content above layers */
.service-hero > * {
  position: relative;
  z-index: 1;
}

/* heading */
.service-hero h1 {
  font-size: 48px;
  font-weight: 800;
  letter-spacing: 1px;
  margin-bottom: 15px;
  text-shadow: 0 6px 25px rgba(0,0,0,0.55);
}

/* buttons */
.service-hero .cta-button {
  display: inline-block;
  padding: 14px 30px;
  margin: 10px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  color: white;
  background: #c14000;
  transition: all .35s ease;
  box-shadow: 0 10px 30px rgba(0,0,0,0.35);
}

.service-hero .cta-button.secondary {
  background: transparent;
  border: 2px solid #fff;
}

.service-hero .cta-button:hover {
  background: #000325;
  transform: translateY(-6px) scale(1.06);
  box-shadow: 0 18px 40px rgba(0,0,0,0.45);
}

.service-hero .cta-button.secondary:hover {
  background: #fff;
  color: #2c5364;
}

/* mobile */
@media (max-width:768px){
  .service-hero h1 {
    font-size: 32px;
  }
}

.services-section{
  padding:50px 20px;
  background:#f9fafb;
}

.services-container{
  max-width:1100px;
  margin:auto;

  padding: 30px, 60px;
  grid-template-columns:repeat(2,1fr);
  gap:30px;
}

/* CARD */
.service-card{
  background:rgb(27, 1, 78);
  margin: 60px;
  padding:60px 40px; /* increased padding for taller cards */
  border-radius:16px;
  text-align:center;
  box-shadow:0 8px 25px rgba(0,0,0,0.06);
  transition:.35s;
  min-height:400px; /* ensures all cards have the same minimum height */
  display:flex;
  flex-direction:column;
  justify-content:space-between; /* keeps button at bottom */
}


/* HOVER EFFECT */
.service-card:hover{
  transform:translateY(-8px);
  box-shadow:0 15px 40px rgba(0,0,0,0.12);
}

/* ICON */
.service-card i{
  font-size:40px;
  margin-bottom:20px;
  color:#ffffff;
}

/* TITLE */
.service-card h2{
  font-size:24px;
  margin-bottom:15px;
  color:#ffffff;
}

/* TEXT */
.service-card p{
  color:#ffffff;
  line-height:1.6;
}

/* MOBILE RESPONSIVE */
@media(max-width:768px){
  .services-container{
    grid-template-columns:1fr;
  }
}
.service-btn{
  display:inline-block;
  margin-top:20px;
  padding:12px 35px;
  background:#c14000;
  color:white;
  text-decoration:none;
  border-radius:10px;
  font-weight:600;
  transition:.3s;
}

/* Hover Effect */
.service-btn:hover{
  background:#ffffff;
  transform:translateY(-2px);
  box-shadow:0 6px 15px rgba(79,70,229,0.3);
}

/* Section Header */
.services-header{
  text-align:center;
  margin-bottom:60px;
}

.services-header h1{
  font-size:42px;
  color:#c14000;
  margin-bottom:10px;
}

.services-header p{
  font-size:18px;
  color:#6b7280;
}



/*testimonia*/
.testimonial-section{
  background:#121e2a;
  padding:20px 20px;
}

/* Header */
.testimonial-header{
  text-align:center;
  margin-bottom:60px;
}

.testimonial-header h2{
  font-size:38px;
  color:#ffffff;
  margin-bottom:10px;
}

.testimonial-header p{
  color:#ffffff;
  font-size:18px;
}

/* Grid */
.testimonial-container{
  max-width:1100px;
  margin:auto;
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
  gap:25px;
}

/* Card */
.testimonial-card{
  background:white;
  padding:35px;
  border-radius:18px;
  box-shadow:0 10px 30px rgba(0,0,0,0.05);
  transition:.35s;
  margin-bottom: 110px;
}

.testimonial-card:hover{
  transform:translateY(-8px);
  box-shadow:0 20px 45px rgba(0,0,0,0.12);
}

/* Text */
.testimonial-text{
  font-size:16px;
  color:#f7faff;
  margin-bottom:25px;
  line-height:1.7;
}

/* Profile */
.testimonial-profile{
  display:flex;
  align-items:center;
  gap:15px;
}

.testimonial-profile img{
  width:55px;
  height:55px;
  border-radius:50%;
  object-fit:cover;
}

.testimonial-profile h4{
  margin:0;
  font-size:18px;
  color:#ffffff;
}

.testimonial-profile span{
  font-size:14px;
  color:#ffffff;
}

/* section */
.testimonial-section{
  padding:80px 0;
  background:#000000;
  text-align:center;
  overflow:hidden;
}

/* header */
.testimonial-header h2{
  font-size:34px;
  margin-bottom:10px;
}

.testimonial-header p{
  color:#ffffff;
  margin-bottom:50px;
}

/* slider container */
.testimonial-container{
  display:flex;
  gap:30px;
  transition:transform .8s cubic-bezier(.77,0,.18,1);
  width:max-content;
}

/* card */
.testimonial-card{
  width:340px;
  background:rgb(0, 3, 48);
  border-width: 5px;
  border-color: #ffffff;
  padding:30px;
  border-radius:12px;
  box-shadow:0 10px 30px rgba(0,0,0,0.08);
  text-align:left;
}

/* text */
.testimonial-text{
  margin-bottom:25px;
  line-height:1.6;
  color:#ffffff;
}

/* profile */
.testimonial-profile{
  display:flex;
  align-items:center;
  gap:15px;
  color: white;
}

.testimonial-profile img{
  width:55px;
  height:55px;
  border-radius:50%;
}

.testimonial-profile h4{
  margin:0;
}

.testimonial-profile span{
  font-size:14px;
  color:#ffffff;
}
.testimonial-card{
  width:340px;
  background:rgb(0, 3, 48);
  border: 0.1px solid gold; /* added gold border */
  padding:30px;
  border-radius:12px;
  box-shadow:0 10px 30px rgba(0,0,0,0.08);
  text-align:left;
  position: relative;
  transition: all 0.35s ease;
}

/* Optional: glow effect on hover */
.testimonial-card:hover{
  transform:translateY(-8px);
  box-shadow:0 10px 30px rgba(0,0,0,0.08), 0 0 15px gold;
  border-color:gold; /* reinforce border on hover */
}


/*process */
.process-section{
  padding:90px 8%;
  background:#000000;
  text-align:center;
}

.process-header h2{
  font-size:34px;
  margin-bottom:10px;
}

.process-header p{
  color:#ffffff;
  margin-bottom:60px;
}

/* layout */
.process-container{
  display:flex;
  justify-content:center;

  gap:25px;
}

/* card */
.process-card{
  width:340px;
  background:rgb(0, 3, 48);
  border: 0.1px solid gold; /* added gold border */
  padding:30px;
  border-radius:12px;
  box-shadow:0 10px 30px rgba(0,0,0,0.08);
  text-align:left;
  position: relative;
  transition: all 0.35s ease;
}

.process-card:hover{
  transform:translateY(-10px);
}

/* step number circle */
.step-number{
  width:55px;
  height:55px;
  background:#c14000;
  color:white;
  font-weight:bold;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0 auto 20px;
  font-size:18px;
}

.process-card h3{
  margin-bottom:15px;
}

.process-card p{
  color:#ffffff;
  font-size:15px;
  line-height:1.6;
}

/*why choose*/

.why-choose-me-premium{
  background:white;
  padding:90px 8%;
  text-align:center;
  
}

.choose-grid{
  display:flex;
  justify-content:center;
  gap:25px;
  margin-top:50px;
}

.choose-card{
  background:rgb(15, 0, 40);
  padding:40px 25px;
  border-radius:16px;
  width:260px;
  transition:.4s;
  text-align:center;
  backdrop-filter:blur(2px);
}

.choose-card:hover{
  transform:translateY(-10px);
  box-shadow:0 15px 35px rgba(255,215,0,0.4);
}

.choose-card .icon{
  font-size:40px;
  margin-bottom:20px;
}

.choose-card h3{
  font-size:20px;
  margin-bottom:12px;
}

.choose-card p{
  font-size:15px;
  line-height:1.6;
  color:#f0e68c;
}
.chose-header h2{
  color:#c14000;
}


/*product */
.library-products{
  padding:80px 8%;
  background:#f9fbff;
}

.section-title{
  text-align:center;
  color: #000;
  font-size:36px;
  margin-bottom:60px;
}

/* product row */
/* PRODUCT HERO SECTION */
.product-hero {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  color: #fff;
  background: url("../images/ken.jpeg") center/cover no-repeat;
}

/* gradient overlay */
.product-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(11, 1, 69, 0.85), rgba(6, 0, 175, 0.85));
  z-index: 0;
}

/* animated glow */
.product-hero::before {
  content: "";
  position: absolute;
  width: 180%;
  height: 180%;
  background: radial-gradient(circle, rgba(255,255,255,0.18), transparent 60%);
  animation: productGlow 25s linear infinite;
  z-index: 0;
}

@keyframes productGlow {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* keep content above layers */
.product-hero > * {
  position: relative;
  z-index: 1;
}

/* heading */
.product-hero h1 {
  font-size: 48px;
  font-weight: 800;
  letter-spacing: 1px;
  margin-bottom: 15px;
  text-shadow: 0 6px 25px rgba(0,0,0,0.55);
}

/* buttons */
.product-hero .cta-button {
  display: inline-block;
  padding: 14px 30px;
  margin: 10px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  color: white;
  background: #c14000;
  transition: all .35s ease;
  box-shadow: 0 10px 30px rgba(0,0,0,0.35);
}

.product-hero .cta-button.secondary {
  background: transparent;
  border: 2px solid #fff;
}

.product-hero .cta-button:hover {
  background: #000325;
  transform: translateY(-6px) scale(1.06);
  box-shadow: 0 18px 40px rgba(0,0,0,0.45);
}

.product-hero .cta-button.secondary:hover {
  background: #fff;
  color: #2c5364;
}

/* mobile */
@media (max-width:768px){
  .product-hero h1 {
    font-size: 32px;
  }
}

.library-item{
  display:flex;
  gap:30px;
  align-items:center;
  background:rgb(0, 5, 48);
  padding:25px;
  border-radius:14px;
  box-shadow:0 10px 25px rgba(0,0,0,0.07);
  margin-bottom:30px;
  transition:.3s;
}

.library-item:hover{
  transform:translateY(-5px);
}

/* image */
.library-item img{
  width:180px;
  border-radius:10px;
}

/* details */
.library-details h3{
  margin-bottom:10px;
  font-size:22px;
}

/* rating */
.rating{
  color:#f4b400;
  font-size:18px;
  margin-bottom:15px;
}

.rating span{
  color:#ffffff;
  font-size:14px;
  margin-left:8px;
}

/* text */
.library-details p{
  color:#ffffff;
  line-height:1.6;
  margin-bottom:20px;
}

/* bottom row */
.library-bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
}

/* price */
.price{
  font-size:20px;
  font-weight:bold;
  color:#ffffff;
}

/* button */
.buy-btn{
  padding:50px 100px;
  background:goldenrod;
  color:white;
  text-decoration:none;
  border-radius:10x;
  transition:.3s;
}

.buy-btn:hover{
  background:#c14000;
  color: white;
}

/* responsive */
@media(max-width:768px){
  .library-item{
    flex-direction:column;
    text-align:center;
  }

  .library-bottom{
    flex-direction:column;
    gap:15px;
  }

  .library-item img{
    width:100%;
    max-width:250px;
  }
}

.library-details h3 {
  color: #ffffff; /* dark blue, you can change to any color */
  margin-bottom: 10px; /* optional spacing */
}




/* bestseller badge */
.library-item{
  position:relative;
}

.badge{
  position:absolute;
  top:15px;
  left:15px;
  background:gold;
  color:black;
  font-size:12px;
  font-weight:bold;
  padding:6px 10px;
  border-radius:20px;
}

/* rating stars */
.rating{
  font-size:18px;
  color:#f4b400;
  margin-bottom:15px;
}

/* buttons row */
.actions{
  display:flex;
  gap:10px;
}

/* cart button */
.cart-btn{
  padding:10px 18px;
  border:none;
  background:#111827;
  color:white;
  border-radius:25px;
  cursor:pointer;
  transition:.3s;
}

.cart-btn:hover{
  background:#000;
}


/*recommended*/
.recommended-products{
  padding:10px 20%;
  background:#f7f9fc;
  text-align:center;
}

.recommended-products .section-title{
  font-size:32px;
  margin-bottom:40px;
  color: #000;
}

/* horizontal container */
.recommended-container{
  display:flex;
  gap:20px;
  overflow-x:auto;
  scroll-behavior:smooth;
  padding-bottom:10px;
}

.recommended-container::-webkit-scrollbar{
  display:none;
}

/* card */
.recommended-card{
  min-width:100px;
  background:rgb(1, 2, 54);
  border-radius:12px;
  padding:20px;
  text-align:center;
  box-shadow:0 10px 25px rgba(0,0,0,0.08);
  transition:.3s;
}

.recommended-card:hover{
  transform:translateY(-8px);
}

.recommended-card img{
  width:100%;
  border-radius:10px;
  margin-bottom:15px;
}

.recommended-card h4{
  margin-bottom:10px;
}

.stars{
  color:#f4b400;
  margin-bottom:10px;
}

.price{
  font-weight:bold;
  color: goldenrod;
  margin-bottom:10px;
}

.buy-btn{
  display:inline-block;
  padding:10px 20px;
  background:#c14000;
  color:white;
  border-radius:10px;
  text-decoration:none;
  transition:.3s;
}

.buy-btn:hover{
  background: white;
  color: rgb(0, 0, 0);
}

/* responsive */
@media(max-width:768px){
  .recommended-container{
    flex-wrap:nowrap;
  }

  .recommended-card{
    min-width:180px;
  }
}
/* animation */
@keyframes scrollSlider{
  from{ transform:translateX(0); }
  to{ transform:translateX(-50%); }
}

/* moving track */
.recommended-track{
  display:flex;
  gap:20px;
  width:max-content;
  animation:scrollSlider 20s linear infinite;
}



/*accordion testimonal */
.testimonial-accordion{
  max-width:900px;
  margin:80px auto;
  padding:20px;
}

.section-title{
  text-align:center;
  font-size:32px;
  margin-bottom:40px;
}

.accordion-item{
  border:1px solid #e5e7eb;
  border-radius:12px;
  margin-bottom:15px;
  overflow:hidden;
  background:white;
}

.accordion-header{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:18px 22px;
  cursor:pointer;
  font-weight:600;
}

.accordion-content{
  max-height:0;
  overflow:hidden;
  transition:max-height .4s ease;
}

.testimonial-body{
  display:flex;
  gap:20px;
  padding:20px;
  align-items:center;
}

.testimonial-body img{
  width:120px;
  height:120px;
  border-radius:12px;
  object-fit:cover;
}

.accordion-item.active .accordion-content{
  max-height:400px;
}

.accordion-item.active .icon{
  transform:rotate(45deg);
}



/*eevents */
/* EVENTS HERO SECTION */
.events-hero {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  color: #fff;
  background: url("../images/ken.jpeg") center/cover no-repeat;
}

/* gradient overlay for contrast */
.events-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(15,32,39,.85), rgba(2, 11, 138, 0.85));
  z-index: 0;
}

/* animated glow */
.events-hero::before {
  content: "";
  position: absolute;
  width: 180%;
  height: 180%;
  background: radial-gradient(circle, rgba(1, 7, 88, 0.18), transparent 60%);
  animation: eventsGlow 25s linear infinite;
  z-index: 0;
}

@keyframes eventsGlow {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* ensure content is above animation layers */
.events-hero > * {
  position: relative;
  z-index: 1;
}

/* heading style */
.events-hero h1 {
  font-size: 48px;
  font-weight: 800;
  letter-spacing: 1px;
  margin-bottom: 15px;
  text-shadow: 0 6px 25px rgba(0,0,0,0.55);
}

/* buttons style */
.events-hero .cta-button {
  display: inline-block;
  padding: 14px 30px;
  margin: 10px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  color: white;
  background: #c14000;
  transition: all .35s ease;
  box-shadow: 0 10px 30px rgba(0,0,0,0.35);
}

/* secondary button */
.events-hero .cta-button.secondary {
  background: transparent;
  border: 2px solid #fff;
}

/* hover effects */
.events-hero .cta-button:hover {
  background: #000;
  transform: translateY(-6px) scale(1.06);
  box-shadow: 0 18px 40px rgba(0,0,0,0.45);
}

.events-hero .cta-button.secondary:hover {
  background: #fff;
  color: #2c5364;
}

/* responsive */
@media (max-width:768px){
  .events-hero h1 {
    font-size: 32px;
  }

  .events-hero .cta-button {
    padding: 12px 22px;
    font-size: 15px;
  }
}


.events-section{
  padding:80px 20px;
  background:#f8fafc;
}

.section-title{
  text-align:center;
  font-size:10px;
  margin-bottom:50px;
  color: rgb(0, 0, 0);
}

/* grid */
.events-grid{
  max-width:1100px;
  margin:auto;
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
  gap:100px;
}

.events-section .section-title {
  color: #000000; /* Replace with any color you prefer */
  font-size: 28px; /* Optional: adjust size */
  font-weight: 700; /* Optional: make it bold */
}


/* card */
.event-card{
  background:rgb(0, 3, 45);
  border-radius:8px;
  overflow:hidden;
  box-shadow:0 10px 30px rgba(0,0,0,0.08);
  transition:.35s;
}

.event-card:hover{
  transform:translateY(-10px);
}

/* image */
.event-img{
  width:100%;
  height:320px;
  object-fit:cover;
}

/* content */
.event-content{
  display:flex;
  gap:18px;
  padding:22px;
}

/* date box */
.event-date{
  background:#c14000;
  color:white;
  border-radius:10px;
  text-align:center;
  padding:15px;
  min-width:70px;
}

.event-date span{
  font-size:24px;
  font-weight:bold;
  display:block;
}

/* info */
.event-info h3{
  margin:0 0 10px;
  font-size:20px;
}

.event-info p{
  margin:0 0 12px;
  color:#ffffff;
}

/* button */
.event-btn{
  display:inline-block;
  padding:8px 20px;
  background:goldenrod;
  color:white;
  border-radius:6px;
  text-decoration:none;
  font-size:14px;
  transition:.3s;
}

.event-btn:hover{
  background:black;
  color: white;
}

/*skills acquisition gallery */
.past-event-section{
  padding:90px 20px;
  background:#f9fafb;
}

.section-title{
  text-align:center;
  font-size:20px;
  margin-bottom:50px;
}

/* card */
.event-gallery-card{
  max-width:1100px;
  margin:auto;
  background:rgb(20, 1, 48);
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 15px 40px rgba(0,0,0,0.08);
}

/* image grid */
.event-gallery{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  grid-auto-rows:260px;
  gap:8px;
  padding:8px;
  background:#f4f2f2;
}

.event-gallery img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:8px;
  transition:.4s;
}

.event-gallery img:hover{
  transform:scale(1.05);
}

/* description */
.event-details{
  padding:35px;
}

.event-details h3{
  margin-bottom:15px;
  font-size:26px;
}
.event-details h3{
  margin-bottom:15px;
  font-size:26px;
}

.event-details p {
  color: #ffffff; /* Change to any color you prefer */
}

.past-event-section .section-title {
  color: #000000;      /* text color */
  font-size: 24px;     /* font size */
  font-weight: 700;    /* optional: makes it bold */
  text-align: center;  /* optional: centers text */
  margin-bottom: 25px; /* optional spacing */
}

.testimonial-accordion .section-title {
  color: #000000; /* Change to your preferred color */
}


/* meta info */
.event-meta{
  display:flex;
  gap:25px;
  margin-top:20px;
  font-weight:600;
  color:#ffffff;
}

/* responsive */
@media(max-width:768px){
  .event-gallery{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:500px){
  .event-gallery{
    grid-template-columns:1fr;
  }
}


/*book me page*/

/* BOOK HERO SECTION */
.book-hero {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  color: #fff;
  background: url("../images/ken.jpeg") center/cover no-repeat;
}

/* gradient overlay */
.book-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(14, 0, 69, 0.85), rgba(2, 8, 122, 0.85));
  z-index: 0;
}

/* animated glow */
.book-hero::before {
  content: "";
  position: absolute;
  width: 180%;
  height: 180%;
  background: radial-gradient(circle, rgba(255,255,255,0.18), transparent 60%);
  animation: bookGlow 25s linear infinite;
  z-index: 0;
}

@keyframes bookGlow {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* content above layers */
.book-hero > * {
  position: relative;
  z-index: 1;
}

/* heading */
.book-hero h1 {
  font-size: 48px;
  font-weight: 800;
  letter-spacing: 1px;
  margin-bottom: 15px;
  text-shadow: 0 6px 25px rgba(0,0,0,0.55);
}

/* buttons */
.book-hero .cta-button {
  display: inline-block;
  padding: 14px 30px;
  margin: 10px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  color: white;
  background: #c14000;
  transition: all .35s ease;
  box-shadow: 0 10px 30px rgba(0,0,0,0.35);
}

/* secondary button */
.book-hero .cta-button.secondary {
  background: transparent;
  border: 2px solid #fff;
}

/* hover effects */
.book-hero .cta-button:hover {
  background: #000;
  transform: translateY(-6px) scale(1.06);
  box-shadow: 0 18px 40px rgba(0,0,0,0.45);
}

.book-hero .cta-button.secondary:hover {
  background: #fff;
  color: #2c5364;
}

/* mobile */
@media (max-width:768px){
  .book-hero h1 {
    font-size: 32px;
  }

  .book-hero .cta-button {
    padding: 12px 22px;
    font-size: 15px;
  }
}

.book-me-contact{
  max-width:900px;
  margin:80px auto;
  padding:0 20px;
  font-family:system-ui;
  text-align:center;
}

.section-title{
  font-size:36px;
  margin-bottom:10px;
}

.book-me-contact .section-title {
  color: #000000; /* Deep professional navy */
}
.section-subtitle{
  font-size:16px;
  color:#555;
  margin-bottom:50px;
}

.contact-cards{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
  gap:25px;
}

.contact-card{
  background:rgb(19, 1, 57);
  border-radius:12px;
  padding:30px 20px;
  box-shadow:0 10px 30px rgba(0,0,0,0.08);
  transition:.3s;
}

.contact-card:hover{
  transform:translateY(-5px);
  box-shadow:0 20px 40px rgba(255, 253, 253, 0.12);
}

.contact-card i{
  font-size:36px;
  color:goldenrod;
  margin-bottom:15px;
}

.contact-card h4{
  margin-bottom:8px;
  font-size:18px;
}

.contact-card p a{
  color:#ffffff;
  text-decoration:none;
  font-weight:500;
}

.contact-card p a:hover{
  text-decoration:underline;
}


/*blog page */


/* BLOG HERO SECTION */
.blog-hero {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  color: #fff;
  background: url("../images/ken.jpeg") center/cover no-repeat;
}

/* gradient overlay */
.blog-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(2, 10, 102, 0.85), rgba(9, 2, 118, 0.85));
  z-index: 0;
}

/* animated glow */
.blog-hero::before {
  content: "";
  position: absolute;
  width: 180%;
  height: 180%;
  background: radial-gradient(circle, rgba(255,255,255,0.18), transparent 60%);
  animation: blogGlow 25s linear infinite;
  z-index: 0;
}

@keyframes blogGlow {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* content above layers */
.blog-hero > * {
  position: relative;
  z-index: 1;
}

/* heading */
.blog-hero h1 {
  font-size: 48px;
  font-weight: 800;
  letter-spacing: 1px;
  margin-bottom: 15px;
  text-shadow: 0 6px 25px rgba(0,0,0,0.55);
}

/* buttons */
.blog-hero .cta-button {
  display: inline-block;
  padding: 14px 30px;
  margin: 10px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  color: white;
  background:  #c14000;
  transition: all .35s ease;
  box-shadow: 0 10px 30px rgba(0,0,0,0.35);
}

/* secondary button */
.blog-hero .cta-button.secondary {
  background: transparent;
  border: 2px solid #fff;
}

/* hover effects */
.blog-hero .cta-button:hover {
  background: #000;
  transform: translateY(-6px) scale(1.06);
  box-shadow: 0 18px 40px rgba(0,0,0,0.45);
}

.blog-hero .cta-button.secondary:hover {
  background: #fff;
  color: #2c5364;
}

/* mobile */
@media (max-width:768px){
  .blog-hero h1 {
    font-size: 32px;
  }

  .blog-hero .cta-button {
    padding: 12px 22px;
    font-size: 15px;
  }
}

.featured-post{
  display:flex;
  flex-wrap:wrap;
  margin:60px auto;
  max-width:1100px;
  background:#000325;
  box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.featured-post img{
  width:100%;
  max-width:500px;
  object-fit:cover;
}

.featured-content{
  padding:40px;
  flex:1;
}

.featured-content h2{
  font-size:30px;
}

.blog-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
  gap:30px;
  max-width:1100px;
  margin:60px auto;
}

.post-card{
  background:#fff;
  box-shadow:0 5px 20px rgba(0,0,0,.08);
  border-radius:12px;
  overflow:hidden;
  transition: 0.3s;
  transform:translateY(-5px);
}

.post-card img{
  width:100%;
  height:200px;
  object-fit:cover;
}

.post-card h3{
  padding:15px;
  color: #000000;
}

.post-card p{
  padding:0 15px 20px;
}

.topics{
  text-align:center;
  padding:70px 20px;
  background:#01132a;
}

.topic-tags span{
  display:inline-block;
  margin:10px;
  padding:10px 18px;
  border-radius:30px;
  background:#fff;
  box-shadow:0 3px 10px rgba(0,0,0,.08);
  cursor:pointer;
}

.topic-tags span:hover{
  background:#0077ff;
  color:#fff;
}

.trending{
  max-width:900px;
  margin:70px auto;
}

.trending h2{
  margin-bottom:20px;
}

.trending li{
  padding:15px;
  border-bottom:1px solid #eee;
}
/* .newsletter{
  text-align:center;
  padding:80px 20px;
  background:#111;
  color:#590303;
} */

.newsletter input{
  padding:14px;
  width:250px;
  border:none;
}

.newsletter button{
  padding:14px 20px;
  border:none;
  background:#0077ff;
  color:#000000;
}


/*post 1*/
.post-wrapper{
  max-width:800px;
  margin:60px auto;
  padding:40px;
  background:#fff;
  box-shadow:0 5px 25px rgba(0,0,0,.07);
  font-family:Segoe UI, sans-serif;
}

.post-title{
  font-size:40px;
  margin-bottom:10px;
}

.post-meta{
  font-size:14px;
  color:#777;
  margin-bottom:25px;
}

.post-wrapper p{
  line-height:1.8;
  margin-bottom:20px;
}

.post-wrapper h2{
  margin-top:35px;
}

blockquote{
  border-left:4px solid #ffffff;
  padding-left:15px;
  font-style:italic;
  margin:30px 0;
}

.author-section{
  max-width:800px;
  margin:40px auto;
  display:flex;
  gap:20px;
  align-items:center;
  background:#fff;
  padding:25px;
}

.author-section img{
  width:80px;
  height:80px;
  border-radius:50%;
  object-fit:cover;
}

.related-posts{
  max-width:1100px;
  margin:70px auto;
}

.related-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
  gap:25px;
  color: #009988;
}

.card{
  background:#c14000;
  box-shadow:0 5px 20px rgba(0,0,0,.07);
}

.card img{
  width:100%;
  height:180px;
  object-fit:cover;
}

.card h4{
  padding:15px;
}

.related-posts h2 {
  color: #000000; /* Change to any color you want */
  font-size: 20px;
}



.resources-section {
  padding: 40px 20px;
  background: #011030;
  text-align: center;
}

.section-title {
  font-size: 28px;
  margin-bottom: 20px;
  color: #ffffff;
}

.resource-list {
  list-style: none;
  padding: 0;
}

.resource-list li {
  margin: 12px 0;
}

.resource-link {
  text-decoration: none;
  font-size: 18px;
  color: #0a66c2;
  font-weight: 500;
  transition: 0.3s;
}

.resource-link:hover {
  color: #004182;
  text-decoration: underline;
}





.journey-section{
  padding:100px 20px;
  
  background:#06014f;
}

.journey-container{
  max-width:1100px;
  margin:auto;
  display:flex;
  align-items:center;
  gap:60px;
  flex-wrap:wrap;
}

/* IMAGE */
.journey-image{
  flex:1;
  text-align:center;
}

.journey-image img{
  width:320px;
  border-radius:20px;
  box-shadow: goldenrod;
  transition:.3s;
}

.journey-image img:hover{
  transform:scale(1.05);
}

/* TEXT */
.journey-text{
  flex:1;
}

.journey-text h2{
  color:#ffffff;
  margin-bottom:20px;
}

.journey-text p{
  font-size:17px;
  line-height:1.8;
  margin-bottom:18px;
  color: white;
}

/* BUTTON */
.journey-btn{
  display:inline-block;
  margin-top:15px;
  padding:15px 35px;
  background:#c14000;
  color:white;
  text-decoration:none;
  border-radius:8px;
  font-weight:600;
  transition:.3s;
}

.journey-btn:hover{
  background:#ffffff;
  transform:translateY(-3px);
  color: rgb(0, 0, 0);
}

.journey-image{
  width:100%;
  height:100%;
}

.journey-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  border-radius:18px;
}


/* MOBILE */
@media(max-width:900px){
  .journey-container{
    flex-direction:column;
    text-align:center;
  }
}




/*sell landing page*/
/* FEATURES SECTION */
/* FEATURES SECTION */
.features-section {
  padding: 120px 0;
  background: #07014d;
  color: #fff;
  text-align: center;
}

h2 strong {
  color: goldenrod; /* Accent color (blue) */
}
.features-section h2 {
  font-size: 42px;
  margin-bottom: 60px;
  color: #fff;
  font-weight: 700;
}

/* Grid Layout */
.features-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

/* Individual Feature Cards */
.feature-card {
  background: #08133b;
  border-radius: 16px;
  padding: 35px 25px;
  max-width: 300px;
  box-shadow: 0 25px 60px rgba(0,0,0,0.6);
  transition: all 0.4s ease;
}

.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 35px 70px rgba(0,0,0,0.8);
}

/* Feature Icons */
.feature-icon {
  font-size: 50px;
  margin-bottom: 20px;
  color: #0d6efd; /* Accent color */
}

/* Feature Title */
.feature-card h3 {
  font-size: 24px;
  margin-bottom: 15px;
  color: #fff;
  font-weight: 600;
}

/* Feature Description */
.feature-card p {
  font-size: 16px;
  color: #c0c2cc;
  line-height: 1.8;
}

/* Responsive */
@media (max-width: 992px) {
  .features-grid {
    flex-direction: column;
    align-items: center;
  }
}


/* BOOK SHOWCASE SECTION */
.book-showcase {
  padding: 120px 8%;
  background: #ffffff;
  color: #fff;
}

.book-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  flex-wrap: wrap;
}

/* Book Image */
.book-image img {
  width: 450px;
  max-width: 100%;
  border-radius: 15px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.6);
}

/* Book Content */
.book-content {
  max-width: 650px;
}

.book-content h2 {
  font-weight: 700;
  font-size: 42px;
  margin-bottom: 25px;
}

.book-content h2 span {
  color: goldenrod; /* Accent color */
}

.book-content p {
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #000000;
}

/* Button */
.btn-primary {
  display: inline-block;
  padding: 14px 32px;
  background: #c14000;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  font-weight: 600;
  transition: 0.3s ease;
}

.btn-primary:hover {
  background: #000000;
  color: white;
  transform: translateY(-3px);
}

/* Responsive */
@media (max-width: 992px) {
  .book-wrapper {
    flex-direction: column;
    text-align: center;
  }

  .book-image img {
    width: 280px;
  }
}

.sell-hero{
  position:relative;
  padding:230px 20px;
  background:url("../images/ken.jpeg") center top/cover no-repeat;
  text-align:center;
  color:white;
  overflow:hidden;
}

/* Dark overlay */
.sell-overlay{
  position:absolute;
  inset:0;
  background: rgb(1, 1, 63);
  z-index:1;
}

/* Content */
.sell-content{
  position:relative;
  z-index:2;
  max-width:900px;
  margin:auto;
}

.sell-content blockquote{
  font-size:32px;
  font-weight:600;
  line-height:1.5;
  margin-bottom:25px;
}

.sell-author{
  font-size:18px;
  opacity:.85;
  letter-spacing:1px;
}

/* Responsive */
@media(max-width:768px){
  .sell-content blockquote{
    font-size:22px;
  }
}

.sell-overlay{
  position:absolute;
  inset:0;
  background:rgba(11, 2, 59, 0.65);
  z-index:1;
  
}


.sell-content{
  position:relative;
  z-index:2;
  max-width:850px;
  margin:auto;
}

.sell-content blockquote{
  font-size:34px;
  font-weight:600;
  line-height:1.5;
  margin-bottom:20px;
}

.sell-author{
  font-size:18px;
  letter-spacing:1px;
  opacity:.85;
}
@media(max-width:768px){
  .sell-hero{
    background-position:center;
    padding:100px 20px;
  }

  .sell-content blockquote{
    font-size:24px;
  }
}
.sell-content blockquote{
  text-shadow:0 4px 25px rgba(0,0,0,0.6);
}



/*list*/
.property-listing {
  padding: 80px 8%;
  background: #f9fafc;
}

.listing-header {
  text-align: center;
  margin-bottom: 40px;
}

.listing-header h2 {
  font-size: 32px;
  color: #0A1F44;
}

.listing-filter {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.listing-filter select,
.listing-filter button {
  padding: 10px 15px;
  border-radius: 6px;
  border: 1px solid #ddd;
}

.filter-btn {
  background: #0A1F44;
  color: white;
  border: none;
  cursor: pointer;
}

.property-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
}

.property-card {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  transition: 0.3s ease;
}

.property-card:hover {
  transform: translateY(-5px);
}

.property-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.property-info {
  padding: 20px;
}

.property-info h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.property-info .location {
  color: #777;
  font-size: 14px;
}

.property-info .price {
  font-weight: bold;
  margin: 10px 0;
}

.property-info button {
  background: #B48A2C;
  color: white;
  padding: 8px 15px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}


/*list grid cards*/
.featured-properties {
  padding: 80px 8%;
  background: #0a014b;
}

.section-header {
  text-align: center;
  margin-bottom: 50px;
}

.section-header h2 {
  font-size: 32px;
  color: #ffffff;
  margin-bottom: 10px;
}

.section-header p {
  color: #ffffff;
}

.featured-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.featured-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.06);
  transition: 0.3s ease;
}

.featured-card:hover {
  transform: translateY(-6px);
}

.featured-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.featured-content {
  padding: 20px;
}

.featured-content h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.featured-content p {
  font-size: 14px;
  color: #555;
  margin-bottom: 20px;
}

.featured-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.price {
  font-weight: bold;
  color: #B48A2C;
}

.details-btn {
  background: #0A1F44;
  color: #fff;
  padding: 8px 14px;
  text-decoration: none;
  border-radius: 6px;
  font-size: 14px;
  transition: 0.3s ease;
}

.details-btn:hover {
  background: #071633;
}


/*blog extra*/
.blog-section {
  padding: 50px 12%;
  background: #ffffff;
}

.blog-header {
  text-align: center;
  margin-bottom: 50px;
}

.blog-header h2 {
  font-size: 22px;
  color: #0A1F44;
  margin-bottom: 10px;
}

.blog-header p {
  color: #000000;
}

.blog-card {
  display: flex;
  gap: 40px;
  background: #f9fafc;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  transition: 0.3s ease;
}

.blog-card:hover {
  transform: translateY(-5px);
}

.blog-image {
  flex: 1;
}

.blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.blog-content {
  flex: 1;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.blog-content h3 {
  font-size: 45px;
  margin-bottom: 20px;
  color: #000000;
}

.blog-summary {
  font-size: 15px;
  color: #000000;
  margin-bottom: 25px;
  line-height: 1.6;
}

.read-more-btn {
  align-self: flex-start;
  background: #c14000;
  color: #fff;
  padding: 10px 68px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s ease;
}

.read-more-btn:hover {
  background: #000000;
  color: white;
}

.blog-feature-wrapper {
  margin: 30px 0;
  text-align: center;   /* centers the image */
}

.blog-feature-wrapper img {
  width: 70%;           /* reduce from 100% to 75% */
  max-width: 600px;     /* prevents it from being too large */
  border-radius: 12px;
  display: inline-block;
}


/*estate blog post*/

/* BLOG POST SECTION */
.blog-post-section {
  padding: 80px 8%;
  background: #ffffff;
}

.blog-post-container {
  max-width: 850px;
  margin: auto;
}

.article-header {
  margin-bottom: 30px;
}

.blog-title {
  font-size: 46px;
  color: #0A1F44;
  margin-bottom: 12px;
  line-height: 1.3;
}

.article-meta {
  font-size: 14px;
  color: #777;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.blog-feature-wrapper {
  margin: 40px 0;
}

.blog-feature-wrapper img {
  width: 100%;
  border-radius: 12px;
  display: block;
}

.blog-post-content p {
  font-size: 16px;
  line-height: 1.9;
  color: #444;
  margin-bottom: 25px;
}

.blog-post-content h3 {
  font-size: 24px;
  margin: 40px 0 20px;
  color: #0A1F44;
}

/* RELATED ARTICLES */
.related-articles-section {
  padding: 80px 8%;
  background: #f7f9fc;
}

.related-container {
  max-width: 1100px;
  margin: auto;
}

.related-title {
  text-align: center;
  font-size: 30px;
  margin-bottom: 50px;
  color: #0A1F44;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}

.related-card {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0,0,0,0.05);
  transition: 0.3s ease;
}

.related-card:hover {
  transform: translateY(-6px);
}

.related-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.related-content {
  padding: 20px;
}

.related-content h4 {
  font-size: 16px;
  margin-bottom: 15px;
  color: #0A1F44;
}

.related-content a {
  text-decoration: none;
  font-size: 14px;
  color: #B48A2C;
  font-weight: 500;
}


.divider-wrapper{
  text-align:center;
  margin-bottom:20px;
  padding:30px 20px;
  border-radius:10px;
  background:#fff;
  box-shadow:0 5px 15px rgba(0,0,0,0.05);
}

/* Smaller icons for mobile */
@media (max-width:576px){
  .divider-wrapper i{
    font-size:36px;
    margin-bottom:15px;
  }
  .divider-wrapper h2{
    font-size:20px;
  }
  .divider-wrapper p{
    font-size:14px;
  }
  .bio-btn{
    padding:8px 18px;
    font-size:14px;
  }
}



html, body{
  overflow-x: hidden;
}


img{
  max-width:100%;
  height:auto;
}


@media (max-width:768px){

  .bio-container,
  .journey-container,
  .timeline-container,
  .book-container{
      flex-direction:column;
      padding:0 15px;
  }

}


section{
  width:100%;
  overflow:hidden;
}


.row{
  margin-left:0;
  margin-right:0;
}



.timeline-right img{
  width:100%;
  height:auto;
}



.home-hero{
  padding-left:20px;
  padding-right:20px;
}


#back-to-top {
    position: fixed;
    bottom: 20px;        /* distance from bottom */
    right: 20px;         /* distance from right */
    background: #c14000;    /* dark gray button */
    color: white;
    padding: 10px 15px;
    font-size: 24px;
    border-radius: 5px;
    text-decoration: none;
    display: none;       /* hidden by default */
    cursor: pointer;
    z-index: 1000;
    transition: background 0.3s;
}

#back-to-top:hover {
    background: #000000;
}


/* Full-width Navbar */
#full-navbar {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #1e90ff; /* navbar background */
  z-index: 1000;
  transition: top 0.3s;
  font-family: Arial, sans-serif;
}

/* Navbar content wrapper */
.nav-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  padding: 0 50px;
  height: 70px;
}

/* Logo */
.logo a {
  color: white;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
}

/* Menu Items */
.menu {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}

/* Menu Links */
.menu li {
  margin: 0;
  position: relative; /* for full-width hover background */
}

.menu li a {
  display: block;
  color: white;
  text-decoration: none;
  padding: 20px 25px; /* full-height clickable area */
  font-weight: 500;
  transition: background 0.3s;
}

/* Full-width hover/active highlight */
.menu li a:hover,
.menu li a.active {
  background-color: white;
  color: #1e90ff;
}

/* Optional responsive: menu scrolls horizontally on small screens */
@media screen and (max-width: 768px) {
  .menu {
    overflow-x: auto;
  }
  .menu li a {
    padding: 20px 15px;
  }
}

.projects{
padding:80px 20px;
background:#f7f7f7;
font-family:Arial, sans-serif;
}

.container{
max-width:1200px;
margin:auto;
}

.section-title{
text-align:center;
font-size:32px;
margin-bottom:10px;
color: #000;
}

.section-subtitle{
text-align:center;
color:#000000;
margin-bottom:50px;
}

.projects-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
gap:30px;
}

.project-card{
background:white;
border-radius:10px;
overflow:hidden;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
transition:transform 0.3s ease;
color: #000000;
}

.project-card:hover{
transform:translateY(-8px);
}

.project-card img{
width:100%;
height:200px;
object-fit:cover;
}

.project-content{
padding:20px;
color: #000000;
}

.project-content h3{
margin-bottom:10px;
font-size:20px;
color: #000000;
}

.project-content p{
color:#000000;
font-size:14px;
margin-bottom:15px;
}

.tech{
display:block;
font-size:13px;
color:#000000;
margin-bottom:15px;
}

.project-btn{
display:inline-block;
padding:10px 20px;
background:#c14000;
color:white;
text-decoration:none;
border-radius:5px;
font-size:14px;
}

.project-btn:hover{
background:#000000;
color: white;
}



