body{
    padding-bottom: 20px;
    color: #5a5a5a;
    
}

.navbar-wrapper{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
    
}

.navbar-wrapper > .container{
    padding-right: 0;
    padding-left: 0;
   
}

.navbar-wrapper .navbar {
    padding-right: 20px;
    padding-left: 20px;
    
}

.navbar-wrapper .navbar .container{
    width: auto;
}


.carousel{
    height: 500px;
    margin-bottom: 50px;
}

.carousel .item{
    height: 500px;
    background-color: #777;
}

.carousel-inner > .item > img{
    position: absolute;
    height: 500px;
    min-width: 100%;
    top: 0;
    left: 0;
}
.stylish-header-2 h1 {
    text-align:center;
    font-size:60px;
    font-weight:700;
    color:#2c1670;
    text-shadow: 4px 4px 0 white;
    margin-top: -28px;
    background-color: #d2d3db;
    border-radius: 18px;
    
}

/* Default (Desktop) */
.stylish-header-2 h1 {
    text-align:center;
    font-size:60px;
    font-weight:700;
    letter-spacing:2px;
    margin-bottom:25px;
}

/* Tablet (768px and below) */
@media (max-width: 768px) {
    .stylish-header-2 h1 {
        font-size:32px;
        letter-spacing:1px;
    }
}

/* Mobile (480px and below) */
@media (max-width: 480px) {
    .stylish-header-2 h1 {
        font-size:26px;
        letter-spacing:0.5px;
        line-height:1.3;
    }
}



.card-box {
        background: #fff;
        padding: 15px;
        border-radius: 18px;
        box-shadow: 0 4px 20px rgba(0,0,0,0.12);
        margin-bottom: 40px;
        transition: transform .3s ease;
       
        flex-direction: column;
        height: 700px;      /* FIXED height for all cards */
        overflow: hidden;
    }
    .card-box:hover {
        transform: translateY(-5px);
    }
.card-box1 {
        background: #fff;
        padding: 25px;
        border-radius: 18px;
        box-shadow: 0 4px 20px rgba(0,0,0,0.12);
        margin-bottom: 40px;
        transition: transform .3s ease;
       
        flex-direction: column;
        height: 100%;      /* FIXED height for all cards */
        overflow: hidden;
    }
    .card-box1:hover {
        transform: translateY(-5px);
    }
    .card-img {
        width: 240px;
        height: 240px;
        object-fit: cover;
        border-radius: 50%;
        margin-bottom: 15px;
        box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    }
    .card-title {
        font-size: 26px;
        font-weight: bold;
        margin-bottom: 15px;
    }
    .card-text {
        font-size: 16px;
        color: #555;
        line-height: 1.6;
        
    }
/* ===== MOBILE RESPONSIVE FIXES ===== */

/* Tablet screens (≤ 992px) */
@media (max-width: 992px) {
    .card-img {
        width: 180px;
        height: 180px;
    }
    .card-title {
        font-size: 22px;
    }
    .card-text {
        font-size: 15px;
    }
    .card-box {
        padding: 20px;
    }
}

/* Mobile screens (≤ 768px) */
@media (max-width: 768px) {
    .row > [class*='col-'] {
        display: block; /* removes flex forcing equal height on mobile */
    }
    .card-box {
        height: auto !important;
        margin-bottom: 25px;
        padding: 18px;
    }
    .card-img {
        width: 150px;
        height: 150px;
    }
    .card-title {
        font-size: 20px;
        margin-top: 10px;
    }
    .card-text {
        font-size: 14px;
        line-height: 1.6;
        margin-top: 10px;
    }
}

/* Small phones (≤ 480px) */
@media (max-width: 480px) {
    .card-box {
        padding: 15px;
        border-radius: 14px;
    }
    .card-img {
        width: 130px;
        height: 130px;
        
    }
    .card-title {
        font-size: 18px;
    }
    .card-text {
        font-size: 14px;
    }
}



.img {
  display: inline-block;
  border-radius: 5%;
  padding: 8px;
 background: radial-gradient(circle at 30% 30%, #0b3b63, #2b6b99);
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
  max-width: 100%;
    margin-top: 10%;
   object-fit: cover;
   
}

.img img {
  width: 100%;
  height: auto;
  border-radius: 5%;
  
  
}

/* Responsive scaling fix */
@media (max-width: 768px) {
  .img {
    padding: 5px; /* thinner border for smaller screens */
  }

  .img img {
    width: 100%;
    height: auto;
  }
}

.divider{
    margin: 40px 0;
    
}
.mickey{
    padding-left: 50px;
    text-align: center;
    padding-top: 80px;
}
.content{
    margin-bottom: 30px;
}

footer{
    margin: 0 auto;
    
}
.navbar-brand img{
    height: 65px;
    width: 150px;
    padding-bottom: 0;
    text-align: center;
    padding-top: 0;
    margin-top: -19px;
    padding-bottom: 15px;
    padding-top: 7px;
    margin-left: -31px;
    
}

footer {
    background-color: #004d66;
    color: white;
    text-align: center;
    padding: 20px;
    font-size: 1.7em;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
}

.social-links {
    margin-top: 20px;
    
  }
.social-links a {
    text-decoration: none;
    color: white;
    font-size: 22px;
    margin: 0 10px;
    transition: color 0.3s;
  }
.social-links a:hover {
    color: #0077b5; /* LinkedIn blue or any hover color you prefer */
  }

/* Main heading (H1) */
.carousel-caption h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 4rem;
  color: #ffffff;
  text-transform: none;
  line-height: 1.2;
  text-align: left;
  margin: -10px;
  padding: 0;
  text-shadow: 2px 2px 12px rgba(0, 0, 0, 0.6);
   
}

/* Optional: add a slight transparent overlay behind the text for better contrast */
.carousel-caption {
  position: absolute;
  bottom: 15%;
  left: 10%;
  right: 10%;
  text-align: left;
  background: linear-gradient(to right, rgba(255, 140, 0, 0.7) 0%, rgba(255, 140, 0, 0) 70%);
  padding: 40px 30px;
  border-radius: 10px;
}

/* Secondary heading (H2) */
.carousel-caption h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
  color: #ffffff; /* golden accent */
  text-shadow: 1px 1px 6px rgba(0,0,0,0.5);
  margin-bottom: 15px;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .carousel-caption h1 {
    font-size: 2rem;
  }
  .carousel-caption h2 {
    font-size: 1.4rem;
  }
}

@media (max-width: 576px) {
  .carousel-caption h1 {
    font-size: 1.6rem;
    letter-spacing: 1px;
  }
  .carousel-caption h2 {
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) {
  .hero {
    height: 60vh;
    text-align: center;
    padding: 20px;
  }





