.btn-hamburger {
  background: none;
  border: none;
  font-size: 28px;
  color: #003366;
}

.mobile-menu {
  display: none;
  background: white;
  padding: 20px;
}

.mobile-menu.active {
  display: block;
}




.process .icon-box {
  transition: 0.4s ease-in-out;
}

.process .icon-box img {
  transition: 0.4s ease-in-out;
  transform-origin: center;
}

/* Hover Glow + Strong Zoom Effect */
.process .icon-box:hover img {
  transform: scale(1.18); /* Zoom Increase */
  filter: drop-shadow(0 0 12px #213C72);
}

/* Optional: Card hover smoothness */
.process .col-6:hover,
.process .col-sm-4:hover,
.process .col-md-3:hover {
  transform: translateY(-6px); /* Slightly more lift */
  transition: 0.3s ease-in-out;
}





.fade-up {
  opacity: 0;
  transform: translateY(35px);
  transition: all 0.7s ease-out;
}

.fade-up.show {
  opacity: 1;
  transform: translateY(0);
}




/* =========================
   Root Variables & Reset
========================= */


html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;
}


body {
  font-family: 'DM Sans', sans-serif !important;
}

.section-title{
    font-family: 'DM Sans', sans-serif !important;
}


.accordion-button.module-btn {
  background: #F3F3F9 !important;
  border-radius: var(--pill-radius);
  padding: 1rem 1.25rem;
  font-weight: 400;
  font-size: clamp(1.05rem, 1.4vw, 1.25rem);
  color: #0b0b0b;
  box-shadow: none;
  display: flex;
  align-items: center;
}


.video {
  border: 1px solid black;
  height: 40vh;
  width: 60% !important;
  margin: auto;


}

video {
  height: 100%;
  width: 100% !important;
}


.program-section .left-box {
  background: #f8f8fb;
  border-radius: 12px;
  padding: 1.5rem 1.25rem;
  font-weight: 500;
  font-size: 20px;
  color: #111;
  margin-bottom: 1rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7),
    0 3px 8px rgba(15, 15, 15, 0.03);
  transition: all 0.25s ease;
  max-width: 100%;
}

/* Default (scrolled) color */
.site-header #menu-toggle {
  color: var(--primary) !important;
}

/* When header is transparent at top */
.site-header.transparent #menu-toggle {
  color: #fff !important;
}


.form-boxes {
  border-radius: 12px;
  height: 80px;
  width: 170px;
}

.form-boxes div {
  font-size: 18px;
}




.btn-close {
  padding: 2px 15px;
  align-items: center;
  font-size: 15px;
  background-color: transparent;
}


