body,
html {
  scroll-behavior: smooth;
  font-family: 'Poppins', sans-serif !important;  
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  color: #777;
  font-weight: 400;
  width: 100% !important;
  height: 100% !important;
}
h2,
h3,
h4 {
  font-family: "Raleway", 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;
}


a {
  color: #71147f;
  font-weight: 400;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #71147f;
}
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: #71147f;
  margin-bottom: 20px;
  border: 0;
}
/* Lock Navbar to the Top */
#menu {
  position: fixed; 
  top: 0;
  left: 0;
  width: 100%;
  height: 110px;
  z-index: 1000; 
  background-color: rgba(241, 217, 249, 0.95); 
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); 
  padding: 15px 0;
}



/* Navbar Header */
.navbar-header {
  display: flex;
  align-items: center;
  gap: 15px; /* Space between logo and title */
}

/* Default logo styling */
.navbar-logo img {
  width: 280px;
  height: auto;
  max-width: 100%;
}

/* Tablet view */
@media (max-width: 991px) {
  .navbar-logo img {
    width: 220px;
  }
}

/* Mobile view */
@media (max-width: 600px) {
  .navbar-logo img {
    width: 160px;
  }
}


/* Navbar Title */
.navbar-title {
 
  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: 15px;
  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: #71147f !important;
}

/* Underline Effect on Hover */
.navbar-nav > li > a::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: linear-gradient(to right, #c300ff, #f8c1ff);
  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 {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  color: #fff;
  background-color: #71147f;
  background-image: linear-gradient(to right, #71147f 0%, #c26bf1 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;
}
.btn-custom:hover,
.btn-custom:focus,
.btn-custom.focus,
.btn-custom:active,
.btn-custom.active {
  color: #fff;
  background-image: none;
  background-color: #71147f;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
  outline-offset: none;
}
/* ===== HEADER SECTION ===== */
.intro {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 0 1rem;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
              url('img/bgimg2.jpg') center center / cover no-repeat fixed;
}

.intro .overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

.intro-text {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  padding: 2rem;
}

/* ===== HEADINGS ===== */
.intro h1 {
  font-size: 5.5rem;
  color: #71147f;
  font-weight: 550;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.intro h1 span {
  font-weight: 800;
  color: #71147f;
}

/* ===== PARAGRAPH ===== */
.intro p {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 300;
  line-height: 1.8;
  margin-bottom: 2.5rem;
}

/* ===== RESPONSIVE STYLES ===== */

/* Tablets */
@media (max-width: 991px) {
  .intro h1 {
    font-size: 2.75rem;
  }

  .intro p {
    font-size: 1rem;
    line-height: 1.6;
  }

  .intro-text {
    padding: 1.5rem;
  }
}

/* Mobile */
@media (max-width: 600px) {
  .intro {
    background-attachment: scroll;
    padding: 0 1rem;
  }

  .intro .overlay {
    padding: 1rem;
  }

  .intro h1 {
    font-size: 2.2rem;
  }

  .intro p {
    font-size: 0.95rem;
    line-height: 1.5;
  }
}

/* Process Section */
#process {
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
}

/* Left Side - Green Background */
.process-left {
  background: #71147f;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px;
  text-align: left;
  height: 900px;
}

.process-left .content {
  max-width: 500px;
}

.process-left h2 {
  font-size: 36px;
  font-weight: bold;
}

.process-left p {
  font-size: 16px;
  line-height: 1.6;
}

/* Right Side - White Background */
.process-right {
  background: white;
  padding: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: auto;
}

.process-heading {
  font-size: 35px;
  font-weight: bold;
  color: #71147f;
  text-align: center;
  margin-bottom: 30px;
}

/* Process Steps Grid Layout */
.process-steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.process-card {
  width: 45%;
  height: auto;
  padding-top: 30px;
}

/* Styling for Cards */
.process-card .card {
  background: #71147f;
  color: white;
  padding: 30px;
  border-radius: 0px;
  text-align: left;
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.1);
}

.process-card h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.process-card p {
  font-size: 14px;
}

/* Make responsive */
@media (max-width: 768px) {
  .process-card {
      width: 100%;
  }
}




/* About Section */
#about {
  padding: 100px 0;
  
}
#about h3 {
  font-size: 22px;
  margin: 0 0 20px;
}
#about h2 {
  position: relative;
  font-size: 70px;
  color: white;
  text-align: left;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
#about h2::after {
  position: absolute;
  content: "";
  background: linear-gradient(to right, #71147f 0%, #a72af0 100%);
  height: 4px;
  width: 60px;
  bottom: 0;
  left: 0;
}
#about .about-text li {
  margin-bottom: 6px;
  margin-left: 6px;
  list-style: none;
  padding: 0;
}
#about .about-text li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  color: #5ca9fb;
  font-size: 11px;
  font-weight: 300;
  padding-right: 8px;
}
#about img {
  width: 520px;
  margin-top: 10px;
  background: #fff;
  border-right: 0;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.06);
}
#about p {
  line-height: 24px;
  margin: 30px 0;
  text-align:justify;
}
#services {
  padding: 60px 0;
  background-color: #f6f6f6;
  background-size: cover;
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  color: #000;
  text-align: center;
}

