body {
  background-color: #CFD8DC; 
  font-family: 'Segoe UI', sans-serif;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.mainsection{
  padding: 10px;
}

/* ---------------------------------Navbar----------------------------------------- */
.navbar {
  background-color: #1A237E; /* Navy blue */
}

.navbar-brand {
  color: white !important;
  font-weight: bold;
  transition: color 0.3s ease;
  
}

.navbar-brand:hover {
  color: #00ACC1 !important;
}




/* Navbar link styles */
.navbar .nav-link {
  color: white !important;
  transition: color 0.3s ease, transform 0.3s ease;
  margin: 0 17px; /* Increase horizontal gap between items */
}

/* Hover effect */
.navbar .nav-link:hover {
  color: #00ACC1 !important; /* Teal on hover */
  transform: scale(1.1);     /* Grows slightly on hover */
}


.navbar .nav-link i {
  color: white !important;
  transition: color 0.3s ease;
}

.navbar .nav-link:hover i {
  color: #00ACC1 !important;
}


/* -------------------------------------------_________________------------------------------------------------- */



/* Offcanvas background and text color */
.offcanvas {
  background-color: #1a237e; /* Navy blue */
  color: white;
}

/* Offcanvas links white by default */
.offcanvas .nav-link {
  color: white !important;
  transition: color 0.3s ease;
}

/* Hover effect for offcanvas links */
.offcanvas .nav-link:hover {
  color: #00ACC1 !important; /* Teal on hover */
}

/* Optional: White close button */
.offcanvas .btn-close {
  filter: invert(1);
}


/* -------------------------------------------_________________------------------------------------------------- */



/* Make the navbar toggler (hamburger) icon white */
.navbar-toggler {
  border-color: white; /* White border */
  
  
}



/* The default Bootstrap hamburger icon is an SVG background */
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}



.fbar {
  position: sticky;
  top: 0;
  border-bottom: 2px solid #00ACC1; /* Teal accent border */
}

/* Hero Section Container */
.box1 {
  text-align: center;
  padding: 80px 20px 60px;
  background-color: #1A237E;
  color: white;
}

/* Profile Image - Responsive */
.profile-img {
  width: 180px;
  max-width: 90%;
  height: auto;
  display: block;
  margin: 0 auto;
  padding-top: 10px;
  border-radius: 50%;
}

/* Headings */
.box1 h1 {
  font-size: 2rem;
  margin-top: 1rem;
}

.box1 p {
  font-size: 1rem;
  margin-top: 0.5rem;
}

/* Buttons */
.button1, .button2 {
  text-decoration: none;
  padding: 10px 20px;
  border: 1.5px solid #00ACC1;
  border-radius: 8px;
  font-weight: bold;
  transition: all 0.3s ease;
  transform: scale(1);
  box-shadow: 0 2px 6px rgba(0, 172, 193, 0.2);
  font-size: 1rem;
  text-align: center;
  width: 100%;
  max-width: 200px;
}

.button1 {
  background-color: #00ACC1;
  color: white;
}

.button2 {
  background-color: transparent;
  color: white;
}

.button1:hover, .button2:hover {
  background-color: #00ACC1;
  color: white;
  transform: scale(1.05);
  box-shadow: 0 8px 18px rgba(0, 172, 193, 0.4);
}

/* Responsive Text Sizes */
@media (min-width: 768px) {
  .box1 h1 {
    font-size: 2.5rem;
  }

  .box1 p {
    font-size: 1.2rem;
  }

  .button1, .button2 {
    font-size: 1rem;
  }
}

/* -----------------------About Me Section----------------------------------- */
.about-me-section {
  background-color: #CFD8DC; /* Light grey background */
}

.section-header{
  text-align: center;

}

.about-me-heading {
  
  background-color: #CFD8DC;
  color: #1A237E;
  font-size: 0.9rem;
  
}

.about-me-subheading {
  color: #1A237E; /* Navy blue */
  font-size: 2em;
  font-weight: 700;
 
}

.about-me-description {
  margin-top: 1px;
  color: #4A4A4A; /* Dark grey */
  font-size: 1.1rem;
}

