.elementor-441 .elementor-element.elementor-element-69fabba{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-nav-menu .elementor-nav-menu .elementor-item{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item{color:var( --e-global-color-text );fill:var( --e-global-color-text );}.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:hover,
					.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.elementor-item-active,
					.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.highlighted,
					.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:focus{color:var( --e-global-color-accent );fill:var( --e-global-color-accent );}.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before,
					.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after{background-color:var( --e-global-color-accent );}.elementor-widget-nav-menu .e--pointer-framed .elementor-item:before,
					.elementor-widget-nav-menu .e--pointer-framed .elementor-item:after{border-color:var( --e-global-color-accent );}.elementor-widget-nav-menu{--e-nav-menu-divider-color:var( --e-global-color-text );}.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-item, .elementor-widget-nav-menu .elementor-nav-menu--dropdown  .elementor-sub-item{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-441 .elementor-element.elementor-element-0158697 .elementor-menu-toggle{margin:0 auto;}.elementor-441 .elementor-element.elementor-element-65a68ca{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-441 .elementor-element.elementor-element-fd7d1d4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-c4bd10c *//* ENHANCEMENT SUITE v2.0 - PREMIUM PROFESSIONAL EDITION (ID: ashik_build_a71c)
   MANDATORY CSS SAFETY PROTOCOL:
   All .elementor-441 .elementor-element.elementor-element-c4bd10cs are prefixed with #ashik_build_a71c to guarantee zero theme conflict.
*/

/* --- CSS Custom Properties (Variables) --- */
#ashik_build_a71c {
  --ashik-primary: #1a365d;
  --ashik-secondary: #319795;
  --ashik-accent: #2c7a7b;
  --ashik-light: #f7fafc;
  --ashik-dark: #2d3748;
  --ashik-text: #333;
  --ashik-border-radius: 12px;
  --ashik-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  --ashik-shadow: 0 10px 30px rgba(0,0,0,0.1);
  --ashik-glow: 0 0 15px rgba(49, 151, 149, 0.5);
}

/* --- Global Reset (Inside Wrapper) --- */
#ashik_build_a71c { all: revert; box-sizing: border-box; }
#ashik_build_a71c *, #ashik_build_a71c *:before, #ashik_build_a71c *:after { box-sizing: inherit; margin: 0; padding: 0; }

/* --- Accessibility --- */
#ashik_build_a71c .ashik_skip_link {
  position: absolute;
  top: -40px;
  left: 0;
  background: var(--ashik-primary);
  color: white;
  padding: 8px;
  text-decoration: none;
  z-index: 100;
  border-radius: 0 0 4px 0;
}
#ashik_build_a71c .ashik_skip_link:focus {
  top: 0;
}

/* --- Typography --- */
#ashik_build_a71c { font-family: 'Poppins', sans-serif; color: var(--ashik-text); line-height: 1.6; overflow-x: hidden; }
#ashik_build_a71c h1, #ashik_build_a71c h2, #ashik_build_a71c h3 { font-family: 'Montserrat', sans-serif; font-weight: 700; line-height: 1.2; }
#ashik_build_a71c a:focus, #ashik_build_a71c button:focus { outline: 2px solid var(--ashik-secondary); outline-offset: 2px; }

/* --- Container --- */
#ashik_build_a71c .ashik_container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

/* --- Navigation --- */
#ashik_build_a71c .ashik_inpage_nav { 
  position: sticky; 
  top: 0; 
  z-index: 998; 
  background: rgba(26,54,93,0.95); 
  backdrop-filter: blur(10px);
  padding: 15px 0;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  transition: var(--ashik-transition);
}
#ashik_build_a71c .ashik_nav_brand {
  position: absolute;
  left: 20px;
  top: 15px;
  font-weight: 700;
  font-size: 1.5rem;
  color: white;
}
#ashik_build_a71c .ashik_nav_list { 
  display: flex; 
  justify-content: center; 
  list-style: none; 
  margin: 0;
  padding: 0;
}
#ashik_build_a71c .ashik_nav_list li { margin: 0 15px; }
#ashik_build_a71c .ashik_nav_link { 
  color: white; 
  text-decoration: none; 
  font-weight: 600;
  transition: var(--ashik-transition);
  padding: 8px 0;
  position: relative;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
}
#ashik_build_a71c .ashik_nav_link:hover, #ashik_build_a71c .ashik_nav_link.ashik_active { color: var(--ashik-secondary); }
#ashik_build_a71c .ashik_nav_link.ashik_active:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--ashik-secondary);
  border-radius: 3px;
}
#ashik_build_a71c .ashik_menu_toggle { 
  display: none; 
  background: none; 
  border: none; 
  color: white; 
  cursor: pointer;
  padding: 5px;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 15px;
  z-index: 999;
}
#ashik_build_a71c .ashik_menu_icon {
  display: block;
  width: 100%;
  height: 3px;
  background: white;
  margin: 5px 0;
  transition: var(--ashik-transition);
  border-radius: 3px;
}
#ashik_build_a71c .ashik_menu_toggle[aria-expanded="true"] .ashik_menu_icon:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
#ashik_build_a71c .ashik_menu_toggle[aria-expanded="true"] .ashik_menu_icon:nth-child(2) {
  opacity: 0;
}
#ashik_build_a71c .ashik_menu_toggle[aria-expanded="true"] .ashik_menu_icon:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -6px);
}

