
/*** Spinner Start ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
 }

 #spinner.show {
     transition: opacity .8s ease-out, visibility 0s linear .0s;
     visibility: visible;
     opacity: 1;
 }
/*** Spinner End ***/



h2, h3, .h1, .h2, .h3 {
    font-weight: 400 !important;
    font-family: 'Roboto', sans-serif !important;
}

h4, h5, h6, .h4, .h5, .h6 {
    font-weight: 600 !important;
    font-family: 'Roboto', sans-serif !important;
}

.my-6 {
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.wow,
.animated {
    animation-duration: 2s !important;
}







.back-to-top i {
  color: white;
  font-size: 14px; /* optional */
}





















/*** Contact start ***/
.contact-form {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

/*** Contact End ***/


/*** Footer Start ***/
/* .footer {
  background-color: #000 !important;
  color: #fff;
}


.footer .footer-item a.text-white:hover {
    color: var(--bs-primary) !important;
} */
/*** Footer End ***/












/* Footer background image + style */
.footer {
  background: url('../img/bg7.png') no-repeat center center;
  background-size: cover;
  color: #fff;
  position: relative;
  /* z-index: 1; */
}

/* Dark overlay for better readability */
.footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #0A0A0A;
  z-index: -1;
}


/* Logo container adjustments */
.footer-item img {
  max-height: 180px; /* Adjust as needed */
  width: auto;
  object-fit: contain;
}

/* Better alignment for footer columns */
.footer-item {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

/* Ensure consistent spacing */
.footer-item h4 {
  margin-top: 0;
  padding-top: 0;
}


/* Always show social icons, but animate on hover */
/* General icon style */
.social-icons a {
  background-color: #f1f1f1;
  color: #333;
  transition: all 0.3s ease;
}

/* Facebook */
.social-icons a:hover .fa-facebook-f {
  color: #fff;
  background-color: #3b5998;
  padding: 10px;
  border-radius: 50%;
}

/* Instagram */
.social-icons a:hover .fa-instagram {
  color: #fff;
  background-color: #e1306c;
  padding: 10px;
  border-radius: 50%;
}

/* LinkedIn */
.social-icons a:hover .fa-linkedin-in {
  color: #fff;
  background-color: #0077b5;
  padding: 10px;
  border-radius: 50%;
}

/* WhatsApp */
.social-icons a:hover .fa-whatsapp {
  color: #fff;
  background-color: #25D366;
  padding: 10px;
  border-radius: 50%;
}



/* Social buttons styling */
.btn-sm-square {
  background-color: #fff;
  color: #000 !important;
  border: none;
  width: 35px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.btn-sm-square:hover {
  color: #fff !important;
  background-color: #007bff;
}





/* Footer links styling */
.footer-item a {
  color: #fff;
  text-decoration: none;
  margin-bottom: 10px;
  font-size: 15px;
  transition: color 0.3s ease;
}

.footer-item a:hover {
  color: #00d4ff !important;
}

/* Footer headings */
.footer-item h4 {
  font-size: 18px;
  margin-bottom: 15px;
}

.footer-logo {
  font-size: 20px;
  color: #fff;
}















.modal-request-input::placeholder {
  font-size: 0.9rem;
  color: #888;
}

.modal-request-input {
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.modal-request-header {
  background-color: #D3BF97 !important;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.modal-request-title {
  color: white;
  font-weight: bold;
}

.modal-request-content {
  border-radius: 0 !important;
  padding: 1.5rem !important;
}

.modal-request-header .btn-close {
  display: none !important;
}

.modal-request-footer .btn {
  border-radius: 4px;
}

.modal-request-btn-cancel {
  background-color: #ABABAB;
  color: white;
}

.modal-request-btn-submit {
  background-color: #D3BF97;
  color: white;
}




give me the social meida scation not hover need give me static type also hover then show need only icon the social media icon show static type 



/* MUSAFIR ADDED */

/* Use Roboto font globally */
body {
  font-family: 'Roboto', sans-serif;
}

/* Navbar */
.navbar {
  font-family: 'Roboto', sans-serif;
  background-color: #fff !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  padding: 1rem 1.5rem;
}

.navbar-brand img {
  height: 80px; /* ← change this value as needed */
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  padding: 0rem;
}


/* Mobile view adjustment */
/* Default (base) */
.navbar-brand img {
  height: 80px;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}


.navbar-toggler {
    width: 35px;
    height: 35px;
    padding: 0.25rem;
    position: relative;  /* for positioning */
  }
  
  .navbar-toggler-icon {
    background-size: 20px 20px;   /* smaller icon size */
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;      /* explicitly set width */
    height: 20px;     /* explicitly set height */
    display: block;
    margin: auto;     /* centers inside the button */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    align-items: center;
    justify-content: space-between;
  }
  

@media (min-width: 992px) {
  .row.g-0 {
    min-height: 732px;
  }
}
.object-fit-cover {
  object-fit: cover;
}


/* Extra Small Devices (phones) */
@media (max-width: 575.98px) {
  .navbar-brand img {
    height: 60px;
  }
}

/* Small Devices (portrait tablets and large phones) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .navbar-brand img {
    height: 70px;
  }
}

/* Medium Devices (tablets) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .navbar-brand img {
    height: 80px;
  
  }

}

/* Large Devices (desktops) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .navbar-brand img {
    height: 90px;
  }
}

/* Extra Large Devices (large desktops) */
@media (min-width: 1200px) and (max-width: 1919.98px) {
  .navbar-brand img {
    height: 100px;
  }
}

/* Ultra-Wide Screens (e.g., 2560px monitors) */
@media (min-width: 1920px) {
  .navbar-brand img {
    height: 120px;
  }
}







/* Nav Link with green underline hover + active */
.nav-link {
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-weight: 800;
  font-size: 17px;
  letter-spacing: 0.5px;
  margin-right: 1.2rem;
  color: #333 !important;
  transition: color 0.4s ease;
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0%;
  height: 2px;
  background-color: #28a745;
  transition: width 0.4s ease;
}

.nav-link:hover {
  color: #28a745 !important;
}

.nav-link:hover::after {
  width: 100%;
}

.nav-link.active {
  color: #28a745 !important;
  font-weight: 800;
}

.nav-link.active::after {
  width: 100%;
}

/* Contact Button */
.btn-contact {
  padding: 0.5rem 1.5rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 15px;
  border-radius: 50px;
  background-color: #000000;
  color: white;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.btn-contact:hover {
  background-color: #0056b3;
  transform: scale(1.05);
}

/* Mobile nav style */
@media (max-width: 991px) {
  .navbar-collapse {
    background-color: #f8f9fa;
    padding: 1rem;
    border-radius: 0.5rem;
  }
}





  
















  @media (max-width: 991px) {
    .navbar-collapse {
      background-color: #f8f9fa;
      padding: 1rem;
      border-radius: 0.5rem;
    }
  
    .navbar-nav .nav-link {
      margin-right: 0 !important;
      padding: 0.5rem 1rem;
    }
  
    .navbar {
      padding: 1rem;
    }
  }
  

  /* pasted  */
/* ===== YOUR ORIGINAL STYLE - PRESERVED ===== */
.stroke-icon {
    font-size: 2.5rem;
    color: goldenrod;
    background-color: white;
    border-radius: 50%;
    padding: 0.75rem;
    border: 2px solid goldenrod;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 4rem;
    height: 4rem;
    transition: color 0.3s ease-in-out, transform 0.3s ease;
}
.card:hover {
    transform: scale(1.03);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
.card:hover .stroke-icon {
    color: white;
    background-color: goldenrod;
    transform: scale(1.1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
.card-body {
    text-align: center;
    position: relative;
    overflow: hidden;
    padding: 1rem;
}
.card .overlay {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: goldenrod;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    text-align: center;
    transition: left 0.4s ease-in-out;
}
.card:hover .overlay {
    left: 0;
}
.card .overlay p {
    margin-bottom: 1rem;
    opacity: 1;
    transition: opacity 0.2s ease-in-out 0.2s;
}
.card .overlay .btn {
    background-color: #000000;
    color: #ffffff;
    border: none;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s ease-in-out 0.3s;
}
.card:hover .overlay .btn {
    opacity: 1;
}

/* ===== MINIMAL FIXES FOR BROWSER ISSUES ===== */
/* 1. Ensure equal height cards */
.card {
    height: 100%;
    display: flex; /* Added only this */
}

/* 2. Fix Safari flexbox rendering */
@supports (-webkit-touch-callout: none) {
    .card {
        -webkit-flex-direction: column;
    }
}

/* 3. Make columns flex containers */


/* 4. Your original media queries - unchanged */
@media (min-width: 576px) {
    .col-6.col-md-4.col-lg-3 {
        flex: 1 0 48%;
        max-width: 48%;
    }
}
@media (min-width: 1200px) {
    .col-6.col-md-4.col-lg-3 {
        flex: 1 0 18%;
        max-width: 18%;
    }
}
  
  /* corosal css for images in index.html */

.partner-logos {
    background-image: url('img/bg2.png'); /* Replace with your actual image path */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 0;
    overflow: hidden;
}



.section-title {
    text-align: center;
    margin-bottom: 50px;
    color: rgb(0, 0, 0);
    font-size: 2.5rem;
    font-weight: 700; /* Changed from 300 to 500 (Medium) */
    letter-spacing: 2px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}

.logo-carousel-wrapper {
    
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 200px;
    mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
    -webkit-mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
}

.logo-carousel-track {
      animation: scroll 40s linear infinite; /* Adjust duration here */
    display: flex;
    align-items: center;
    height: 100%;
    gap: 60px;
}

.logo-item {
    flex-shrink: 0;
    width: 180px;
    height: 140px;
    background: white;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: transform 1.4s ease;
    /* box-shadow: 0 10px 30px rgba(0,0,0,0.3); */
    padding: 20px;
}

.logo-item img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform 1.4s ease;
}

.logo-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.05) 100%);
    border-radius: 12px;
    pointer-events: none;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

/* Center zoom effect */
.logo-carousel-wrapper::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 140px;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 10;
}

.logo-item.center-zoom {
    transform: scale(1.4);
    z-index: 5;
    /* box-shadow: 0 20px 60px rgba(0,0,0,0.5); */
}

.logo-item.center-zoom img {
    transform: scale(1.1);
}

@media (max-width: 768px) {
    .logo-item {
        width: 140px;
        height: 100px;
        padding: 15px;
    }
    
    .logo-carousel-track {
        gap: 40px;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .logo-item.center-zoom {
        transform: scale(1.2);
    }
  }

  

/* NAVBAR TOGGLER ICON */




/*** About Section Font Styles ***/
/*** Font Definitions ***/
/* From Google Fonts import in HTML */
body {
    font-family: "Inter", sans-serif;
}

h1, h2, h3, h4, h5, h6,
.display-4 {
    font-family: "Jost", sans-serif;
    font-weight: 600;
}

/*** About Section Styles ***/
.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/bg5.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
    transition: 0.5s;
}
.mission-vision-modern {
background: linear-gradient(145deg, #ffffff, #ced0d6);

  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.mv-glass-card {
  background: #ffffff; /* white background */
  border: 1px solid #e0e0e0;
  border-radius: 15px;
  transition: all 0.4s ease;
}

.mv-glass-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.mv-glass-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}



.bg-breadcrumb .breadcrumb {
    font-family: "Inter", sans-serif;
    font-weight: 400;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
    color: var(--bs-white);
    font-family: "Inter", sans-serif;
}

.bg-breadcrumb .display-4 {
    font-family: "Jost", sans-serif;
    font-weight: 700;
    color: white;
}

/* Main About Content */
.about h4.text-primary {
    font-family: "Jost", sans-serif;
    font-weight: 600;
    color: var(--bs-primary);
    margin-bottom: 15px;
}

.about .display-4 {
    font-family: "Jost", sans-serif;
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: 20px;
}

.about .row.g-4.mb-4 a {
    font-family: "Jost", sans-serif;
    font-weight: 600;
    text-decoration: none;
}

.about .row.g-4.mb-4 a h4 {
    font-family: "Jost", sans-serif;
    font-weight: 600;
    color: var(--bs-dark);
}

.about p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    line-height: 1.6;
}

.about .text-dark.mb-4 p.fs-5 {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 1.1rem;
}

/* Stats Box */
.about .bg-primary.p-4 h4 {
    font-family: "Jost", sans-serif;
    font-weight: 700;
    font-size: 2.5rem;
}

.about .bg-primary.p-4 p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
}

/* Banner Section */
.banner h4.text-white {
    font-family: "Jost", sans-serif;
    font-weight: 600;
}
.banner {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../img/bg6.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 9;
}

.banner .display-4 {
    font-family: "Jost", sans-serif;
    font-weight: 700;
    line-height: 1.2;
}


/* FAQ Section */
.faq-section h4.text-primary {
    font-family: "Jost", sans-serif;
    font-weight: 600;
}

.faq-section .display-4 {
    font-family: "Jost", sans-serif;
    font-weight: 700;
}

.faq-section .accordion-button {
    font-family: "Jost", sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
}

.faq-section .accordion-body {
    font-family: "Inter", sans-serif;
    font-weight: 400;
}

/* Team Section */
.team h4.text-primary {
    font-family: "Jost", sans-serif;
    font-weight: 600;
}

.team .display-4 {
    font-family: "Jost", sans-serif;
    font-weight: 700;
}

.team .team-content h4 {
    font-family: "Jost", sans-serif;
    font-weight: 600;
}

.team .team-content p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
}

/*** Animations ***/
@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.wow.fadeInLeft {
    animation: fadeInLeft 1s;
}

.wow.fadeInRight {
    animation: fadeInRight 1s;
}

/*** Responsive Adjustments ***/
@media (max-width: 768px) {
    .about .display-4 {
        font-size: 2rem;
    }
    
    .banner .display-4 {
        font-size: 2rem;
    }
    
    .projects .display-4 {
        font-size: 2rem;
    }
    
    .faq-section .display-4 {
        font-size: 2rem;
    }
    
    .team .display-4 {
        font-size: 2rem;
    }
}


/* /////service//// */
.alert-header {
  background: url('img/bg6.jpg') center center / cover no-repeat;
  min-height: 360px;
  position: relative;
  z-index: 0;
}

.alert-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.55);
  z-index: 1;
}

