body {
  font-family: "Playfair Display", serif;
  margin: 0;
  padding: 0;
  font-size: 18px;
  overflow-x: hidden;
}

@media (max-width: 767px) {
  body {
    font-size: 18px; /* Adjust font size for mobile if necessary */
  }

  /* Make sure content fits within the viewport */
  .main-content,
  .header,
  .footer {
    width: 100%;
    padding: 0;
    margin: 0;
  }
}

h1 {
  text-transform: uppercase;
}

h1,
h2,
h3,
h5 {
  font-family: "Playfair Display", serif;
}
/* Banner Section */
.hero-banner {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("Images/about-banner.jpeg") center/cover no-repeat;
  height: 600px;
  position: relative;
  overflow: hidden;
}
.hero-banner-about {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("Images/about-banner-image.jpeg") center/cover no-repeat;
  height: 600px;
  position: relative;
  overflow: hidden;
}

.hero-banner-content {
  margin-top: 75px;
  text-align: center;
  color: white;
}

.hero-banner-content p{
 font-size: 20px;
}

.hero-banner-content h1 {
  font-size: clamp(24px, 5vw, 56px);
  margin-bottom: 20px;
}

.hero-banner-content .lead {
  font-size: clamp(16px, 3vw, 24px);
}

.brand-logo {
  margin-left: 100px;
  height: 190px;
  width: auto;
  object-fit: contain;
}

@media screen and (max-width: 992px) {
  .brand-logo {
    margin-left: 0px !important;
  }
  .hero-banner {
    height: 400px; /* reduce height for tablets */
  }

  .hero-banner-content {
    margin-top: 50px;
  }
  .hero-banner-content p{
 font-size: 18px;
}
}

@media screen and (max-width: 768px) {
  .hero-banner {
    height: 400px;
  }

  .hero-banner-content {
    margin-top: 30px;
  }
  .hero-banner-about {
    height: 400px;
  }
   .hero-banner-content p{
 font-size: 18px;
}
}

@media screen and (max-width: 480px) {
  .hero-banner {
    height: 300px;
  }

   .hero-banner-content p{
 font-size: 18px;
}
  .hero-banner-content {
    margin-top: 30px;
    font-size: 18px; /* smaller text for mobile */
  }

  .brand-logo {
    height: 70px; /* smaller logo */
  }
}
/*about*/
.about-section-dark {
  /* dark elegant background */
  color: #030000;
  background-color: #fbfdfe;
  text-align: center;
  position: relative;
}

.about-section-dark .subheading {
  font-size: 18px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #090600; /* gold accent */
  margin-bottom: 20px;
}

.about-section-dark .main-heading {
  font-family: "Playfair Display", serif;
  font-size: 42px;
  letter-spacing: 2px;
  margin-bottom: 30px;
  color: rgb(7, 0, 0);
}

.about-section-dark .about-description {
  max-width: 800px;
  margin: 0 auto 20px;
  font-size: 18px;
  line-height: 1.8;
  color: rgba(3, 0, 0, 0.85);
  font-family: "Playfair Display", serif;
  text-align: justify;
}

/* Optional subtle wave divider at bottom */
.about-section-dark::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
}

/* Responsive design */
@media (max-width: 768px) {
  .about-section-dark {
    padding: 40px 15px;
  }

  .about-section-dark .main-heading {
    font-size: 26px;
  }

  .about-section-dark .about-description {
    font-size: 16px;
  }
  .about-section-dark h1 {
    font-size: 26px;
  }
  .trade-section h2 {
    font-size: 26px !important;
  }
}

.pillar-title-piller {
  color: black;
  font-family: "Playfair Display", serif;
  font-size: 42px;
  background: #dfcb9e;
  text-align: center;
  margin-bottom: 0px;
  padding: 10px;
  margin-right: 60px;
}

.pillar-section {
  position: relative;
  padding: 150px 0 80px;
  background: #dfcb9e;
  overflow: hidden;
}

.curve-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: #fdfcfc;
  border-radius: 0 0 100% 0;
  margin-bottom: 60px;
}

.pillar-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}

.pillar-text {
  flex: 1 1 55%;
  font-family: "Playfair Display", serif;
}

.pillar-title {
  font-family: "Playfair Display", serif;
  font-size: 36px;
  margin-bottom: 25px;
  color: #fff;
  margin-left: 80px;
}

.pillar-text p {
  line-height: 1.8;
  font-size: 17px;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 15px;
  margin-left: 80px;
}