:root {
  --primary: #213C72;
  --secondary: #1e293b;
  --light: #f9fafb;
  --text: #111827;
  --muted: #6b7280;
  --radius: 12px;
  --container: 1200px;
  --gutter: 16px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* ==== Button Styles ==== */
.btn,
button,
input[type="submit"] {
  background-color: #213C72;
  color: #fff;
  border: none;
  padding: 10px 18px;
  border-radius: 6px;
  font-weight: 300;
  transition: all 0.3s ease;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}

.btn:hover,
button:hover,
input[type="submit"]:hover {
  background-color: #0d182c;
  /* Thoda dark shade hover ke liye */
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
}

/* Outline button */
.btn-outline {
  background-color: transparent;
  border: 2px solid #213C72;
  color: #213C72;
  border-radius: auto;
}

.btn-outline:hover {
  background-color: #0d182c;
  color: #fff;
}

.d-flex {
  justify-content: left;
  gap: 24px;
  /* yaha value apne hisab se set karo */

}

.btn-group {
  display: flex;
  gap: 40px;
  /* yaha apna gap set karo */
  justify-content: center;
}


body {

  color: var(--text);
  background: #fff;
  line-height: 1.6;
  scroll-behavior: smooth;

}

header .container-fuild {
  padding: 1rem 3rem !important;
}

img {
  width: 40px;
  max-width: 100%;
  display: block;
  display: block;
}



h1,
h2,
h3 {
  font-weight: 700;
  margin-bottom: 10px;
}

.section-title {
  text-align: center;
  margin-bottom: 24px;
}
   
.img-fluid {
    width: 120px;
    height: 120px;
    max-width: 100%;
    display: block;
    display: block;
}




/* ....hero-session images.... */
/* .home-hero{

  } */
.home-hero   {
  background-image: url('../Assets/heroimage/herocover.jpg') !important;
}

.service-hero {
  background-image: url('../Assets/heroimage/services.jpg') !important;
}

.training-hero {
  background-image: url('../Assets/heroimage/herotraining.jpg') !important;
}

.blog-hero {
  background-image: url('../Assets/heroimage/bloghome.jpg') !important;
}

.about-hero {
  background-image: url('../Assets/heroimage/aboutus.jpg') !important;
}

.contact-hero {
  background-image: url('../Assets/heroimage/contacushero.jpg') !important;
}


/* Services Hero */
.uiuxservices-hero {
  background-image: url('../Assets/servicehero/uiuxservicehero.png') !important;
}

.graphic-hero {
  background-image: url('../Assets/servicehero/graphichero.jpg') !important;
}

.digitalmarketing-hero {
  background-image: url('../Assets/servicehero/digitalhero.jpg') !important;
}


.webservice-hero {
  background-image: url('../Assets/servicehero/devhero.png') !important;
}

/* Training Hero */

.uiuxtraining-hero {
  background-image: url('../Assets/traninghero/uiuxtaininghero.jpg') !important;
}

.uitraining-hero {
  background-image: url('../Assets/traninghero/uitraininghero.jpg') !important;
}

.uxtraining-hero {
  background-image: url('../Assets/traninghero/uxtraininghero.jpg') !important;
}

.graphictraining-hero {
  background-image: url('../Assets/traninghero/graphicthero.jpg') !important;
}

.uiuxdesigntrainig-hero {
  background-image: url('../Assets/traninghero/uiuxdesignhero.jpg') !important;
}

.Developmenttraining-hero {
  background-image: url('../Assets/traninghero/devtrininghero.jpg') !important;
}





/* =========================
   Header & Navigation
========================= */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 1000;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.site-header .nav-link {

  color: #213C72 !important;
  font-weight: 200;
  text-decoration: none;
  transition: all 0.3s ease;
}

.site-header .nav-link:hover {
  color: var(--primary);
  text-shadow: 0 0 12px rgba(33, 60, 114, 0.6);
  transform: scale(1.1);
}

.site-header.transparent {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(12px);

  -webkit-backdrop-filter: blur(12px);
  box-shadow: none;
}

.ux-audit-btn {
  font-weight: 350;
  background: #213c722b;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border: 2px solid rgba(255, 255, 255, 0.499);
  box-shadow: none;
  display: flex;
  align-items: center;
  font-size: 24px;
  padding: 10px 20px;
  border-radius: 8px !important;
}

.ux-audit-btn:hover {
  background: #213c7294 !important;

  border: 2px solid #a7b6e4f9;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  color: white !important;

}





.stats-row {
  width: 50%;
  margin: auto;
  background: rgba(255, 255, 255, 0.126);
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  color: white !important;
  border-radius: 8px !important;
  /* height: 80px; */
  padding: 3px 0px;
  border-radius: 16px
}




/* --- Force nav links to blue when header has .scrolled --- */
.site-header.scrolled .nav-link {
  color: #213C72 ; /* overrides earlier `white !important` */
  transition: color .18s ease;
}

/* Optional: ensure non-activated links on transparent header remain white */
.site-header.transparent .nav-link {
  color: #fff !important;
}

/* If you want the underline/active styles too */
.site-header.scrolled .nav-link.activated {
  color: #213C72 !important;
}





.transparent a {
  color: white !important;
}

.site-header.scrolled {
  background: #ffffff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}


.logo {
  /* height: 50px; */
  height: 50px;
  width: 160px;
}

/* Mobile Nav */
.nav-toggle {
  display: none;
  background: url("menu.svg") no-repeat center;
  background-size: contain;
  border: none;
  width: 32px;
  height: 32px;
  cursor: pointer;
}



.process div p{
  font-size: 16px;
  padding: 0px 0px;
}
.tab-process-left,.tab-process-right{
  padding: 0px 40px;
}

/* our process heading..... */
.process-tital
{
  font-size: 22px;
}




@media (max-width: 768px) {
  .header-inner {
    padding: 16px 20px;
  }



  .nav-toggle {
    display: block;
  }
}

/* =========================
   Hero Section
========================= */

/* ========== HERO (first style you wanted) ========== */
/* Replace path below with your actual image path relative to styles.css */
.hero-section {
  position: relative;
 
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  /* center horizontally */
  text-align: center;
  color: #fff;
  padding: 60px 15px;
  overflow: hidden;
}

/* dark overlay for contrast */
.hero-section .hero-overlay {
  position: absolute;
  inset: 0;
  background: rgb(0 0 0 / 29%);
  z-index: 0;
}

/* content sits above overlay */
.hero-section .hero-content {
  position: relative;
  z-index: 1;

  width: 100%;

  margin-top: 60px;
}

/* Heading & paragraph */
.hero-section .display-5 {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.05;
  margin-bottom: 16px;
  text-shadow: 0 8px 30px rgba(0, 0, 0, 0.45);
}

.lead {
  font-weight: 250 !important;
}

.hero-section .lead {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 1rem;
  font-weight: 200 !important;

  margin-left: auto;
  margin-right: auto;
}

/* CTA Buttons in hero */

.hero-ctas .btn-outline-light {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.95);
}

.hero-ctas .btn-outline-light:hover {
  background: rgba(255, 255, 255, 0.95);
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(18, 40, 90, 0.18);
}

.hero-ctas .btn-light {
  background: transparent;
  color: #ffffff;
  border: 2px solid white;
}

.hero-ctas .btn-light:hover {
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  color: #213C72 !important;
}

#hero-session-btn:hover {
  color: #ffffff !important;
}


/* Stats row */
.stats-row {
  margin-top: 2.25rem;
}

.stats-row .stat {
  color: rgba(255, 255, 255, 0.95);
  padding: 6px 0px;
}

.stats-row .stat h3 {
  margin: 0;
  font-size: 2rem;
  font-weight: 500;
}

.stats-row .stat small {
  color: rgba(255, 255, 255, 0.8);
}

/* small screens: center stats and scale typography */
@media (max-width: 767.98px) {
  .hero-section {
    padding: 40px 12px;
    min-height: auto;
  }

  .hero-section .display-5 {
    font-size: 1.8rem;
  }

  .stats-row .stat {
    text-align: center;
  }
}

/* =========================
   Cards (Universal Hover)
========================= */
:root {
  --primary: #133b8a;
  --accent: #0d6efd;
  --text: #0f1724;
  --muted: #6c757d;
}

/* Section base */
.services-section {
  background: #fff;
  color: var(--text);
}

/* Title */
.section-title {
  font-weight: 700;
  font-size: 42px;
  letter-spacing: 0.2px;
}

/* Service card link resets */
.service-card-link {
  text-decoration: none;
  color: inherit;
}

/* Card base */
.home-service-card {
  position: relative;
  height: 260px;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  /* inner content near bottom */
  background-size: cover;
  background-position: center;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  cursor: pointer;
}


.service-card {
  position: relative;

  border-radius: 16px;
  overflow: hidden;


  /* inner content near bottom */
  background-size: cover;
  background-position: center;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  cursor: pointer;
}







/* overlay gradient for readability */
.home-service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.18) 30%, rgba(0, 0, 0, 0.72) 100%);
  z-index: 0;
  transition: background 0.35s ease;
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0;

  z-index: 0;
  transition: background 0.35s ease;
}


/* content inside card */
.service-card-inner {
  position: relative;
  z-index: 1;
  padding: 24px;
  width: 100%;
  text-align: left;
  color: #fff;
  transform: translateY(0);
}

/* Title and subtitle styling */
.service-title {
  font-size: 24px;
  margin: 0 0 6px 0;
  font-weight: 700;
  letter-spacing: 0.4px;
}

.service-sub {
  margin: 0;
  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
  font-weight: 300;
}

/* Specific backgrounds - replace URLs with your images */
.card-one {
  background-image: url('/HS/S1\ _\ UI\ UX\ Design\ .jpg');
}

.card-two {
  background-image: url('../HS/Development.jpg');
}

.card-three {
  background-image: url('../HS/Marketing.jpg');
}

.card-four {
  background-image: url('../HS/Training.jpg');
}


/* Hover effects */
.home-service-card:hover {
  transform: translateY(-12px) scale(1.02);
  box-shadow: 0 24px 50px rgba(8, 18, 40, 0.18);
}

.service-card:hover {
  transform: translateY(-12px) scale(1.02);
  box-shadow: 0 24px 50px rgba(8, 18, 40, 0.18);
}


.home-service-card:hover::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 20%, rgba(0, 0, 0, 0.75) 100%);
}

.service-card:hover .service-title {
  transform: translateY(-3px);
}

/* Make text centered on small screens (like second screenshot) */
@media (max-width: 767.98px) {
  .service-card {
    height: 220px;
    align-items: center;
  }

  .service-card-inner {
    text-align: center;
    padding: 20px;
  }

  .service-title {
    font-size: 1.8rem;
  }
}

/* Buttons styling */
.btn-cta {
  border-radius: 10px;
  padding: 10px 18px;
  font-weight: 600;
}

.btn-primary {
  background: #213C72;
  /* border-color: var(--primary); */
}

.btn-primary:hover {
  background: #0f2e66;
  border-color: #0f2e66;
  transform: translateY(-3px);
  box-shadow: 0 12px 36px rgba(9, 25, 64, 0.16);
}

/* Optional: spacing tweak for large screens */
@media (min-width: 1400px) {
  .home-service-card {
    height: 300px;
  }

  .service-title {
    font-size: 24px;
  }
}


/* Business Card */
.business-context-images {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 30px;
}

.business-card {
  text-align: center;
}

.business-card img {
  width: 100%;
  max-width: 250px;
  border-radius: 12px;
  transition: transform 0.3s;
}

.business-card p {
  margin-top: 10px;
  font-weight: 600;
  font-size: 16px;
  color: var(--text);
}


/* Responsive Business Cards */
@media (max-width: 980px) {
  .business-context-images {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .business-context-images {
    grid-template-columns: 1fr;
  }
}

/* =========================
   Sections Layout
========================= */
.services,
.business-context,
.why-us,
.process,
.case-studies,
.contact {
  padding: 60px 0;
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

/* Process */
.steps {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.step {
  flex: 1;
  padding: 16px;
  background: #fff;
  text-align: center;
}

/* =========================
   Contact Section
========================= */
#contact h2,
#contact h4,
#contact .fw-bold {
  color: var(--primary);
}

#contact p.lead {
  color: var(--text);
  font-size: 18px;
}

#contact p.small {
  font-size: 14px;
  color: var(--muted);
}

#contact a {
  text-decoration: none;
}

#contact a.text-dark:hover {
  color: var(--primary);
}

/* WhatsApp Button */
.whatsapp-link {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  background: transparent !important;
  color: var(--primary) !important;
  font-weight: 500;
  margin-bottom: 16px !important;
  cursor: pointer;
}

.whatsapp-link:hover {
  color: #25D366 !important;
}

.whatsapp-link .whatsapp-icon {
  width: 40px !important;
  height: 40px !important;
  object-fit: contain;
}

/* Form */
.form-box {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: var(--radius);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.form-title {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 20px;
  color: var(--primary);
}

.form-label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
  color: var(--primary);
}

.form-control,
.form-select {
  display: block;
  width: 100%;
  border-radius: 8px;
  padding: 12px;
  font-size: 14px;
  border: 1px solid #ccc;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.form-control:focus,
.form-select:focus,
textarea:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 2px rgba(33, 60, 114, 0.2);
  outline: none;
}

.form-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg fill='%23111' height='20' viewBox='0 0 20 20' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M5.516 7.548L10 12.032l4.484-4.484.708.708L10 13.448 4.808 8.256z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
}

/* Submit Button */
.btn-primary {
  font-weight: 300;
  font-size: 16px;
  padding: 12px 18px;
  border-radius: 8px;
}

/* =========================
   Footer
========================= */
.site-footer {
  background: #213C72;
  color: #fff;
  padding: 60px 20px 20px;
  font-size: 14px;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 40px;
  margin-bottom: 30px;
}

.footer-company h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}

.footer-company p {
  margin-bottom: 12px;
  line-height: 1.6;
}

.footer-company a {
  color: #fff;
  text-decoration: none;
}

.footer-company a:hover {
  text-decoration: underline;
}

.whatsapp-footer {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #fff;
  padding: 6px 12px;
  border-radius: 8px;
  margin: 16px 0;
  text-decoration: none;
  color: #fff;
}

.whatsapp-footer:hover {
  background: #25D366;
  border-color: #25D366;
}

.footer-col h4,
.footer-social h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
}

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

.footer-col ul li {
  margin-bottom: 8px;
}

.footer-col ul li a {
  color: #fff;
  text-decoration: none;
  transition: color 0.2s;
}

.footer-col ul li a:hover {
  color: #ddd;
}

.footer-social .social-icons {
  display: flex;
  gap: 16px;
  align-items: center;
}

.footer-social .social-icon {
  width: 28px;
  height: 28px;
  object-fit: contain;
  transition: transform 0.2s, opacity 0.3s;
}

.footer-social .social-icon:hover {
  opacity: 0.8;
  transform: scale(1.1);
}

/* =========================
   Stats Section
========================= */
.stats-section {
  padding: 60px 20px;
  background: #fff;
  text-align: center;
}

.stats-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 40px;
}

.stat-box {
  flex: 1;
  min-width: 200px;
}

.stat-number {
  font-size: 3.2rem;
  font-weight: 700;
  color: white;
  margin-bottom: 10px;
}

.stat-number::after {
  content: "+";
  font-size: 1.6rem;
  color: white;
}

.stat-text {
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--secondary);
}

/* =========================
   Buttons + Ripple Effect
========================= */
.btn {
  /* font-size: 24px; */
  font-weight: 300;
  position: relative;
  overflow: hidden;
  transition: background 0.3s ease, transform 0.3s ease;
}

.btn:hover {
  transform: scale(1.05);
}

.ripple {
  position: absolute;
  width: 20px;
  height: 20px;
  background: rgba(33, 60, 114, 0.3);
  border-radius: 50%;
  transform: scale(0);
  animation: rippleEffect 0.6s linear;
  pointer-events: none;
}

@keyframes rippleEffect {
  to {
    transform: scale(12);
    opacity: 0;
  }
}

/* =========================
   Custom Cursor
========================= */
.cursor {
  width: 10px;
  height: 10px;
  background: black;
  border-radius: 50%;
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: transform 0.1s ease-out, opacity 0.2s ease-out;
  z-index: 9999;
}

.cursor-view {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.2s ease-out;
  z-index: 9999;
}



/* Section title + subtitle */
.why-choose-us .section-title {
  text-align: center;
  font-weight: 700;
  font-size: 42px;
  margin-bottom: 16px;
}

.why-choose-us .subtitle {
  text-align: center;
  color: var(--muted);
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 300;
}

.subtitle {

  font-size: 20px;
  font-weight: 200 !important;
}

p {
  font-weight: 300 !important;

}



/* Left image */
.left-block .hero-img {
  width: 100%;
  height: auto;
  border-radius: 14px;
  display: block;
  object-fit: cover;
  box-shadow: 0 6px 20px rgba(13, 47, 102, 0.06);
  border: 1px solid rgba(13, 47, 102, 0.03);
}

/* Paragraph under image */
.lead-desc {
  color: #6b6b6b;
  line-height: 1.6;
  margin-top: 18px;
}

/* Buttons */
.btn-custom {
  background: var(--primary);
  color: #fff;
  border-radius: 8px;
  padding: 10px 18px;
  font-weight: 600;
  border: none;
  transition: transform .18s ease, box-shadow .18s ease;
  box-shadow: 0 5px 14px rgba(13, 47, 102, 0.08);
}

.btn-custom:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(7, 27, 59, 0.12);
}

.btn-outline-custom {
  background: transparent;
  color: var(--primary);
  border-radius: 8px;
  padding: 10px 18px;
  font-weight: 600;
  border: 2px solid var(--primary);
}

.btn-outline-custom:hover {
  background: var(--primary);
  color: #fff;
}

/* Feature cards (right column) */
.feature-card {
  /* background: var(--card-bg); */
  border-radius: 14px;
  border: 1px solid var(--card-border);
  box-shadow: 5px 5px 5px rgba(19, 24, 31, 0.04);
  transition: transform .18s ease, box-shadow .18s ease;
  min-height: 140px;
  /* background: #213c7294 !important;
    border: 2px solid #a7b6e4f9;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    color: white !important; */
}

.feature-card h5 {
  color: var(--primary);
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 1.05rem;
}

.feature-card p {
  color: #555;
  font-size: 0.95rem;
  margin: 0;
  line-height: 1.45;
}

.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 30px rgba(13, 47, 102, 0.08);
}


/* =========================
   Responsive Layout
========================= */
@media (max-width: 980px) {
  .hero-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .grid-3,
  .grid-4 {
    grid-template-columns: 1fr 1fr;
  }

  .contact-inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {

  .grid-3,
  .grid-4 {
    grid-template-columns: 1fr;
  }

  .stats {
    justify-content: center;
  }
}




/* ===============================================.

service page

======================================================== */


.clickable-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}



.clickable-div {
  border-radius: 50px;
  padding: 8px 22px;
  background-color: #f8f9fa;
  color: #213C72;
  border: 1px solid #213C72;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s;
  white-space: nowrap;
  width: auto;
}


.clickable-div:hover {
  background-color: #e2e6ea;
}

.clickable-div.active {
  background-color: #213C72;
  color: white;
  border: 1px solid #213C72;
}

.card-img-top {
  border-radius: 15px;
  height: 150px;
  object-fit: cover;
}

.card {
  margin-bottom: 20px;
}


.blue-card {
  background-color: #0d6efd;
  height: 40px;
  width: 40px;
  border-radius: 50%;
}

.process-card {
  position: relative;
}

.process-card h6 {
  font-size: 20px;
  font-weight: bold;
}

.process-card p {
  font-weight: 18px;
}

.process-card-btn {
  width: 140px;
  position: absolute;
  top: 3px;
  left: 26px;
  border-radius: 50px;
  /* padding: 20px; */
  padding: 5px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
  margin-bottom: 10px;
  border: 2px solid #213C72;
  font-weight: 400;
  font-size: 18px;
  background-color: #213C72;
  color: white;
  border: 1px solid #213C72;
}

.blog-credit-left h6 {
  font-size: 18px;
}

.blog-credit-left p {
  font-size: 14px;
  color: rgba(128, 128, 128, 0.973);
  font-weight: 500;
}

.blog-credit {
  display: flex;
  justify-content: space-between;
  margin-top: 26px;

}

.blog-credit a {
  text-decoration: none;
  font-size: 18px;
}

.blog-credit-right {
  display: flex;
  align-items: center;
}

.display-5 span {
  color: #6C71C5;
}



/* featured article */
/* Featured Article Section */

.featured-article {
  background-color: #fff;
  /* padding: 40px; */
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.tag {
  background-color: #213C72;
  color: white;
  font-weight: 400;
  padding: 5px 30px;
  border-radius: 8px;
  font-size: 16px;
  margin: 16px;
  display: inline-block;
}

.article-title {
  font-size: 28px;
  font-weight: 600;
  margin: 16px;
}

.article-desc {
  font-size: 16px;
  color: #555;
  margin: 16px;
  margin-bottom: 25px;
}

.author-info {
  display: flex;
  align-items: center;
  margin: 16px;
}

.author-info img {
  width: 45px;
  border: 1px solid black;
  height: 45px;
  border-radius: 50%;
  margin-right: 15px;
}

.read-button {
  margin: 16px;
  background-color: #213c72;
  color: #fff;
  padding: 7px 40px;
  border-radius: 8px;
  font-weight: 400;
  border: none;
  transition: background-color 0.3s ease;
}

.read-button:hover {
  background-color: #1a2f5b;
}

@media (max-width: 768px) {
  .featured-article {
    text-align: center;
  }

  .author-info {
    justify-content: center;
  }

  .text-section {
    margin-bottom: 30px;
  }
}



/* .............................training page...................... */
.training-clickable-container {
  gap: 20px !important;

}





.cta-ux-audit-btn {
  font-weight: 350;
  background: #213c72;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  /* border: 2px solid rgba(255, 255, 255, 0.499); */
  box-shadow: none;
  display: flex;
  align-items: center;
  font-size: 20px;
  padding: 10px 20px;
  border-radius: 8px !important;
}

.cta-ux-audit-btn:hover {
  background: #16284d !important;
  color: white !important;
  border: 2px solid #a7b6e4f9;



}

.cta-explore-case-study-btn {
  background: transparent;

  /* border: 1.5px solid #213C72 !important; */
  color: #213C72 !important;
}

.cta-explore-case-study-btn:hover {
  color: #213C72 !important;

}



/* about page........... */



.yellow-div {
  height: 50px;
  width: 50px;
  border-radius: 4px;

  background-color: #FEC54E;
  margin: auto;
}

.our-mission-div {

  border-radius: 15px;
}






.impact-heading {
  font-size: 1.5rem;
  font-weight: 600;
  /* margin-bottom: 10px; */
}

.impact-text {
  font-size: 1rem;
  opacity: 0.9;
}


.faq-slider {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 20px;
}

.faq-track {
  display: flex;
  width: max-content;
  animation: scrollInfinite 40s linear infinite;
}

.faq-card {
  flex: 0 0 auto;
  max-width: 320px;
  margin: 0 10px;
  background-color: #f8f9fa;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  white-space: normal;
}

.faq-card h6 {
  font-weight: bold;
}

/* Keyframes for infinite scroll */
@keyframes scrollInfinite {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .faq-card {
    min-width: 90%;
  }
}


/* card height sizing.... */

.card {
  height: 454px !important;
}


/* service details */

.service-detail-card {
  min-height: 80px;
  border: 2px solid rgba(128, 128, 128, 0.334);

}

.custom-box {
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  /* Light grey border */
  border-radius: 10px;
  padding: 20px;
  height: 200px;
  margin-bottom: 20px;
  /* Vertical spacing */
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  /* Optional subtle shadow */
}



.custom-box2 {
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  /* Light grey border */
  border-radius: 10px;
  padding: 20px;
  height: 170px;
  margin-bottom: 20px;
  /* Vertical spacing */
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  /* Optional subtle shadow */
}

a {
  text-decoration: none !important;
}

.whatsapp-link {
  color: white;
}

.form-whatsapp-icon {
  color: blue !important;
}




.mobile-display {
  display: none !important;
}



/* common media query here    mobile */

@media screen and (min-width: 358px) and (max-width: 766px) {

  .whats-app-icon-fix
{
  position: fixed;
  bottom: 20px;
  right: 20px !important;
  z-index: 3000;

}


  .process div p{
    font-size: 14px;
  padding: 0px 0px;
}

.tab-process-left.tab-process-right{
  padding: 0px 40px;
}


  #mobile-menu .ux-audit-btn {
    margin-top: 16px;
    color: white !important;
    background-color: #213C72;
    font-size: 16px !important;
  }

  .site-header .nav-link {
    color: #213C72 !important;
    font-weight: 200;
    text-decoration: none;
    transition: all 0.3s ease;
  }


  .site-header.transparent .nav-link {
  color: #213C72!important;
}

  .site-footer .container {

    padding: 0px 0px;

  }

  header .container-fuild {
    padding: 1rem 1rem !important;
  }

  .form {
    width: 100%;
  }

  .hero-section .mt-3 {
    text-align: left;
  }

  .step-by-step-div {

    padding: 8px !important;
  }

  .what-you-will-learn {
    margin-bottom: 1.4rem;
  }

  .what-you-will-learn .col-md-4 div {
    text-align: left !important;
  }

  .buttons-vertically a {
    font-size: 20px !important;
  }

  .section-title {

    text-align: left !important;

  }



  .hero-section .display-5 {
    font-size: 2rem;
    text-align: left;
  }

  .mission-right-img {

    width: 100% !important;

  }

  .case-study-btn {
    width: 100%;
  }

  .visual-problem-heading {
    text-align: left;
  }


  .hero-section .container div {
    justify-content: left !important;
    width: 330px;
  }
  .hero-section .container div a {
    
    width: 100%;
  }


  .service-card {
    height: 54px;
    align-items: center;
  }


  .mobile-display {
    display: block !important;
  }

  .desktop-display {
    display: none !important;
  }

  .hero-section .hero-content {
    margin-top: 100px !important;
  }


  .hero-section .hero-content h1 {
    text-align: left;
  }

  .hero-section .lead {
    text-align: left;
  }

  .buttons-vertically {
    flex-direction: column !important;
    width: 100%;
    align-items: start;
  }


  .buttons-vertically a {
    margin: auto;
    width: 100%;
    justify-content: center;

  }

  .section-title,
  .section-title h2 {
    margin-bottom: 16px !important;
  }

  .buttons-vertically button .stats-row {
    width: 100%;
  }

  .section-title {
    font-size: 32px !important;
  }

  .our-impact-number-div {

    height: 160px !important;

  }

  .home-service-card {
    margin-top: 16px;
    height: 190px !important;
  }

  .subtitle {
    font-size: 20px !important;
    text-align: left !important;
    font-weight: 300  !important;
  }

  .direction-reverse {
    display: flex;
    flex-direction: column-reverse;
    gap: 50px;
  }

  .visual-img {
    width: 193px;
    height: 193px;
  }

  .nav-pills .nav-link.active {
    height: 54px;
    padding: 14px 16px;
  }


  section,
  .py-5 {
    padding-top: 32px !important;
    padding-bottom: 16px !important;
  }

  .icon-img {
    height: 80px !important;
    width: 80px;
  }

  .icon-title {
    font-size: 20px !important;

  }

  .last-process .icon-img {
    height: 80px !important;
    width: 85px;
  }

  /* .icon-title+p {
    font-size: 14px !important; */

}

.our-impact-number p {
  font-size: 14px !important;
  font-weight: 400;
  text-align: left !important;
}

.impact-heading {
  font-size: 16px !important;
}



.hero-section .pl-3 {
  padding-left: 0px !important;
}

.hero-section .mt-4 {
  margin-top: 0px !important;
}

#contact .col-md-12 {
  padding-left: 0px;
  padding-right: 0px;

}

#contact h2 {
  font-size: 30px;
  font-weight: 500;

}

#contact img {
  height: 56px;
  width: 192px;

}



.transparent a {
  color: #ffffff !important;
}

.transparent a:hover {
  background-color: transparent;
  color: white !important;
}

.ux-audit-btn {

  justify-content: center;

}


/* {
    } */

.visual-img {
  width: 200px !important;
  height: 200px !important;
  transform: none;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.15));
  border-radius: 12px;
}

.faq-card {
  min-width: auto;
}

section {
  padding: 70px 0px;
}





/* form buttons................... */
.cta-explore-case-study-btn {
  font-size: 20px;
}



/* Responsive behavior */
@media (max-width: 991px) {
  .nav-links {
    display: none !important;
  }

  #menu-toggle {
    display: block;
  }
}


/* Mobile menu dropdown */
.mobile-menu {
  display: none;
  flex-direction: column;
  background-color: white;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 1rem;
  z-index: 1000;
}

.mobile-menu a {
  padding: 0.75rem 0;
  color: #333;
  text-align: center;
  border-bottom: 1px solid #eee;
}

.mobile-menu.open {
  display: flex;
}
.tab-visible{
  display: none;
}

/* common media query here    tab view */
@media screen and (min-width: 767px) and (max-width: 1024px) {

.process div p{
  font-size: 14px;
  padding: 0px 0px;
}
.tab-process-left.tab-process-right{
  padding: 0px 40px;
}

  .tab-hide {
    display: none;
  }
  .tab-visible{
  display: block;
}
.tab-visible img
{
 max-height: 300px;
}
  


  .site-header.transparent .nav-link {
    color: #213C72 !important;
}


  .site-header .nav-link {
    color: #213C72 !important;
    font-weight: 200;
    text-decoration: none;
    transition: all 0.3s ease;
  }




  .buttons-vertically2 {
    flex-direction: column !important;

  }

  .service-icon {
    width: 37px !important;
    height: 37px !important;

  }

  .tab-process-left {
    padding-left: 112px;

  }

  .tab-process-right {
    padding-top: 4px;
    padding-right: 112px;

  }

  .buttons-vertically2 a {

    width: 100% !important;
    align-items: center !important;
    justify-content: center;

  }




  .upper-margin {
    margin-top: 20px;
  }

  section {
    padding: 30px 0px;
  }


  .hero-section {

    min-height: 69vh;

  }

  .background-circle2 {

    height: 60px !important;
    width: 60px !important;

  }

  .subtitle {
    text-align: center !important;
  }

  .faq-card {
    min-width: auto;
  }

  .ux-audit-btn {
    /* background-color: #213C72; ux audit button color changes */
    justify-content: center;
    font-size: 18px;
  }

  header button {

    font-size: 50px !important;
    width: 120px;
    background-color: transparent !important;
    border: none;
    outline: none;
    box-shadow: none;
  }

  .icon-title {
    font-size: 16px !important;
    font-weight: bolder !important;
  }

  .transparent a {
    color: #0d6efd !important;
    /* font-size: 30px; ...........................*/
  }

  .transparent a:hover {
    background-color: blue;
    color: white !important;
  }

  .stats-row {
    width: 100%;

  }

  .section-title {
    font-size: 36px;

  }

  .subtitle {
    font-size: 20px;
  }

  header .py-3 {
    padding-bottom: 0px !important;
    padding-top: 0px !important;

  }


  .buttons-vertically a {

    width: 160px;
    font-size: 13px !important;
  }

  .lead-desc {
    font-size: 14px;
  }

  .feature-card p {

    font-size: 12px;

  }

  .icon-box img,
  .last-process img {
    height: 106px !important;
    width: 106px;

  }


  .last-process img {
    height: 81px !important;
    width: 82px;

  }


  .d-lg-flex {

    display: none !important;
  }

  .form .input-field {

    padding: 50px 20px;
  }


  section a,
  section button {
    font-size: 16px !important;

  }

  h1,
  h2 {
    font-size: 32px;
    font-weight: 700;
    /* margin-bottom: 16px !important; */
  }

  h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0px !important;
  }

  .case-study-card3 {
    margin-top: 20px !important;
  }

  /* .tab-hide
{
    display: none !important;
}
.tab-show
{
    display: block !important;
} */
}




/* {

} */




/* hamburger decoration.... */
.btn-hamburger {
  width: 36px;
  height: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  border: none;
  background: transparent;
  padding: 0;
}

.btn-hamburger .line {
  height: 4px;
  width: 100%;
  background-color: #000;
  border-radius: 2px;
  transition: all 0.3s ease;
}

/* Animate when active */
.btn-hamburger.active .line1 {
  transform: rotate(45deg) translateY(10px);
}

.btn-hamburger.active .line2 {
  opacity: 0;
}

.btn-hamburger.active .line3 {
  transform: rotate(-45deg) translateY(-10px);
}

/* Mobile menu */
#mobile-menu {
  display: none;
  transition: all 0.3s ease;
}

#mobile-menu.open {
  display: block;
}

/* .tab-show
{
    display: none ;
} */





/* =========================
   FIX: HAMBURGER VISIBILITY (MOBILE + TABLET)
========================= */

/* Hide full nav on tablet and smaller */
@media screen and (max-width: 1024px) {

  .main-nav,
  .d-lg-flex {
    display: none !important;
  }

  .btn-hamburger,
  header button {
    display: block !important;
    font-size: 42px !important;
    width: auto;
    height: auto;
    background: transparent !important;
    color: var(--primary) !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    cursor: pointer;
  }
}

/* Tablet View Enhancements (768px–1024px) */
@media screen and (min-width: 767px) and (max-width: 1024px) {

  header button,
  .btn-hamburger {
    font-size: 50px !important;
    background: transparent !important;
    color: var(--primary) !important;
    border: none;
    outline: none;
    box-shadow: none;
  }

  .hero-section .display-5 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.05;
    margin-bottom: 16px;
    text-shadow: 0 8px 30px rgba(0, 0, 0, 0.45);
  }

  .hero-section .lead {
    color: rgba(255, 255, 255, 0.92);
    font-size: 16px;
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }




  .icon-title {
    font-size: 16px !important;
    font-weight: bolder !important;
  }

  .transparent a {
    color: #213C72 !important;
    /* font-size: 30px; */
  }

  .transparent a:hover {
    /* background-color: #213C72  */
    color: #213C72 !important;
  }

  .stats-row {
    width: 70%;
  }

  .section-title {
    font-size: 32px;
  }


  .left-block .hero-img {
    height: 300px;

  }

  .subtitle {
    font-size: 16px;
    font-weight: 200 !important;
  }

  header .py-3 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }

  .buttons-vertically a {
    font-weight: 300;
    width: 220px !important;
    font-size: 16px !important;
    justify-content: center;
  }

  .lead-desc {
    font-size: 14px;
  }

  .feature-card p {
    font-size: 12px;
  }

  .icon-box img,
  .last-process img {
    height: 100px !important;
    width: 100px;
  }

  .last-process img {
    height: 80px !important;
    width: 80px;
  }
}

