body{
 font-family:var(--vs-body-font);
}
.btn-round{
 border-radius:var(--vs-button-radius);
}
.btn-primary{
  -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding: 11px 25px;
    position: relative;
    z-index: 1;
    line-height: 1.2;
    border-radius: 30px;
    border: 2px solid #3283fd;
    color: #ffffff;
    overflow: hidden;
    font-size: 15px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    -webkit-transition: all 0.4s 
ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s 
ease-in-out;
    background: #3283fd;
}


.vyugam-sln-services.glass {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
  padding: 60px 20px;
  background: #fff;
  font-family: "Poppins", sans-serif;
}

.vyugam-sln-service-card {
  width: 350px;
  padding: 30px 25px;
  border-radius: 20px;
  background:linear-gradient(135deg, #00224f, #0a58ca);
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}


.vyugam-sln-service-card h3 {
  font-size: 1.3rem;
  margin-bottom: 10px;
  color:#fff;
}

.vyugam-sln-service-card p {
  font-size: 0.95rem;
  color: #e0e0e0;
}

/* Responsive */
@media (max-width: 768px) {
  .vyugam-sln-services.glass {
    flex-direction: column;
    align-items: center;
  }

  .vyugam-sln-service-card {
    width: 90%;
  }
}
.verticals-right {
    flex: 1.5;
    min-width: 320px;
    background:url('https://i.postimg.cc/wjWqbKC3/feature-bg.jpg');
    padding: 30px;
    border-radius: 15px;
}
.project-content {
    /* padding: 25px 22px; */
    text-align: left;
}

/*try pos*/
.ws-modern {
    background: linear-gradient(135deg, #eef2ff, #f8f9ff);
    padding: 80px 20px;
    font-family: "Poppins", sans-serif;
}

.ws-box {
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    gap: 50px;
}

.ws-left img {
    width: 400px;
    border-radius: 20px;
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0% { transform: translateY(0); }
    50% { transform: translateY(-12px); }
    100% { transform: translateY(0); }
}

.ws-right h2 {
    font-size: 36px;
    color: #111;
}

.ws-desc {
    color: #555;
    margin: 12px 0 20px;
}

.ws-list span {
    display: block;
    background: white;
    padding: 12px 18px;
    border-radius: 12px;
    margin-bottom: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    font-size: 16px;
}
/* material billing*/
/* ===================================================================
   SECTION — WHITE BACKGROUND CLEAN UI
=================================================================== */
.ms-section {
    padding: 80px 0;
    background: #ffffff;
    font-family: "Poppins", sans-serif;
    display: flex;
    justify-content: center;
}

/* ===================================================================
   MAIN FLEX CONTAINER
=================================================================== */
.ms-container {
    display: flex;
    width: 90%;
    max-width: 1200px;
    gap: 40px;
    align-items: center;
}

/* ===================================================================
   LEFT SIDE — STACKED FLOATING IMAGES
=================================================================== */
.ms-images {
    width: 45%;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.ms-images img {
    width: 100%;
    border-radius: 18px;
    border: 1px solid #e6e6e6;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);

    animation: msFloat 4s ease-in-out infinite alternate;
}

.ms-images img:nth-child(2) {
    animation-delay: 0.4s;
}

@keyframes msFloat {
    0%   { transform: translateY(0); }
    100% { transform: translateY(-12px); }
}

/* ===================================================================
   RIGHT SIDE — GLASS CONTENT CARD
=================================================================== */
.ms-content {
    width: 50%;
    padding: 40px;
    border-radius: 22px;

    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(0,0,0,0.08);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);

    color: #222;
}

/* ===================================================================
   TITLES & DESCRIPTION
=================================================================== */
.ms-content h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 12px;
}

.ms-sub {
    font-size: 15px;
    opacity: 0.75;
    margin-bottom: 25px;
}

/* ===================================================================
   FEATURES LIST
=================================================================== */
.ms-features {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.ms-features li {
    margin-bottom: 12px;
    font-size: 16px;
    padding-left: 28px;
    line-height: 1.4;
    position: relative;
}

.ms-features li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #4a82ff;
    font-size: 18px;
    font-weight: 700;
}

/* ===================================================================
   BUTTON
=================================================================== */
.ms-btn {
    display: inline-block;
    padding: 12px 28px;

    background: rgba(0, 0, 0, 0.05);
    color: #222;
    text-decoration: none;
    font-weight: 600;

    border-radius: 50px;
    border: 1px solid rgba(0,0,0,0.15);
    backdrop-filter: blur(4px);

    transition: 0.3s;
}

.ms-btn:hover {
    background: rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

/* ===================================================================
   RESPONSIVE
=================================================================== */
@media (max-width: 992px) {
    .ms-container {
        flex-direction: column;
        text-align: center;
    }

    .ms-images {
        width: 100%;
    }

    .ms-content {
        width: 100%;
        margin-top: 20px;
    }
}


/*bottle billing*/

/* ============================================
   SECTION – CLEAN WHITE BACKGROUND
============================================ */
.bs-section {
    padding: 80px 0;
    background: #ffffff;
    font-family: "Poppins", sans-serif;
    display: flex;
    justify-content: center;
}

/* ============================================
   MAIN FLEX CONTAINER
============================================ */
.bs-container {
    display: flex;
    width: 90%;
    max-width: 1200px;
    gap: 40px;
    align-items: center;
}

/* ============================================
   LEFT — STACKED FLOATING IMAGES
============================================ */
.bs-images {
    width: 45%;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.bs-images img {
    width: 100%;
    border-radius: 18px;
    border: 1px solid #e6e6e6;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    animation: bsFloat 4s ease-in-out infinite alternate;
}

/* Stagger floating animation */
.bs-images img:nth-child(2) { animation-delay: 0.4s; }

@keyframes bsFloat {
    0%   { transform: translateY(0); }
    100% { transform: translateY(-12px); }
}

/* ============================================
   RIGHT — GLASS CONTENT CARD
============================================ */
.bs-content {
    width: 50%;
    padding: 40px;
    border-radius: 22px;

    background: rgba(255, 255, 255, 0.78);
    backdrop-filter: blur(14px);
    border: 1px solid rgba(0,0,0,0.09);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.14);

    color: #222;
}

/* ============================================
   HEADING + SUBTEXT
============================================ */
.bs-content h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 12px;
}

.bs-sub {
    font-size: 15px;
    opacity: 0.75;
    margin-bottom: 25px;
}

/* ============================================
   FEATURE LIST
============================================ */
.bs-features {
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
}

.bs-features li {
    margin-bottom: 12px;
    font-size: 16px;
    padding-left: 28px;
    position: relative;
    line-height: 1.4;
}

.bs-features li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 17px;
    color: #4a82ff;
    font-weight: 700;
}