.about-card {
  background-color: white;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.about-card .card-title {
  color: #1A237E; /* Navy blue for titles */
  font-weight: bold;
  margin-bottom: 15px;
}

.about-card .card-text {
  color: #666; /* Slightly darker grey for text */
}


.cta-container {
  text-align: center;
  margin-top: 2.5rem;
}

.cta-button {
  background-color: #1A237E;
  color: #FFFFFF;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: background-color 0.2s ease;
}

.cta-button:hover {
  background-color: #00ACC1;
  color: white;
  transform: scale(1.05);
  box-shadow: 0 8px 18px rgba(0, 172, 193, 0.4);
}




/* -----------------------Projects----------------------------------- */
/* .projects {
  background-color: #CFD8DC; 
  padding-bottom: 30px;
} */

.projects-section h2{
  color: #1A237E;;
}

.projects-section h5{
  color: #1A237E;;
}

.pbuttons1{
 
  border: 1.5px solid #00ACC1;
  background-color: #00ACC1;
  border-radius: 8px;
  color: #ffffff;

}

.pbuttons2{
  
  border: 1.5px solid #00ACC1;
  background-color: #ffffff;
  border-radius: 8px;
  color: #000000;

}

.pbuttons1:hover {
  background-color: #00ACC1 !important;
  color: #ffffff;

}

.pbuttons2:hover {
  background-color: #00ACC1 !important; 
  color: #ffffff;
}

.pcard {
  background-color: white;
  border: 1px solid #00ACC1; /* Accent border */
}
/* CTA Button Styling (Shared) */
.cta-container {
  text-align: center;
  margin-top: 2.5rem;
}

/* Tags */
.tag-group {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 12px;
}

.tag-group span {
  background-color: #1A237E;
  color: white;
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 0.75rem;
  white-space: nowrap; /* Prevent tags from breaking in half */
}


.sales_dashboard_img {
  height: 180px;
  width: 100%;
  object-fit: contain;
}

.unemployment_dashboard_img{
  height: 180px;
  width: 100%;
  object-fit: contain;
}

.facebook_vs_adWords{
  height: 170px;
  width: 100%;
  object-fit: cover;
}








/* --------------------------------------------------------------------------- */

.skill-tag {
  background-color: #00ACC1; /* Teal background for skill tags */
  color: white;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 500;
  white-space: nowrap; /* Prevent tags from breaking */
}

/* Responsive adjustments for the "About Me" section */
@media (min-width: 992px) { /* Large devices (desktops) */
  .about-me-section .row {
    flex-direction: row; /* Ensure row direction */
  }
  .about-me-section .col-lg-6.order-lg-1 {
    order: 1; /* Background box left */
  }
  .about-me-section .col-lg-6.order-lg-2 {
    order: 2; /* Other boxes right */
  }
}

@media (max-width: 991.98px) { /* Medium and small devices */
  .about-me-section .row {
    flex-direction: column; /* Stack columns vertically */
  }
  .about-me-section .col-lg-6.order-lg-1 {
    order: 0; /* Background box on top */
  }
  .about-me-section .col-lg-6.order-lg-2 {
    order: 1; /* Other boxes below */
  }
}










/* ----------------------------Contact_Section---------------------------- */
.contact {
  color: #ffffff;
  background-color: #1A237E; /* Navy blue */
  padding: 20px 0 5px 0;
  
}




.contact-icon {
  color: white;
  font-size: 1.2rem; /* or adjust size as needed */
}


.contact-link {
  display: block;
  margin-bottom: 8px;
}

.contact-icons a {
  font-size: 1.5rem;
  margin-right: 15px;
}



.contact h5 {
  color: white; /* "Quick Links" and "Connect" headings */
}

.contact-link {
  color: white;
  text-decoration: none;
}

.contact-link:hover {
  text-decoration: underline;
}


.contact-icons a {
  color: white;
  font-size: 20px;
  margin-right: 12px;
}

.contact-icons a:hover {
  color: #ddd; /* Optional lighter shade on hover */
}