.alert-header > .container {
  position: relative;
  z-index: 2;
}

  body {
    font-family: 'Inter', sans-serif;
  }

  .modal-service-content {
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #8d5a5a;
  }

  .modal-service-header {

    color: #fff;
    border-bottom: 1px solid #ccc;
    padding: 1rem 1.25rem;
    text-align: center;
    position: relative;
  }

  .modal-service-title {
    font-size: 1.35rem;
    font-weight: 600;
    margin: 0 auto;
    width: 100%;
    text-transform: uppercase;
  }

  .modal-service-body {
    padding: 1.5rem;
  }

  .modal-service-footer {
    border-top: 1px solid #eee;
    padding: 1rem 1.25rem;
    display: flex;
    justify-content: center;
  }

  .modal-service-input,
  .modal-service-textarea {
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 100%;
    padding: 0.6rem;
    font-size: 0.95rem;
    margin-bottom: 1rem;
    font-family: 'Inter', sans-serif;
  }

  .modal-service-textarea {
    resize: vertical;
    height: 100px;
  }

  .modal-service-btn {
    padding: 0.5rem 1.5rem;
    font-weight: 500;
    border: none;
    background-color: #d4a762;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border-radius: 5px;
  }

  .modal-service-btn:hover {
    background-color: #b88736;
  }

  #modal-status-msg {
    font-size: 0.9rem;
    text-align: center;
    color: green;
    margin-top: 0.5rem;
  }


  /*** Projects Section Start ***/