/* Final Note */
.bs-final {
    margin-top: 15px;
    font-size: 15.5px;
    color: #444;
    line-height: 1.6;
    margin-bottom: 30px;
}

/* ============================================
   BUTTON
============================================ */
.bs-btn {
    display: inline-block;
    padding: 12px 28px;

    background: rgba(0, 0, 0, 0.05);
    color: #222;
    text-decoration: none;
    font-weight: 600;

    border-radius: 50px;
    border: 1px solid rgba(0,0,0,0.15);
    backdrop-filter: blur(6px);
    transition: 0.3s;
}

.bs-btn:hover {
    background: rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

/* ============================================
   RESPONSIVE DESIGN
============================================ */
@media (max-width: 992px) {
    .bs-container {
        flex-direction: column;
        text-align: center;
    }

    .bs-images {
        width: 100%;
    }

    .bs-content {
        width: 100%;
        margin-top: 20px;
    }
}

.web-services {
    background-color: #eaf3ff;
    padding: 80px 8%;
    margin-top: 70px;
}
/*site title*/
.site-name {
  font-size: 40px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
}

.site-tagline {
  font-size: 18px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  
}
p.vyugam-site-name {
    font-size: 29px;
    color: #fff;
    font-family: 'Benzo Display';
    letter-spacing: 6px;
    text-align: left;
    margin-left: -10%;
    margin-top: 4px;
}

.sticky-header .main-menu .navigation > li > a, .sticky-header .main-menu .navigation > li.dropdown > a:after
{
    color: #fff;
}

.site-tagline {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: linear-gradient(90deg, #7b5cff, #ff6b6b);
    margin-top: 8px;
    font-style: italic;
    letter-spacing: 1px;
    display:none;
}

.theme2 .header-style-three {
    position: absolute;
    background: #ffffff00;
    border-bottom: 2.5px solid #fff8f842;
   
}

.logo-img {
    margin-top: 5px;
}

.main-menu .navigation > li > a:before {
    position: absolute;
    left: 20px;
    bottom: 13px;
    height: 2px;
    width:30px !important;
    background: #fff !important;
    content: "";
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease;
}
#slider-bottom-heading-banner h3 {
    font-size: 31px;
    font-family: 'Benzo Display';
    letter-spacing: 7px;
}

/* service Card-home */
.product_list_content {
    padding: 25px;
    border: 2px solid #d0d3d4;
    margin: 10px;
    border-radius: 6px;
    background: #f8f8f8;
    min-height: 120px;
    width:350px;
    position: relative;
    transition: all 0.3s ease-in-out;
}

/* Heading */
.product_list_content h3.list-text {
    font-size: 19px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    text-align:left;
}

/* Paragraph */
.product_list_content p {
    font-size: 15px;
    color: #555;
    line-height: 22px;
    max-width: 85%;
    text-align:left;
}

/* Icon Style Inside Card */
.product_list_content .card_icon {
    position: absolute;
    right: 18px;
    top: 42px;
    width: 45px;
    height: 45px;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.12;            
    pointer-events: none;
    right: 39px;
}

/* Icons for each card using nth-child */
.swiper-slide:nth-child(1) .card_icon {
    background-image: url('web_icon.png'); /* Replace with your icon */
}

.swiper-slide:nth-child(2) .card_icon {
    background-image: url('mobile_icon.png');
}

.swiper-slide:nth-child(3) .card_icon {
    background-image: url('software_icon.png');
}

/* Swiper Layout */
.swiper-container.tt-testimonial-two.style-2 {
    padding: 20px 0;
}

.swiper-slide {
    display: flex;
    justify-content: center;
}
.swiper-wrapper {
    height: auto !important;
}
div#service-card {
    height: 200px;
}

