body,
html {
   

  font-family: 'Josefin Sans', sans-serif !important;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  color: #777;
  font-weight: 400;
  width: 100% !important;
  height: 100% !important;
  scroll-behavior: smooth;
}
h2,
h3,
h4 {
  font-family: 'Josefin Sans', sans-serif;
}
h2 {
  text-transform: uppercase;
  margin: 0 0 20px;
  font-weight: 600;
  font-size: 36px;
  color: #333;

}
h3 {
  font-size: 20px;
  font-weight: 600;
  color: #333;
}
h4 {
  font-size: 18px;
  color: #333;
  font-weight: 600;
}
h5 {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 20px;
}
p {
  font-size: 15px;
}
p.intro {
  margin: 12px 0 0;
  line-height: 24px;
}
a {
  color: #59A018;
  font-weight: 400;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #59A018;
}
ul,
ol {
  list-style: none;
}
ul,
ol {
  padding: 0;
  webkit-padding: 0;
  moz-padding: 0;
}
hr {
  height: 2px;
  width: 70px;
  text-align: center;
  position: relative;
  background: #1e7a46;
  margin-bottom: 20px;
  border: 0;
}
/* Lock Navbar to the Top */
#menu {
  position: fixed; 
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000; 
  background-color: rgb(255, 255, 255); 
  padding: 15px 0;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Navbar Header */
.navbar-header {
  display: flex;
  align-items: center;
  gap: 15px; /* Space between logo and title */
}

/* Navbar Logo */
.navbar-logo img {
  width: 70px;
  height: auto;
}

/* Navbar Title */
.navbar-title {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size:20px;
  color: #333;
  
  letter-spacing: 1px;
}

/* Navbar Links */
#menu .navbar-nav > li > a {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #333 !important;
  text-transform: uppercase;
  padding: 28px 20px;
  transition: all 0.3s ease-in-out;
  position: relative;
}

/* Hover Effect */
#menu .navbar-nav > li > a:hover {
  color: #c50000 !important;
}

/* Underline Effect on Hover */
.navbar-nav > li > a::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: linear-gradient(to right, #ff0000, #FFD7C1);
  transition: width 0.3s;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
}

.navbar-nav > li > a:hover::after {
  width: 100%;
}

/* Make Navbar Mobile-Friendly */
.navbar-toggle {
  border: none;
}

.navbar-toggle .icon-bar {
  background-color: #333;
}

/* Mobile View Adjustments */
@media (max-width: 768px) {
  .navbar-header {
    flex-direction: row;
    justify-content: space-between;
  }

  .navbar-title {
    font-size: 16px;
  }

  #menu .navbar-nav > li > a {
    padding: 10px 15px;
  }
}

.btn-custom {
 
  text-transform: uppercase;
  color: #fff;
  background-color: #c50000;
  background-image: linear-gradient(to right, #c50000 0%, #f8915a 100%);
  padding: 14px 34px;
  letter-spacing: 1px;
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  border-radius: 25px;
  transition: all 0.5s linear;
  border: 0;
  white-space: nowrap; /* prevents text from breaking into 2 lines */
  align-items: center;
  justify-content: center;
  display: flex;
}

/* Hover and focus states */
.btn-custom:hover,
.btn-custom:focus,
.btn-custom.focus,
.btn-custom:active,
.btn-custom.active {
  color: #fff;
  background-image: none;
  background-color: #f8af87;
}

/* Active states */
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* Remove outline on focus */
a:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
  outline-offset: none;
}

/* Responsive adjustments */
@media (max-width: 500px) {
  .btn-custom {
    padding: 10px 20px; /* smaller padding */
    font-size: 13px; /* slightly smaller text */
    width: 90%; /* optional: make button stretch full width on very small screens */
    text-align: center; /* center text if full width */
  }
}

/* Header Section */
.intro {
  display: table;
  width: 100%;
  padding: 0;
  background: url(../img/jkki2-min.jpg) center center no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.intro .overlay {
  background: rgba(0, 0, 0, 0.2);
}
.intro h1 {

  color: #fff;
  font-size: 82px;
  text-align: left;
  font-weight: 600;
 
  margin-top: 0;
  margin-bottom: 10px;
}
.intro h1 span {
  font-weight: 800;
  color: #5ca9fb;
}
.intro p {
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
  margin: 0 auto;
  margin-bottom: 60px;
}
header .intro-text {
  padding-top: 350px;
  padding-bottom: 200px;
  text-align: left;
}

/* Mission Section */
#mission {
  position: relative;
  width: 100%;

  overflow: hidden;
  background: none;
  padding: 80px 0;
  padding-left: 450px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/img/bgred1.jpg');
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center; /* Center cards horizontally */
}