/* --- Floating Action Buttons --- */
#ashik_build_a71c .ashik_fab_container {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 997;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 15px;
}
#ashik_build_a71c .ashik_fab {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  transition: var(--ashik-transition);
  position: relative;
  overflow: hidden;
}
#ashik_build_a71c .ashik_fab:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.2);
  transform: scale(0);
  border-radius: 50%;
  transition: var(--ashik-transition);
}
#ashik_build_a71c .ashik_fab:hover:before {
  transform: scale(1);
}
#ashik_build_a71c .ashik_fab:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}
#ashik_build_a71c .ashik_fab_whatsapp {
  background: #25D366;
}
#ashik_build_a71c .ashik_fab_call {
  background: #34B7F1;
}
#ashik_build_a71c .ashik_fab_email {
  background: #EA4335;
}

/* --- Hero Section --- */
#ashik_build_a71c .ashik_hero { 
  position: relative; 
  min-height: 100vh; 
  display: flex; 
  align-items: center;
  overflow: hidden;
  padding: 0;
}
#ashik_build_a71c .ashik_hero_bg_container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
#ashik_build_a71c .ashik_hero_bg { 
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
  object-fit: cover;
  z-index: -2;
  will-change: transform;
}
#ashik_build_a71c .ashik_particle_container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#ashik_build_a71c .ashik_particle {
  position: absolute;
  background: white;
  border-radius: 50%;
  opacity: 0.3;
  animation: float 20s infinite linear;
}
@keyframes float {
  0% {
    transform: translateY(0) translateX(0);
    opacity: 0;
  }
  10% {
    opacity: 0.3;
  }
  90% {
    opacity: 0.3;
  }
  100% {
    transform: translateY(-100vh) translateX(100px);
    opacity: 0;
  }
}
#ashik_build_a71c .ashik_hero_overlay { 
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
  background: linear-gradient(135deg, rgba(26,54,93,0.9) 0%, rgba(49,151,149,0.7) 100%);
  z-index: -1;
}
#ashik_build_a71c .ashik_hero_content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 600px;
}
#ashik_build_a71c .ashik_title { 
  font-size: 4rem; 
  color: white; 
  margin-bottom: 20px;
  line-height: 1.1;
  position: relative;
}
#ashik_build_a71c .ashik_typing_text {
  display: inline-block;
}
#ashik_build_a71c .ashik_cursor {
  display: inline-block;
  width: 3px;
  height: 1.2em;
  background: white;
  margin-left: 5px;
  animation: blink 1s infinite;
}
@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}
#ashik_build_a71c .ashik_subtitle { 
  font-size: 1.5rem; 
  color: rgba(255,255,255,0.9); 
  margin-bottom: 30px;
  font-weight: 300;
}
#ashik_build_a71c .ashik_hero_buttons {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
#ashik_build_a71c .ashik_cta_button { 
  display: inline-block; 
  background: var(--ashik-secondary); 
  color: white; 
  padding: 15px 30px; 
  border-radius: 50px; 
  text-decoration: none; 
  font-weight: 600; 
  transition: var(--ashik-transition);
  position: relative;
  overflow: hidden;
  z-index: 1;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  letter-spacing: 0.5px;
}
#ashik_build_a71c .ashik_primary_button {
  background: var(--ashik-secondary);
  box-shadow: 0 5px 15px rgba(49, 151, 149, 0.4);
}
#ashik_build_a71c .ashik_primary_button:hover {
  background: var(--ashik-accent);
  box-shadow: 0 8px 25px rgba(49, 151, 149, 0.6);
  transform: translateY(-3px);
}
#ashik_build_a71c .ashik_secondary_button {
  background: transparent;
  border: 2px solid white;
}
#ashik_build_a71c .ashik_secondary_button:hover {
  background: white;
  color: var(--ashik-primary);
  transform: translateY(-3px);
}
#ashik_build_a71c .ashik_ripple {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  transform: scale(0);
  animation: ripple 0.6s linear;
  z-index: -1;
}
@keyframes ripple {
  to {
    transform: scale(4);
    opacity: 0;
  }
}
#ashik_build_a71c .ashik_hero_visual {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  width: 300px;
  height: 300px;
}
#ashik_build_a71c .ashik_3d_card {
  width: 100%;
  height: 100%;
  perspective: 1000px;
}
#ashik_build_a71c .ashik_card_front {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 30px;
  transition: var(--ashik-transition);
  transform-style: preserve-3d;
  animation: floatCard 6s ease-in-out infinite;
}
@keyframes floatCard {
  0%, 100% {
    transform: translateY(0) rotateX(0) rotateY(0);
  }
  50% {
    transform: translateY(-20px) rotateX(5deg) rotateY(5deg);
  }
}
#ashik_build_a71c .ashik_glowing_text {
  font-size: 2.5rem;
  font-weight: 700;
  color: white;
  text-align: center;
  margin-bottom: 20px;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
  animation: glow 2s ease-in-out infinite alternate;
}
@keyframes glow {
  from {
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
  }
  to {
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.8), 0 0 30px rgba(49, 151, 149, 0.8);
  }
}
#ashik_build_a71c .ashik_stats_3d {
  display: flex;
  justify-content: space-around;
  width: 100%;
}
#ashik_build_a71c .ashik_stat_3d {
  text-align: center;
}
#ashik_build_a71c .ashik_stat_number_3d {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  color: white;
}
#ashik_build_a71c .ashik_stat_label_3d {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.8);
}