.vs-background-shapewrap{
    width: 100%;
    height: 230px;
    left: 0;
    top: 0;
}
.page-banner-two {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(255, 227, 212, 0.302)), to(rgba(176, 243, 241, 0.302)));
    background-image: -o-linear-gradient(right, rgba(255, 227, 212, 0.302) 0%, rgba(176, 243, 241, 0.302) 100%);
    background-image: linear-gradient(to left, rgba(255, 227, 212, 0.302) 0%, rgba(176, 243, 241, 0.302) 100%);
    padding: 120px 0 60px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.page-banner-two {
    background-color: #002e7c !important;
    background-image: unset;
}
.vs-background-shapewrap .shape-one {
    top: -50%;
    left: 0;
}

.vs-background-shapewrap img {
    position: absolute;
}
/*service code-mobile responsive*/
@media (max-width: 768px) {

  /* Card Layout */
  .product_list_content {
      width: 100%;
      min-height: auto;
      padding: 20px;
      margin: 10px 0;
  }

  .product_list_content h3.list-text {
      font-size: 17px;
      margin-bottom: 8px;
  }

  .product_list_content p {
      font-size: 14px;
      max-width: 100%;
      line-height: 20px;
  }

  /* Icon reposition */
  .product_list_content .card_icon {
      width: 35px;
      height: 35px;
      right: 15px;
      top: 30px;
      opacity: 0.15;
  }

  /* Swiper */
  .swiper-slide {
      padding: 0 10px;
  }

  .swiper-container.tt-testimonial-two.style-2 {
      padding: 10px 0;
  }

  /* Banner Responsive */
  .page-banner-two {
      padding: 80px 0 40px;
  }

  /* Shape background */
  .vs-background-shapewrap {
      height: 150px;
  }

  .vs-background-shapewrap .shape-one {
      top: -30%;
  }

  .vs-background-shapewrap img {
      width: 120%;
      left: -10%;
  }

  /* Card container fixed height issue */
  div#service-card {
      height: auto !important;
  }
}


/* Extra Small Screens */
@media (max-width: 480px) {

  .product_list_content {
      padding: 18px;
  }

  .product_list_content h3.list-text {
      font-size: 16px;
  }

  .product_list_content p {
      font-size: 13px;
  }

  .product_list_content .card_icon {
      width: 30px;
      height: 30px;
      top: 28px;
      right: 12px;
  }

  .page-banner-two {
      padding: 70px 0 30px;
  }
}

/*verticals*/

