/* header css */
.container{
  max-width: 1200px !important;
}

header{
  width: 100% !important;
  background-color: white;

  position: sticky !important;
  top: 0;
  z-index: 9999999 !important;
}
header nav{
  position: static !important;
  padding:0 5% !important;
}

header nav .container{
  max-width: 1200px !important;
  width: 100%;
  padding:0 !important;
}

#header-top-bar{
    background: #20D10C;
     padding:0 5%;

}

.topbar-text .list-inline{
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    width: 100%;
   
}

@media (max-width: 991px) {
  .topbar-text .list-inline{
    display: none;
  }
}




/* footer section */
.footer-section{
  padding:0 5%;
}

.footer-top{
    background: #00163D !important;

}
.footer-bottom{
     background: #00163D !important;

}

.footer-nav-wrap .nav{
  list-style: circle !important;
}

.get-in-touch-list li a i{
  color:#20D10C;
  font-size: 18px;
}
.get-in-touch-list li{
  margin-bottom:10px;
}


/* home page */
/* .main{
  margin-top:70px;
} */


    .home-page-hero-section {
      background-image: url("img/creativemarque-img/home-pages/home-hero-section.jpg");
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 60px 8%;
      gap: 40px;
    }

    .left-section {
      flex: 1;
    }

    .left-section h1 {
      font-size: 38px;
      font-weight: 700;
      line-height: 1.3;
      color:white;
    }

    .left-section h2 {
      font-size: 28px;
      color: #ffffff;
      margin: 15px 0;
      font-weight: 700;
    }

    .left-section p {
      font-size: 15px;
      color: #d5d5d5;
      max-width: 500px;
      margin-bottom: 30px;
      line-height: 1.6;
    }

    .buttons {
      display: flex;
      gap: 15px;
    }

    .btn {
      text-decoration: none;
      padding: 12px 20px;
      font-weight: 600;
      border-radius: 4px;
      font-size: 14px;
      display: inline-block;
      transition: 0.3s;
    }

    .btn.green {
      background-color: #00d651;
      color: #fff;
    }

    .btn.green:hover {
      background-color: #00b849;
    }

    .btn.dark {
      border: 1px solid #fff;
      color: #fff;
    }

    .btn.dark:hover {
      background-color: #ffffff22;
    }

    .right-section {
      flex: 1;
      background-color: #fff;
      padding: 30px 25px;
      border-radius: 8px;
      color: #333;
      max-width: 400px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }

    .callback-form h3 {
      font-size: 16px;
      margin-bottom: 20px;
      color: #1c1c1c;
      border-bottom: 2px dashed #ffc107;
      padding-bottom: 10px;
    }

    .callback-form input,
    .callback-form select,
    .callback-form textarea {
      width: 100%;
      padding: 10px 12px;
      margin-bottom: 15px;
      border: 1px solid #ccc;
      border-radius: 4px;
      font-size: 14px;
    }

    .callback-form textarea {
      min-height: 80px;
      resize: vertical;
    }

    .callback-form button {
      background-color: #ffc107;
      color: #000;
      border: none;
      padding: 12px;
      font-weight: bold;
      font-size: 15px;
      border-radius: 4px;
      cursor: pointer;
      width: 100%;
      transition: 0.3s;
    }

    .callback-form button:hover {
      background-color: #e6ae00;
    }

    .phone-group {
      display: flex;
      gap: 8px;
    }

    .phone-group select {
      width: 40%;
      padding: 10px 8px;
    }

    .phone-group input {
      width: 60%;
    }


    .single-blog-card{
      height: 595px;
    }

    .services-single{
      height: 308px;
    }

    /* ===== Responsive Styling ===== */

/* Tablet: width below 992px */
@media (max-width: 991px) {
  .home-page-hero-section {
    flex-direction: column;
    padding: 50px 6%;
    text-align: center;
  }

  .left-section,
  .right-section {
    width: 100%;
    max-width: 100%;
    flex: unset;
  }

  .left-section h1 {
    font-size: 30px;
  }

  .left-section h2 {
    font-size: 22px;
  }

  .left-section p {
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
  }

  .buttons {
    justify-content: center;
    flex-wrap: wrap;
  }

  .right-section {
    margin-top: 30px;
    padding: 25px 20px;
  }

  .callback-form button {
    font-size: 14px;
  }
}

/* Mobile: width below 576px */
@media (max-width: 575px) {
  .home-page-hero-section {
    padding: 40px 5%;
    gap: 20px;
  }

  .left-section h1 {
    font-size: 24px;
    line-height: 1.4;
  }

  .left-section h2 {
    font-size: 20px;
  }

  .left-section p {
    font-size: 13px;
    max-width: 100%;
  }

  .btn {
    font-size: 13px;
    padding: 10px 16px;
  }

  .phone-group {
    flex-direction: column;
  }

  .phone-group select,
  .phone-group input {
    width: 100%;
  }

  .callback-form input,
  .callback-form select,
  .callback-form textarea {
    font-size: 13px;
  }

  .callback-form button {
    font-size: 14px;
  }
}


    /* get start section  */

    .chat-section {
  position: relative;
  background: url('your-image-path.jpg') no-repeat center center/cover;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.chat-overlay {
 /* Dark blue overlay */
  padding: 40px;
  width: 100%;
  height: 100%;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.chat-overlay h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 15px;
  color:white;
}

.chat-overlay p {
  font-size: 14px;
  max-width: 600px;
  margin-bottom: 25px;
  line-height: 1.5;
}

.chat-btn {
  background-color: #00d123;
  color: white;
  padding: 10px 25px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 4px;
  transition: 0.3s ease;
}

.chat-btn:hover {
  background-color: white;
  color: #00d123;
  border: 2px solid #00d123;
}


    @media (max-width: 980px) {
      .home-page-hero-section {
        flex-direction: column;
        padding: 40px 20px;
      }

      .left-section,
      .right-section {
        width: 100%;
        max-width: 100%;
      }

      .right-section {
        margin-top: 30px;
      }
    }



    /* new section  */

    .business-growth-section {
  display: flex;
  width: 100%;
  min-height: 400px;
  font-family: 'Arial', sans-serif;
}

.left-text-section {
  flex: 1;
  background-color: #00d123; /* bright green */
  color: white;
  padding: 60px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
}

.left-text-section h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.3;
  color:white;
}

.left-text-section p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 30px;
  max-width: 500px;
}

.contact-button {
  background-color: transparent;
  border: 2px solid white;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  transition: all 0.3s ease;
  width:150px;
}

.contact-button:hover {
  background-color: white;
  color: #00d123;
}

.right-image-section {
  flex: 1;
  position: relative;
}

.right-image-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* ===== Responsive Styling for Business Growth Section ===== */

/* Tablet: width below 992px */
@media (max-width: 991px) {
  .business-growth-section {
    flex-direction: column;
  }

  .left-text-section,
  .right-image-section {
    width: 100%;
  }

  .left-text-section {
    padding: 50px 30px;
    text-align: left;
    align-items: center;
  }

  .left-text-section h2 {
    font-size: 28px;
  }

  .left-text-section p {
    font-size: 15px;
   
  }

  .contact-button {
    width: 140px;
    font-size: 14px;
  }

  .right-image-section {
    height: 300px;
  }

  .right-image-section img {
    height: 100%;
  }
}

/* Mobile: width below 576px */
@media (max-width: 575px) {
  .left-text-section {
    padding: 40px 20px;
  }

  .left-text-section h2 {
    font-size: 24px;
    line-height: 1.4;
  }

  .left-text-section p {
    font-size: 14px;
  }

  .contact-button {
    padding: 10px 16px;
    width: 130px;
    font-size: 13px;
  }

  .right-image-section {
    height: 250px;
  }
}


/* certications testimonial section */

  /* Section Styling */
        .certifications {

            padding: 60px 5%;

        }

        .certifications-container {
            max-width: 1200px;
            margin: auto;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;

            text-align: center;
            font-family: Arial, sans-serif;
            background: #fff;
        }

        .section-title h2 {
            font-size: 28px;
            font-weight: 700;
            margin-bottom: 10px;
            color: #0f172a;
        }

        .section-title p {
            max-width: 700px;
            margin: 0 auto 40px;
            font-size: 15px;
            line-height: 1.6;
            color: #4b5563;
        }

        /* Grid */
        .cert-grid {
            display: grid;
            grid-template-columns: repeat(3, 350px);
            gap: 25px;
            justify-items: center;
        }

        /* Card */
        .cert-card {
            width: 100%;
            max-width: 260px;
            height: 200px;
            background: #fff;
            border-radius: 12px;
            box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
            position: relative;
            overflow: hidden;
            cursor: pointer;
        }

        /* Front & Back */
        .cert-card .front,
        .cert-card .back {
            position: absolute;
            inset: 0;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 15px;
            transition: opacity 1s ease, transform 1s ease;
        }

        /* Logo */


        /* Back (Content) */
        .cert-card .back {
            background: #f9fafb;
            opacity: 0;
            transform: scale(0.9);
            text-align: center;
        }

        .cert-card .back h3 {
            font-size: 15px;
            font-weight: 600;
            margin-bottom: 8px;
            color: white;
        }

        .cert-card .back p {
            font-size: 13px;
            color: white;
            line-height: 1.4;
        }

        /* Hover Effect */
        .cert-card:hover .front {
            opacity: 0;
            transform: rotateY(360deg);
        }

        .cert-card:hover .back {
            opacity: 1;
            transform: rotateY(360deg);
        }

        @media (max-width:1258px) {
            .cert-grid {

                grid-template-columns: repeat(2, 350px);

            }
        }

        @media (max-width:756px) {
            .cert-grid {

                grid-template-columns: repeat(auto-fit, 350px);

            }
        }


/* contact pages */



 .single-promo-card {
                        border: none !important;
                        border-radius: 12px !important;
                        overflow: hidden !important;
                        transition: all 0.4s ease !important;
                        cursor: pointer !important;
                        background: #fff !important;
                        height: 200px !important;
                        /* initial height */
                        position: relative !important;
                    }

                    .single-promo-card .card-body {
                        transition: all 0.4s ease !important;
                        padding: 50px 20px !important;
                    }

                    .text-wrapper {
                        max-height: 100px !important;
                        /* only first paragraph visible */
                        overflow: hidden !important;
                        transition: max-height 0.6s ease !important;
                    }

                    .address-card:hover {
                        height: 350px !important;
                        /* expanded height */
                        box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15) !important;
                        transform: translateY(-5px) !important;
                    }

                    .address-card:hover .text-wrapper {
                        max-height: 300px !important;
                        /* reveal all text */
                    }

                    .single-promo-card h5 {
                        font-size: 18px !important;
                        font-weight: 600 !important;
                        color: #222 !important;
                    }

                    .text-muted {
                        font-size: 14px !important;
                        line-height: 1.6 !important;
                    }

                    .country_add {
                        margin-bottom: 20px;

                    }

                    /* Responsive */
                    @media (max-width: 768px) {
                        .address-card {
                            height: 230px !important;
                        }

                        .address-card:hover {
                            height: 430px !important;
                        }
                    }


/* testimonial section  */


 .testimonial-section {
      padding: 20px 80px;
      background-color: #fff;
      font-family: 'Segoe UI', sans-serif;
    }

    .testimonial-section h2 {
      text-align: center;
      font-size: 28px;
      color: #0f172a;
      margin-bottom: 40px;
      font-weight: bold;
      line-height: 1.4;
    }

    .testimonial-heading {
      max-width: 1200px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between
    }

    .testimonials {
      max-width: 1200px;
      margin: auto;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 20px;
      justify-content: center;
      align-items: stretch;
    }

    .testimonial-card {
      background-color: #f1f5ff;
      padding: 20px;
      border-radius: 8px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      min-height: 240px;
    }

    .testimonial-card .quote {
      font-size: 15px;
      color: #1e293b;
      line-height: 1.6;
      margin-bottom: 20px;
    }

    .author {
      display: flex;
      align-items: center;
      gap: 10px;
      font-weight: 600;
      color: #0f172a;
      font-size: 14px;
    }

    .author img {
      width: 32px;
      height: 32px;
      border-radius: 50%;
      background-color: #cbd5e1;
    }

    .slider-buttons {
      margin-top: 30px;
      text-align: center;
    }

    .slider-btn {
      width: 36px;
      height: 36px;
      background-color: #000a86;
      color: white;
      border: none;
      border-radius: 50%;
      font-size: 20px;
      margin: 0 6px;
      cursor: pointer;
      transition: background-color 0.3s;
    }

    .slider-btn:hover {
      background-color: #001866;
    }

    /* ===== Responsive Styling for Testimonial Section ===== */

/* Tablet: below 992px */
@media (max-width: 991px) {
  .testimonial-section {
    padding: 20px 40px;
  }

  .testimonial-heading {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
  }

  .testimonial-section h2 {
    font-size: 24px;
    line-height: 1.4;
  }

  .slider-buttons {
    margin-top: 0;
  }

  .slider-btn {
    width: 32px;
    height: 32px;
    font-size: 18px;
  }
}