/* --- Section Styling --- */
#ashik_build_a71c .ashik_section { 
  padding: 100px 0; 
  position: relative;
  overflow: hidden;
}
#ashik_build_a71c .ashik_section_header {
  text-align: center;
  margin-bottom: 60px;
}
#ashik_build_a71c .ashik_section_title { 
  font-size: 3rem; 
  color: var(--ashik-primary); 
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}
#ashik_build_a71c .ashik_animated_title {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease;
}
#ashik_build_a71c .ashik_animated_title.ashik_animated {
  opacity: 1;
  transform: translateY(0);
}
#ashik_build_a71c .ashik_title_text {
  position: relative;
  z-index: 1;
}
#ashik_build_a71c .ashik_title_line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 4px;
  background: var(--ashik-secondary);
  border-radius: 2px;
  transition: width 1s ease;
}
#ashik_build_a71c .ashik_animated_title.ashik_animated .ashik_title_line {
  width: 100%;
}
#ashik_build_a71c .ashik_section_subtitle { 
  font-size: 1.2rem; 
  color: var(--ashik-dark);
  max-width: 700px;
  margin: 0 auto;
  opacity: 0.8;
}

/* --- About Section --- */
#ashik_build_a71c .ashik_about_content { 
  display: flex; 
  align-items: center; 
  gap: 60px;
}
#ashik_build_a71c .ashik_about_text { flex: 1; }
#ashik_build_a71c .ashik_about_image { flex: 1; }
#ashik_build_a71c .ashik_about_text p {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 30px;
  color: var(--ashik-dark);
}
#ashik_build_a71c .ashik_stats { 
  display: flex; 
  margin: 40px 0; 
  gap: 20px;
}
#ashik_build_a71c .ashik_stat { 
  text-align: center; 
  flex: 1; 
  padding: 25px 15px; 
  background: var(--ashik-light); 
  border-radius: var(--ashik-border-radius);
  transition: var(--ashik-transition);
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}
#ashik_build_a71c .ashik_stat:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}
#ashik_build_a71c .ashik_stat_number { 
  display: block; 
  font-size: 2.5rem; 
  font-weight: 700; 
  color: var(--ashik-secondary);
}
#ashik_build_a71c .ashik_stat_label { 
  font-size: 1rem; 
  color: var(--ashik-dark);
}
#ashik_build_a71c .ashik_about_features {
  margin-top: 30px;
}
#ashik_build_a71c .ashik_feature {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
#ashik_build_a71c .ashik_feature_icon {
  width: 30px;
  height: 30px;
  background: var(--ashik-secondary);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  font-weight: bold;
}
#ashik_build_a71c .ashik_feature_text {
  font-weight: 600;
  color: var(--ashik-dark);
}
#ashik_build_a71c .ashik_image_3d_container {
  position: relative;
  perspective: 1000px;
  height: 400px;
}
#ashik_build_a71c .ashik_about_img { 
  width: 100%; 
  height: 100%; 
  object-fit: cover;
  border-radius: var(--ashik-border-radius); 
  box-shadow: var(--ashik-shadow);
  transition: var(--ashik-transition);
}