.main-section-container {
    font-family: 'Arial', sans-serif;
    display: flex;
    max-width: 1200px;
    margin: 40px auto;
    padding: 20px;
}

/* --- Left Info Panel Styling --- */
.info-panel {
    flex: 0 0 350px; 
    padding: 20px 40px 20px 0;
    margin-right: 40px;
}

.panel-heading {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
    text-align: left;
}

.panel-text {
    font-size: 16px;
    color: #555;
    margin-bottom: 30px;
}

.satisfaction-rate {
    margin: 40px 0;
    text-align: left;
}

.icon-wrapper {
    width: 60px;
    height: 60px;
    background-color: none;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

/* New CSS for the image tag */
.rate-image {
    width: 30px; 
    height: 30px;
    object-fit: contain;
}

.percentage {
    font-size: 30px;
    font-weight: 300;
    color: #333;
    margin-top: 5px;
    margin-bottom: 5px;
}

.label {
    font-size: 16px;
    color: #777;
    margin-top: 0;
}

/* Styling for the anchor tag button */
.start-project-btn {
    background-color: #1e4599; 
    color: white;
    border: none;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    text-transform: uppercase;
    transition: background-color 0.3s;
    width: 100%; 
    
    /* Styles needed for anchor tag to look like a button */
    text-decoration: none; 
    display: block; 
    text-align: center; 
}

.start-project-btn:hover {
    background-color: #15347a;
}

/* --- Right Verticals List Styling --- */
.verticals-list-wrapper {
    flex-grow: 1;
   background:url('https://vyugamsite.vyugamgroup.com//uploads/file/feature-bg.jpg');
}

.list-heading {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 25px;
}

.columns-container {
    display: flex;
    gap: 30px;
}

.column {
    flex: 1; 
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.vertical-item {
    background-color: #002d7b;
    color: white;
    padding: 18px 25px;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    transition: transform 0.2s;
}

.vertical-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.checkmark {
    font-size: 18px;
    margin-right: 15px;
    color: white;
}

/* --- Responsiveness --- */
@media (max-width: 992px) {
    .main-section-container {
        flex-direction: column;
    }
    
    .info-panel {
        flex: auto;
        padding: 0 0 40px 0;
        margin-right: 0;
    }
    
    .columns-container {
        flex-direction: column;
        gap: 15px;
    }

    .list-heading {
        text-align: center;
    }
}


/*footer*/
.main-footer.style-two .copyright-text{
    border-top: none;
}
.btn-primary {
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: #3283fd;
    color: #fff;
    transition: color 0.3s ease;
}

/* White background layer */
.btn-primary::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0%;
    background: #ffffff;
    z-index: -1;
    transition: height 0.4s ease-in-out;
}

/* Hover – white background rises up */
.btn-primary:hover::before {
    height: 100%;
}

/* Change text color to dark when background becomes white */
.btn-primary:hover {
    color: #000;
}
.btn-primary {
    border: 2px solid #fff;
}

.copyright-text.text-center{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    visibility: visible;
    animation-delay: 1.1s;
    animation-name: fadeIn;
    background-color: #002e7c;
}

.main-footer.style-two .copyright-text{
    border-top: none;
    color: #fff;
}
.main-footer .copyright-text a {
    display: inline-block;
    color: #fff;
}
.container.pr h1{
 color:#fff;
}
.page-breadcrumb li a {
    color:#fff;
}
.page-breadcrumb li:after {
    color: #fff;
}
.page-breadcrumb li {
    color:#fff;
}
.page-title-wrapper.text-left h1{
  color:#fff !important;
}
.sticky-header {
    background: #002e7c;
}
.vyugam-content h2 {
    font-weight: 600;
}
.header-style-three .contact-list li i, .header-style-three .contact-list li, .header-style-three .contact-list li a, .header-style-three .search-box .search-btn, .header-style-three .service_wrapper h4, .header-style-three .service_wrapper p, .header-style-three .main-menu .navigation > li.dropdown > a:after, .header-style-three .main-menu .navigation > li > a {
    color: #fff;
}
/*home btn*/
.read-more-btn {
    display: inline-block;
    padding: 10px 34px;
    background-color: #002266;
    color: white;
    text-decoration: none;
    border-radius: 40px;
    font-weight: 500;
    position: relative;        
    overflow: hidden;          
    z-index: 1;
    transition: color 0.3s ease;
    border:2px solid #002266;
}

/* the white cover layer */
.read-more-btn::before {
    content: "";
    position: absolute;
    top: -100%;                
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    border-radius: 40px;       
    z-index: -1;
    transition: top 0.4s ease-in-out;
}

.read-more-btn:hover::before {
    top: 0;
}

.read-more-btn:hover {
    color: #002266;
}
.subhead {
    color: #fff;
    font-size: 21px;
    font-weight: 800;
    max-width: 700px;
    margin: 10px 0 40px 0;
}
.main-menu .navigation li.current a span {
  color:#fff;
}
.main-menu .navigation li.dropdown li.current a span {
  color:var(--vs-primary-color);
}

.icon-wrapper {
    background:none;
}
.icon-wrapper img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-right: 300px;
}
/*recent wrks*/
/* Mobile Responsive */
@media (max-width: 768px) {

  .vyugam-carousel {
    flex-direction: column;         
    text-align: center;
    padding: 20px;
    gap: 20px;
  }

  .vyugam-content {
    max-width: 100%;
  }

  .vyugam-content h2 {
    font-size: 26px;                
  }

  .vyugam-content p {
    font-size: 14px;
    line-height: 1.6;
    padding: 0 10px;
  }

  .vyugam-slider {
    max-width: 100%;
  }

  .vyugam-slides img {
    width: 90%;                     
    height: 260px;                  
    border-radius: 15px;
    margin: 0 auto;
    display: block;                 
  }
}

