@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
/*    font-family: "Lato", sans-serif;*/
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    overflow-x: hidden;
    line-height: 1.5;
    background: #fae5ee;
}

:root {
    --background-color: #F7F7F7;
    --primary-color: #7f2ef8;
    --secondary-color: var(--secondary-color);
    --secondary-color-extra: #131921;
    --en-font: "Maven Pro", sans-serif;
    --bn-font: "Hind Siliguri", sans-serif;
    --poppins-font: "Poppins", serif;
    --s1-primary:#7c3aed;          /* Purple 600 */
    --s1-primary-dark:#6d28d9;      /* Purple 700 */
    --s1-accent:#22d3ee;            /* Cyan accent for glow */
    --s1-chip:#3b0764;              /* Deep purple for chip bg */
    --s1-chip-text:#ffddee;         /* Soft light text */
    --s1-white:#ffffff;
    --s1-text:#0f172a;
    --s1-shadow:0 20px 60px rgba(16,24,40,.18);
    --s1-radius-2xl:22px;
    --s1-radius-xl:16px;
    --s1-max:1200px;
    --faq-purple: #6121d3;
    --faq-purple-2: #6b2ae1;
    --faq-bg: #f7f3ff;
    --faq-text-dark: #23272f;
}

/*==== COMMON CSS START ====*/
p {
    margin: 0;
    color: #000;
    padding: 0;
}

button,
button:focus,
button:active {
    outline: none !important;
    box-shadow: 0 0 !important;
}

form input::placeholder {
    font-size: 15px;
    color: #888;
    text-align: left !important;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

li {
    display: inline-block;
    list-style: none;
}

a,
a:hover,
a,
a:hover,
a:focus {
    color: #000;
    text-decoration: none;
    outline-offset: 0;
    outline: 0;
    transition: 0.35s all;
}

button,
button:focus,
button:active {
    text-decoration: none;
    border: 0;
    outline: 0;
}

.form-control,
.form-control:focus,
input,
input:focus {
    outline: 0;
    border: 0;
    box-shadow: 0 0 !important;
}

.parsley-errors-list {
    color: var(--secondary-color);
}

.parsley-error {
    border: 1px solid var(--secondary-color) !important;
}

img {
    max-width: 100%;
    height: 100%;
}

button {
    padding: 0;
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    margin: 0;
}

svg {
    height: 16px;
    width: 16px;
}

.cursor {
    cursor: pointer;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.container {
    max-width: 1280px;
}

.bangla-font {
    font-family: var(--bn-font);
}
.back-to-top {
    position: fixed;
    right: 34px !important;
    bottom: 34px !important;
    width: 42px !important;
    background: var(--primary-color);
    height: 42px !important;
    line-height: 44px !important;
    border-radius: 8px;
    text-align: center !important;
    color: #ffff !important;
    font-size: 24px !important;
    cursor: pointer;
    z-index: 99;
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
}



.main-header.fixed-top {
    background-color: #ffffffe6;
    top: -40px;
    transform: translateY(40px);
    transition: transform 1s;
    border-bottom: 2px solid #fae5ee;
}
.mobile-header{
  display: none;
}

/*///////////////// COMMON STYLE END /////////////////  */


/* /////////////// HEADER STYLE START ///////////////*/
.only-ecomerce-mobile-menu{
  display: none;
}
.main-header {
    padding: 0 20px;
}

.header-navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.desktop-logo {
    height: 45px;
}

.desktop-menu {
    flex-grow: 1;
    display: flex;
    justify-content: center;
}

.menu-bar ul {
    display: flex;
    list-style: none;
    gap: 35px;
}

.menu-bar li a {
    color: #343030;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    padding: 10px 5px;
    position: relative;
    transition: all 0.3s ease;
}
.menu-bar li a:hover {
    color: #7f2ef8;
}

.menu-bar li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #7f2ef8;
    transition: width 0.3s ease;
}

.menu-bar li a:hover::after {
    width: 100%;
}

.desktop-right-button {
    display: flex;
    align-items: center;
}

.header-contact-button {
    background-color: #7f2ef8;
    color: #fff;
    text-decoration: none;
    padding: 12px 25px;
    border-radius: 30px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.header-contact-button:hover {
    background-color: #312b39;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}
.our-ser-list {
  position: relative;
}

.our-ser-list ul {
  display: none;
  position: absolute;
  top: 100%;
  left: -70%;
  background: #fff;
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 180px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  z-index: 999;
  border-radius: 10px;
}

.our-ser-list ul li {
    border-bottom: 1px solid #ddd;
    display: block;
    text-align: center;
}

.our-ser-list ul li a {
  display: block;
  padding: 10px 15px;
  color: #333;
  text-decoration: none;
}

.our-ser-list ul li a:hover {
  background: #f2f2f2;
}
.our-ser-list:hover ul {
  display: block;
}
/* /////////////// HEADER STYLE START ///////////////*/



/*///////////////// HERO SECTION STYLE START /////////////////*/*/
.hero-section {
    height: 565px;
}
.hero-section-devider {
    height: 565px;
}
 
.hero-left-text {
    margin-top: 135px;
    position: relative;
}

.hero-left-text h1 {
    color: #351A5F;
    font-size: 55px;
    line-height: 64px;
}
.hero-left-text p {
    position: absolute;
    top: 300px;
    font-size: 18px;
    font-weight: 600;
}

/*///////////////// HERO SECTION STYLE END /////////////////*/


/*//////////////////// FOOTER SECTION STYLE START ///////////////////*/
.footer-section {
  background: #120022;
  padding: 60px 80px 20px;
}

.footer-container {
    display: grid;
    grid-template-columns: 25% 75%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding-bottom: 30px;
}

/* Left Side */
.footer-left {
  max-width: 300px;
}

.footer-top-logo {
    height: 60px;
}

.footer-top-logo span {
  color: #fff;
}

.footer-left p {
    margin: 10px 0;
    font-size: 14px;
    color: #ddd;
}

.main-footer-store-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 14px;
    text-align: center;
} 

.store-footer-btn {
    display: inline-block;
    padding: 8px 15px;
    border: 1px solid #fff;
    border-radius: 9px;
    font-size: 10px;
    line-height: 1.3;
    text-decoration: none;
    color: #fff;
    transition: all 0.3s ease;
}
.high-text {
    font-size: 15px;
}

.store-footer-btn:hover {
  background: #fff;
  color: #120022;
}

.footer-bottom-note {
  font-size: 12px;
  margin-top: 8px;
  color: #aaa;
}

/* Right Side */
.footer-right {
  flex: 1;
  margin-left: 60px;
}
.touch-title p {
    color: #fff;
    font-size: 22px;
}
.touch-title {
  display: flex;
  align-items: center;
  font-size: 18px;
  margin-bottom: 25px;
}

.touch-title span {
  font-size: 24px;
  margin-right: 10px;
}

.footer-links {
    display: flex;
    gap: 70px;
    flex-wrap: nowrap;
    justify-content: space-evenly;
}

.footer-column-start h4 {
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 600;
    color: #bfbfbf;
}

.footer-column-start ul {
  list-style: none;
  padding: 0;
  margin: 0;
}


.footer-column-start ul li {
    display: block;
    margin-bottom: 8px;
}

.footer-column-start ul li a {
    text-decoration: none;
    color: #777777;
    font-size: 14px;
    transition: color 0.3s;
}

.footer-column-start ul li a:hover {
  color: #aaa;
}

.footer-bottom-copyright p {
    color: #ddd;
    font-size: 16px;
    font-weight: 700;
}

.footer-bottom-copyright {
  text-align: center;
  padding: 20px 0 0;
  font-size: 13px;
  color: #bbb;
}

/*//////////////////// FOOTER SECTION STYLE END ///////////////////*/





/* About Section */
.about-content {
  flex: 1;
  opacity: 1; /* শুরুতেই visible রাখুন */
}
.about-section {
  padding: 80px 10%;
  background: #fff;
}

.about-container {
  display: flex;
  align-items: center;
  gap: 50px;
  flex-wrap: wrap;
}

.about-image {
  position: relative;
  flex: 1;
  overflow: hidden;
  border-radius: 12px;
}

.about-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  transform: scale(1);
  transition: transform 1.2s ease;
}

.about-image:hover img {
  transform: scale(0.9);
}

.image-overlay {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(87, 0, 179, 0.5);
  transition: left 0.8s ease;
  border-radius: 12px;
}

.about-image:hover .image-overlay {
  left: 0;
}

.about-content {
  flex: 1;
  animation: fadeInRight 1.2s ease forwards;
  opacity: 0;
}

.section-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}