/* --- Services Section --- */
#ashik_build_a71c .ashik_services_grid { 
  display: grid; 
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); 
  gap: 30px;
}
#ashik_build_a71c .ashik_service_card { 
  background: white; 
  border-radius: var(--ashik-border-radius); 
  overflow: hidden; 
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  transition: var(--ashik-transition);
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  transform-style: preserve-3d;
}
#ashik_build_a71c .ashik_service_card:hover { 
  transform: translateY(-15px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}
#ashik_build_a71c .ashik_service_icon { 
  height: 120px; 
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--ashik-primary), var(--ashik-secondary));
  position: relative;
  overflow: hidden;
}
#ashik_build_a71c .ashik_service_icon:before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 70%);
  transform: scale(0);
  transition: transform 0.8s ease;
}
#ashik_build_a71c .ashik_service_card:hover .ashik_service_icon:before {
  transform: scale(1);
}
#ashik_build_a71c .ashik_icon_container {
  width: 60px;
  height: 60px;
  background: rgba(255,255,255,0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--ashik-transition);
}
#ashik_build_a71c .ashik_service_card:hover .ashik_icon_container {
  transform: rotate(360deg);
  background: rgba(255,255,255,0.3);
}
#ashik_build_a71c .ashik_service_title { 
  font-size: 1.5rem; 
  color: var(--ashik-primary); 
  padding: 25px 25px 15px;
  text-align: center;
}
#ashik_build_a71c .ashik_service_list { 
  list-style: none; 
  padding: 0 25px;
  flex-grow: 1;
  margin-bottom: 20px;
}
#ashik_build_a71c .ashik_service_list li { 
  padding: 10px 0; 
  border-bottom: 1px solid #edf2f7;
  position: relative;
  padding-left: 25px;
  color: var(--ashik-dark);
  transition: var(--ashik-transition);
}
#ashik_build_a71c .ashik_service_list li:last-child {
  border-bottom: none;
}
#ashik_build_a71c .ashik_service_list li:before { 
  content: '✓'; 
  position: absolute; 
  left: 0; 
  color: var(--ashik-secondary);
  font-weight: bold;
}
#ashik_build_a71c .ashik_service_list li:hover {
  padding-left: 30px;
  color: var(--ashik-secondary);
}
#ashik_build_a71c .ashik_service_footer {
  padding: 0 25px 25px;
  text-align: center;
}
#ashik_build_a71c .ashik_service_link {
  display: inline-block;
  color: var(--ashik-secondary);
  font-weight: 600;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
#ashik_build_a71c .ashik_service_link:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--ashik-secondary);
  transition: width 0.3s ease;
}
#ashik_build_a71c .ashik_service_link:hover:after {
  width: 100%;
}

/* --- Testimonials Section --- */
#ashik_build_a71c .ashik_testimonials {
  background: var(--ashik-light);
}
#ashik_build_a71c .ashik_testimonials_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}
#ashik_build_a71c .ashik_testimonial_card {
  background: white;
  border-radius: var(--ashik-border-radius);
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  transition: var(--ashik-transition);
  position: relative;
  overflow: hidden;
}
#ashik_build_a71c .ashik_testimonial_card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}
#ashik_build_a71c .ashik_testimonial_card:before {
  content: '"';
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 80px;
  color: rgba(49, 151, 149, 0.1);
  font-family: Georgia, serif;
}
#ashik_build_a71c .ashik_testimonial_content {
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
#ashik_build_a71c .ashik_testimonial_quote {
  font-style: italic;
  color: var(--ashik-dark);
  line-height: 1.6;
  margin-bottom: 20px;
}
#ashik_build_a71c .ashik_testimonial_author {
  display: flex;
  align-items: center;
}
#ashik_build_a71c .ashik_author_info h4 {
  font-weight: 600;
  color: var(--ashik-primary);
  margin-bottom: 5px;
}
#ashik_build_a71c .ashik_author_info p {
  color: var(--ashik-secondary);
  font-size: 0.9rem;
}
#ashik_build_a71c .ashik_testimonial_rating {
  display: flex;
  justify-content: flex-end;
  color: #ffc107;
  font-size: 1.2rem;
}