/* Extra Small Screens */
@media (max-width: 480px) {

  .vyugam-content h2 {
    font-size: 22px;
  }

  .vyugam-content p {
    font-size: 13px;
    padding: 0 5px;
  }

  .vyugam-slides img {
    width: 100%;
    height: 220px;
  }
}
/*tools*/
@media (max-width: 768px) {

  .main-container {
      flex-direction: column;        
      height: auto;                  
      padding: 20px 10px;
      gap: 20px;
  }

  .left-section, 
  .right-section {
      flex-basis: 100%;
      width: 100%;
      padding: 0;
      justify-content: center;
      align-items: center;
      text-align: center;
  }

  .right-section {
      padding-right: 0;              
  }

  .wing-image {
      max-width: 80%;                
      height: auto;
  }

  .tools-image {
      max-width: 90%;                
      height: auto;
  }

  .image-placeholder {
      width: 100%;
      height: auto;
  }
}

/* Extra small devices */
@media (max-width: 480px) {
  
  .wing-image {
      max-width: 70%;
  }

  .tools-image {
      max-width: 85%;
  }
}

.laurel img {
    width: 152px;
    max-width: 100%;
    margin-right: 235px;
}
.title {
    font-size: 50px;
    font-weight: 700;
}
.subtitle {
    font-size: 18px;
    color: #4f5158;
    margin-bottom: 31px;
}
.phone-number {
  font-size: 30px;
  font-weight: 700;
  color: #000;
  margin-bottom: 25px;
  align-items: center;
  gap: 10px;  
}

/* Phone Icon Style */
.phone-number .phone-icon {
  width: 34px;
  height: 29px;
  object-fit: contain;
}
@media (max-width: 768px) {
  .phone-number {
    font-size: 26px;
    gap: 8px;
  }
  .phone-number .phone-icon {
    width: 30px;
    height: 26px;
  }
}

@media (max-width: 480px) {
  .phone-number {
    font-size: 22px;
    gap: 6px;
  }
  .phone-number .phone-icon {
    width: 26px;
    height: 22px;
  }
}
.get-project-section {
    position: relative;
    text-align: center;
    padding: 50px 50px;
    overflow: hidden;
}
/*portfolio - pj*/
.portfolio-section {
    padding: 60px 0;
    background: linear-gradient(135deg, #eef2f7, #d9e4f3);
   
}

.pj-container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.pj-titles {
    text-align: center;
    margin-bottom: 50px;
    font-size: 2.2em;
    font-weight: 800;
    color: #1a1f36;
    letter-spacing: 1px;
}

/* Grid Layout */
.pj-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 35px;
}

/* GLASS EFFECT CARD */
.pj-card {
    backdrop-filter: blur(20px);
    background: rgba(255, 255, 255, 0.45);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: 0.4s ease;
}

.pj-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 30px rgba(0, 0, 0, 0.15);
}

