body{
	  background-color:rgb(249, 250, 251) !important;
}
.row.g-4 > .col-lg-6:only-child {
  flex: 0 0 50% !important;
  max-width: 50% !important;
}

.service-card {
  position: relative;
  background:#fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
}

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

.service-card:hover .service-image img {
  transform: scale(1.05);
}

.service-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background: #26abe2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  box-shadow: 0 5px 15px color-mix(in srgb, #26abe2, transparent 60%);
}

.service-icon i {
  font-size: 24px;
  color: #fff;
}

.service-image {
  height: 220px;
  overflow: hidden;
  position: relative;
}

.service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.service-image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  background: linear-gradient(to top, #ffffff, transparent);
}

.service-content {
  padding: 30px 25px;
}

.service-content h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #000000;
  line-height: 1.4;
}

.service-content p {
  color: color-mix(in srgb, #000, transparent 20%);
  line-height: 1.6;
  margin-bottom: 20px;
  font-size: 14px;
}

.service-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #26abe2;
  font-weight: 500;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
}

.service-link:hover {
  color: #000;
  gap: 12px;
}

.service-link i {
  font-size: 12px;
  transition: transform 0.3s ease;
}

.service-link:hover i {
  transform: translateX(3px);
}

@media (max-width: 768px) {
.service-icon {
    width: 50px;
    height: 50px;
    top: 15px;
    right: 15px;
  }

.service-icon i {
    font-size: 20px;
  }

.service-image {
    height: 180px;
  }

.service-content {
    padding: 20px;
  }

.service-content h3 {
    font-size: 18px;
  }
}

.ast-site-identity {
    padding: 0.2em 0;
}
.contact-box {
  display: flex;
 
  color:#26abe2;
}
.icon {
  font-size: 40px;
  display: flex;
  align-items: center;
  padding-right: 10px;
}
.ring-icon {
  animation: ringEffect 1.5s infinite;
  transform-origin: center;
}

@keyframes ringEffect {
  0% { transform: rotate(0deg); }
  10% { transform: rotate(15deg); }
  20% { transform: rotate(-10deg); }
  30% { transform: rotate(10deg); }
  40% { transform: rotate(-5deg); }
  50% { transform: rotate(5deg); }
  60% { transform: rotate(0deg); }
  100% { transform: rotate(0deg); }
}
.text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.3;
}
.label {
  font-size: 16px;
}
.number {
  font-size: 18px;
  font-weight: bold;
}

/* Background Color Example (set for form container) */
.wpcf7 {
  padding: 20px;
  border-radius: 10px;
  color:red;
  font-family: 'Segoe UI', sans-serif;
}

/* Common input styling */
.wpcf7 .underline-input,
.wpcf7 input[type="date"],
.wpcf7 input[type="text"],
.wpcf7 input[type="email"], .textarea{
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 2px solid #8dcae3;
  padding: 12px 8px;
  font-size: 16px;
  color: black;
  box-sizing: border-box;
  transition: border-color 0.3s ease;
  outline: none;
  font-family: 'Poppins';
}

/* Placeholder styling */
.wpcf7 .underline-input::placeholder {
  color: black;
}

/* Focus effect */
.wpcf7 .underline-input:focus,
.wpcf7 input[type="date"]:focus {
  border-color: #ffffff;
}

/* Checkbox label styling */
.wpcf7 .wpcf7-list-item-label {
  color: red;
  font-size: 15px;
  margin-right: 20px;
}

/* Checkbox spacing */
.wpcf7 .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  margin: 20px 0;
}
.wpcf7 textarea.wpcf7-form-control {
    background: transparent;
}
.wpcf7 select{
	padding-top:15px;
}
.wpcf7 select.wpcf7-form-control {
    margin-top: 15px;
}
label{
    font-size: 16px;
    font-family: 'Poppins';
}

.main-header-menu .sub-menu .sub-menu {
  right: auto;
  left: 100%;
}

.bafg-twentytwenty-container img {
    margin: 0;
    width: 100%;
    border-radius: 25px;
}
.twentytwenty-overlay {
    border-radius: 25px;
}
.fade-in-up-delay.animate {
    animation: fadeInUp 1s ease-out 1s forwards;
}
.site-footer {
  position: relative;
  background: url('https://edbaseprofessionals.com/wp-content/uploads/2025/10/Edbase-Professional-Footer-section-1-scaled.jpg') no-repeat center center;
  background-size: cover;
  color: white;
  z-index: 1;
}

.site-footer::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
   background-color: rgba(7, 18, 31, 0.84);  /* semi-transparent black */
  z-index: -1;
}

/* Footer widgets content above overlay */
.site-footer .ast-container,
.site-footer .ast-row,
.site-footer .footer-widget-area,
.site-footer .footer-adv {
  position: relative;
  z-index: 1;
}

/* === HEADING STYLE #3 === */
.three h1 {
  font-size: 29px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1em;
  padding-bottom: 15px;
  position: relative;
  color:white;
	font-family:poppins;
}
.three h1:before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 55px;
  background-color:white;
}

.nav-section ul{
	padding-left:0px;
}
.nav-section ul li{
		line-height:1.7em;
	font-size:18px;
}
.nav-section ul li a{
	color:white;
}

/* Layout container */
.button-row {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin: 22px 0px;
}

/* Base Button Styling */
.modern-btn {
  position: relative;
  overflow: hidden;
  display: inline-block;
  padding: 12px 28px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  white-space: nowrap;
  cursor: pointer;
  border: 2px solid transparent;
  text-align: center;
}

/* Sliding text span */
.modern-btn span {
  position: relative;
  z-index: 2;
  display: inline-block;
  transition: transform 0.4s ease;
  white-space: nowrap;
}

/* Pseudo-element for new sliding text */
.modern-btn::after {
  content: attr(data-alt);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-240%, -50%);
  transition: transform 0.4s ease;
  z-index: 1;
  white-space: nowrap;
  color: inherit;
  pointer-events: none;
}

/* Slide effect on hover */
.modern-btn:hover span {
  transform: translateX(150%);
}

.modern-btn:hover::after {
  transform: translate(-50%, -50%);
}

/* ✅ Transparent button with white border/text */
.btn-transparent {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
}
.btn-transparent:hover {
  background-color: rgba(255, 255, 255, 0.15);
  box-shadow: 0 6px 16px rgba(255, 255, 255, 0.2);
	color:#fff;
}

/* ✅ White button with dark text & blue hover */
.btn-white {
  background-color: #ffffff;
  color: #07121F;
  border-color: #ffffff;
}
.btn-white:hover {
  background-color: #0a84ff;
  color: #ffffff;
  box-shadow: 0 6px 16px rgba(10, 132, 255, 0.3);
}
.textarea{
	height:140px;
}
.submitcustom{
	width:100% !important;
}



/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/
.section-title {
  text-align: center;
  padding-bottom: 60px;
  position: relative;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 9px;
  padding-bottom: 16px;
  position: relative;
}