/* --- Blog Section --- */
#ashik_build_a71c .ashik_blog_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}
#ashik_build_a71c .ashik_blog_card {
  background: white;
  border-radius: var(--ashik-border-radius);
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  transition: var(--ashik-transition);
  height: 100%;
  display: flex;
  flex-direction: column;
}
#ashik_build_a71c .ashik_blog_card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}
#ashik_build_a71c .ashik_blog_image {
  height: 200px;
  overflow: hidden;
}
#ashik_build_a71c .ashik_blog_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--ashik-transition);
}
#ashik_build_a71c .ashik_blog_card:hover .ashik_blog_image img {
  transform: scale(1.05);
}
#ashik_build_a71c .ashik_blog_content {
  padding: 25px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
#ashik_build_a71c .ashik_blog_meta {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
  font-size: 0.85rem;
  color: var(--ashik-secondary);
}
#ashik_build_a71c .ashik_blog-category {
  background: rgba(49, 151, 149, 0.1);
  color: var(--ashik-secondary);
  padding: 3px 10px;
  border-radius: 20px;
  font-weight: 500;
}
#ashik_build_a71c .ashik_blog_title {
  font-size: 1.3rem;
  color: var(--ashik-primary);
  margin-bottom: 15px;
  line-height: 1.3;
}
#ashik_build_a71c .ashik_blog_excerpt {
  color: var(--ashik-dark);
  margin-bottom: 20px;
  flex-grow: 1;
}
#ashik_build_a71c .ashik_blog-link {
  color: var(--ashik-secondary);
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: var(--ashik-transition);
}
#ashik_build_a71c .ashik_blog-link:after {
  content: '→';
  margin-left: 5px;
  transition: var(--ashik-transition);
}
#ashik_build_a71c .ashik_blog-link:hover:after {
  margin-left: 10px;
}
#ashik_build_a71c .ashik_blog_footer {
  text-align: center;
  margin-top: 40px;
}

/* --- Expertise Section --- */
#ashik_build_a71c .ashik_expertise_content { 
  display: flex; 
  align-items: center; 
  gap: 60px;
}
#ashik_build_a71c .ashik_expertise_text { flex: 1; }
#ashik_build_a71c .ashik_expertise_visual { flex: 1; }
#ashik_build_a71c .ashik_expertise_text p {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 30px;
  color: var(--ashik-dark);
}
#ashik_build_a71c .ashik_skills_list {
  margin-top: 30px;
}
#ashik_build_a71c .ashik_skill_item {
  margin-bottom: 25px;
  opacity: 0;
  transform: translateX(-30px);
  transition: all 0.6s ease;
}
#ashik_build_a71c .ashik_skill_item.ashik_animated {
  opacity: 1;
  transform: translateX(0);
}
#ashik_build_a71c .ashik_skill_name {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
  color: var(--ashik-dark);
}
#ashik_build_a71c .ashik_skill_bar {
  height: 12px;
  background: #edf2f7;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
#ashik_build_a71c .ashik_skill_level {
  height: 100%;
  background: linear-gradient(90deg, var(--ashik-secondary), var(--ashik-accent));
  border-radius: 6px;
  width: 0;
  transition: width 1.5s ease;
  position: relative;
  overflow: hidden;
}
#ashik_build_a71c .ashik_skill_level:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.4) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  animation: shimmer 2s infinite;
}
@keyframes shimmer {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
#ashik_build_a71c .ashik_3d_chart {
  height: 400px;
  perspective: 1000px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
#ashik_build_a71c .ashik_chart_container {
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
  width: 100%;
  height: 300px;
  transform-style: preserve-3d;
  transform: rotateX(20deg);
}
#ashik_build_a71c .ashik_chart_bar {
  width: 60px;
  background: linear-gradient(to top, var(--ashik-primary), var(--ashik-secondary));
  border-radius: 10px 10px 0 0;
  position: relative;
  height: 0;
  transition: height 1.5s ease;
  transform-origin: bottom;
  box-shadow: 0 0 20px rgba(49, 151, 149, 0.3);
}
#ashik_build_a71c .ashik_chart_bar:after {
  content: attr(data-value) '%';
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 700;
  color: var(--ashik-primary);
  opacity: 0;
  transition: opacity 0.5s ease;
}
#ashik_build_a71c .ashik_chart_bar:hover:after {
  opacity: 1;
}
#ashik_build_a71c .ashik_chart_labels {
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin-top: 20px;
  transform: translateZ(20px);
}
#ashik_build_a71c .ashik_chart_label {
  text-align: center;
  font-weight: 600;
  color: var(--ashik-dark);
}