.projects {
    background: var(--bs-light);
    padding: 5rem 0;
}

.projects h4.text-primary {
    color: var(--bs-primary);
    font-weight: 600;
    margin-bottom: 1rem;
    font-family: 'Jost', sans-serif;
}

.projects h1.display-4 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    font-family: 'Jost', sans-serif;
}


.projects p.mb-5 {
    margin-bottom: 3rem !important;
    color: #666;
    font-family: 'Inter', sans-serif;
}

/* Navigation Tabs */
.projects .nav {
    flex-direction: column;
}

.projects .nav-item {
    margin-bottom: 1rem;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.09);
    transition: all 0.3s ease;
    border-radius: 5px;
    overflow: hidden;
    background: var(--bs-white);
}

.projects .nav-item:hover {
    transform: translateY(-5px);
}

.projects .nav-item a {
    display: flex;
    align-items: center;
    padding: 1rem;
    text-decoration: none;
    transition: all 0.3s ease;
    border-radius: 5px;
    font-family: 'Jost', sans-serif;
    font-weight: 600;
}

.projects .nav-item a.active {
    background: var(--bs-primary);
}

.projects .nav-item a span {
    color: var(--bs-dark);
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.projects .nav-item a.active span {
    color: var(--bs-white);
}

/* Projects Icon */
.projects .projects-icon {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    transition: all 0.3s ease;
    background: var(--bs-primary);
    color: var(--bs-white);
}

.projects .nav-item a.active .projects-icon {
    background: var(--bs-dark) !important;
}

.projects .nav-item a.active .projects-icon span {
    color: var(--bs-primary);
}

/* Projects Content */
.projects .tab-content {
    height: 100%;
}

.projects-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.projects-item img {
    width: 100%;
    height: auto;
    transition: transform 0.5s ease;
}

.projects-item:hover img {
    transform: scale(1.05);
}

.projects-content {
    background: white;
    padding: 1.5rem;
}

.projects-content h4 {
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--bs-dark);
    font-family: 'Jost', sans-serif;
}

.projects-content p {
    color: #666;
    margin-bottom: 1.5rem;
    font-family: 'Inter', sans-serif;
}

.projects-content .btn-primary {
  
    background: var(--bs-primary);
    border: none;
    padding: 0.5rem 1.5rem;
    font-weight: 600;
    font-family: 'Jost', sans-serif;
        color: white !important; /* Force white text */
}

.projects-content .btn-primary:hover {
  
    background: var(--bs-dark);
}

/* Animation */
.wow.fadeInLeft {
    animation-name: fadeInLeft;
    animation-duration: 1s;
}

.wow.fadeInRight {
    animation-name: fadeInRight;
    animation-duration: 1s;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Responsive */
@media (max-width: 991.98px) {
    .projects .row {
        flex-direction: column;
    }
    
    .projects .col-lg-5,
    .projects .col-lg-7 {
        width: 100%;
        max-width: 100%;
    }
    
    .projects .nav {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 2rem;
    }
    
    .projects .nav-item {
        width: calc(50% - 0.5rem);
        margin: 0.25rem;
    }
}

@media (max-width: 767.98px) {
    .projects .nav-item {
        width: 100%;
    }
    
    .projects h1.display-4 {
        font-size: 2rem;
    }
}
/*** Projects Section End ***/