.section-title span {
  color: #5700b3;
}

.about-text {
  margin-bottom: 15px;
  line-height: 1.7;
}

.about-stats {
  display: flex;
  gap: 30px;
  margin: 25px 0;
}

.stat-box {
  text-align: center;
  background: #f3f0ff;
  padding: 20px;
  border-radius: 10px;
  flex: 1;
  transition: transform 0.4s ease !important;
}

.stat-box h3 {
  font-size: 26px;
  color: #5700b3;
  margin: 0;
}

.stat-box p {
  font-size: 14px;
  color: #555;
}

.stat-box:hover {
  transform: translateY(-8px) !important;
}

.about-btn {
    margin: 0 auto;
    width: 28%;
    display: flex;
    padding: 12px 25px;
    background: #5700b3;
    color: #fff !important;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    transition: background 0.3s ease, transform 0.3s ease;
    justify-content: space-around;
}

.about-btn:hover {
  background: #7c2ae8;
  transform: scale(1.05);
}

/* Animation Keyframes */
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(60px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Responsive */
@media (max-width: 992px) {
  .about-container {
    flex-direction: column;
    text-align: center;
  }
  .about-stats {
    flex-direction: column;
  }
}



















.services {
  padding: 100px 20px;
/*  background-image: url("../images/background3.png");
  background-size: cover;     
  background-position: center;  
  background-repeat: no-repeat; */
/* background: linear-gradient(135deg, #f5f7fa 0%, #e0e7ff 100%);*/
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-title {
  font-size: 38px;
  color: #333;
  margin-bottom: 10px;
}

.section-subtitle {
  font-size: 18px;
  color: #555;
}

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

.service-card {
  background: #fff;
  padding: 30px 20px;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}

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

.service-icon {
  font-size: 45px;
  color: var(--primary-color);
  margin-bottom: 20px;
  transition: transform 0.5s ease, color 0.5s ease;
}

.service-card:hover .service-icon {
  color: var(--secondary-color);
  transform: scale(1.3) rotate(5deg);
}

.service-title {
  font-size: 22px;
  margin-bottom: 15px;
  color: #333;
}

.service-desc {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 20px;
}

.service-btn {
  display: inline-block;
  padding: 10px 22px;
  border-radius: 50px;
  background: var(--primary-color);
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.4s ease;
}

.service-btn:hover {
  background: var(--secondary-color);
  color: #fff;
}

.service-cta {
  text-align: center;
  margin-top: 70px;
}

.cta-btn {
  display: inline-block;
  padding: 14px 32px;
  background: #007bff;
  color: #fff;
  border-radius: 50px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.4s ease;
}

.cta-btn:hover {
  background: var(--secondary-color);
  color: #fff;
}



















.portfolio {
  padding: 100px 20px;
  background: #f5f7fa;
}

.section-header {
  text-align: center;
  margin-bottom: 40px;
}

.section-title {
  font-size: 38px;
  color: #222;
  margin-bottom: 10px;
}

.section-subtitle {
  font-size: 18px;
  color: #555;
}

/* Filters Navbar */
.portfolio-filters {
  text-align: center;
  margin-bottom: 50px;
}

.filter-btn {
  padding: 10px 25px;
  border: none;
  background: #ddd;
  color: #333;
  margin: 0 10px;
  border-radius: 50px;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.3s ease;
}

.filter-btn.active,
.filter-btn:hover {
  background: #ff3b3b;
  color: #fff;
}

/* Grid */
.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

/* Portfolio Items */
.portfolio-item {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  transform: scale(0);
  animation: scaleUp 0.5s forwards;
}
.portfolio-img-wrapper img {
    height: 250px;
}

@keyframes scaleUp {
  0% { transform: scale(0); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }
}

.portfolio-img-wrapper {
  position: relative;
}

.portfolio-img-wrapper img {
  width: 100%;
  display: block;
  border-radius: 16px;
  transition: transform 0.5s ease;
}

.portfolio-item:hover img {
  transform: scale(1.1);
}

.portfolio-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(31 33 35 / 70%);
    color: #fff;
    opacity: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.portfolio-item:hover .portfolio-overlay {
  opacity: 1;
}

.portfolio-overlay h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.portfolio-overlay p {
    font-size: 16px;
    margin-bottom: 15px;
    color: #fff;
}

.portfolio-btn {
  display: inline-block;
  padding: 10px 22px;
  border-radius: 50px;
  background: #007bff;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.4s ease;
}

.portfolio-btn:hover {
  background: var(--secondary-color);
  color: #fff;
}
















.testimonial-section {
  padding: 80px 20px;
/*  background: linear-gradient(135deg, #f5f7fa 0%, #e0e7ff 100%);*/
}

.section-header {
  text-align: center;
  margin-bottom: 50px;
}

.section-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #222;
}

.section-subtitle {
  font-size: 16px;
  color: #666;
}

.testimonial-item {
  background: #f3f0ff;
  border-radius: 20px;
  padding: 25px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.06);
  transition: all 0.5s ease;
  transform: scale(1);
  text-align: center;
  margin: 20px;
}