/* --- Contact Section --- */
#ashik_build_a71c .ashik_final_cta { 
  background: linear-gradient(135deg, var(--ashik-primary), var(--ashik-accent)); 
  color: white;
  position: relative;
  overflow: hidden;
}
#ashik_build_a71c .ashik_final_cta:before {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 70%);
  transform: rotate(45deg);
}
#ashik_build_a71c .ashik_contact_content { 
  display: flex; 
  align-items: center; 
  gap: 60px;
  position: relative;
  z-index: 1;
}
#ashik_build_a71c .ashik_contact_text { flex: 2; }
#ashik_build_a71c .ashik_contact_details { flex: 1; }
#ashik_build_a71c .ashik_contact_subtitle { 
  font-size: 1.3rem; 
  margin-bottom: 30px; 
  color: rgba(255,255,255,0.9);
}
#ashik_build_a71c .ashik_contact_buttons {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
#ashik_build_a71c .ashik_final_cta .ashik_primary_button {
  background: white;
  color: var(--ashik-primary);
  box-shadow: 0 5px 15px rgba(255,255,255,0.3);
}
#ashik_build_a71c .ashik_final_cta .ashik_primary_button:hover {
  background: var(--ashik-light);
  box-shadow: 0 8px 25px rgba(255,255,255,0.4);
}
#ashik_build_a71c .ashik_final_cta .ashik_secondary_button {
  background: transparent;
  border: 2px solid white;
}
#ashik_build_a71c .ashik_final_cta .ashik_secondary_button:hover {
  background: white;
  color: var(--ashik-primary);
}
#ashik_build_a71c .ashik_contact_card {
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(10px);
  border-radius: var(--ashik-border-radius);
  padding: 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  transition: var(--ashik-transition);
  border: 1px solid rgba(255,255,255,0.2);
}
#ashik_build_a71c .ashik_contact_card:hover {
  background: rgba(255,255,255,0.2);
  transform: translateY(-5px);
}
#ashik_build_a71c .ashik_contact_icon {
  width: 50px;
  height: 50px;
  background: rgba(255,255,255,0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
#ashik_build_a71c .ashik_contact_info h4 {
  margin-bottom: 5px;
  font-size: 1.1rem;
}
#ashik_build_a71c .ashik_contact_info p {
  opacity: 0.9;
}
#ashik_build_a71c .ashik_social_links {
  display: flex;
  gap: 15px;
  margin-top: 30px;
}
#ashik_build_a71c .ashik_social_link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: rgba(255,255,255,0.1);
  color: white;
  text-decoration: none;
  transition: var(--ashik-transition);
  border: 1px solid rgba(255,255,255,0.2);
}
#ashik_build_a71c .ashik_social_link:hover {
  background: white;
  color: var(--ashik-primary);
  transform: translateY(-5px);
}

/* --- Footer --- */
#ashik_build_a71c .ashik_footer {
  background: var(--ashik-dark);
  color: white;
  padding: 80px 0 40px;
}
#ashik_build_a71c .ashik_footer_content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  margin-bottom: 60px;
}
#ashik_build_a71c .ashik_footer_title {
  font-size: 1.3rem;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}