/* General Card Styling */
/*
.card, .card2 {
  position: relative;
  width: 100%;
  max-width: 1050px;
  min-height: 250px;
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 5px 5px 10px #ffd0d0, -4px -4px 10px #ffcccc;
  margin-bottom: 30px;
  padding: 20px;
  background: transparent;
  
}

.card2 {
  box-shadow: 5px 5px 10px #ffd0d0, -4px -4px 20px #ffffff;
}

.card .bg, .card2 .bg {
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  z-index: 2;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(4px);
  border-radius: 10px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bg p {
  font-size: 17px;
  font-weight: 550;
}


.blob {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 750px;
  height: 200px;
  border-radius: 50%;
  background-color: #ff0000;
  opacity: 1;
  filter: blur(12px);
  animation: blob-bounce 5s infinite ease;
  transform: translate(-50%, -50%);
}
*/
/* Mission Title */
.mission-title {
  font-weight: 800;
  font-size: 50px;
  margin-bottom: 40px;
  padding-top: 10px;
  color: rgb(247, 223, 223);
  text-align: center;
}

/* Mission and Vision Content */
.mission-content {
  position: relative;
  z-index: 1111;
  padding: 50px;
  text-align: left;
  color: #333;
}

/* Headings */
.mission-content h2 {
  font-size: 50px;
  font-weight: bold;
  color: #c50000;
  margin-bottom: 15px;
}

/* Paragraphs */
.mission-content p {
  font-size: 21px;
  font-weight: 600;
  line-height: 1.6;
}

/* Keyframes for Blob Animation */
@keyframes blob-bounce {
  0% {
    transform: translate(-50%, -50%) translate3d(0, 0, 0);
  }
  25% {
    transform: translate(-50%, -50%) translate3d(100px, 0, 0);
  }
  50% {
    transform: translate(-50%, -50%) translate3d(100px, 100px, 0);
  }
  75% {
    transform: translate(-50%, -50%) translate3d(0, 100px, 0);
  }
  100% {
    transform: translate(-50%, -50%) translate3d(0, 0, 0);
  }
}

/* Responsive Styling */
@media (max-width: 1200px) {
  #mission {
    padding: 60px 20px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .card, .card2 {
    max-width: 90%;
    min-height: 200px;
    padding: 20px;
  }

  .mission-title {
    font-size: 42px;
  }

  .mission-content {
    padding: 30px;
  }

  .mission-content h2 {
    font-size: 40px;
  }

  .mission-content p {
    font-size: 18px;
  }

  .blob {
    width: 600px;
    height: 150px;
  }
}

@media (max-width: 768px) {
  #mission {
    padding: 50px 15px;
  }

  .card, .card2 {
    max-width: 100%;
    padding: 15px;
  }

  .mission-title {
    font-size: 36px;
  }

  .mission-content {
    padding: 25px;
  }

  .mission-content h2 {
    font-size: 32px;
  }

  .mission-content p {
    font-size: 16px;
  }

  .blob {
    width: 450px;
    height: 120px;
  }
}

@media (max-width: 480px) {
  #mission {
    padding: 40px 10px;
  }

  .card, .card2 {
    padding: 10px;
  }

  .mission-title {
    font-size: 30px;
  }

  .mission-content {
    padding: 20px;
  }

  .mission-content h2 {
    font-size: 28px;
  }

  .mission-content p {
    font-size: 14px;
  }

  .blob {
    width: 350px;
    height: 100px;
  }
}


/* About.css */
#about {
  display: flex;
  width: 100%;
  height: 80vh;
  flex-wrap: wrap; /* allow wrapping on small screens */
}

/* Left Text Section */
.about-text {
  width: 40%;
  height: 100%;
  background-color: #c50000;
  padding: 50px;
  display: flex;
  align-items: center;
}

.about-text p {
  font-size: 16px;
  text-align: justify;
  color: #FFD7C1;
  max-width: 90%;
}