/* Image Area */
.pj-img {
    position: relative;
    height: 240px;
    overflow: hidden;
    background: #fff;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}

.pj-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Date Tag */
.pj-date-tag {
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(0, 38, 105, 0.8);
    padding: 6px 12px;
    color: #fff;
    border-radius: 10px;
    backdrop-filter: blur(10px);
}

.pj-year {
    font-size: 1.1em;
    font-weight: 700;
}

.pj-month {
    font-size: 0.8em;
    text-transform: uppercase;
}

/* Content */
.pj-content {
    padding: 22px;
}

.pj-category {
    font-size: 0.9em;
    font-weight: 700;
    color: #005be8;
    margin-bottom: 6px;
}

.pj-content h3 {
    font-size: 1.5em;
    font-weight: 800;
    margin-bottom: 10px;
    color: #1a1f36;
}

.pj-content p {
    color: #4a4f60;
    font-size: 1em;
    line-height: 1.5;
}


/*weighing scale*/
/* ===== SECTION WITH PLAIN WHITE BACKGROUND ===== */
.ws-glass-section {
    padding: 80px 0;
    background: #ffffff;    
    font-family: "Poppins", sans-serif;
    display: flex;
    justify-content: center;
}

/* ===== MAIN CONTAINER ===== */
.glass-container {
    display: flex;
    width: 90%;
    max-width: 1200px;
    gap: 40px;
    align-items: center;
}

/* ===== LEFT — STACKED IMAGES ===== */
.glass-images {
    width: 45%;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.glass-images img {
    width: 100%;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    animation: floatImg 4s ease-in-out infinite alternate;
    border: 1px solid #e6e6e6;
}

/* Floating animation */
@keyframes floatImg {
    0%   { transform: translateY(0); }
    100% { transform: translateY(-12px); }
}

.glass-images img:nth-child(2) { animation-delay: 0.6s; }
.glass-images img:nth-child(3) { animation-delay: 1.2s; }

/* ===== RIGHT — GLASS CONTENT CARD ===== */
.glass-content {
    width: 50%;
    padding: 40px;
    border-radius: 20px;

    /* Frosted glass but subtle (white version) */
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(12px);

    border: 1px solid rgba(0,0,0,0.08);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);

    color: #222;
}

/* ===== TITLES & TEXT ===== */
.glass-content h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
}

.glass-sub {
    opacity: 0.7;
    margin-bottom: 25px;
    font-size: 15px;
}

/* ===== FEATURE LIST ===== */
.glass-features {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.glass-features li {
    margin-bottom: 12px;
    font-size: 16px;
    padding-left: 25px;
    position: relative;
}

.glass-features li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #4a82ff;  /* Soft blue tick */
    font-weight: bold;
}

/* ===== BUTTON ===== */
.glass-btn {
    display: inline-block;
    padding: 12px 28px;

    background: rgba(0, 0, 0, 0.05);
    color: #222;
    text-decoration: none;
    font-weight: 600;

    border-radius: 50px;
    border: 1px solid rgba(0,0,0,0.15);
    backdrop-filter: blur(6px);
    transition: 0.3s;
}

.glass-btn:hover {
    background: rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
    .glass-container {
        flex-direction: column;
        text-align: center;
    }

    .glass-images {
        width: 100%;
    }

    .glass-content {
        width: 100%;
        margin-top: 20px;
    }
}

/*material billing*/

.ms-section {
    padding: 60px 0;
}

.ms-container {
    display: flex;
    gap: 40px;
    max-width: 1200px;
    margin: auto;
    background: rgba(255, 255, 255, 0.45);
    padding: 35px;
    border-radius: 20px;
    backdrop-filter: blur(12px);

}