.testimonial-content p {
  font-size: 15px;
  font-style: italic;
  color: #444;
  margin-bottom: 20px;
  line-height: 1.6;
}

.testimonial-client {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.testimonial-client img {
  width: 55px !important;
  height: 55px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #e74c3c;
}

.testimonial-client h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  color: #222;
}

.ratting i {
    color: #EE9800;
}
.ratting {
    margin-bottom: 10px;
}
.testimonial-client span {
  font-size: 14px;
  color: #777;
}
.testimonial-carousel .owl-item.center .testimonial-item {
  transform: scale(1.2);
  z-index: 10;
  border-radius: 30px;
}

.testimonial-carousel .owl-nav button {
  background: red !important;
  color: #fff !important;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  font-size: 20px !important;
  margin: 0 5px;
  transition: 0.3s;
}
.testimonial-carousel .owl-nav button:hover {
  background: #b30000 !important;
}
















.partner_section {
    background: linear-gradient(135deg, #f5f7fa 0%, #e0e7ff 100%);
    padding: 80px 0;
}

.center__heading {
  text-align: center;
  margin-bottom: 50px;
}

.center__heading h2 {
  font-size: 36px;
  font-weight: 700;
  color: #1a1a1a;
}

.center__heading h2 span {
  color: var(--secondary-color);
}

.center__heading p {
  font-size: 18px;
  color: #606060;
  margin-top: 10px;
}

.head__line {
  height: 3px;
  width: 280px;
  background: linear-gradient(90deg, #ff9800, var(--secondary-color));
  margin: 20px auto 0;
  border-radius: 50px;
  opacity: 0.6;
}

.partner_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 30px;
  align-items: center;
  justify-items: center;
}

.partner_item {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.08);
  transition: all 0.4s ease;
}

.partner_item img {
  max-width: 100px;
  height: auto;
  filter: grayscale(0%);
  transition: all 0.4s ease;
}

.partner_item:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}

.partner_item:hover img {
  filter: grayscale(100%);
  transform: scale(1.1);
}














.pricing-project-title {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 50px;
  color: #fff;
}
.pricing-section {
  padding: 80px 20px;
  background: #000000;
}

.pricing-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
}

.pricing-card {
    background: #ffffffed;
    border-radius: 10px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.08);
    overflow: hidden;
    transition: all 0.3s ease;
}

.pricing-card:hover {
  transform: translateY(-5px);
}

.pricing-img {
  position: relative;
}

.pricing-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.pricing-tag {
    position: absolute;
    left: 15px;
    top: 15px;
    background: var(--secondary-color);
    color: #fff;
    padding: 5px 12px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
}

.pricing-body {
  padding: 20px;
}

.pricing-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
    line-height: 1.4;
    /* min-height: 50px; */
    height: 70px;
    overflow: hidden;
}

.pricing-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  margin-bottom: 15px;
  color: #555;
}

.price strong {
  color: #007bff;
  font-size: 16px;
}

.rating {
  color: #f39c12;
  font-size: 14px;
}


.btn-pricing {
  display: block;
  text-align: center;
  padding: 12px;
  background: var(--primary-color);
  color: #fff !important;
  font-weight: 600;
  border-radius: 5px;
  text-decoration: none;
  transition: background 0.3s;
}

.btn-pricing:hover {
  background: #d63a0d;
}









/* Contact Section */
.middle-contact-section {
  padding: 80px 20px;
  text-align: center;
  background: linear-gradient(135deg, #f8f9fb, #ffffff);
  position: relative;
  overflow: hidden;
}

.middle-contact-section::before {
  content: "";
  position: absolute;
  top: -50px;
  right: -50px;
  width: 200px;
  height: 200px;
  background: rgba(255, 0, 0, 0.05);
  border-radius: 50%;
  z-index: 0;
}

.middle-contact-section::after {
  content: "";
  position: absolute;
  bottom: -60px;
  left: -60px;
  width: 250px;
  height: 250px;
  background: rgba(255, 0, 0, 0.05);
  border-radius: 50%;
  z-index: 0;
}

.middle-contact-section .contact-header {
  font-size: 40px;
  font-weight: 700;
  color: #222;
  margin-bottom: 10px;
  z-index: 1;
  position: relative;
}

.middle-contact-section .contact-header span {
  color: #e63946;
}

.middle-contact-section .subheading {
  font-size: 16px;
  color: #555;
  margin-bottom: 50px;
  z-index: 1;
  position: relative;
}

/* Cards Layout */
.middle-contact-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}

.item-card {
  background: #fff;
  padding: 30px 25px;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
}



.item-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 25px rgba(0,0,0,0.12);
}

.item-card::before {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #e63946, #ff7b54);
  z-index: 0;
  transition: all 0.4s ease-in-out;
  opacity: 0.1;
}

.item-card:hover::before {
  top: 0;
  opacity: 0.2;
}

/* Icon */
.contact-icon {
  font-size: 40px;
  color: #e63946;
  margin-bottom: 20px;
  z-index: 1;
  position: relative;
}

.card-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #222;
  z-index: 1;
  position: relative;
}

.card-title span {
  color: #e63946;
}

.card-text {
  font-size: 15px;
  color: #555;
  margin-bottom: 20px;
  line-height: 1.6;
  z-index: 1;
  position: relative;
}