/* Services Container */
.services-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; 
  gap: 10px; 
  padding: 20px;
  max-width: 900px;
  margin: 0 auto;
}

/* Service Box */
.service-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  width: 250px; 
  height: 300px;
  background: rgb(93, 48, 199);
  border-radius: 0px;
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.1);
  padding: 10px;
  transition: transform 0.3s ease-in-out;
}

/* Hover Effect */
.service-box:hover {
  transform: scale(1.05);
}



/* Text Styling Inside the Box */
.service-box h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 15px 0 3px;
  color: #ffffff;



}

.service-box p {

  font-size: 15px;
  line-height: 1.5;
  color: #333;
}


/* Portfolio Section */
#portfolio {
  padding: 100px 0;
  background-color: #f6f6f6;
}

.section-title h2 {
  font-size: 40px;
  font-weight: bold;
  color: #28313B;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.portfolio-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); /* Responsive grid */
  gap: 20px;
  justify-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.portfolio-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.portfolio-item:hover {
  transform: scale(1.05);
}

.portfolio-item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

/* Hide additional images initially */
.additional-images {
  
  gap: 20px;
  display: none; /* Initially hidden */
}

.additional-images.show {
  display: grid; /* Make the additional images part of the grid */
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); /* Same grid layout as the portfolio items */
  gap: 20px; /* Same gap between items */
}





.hover-bg {
  position: relative;
}

.hover-bg .hover-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(139, 24, 160, 0.8) 0%, rgba(167, 42, 240, 0.8) 100%);
  color: #fff;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: opacity 0.5s ease;
}

.hover-bg:hover .hover-text {
  opacity: 1;
}

.hover-text h4 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: transform 0.3s ease;
}

.hover-bg:hover .hover-text h4 {
  transform: translateY(0);
}

/* For responsiveness on smaller screens */
@media (max-width: 768px) {
  .section-title h2 {
    font-size: 28px;
  }
}


/* Testimonials Section */
#division {
  padding: 100px 0;
  background: url("img/divisionimg.jpg") center no-repeat;
  background-attachment: fixed;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
#division i {
  color: #e6e6e6;
  font-size: 32px;
  margin-bottom: 20px;
}
.division {
  position: relative;
  padding: 20px;
}
.division-image {
  float: left;
  margin-right: 15px;
}
.division-image,
.division-image img {
  display: block;
  width: 115px;
  height: 115px;
  border-radius: 50%;
}
.division-content {
  position: relative;
  overflow: hidden;
}
.division-content p {
  margin-bottom: 0;
  font-size: 17px;
  font-style: normal;
  color: #fff;
}
.division-meta {
  margin-top: 10px;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
}

.division-content h2{
  font-size: 40px;
  color: #fff;
  text-align: center;
}

/* Contact Section */
#contact {
  padding: 100px 0 60px;
  background: linear-gradient(to right, #6b1696 0%, #5612c4 100%);
  color: rgba(255, 255, 255, 0.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: #71147f;
  background: #fff;
}
label {
  font-size: 12px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  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: #71147f;
  background: #fff;
}
/* Footer Section*/
#footer {
  background: #f6f6f6;
  padding: 30px 0;
}
#footer p {
  color: #888;
  font-size: 14px;
}
#footer a {
  color: #71147f;
}
#footer a:hover {
  border-bottom: 2px solid #71147f;
}


/* Responsibilities Section */
#responsibilities {
  background-image: url("img/backgroundtwo_edited.jpg");
  background-attachment: fixed;
  padding: 100px 0;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center; /* Centers vertically */
  align-items: center; /* Centers horizontally */
  text-align: center;
}

/* Title Styling */
#responsibilities h2 {
  font-size: 70px;
  color: #b98adf;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
}

/* Title Underline */
#responsibilities h2::before {
  content: "";
  position: absolute;
  top: 100px;
  left: 50%;
  width: 50px;
  height: 4px;
  background: #71147f;
  transform: translateX(-50%);
}

/* Responsibilities Container */
.responsibilities-container {
  display: flex;
  justify-content: space-between; 
  align-items: flex-start;
  flex-wrap: wrap; /* Changed to wrap for better responsiveness */
  max-width: 90%;
  margin: 0 auto;
}

/* Each Responsibility Content */
.responsibilities-content {
  flex: 1 1 300px; /* Allow items to shrink and grow */
  text-align: left;
  padding: 0 15px;
  max-width: 300px;
  box-sizing: border-box;
}

/* Responsibility Title */
.responsibilities-content h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 100px;
  color: white;
}

/* Responsibility Text */
.responsibilities-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: white;
}

/* --- Responsive Styles --- */

/* For Tablets */
@media (max-width: 991px) {
  #responsibilities h2 {
    font-size: 50px;
  }
  .responsibilities-container {
    justify-content: center;
  }
  .responsibilities-content {
    margin-bottom: 30px;
    max-width: 45%;
  }
}