#ashik_build_a71c .ashik_footer_title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background: var(--ashik-secondary);
}
#ashik_build_a71c .ashik_footer_text {
  color: rgba(255,255,255,0.8);
  line-height: 1.6;
  margin-bottom: 20px;
}
#ashik_build_a71c .ashik_footer_links {
  list-style: none;
}
#ashik_build_a71c .ashik_footer_links li {
  margin-bottom: 12px;
}
#ashik_build_a71c .ashik_footer_links a {
  color: rgba(255,255,255,0.8);
  text-decoration: none;
  transition: var(--ashik-transition);
  display: inline-block;
}
#ashik_build_a71c .ashik_footer_links a:hover {
  color: var(--ashik-secondary);
  transform: translateX(5px);
}
#ashik_build_a71c .ashik_contact_info {
  margin-top: 20px;
}
#ashik_build_a71c .ashik_contact_item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
#ashik_build_a71c .ashik_contact_icon {
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
#ashik_build_a71c .ashik_contact_text {
  color: rgba(255,255,255,0.8);
}
#ashik_build_a71c .ashik_footer_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  border-top: 1px solid rgba(255,255,255,0.1);
}
#ashik_build_a71c .ashik_copyright {
  color: rgba(255,255,255,0.6);
  font-size: 0.9rem;
}
#ashik_build_a71c .ashik_footer_bottom_links {
  display: flex;
  gap: 20px;
}
#ashik_build_a71c .ashik_footer_bottom_links a {
  color: rgba(255,255,255,0.6);
  text-decoration: none;
  font-size: 0.9rem;
  transition: var(--ashik-transition);
}
#ashik_build_a71c .ashik_footer_bottom_links a:hover {
  color: var(--ashik-secondary);
}

/* --- Responsive Design --- */
@media (max-width: 992px) {
  #ashik_build_a71c .ashik_about_content,
  #ashik_build_a71c .ashik_expertise_content,
  #ashik_build_a71c .ashik_contact_content { flex-direction: column; }
  
  #ashik_build_a71c .ashik_title { font-size: 3rem; }
  #ashik_build_a71c .ashik_subtitle { font-size: 1.3rem; }
  #ashik_build_a71c .ashik_section_title { font-size: 2.5rem; }
  #ashik_build_a71c .ashik_hero_visual {
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    width: 100%;
    margin-top: 50px;
  }
  #ashik_build_a71c .ashik_hero_content {
    max-width: 100%;
    text-align: center;
    align-items: center;
  }
  #ashik_build_a71c .ashik_hero_buttons {
    justify-content: center;
  }
  #ashik_build_a71c .ashik_footer_content {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}

@media (max-width: 768px) {
  #ashik_build_a71c .ashik_nav_brand {
    position: static;
    text-align: center;
    margin-bottom: 10px;
  }
  #ashik_build_a71c .ashik_nav_list { 
    flex-direction: column; 
    position: absolute; 
    top: 100%; 
    left: 0; 
    width: 100%; 
    background: var(--ashik-primary); 
    max-height: 0; 
    overflow: hidden; 
    transition: max-height 0.3s;
  }
  #ashik_build_a71c .ashik_nav_list.ashik_nav_open { max-height: 400px; }
  #ashik_build_a71c .ashik_nav_list li { margin: 15px 0; text-align: center; }
  #ashik_build_a71c .ashik_menu_toggle { display: block; }
  
  #ashik_build_a71c .ashik_title { font-size: 2.5rem; }
  #ashik_build_a71c .ashik_section_title { font-size: 2.2rem; }
  #ashik_build_a71c .ashik_stats { flex-direction: column; gap: 15px; }
  #ashik_build_a71c .ashik_fab_container {
    bottom: 20px;
    right: 20px;
  }
  #ashik_build_a71c .ashik_fab {
    width: 50px;
    height: 50px;
  }
  #ashik_build_a71c .ashik_footer_bottom {
    flex-direction: column;
    gap: 20px;
  }
}

@media (max-width: 576px) {
  #ashik_build_a71c .ashik_title { font-size: 2rem; }
  #ashik_build_a71c .ashik_subtitle { font-size: 1.1rem; }
  #ashik_build_a71c .ashik_section_title { font-size: 1.8rem; }
  #ashik_build_a71c .ashik_section { padding: 80px 0; }
  #ashik_build_a71c .ashik_services_grid { grid-template-columns: 1fr; }
  #ashik_build_a71c .ashik_testimonials_grid { grid-template-columns: 1fr; }
  #ashik_build_a71c .ashik_blog_grid { grid-template-columns: 1fr; }
  #ashik_build_a71c .ashik_hero_buttons,
  #ashik_build_a71c .ashik_contact_buttons {
    flex-direction: column;
    gap: 15px;
  }
  #ashik_build_a71c .ashik_cta_button {
    width: 100%;
    text-align: center;
  }
  #ashik_build_a71c .ashik_footer_content {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */