
@font-face {
  font-family: 'MyHeroFont';
  src: url('myfont.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

:root {
  --primary-color: #f05123;
  --secondary-color: #323956;
  --text-color: #323956;
  --light-bg: #ffffff;
}
.hover-zoom {
  display: inline-block;
  transition: transform 0.3s ease;
}

.text-gradient {
  background: linear-gradient(135deg, #ffffff 0%, #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: bold;
  display: inline-block;
  line-height: 1.2;
}
.display-3 {
  overflow: visible !important;
}

.text-gradient2 {
  background: linear-gradient(135deg, #ffffff 0%, #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
  line-height: 1.2;
  font-style: italic;
  font-size: 45px;
}

.fw-boldd{
  background: var(--secondary-color);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: BackgroundGradient 6s ease infinite;
}
.ddddd{
  font-style: italic;
  font-size: 60px;
  font-weight: 700; 
}
.hover-zoom:hover {
  transform: scale(1.03);
  cursor: pointer;
}

.hover-zoom h2 {
  transition: transform 0.3s ease;
}

.hover-zoom h2:hover {
  transform: scale(1.03);
}
body {
  /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif,'Google Sans Code'; */
  padding-top: 0px;
  font-family: "Inter", sans-serif;
}

.navbar {
  transition: all 0.3s ease;
}

.navbar-brand {
  font-size: 1.5rem;
}

.navbar-nav .nav-link {
  transition: transform 0.3s ease, color 0.3s ease;
  display: inline-block; 
}

.navbar-nav .nav-link:hover {
  transform: scale(1.11); /* text 10% বড় হবে */
  color: var(--secondary-color) !important; /* চাইলে color change করতে পারেন */
}
.nav-link {
  font-weight: 500;
  transition: color 0.3s ease;
}

.nav-link:hover {
  color: var(--primary-color) !important;
}
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

.navbar .nav-link.active-link {
  border-bottom: 3px solid #f05123;
  color: #f05123 !important;
  font-weight: 700;
}

/* Active dropdown item */
.dropdown-menu .dropdown-item.active-dropdown {
  background-color: #f05123;
  color: #fff !important;
  font-weight: 600;
}

.btn-primary2 {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  transition: all 0.3s ease;
  color: #fff;
  border-radius: 40px;
}
.btn-primary2:hover {
  background-color: #3f1206;
  border-color: #3f1206;
  transform: translateY(-2px);
  color: #fff;
}



.btn-primary22 {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  transition: all 0.3s ease;
  color: #fff ;
  border-radius: 40px;
}
.btn-primary22:hover {
  background-color: #f76b4f;
  border-color: #f76b4f;
  transform: translateY(-2px);
  color: #fff ;
}


.btn-primary {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  transition: all 0.3s ease;
}

.btn-primary:hover {
  background-color: #f05123;
  border-color: #f05123;
  transform: translateY(-2px);
}

.btn-success {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);

}
.btn-success:hover {
  background-color: #f05123;
  border-color: #f05123;
}

.btn-success2 {
  border-radius: 100px;
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  color: #fff !important;
}

.btn-success2:hover {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}




.btn{
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}


  .hero-animated {
    height: 80vh;
    min-height: 80vh;
    max-height: 80vh;
    position: relative;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 2rem;
    background: #f05123;
  }
  
  @keyframes BackgroundGradient {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
  }
  
  .new_st_bg{
    background: linear-gradient(132deg,#ffffff);
    background-size: 400% 400%;
    animation: BackgroundGradient 10s ease infinite;
  }

.new_st_bg_footer{
  background: linear-gradient(132deg,#323956);
  background-size: 400% 400%;
  animation: BackgroundGradient 10s ease infinite;
}
.new_back_ground{
  background: #f05123;

}
.new_back_ground2 {
  background: var(--secondary-color);
}

.new_back_ground2 .fw-boldd {
  background: #ffffff;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

#finisher-header canvas {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 1;
}



.fw-boldd2{
  background: #ffffff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: BackgroundGradient 6s ease infinite;
}
.header_main_pg {
  font-size: 18px;      /* লেখা কত বড় হবে */
  font-weight: 250;     /* কত bold হবে (100–900) */
  letter-spacing: 0.5px; /* অক্ষরগুলোর মাঝে একটু gap */
  color: #ffffff !important;
}

.sketch_font{
  font-family: "Instrument Serif", serif;
}
  .hero-content-left {
    font-family: "Inter", sans-serif;
    padding-left: 5%;
    padding-top: 12%;
    display: flex;
    align-items: center;
    height: 100%;
  }




.logo-img { height: 45px; width: auto; }
.portfolio-grid-container { 
  display: flex; 
  gap: 20px; 
  overflow: hidden; 
  height: 90vh; 
  padding-bottom: -20px;

} 
.portfolio-column { flex: 1; overflow: hidden; } 
.portfolio-inner { display: flex; flex-direction: column; gap: 25px; }


.portfolio-column.column-1 .portfolio-inner { animation: scrollUp 25s linear infinite; }
.portfolio-column.column-2 .portfolio-inner { animation: scrollDown 25s linear infinite; }
.portfolio-column.column-3 .portfolio-inner { animation: scrollUp 25s linear infinite; }

.portfolio-column:hover .portfolio-inner {
  animation-play-state: paused;
}

.portfolio-item {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.portfolio-item:hover {
  transform: scale(1.05);
}

.portfolio-item img {
  width: 100%;
  height: auto;
  display: block;
}

@keyframes scrollUp { 0%{transform:translateY(0);} 100%{transform:translateY(-50%);} }
@keyframes scrollDown { 0%{transform:translateY(-50%);} 100%{transform:translateY(0);} }



.page-header {
  padding: 120px 0 80px;
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-color) 100%);
}

.service-card,
.portfolio-card,
.blog-card,
.testimonial-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover,
.portfolio-card:hover,
.blog-card:hover,
.testimonial-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15) !important;
}

.filter-btn {
  padding: 10px 25px;
  border-radius: 50px;
  border: none;
  background-color: var(--light-bg);
  color: var(--text-color);
  transition: all 0.3s ease;
  cursor: pointer;
}

.filter-btn:hover,
.filter-btn.active {
  background-color: var(--primary-color);
  color: white;
}

.process-number {
  font-size: 4rem;
  font-weight: bold;
  color: #e5e7eb;
  line-height: 1;
}

.avatar-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.2rem;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 0.2rem rgba(240, 81, 35, 0.25);
}

/* Tablet and below: same as PC layout – hero can grow so grid is not clipped */
@media (max-width: 991px) {
  .hero-animated {
    height: auto;
    min-height: auto;
    max-height: none;
    overflow: visible;
    padding-bottom: 1.5rem;
  }

  .hero-animated .container-fluid,
  .hero-animated .row {
    height: auto;
  }

  /* Same 3-column grid as PC – just full width when stacked */
  .hero-animated .portfolio-grid-container {
    height: 70vh;
    min-height: 320px;
    overflow: hidden;
  }

  /* Navbar toggler visible on white nav (tablet/phone) */
  .navbar-toggler {
    color: #323956;
    border-color: #323956;
  }

  .navbar-toggler:focus {
    box-shadow: 0 0 0 0.2rem rgba(50, 57, 86, 0.25);
  }

  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23323956' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
}

/* Phone: same 3-column design as PC – equal columns, same scroll animation */
@media (max-width: 768px) {
  .hero-animated {
    padding-top: 5rem;
    padding-bottom: 1.5rem;
  }

  .hero-animated .row {
    flex-direction: column;
  }

  .hero-content-left {
    order: 1;
    width: 100%;
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1.5rem;
    text-align: center;
  }

  .hero-content-left .px-4 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  /* Same as PC: 3 equal columns, same animation – only height and gap scaled */
  .hero-animated .portfolio-grid-container {
    order: 2;
    width: 100%;
    max-width: 100%;
    height: 55vh;
    min-height: 280px;
    overflow: hidden;
    padding: 0.75rem 0.5rem 1rem;
    flex-direction: row;
    gap: 10px;
  }

  .hero-animated .portfolio-column {
    flex: 1;
    overflow: hidden;
    min-width: 0;
  }

  .hero-animated .portfolio-inner {
    display: flex;
    flex-direction: column;
    gap: 10px;
    animation: inherit;
  }

  .hero-animated .portfolio-column.column-1 .portfolio-inner {
    animation: scrollUp 25s linear infinite;
  }
  .hero-animated .portfolio-column.column-2 .portfolio-inner {
    animation: scrollDown 25s linear infinite;
  }
  .hero-animated .portfolio-column.column-3 .portfolio-inner {
    animation: scrollUp 25s linear infinite;
  }

  .hero-animated .portfolio-item img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    min-height: 0;
  }

  .display-3 {
    font-size: 1.75rem;
  }

  .text-gradient2 {
    font-size: 1.5rem;
  }

  .page-header {
    padding: 5rem 0 2.5rem;
  }

  .page-header .display-3 {
    font-size: 1.75rem;
  }

  .page-header .lead {
    font-size: 1rem;
  }

  .navbar-toggler {
    color: #323956;
    border-color: #323956;
  }

  .navbar-toggler:focus {
    box-shadow: 0 0 0 0.2rem rgba(50, 57, 86, 0.25);
  }

  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23323956' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }

  .navbar-collapse {
    background: rgba(255,255,255,0.98);
    margin: 0.5rem -1rem -0.5rem -1rem;
    padding: 0.5rem 1rem 1rem;
    border-radius: 0 0 8px 8px;
  }

  .navbar-collapse .nav-link {
    color: var(--secondary-color) !important;
  }

  .navbar-collapse .nav-link.active-link {
    color: #f05123 !important;
  }

  .navbar-collapse .btn-primary {
    margin-top: 0.25rem;
  }

  footer .row.g-4 {
    text-align: center;
  }

  footer .col-md-3 {
    margin-bottom: 1rem;
  }

  footer .text-md-end {
    text-align: center !important;
  }

  footer .list-unstyled li {
    margin-bottom: 0.5rem;
  }

  .whatsapp-float {
    bottom: 1rem;
    right: 1rem;
    width: 50px;
    height: 50px;
    font-size: 24px;
  }
}