/* Right Image Section */
.about-image {
  width: 60%;
  position: relative;
  background-image: url("/img/vishnu-mohanan-pfR18JNEMv8-unsplash.jpg"); 
  background-size: cover;
  background-position: center;
}

/* Overlapping Executive Summary Text */
.about-image h2 {
  position: absolute;
  bottom: 10%;
  left: 10%;
  font-size: 95px;
  font-weight: normal;
  color: #ffffff;
  font-family: 'Josefin Sans', sans-serif;
}

/* --- Responsive Design --- */
@media (max-width: 768px) {
  #about {
    flex-direction: column; /* stack sections vertically */
    height: auto; /* allow height to adjust naturally */
  }

  .about-text,
  .about-image {
    width: 100%; /* full width for both sections */
  }

  .about-text {
    padding: 30px; /* slightly smaller padding on small screens */
  }

  .about-text p {
    font-size: 14px; /* smaller paragraph font */
    max-width: 100%;
  }

  .about-image h2 {
    font-size: 50px; /* smaller heading font */
    bottom: 5%;
    left: 5%;
  }
}

@media (max-width: 480px) {
  .about-text {
    padding: 20px;
  }

  .about-text p {
    font-size: 13px;
  }

  .about-image h2 {
    font-size: 36px;
    bottom: 5%;
    left: 5%;
  }
}




/* Strength Container */
#strength {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/img/mike-uderevsky-JuJYPgv4Rag-unsplash.jpg');
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  padding: 50px 0;
}

#strength h2 {
  text-align: left;
  justify-items: left;
  font-size: 60px;
  color: #c50000;
  font-weight: 600;
}


.strength-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  padding: 20px;
  max-width: 1000px;
  margin: 0 auto;
}

/* Strength Box */
.strength-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start; /* Align text to the left */
  justify-content: center;
  text-align: left; 
  font-size: 18px;
  width: calc(33.33% - 20px); /* Dynamic width for responsiveness */
  min-width: 280px;
  height: auto;
  background: #830101;
  border-radius: 5px;
  padding: 15px;
  transition: transform 0.3s ease-in-out;
}

/* Hover Effect */
.strength-box:hover {
  transform: scale(1.05);
}

/* Heading Styling */
.strength-box h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #ffffff;
  text-align: center; /* Keep heading centered */
  width: 100%;
}

/* Paragraph Text */
.strength-box p {
  font-size: 15px;
  line-height: 1.5;
  color: #ffffff;
  font-weight: 400;
  margin: 5px 0;
  
}

/* Responsive Design */
@media (max-width: 900px) {
  .strength-box {
    width: calc(50% - 20px); /* Two columns for smaller screens */
  }
}

@media (max-width: 600px) {
  .strength-box {
    width: 100%; /* Full width for mobile screens */
  }
}


/* Portfolio Section */
#portfolio {
  padding: 100px 0;
  background-color: #f6f6f6;
}
.portfolio-item {
  margin: 1px -10px 0 -14px;
  padding: 5;
}
.portfolio-item .hover-bg {
  overflow: hidden;
  position: relative;
  margin: 0;
}
.hover-bg .hover-text {
  position: absolute;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  background: linear-gradient(
    to right,
    rgba(216, 128, 14, 0.829) 0%,
    rgba(240, 138, 42, 0.8) 100%
  );
  padding: 30% 0 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: all 0.5s;
}
.hover-bg .hover-text > h4 {
  opacity: 0;
  color: #fff;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition: all 0.3s;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: uppercase;
}
.hover-bg:hover .hover-text > h4 {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.hover-bg:hover .hover-text {
  opacity: 1;
}

.portfolio-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr); 
  gap: 20px;
  justify-items: center;
  max-width: 900px;
  margin: 0 auto;
}

.portfolio-title h2 {
  color: #c50000;
  font-size: 60px;
  font-weight: 600;
  text-align: left;
  justify-content: left;
}

.portfolio-title li{
  color: #FFD7C1;
  font-style: italic;
}

.portfolio-title ul {
  color: #FFD7C1;
}

.portfolio-title {
  color: orange;
}

/* Testimonials Section */
#plan {
  position: relative;
  padding: 100px 0;
  width: 100%;
  background-color: #f6f6f6;
  background-attachment: fixed;
  background-size: cover;
  display: flex;
  flex-direction: column; 
  align-items: center; 
  text-align: center;
}

.plan-container {
  display: flex;
  justify-content: center;
  align-items: center; 
  background: #660101; 
  padding: 30px;
  width: 100%;
  margin-top: 20px;
}

.plan-text {
  font-size: 14px;
  color: black;
  max-width: 300px; 
}
.plan-title {
  font-size: 18px;
  font-weight: bold;
  color: #703B1C;
  margin-bottom: 8px;
}
.plan-image {
  width: 100%;
  max-width: 60%;
  height: auto;
  /* Add space below the icon */
}

.plan-content {
  font-size: 36px;
  color: #c50000;
  font-weight: bold;
}

.plan-item {
  display: flex;
  flex-direction: column;
  align-items: center; /* Center content horizontally */
  text-align: center;
  flex: 0.2; /* Make all items the same width */
}



#plan h2 {
  font-size: 60px;
  font-weight: 600;
  color: #c50000;
  align-items: left;
  text-align: left;
}

.plan-item h3 {
  font-size: 22px;
  color: #880d0d;
  margin-bottom: 10px;
}

.plan-item p {
  font-size: 16px;
  color: #FFD7C1;
}



/* Contact Section */
#contact {
  padding: 100px 0 60px;
  background: linear-gradient(to right, #c50000 0%, #b83939 100%);
  color: rgba(255, 255, 255, 0.75);
  height: 75%;
}
#contact .section-title {
  margin-bottom: 40px;
  margin-top: 0px;
}
#contact .section-title p {
  font-size: 16px;
}
#contact h2 {
  color: #fff;
  margin-top: 1px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
#contact .section-title h2::after {
  position: absolute;
 
  background: rgba(255, 255, 255, 0.3);
  height: 4px;
  width: 60px;
  bottom: 0;
  left: 30px;
}
#contact h3 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 25px;

  padding-bottom: 20px;
  font-weight: 400;
}
#contact form {
  padding-top: 20px;
}
#contact .text-danger {
  color: #cc0033;
  text-align: left;
}
#contact .btn-custom {
  margin: 30px 0;
  background: transparent;
  border: 2px solid #fff;
}
#contact .btn-custom:hover {
  color: #c50000;
  background: #fff;
}
label {
  font-size: 12px;
  font-weight: 400;

  float: left;
}
#contact .form-control {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #444;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
#contact .form-control:focus {
  border-color: #999;
  outline: 0;
  -webkit-box-shadow: transparent;
  box-shadow: transparent;
}
.form-control::-webkit-input-placeholder {
  color: #777;
}
.form-control:-moz-placeholder {
  color: #777;
}
.form-control::-moz-placeholder {
  color: #777;
}
.form-control:-ms-input-placeholder {
  color: #777;
}
#contact .contact-item {
  margin: 20px 0;
}
#contact .contact-item span {
  color: rgba(255, 255, 255, 1);
  margin-bottom: 10px;
  display: block;
}
#contact .contact-item i.fa {
  margin-right: 10px;
}
#contact .social {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 50px;
  margin-top: 50px;
  text-align: center;
}
#contact .social ul li {
  display: inline-block;
  margin: 0 20px;
}
#contact .social i.fa {
  font-size: 22px;
  width: 48px;
  height: 48px;
  padding: 12px 0;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
#contact .social i.fa:hover {
  color: #c50000;
  background: #fff;
}
/* Footer Section*/
#footer {
  background-color: rgb(255, 255, 255);
  padding: 40px 0;
  height: 2%;
}
#footer p {
  color: #888;
  font-size: 14px;
  align-items: center;
}
#footer a {
  color: #c50000;
}
#footer a:hover {
  border-bottom: 2px solid #c50000;
}


#responsibilities {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 0;
  background-color: #f6f6f6;
}

.statement-wrapper {
  position: relative; 
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 80%;
  margin: 0 auto;
}

.statement-image {
  position: relative;
  width: 400px;
  height: auto;
}

.statement-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0px;
  position: relative;
  z-index: 2; /* Puts the image in front */
}

.statement-shadow {
  position: absolute;
  top: 20px;  /* Adjust for visual offset */
  left: -20px;
  width: 400px;
  height: 250px; /* Approximate size of the image */
  background: #ff4242; /* Orange color */
  border-radius: 0px;
  z-index: 0; /* Ensure it's behind */
}