.section-title h2:before {
  content: "";
  position: absolute;
  display: block;
  width: 160px;
  height: 1px;
  background: color-mix(in srgb, #000, transparent 60%);
  left: 0;
  right: 0;
  bottom: 1px;
  margin: auto;
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 3px;
  background: #26ABE2;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.section-title p {
  margin-bottom: 0;
}
.btn-download { 
	 background-color:#fff !important;
	 color: #fff;
	 border: 1px solid #26abe2 !important;
}
  .btn-download:hover {
	color: #26abe2;
    border: 1px solid #26abe2 !important;
    border-radius: 3px;
    /* হোভার হলে একটু ডার্ক */
    
  }
/* why choose us section upper*/
.stats .metric-card {
  border-radius: 1.5rem;
  padding: 2.5rem 1.5rem;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border: 1px solid color-mix(in srgb, #04415f, transparent 90%);
}

.stats .metric-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #26abe2, #fff);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.stats .metric-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px color-mix(in srgb, #26abe2, transparent 85%);
}

.stats .metric-card:hover::before {
  transform: scaleX(1);
}

.stats .metric-card:hover .metric-icon-wrapper {
  background: linear-gradient(135deg,  #26abe2, #fff);
  transform: rotate(360deg);
}

.stats .metric-card:hover .metric-icon-wrapper i {
  color: #f5f5f5;
}

.stats .metric-card .metric-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.stats .metric-card .metric-header .metric-icon-wrapper {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: color-mix(in srgb,  #26abe2, transparent 90%);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}

.stats .metric-card .metric-header .metric-icon-wrapper i {
  font-size: 1.8rem;
  color:  #26abe2;
  transition: all 0.4s ease;
}


.stats .metric-card .metric-header .metric-value {
    font-size: 1.75rem;
    font-weight: 900;
    color: #000;
    line-height: 1;
    font-family: "Raleway", sans-serif;
}
.stats .metric-card .metric-info h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #000;
}

.stats .metric-card .metric-info p {
  color: color-mix(in srgb, #000, transparent 30%);
  font-size:14px;
  margin-bottom: 0;
  line-height: 1.5;
}
/*team profile*/
/*--------------------------------------------------------------
# Team Section
--------------------------------------------------------------*/
.team-member::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #26abe2, #fff);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.team-member:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px color-mix(in srgb, #26abe2, transparent 75%);
}


.team-member {
  position: relative;
  border: 1px solid color-mix(in srgb, #535d6b, transparent 90%);
  border-radius: 8px;
  transition: 0.3s;
  font-family: poppins;
}

.team-member:hover {
  border-color: color-mix(in srgb, #26abe2, transparent 70%);
}

/*display none kre rakha hoyeche jno images hide thake*/
.team-member .member-img{
  flex: 0 0 200px;
  overflow: hidden;

}

.team-member .member-img img {
  width: 200px;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.team-member .member-info {
  padding: 25px;
  text-align: left;
}

.team-member .member-info h4 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 5px;
  color: #000;
}

.team-member .member-info span {
  font-size: 0.9rem;
  font-weight: 400;
  color: color-mix(in srgb, #344761, transparent 30%);
  display: block;
  margin-bottom: 15px;
}

.team-member .member-info p {
  font-size: 0.9rem;
  margin-bottom: 20px;
  color: color-mix(in srgb, #344761, transparent 20%);
}

.team-member .member-info .social {
  display: flex;
  gap: 10px;
}

.team-member .member-info .social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  font-size: 1rem;
  color: #344761;
  transition: 0.3s;
  border-radius: 4px;
  border: 1px solid #344761;
  border-color: #344761;
  text-decoration:none;
}

.team-member .member-info .social a:hover {
  color: #26ABE2;
  border-color: #26ABE2;
  background: color-mix(in srgb, #344761, transparent 95%);
}

@media (max-width: 767px) {
.team-member {
    flex-direction: column;
  }

.team-member .member-img {
    flex: auto;
  }

.team-member .member-img img {
    width: 100%;
    border-radius: 8px 8px 0 0;
  }

.team-member .member-info {
    text-align: center;
  }

.team-member .member-info .social {
    justify-content: center;
  }
}
/*--------------------------------------------------------------
# Recent Posts Section
--------------------------------------------------------------*/
.post-item {
  background: #f9fafb;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}

.post-item .post-img img {
  transition: 0.5s;
}

.post-item .post-date {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #26ABE2;
  color: #FFF;
  text-transform: uppercase;
  font-size: 13px;
  padding: 6px 12px;
  font-weight: 500;
}

.post-item .post-content {
  padding: 30px;
}

.post-item .post-title {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  transition: 0.3s;
  margin-bottom: 15px;
}

.post-item .meta i {
  font-size: 16px;
  color: #000;
}

.post-item .meta span {
  font-size: 15px;
  color: color-mix(in srgb, #000, transparent 50%);
}

.post-item hr {
  color: color-mix(in srgb, #000, transparent 80%);
  margin: 20px 0 !important;
}

.post-item .readmore {
  display: flex;
  align-items: center;
  font-weight: 600;
  line-height: 1;
  transition: 0.3s;
  color: color-mix(in srgb, #26ABE2, transparent 40%);
}

.post-item .readmore i {
  line-height: 0;
  margin-left: 6px;
  font-size: 16px;
}

.post-item:hover .post-title,
.post-item:hover .readmore {
  color: #000;
}

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

.category-title-wrapper {
    text-align: center;
    margin-bottom: 40px;
}

.category-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #5c764f;
    margin-bottom: 10px;
    position: relative;
}

.category-separator {
    width: 80px;
    height: 3px;
    background-color: #5c764f;
    margin: 0 auto;
    border: none;
    border-radius: 3px;
}
.main-section{
	width:100%;
}
.elementor-tab-title.elementor-active{
    background-color: #26abe2; 
}
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
  color: #000;
  opacity: 1;
}

.download-buttons{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:30px;
  font-family:poppins;
}
.download-buttons .download-btn{
  padding:10px 16px;
  border-radius:6px;
  text-decoration:none;
  border:1px solid #ccc;
  display:inline-block;
  font-size:14px;
  background-color: #007bff;
  color: white;
  transition: background .15s ease, transform .08s ease;
}
.download-buttons .download-btn:hover{
  background:#eee;
  transform: translateY(-2px);
	color:#000;
}
@media (max-width:600px){
  .download-buttons .download-btn{ padding:10px 12px; font-size:13px; }
}
.sub-menu{
	width: max-content !important;
}