/* Button */
.contact-page-btn {
  display: inline-block;
  padding: 12px 28px;
  background: #e63946;
  color: #fff !important;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  position: relative;
}

.contact-page-btn:hover {
  background: #d62828;
  transform: scale(1.05);
}















:root {
   --bg-height: 720px;
   --accent-1: #0ea5e9; /* cyan */
   --accent-2: #7c3aed; /* purple */
   --accent-3: #fb923c; /* orange */
   --glass: rgba(255, 255, 255, 0.06);
}

/* container */
.animated-bg {
   position: relative;
   min-height: var(--bg-height);
   overflow: hidden;
   display: grid;
   place-items: center;
   color: #fff;
   font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}

/* gradient layer */
.bg-gradient {
   position: absolute;
   inset: 0;
   background: linear-gradient(120deg, rgba(12, 74, 110, 0.9) 0%, rgba(32, 8, 80, 0.8) 50%, rgba(24, 58, 91, 0.85) 100%);
   mix-blend-mode: screen;
   z-index: 1;
   animation: gradientShift 12s linear infinite;
   filter: blur(10px) saturate(110%);
   transform: scale(1.05);
}
@keyframes gradientShift {
   0% {
      background-position: 0% 50%;
   }
   50% {
      background-position: 100% 50%;
   }
   100% {
      background-position: 0% 50%;
   }
}

