
    .biz-section {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      padding: 60px 8%;
      gap: 40px;
      color: #222;
      background: #f4f8ff;
    }

    /* Left column */
    .biz-content {
      flex: 1;
    }

    .biz-tag {
      display: inline-block;
      background: #fff;
      border: 1px solid #104cba;
      color: #104cba;
      border-radius: 20px;
      padding: 5px 14px;
      font-size: 12px;
      font-weight: bold;
      margin-bottom: 20px;
    }

    .biz-title {
      font-size: 32px;
      font-weight: 700;
      color: #104cba;
      line-height: 1.3;
      margin-bottom: 20px;
    }

    .biz-text {
      font-size: 16px;
      line-height: 1.6;
      margin-bottom: 30px;
      color: #444;
    }

    /* Info Box wrapper */
    .biz-info-box {
      display: flex;
      align-items: stretch;
      margin-bottom: 20px;
      border-bottom: 1px solid #ddd;
      padding-bottom: 20px;
    }

    .biz-info-box:last-child {
      border-bottom: none;
    }

    /* Left colored block */
    .biz-info-left {
      min-width: 250px;
      padding: 20px;
      border-radius: 8px;
      font-weight: 400;
      position: relative;
      overflow: hidden;
    }

    .biz-blue h4 {
  color: #fff !important;
}

    .biz-info-left h4 {
      margin: 0;
      font-size: 18px;
      font-weight: bold;
      position: relative;
      z-index: 2;
    }

    .biz-info-left i {
      font-size: 70px;
      opacity: 0.15;
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translateY(-50%);
      z-index: 1;
    }

    /* Right description */
    .biz-info-right {
      padding-left: 20px;
      display: flex;
      align-items: center;
      font-size: 15px;
      color: #333;
    }

    /* Specific backgrounds */
    .biz-blue { background: #104cba; }
    .biz-yellow { background: #fec701; color: #000; }
    .biz-green { background: #24f95d80; }

    /* Right column */
    .biz-image-box {
      flex: 1;
      position: relative;
    }

    .biz-image-box img {
      max-width: 100%;
      height: 620px;
      object-fit: cover;
      border-radius: 10px;
      box-shadow: 0 6px 20px rgba(0,0,0,0.1);
      display: block;
    }

    .biz-btn {
      position: absolute;
      bottom: 20px;
      right: 20px;
      background: #104cba;
      color: #fff;
      padding: 14px 26px;
      border-radius: 6px;
      text-decoration: none;
      font-weight: bold;
      transition: 0.3s;
    }

    .biz-btn:hover {
      background: #126ceb;
            color: #fff;

    }

    /* Responsive */
    @media (max-width: 900px) {
      .biz-section {
        flex-direction: column;
      }
      .biz-content, .biz-image-box {
        width: 100%;
      }
      .biz-image-box img{
       height:auto;
      }
      .biz-info-box {
        flex-direction: column;
      }
      .biz-info-right {
        padding-left: 0;
        margin-top: 10px;
      }
    }
  


    
  

    .pkg-section {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      padding: 60px 8%;
      gap: 40px;
      background: #f4f8ff;
      margin: 0;
    }

    /* Left side sticky */
    .pkg-content {
      flex: 1;
    }

    .pkg-tag {
      display: inline-block;
      background: #fff;
      border: 2px solid #007bff;
      color: #007bff;
      border-radius: 20px;
      padding: 5px 14px;
      font-size: 14px;
      font-weight: bold;
      margin-bottom: 20px;
    }

    .pkg-title {
      font-size: 32px;
      font-weight: 700;
      color: #0056ff;
      line-height: 1.3;
      margin-bottom: 20px;
    }

    .pkg-text {
      font-size: 16px;
      line-height: 1.6;
      margin-bottom: 30px;
      color: #444;
    }

    .pkg-btn {
      background: #007bff;
      color: #fff;
      padding: 14px 26px;
      border-radius: 6px;
      text-decoration: none;
      font-weight: bold;
      display: inline-block;
      transition: 0.3s;
    }

    .pkg-btn:hover {
      background: #0056cc;
      color: #fff;
    }

    /* Right Boxes */
    .pkg-boxes {
      flex: 1;
      position: relative;
    }

    .pkg-boxes .pkg-box:first-child {
      margin-bottom: 60px; 
    }

    .pkg-box {
      background: #fff;
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0 6px 20px rgba(0,0,0,0.1);
      margin-bottom: 20px;
      position: sticky;
      position: -webkit-sticky; 
      top: 100px;
    }

    .pkg-box h3 {
      margin: 0 0 10px;
      font-size: 18px;
      font-weight: bold;
    }

    .pkg-box p {
      margin: 0;
      font-size: 14px;
      color: #555;
    }

    .pkg-number {
      font-size: 22px;
      font-weight: bold;
      color: #007bff;
      margin-bottom: 8px;
    }

   

    /* Responsive */
    @media (max-width: 900px) {
      .pkg-section {
        flex-direction: column;
      }
      .pkg-boxes {
        width: 100%;
      }
    }
  

    
    

    .pricing-section {
      text-align: center;
      padding: 80px 20px;
      color: #fff;
     background: #ff9d03;
    }

       .pricing-section-tag{
    display: inline-block;
    background: #ffffff00;
    border: 1px solid #ffffff;
    color: #ffffff;
    border-radius: 20px;
    padding: 5px 14px;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 20px;
    }

    .pricing-section h2 {
      font-size: 36px;
      font-weight: 600;
      margin-bottom: 10px;
      color: #ffffff;
    }

    .pricing-section p {
      font-size: 18px;
      text-align: center;
    max-width: 700px;
    margin: 0px auto;
    line-height:1.7;
    color: #ffffff;
    }

    .plans {
      display: flex;
      justify-content: center;
      gap: 30px;
      flex-wrap: wrap;
      max-width: 1400px;
      margin: 0 auto;
      padding-top:30px;
    }

    .plan-box {
      background: #fff;
      border-radius: 10px;
      padding: 20px;
      flex: 1;
      max-width: 480px;
      box-shadow: 0px 4px 8px rgba(0,0,0,0.1);
      text-align: left;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .plan-header {
      background: #156ef61a;
      border-radius: 8px;
      text-align: center;
      padding: 15px;
      margin-bottom: 20px;
    }

    .plan-header h3 {
      margin: 0;
      font-size: 36px;
      font-weight: 600;
      color: #0d47a1;
    }

    .plan-header p {
      margin-top: 5px;
      font-size: 14px;
      color: #555;
    }

    .plan-header hr {
  border: 0;
  border-top: 1px solid #ccc;
  margin: 20px auto;
  width: 100%;   /* You can adjust width */
  
}


    /* List features */
    .plan-features {
      list-style: none;
      padding: 0;
      margin: 0 0 20px 0;
    }

    .plan-features li {
      padding: 12px 0;
    }

    .plan-features .content {
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .plan-features .icon {
      color: #285ec1;
      font-size: 14px;
    }

    .plan-features .title {
      font-size: 14px;
      color: #333;
      white-space: nowrap;
    }

    .plan-features .separator {
      border-top: 1px solid #ccc;
      flex: 1;              /* flexible line */
      flex-basis: 0;
      margin: 0 8px;
    }

    .plan-features .meta {
      font-size: 13px;
      color: #1b1b1b4d;
      white-space: nowrap;
      text-decoration: line-through; /* strike-through */
    }

    .plan-features .description {
      font-size: 11px;
      color: #2a49fa;
      margin-top: 10px;
    }

    /* Footer */
    .plan-footer {
      background: #ff9d03;
      border-radius: 6px;
      padding: 15px;
      text-align: center;
      margin-top: auto;
    }
    .service-normal img {
    width: 60px;
    margin-bottom: 20px;
}

    .plan-footer .old-price {
      text-decoration: line-through;
      color: #1717174d;
    opacity: 0.7;
    font-size: 28px;
    display: block;
    margin-bottom: 15px;
    font-weight: 600;
    }

    .plan-footer .new-price {
      color: #000;
      margin-bottom: 8px;
      font-size: 28px;
    font-weight: 600;
    }

    .plan-footer small {
      font-size: 16px;
      display: block;
      margin-bottom: 30px;
      color: #333;
    }

    .plan-footer a {
      display: inline-block;
      background: #285ec1;
      color: #fff;
      text-decoration: none;
      padding: 10px 20px;
      border-radius: 6px;
      font-weight: bold;
      transition: 0.3s;
      padding: 20px 70px;
     font-size: 20px;
    }

    .plan-footer a:hover {
      background: #054bb8;
    }

    /* Blue header style for Scale */
    .scale-header {
      background: #285ec1;
      color: #fff !important;
    }

    .scale-header h3,
    .scale-header p {
      color: #fff;
    }

    .scale-footer {
      background: #285ec1;
      color: #fff;
    }
    .scale-footer small{
      font-size: 16px;
      display: block;
      margin-bottom: 30px;
      color: #ffffffe6;
    }

    .scale-footer .old-price {
    text-decoration: line-through;
    color: #ffffffb3;
    opacity: 0.7;
    font-size: 28px;
    display: block;
    margin-bottom: 15px;
    font-weight: 600;
}

    .scale-footer .new-price {
      font-size: 28px;
    font-weight: 600;
    color: #fff;
    }

    .scale-footer a {
      background: #ff9d03;
      color: #000;
      transition: 0.3s;
      padding: 20px 100px;
     font-size: 20px;

    }

    .scale-footer a:hover {
      background: #e6c400;
    }

    /* Mobile Responsive Adjustments */
@media (max-width: 768px) {
  .plan-footer .old-price,
  .scale-footer .old-price {
    font-size: 20px;   /* smaller strike-through price */
    margin-bottom: 10px;
  }

  .pricing-section p {
    font-size: 16px;
  }
  .pricing-section h2 {
    font-size: 32px;
  }

  .plan-footer .new-price,
  .scale-footer .new-price {
    font-size: 22px;   /* reduce main price */
  }

  .plan-footer small,
  .scale-footer small {
    font-size: 13px;   /* reduce small text */
    margin-bottom: 20px;
  }

  .plan-footer a,
  .scale-footer a {
    font-size: 16px;   /* reduce button text */
    padding: 15px 60px; /* smaller button padding */
  }
}


  


    .comparison-section {
      padding: 80px 20px;
      text-align: center;
     background: #f3f6fb;
      color: #333;

    }

    .comparison-section h2 {
      font-size: 42px;
      font-weight: 600;
      margin-bottom: 20px;
    }

    .comparison-section h2 span {
      color: #104cba;
    }

    .comparison-section p {
      font-size: 18px;
      color: #333;
      line-height: 1.6;
      max-width: 800px;
      margin: 0 auto;
    }

    .comparison-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
      margin: 0 auto;
    max-width: 800px;
    padding-top: 50px;
    }

    .comparison-card {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      padding: 15px;
      border-radius: 8px;
      text-align: left;
      font-size: 14px;
    }

    /* Left side - Others (Red Cards) */
    .comparison-card.others {
      background: #f9244433;
    }

    .comparison-grid .comparison-card:nth-child(odd) strong {
  color: #1b1b1b80; 
}

    
    .comparison-card.others i {
      color: #e53935;
      font-size: 18px;
      margin-top: 2px;
    }

    /* Right side - Thrivepix (Blue Cards) */
    .comparison-card.thrivepix {
      background: #156ef61a;
      border: 2px solid #285ec1;
    }

    .comparison-card.thrivepix i {
      color: #285ec1;
      font-size: 18px;
      margin-top: 2px;
    }

    .comparison-card strong {
      display: block;
      margin-bottom: 5px;
      font-size: 18px;
      font-weight: 700;
    }
    .grid-content p {
      font-size: 15px;
      color: #333;
      line-height: 1.6;
      max-width: 800px;
      margin: 0 auto;
    }

    /* Footer text */
    .comparison-footer {
      margin-top: 40px;
      font-size: 14px;
      color: #444;
      line-height: 1.6;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    /* CTA button */
    .comparison-footer a {
      display: inline-block;
      margin-top: 20px;
      padding: 14px 28px;
      background: #104cba;
      color: #fff;
      text-decoration: none;
      border-radius: 6px;
      font-weight: bold;
      font-size: 15px;
      transition: 0.3s;
    }

    .comparison-footer a:hover {
      background: #054bb8;
    }

    /* Responsive */
    @media (max-width: 768px) {
      .comparison-grid {
      grid-template-columns: 1fr 1fr;
      }

          .comparison-section h2 {
              font-size: 32px;
          }

      .comparison-card {
        font-size: 13px;
      }

      .comparison-card strong {
        font-size: 15px;
      }
      .comparison-card .grid-content p {
        font-size: 13px;
      }

      .comparison-section p {
        font-size: 16px;
      }

      .comparison-footer {
        font-size: 13px;
      }

      .comparison-footer a {
        font-size: 14px;
        padding: 12px 24px;
      }
    }



    .faqsec-container {
      max-width: 700px;
      margin: 50px auto;
      padding: 50px 20px;
      text-align: center;
      color: #222;

    }

    .faqsec-title {
      font-size: 42px;
      font-weight: bold;
      margin-bottom: 10px;
    }

    .faqsec-subtitle {
      font-size: 1rem;
      color: #555;
      margin-bottom: 30px;
    }

    .faqsec-item {
      border: 1px solid #ddd;
      border-radius: 8px;
      margin-bottom: 20px;
      text-align: left;
      overflow: hidden;
      transition: all 0.3s ease;
      background: #fff;
    }

    .faqsec-question {
      background: #fff;
      padding: 28px;
      cursor: pointer;
      font-weight: 700;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 15px;
    }


    .faqsec-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      font-size: 14px;
      line-height: 1.6;
      color: #333;
      transition: all 0.3s ease;
    }

    .faqsec-item.faqsec-active .faqsec-answer {
      max-height: 400px; /* enough space for text */
      padding: 15px 20px 20px;
    }

    /* Square icon style */
    .faqsec-icon {
      width: 30px;
      height: 30px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 28px;
      font-weight: bold;
      color: #333;
      background: #f1f1f1;
      transition: background 0.3s ease, color 0.3s ease;
      border-radius: 8px;
    }


    /* Responsive */
    @media (max-width: 600px) {
      .faqsec-title {
        font-size: 32px;
      }
      .faqsec-question {
        font-size: 16px;
      }
    }
  
  


    .aboutsec-wrapper {
      max-width: 1300px;
      margin: 50px auto;
      background: #285ec1;
      border-radius: 12px;
      padding: 79px;
      display: flex;
      flex-wrap: wrap;
      gap: 50px;
      color: #fff;
    }

    .aboutsec-left {
      flex: 1 1 300px;
      background: #0b4daf;
      border-radius: 10px;
      padding: 28px 28px 80px 28px;
      text-align: center;
    }

    .aboutsec-profile img {
      width: 200px;
      height: 200px;
      border-radius: 50%;
      object-fit: cover;
      margin-bottom: 20px;
    }

    .aboutsec-name {
      font-size: 32px;
      font-weight: bold;
      margin-bottom: 20px;
    }

    .aboutsec-desc {
      font-size: 16px;
      line-height: 1.6;
      margin-bottom: 20px;
    }

    .aboutsec-socials {
      display: flex;
      justify-content: center;
      gap: 12px;
    }

    .aboutsec-socials a {
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 6px;
      background: #fff;
      transition: all 0.3s ease;
    }

    .aboutsec-socials a:hover {
      background: #ffda00;
    }

    .aboutsec-socials img.aboutsec-icon {
      width: 20px;
      height: 20px;
      object-fit: contain;
    }

    .aboutsec-right {
      flex: 2 1 500px;
    }

    .aboutsec-badge {
      display: inline-block;
      padding: 6px 16px;
      border: 1px solid #fff;
      border-radius: 20px;
      font-size: 13px;
      margin-bottom: 15px;
    }

    .aboutsec-heading {
      font-size: 42px;
      font-weight: bold;
      margin-bottom: 20px;
    }

    .aboutsec-heading span {
      color: #ffda00;
    }

    .aboutsec-text {
     font-size: 18px;
    line-height: 1.8;
    margin-bottom: 25px;
    font-weight: 400;
    }

    .aboutsec-btn {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      background: #ffda00;
      color: #000;
      font-weight: bold;
      padding: 12px 20px;
      border-radius: 6px;
      text-decoration: none;
      transition: all 0.3s ease;
    }

    .aboutsec-btn:hover {
      background: #ffc400;
    }

    @media (max-width: 768px) {
      .aboutsec-wrapper {
        flex-direction: column;
        padding: 20px;
      }
          
      .aboutsec-heading {
        font-size: 32px;
      }
      .aboutsec-text {
        font-size: 16px;
      }    
      .aboutsec-name {
      font-size: 29px;
    }

    .aboutsec-desc {
      font-size: 16px;  
    }
    .aboutsec-profile img {
    width: 120px;
    height: 120px;
    }
}
  



    .projsec-wrapper {
      background: url("../images/new-section/Yellow-Banner.png") no-repeat center center/cover;
      padding: 80px 20px;
      position: relative;
      overflow: hidden;
      color: #000;
      margin-top: 100px;
    }

    .projsec-container {
      max-width: 1200px;
      margin: 0 auto;
    }

    /* Left Content Only */
    .projsec-left {
      max-width: 600px;
    }

    .projsec-heading {
      font-size: 38px;
      font-weight: 700;
      margin-bottom: 20px;
      line-height: 1.3;
    }

    .projsec-text {
      font-size: 16px;
      line-height: 1.6;
      margin-bottom: 25px;
    }

    .projsec-btn {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: #104cba;
      color: #fff;
      font-weight: bold;
      padding: 14px 24px;
      border-radius: 6px;
      text-decoration: none;
      transition: all 0.3s ease;
      margin-bottom: 30px;
    }

    .projsec-btn:hover {
      background: #0f57c2;
    }

    /* Checks grid */
    .projsec-checks {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 16px 30px;
    }

    .projsec-check {
      font-size: 15px;
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .projsec-check img {
      width: 18px;
      height: 18px;
    }

    @media (max-width: 768px) {

        .projsec-wrapper {
          margin:0;
        }
      .projsec-left {
        max-width: 100%;
        text-align: center;
      }
      .projsec-checks {
        grid-template-columns: 1fr;
        text-align: left;
        max-width: 350px;
        margin: 0 auto;
      }
      .projsec-heading {
      font-size: 32px;
      }
    }
  

  

    .footer-wrapper {
      background: #111;
      padding: 60px 20px 20px;
      font-size: 14px;
      line-height: 1.6;
      color: #fff;

    }

    .footer-top {
      max-width: 1200px;
      margin: 0 auto 30px;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 30px;
    }

    /* Left (logo, desc, buttons) */
    .footer-about {
      flex: 1;
      min-width: 280px;
    }

    .footer-about img {
      max-height: 40px;
      margin-bottom: 15px;
    }

    .footer-about p {
      margin-bottom: 20px;
      color: #ccc;
    }

    .footer-socials {
      gap: 10px;
      margin-bottom: 20px;
    }
section.hero-section-three.bgs-cover.overlay.pt-160.rpt-140.pb-80.rpb-100{background-color: #ff9d03;}
    .footer-socials a {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      background: #1366e2;
      padding: 8px 14px;
      border-radius: 6px;
      color: #fff;
      font-size: 13px;
      text-decoration: none;
      font-weight: bold;
    }
    .hero-section-form.bg-white.p-50.wow.fadeInRight.delay-0-4s.animated p {
    color: #000;
}
    .footer-col h3, p {
    color: #fff;
}
.footer-widget.link-widget.ml-20.rml-0 ul li a {
    font-size: 14px;
    font-weight: 100;
}
.footer-widget.about-widget .text {
    font-size: 16px;
    font-weight: 100;
}
.footer-address a {
    color: #fff;
}
.service-normal p {
    color: #000;
}

section.what-we-do.bg-lighter.pt-115.rpt-95.pb-90.rpb-70 p {
    color: #000;
}
    .footer-socials a.whatsapp {
      background: #25d366;
    }

    /* Right (email, phone) */
    .footer-contact {
      flex: 1;
      min-width: 250px;
      display: flex;
      justify-content: flex-end;
      gap: 40px;
    }

    .footer-contact p {
      margin: 0;
    }

    .footer-contact strong {
      display: block;
      font-weight: bold;
      color: #fff;
      margin-bottom: 2px;
      font-size: 13px;
    }

    .footer-contact a {
      color: #ffda00;
      text-decoration: none;
      font-size: 18px;
    }

    /* Divider */
    .footer-divider {
      margin: 30px auto;
      height: 1px;
      background: #333;
      max-width: 1200px;
    }

    /* Footer Columns */
    .footer-container {
      max-width: 1200px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1.5fr 1fr 1fr 1.5fr; /* Services & Address wider */
      gap: 40px;
    }

    .footer-col h4 {
      font-weight: 700;
      font-size: 14px;
      margin-bottom: 15px;
      color: #1366e2;
    }

    .footer-col ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .footer-col ul li {
      margin-bottom: 8px;
    }

    .footer-col ul li a {
      text-decoration: none;
      color: #ccc;
      transition: all 0.3s ease;
    }

    .footer-col ul li a:hover {
      color: #fff;
    }

    /* Address + Map */
    .footer-address {
      font-size: 14px;
      color: #ccc;
    }

    .footer-address p {
      margin-bottom: 10px;
            color: #fff;

    }

    .footer-address iframe {
      width: 100%;
      height: 200px;
      border: 0;
      border-radius: 6px;
      display: block;
    }

    /* Bottom Bar */
    .footer-bottom {
      max-width: 1200px;
      margin: 30px auto 0;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      font-size: 13px;
      color: #888;
    }

    .footer-bottom a {
      color: #888;
      text-decoration: none;
      margin-left: 20px;
    }

    .footer-bottom a:hover {
      color: #fff;
    }

    /* Responsive */
    @media (max-width: 992px) {
      .footer-container {
        grid-template-columns: 1fr 1fr;
      }
      .footer-contact {
        justify-content: flex-start;
      }
    }

    @media (max-width: 600px) {
      .footer-container {
        grid-template-columns: 1fr;
      }
      
      .footer-bottom {
        flex-direction: column;
        gap: 10px;
      }
    }
  


    .portfolio-section {
      padding: 100px 20px;
      background: #ff9d03;
      color: #1a1a1a;
    }
    .aboutsec-left p {
    color: #fff;
}

    .portfolio-container{
      max-width: 1200px;
      margin: 0 auto;
    }

    /* Top heading + text */
    .portfolio-header {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      gap: 30px;
      margin-bottom: 50px;
      flex-wrap: wrap;
    }

    .portfolio-header h2 {
    font-size: 38px;
    color: #000;
    margin: 0;
    flex: 1;
    }

    .portfolio-header p {
      flex: 1;
      font-size: 16px;
    color: #000;
      margin: 0;
      line-height: 1.6;
    }

    /* Grid */
    .portfolio-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 30px;
    }

    .portfolio-item {
      background: #fff;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 4px 10px rgba(0,0,0,0.08);
      transition: transform 0.3s ease;
    }

    .portfolio-item:hover {
      transform: translateY(-6px);
    }

    .portfolio-item img {
      width: 100%;
      display: block;
      height: auto;
    }

    .portfolio-info {
      padding: 15px 18px 20px;
    }

    .portfolio-info h3 {
      font-size: 18px;
      margin: 0 0 6px;
      color: #1a1a5e;
    }

    .portfolio-info p {
      margin: 0;
      font-size: 14px;
      color: #555;
    }

    /* Responsive */
    @media (max-width: 992px) {

     .portfolio-header h2 {
        font-size:32px;
    }
      .portfolio-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (max-width: 600px) {
      .portfolio-header {
        flex-direction: column;
      }
      .portfolio-grid {
        grid-template-columns: 1fr;
      }
    }
  