.statement-image::before {
  content: "";
  position: absolute;
  top: 15px; /* Adjust shadow offset */
  left: 15px;
  width: 100%;
  height: 100%;
  background: #ff4242; /* Orange shadow effect */
  border-radius: 0px;
  z-index: 1; /* Behind the image */
}

.statement-name {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: #ff4242; 
  color: white;
  padding: 10px 15px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
}

.statement-name span {
  display: block;
  font-size: 12px;
  font-weight: normal;
}

.statement-content {
  flex: 1;
  padding-left: 50px;
  max-width: 500px;
}

.statement-content h2 {
  font-size: 28px;
  font-weight: bold;
  color: #1a1a1a;
  position: relative;
}

.quote-mark {
  color: #ff4242; /* Orange quote mark */
  font-size: 40px;
  font-weight: bold;
}

.statement-content p {
  font-size: 16px;
  color: #444;
  line-height: 1.5;
  margin-top: 10px;
}


/* Business Section */
.business-section {
  padding: 8%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  justify-content: center;
  align-items: center;
  max-width: 1200px; /* Increased a bit for bigger screens */
  margin: auto;
}

/* Heading h3 */
#business h3 {
  font-size: 22px;
  margin: 0 0 20px;
  color: white;
  text-align: left;
}

/* Heading h2 */
#business h2 {
  position: relative;
  font-weight: 600;
  font-size: 50px; /* Slightly smaller for better scaling */
  color: #c50000;
  text-align: left;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

#business h2::after {
  position: absolute;
  content: "";
  background: linear-gradient(to right, #c50000 0%, #f7af50 100%);
  height: 4px;
  width: 60px;
  bottom: 0;
  left: 0;
}

/* Paragraph */
#business p {
  line-height: 1.6;
  margin: 30px 0;
  text-align: justify;
  color: white;
  font-size: 20px;
}

/* Centered Text */
.business-text {
  text-align: center;
  color: black;
}

/* Responsive Design */
@media (max-width: 992px) {
  .business-section {
    grid-template-columns: 1fr; /* Stack on top of each other */
    text-align: center;
  }

  #business h2 {
    font-size: 40px;
    text-align: center;
  }

  #business h3 {
    text-align: center;
  }

  #business p {
    font-size: 18px;
    text-align: center;
    margin: 20px 0;
  }
}

@media (max-width: 600px) {
  .business-section {
    padding: 5%;
  }

  #business h2 {
    font-size: 32px;
  }

  #business h3 {
    font-size: 18px;
  }

  #business p {
    font-size: 16px;
  }
}


 
/*background*/
/* From Uiverse.io by Gaurav-WebDev */ 
.cardbg {
  width: 100%;
  max-width: 490px;
  height: 254px;
  padding: 3%;
  background: rgb(253, 198, 198);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2em;
  color: #ffffff;
  font-family: 'Josefin Sans', sans-serif;
  border-radius: 40px;
  cursor: pointer;
  position: relative;
  transition: all 0.7s ease-in-out;
  overflow: hidden;
}

.cardbg::before {
  content: "";
  position: absolute;
  height: 40%;
  width: 100%;
  background-color: #b60707;
  bottom: 0;
  right: 0;
  transform: translatey(70px);
  border-radius: 100%;
  transition: all 0.7s ease-in-out;
}

.c-txt {
  z-index: 2;
}

.cardbg:hover::before {
  transform: scale(7) translate(-20px);
}

.cardbg:hover {
  box-shadow: 1px -10px 500px 500px #e49f9f4a;
  color: #f3f3f3;
}


.mail-link {
  color: white;
}

.twinpeaktitle {
  width: 100%;
  max-width: 800px;
  height: auto;
  margin: 0 auto;
  display: flex;
  align-items: center;
}


@media (max-width: 500px) {
  .twinpeaktitle {
    max-width: 90%; 
    flex-direction: column; 
    text-align: center; 
  }
}


/* From Uiverse.io by gharsh11032000 */ 
.card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  border-radius: 24px;
  line-height: 1.6;
  transition: all 0.48s cubic-bezier(0.23, 1, 0.32, 1);
}

.content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  padding: 36px;
  border-radius: 22px;
  color: #ffffff;
  overflow: hidden;
  background: #f0a1a1;
  transition: all 0.48s cubic-bezier(0.23, 1, 0.32, 1);
}