.ms-images {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.ms-images img {
    width: 100%;
    border-radius: 14px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.ms-content {
    flex: 1;
}

.ms-content h2 {
    font-size: 2.2rem;
    margin-bottom: 10px;
}

.ms-sub {
    color: #555;
    margin-bottom: 20px;
}

.ms-features {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.ms-features li {
    margin-bottom: 12px;
    font-size: 1rem;
    color: #222;
}




/*bottle billing*/
/* --- Global & Layout Styles --- */
.bottle-product-showcase-section {
    padding: 60px 0;
    background-color: #f7f9fb; 
    font-family: 'Helvetica Neue', Arial, sans-serif;
    display: flex;
    justify-content: center;
}

.bottle-showcase-container {
    width: 95%;
    max-width: 1000px; 
    margin: 0 auto;
    text-align: center;
}

/* --- Header Styling --- */
.bottle-content-header {
    margin-bottom: 40px;
}

.bottle-showcase-title {
    font-size: 2.5em;
    color: #1a1a1a;
    font-weight: 700;
    margin-bottom: 10px;
}

.bottle-showcase-subtitle {
    font-size: 1.1em;
    color: #666;
    max-width: 700px;
    margin: 0 auto;
}

/* --- Split Wrapper (The main two-column container) --- */
.bottle-split-wrapper {
    display: flex;
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    text-align: left;
}

/* --- Column Styling --- */
.bottle-split-column {
    padding: 40px;
    flex: 1; 
}

/* Left Column: Image */
.bottle-split-image {
    background-color: #eef2f6; 
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    min-height: 550px; 
}

.bottle-split-image img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Right Column: Details */
.bottle-split-details {
    padding: 40px;
}

.bottle-features-title {
    font-size: 1.4em;
    color: #333;
    font-weight: 700;
    margin-bottom: 20px;
    border-bottom: 2px solid #eef2f6;
    padding-bottom: 5px;
}

/* --- Feature List Styling --- */
.bottle-feature-list {
    list-style: none; 
    padding-left: 0;
    margin-bottom: 25px;
}

.bottle-feature-list li {
    font-size: 1em;
    color: #444;
    line-height: 1.6;
    margin-bottom: 10px;
    padding-left: 25px; 
    position: relative;
}

/* Custom Checkmark Icon */
.bottle-feature-list li::before {
    content: '✓'; 
    color: #007bff; 
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
}

.bottle-final-statement {
    font-size: 1.1em;
    color: #333;
    font-weight: 500;
    margin-bottom: 30px;
}

/* --- CTA Button Styling --- */
.bottle-cta-button {
    display: inline-block;
    padding: 12px 25px;
    background-color:#002e7c; 
    color: white;
    text-decoration: none;
    font-weight: 600;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.bottle-cta-button:hover {
    background-color: #0056b3;
}

/* --- Responsive Adjustments --- */
@media (max-width: 992px) {
    .bottle-split-wrapper {
        flex-direction: column; 
    }

    .bottle-split-column {
        padding: 30px;
    }

    .bottle-split-image {
        min-height: 300px;
    }
}
/*brand */
.customer-carousel {
    width: 100%;
    padding: 40px 0;
    text-align: center;
    background: #f7f9fb;
    margin-bottom: 30px;
}

.brand {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 30px;
    background:linear-gradient(90deg, #184783, #002e7c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Common row styles */
.carousel-row {
    overflow: hidden;
    white-space: nowrap;
    margin: 25px 0;
    position: relative;
}

.carousel-track {
    display: inline-flex;
    align-items: center;
    gap: 40px;
}
.images-container{
   display: inline-flex;
   width:300px;
 
}

/* Animation keyframes */
@keyframes slide-left {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

@keyframes slide-right {
    0% { transform: translateX(-50%); }
    100% { transform: translateX(0); }
}

/* Top row → moves left to right */
.left-to-right .carousel-track {
    animation: slide-left 20s linear infinite;
}

/* Bottom row → moves right to left */
.right-to-left .carousel-track {
    animation: slide-right 20s linear infinite;
}
/*web tools*/
.tech-section {
    padding: 70px 0;
    background: #fff;
    font-family: "Poppins", sans-serif;
}

.tech-container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    text-align: center;
}

.tech-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #222;
}

.tech-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    gap: 25px;
    justify-items: center;
}

.tech-box {
    background: #f5f7fa;
    border-radius: 12px;
    padding: 20px 10px;
    width: 130px;
    height: 130px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: .3s ease;
    border: 1px solid #eee;
}

.tech-box:hover {
    background: #fff;
    box-shadow: 0 6px 16px rgba(0,0,0,0.12);
    transform: translateY(-6px);
}

.tech-box img {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
    object-fit: contain;
}

.tech-box p {
    font-size: 14px;
    font-weight: 500;
    color: #333;
}
/*web projects*/
/* Section title */
.projects-section {
    width: 100%;
    padding: 40px 0;
}

.projects-title {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 25px;
    color: #222;
}

/* Grid layout */
.projects-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

/* Image container */
.project-item {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    height: 240px;
}

.project-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
}

/* Zoom on hover */
.project-item:hover img {
    transform: scale(1.12);
}

/* FULL overlay */
.project-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.75);
    color: #fff;
    opacity: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    text-align: center;
    transition: opacity .35s ease-in-out;
    letter-spacing: -0.016em;
}

/* Show overlay on hover */
.project-item:hover .project-overlay {
    opacity: 1;
}

/* Overlay text */
.project-overlay h3 {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
}

.project-overlay p {
    margin: 10px 0 18px;
    font-size: 15px;
    line-height: 1.4;
}

/* Button */
.project-overlay a {
    background: #fff;
    color: #000;
    padding: 8px 20px;
    border-radius: 5px;
    font-weight: 600;
    text-decoration: none;
    transition: background .3s ease;
    letter-spacing: -0.016em;
}

#brands .customer-carousel img{
      border-radius: 10px;
}
h2.widget-title {
    text-align: left;
}