.pillar-images {
  flex: 1 1 40%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}

.pillar-images .image {
  width: 250px;
  height: 300px;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
}

.pillar-images .image-top {
  position: absolute;
  top: 0;
  left: 40px;
  z-index: 2;
  height: 200px;
  width: 170px;
  border-radius: 50% 50% 0 0;
  margin-top: 100px;
}

.pillar-images .image-bottom {
  position: relative;
  z-index: 1;
  margin-top: 50px;
}

.pillar-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* ----------- Mobile Responsive (for screens ≤ 768px) ----------- */
@media (max-width: 768px) {
  .pillar-title-piller {
    color: black;
    font-family: "Playfair Display", serif;
    font-size: 26px;
    background: #dfcb9e;
    align-items: center;
    text-align: center;
    margin-bottom: 0px;
    padding: 6px;
    margin-left: 0px;
  }

  .pillar-container {
    flex-direction: column; /* Stack vertically */
    text-align: center;
    gap: 20px;
  }

  .pillar-text {
    flex: 1 1 100%;
    margin: 0 auto;
    padding-right: 60px;
  }

  .pillar-title {
    font-family: "Playfair Display", serif;
    font-size: 26px;
    margin-bottom: 25px;
    color: #fff;
    margin-left: 0px;
  }

  .pillar-text p {
    margin-left: 0;
    font-size: 15px;
  }

  .pillar-images {
    flex-direction: row;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  /* ✅ Keep two-image layout exactly same as desktop */
  .pillar-images {
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }

  .pillar-images .image-top {
    position: relative; /* remove absolute for stacking */
    top: auto;
    left: 30px;
    margin-top: 0;
    border-radius: 50% 50% 0 0; /* optional if you want the same style */
  }

  .pillar-images .image-bottom {
    margin-top: 20px;
    right:83px; 
    /* space between top and bottom images */
  }
}

.gold-trade-section {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(rgba(4, 4, 4, 0.5), rgba(0, 0, 0, 0.5)),
    url("Images/golden-bull-with-graphic-elements-related-financial-sector.jpg")
      center/cover no-repeat;
  height: 600px;
  /* light golden beige tone */
  overflow: hidden;
}

.gold-trade-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5); /* adjust 0.5 for transparency */
  z-index: 1;
}

.gold-content {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
  z-index: 2;
  position: relative;
}

.gold-text {
  flex: 1 1 500px;
  color: #f9f9fb;
}

.gold-text h2 {
  color: #fffffe;
  font-family: "Playfair Display", serif;
  font-size: 36px;
  margin-bottom: 25px;
}

.gold-text p {
  color: #fffffe;
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 20px;
}

.gold-text ul {
  list-style: none;
  padding: 0;
}

.gold-text ul li {
  margin-bottom: 10px;
  line-height: 1.6;
}

.gold-images {
  flex: 1 1 400px;
  position: relative;
}

.gold-main-img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.gold-overlay-img {
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 200px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
  transform: rotate(-5deg);
}

/* 🌐 Mobile Responsive */
@media (max-width: 768px) {
  .gold-trade-section {
    padding: 30px 0;
    background: linear-gradient(rgba(4, 4, 4, 0.5), rgba(0, 0, 0, 0.5)),
      url("Images/golden-bull-with-graphic-elements-related-financial-sector.jpg")
        center/cover no-repeat;
    height: 1000px;
    /* light golden beige tone */
    overflow: hidden;
  }

  .gold-content {
    flex-direction: column;
    text-align: center;
  }
  .gold-text{
    margin-bottom: 100px;
  }

  .gold-text h2 {
    color: #fffffe;
    font-family: "Playfair Display", serif;
    font-size: 26px;
    margin-bottom: 65px;
  }

  .gold-images {
    margin-top: 30px;
  }

  .gold-overlay-img {
    position: relative;
    bottom: 0;
    right: 0;
    margin-top: -20px;
    transform: none;
  }
  .gold-bg-curve {
    height: 100px;
    clip-path: ellipse(100% 100% at 50% 0%);
  }
}
.trade-section {
  position: relative;
  background: linear-gradient(rgba(4, 4, 4, 0.5), rgba(0, 0, 0, 0.5)),
    url("Images/webp-images/About-page.webp")
      center/cover no-repeat;
  height: 750px;
  /* light golden beige tone */
  overflow: hidden;
  color: #ffffff;
  padding-top: 45px;
  padding-bottom: 45px;

  font-family: "Playfair Display", serif;
  line-height: 1.8;
  background-position: top 35% center;


}
.trade-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(5, 5, 5, 0.5);
  /* 👈 controls image opacity */
  
}


.trade-section h2 {
  position: relative;
  font-family: "Playfair Display", serif;
  font-size: 2.5rem;
  text-transform: uppercase;
  color: #fdfbfb;
  text-align: center;
  margin-bottom: 0.5rem;
  letter-spacing: 1px;
}

.trade-section h4 {
  position: relative;
  font-family: "Playfair Display", serif;
  font-size: 1.4rem;
  text-align: center;
  color: #fefdfc;
  margin-bottom: 2rem;
  letter-spacing: 0.5px;
}

.trade-section p {
  position: relative;
   font-family: "Playfair Display", serif;
  max-width: 900px;
  margin: 0 auto 1.5rem auto;
  color: #ffffff;
  text-align: center;
  font-size: 1rem;
}


.trade-section h3 {
  position: relative;
  
  font-size: 1.6rem;
  color: #ffffff;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 25px;
}

.trade-section ul {
  position: relative;
  list-style: none;
  padding: 0;
  max-width: 700px;
  margin: 0 auto;
}

.trade-section ul li {
  position: relative;
  color: #fefefe;
  font-size: 1rem;
  margin-bottom: 12px;
  line-height: 1.6;
  position: relative;
  padding-left: 20px;
}

.trade-section ul li::before {
  position: relative;
  content: "•";
  position: absolute;
  left: 0;
  color: #b89f73;
  font-size: 1.3rem;
  line-height: 1;
}

.trade-section .closing {
  margin-top: 40px;
  font-style: italic;
  text-align: center;
  color: #ffffff;
}

@media (max-width: 768px) {
.trade-section {
  height:auto;
  background-color: #050300;
  color: #ffffff;
  font-family: "Playfair Display", serif;
  line-height: 1.8;
 
}
}

/* Vision and mision*/

.cards-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  perspective: 1000px;
}

.card {
  background: white;
  border-radius: 25px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}

.card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  transition: height 0.3s ease;
}