/* Mobile: below 576px */
@media (max-width: 575px) {
  .testimonial-section {
    padding: 20px 20px;
  }

  .testimonial-section h2 {
    font-size: 20px;
  }

  .testimonial-card {
    padding: 16px;
    min-height: auto;
  }

  .testimonial-card .quote {
    font-size: 14px;
    line-height: 1.5;
  }

  .author {
    font-size: 13px;
  }

  .author img {
    width: 28px;
    height: 28px;
  }

  .slider-btn {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
}




    /* .blog-single-pages */

    .blog-container {
      margin-top: 70px;
      
  max-width: 80%;
  margin: auto;
  padding: 20px;
  background-color: #ffffff;
  color: #111111;
  font-family: Arial, sans-serif;
  line-height: 1.7;
}

/* ===== HEADER ===== */
.blog-header h1 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
  color: #000000;
}

.blog-header .date {
  font-size: 0.9rem;
  color: #666666;
  margin-bottom: 1.5rem;
}

/* ===== IMAGE SECTION ===== */
.blog-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
}

/* ===== SECTION CONTENT ===== */
.blog-section {
  margin-bottom: 30px;
}

.blog-section h2 {
  font-size: 1.4rem;
  margin-bottom: 10px;
  border-left: 4px solid #00d123; /* Green accent */
  padding-left: 10px;
  color: #111111;
}

.blog-section p {
  margin-bottom: 10px;
}

.blog-section ul,
.blog-section ol {
  margin-left: 20px;
  margin-bottom: 10px;
}

.blog-section li {
  margin-bottom: 6px;
}

/* ===== CASE STUDY HIGHLIGHT BOX ===== */
.highlight-box {
  background-color: #f2f2f2;
  padding: 15px;
  border-left: 4px solid #00d123;
  border-radius: 6px;
  margin-bottom: 30px;
}