/* For Mobile Devices */
@media (max-width: 600px) {
  #responsibilities {
    padding: 50px 0;
    height: auto; /* Allow section height to grow with content */
  }
  #responsibilities h2 {
    font-size: 36px;
  }
  .responsibilities-content {
    max-width: 100%;
    text-align: center;
  }
  .responsibilities-content h3 {
    margin-top: 50px;
  }
}


/*QCS Section*/
#qcs {

  background-image: url('img/pawel-czerwinski-fPN1w7bIuNU-unsplash.jpg');
  background-attachment: fixed;
  background-size: cover;
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  padding: 180px 0;
  text-align: center;
}
#qcs h3 {
  font-size: 22px;
  margin: 0 0 20px;
}
#qcs h2 {
  position: relative;
  font-size: 60px;
  color: white;
  text-align: left;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
#qcs h2::after {
  position: absolute;
  content: "";
  background: linear-gradient(to right, #71147f 0%, #832af0 100%);
  height: 4px;
  width: 60px;
  bottom: 0;
  left: 0;
}
#qcs .qcs-text li {
  margin-bottom: 6px;
  margin-left: 6px;
  list-style: none;
  padding: 0;
}
#qcs .qcs-text li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  color: #5ca9fb;
  font-size: 11px;
  font-weight: 300;
  padding-right: 8px;
}


#qcs p {
  line-height: 24px;
  margin: 30px 0;
  text-align:justify;
  color: white;
  font-size: 23px;
}

.qcs-text-container {
  background: rgba(0, 0, 0, 0.8); 
  padding: 20px; 
  border-radius: 0px;
  max-width: 900px; 
  margin: 0 auto; 
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); 
}

.qcs-text {
  text-align: center;
  color: black; 
}





@media (max-width: 768px) {
  #about img {
    margin: 50px 0;
  }
}


.category {
  margin-bottom: 20px;
  align-items: center;
  text-align: center;
  
}

.category h3 {
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 600;
}

.images {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;  
  justify-content: center;
}

.images img {
  width: 25%;
  height: auto;
  object-fit: cover;
}

.expand-btn {
  background-color: #71147f;
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  margin-top: 10px;
}

.expand-btn:hover {
  background-color: #71147f;
}

.extra-images {
  display: none;
  margin-top: 10px;
}


.exp-button {

  outline: none;
  cursor: pointer;
  border: none;
  padding: 0.9rem 2rem;
  margin: 15px;
  font-family: inherit;
  font-size: inherit;
  position: relative;
  display: inline-block;
  letter-spacing: 0.05rem;
  font-weight: 700;
  font-size: 17px;
  border-radius: 500px;
  overflow: hidden;
  background: #71147f;
  color: ghostwhite;
  width: 200px;
  height: 60px;
 }
 
 .exp-button span {
  position: relative;
  z-index: 10;
  transition: color 0.4s;
 }
 
 .exp-button:hover span {
  color: black;
 }
 
 .exp-button::before,
 .exp-button::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
 }
 
 .exp-button::before {
  content: "";
  background: #000;
  width: 120%;
  left: -10%;
  transform: skew(30deg);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
 }
 
 .exp-button:hover::before {
  transform: translate3d(100%, 0, 0);
 }


.mail-link{
  color: #ffffffbf;
}


.form {
  display: flex;
  flex-direction: column;
  align-self: center;
  font-family: inherit;
  gap: 10px;
  padding-inline: 2em;
  padding-bottom: 0.4em;
  background-color: #2c2c2c;

}

.form-heading {
  text-align: center;
  margin: 2em;
  color: #6e03ac;
  font-size: 1.2em;
  background-color: transparent;
  align-self: center;
}

.form-field {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  border-radius: 10px;
  padding: 0.6em;
  border: none;
  outline: none;
  color: white;
  background-color: #171717;
  box-shadow: inset 2px 5px 10px rgb(5, 5, 5);
}

.input-field {
  background: none;
  border: none;
  outline: none;
  width: 100%;
  color: #ccd6f6;
  padding-inline: 1em;
}

.sendMessage-btn {
  cursor: pointer;
  margin-bottom: 3em;
  padding: 1em;
 
  border: none;
  outline: none;
  background-color: transparent;
  color: #6e03ac;
  font-weight: bold;
  outline: 1px solid #6e03ac;
  transition: all ease-in-out 0.3s;
}

.sendMessage-btn:hover {
  transition: all ease-in-out 0.3s;
  background-color: #6e03ac;
  color: #000;
  cursor: pointer;
  box-shadow: inset 2px 5px 10px rgb(5, 5, 5);
}

.form-card1 {
  background-image: linear-gradient(163deg, #f79c00 0%, #f9c541 100%);

  transition: all 0.3s;
}



.form-card2 {
  border-radius: 0;
  transition: all 0.2s;
}

.ahref-css{
  opacity: 30%;
}