html {
  scroll-behavior: smooth;
}



.whatsapp-float {
  position: fixed;
  width: 56px;
  height: 56px;
  bottom: 1.5rem;
  right: 1rem;
  background-color: #25d366;
  color: #fff;
  border-radius: 50%;
  font-size: 28px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.25);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
.whatsapp-float:hover {
  background-color: #1ebe5a;
  transform: scale(1.1);
  color: #fff;
}


/* Contact Form Container */
#contactForm {
  background-color: #ffffff; /* White background */
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1); /* Soft shadow */
  max-width: 700px;
  margin: 0 auto;
  transition: all 0.3s ease;
}

/* Input, Select, Textarea Styling */
#contactForm .form-control,
#contactForm .form-select {
  border-radius: 8px;
  border: 2px solid #ccc;
  padding: 12px 15px;
  font-size: 16px;
  transition: all 0.3s ease;
}

/* Input Focus Effect */
#contactForm .form-control:focus,
#contactForm .form-select:focus,
#contactForm textarea:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 8px rgba(240, 81, 35, 0.25);
  outline: none;
}

/* Labels */
#contactForm .form-label {
  font-weight: 500;
  margin-bottom: 6px;
  display: block;
  color: #333;
}



/* Textarea Styling */
#contactForm textarea.form-control {
  resize: vertical;
  min-height: 120px;
}