.highlight {
  font-weight: bold;
}






  .case-hero {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 60px 8%;
    background: linear-gradient(90deg, #001f5a, #003080);
    color: #fff;
    flex-wrap: wrap;
    padding-top: 20px;
   
  }

  .case-text {
    flex: 1;
    min-width: 300px;
    padding-right: 30px;
  }

  .case-text h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
    color: white;
  }

  .case-text p {
    font-size: 16px;
    line-height: 1.6;
    color: #d6d6d6;
  }

  .case-hero .case-image {
    flex: 1;
    min-width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    position: relative;
  }

  .case-hero .case-image img {
    max-width: 500px;
   
    height: auto;
    display: block;
  }

  /* Responsive */
  @media (max-width: 992px) {
    .case-hero {
      flex-direction: column;
      text-align: center;
    }

    .case-text {
      padding-right: 0;
      margin-bottom: 30px;
    }

    .case-image {
      flex-direction: column;
      gap: 10px;
      position: relative;
    }

    .laptop {
      width: 80%;
    }

    .mobile {
      position: relative;
      right: 0;
      top: 0;
      width: 120px;
    }
  }


  .cta-section {
    background: #EBF0FA;
    text-align: center;
    padding: 60px 20px;
  }

  .cta-logo img {
    max-width: 180px;
    margin-bottom: 15px;
  }

  .cta-text {
    max-width: 700px;
    margin: 0 auto 25px;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
  }

  .cta-btn {
    display: inline-block;
    padding: 12px 28px;
    font-size: 15px;
    font-weight: bold;
    border-radius: 6px;
    background: #14a800;
    color: #fff;
    text-decoration: none;
    transition: background 0.3s ease;
  }

  .cta-btn:hover {
    background: #0f7c00;
  }

  /* Responsive tweaks */
  @media (max-width: 600px) {
    .cta-text {
      font-size: 14px;
      padding: 0 10px;
    }

    .cta-btn {
      padding: 10px 22px;
      font-size: 14px;
    }
  }





  .case-details {
    max-width: 1100px;
    margin: auto;
    padding: 60px 20px;
  }

  .case-details h2 {
    font-size: 22px;
    font-weight: 700;
    color: #0a2045;
    margin-bottom: 12px;
  }

  .case-details p {
    font-size: 15px;
    color: #444;
    margin-bottom: 20px;
  }

  .case-details ul {
    padding-left: 20px;
    margin-bottom: 30px;
    list-style: outside;
  }

  .case-details ul li {
    margin-bottom: 10px;
    font-size: 15px;
    color: #333;
  }

  .case-image {
    margin: 40px 0;
    text-align: center;
  }

  .case-image img {
    width: 100%;
    max-width: 900px;
    border-radius: 12px;
    box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.1);
  }

  /* Responsive tweaks */
  @media (max-width: 768px) {
    .case-details {
      padding: 40px 15px;
    }

    .case-details h2 {
      font-size: 20px;
    }

    .case-details p,
    .case-details ul li {
      font-size: 14px;
    }
  }




  /* =========================
  ==========================
    Infrastacture 

  ==============================
  ============================== */

   /* Section Styling */
    .inside-section {
        padding: 60px 20px;
        background: #fff;
        font-family: Arial, sans-serif;
    }

    .inside-container {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        max-width: 1200px;
        margin: 0 auto;
        gap: 40px;
    }

    /* Text Side */
    /* .inside-text {
        flex: 1 1 500px;
    } */

    .inside-text h2 {
        font-size: 28px;
        font-weight: 700;
        color: #0f172a;
        margin-bottom: 15px;
    }

    .inside-text p {
        font-size: 15px;
        line-height: 1.7;
        color: #374151;
        max-width: 500px;
    }

    /* Image Side */
    .inside-image {
        flex: 1 1 500px;
        display: flex;
        justify-content: center;
    }

    .inside-image img {
        width: 100%;
        max-width: 450px;
        border-radius: 12px;
       
        object-fit: cover;
        transition: transform 0.4s ease;
    }

    .inside-image img:hover {
        transform: scale(1.05);
    }

    /* Responsive */
    @media (max-width: 768px) {
        .inside-container {
            flex-direction: column;
            text-align: center;
        }

        .inside-text p {
            margin: 0 auto;
        }
    }



     /* Section Base */
    .founder-section {
        background: #f4f7fc;
        padding: 60px 20px;
        font-family: Arial, sans-serif;
    }

    .founder-container {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 50px;
    }

    /* Image Side */
    .founder-image {
        position: relative;
        flex: 1 1 350px;
        display: flex;
        justify-content: center;
    }

    .founder-image img {
        width: 100%;
        max-width: 350px;
        border-radius: 12px;
        object-fit: cover;

    }

    .founder-tag {
        position: absolute;
        right: 0;
        top: 15px;
        background: #fff;
        padding: 10px 15px;
        border-radius: 8px;
        font-size: 13px;
        color: #0f172a;
        font-weight: 500;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

    /* Text Side */
    .founder-text {
        flex: 1 1 500px;
    }

    .founder-text h2 {
        font-size: 28px;
        font-weight: 700;
        color: #0f172a;
        margin-bottom: 20px;
    }

    .founder-text p {
        font-size: 15px;
        line-height: 1.7;
        color: #374151;
        margin-bottom: 15px;
    }

    /* Responsive */
    @media (max-width: 900px) {
        .founder-container {
            flex-direction: column;
            text-align: center;
        }

        .founder-tag {
           
            margin-top: 10px;
        }

        .founder-text {
            text-align: left;
        }
    }



    /* Section Base */
.gallery-section {
  background: #fff;
  padding: 60px 20px;
  text-align: center;
  font-family: Arial, sans-serif;
}

/* Header */
.gallery-header {
  max-width: 800px;
  margin: 0 auto 40px auto;
}
.gallery-header h2 {
  font-size: 28px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 10px;
}
.gallery-header p {
  font-size: 15px;
  color: #374151;
  line-height: 1.7;
}

/* Image */
.gallery-image {
  display: flex;
  justify-content: center;
}
.gallery-image img {
  width: 100%;
  max-width: 750px;
  border-radius: 20px;
  object-fit: cover;
}

/* Responsive */
@media (max-width: 900px) {
  .gallery-header h2 {
    font-size: 24px;
  }
  .gallery-header p {
    font-size: 14px;
  }
  .gallery-image img {
    max-width: 100%;
    border-radius: 12px;
  }
}

/* ================================
  ---------------------------------
   ================================
            ranking page
  =================================
  ---------------------------------
  ================================= */


.btn-submit {
        background-color: #ffc107;
        color: #000;
        border: none;
        padding: 12px;
        font-weight: bold;
        font-size: 15px;
        border-radius: 4px;
        cursor: pointer;
        width: 100%;
        transition: 0.3s;
    }

    .loading-btn {

        background-color: #ffc107;
        color: #000;
        border: none;
        padding: 12px;
        font-weight: bold;
        font-size: 15px;
        border-radius: 4px;
        cursor: pointer;
        width: 100%;
        transition: 0.3s;
        text-align: center;
        display: none;
        justify-content: center;
        align-items: center;
    }

    .spinner-btn {
        width: 30px;
        height: 30px;
        vertical-align: text-bottom;
        border: 0.15em solid currentColor;
        border-right-color: transparent;
        border-radius: 50%;
        animation: spinner-border .75s linear infinite;
    }

    @keyframes spinner-border {
        100% {
            transform: rotate(360deg);
        }
    }


     /* ======= SECTION CONTAINER ======= */
        .pharma-section {
            padding: 80px 8%;
            background: #fff;
            position: relative;
            display: flex;
            justify-content: center;
        }

        .pharma-container {
            display: flex;
            flex-wrap: wrap;
            align-items: flex-start;
            position: relative;
            max-width: 1200px;
            width: 100%;
        }

        /* ======= LEFT BLUE BOX ======= */


        .pharma-left {
            max-width: 700px;
            width: 100%;
            max-height: 400px;
            height: 400px;
            position: relative;
            flex: 1 1 55%;
            border-radius: 12px;
            color: #fff;
            overflow: hidden;
            padding: 50px 40px 50px 60px;
          
            background-size: cover;
            background-position: center;
        }

        /* Yellow Accent Line */
        .yellow-line {
            position: absolute;
            left: 0;
            top: 0;
            height: 150px;
            width: 6px;
            background: #f5b400;
            border-top-left-radius: 12px;
            border-bottom-left-radius: 12px;
        }

        /* Left Content */
        .pharma-left-content h2 {
            font-size: 1.8rem;
            font-weight: 700;
            margin-bottom: 25px;
            color: white;
        }

        .pharma-left-content ul {
            list-style-type: disc;
            margin-left: 20px;
            font-size: 1rem;
            line-height: 1.8;
            opacity: 0.95;
        }

        /* ======= RIGHT WHITE BOX (OVERLAP EFFECT) ======= */
        .pharma-right {
            background: #fff;
            flex: 1 1 45%;
            max-height: 328px;
            height: 100%;
            border-radius: 12px;
            padding: 40px;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translateY(-50%);
        }

        .pharma-right h3 {
            font-size: 1.2rem;
            font-weight: 600;
            margin-bottom: 25px;
        }

        /* Cards */
        .pharma-card-wrapper {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
        }

        .pharma-card {
            flex: 1 1 45%;
            text-align: center;
            border: 1px solid #e5e8ff;
            border-radius: 10px;
            padding: 25px 15px;
            background: #f9faff;
            transition: 0.3s;
        }

        .pharma-card:hover {
            box-shadow: 0 8px 20px rgba(0, 68, 204, 0.15);
            transform: translateY(-4px);
        }

        .icon {
            background: #0546FF;
            color: #fff;
            font-size: 2rem;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 10px;
        }

        /* ======= RESPONSIVE DESIGN ======= */

        @media (max-width:1200px) {
            .pharma-left {
                max-width: none;
            }

            .pharma-right {
                position: static;
                transform: translateY(0);

            }
        }

        @media (max-width: 992px) {
            .pharma-container {
                flex-direction: column;
                flex-wrap: nowrap;
            }

            .pharma-left,
            .pharma-right {
                position: static;
                flex: 1 1 100%;
                transform: none;
                max-height: none;
            }

            .pharma-right {
                margin-top: 30px;
            }
        }

        @media (max-width: 600px) {
            .pharma-left-content h2 {
                font-size: 1.4rem;
            }

            .pharma-card {
                flex: 1 1 100%;
            }
        }



          /* ===== Growth Section Styles ===== */
        .growth-section {
            background: #EBF0FA;
            padding: 60px 20px;
            display: flex;
            justify-content: center;
        }

        .growth-container {
            max-width: 1200px;
            display: flex;
            align-items: center;
            gap: 40px;
            flex-wrap: wrap;
        }

        .growth-image img {
            width: 100%;
            max-width: 600px;
            border-radius: 16px;
            box-shadow: 0 4px 18px rgba(0, 0, 0, 0.1);
            object-fit: cover;
        }

        .growth-content {
            flex: 1;
            min-width: 300px;
            max-width: 500px;
        }

        .growth-content h2 {
            font-size: 1.8rem;
            color: #0a0a0a;
            margin-bottom: 24px;
            line-height: 1.4;
        }

        .growth-content h2 span {
            color: #0043ff;
        }

        .growth-point {
            display: flex;
            align-items: flex-start;
            margin-bottom: 20px;
            gap: 14px;
        }

        .growth-point .icon {
            width: 28px;
            height: 28px;
            background-color: #0043ff;
            color: #fff;
            border-radius: 50%;
            font-size: 16px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        .growth-point h3 {
            font-size: 1rem;
            font-weight: 600;
            color: #111;
            margin-bottom: 6px;
        }

        .growth-point p {
            font-size: 0.95rem;
            color: #555;
            line-height: 1.5;
        }

        /* ===== Responsive Design ===== */
        @media (max-width: 992px) {
            .growth-container {
                flex-direction: column;
                text-align: left;
            }

            .growth-image img {
                max-width: 100%;
            }

            .growth-content h2 {
                font-size: 1.6rem;
                text-align: center;
            }
        }

        @media (max-width: 600px) {
            .growth-content h2 {
                font-size: 1.3rem;
            }

            .growth-point h3 {
                font-size: 0.95rem;
            }

            .growth-point p {
                font-size: 0.9rem;
            }
        }


         /* ======= SECTION BASE ======= */
        .pharma-services {
            padding: 80px 8%;
            background: #f9faff;
            text-align: center;
        }

        .pharma-services h2 {
            font-size: 1.9rem;
            font-weight: 700;
            color: #111;
            margin-bottom: 15px;
        }

        .pharma-services p {
            color: #555;
            font-size: 1rem;
            max-width: 800px;
            margin: 0 auto 50px auto;
            line-height: 1.6;
        }

        /* ======= GRID ======= */
        .services-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 30px;
            justify-content: center;
        }

        /* ======= CARD STYLE ======= */
        .service-card {
            background: #fff;
            border: 1px solid #e4e7ff;
            border-radius: 12px;
            padding: 35px 25px;
            text-align: left;
            transition: all 0.3s ease;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
        }

        .service-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0, 68, 204, 0.1);
        }

        /* Active Card (center one) */
        .service-card.active {
            box-shadow: 0 10px 30px rgba(0, 68, 204, 0.15);
        }

        /* ======= ICON ======= */
        .service-icon {
            width: 60px;
            height: 60px;

            color: #fff;
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.8rem;
            margin-bottom: 20px;
        }

        /* ======= TEXT ======= */
        .service-card h3 {
            font-size: 1.05rem;
            font-weight: 600;
            color: #111;
            margin-bottom: 10px;
        }

        .service-card p {
            font-size: 0.95rem;
            color: #555;
            line-height: 1.6;
        }

        /* ======= RESPONSIVE ======= */
        @media (max-width: 992px) {
            .pharma-services {
                padding: 60px 5%;
            }

            .pharma-services h2 {
                font-size: 1.6rem;
            }
        }

        @media (max-width: 600px) {
            .pharma-services h2 {
                font-size: 1.4rem;
            }

            .service-card {
                padding: 25px 20px;
            }
        }

         /* ===== Marketing Section Styles ===== */
        .marketing-section {
            background: #fff;
            padding: 80px 20px;
            display: flex;
            justify-content: center;
        }

        .marketing-container {
            max-width: 1200px;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 50px;
            flex-wrap: wrap;
        }

        /* ===== Content Side ===== */
        .marketing-content {
            flex: 1;
            min-width: 300px;
        }

        .marketing-content h2 {
            font-size: 1.8rem;
            font-weight: 700;
            color: #111;
            margin-bottom: 24px;
            line-height: 1.4;
        }

        .marketing-content h2 span {
            color: #0043ff;
        }

        .marketing-content ul {
            list-style: none;
            padding-left: 0;
            margin-bottom: 30px;
        }

        .marketing-content ul li {
            color: #444;
            font-size: 1rem;
            line-height: 1.7;
            margin-bottom: 10px;
            position: relative;
            padding-left: 16px;
        }

        .marketing-content ul li::before {
            content: "•";
            color: #0043ff;
            font-weight: bold;
            position: absolute;
            left: 0;
            top: 0;
        }

        /* ===== Button ===== */
        .btn-primary {
            background-color: #0043ff;
            color: #fff;
            text-decoration: none;
            padding: 12px 28px;
            border-radius: 8px;
            font-size: 1rem;
            transition: background 0.3s ease;
            display: inline-block;
        }

        .btn-primary:hover {
            background-color: #002ed9;
        }

        /* ===== Image Side ===== */
        .marketing-image img {
            width: 100%;
            max-width: 460px;
            border-radius: 16px;
            box-shadow: 0 4px 18px rgba(0, 0, 0, 0.1);
            object-fit: cover;
        }

        /* ===== Responsive Design ===== */
        @media (max-width: 992px) {
            .marketing-container {
                flex-direction: column-reverse;
                text-align: center;
            }

            .marketing-content h2 {
                font-size: 1.6rem;
            }

            .marketing-content ul {
                text-align: left;
                display: inline-block;
            }

            .marketing-image img {
                max-width: 100%;
            }
        }

        @media (max-width: 600px) {
            .marketing-content h2 {
                font-size: 1.3rem;
            }

            .marketing-content ul li {
                font-size: 0.95rem;
            }

            .btn-primary {
                font-size: 0.95rem;
                padding: 10px 22px;
            }
        }


          /* ---------- Pharma Section Styles ---------- */
        .pharma-section {
            background: #fff;
            padding: 80px 5%;
            display: flex;
            justify-content: center;
        }

        .pharma-container {
            display: flex;
            align-items: center;
            justify-content: space-between;
            max-width: 1200px;
            gap: 60px;
            flex-wrap: wrap;
        }

        .pharma-image img {
            width: 100%;
            max-width: 500px;
            border-radius: 20px;
            object-fit: cover;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
            transition: transform 0.4s ease, box-shadow 0.4s ease;
        }

        .pharma-image img:hover {
            transform: scale(1.03);
            box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
        }

        .pharma-content {
            flex: 1;
            min-width: 300px;
        }

        .pharma-content h2 {
            font-size: 1.9rem;
            font-weight: 700;
            color: #0a0a0a;
            margin-bottom: 15px;
        }

        .pharma-content p {
            color: #555;
            line-height: 1.7;
            margin-bottom: 20px;
            font-size: 1rem;
        }

        .pharma-content ul {
            list-style: disc;
            padding-left: 20px;
            color: #333;
            line-height: 1.8;
        }

        .pharma-content li {
            margin-bottom: 8px;
        }

        /* ---------- Responsive ---------- */
        @media (max-width: 992px) {
            .pharma-container {
                flex-direction: column;
                text-align: center;
                gap: 40px;
            }

            .pharma-content ul {
                text-align: left;
                display: inline-block;
            }

            .pharma-image img {
                max-width: 100%;
            }

            .pharma-content h2 {
                font-size: 1.7rem;
            }
        }

        @media (max-width: 600px) {
            .pharma-section {
                padding: 60px 20px;
            }

            .pharma-content h2 {
                font-size: 1.5rem;
            }

            .pharma-content p {
                font-size: 0.95rem;
            }
        }

           /* ---------- Pharma Digital Section Styles ---------- */