.content::before {
  position: absolute;
  content: "";
  top: -4%;
  left: 50%;
  width: 90%;
  height: 90%;
  transform: translate(-50%);
  background: #f0a1a1;
  z-index: -1;
  transform-origin: bottom;

  border-radius: inherit;
  transition: all 0.48s cubic-bezier(0.23, 1, 0.32, 1);
}

.content::after {
  position: absolute;
  content: "";
  top: -8%;
  left: 50%;
  width: 80%;
  height: 80%;
  transform: translate(-50%);
  background: #485a97;
  z-index: -2;
  transform-origin: bottom;
  border-radius: inherit;
  transition: all 0.48s cubic-bezier(0.23, 1, 0.32, 1);
}

.content svg {
  width: 48px;
  height: 48px;
}

.content .para {
  z-index: 1;
  opacity: 1;
  font-size: 18px;
  transition: all 0.48s cubic-bezier(0.23, 1, 0.32, 1);
}

.content .link {
  z-index: 1;
  color: #fea000;
  text-decoration: none;
  font-family: inherit;
  font-size: 16px;
  transition: all 0.48s cubic-bezier(0.23, 1, 0.32, 1);
}

.content .link:hover {
  text-decoration: underline;
}

.card:hover {
  transform: translate(0px, -16px);
}

.card:hover .content::before {
  rotate: -8deg;
  top: 0;
  width: 100%;
  height: 100%;
}

.card:hover .content::after {
  rotate: 8deg;
  top: 0;
  width: 100%;
  height: 100%;
}


/* Reset some basic styles */


/* Section Centering */
#mission {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 20px;
}

/* Title Styling */
/* From Uiverse.io by gharsh11032000 */ 
.card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 620px;
  border-radius: 24px;
  line-height: 1.6;
  transition: all 0.48s cubic-bezier(0.23, 1, 0.32, 1);
}

.content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  padding: 36px;
  border-radius: 22px;
  color: #000000;
  overflow: hidden;
  background: #ffffff;
  transition: all 0.48s cubic-bezier(0.23, 1, 0.32, 1);
}

.content::before {
  position: absolute;
  content: "";
  top: -4%;
  left: 50%;
  width: 90%;
  height: 90%;
  transform: translate(-50%);
  background: #ced8ff;
  z-index: -1;
  transform-origin: bottom;

  border-radius: inherit;
  transition: all 0.48s cubic-bezier(0.23, 1, 0.32, 1);
}

.content::after {
  position: absolute;
  content: "";
  top: -8%;
  left: 50%;
  width: 80%;
  height: 80%;
  transform: translate(-50%);
  background: #e7ecff;
  z-index: -2;
  transform-origin: bottom;
  border-radius: inherit;
  transition: all 0.48s cubic-bezier(0.23, 1, 0.32, 1);
}

.content svg {
  width: 48px;
  height: 48px;
}

.content .para {
  z-index: 1;
  opacity: 1;
  font-size: 18px;
  transition: all 0.48s cubic-bezier(0.23, 1, 0.32, 1);
}

.content .link {
  z-index: 1;
  color: #fea000;
  text-decoration: none;
  font-family: inherit;
  font-size: 16px;
  transition: all 0.48s cubic-bezier(0.23, 1, 0.32, 1);
}

.content .link:hover {
  text-decoration: underline;
}

.card:hover {
  transform: translate(0px, -16px);
}

.card:hover .content::before {
  rotate: -8deg;
  top: 0;
  width: 100%;
  height: 100%;
}

.card:hover .content::after {
  rotate: 8deg;
  top: 0;
  width: 100%;
  height: 100%;
}


.partnerlogo{
  width: 100px;
  height: auto;
}



.ahref-css{
  opacity: 30%;
}




.partner-section {
  padding: 40px 20px;
  max-width: 1200px;
  margin: auto;
}

.partner-title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 30px;
  color: #000000;
}

.partner-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}
.partner-card {
  background-color: #741818;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  padding: 20px;
  text-align: center;
  transition: transform 0.3s ease;
}

.partner-card:hover {
  transform: translateY(-5px);
}

.partner-logo {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-bottom: 15px;
}

.partner-card-title {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: #000000;
}

.partner-description {
  font-size: 0.6rem;
  color: #000000;
}