/* Form Section Margin */
#contactForm .mb-4 {
  margin-bottom: 20px;
}

/* Responsive */
@media (max-width: 768px) {
  #contactForm {
    padding: 25px;
  }
}

.text-primary2{
  color: var(--secondary-color);
  /* font-size: 1.5rem;
  font-weight: 500;
  transition: all 0.3s ease;
  margin-bottom: 20px; */

}

.btn-flip {
  position: relative;
  display: inline-block;
  border-radius: 100px;
  overflow: hidden;
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
  text-align: center;
  line-height: 40px;
  height: 40px; 
  width:130px;          /* fixed height */
  padding: 0 300px;        /* horizontal padding */
  color: #fff;
  cursor: pointer;
}

.btn-flip::before,
.btn-flip::after {
  content: attr(data-front);
  position: absolute;
  top: 10;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  transition: transform 0.3s ease, opacity 0.3s ease;
  backface-visibility: hidden;
}

.btn-flip::before {
  background: #323956;
  transform: rotateX(0deg);
  opacity: 1;
  content: attr(data-front);
}

.btn-flip::after {
  background: #3e4669;
  transform: rotateX(90deg);
  opacity: 0;
  content: attr(data-back);
}

.btn-flip:hover::before {
  transform: rotateX(-90deg);
  opacity: 0;
}

.btn-flip:hover::after {
  transform: rotateX(0deg);
  opacity: 1;
}

.list-unstyled li a {
  transition: all 0.3s ease;
  display: inline-block;
  text-decoration: none;
  color: #ffffff !important;
}


.list-unstyled li a.text-white-50:hover {
  color: #ff4500 !important; 
  transform: translateX(8px); 
}

.list-unstyled2 {
  transition: all 0.3s ease;
  display: inline-block;
  text-decoration: none;
  color: #ffffff !important;
}

.list-unstyled2:hover {
  color: #ff4500 !important;
  transform: translateX(8px);
}

.card {
  overflow: hidden; 
  transition: transform 0.3s ease;
}

.card-img-top, 
.card-title {
  transition: transform 0.5s ease;
}

.card:hover .card-img-top {
  transform: scale(1.1);
}

.card:hover .card-title {
  transform: scale(1.1); 
  color: #ff4500; 
}

.card-title {
  display: inline-block;
}

.avatar-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  flex-shrink: 0;
}

.holographic-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background: #000;
}

.holographic-card {
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  transition: all 0.5s ease;
}


.holographic-card::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    0deg, 
    transparent, 
    transparent 30%, 
    #f05123
  );
  transform: rotate(-45deg);
  transition: all 0.5s ease;
  opacity: 0;
}

.holographic-card:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px #f05123;
}

.holographic-card:hover::before {
  opacity: 1;
  transform: rotate(-45deg) translateY(100%);
}