.pharma-digital-section {
  background: #fff;
  padding: 80px 5%;
  display: flex;
  justify-content: center;
}

.pharma-digital-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  gap: 60px;
  flex-wrap: wrap;
}

.pharma-digital-content {
  flex: 1;
  min-width: 300px;
}

.pharma-digital-content h2 {
  font-size: 1.9rem;
  font-weight: 700;
  color: #0a0a0a;
  margin-bottom: 15px;
  line-height: 1.4;
}

.pharma-digital-content p {
  color: #555;
  line-height: 1.8;
  margin-bottom: 18px;
  font-size: 1rem;
}

.pharma-digital-image img {
  width: 100%;
  max-width: 500px;
  border-radius: 20px;
  object-fit: cover;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.pharma-digital-image img:hover {
  transform: scale(1.03);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

/* ---------- Responsive ---------- */
@media (max-width: 992px) {
  .pharma-digital-container {
    flex-direction: column-reverse;
    text-align: center;
    gap: 40px;
  }

  .pharma-digital-content p {
    text-align: left;
    display: inline-block;
  }

  .pharma-digital-image img {
    max-width: 100%;
  }

  .pharma-digital-content h2 {
    font-size: 1.7rem;
  }
}

@media (max-width: 600px) {
  .pharma-digital-section {
    padding: 60px 20px;
  }

  .pharma-digital-content h2 {
    font-size: 1.5rem;
  }

  .pharma-digital-content p {
    font-size: 0.95rem;
  }
}