/* blobs (floating shapes) */
.blob {
   position: absolute;
   width: 360px;
   height: 360px;
   border-radius: 50%;
   filter: blur(48px) saturate(110%);
   opacity: 0.55;
   z-index: 2;
   transform: translate3d(0, 0, 0);
   mix-blend-mode: screen;
   will-change: transform, opacity;
}
.blob-1 {
   left: -10%;
   top: -8%;
   background: radial-gradient(circle at 20% 30%, var(--accent-3), transparent 40%), radial-gradient(circle at 70% 70%, var(--accent-1), transparent 40%);
   animation: floatA 9s ease-in-out infinite;
}
.blob-2 {
   right: -12%;
   top: 10%;
   width: 420px;
   height: 420px;
   background: radial-gradient(circle at 40% 30%, var(--accent-2), transparent 40%), radial-gradient(circle at 70% 70%, #34d399, transparent 40%);
   animation: floatB 11s ease-in-out infinite;
}
.blob-3 {
   left: 20%;
   bottom: -12%;
   width: 520px;
   height: 520px;
   background: radial-gradient(circle at 20% 30%, #f472b6, transparent 35%), radial-gradient(circle at 70% 70%, #60a5fa, transparent 40%);
   animation: floatC 13s ease-in-out infinite;
}
@keyframes floatA {
   0% {
      transform: translateY(0) translateX(0) scale(0.95);
      opacity: 0.6;
   }
   50% {
      transform: translateY(30px) translateX(10px) scale(1.05);
      opacity: 0.8;
   }
   100% {
      transform: translateY(0) translateX(0) scale(0.95);
      opacity: 0.6;
   }
}
@keyframes floatB {
   0% {
      transform: translateY(0) translateX(0) scale(1);
      opacity: 0.55;
   }
   50% {
      transform: translateY(-28px) translateX(-12px) scale(1.08);
      opacity: 0.75;
   }
   100% {
      transform: translateY(0) translateX(0) scale(1);
      opacity: 0.55;
   }
}
@keyframes floatC {
   0% {
      transform: translateY(0) translateX(0) scale(0.9);
      opacity: 0.5;
   }
   50% {
      transform: translateY(45px) translateX(20px) scale(1.12);
      opacity: 0.78;
   }
   100% {
      transform: translateY(0) translateX(0) scale(0.9);
      opacity: 0.5;
   }
}

/* canvas covers area (particles) */
#bgCanvas {
   position: absolute;
   inset: 0;
   width: 100%;
   height: 100%;
   display: block;
   z-index: 3;
   pointer-events: none; /* allows clicks through */
}

/* glass wave overlay */
.wave {
   position: absolute;
   left: 0;
   right: 0;
   bottom: 0;
   height: 120px;
   z-index: 4;
   filter: blur(0.2px);
}

/* content on top */
.bg-content {
   position: relative;
   z-index: 5;
   max-width: 1080px;
   /* padding: 40px 24px; */
   text-align: center;
   backdrop-filter: blur(6px) saturate(120%);
}
.bg-content h1 {
   font-size: clamp(26px, 3.2vw, 44px);
   margin: 0 0 12px;
   line-height: 1.05;
   font-weight: 700;
   color: #fff;
   text-shadow: 0 6px 24px rgba(8, 10, 20, 0.6);
}
.bg-content p {
   color: rgba(255, 255, 255, 0.9);
   font-size: clamp(14px, 1.2vw, 18px);
   margin-bottom: 20px;
}
.bg-content .cta {
   display: inline-block;
   padding: 12px 22px;
   border-radius: 999px;
   background: linear-gradient(90deg, var(--accent-1), var(--accent-3));
   color: #fff;
   font-weight: 600;
   text-decoration: none;
   box-shadow: 0 6px 22px rgba(14, 165, 233, 0.18), inset 0 -2px 10px rgba(0, 0, 0, 0.06);
   transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.bg-content .cta:hover {
   transform: translateY(-3px);
   box-shadow: 0 10px 36px rgba(14, 165, 233, 0.22);
}

/* small screens adjustments */
@media (max-width: 800px) {
   .blob,
   .blob-2,
   .blob-3 {
      display: none;
   } /* speed & clarity on mobile */
   .animated-bg {
      min-height: 520px;
   }
   .bg-content {
      padding: 24px;
   }
}

/* accessibility: prefers-reduced-motion */
@media (prefers-reduced-motion: reduce) {
   .bg-gradient,
   .blob {
      animation: none !important;
      transform: none !important;
   }
}

* {
   box-sizing: border-box;
}
.s1-container {
   max-width: var(--s1-max);
   padding: 0 24px;
   margin-inline: auto;
}

/* Background with grid + gradient like reference */
.s1-hero {
   position: relative;
   overflow: hidden;
   color: var(--s1-white);
   padding: 165px 0 40px;
   isolation: isolate;
   background-image: url("../images/ecomicx-banner.png");
   background-repeat: no-repeat;
   background-size: contain;
}
.s1-hero-bg {
   position: absolute;
   inset: 0;
   background:
    /* subtle 3D grid */ radial-gradient(circle at 50% -10%, rgba(255, 255, 255, 0.35), transparent 55%), linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(0, 0, 0, 0));
}
.s1-hero::before {
   /* thin grid lines */
   content: "";
   position: absolute;
   inset: -200% -50% 0 -50%;
   background-image: linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
   background-size: 38px 38px, 38px 38px;
   transform: skewY(-6deg) translateY(-25%);
   opacity: 0.35;
   pointer-events: none;
}

/* Title */
.s1-title {
   font-family: var(--bn-font);
   font-weight: 800;
   line-height: 1.1;
   text-align: center;
   margin: 0 auto 16px;
   font-size: clamp(28px, 5vw, 52px);
   max-width: 980px;
   text-shadow: 0 3px 18px rgba(0, 0, 0, 0.18);
}
.s1-title span {
   color: #ffebff;
}

/* Chip/Badge */
.s1-chip {
   width: 22%;
   text-align: center;
   margin: 35px auto 50px;
   padding: 10px 18px;
   border-radius: 999px;
   background: rgba(255, 255, 255, 0.14);
   border: 1px solid rgba(255, 255, 255, 0.35);
   backdrop-filter: blur(4px);
   font-weight: 700;
   text-transform: uppercase;
   letter-spacing: 0.6px;
   box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
   font-family: var(--bn-font);
}
/* Mock window */
.s1-mock {
   margin-top: 6px;
}
.s1-window {
   border-radius: var(--s1-radius-2xl);
   background: var(--s1-white);
   box-shadow: 0 40px 70px rgba(17, 24, 39, 0.35);
   overflow: hidden;
   border: 1px solid rgba(2, 6, 23, 0.06);
}
.s1-toolbar {
   display: flex;
   gap: 8px;
   align-items: center;
   height: 44px;
   padding: 0 12px;
   background: #f8fafc;
   border-bottom: 1px solid rgba(2, 6, 23, 0.06);
}
.s1-dot {
   width: 12px;
   height: 12px;
   border-radius: 50%;
}
.s1-red {
   background: #ef4444;
}
.s1-amber {
   background: #f59e0b;
}
.s1-green {
   background: #22c55e;
}

.s1-canvas {
   background: linear-gradient(180deg, #f4f4ff, #ffffff);
   padding: 10px;
}
.s1-dashboard {
   width: 100%;
   height: auto;
   display: block;
   border-radius: 18px;
   box-shadow: 0 10px 30px rgba(17, 24, 39, 0.1);
}

/* ======== Responsive ======== */
@media (max-width: 1024px) {
   .s1-hero {
      padding: 70px 0 36px;
   }
   .s1-dashboard {
      border-radius: 16px;
   }
}
@media (max-width: 768px) {
   .s1-hero {
      padding: 64px 0 30px;
   }
   .s1-title {
      font-size: clamp(26px, 6.2vw, 40px);
   }
   .s1-chip {
      font-size: 0.9rem;
   }
}
@media (max-width: 560px) {
   .s1-title {
      font-size: 24px;
   }
   .s1-chip {
      padding: 8px 14px;
      font-size: 0.8rem;
   }
   .s1-toolbar {
      height: 40px;
   }
}

/*=====================ecomerce about section start ====================*/
.ecomerce-about {
   background: #fff;
   padding: 80px 20px;
   position: relative;
   overflow: hidden;
}

.ecomerce-about .container {
   max-width: 1200px;
   margin: 0 auto;
}

.about__grid {
   display: grid;
   grid-template-columns: 1fr 1fr;
   align-items: center;
   gap: 50px;
}

.about__media {
   position: relative;
   aspect-ratio: 1/1;
   border-radius: 24px;
   overflow: hidden;
   background: radial-gradient(circle at 40% -10%, rgba(255, 255, 255, 0.3), transparent 60%), linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0)), #f3f0ff;
   box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.about__media video {
   width: 100%;
   height: 100%;
   /* object-fit: cover; */
   display: block;
   background: #fff !important;
   border: 2px solid #ffffff;
}

.about__content h5 {
   color: #6c3ef0;
   font-weight: 700;
   margin-bottom: 8px;
   letter-spacing: 0.5px;
   font-family: var(--bn-font);
}

.about__content h1 {
   font-size: clamp(28px, 4vw, 36px);
   font-family: var(--bn-font);
   line-height: 1.2;
   margin-bottom: 24px;
   color: #111827;
}

.about__features {
   display: grid;
   gap: 10px;
   margin-bottom: 32px;
}

.feature {
   font-size: 16px;
   color: #475569;
   display: flex;
   align-items: center;
   gap: 10px;
   font-family: var(--bn-font);
}

.about__call-card {
   display: flex;
   align-items: center;
   gap: 14px;
   background: #f8f5ff;
   border: 1px solid rgba(108, 62, 240, 0.15);
   box-shadow: 0 10px 20px rgba(108, 62, 240, 0.08);
   padding: 14px 20px;
   border-radius: 16px;
   max-width: 330px;
}

.about__call-card .icon {
   font-size: 26px;
}

.about__call-card h3 {
   color: #6c3ef0;
   margin: 0;
   font-weight: 700;
}

.about__call-card p {
   margin: 0;
   font-size: 14px;
   color: #475569;
   font-family: var(--bn-font);
}

/* RESPONSIVE */
@media (max-width: 992px) {
   .about__grid {
      grid-template-columns: 1fr;
      text-align: center;
   }

   .about__media {
      order: -1;
      width: 100%;
   }

   .about__call-card {
      margin: 0 auto;
      justify-content: center;
   }
}
/*=====================ecomerce about section end ====================*/

/* ===== ECOMERCE SERVICE (custom only) ===== */
.our-ecomerce-service-section {
   background-image: url("../images/ecomicx-banner2.png");
   background-repeat: no-repeat;
   background-size: cover;
   padding: 60px 0;
}
.our-ecomerce-service-section .container {
   max-width: 1180px;
}

/* Heading */
.our-ecomerce-service-section .ecomerce-heading-title {
   text-align: center;
   margin-bottom: 22px;
}
.our-ecomerce-service-section .ecomerce-heading-title h1 {
   font-size: 30px;
   line-height: 1.15;
   font-weight: 900;
   margin: 0;
   color: #fff;
   font-family: var(--bn-font);
}
.our-ecomerce-service-section .ecomerce-heading-title::after {
   content: "";
   display: block;
   width: min(84%, 760px);
   height: 1px;
   margin: 18px auto 0;
   background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.55), transparent);
}