.card.mission::before {
  background: linear-gradient(90deg, #c9a961, #ff8e53);
}

.card.vision::before {
  background: linear-gradient(90deg, #b89f73, #ffa500);
}

.card.values::before {
  background: linear-gradient(90deg, #c9a961, #ffa500);
}

.card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.card:hover::before {
  height: 8px;
}

.icon-container {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  transition: transform 0.3s ease;
}

.card:hover .icon-container {
  transform: scale(1.1) rotate(5deg);
}

.mission .icon-container {
  background: linear-gradient(135deg, #c9a961, #ff8e53);
}

.vision .icon-container {
  background: linear-gradient(135deg, #c9a961, #ffd93d);
}

.values .icon-container {
  background: linear-gradient(135deg, #c9a961, #ffa500);
}

.icon-container svg {
  width: 40px;
  height: 40px;
  fill: white;
}

.card-title {
  font-size: 1.8em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.mission .card-title {
  color: #c9a961;
}

.vision .card-title {
  color: #c9a961;
}

.values .card-title {
  color: #c9a961;
}

.card-content {
  color: #666;
  line-height: 1.6;
  text-align: center;
  font-size: 0.95em;
}

@media (max-width: 768px) {
  .title {
    font-size: 2em;
  }

  .cards-wrapper {
    grid-template-columns: 1fr;
  }
}

/* Main Certificate Section */
.main-certificate-section { 
  background: white;
  border-radius: 15px;
  padding: 50px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  margin: 40px 0 60px;
}

.main-certificate-section h2 {
  color: #2c3e50;
  margin-bottom: 20px;
  font-weight:bold;
  text-transform: uppercase;
  text-align: center;
}

.section-subtitle {
  color: #666;
  text-align: center;
  margin-bottom: 40px;
  font-size: 1.1rem;
}

.certificate-preview {
  border: 5px solid #d4af37;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(212, 175, 55, 0.3);
  margin-bottom: 30px;
}

.main-certificate-img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

.certificate-preview:hover .main-certificate-img {
  transform: scale(1.05);
}

.view-certificate-btn {
  background: linear-gradient(135deg, #d4af37, #f4c430);
  color: #333;
  border: none;
  padding: 15px 50px;
  font-size: 1.2rem;
  font-weight: bold;
  border-radius: 30px;
  box-shadow: 0 5px 15px rgba(212, 175, 55, 0.4);
  transition: all 0.3s ease;
}

.view-certificate-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(212, 175, 55, 0.6);
}

.btn-icon {
  margin-right: 10px;
  font-size: 1.3rem;
 } 



/* Modal Styles */
/* .modal-content { 
  background: transparent;
  border: none;
}

.modal-body {
  padding: 0;
  position: relative;
}
.modal-body img {
  width:350px;
  height: auto;
  border: 10px solid #c8c7c7;
  max-width: 800px;
  max-height: 600px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  border-radius: 8px;
}

.modal-image {
  width: 50%;
  border-radius: 10px;
}


.small-certificate {
  width: 30%;          
  max-width: 400px;    
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  transition: transform 0.3s;
  margin-bottom: 40px;
}

.small-certificate:hover {
  transform: scale(1.03);
}

@media (max-width: 768px) {
    .d-flex {
    flex-direction: column; 
  }
  
  .small-certificate {
    width: 90%;        
    margin-bottom: 15px;
  }
}*/


/* Modal content box */
.modal-content {
  background: rgba(255, 255, 255, 0.98);
  border: none;
  border-radius: 20px;
  max-width: 1200px;      /* ⬆ increased max width */
  width: 85%;             /* ⬆ fill more horizontal space */
  margin: 0 auto;         /* ✅ perfectly centered */
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

/* Modal body */
.modal-body {
  padding: 40px;          /* ⬆ more breathing room */
  position: relative;
}

/* Close button styling */
.btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
.btn-close:hover {
  opacity: 1;
}

/* Certificate image card styling */
.modal-image {
  margin-top: 30px;
  width: 95%;               /* ⬆ larger images */
  height: auto;
  margin-bottom: 30px;
  padding: 10px;
  border-radius: 20px;      /* ⬆ softer corners */
  display: block;
  box-shadow: 0 15px 30px rgba(218, 165, 32, 0.45);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  object-fit: contain;
}

/* Hover effect */
.modal-image:hover {
  transform: scale(1.05);
  box-shadow:
    0 4px 12px rgba(255, 215, 0, 0.5),
    0 0 30px rgba(255, 223, 128, 0.5);
}

/* Container for horizontal layout */
.image-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;                /* ⬆ more spacing between images */
  flex-wrap: wrap;          /* ✅ wraps on smaller screens */
}

/* Adjust image sizing inside row */
.image-row .modal-image {
  width: 48%;               /* ⬆ slightly bigger */
  margin: 0;
}

/* Headline styling */
.modal-body h1 {
  font-size: 2.2rem;        /* ⬆ bigger title */
  color: #c9a961;           /* golden tone */
  margin-bottom: 30px;
  letter-spacing: 1px;
}

/* ✅ Responsive for mobile */
@media (max-width: 768px) {
 
  .modal-body {
    padding: 25px;
  }

  .image-row {
    flex-direction: column;
    gap: 20px;
  }

  .image-row .modal-image {
    width: 90%;
  }

  .modal-body h1 {
    font-size: 1.6rem;
  }
}




    /* View Certificate Button Styling */
  .modal-image-iso{
      width: 50%;
      height: 5% !important;
      margin-bottom: 20px;
      padding:10px 10px 10px 10px;
      border-radius: 15px;
      display: block;
     box-shadow: 0 4px 10px rgba(218, 165, 32, 0.3);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      object-fit: contain;
      margin-left: 150px;
  }
  
  .modal-content-ios{
    background: rgba(255, 255, 255, 0.98); 
    border: none; 
    border-radius: 20px; 
    max-width: 800px; 
    width:60%; 
    margin-left:200px; 
    margin-right:200px; 
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}
  
   
  .modal-image-iso:hover {
      transform: scale(1.02);
      box-shadow:
  0 4px 10px rgba(255, 215, 0, 0.3),
  0 0 20px rgba(255, 223, 128, 0.4);

    }

    
    
    /* ✅ Mobile view adjustments */
@media (max-width: 768px) {
  .modal-content-ios {
    width: 120%;           /* fill most of the screen */
    max-width: 190%;
    padding: 15px;
    margin-left: 0px;
    margin-right: 0px
  }

  .modal-image-iso {
    width: 90%;           /* larger on mobile */
    margin: 10px auto;
    
  }
}


/* Footer Section */
/* Footer Section */
.site-footer {
  background-color: rgb(12, 12, 67);
  color: white;
  padding: 40px 20px 20px;
}

.footer-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto 30px;
}

.footer-section .brand-logo {
  height: 150px;
  margin: 0 auto 20px;
}
 .footer-section-partner .footer-section-quick{
    margin-left: 80px;
  }

.footer-section {
  text-align: left;
  margin-left: 50px;
  width: 300px;
}

.footer-section .brand-logo {
  height: 150px;
  margin: 0 auto 10px;
}

.footer-section h3 {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #c9a961;
  margin-left: 30px;
  font-weight: bold;
}

.footer-section ul {
  list-style: none;
}

.footer-section ul li {
  margin-bottom: 10px;
  margin-right: 30px;
}

.footer-section ul li a {
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-section ul li a:hover {
  color: #c9a961;
  text-decoration: underline;
}

.footer-section p {
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
}

.footer-bottom {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 12px;
  opacity: 0.8;
}

@media (max-width: 768px) {
  .footer-container {
    grid-template-columns: 1fr; /* stack sections vertically */
    gap: 15px;
    text-align: center;
    /* margin-left: 70px; center everything inside the container */
  }

  .footer-section {
    text-align: center; /* center all text in each section */
    margin-left: 0; /* remove fixed margin */
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .footer-section h3 {
    margin-bottom: 10px;
    margin-right: 60px;
  }

  .footer-section ul {
    padding: 0;
    list-style: none;
    text-align: center; /* center list items */
  }

  .footer-section .brand-logo {
    height: 100px;
    margin: 0 10px; /* center logo */
    display: block;
  }
}



.navbar {
  background: transparent;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}

.navbar-brand {
  font-size: 1.8rem;
  font-weight: 700;
  color: white !important;
  letter-spacing: 1px;
  transition: transform 0.3s ease;
}

.navbar-brand:hover {
  transform: scale(1.05);
}

.navbar-brand img {
  max-height: 87px;
  width: auto;
}

.nav-link {
  font-weight: 500;
  margin: 0 0.5rem;
  padding: 0.5rem 1rem !important;
  border-radius: 4px;
  transition: all 0.3s ease;
  position: relative;
  color: #f5f6f7 !important;
}

.nav-link:hover,
.nav-link.active {
  color: #c9a961 !important;
  /* background-color: rgba(255, 255, 255, 0.15); */
  transform: translateY(-2px);
}

.nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #c9a961;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

.nav-link:hover::after,
.nav-link.active::after {
  width: 90%;
}

.navbar-toggler {
  border: none;
  padding: 0.25rem 0.75rem;
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25);
  outline: none;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.85)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Mobile Menu Fix */
.navbar-collapse {
  transition: all 0.3s ease;
  margin-right: 19pc;
}

.navbar-collapse.show {
  padding: 1rem;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  gap: 3.7rem !important;
}

.nav-item {
  width: 100%;
}

@media (max-width: 767.98px) {
  .navbar {
    padding: 0.75rem 0;
  }

  .navbar-brand {
    font-size: 1.5rem;
    margin-left: 0.5rem;
  }

  .navbar-brand img {
    max-height: 60px;
  }

  .nav-link {
    margin: 0.25rem 0;
    padding: 0.75rem 1.5rem !important;
    color: #000203 !important;
  }

  .navbar-collapse {
    background-color: rgba(250, 251, 255, 0.95);
    margin-top: 0.5rem;
    border-radius: 4px;
    padding: 1rem;
  }

  .nav-link:hover,
  .nav-link.active {
    border-left: 3px solid rgb(5, 35, 230);
    padding-left: 1.25rem !important;
  }

  .nav-link::after {
    display: none;
  }
  .navbar-nav {
    gap: 0px !important;
  }
  .navbar-collapse {
    margin-right: 0px;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    align-items: center;
    gap: 0.5rem;
    flex-direction: row;
  }

  .nav-item {
    width: auto;
  }

  .navbar-collapse.show {
    background-color: transparent !important;
    margin-top: 0 !important;
    padding: 0 !important;
  }
}

.hero {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 4rem 2rem;
  text-align: right;
  min-height: calc(100vh - 70px);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 3rem;
}

.hero h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
  font-weight: 700;
}

.hero p {
  font-size: 1.25rem;
  opacity: 0.9;
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  .hero {
    margin-right: 1rem;
    text-align: center;
    justify-content: center;
  }

  .hero h1 {
    font-size: 2rem;
  }

  .hero p {
    font-size: 1rem;
  }
}
@media (max-width: 490px) {
  .pillar-title-piller {
    color: #fff;
    border-radius: 70px 0px;
    width: 82%;
    padding: 15px;
    margin: 0px;
  }
}