.text-content h2 {
    font-size:30px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 20px;
    text-align: left;
}
.vertical-text {
    right: 50px;
    top: 75%;
}

.vyugam-content h2,.text-content h2,.vertical-text,h2.tm-title,h2.panel-heading,.brand {
    font-size: 2em ! important;
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1195px;
    }
}
p.vyugam-site-name {
    margin-left: -5%;
}
.theme2 .main-slider .carousel-caption {
    left: 12%;
}
.app-img img {
    width: 100%;
    height: 246px;
    object-fit: cover;
    transition: 0.5s ease;
}
.vyugam-content h2{
  text-align:left;
}
/*exam portal*/
.exam-portal {
    display: flex;
    max-width: 1100px;
    margin: 60px auto;
    background-color: #f7f7ff;
    min-height: 480px;
    overflow: hidden;
}

/* --- Left Content Area --- */
.content-container {
    flex: 1; 
    padding: 70px 80px 70px 70px;
    display: flex;
    
    justify-content: center;
    color: #12122b; /* Darkest text color */
}

.exam-tag {
    background-color: #e6e6ff; /* Light purple background for the tag */
    color: #5c47d6; /* Main purple */
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 0.9em;
    font-weight: 700;
    margin-bottom: 25px;
    width: fit-content;
    letter-spacing: 0.5px;
}

.headline {
    font-size: 2.9em;
    font-weight: 800;
    line-height: 1.15;
    margin: 0 0 35px 0;
}

.highlight {
    color: #5c47d6; 
    display: block; 
}

.cta-button {
    background-color: transparent;
    color: #12122b; /* Darkest text color */
    border: 2px solid #5c47d6; /* Main purple */
    padding: 16px 35px;
    font-size: 1.05em;
    font-weight: 700;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: fit-content;
}

.cta-button:hover {
    background-color: #5c47d6;
    color: #ffffff;
}

/* --- Right Image Area with Curve --- */
.exam-container {
    flex: 1; 
    position: relative;
    background-color: #1f1f45; /* Dark blue background */
    display: flex;
    align-items: center; 
    justify-content: center;
}

.exam-container::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -150px; 
    width: 250px;
    background-color: #f7f7ff; /* Off-white background */
    /* Creates the large, inward curve shape */
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    z-index: 1;
}

.exam-container img {
    position: relative;
    z-index: 2; 
    width: 100%;
    height: 100%;
    object-fit: cover; 
}
/*exam card*/
.exam-section {
    width: 100%;
    padding: 60px 0;
    background: #fff;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}

.exam-title {
    font-size: 34px;
    color: #0c1b4d;
    font-weight: 700;
    margin-bottom: 40px;
    line-height: 1.4;
}

.exam-grid {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.exam-card {
    background: #ffffff;
    padding: 30px;
    border: 1px solid #e4e9f2;
    border-radius: 14px;
    text-align: left;
    transition: all .3s ease;
}

.exam-card:hover {
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.08);
    transform: translateY(-4px);
}

.exam-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
}

/* Title */
.exam-card h3 {
    font-size: 20px;
    color: #0c1b4d;
    font-weight: 600;
    margin-bottom: 15px;
}

/* Description text */
.exam-card p {
    font-size: 15px;
    color: #5a6275;
    line-height: 1.7;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .exam-grid {
        grid-template-columns: 1fr;
    }
}
/*exam prdts*/