/* Pills/Nav — only custom classes, no bootstrap override */
.our-ecomerce-service-section .our-service-heading-sec {
   margin-top: 18px;
}
.our-ecomerce-service-section .our-sv-nav {
   justify-content: center;
   gap: 14px;
   flex-wrap: wrap;
   margin-bottom: 40px !important;
   margin-top: 60px;
}
.our-ecomerce-service-section .our-sv-item {
   list-style: none;
}
.our-ecomerce-service-section .extra-sv-link {
   /* background: #fff; */
   color: #fff;
   /* border: 1px solid #fff; */
   border: 1px solid rgba(255, 255, 255, 0.65);
   padding: 6px 15px;
   border-radius: 10px;
   font-weight: 600;
   box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
   transition: 0.15s transform;
   font-family: var(--bn-font);
   font-size: 17px;
   transition: 0.35s all ease;
}
.our-ecomerce-service-section .extra-sv-link.active {
   box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25) inset, 0 10px 24px rgba(0, 0, 0, 0.12) !important;
   background: #fff;
   color: #222;
}
.extra-sv-link:hover {
   background: #fff !important;
   color: #222 !important;
   transition: 0.34s all ease;
}
.our-ecomerce-service-section .extra-sv-link:hover,
.our-ecomerce-service-section .extra-sv-link:focus {
   transform: translateY(-1px);
}
.our-ecomerce-service-section .extra-sv-link.active {
   box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25) inset, 0 10px 24px rgba(0, 0, 0, 0.12);
}

/* Tab panes area */
.our-ecomerce-service-section .extra-sv-tab {
   color: var(--ink);
}

/* Left content */
.our-ecomerce-service-section .ecomerce-sv-contant h2 {
   font-size: clamp(18px, 2.8vw, 32px);
   line-height: 1.25;
   font-weight: 700;
   margin-bottom: 14px;
   color: #fff;
   font-family: var(--bn-font);
}
.our-ecomerce-service-section .ecomerce-sv-contant p {
   color: #fff;
   opacity: 0.95;
   line-height: 1.7;
   margin-bottom: 18px;
   font-family: var(--bn-font);
}
.our-ecomerce-service-section .ecomerce-sv-contant a {
   display: inline-flex;
   align-items: center;
   gap: 10px;
   background: #fff;
   color: #4b2fff;
   text-decoration: none;
   padding: 12px 18px;
   border-radius: 12px;
   font-weight: 800;
   font-family: var(--bn-font);
   box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}
.our-ecomerce-service-section .ecomerce-sv-contant a::after {
   content: "→";
   font-weight: 900;
}

/* Right image mockup */
.our-ecomerce-service-section .ecomerce-sv-image {
   background: var(--card);
   border: 1px solid var(--ring);
   border-radius: 22px;
   box-shadow: var(--shadow);
   padding: 18px;
}
.our-ecomerce-service-section .ecomerce-sv-image img {
   width: 100%;
   height: auto;
   display: block;
   border-radius: 14px;
   box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}

/* Responsive tweaks */
@media (min-width: 576px) {
   .our-ecomerce-service-section .ecomerce-sv-contant {
      padding-right: 10px;
   }
}
@media (max-width: 991.98px) {
   .our-ecomerce-service-section {
      padding: 40px 0 70px;
   }
   .our-ecomerce-service-section .our-sv-nav {
      gap: 10px;
   }
   .our-ecomerce-service-section .ecomerce-sv-image {
      margin-top: 10px;
   }
}
@media (max-width: 575.98px) {
   .our-ecomerce-service-section .ecomerce-heading-title::after {
      width: 92%;
   }
}

/*================ECOMERCE FEATERURE SECTON START ==============*/
.ecomerce-feature-section {
   max-width: 1320px;
   margin: 100px auto 88px;
   padding: 0 20px;
}

.ecom-fea-head {
   text-align: center;
}
.ecom-fea-head span {
   color: var(--primary-color);
}
.ecom-fea-head h1 {
   margin: 0 0 8px;
   font-size: clamp(20px, 3.2vw, 36px);
   line-height: 1.2;
   font-weight: 800;
   font-family: var(--bn-font);
}
.ecom-fea-head p {
   margin: 24px auto 28px;
   max-width: 780px;
   color: #475569;
   font-size: clamp(14px, 2vw, 18px);
   font-family: var(--bn-font);
}
/* Grid */
.ecom-feature-devider {
   display: grid;
   grid-template-columns: repeat(4, 1fr);
   gap: 18px;
}
@media (max-width: 1000px) {
   .ecom-feature-devider {
      grid-template-columns: repeat(3, 1fr);
   }
}
@media (max-width: 760px) {
   .ecom-feature-devider {
      grid-template-columns: repeat(2, 1fr);
   }
}
@media (max-width: 480px) {
   .ecom-feature-devider {
      grid-template-columns: 1fr;
   }
}

/* Card */
.ecom-feture-item {
   position: relative;
   background: #ffffff;
   /* border: 1px solid #e2e8f0; */
   border-radius: 18px;
   box-shadow: 0 10px 24px rgba(2, 6, 23, 0.06), 0 2px 6px rgba(2, 6, 23, 0.04);
   padding: 30px 16px 20px;
   height: 220px;
   transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
   overflow: hidden;
   transition: 0.5s all ease;
}
.ecom-feture-item:hover {
   transform: translateY(-3px);
   box-shadow: 0 18px 40px rgba(2, 6, 23, 0.08);
   border-color: #d6dbe3;
   background: #151515;
   transition: 0.5s all ease;
}
.ecom-feture-item:hover p {
   color: #fff !important;
}

.ecom-fe-icon {
   text-align: center;
   margin-bottom: 20px;
}
.ecom-fe-icon img {
   height: 60px;
   width: 60px;
   background: #fff;
   padding: 10px;
   border-radius: 10px;
}
.ecom-feture-item h3 {
   margin: 5px 0 10px;
   font-size: 24px;
   line-height: 1.35;
   font-family: var(--bn-font);
   text-align: center;
   color: #fb8c00;
   font-weight: 700;
}
.ecom-feture-item p {
   margin: 0;
   color: #475569;
   font-size: 14.5px;
   font-family: var(--bn-font);
   text-align: center;
}

/* Highlight (center purple card) */
.ecom-feture-item.is-highlight {
   background: #7c3aed; /* violet-600 */
   color: #ffffff;
   border-color: transparent;
   box-shadow: 0 20px 60px rgba(124, 58, 237, 0.35);
}
.ecom-feture-item.is-highlight .ecom-fe-icon {
   /* background: rgba(255,255,255,.12); */
   /* border-color: rgba(255,255,255,.22); */
   /* box-shadow: none; */
   /* color: #fff; */
   text-align: center;
   width: 100%;
   margin: 0 auto;
}
.ecom-feture-item.is-highlight p {
   color: #f4f3ff;
}

/* “শীঘ্রই আসছে” chip */
.ecom-soon {
   position: absolute;
   top: 12px;
   right: 12px;
   font-size: 12px;
   font-weight: 700;
   background: #f59e0b;
   color: #111827;
   padding: 6px 10px;
   border-radius: 999px;
   box-shadow: 0 6px 14px rgba(245, 158, 11, 0.35);
}

/* small accent dot */
.extra-ecom-f {
   position: absolute;
   left: 12px;
   top: 12px;
   width: 10px;
   height: 10px;
   border-radius: 2px;
   background: #22c55e;
   opacity: 0.9;
}
/*================ECOMERCE FEATERURE SECTON END ===================*/
/*================ECOMERCE BORDER DESIGN SECTON START ===================*/
.ecomerce-bottom-design {
   background-image: url("../images/ecomicx-bottom.png");
   background-repeat: no-repeat;
   background-size: cover;
   border-radius: 20px;
}
section.ecomerce-bottom-design-section {
   background: #fff;
   padding-bottom: 10px;
}
.ecom-page-bt-image {
   /* width: 80%; */
   /* margin: 0 auto; */
   padding: 100px;
   text-align: center;
   margin-bottom: 20px;
}
.ecom-page-bt-image h3 {
   color: #ffffff;
   font-family: var(--bn-font);
   font-size: 40px;
   font-weight: 600;
}
.ecom-page-bt-image p {
   color: #ffffff;
   font-family: var(--bn-font);
   font-size: 18px;
   margin-top: 24px;
}
/*================ECOMERCE BORDER DESIGN SECTON END ===================*/

/*================ECOMERCE CONTACT SUPPORT DESIGN SECTON START ===================*/
.ecomerce-contact-section {
   background: #fff;
}
.ecom-contact-main {
   padding: 60px 0px;
}
h2.support-title {
   font-family: var(--bn-font);
   color: var(--primary-color);
   font-weight: 700;
   margin-bottom: 20px;
}
h2.support-title span {
   color: red;
}
.support-feature-list {
   list-style: none;
   padding: 0;
   margin: 0;
   margin-bottom: 20px;
}

.support-feature-list li {
   display: flex;
   align-items: center;
   gap: 18px;
   font-size: 16px;
   color: #585858;
   padding: 10px 0;
   /* border-bottom: 1px solid rgba(0,0,0,0.05); */
   transition: all 0.3s ease;
   font-family: var(--bn-font);
}

.support-feature-list li i {
   font-size: 20px;
   color: #7f2ef8;
   background: rgba(0, 123, 255, 0.1);
   padding: 10px;
   border-radius: 50%;
   transition: all 0.3s ease;
}

.support-feature-list li:hover i {
   background: #7f2ef8;
   color: #fff;
}

/*.support-feature-list li:hover {
  transform: translateX(5px);
}*/
/*================ECOMERCE CONTACT SUPPORT DESIGN SECTON END ===================*/
/*================ECOMERCE FAQ SUPPORT DESIGN SECTON START ===================*/
section#ecom-faq {
   padding: clamp(48px, 7vw, 96px) 0;
   background: #fff;
}

.faq-title {
   font-weight: 800;
   text-align: center;
   margin-bottom: 28px;
   font-size: clamp(28px, 4vw, 48px);
   font-family: var(--bn-font);
   color: var(--secondary-color);
}

.faq-accordion .accordion-item {
   border: 0;
   margin-bottom: 16px;
   border-radius: 16px;
   overflow: hidden;
   box-shadow: 0 2px 0 rgba(0, 0, 0, 0.04), 0 10px 24px rgba(35, 39, 47, 0.06);
   background: transparent;
}

.faq-accordion .accordion-button {
   gap: 10px;
   padding: 20px 25px;
   font-size: clamp(16px, 2.2vw, 20px);
   font-weight: 600;
   border: none;
   box-shadow: none !important;
   background: var(--faq-bg);
   color: var(--faq-text-dark);
   font-family: var(--bn-font);
}

.faq-accordion .accordion-button:hover {
   background: #efe8ff;
}

.faq-accordion .accordion-button:not(.collapsed) {
   background: #7f2ef8;
   color: #fff;
}

.faq-accordion .accordion-body {
   padding: 22px 28px 28px;
   background: var(--faq-purple);
   color: #fff;
   font-family: var(--bn-font);
   font-size: clamp(15px, 1.6vw, 18px);
   border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.faq-accordion .accordion-button::after {
   flex-shrink: 0;
   width: 40px;
   height: 40px;
   border-radius: 999px;
   color: var(--faq-purple);
   display: grid;
   place-items: center;
   content: "+";
   font-size: 30px;
   font-weight: 700;
   line-height: 1;
   border: 3px solid var(--primary-color);
   transform: none;
   background: #fff;
}

.faq-accordion .accordion-button:not(.collapsed)::after {
   background: transparent;
   border: 2px solid rgba(255, 255, 255, 0.85);
   color: #fff;
   content: "\2212";
   font-size: 30px;
   font-weight: 800;
}

@media (min-width: 992px) {
   .faq-wrap {
      max-width: 1100px;
   }
}
/*================ECOMERCE FAQ SUPPORT DESIGN SECTON END ===================*/
/* ================== ECOM CHOOSE WEB ================== */
.choose-web-item {
   background: #ffffff;
   text-align: center;
   border-radius: 22px;
   overflow: hidden;
}
.choose-section-heading {
   text-align: center;
   padding: 60px 0px 130px;
}
.choose-section-heading h2 {
   color: var(--primary-color);
   font-family: var(--bn-font);
   font-weight: 700;
   margin-bottom: 20px;
}
.choose-section-heading p {
   font-family: var(--bn-font);
   font-weight: 600;
   font-size: 20px;
   margin-bottom: 40px;
}
.choose-web-text h3 {
   color: var(--secondary-color);
   font-size: 20px;
   font-weight: 700;
   font-family: var(--bn-font);
   padding: 21px 0 15px;
   margin-bottom: 10px;
}
.choose-web-text {
   padding-bottom: 25px;
}
.choose-web-text a {
   background: #7f2ef8;
   padding: 5px 20px;
   border-radius: 20px;
   color: #fff;
   font-family: var(--bn-font);
   transition: 0.34s all ease;
   font-size: 16px;
   font-weight: 600;
}
.choose-web-text a:hover {
   background: #222;
   transition: 0.34s all ease;
}
.choose-web-img {
   height: 285px;
}
/*================ECOMERCE pricing SUPPORT DESIGN SECTON start ===================*/

/* ================= SECTION: BLACK + UNIQUE GLOW ================= */
section#ecom-pricing {
   position: relative;
   padding: 72px 0 84px;
   overflow: hidden;
   background: #000;
}
section#ecom-pricing::before {
   /* subtle radial glow */
   content: "";
   position: absolute;
   inset: -30% -20% auto -20%;
   height: 80vh;
   background: radial-gradient(60% 60% at 50% 20%, rgba(122, 62, 240, 0.25), rgba(0, 0, 0, 0));
   pointer-events: none;
   filter: blur(30px);
}

.container {
   width: min(1200px, 92%);
   margin-inline: auto;
}

/* ================= HEADING ================= */
.pricing-hero {
   text-align: center;
   margin-bottom: 26px;
}
.pricing-hero .sub {
   margin: 0 0 10px;
   color: #bdb8ff;
   font-weight: 700;
   letter-spacing: 0.3px;
}
.pricing-hero h2 {
   margin: 0 0 16px;
   font-size: clamp(28px, 4.8vw, 56px);
   font-family: var(--bn-font);
   font-weight: 800;
   line-height: 1.08;
   background: linear-gradient(90deg, #ffffff 0%, #8ad2ff 50%, #caa9ff 100%);
   -webkit-background-clip: text;
   background-clip: text;
   color: transparent;
}
.pricing-hero .divider {
   width: min(820px, 92%);
   height: 2px;
   margin: 10px auto 0;
   background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
   border-radius: 10px;
}

/* ================= GRID ================= */
.plans {
   display: grid;
   grid-template-columns: repeat(1, 1fr);
   gap: 22px;
   margin-top: 36px;
}
@media (min-width: 900px) {
   .plans {
      grid-template-columns: repeat(3, 1fr);
   }
}
@media (min-width: 1200px) {
   .plans {
      grid-template-columns: repeat(4, 1fr);
   }
}

/* ================= CARD ================= */
.plan {
   position: relative;
   text-align: center;
   background: #0f1420;
   color: #dfe7f3;
   border-radius: 18px;
   overflow: hidden;
   box-shadow: 0 12px 28px rgba(0, 0, 0, 0.45);
   border: 1px solid #1d2332;
   display: flex;
   flex-direction: column;
}
.plan::after {
   /* neon bottom glow */
   content: "";
   position: absolute;
   left: 10%;
   right: 10%;
   bottom: -14px;
   height: 28px;
   background: radial-gradient(60% 80% at 50% 0%, rgba(122, 62, 240, 0.65), rgba(255, 144, 80, 0));
   filter: blur(18px);
   z-index: -1;
}
.plan:hover {
   transform: translateY(-3px);
   box-shadow: 0 18px 40px rgba(0, 0, 0, 0.55);
   transition: 0.25s;
}

.plan-head {
   position: relative;
   padding: 22px 16px 18px;
   color: #fff;
}
.plan-head h3 {
   margin: 0 0 10px;
   font-size: 24px;
   font-weight: 800;
   letter-spacing: 0.2px;
   font-family: var(--bn-font);
}

/* curved white bites (kept for uniqueness) but dark */
.plan-head::before,
.plan-head::after {
   content: "";
   position: absolute;
   bottom: -18px;
   width: 86px;
   height: 36px;
   background: #0f1420;
}
.plan-head::before {
   left: -10px;
   border-top-right-radius: 90px;
}
.plan-head::after {
   right: -10px;
   border-top-left-radius: 90px;
}

.price {
   font-weight: 800;
   font-size: 42px;
   display: flex;
   align-items: flex-end;
   justify-content: center;
   gap: 6px;
   text-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
}
.price small {
   font-size: 0.55em;
   font-weight: 800;
   margin-left: 2px;
   font-family: var(--bn-font);
}

.pill {
   display: inline-block;
   padding: 8px 18px;
   background: #1a8ed8;
   color: #fff;
   font-weight: 800;
   border-radius: 999px;
   margin-top: 12px;
   box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

.orders {
   position: relative;
   margin: 28px 16px 12px;
   text-align: center;
}
.orders .chip {
   display: inline-block;
   padding: 10px 16px;
   border-radius: 999px;
   background: #0d1a2a;
   color: #8ad2ff;
   font-weight: 800;
   border: 1px dashed #234;
}
.orders::before,
.orders::after {
   content: "";
   position: absolute;
   top: 50%;
   width: 26%;
   border-top: 2px dotted #273149;
}
.orders::before {
   left: 0;
}
.orders::after {
   right: 0;
}

.features {
   margin: 0;
   padding: 0;
   font-size: 14px;
   color: #c7cfde;
}
ul.features li {
   display: inherit;
}
.features li {
   padding: 12px 14px;
   border-top: 1px solid #1e2638;
   text-align: center;
   font-family: var(--bn-font);
}

/* ============== COLOR VARIANTS (headers) ============== */
.plan-basic .plan-head {
   background: linear-gradient(180deg, #6a2df6, #5e25e8);
}
.ribbon {
   position: absolute;
   top: 12px;
   right: -36px;
   transform: rotate(35deg);
   background: #ff7e36;
   color: #fff;
   font-weight: 800;
   padding: 6px 52px;
   font-size: 12px;
   box-shadow: 0 6px 14px rgba(0, 0, 0, 0.35);
   letter-spacing: 0.3px;
}