/* =========================
   MOBILE MENU BEHAVIOR
========================= */
.mobile-menu {
  display: none;
  flex-direction: column;
  /* background: #fff; */
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 1rem;


  z-index: 999;
  opacity: 0;

}

.mobile-menu.open {
  display: flex;
  opacity: 1;
  transform: translateY(0);
}

.mobile-menu a {
  padding: 0.75rem 0;
  color: var(--primary);
  text-align: center;
  border-bottom: 1px solid #eee;
  font-weight: 500;
}

.mobile-menu a:last-child {
  border-bottom: none;
}






/* {

} */


/* Activated link on TRANSPARENT HEADER */
.site-header.transparent .nav-link.activated {
  color: white !important;
  position: relative;
  font-weight: 400;
}

.site-header.transparent .nav-link.activated::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 3px;
  bottom: -8px;
  background: white;
  border-radius: 2px;
}




/* Activated link when header is SCROLLED */
.site-header.scrolled .nav-link.activated {
  color: #213C72 !important;
  /* blue */
  position: relative;
  font-weight: 400 !important;
}

.site-header.scrolled .nav-link.activated::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 3px;
  bottom: -8px;
  background: #213C72;
  /* blue underline */
  border-radius: 2px;
}


#mobile-menu .nav-link.activated {
  font-weight: 800 !important;
  /* border: 1px solid #dbdbdb ; */
  color: #213C72 !important;
  background: #edf3ff;
  padding: .45rem .75rem;
  border-radius: 6px;
}





/* 1) Prevent flash: disable header transitions until JS enables them */
.site-header {
  /* your normal defaults here */
  background: transparent;
  transition: none;
  /* disabled during initial paint */
}

/* When JS enables transitions after load, this will apply */
.site-header.transitions-enabled {
  transition: background-color .22s ease, box-shadow .22s ease, opacity .18s ease;
}

/* Styles for scrolled vs transparent */
.site-header.transparent {
  background: transparent;
  box-shadow: none;
}

.site-header.scrolled {
  background: #fff;
  box-shadow: 0 4px 14px rgba(33, 60, 114, 0.06);
}

/* Ensure nav has stable layout (desktop default). Avoid layout jump when JS runs */
.main-nav {
  display: flex;
  gap: 1rem;
  align-items: center;
}

/* Logo smoothing to avoid quick flicker when src changes */
#site-logo {
  display: block;
  max-height: 48px;
  /* reserve vertical space so layout doesn't change */
  width: auto;
  transition: opacity .18s ease;
  opacity: 1;
}

/* Hide logo until image fully loaded if you want (optional) */
/* #site-logo.loading { opacity: 0; } */



button:focus {
    outline:none !important;
   
}




/* fprm whats app and student icon.... */


.Btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 64px;
  height: 64px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition-duration: 0.3s;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.199);
  background-color: #00d757;
}

.sign {
  width: 100%;
  transition-duration: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sign svg {
  width: 25px;
}

.sign svg path {
  fill: white;
}
.text {
  position: absolute;
  right: 0%;
  width: 0%;
  opacity: 0;
  color: white;
  font-size: 16px;
  font-weight: 600;
  transition-duration: 0.3s;
  
}

.Btn:hover {
  width: 165px;
  border-radius: 16px;
  transition-duration: 0.3s;
    background-color: #00d757;
}

.Btn:hover .sign {
  width: 30%;
  transition-duration: 0.3s;
  padding-left: 10px;
}

.Btn:hover .text {
  opacity: 1;
  width: 70%;
  transition-duration: 0.3s;
  padding-right: 10px;
}
.Btn:active {
  transform: translate(2px, 2px);
}





.Btn2 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 64px;
  height: 64px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition-duration: 0.3s;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.199);
  background-color: #213C72;
}

.sign2 {
 width: 30px;
  transition-duration: 0.3s;
  
  display: flex;
  align-items: center;
  justify-content: center;
}

.sign2 svg {
  width: 32px;

}

.sign2 svg path {
  fill: white;
}
.text2 {
  position: absolute;
  right: 0%;
  width: 0%;
  opacity: 0;
  color: white;
  font-size: 16px;
  font-weight: 600;
  transition-duration: 0.3s;
 
  
}

.Btn2:hover {
  width: 230px;
  border-radius: 16px;
  transition-duration: 0.3s;
    background-color: #213C72;
}

.Btn2:hover .sign2 {
  width: 30%;
  transition-duration: 0.3s;
  padding-left: 10px;
}

.Btn2:hover .text2 {
  opacity: 1;
  width: 70%;
  transition-duration: 0.3s;
  padding-right: 10px;
}
.Btn2:active {
  transform: translate(2px, 2px);
}



.whats-app-icon-fix
{
  position: fixed;
  bottom: 50px;
  right: 100px;
  z-index: 3000;

}

.whats-app-icon-fix img
{
 
  
  width: 90px;
}




