.elementor-29264 .elementor-element.elementor-element-c78fe84{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;overflow:visible;}.elementor-29264 .elementor-element.elementor-element-f562256 .elementor-heading-title{font-family:"HindSiliguri-Bold", Sans-serif;}.elementor-29264 .elementor-element.elementor-element-abe5de1{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;overflow:visible;}.elementor-29264 .elementor-element.elementor-element-aaaf2ff{--e-image-carousel-slides-to-show:5;}.elementor-29264 .elementor-element.elementor-element-112c848{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;overflow:visible;}.elementor-29264 .elementor-element.elementor-element-491e567{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;overflow:visible;}@media(max-width:1024px){.elementor-29264 .elementor-element.elementor-element-aaaf2ff{--e-image-carousel-slides-to-show:4;}}@media(max-width:767px){.elementor-29264 .elementor-element.elementor-element-aaaf2ff{--e-image-carousel-slides-to-show:3;}}/* Start custom CSS for html, class: .elementor-element-b0d0fb7 */.crb-desc{
  padding: 14px 0;
}

.crb-box{
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfbff 100%);
  box-shadow: 0 10px 28px rgba(0,0,0,.08);
  padding: 18px 18px 16px;
}

.crb-title{
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 800;
  color: #111827;
}

.crb-p{
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.8;
  color: rgba(17,24,39,.86);
}

.crb-accent{
  border-left: 4px solid #1f3cff;
  background: rgba(31,60,255,.06);
  padding: 12px 12px;
  border-radius: 12px;
}

.crb-last{
  margin-bottom: 0;
  font-weight: 700;
  color: rgba(17,24,39,.82);
}

@media (max-width: 520px){
  .crb-box{ padding: 14px 14px 14px; }
  .crb-title{ font-size: 18px; }
  .crb-p{ font-size: 14.5px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d505823 *//* ========== ITS FAQ (Scoped) ========== */
.its-faq{
  --faq-bg: #ffffff;
  --faq-border: rgba(0,0,0,.08);
  --faq-text: #111827;
  --faq-muted: #6b7280;
  --faq-primary: #ef4444;   /* আপনার সাইটের রেডের সাথে ম্যাচ করবে */
  --faq-primary-2: #dc2626;
  --faq-soft: rgba(239,68,68,.10);
  --faq-shadow: 0 14px 40px rgba(17,24,39,.08);

  padding: 18px 0;
  color: var(--faq-text);
  font-family: inherit;
}

.its-faq__wrap{
  background: var(--faq-bg);
  border: 1px solid var(--faq-border);
  border-radius: 16px;
  box-shadow: var(--faq-shadow);
  padding: 18px;
}

.its-faq__header{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 12px;
  border-bottom: 1px dashed var(--faq-border);
  margin-bottom: 12px;
}

.its-faq__title{
  font-size: 20px;
  line-height: 1.25;
  margin: 0;
  font-weight: 800;
  letter-spacing: .2px;
}

.its-faq__sub{
  margin: 0;
  font-size: 13px;
  color: var(--faq-muted);
}

.its-faq__list{
  display: grid;
  gap: 10px;
}

/* details accordion */
.its-faq__item{
  border: 1px solid var(--faq-border);
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}

.its-faq__item:hover{
  border-color: rgba(239,68,68,.25);
  box-shadow: 0 10px 26px rgba(17,24,39,.07);
  transform: translateY(-1px);
}

.its-faq__q{
  list-style: none;
  cursor: pointer;
  padding: 14px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  user-select: none;
  background: linear-gradient(180deg, #fff, #fff);
}

.its-faq__q::-webkit-details-marker{ display:none; }

.its-faq__qtext{
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

/* right icon */
.its-faq__icon{
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: var(--faq-soft);
  position: relative;
  flex: 0 0 auto;
}

.its-faq__icon::before,
.its-faq__icon::after{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width: 14px;
  height: 2px;
  background: var(--faq-primary);
  transform: translate(-50%,-50%);
  border-radius: 99px;
}

.its-faq__icon::after{
  transform: translate(-50%,-50%) rotate(90deg);
  transition: transform .18s ease;
}

/* open state */
.its-faq__item[open]{
  border-color: rgba(239,68,68,.30);
}

.its-faq__item[open] .its-faq__q{
  background: linear-gradient(180deg, rgba(239,68,68,.08), rgba(239,68,68,.03));
}

.its-faq__item[open] .its-faq__icon::after{
  transform: translate(-50%,-50%) rotate(0deg);
}

.its-faq__a{
  padding: 0 14px 14px 14px;
  color: #111827;
  font-size: 14px;
  line-height: 1.6;
}

.its-faq__a p{
  margin: 10px 0 10px;
  color: #111827;
}

/* link button */
.its-faq__link{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(239,68,68,.35);
  background: #fff;
  color: var(--faq-primary-2);
  font-weight: 800;
  text-decoration: none;
  transition: background .15s ease, transform .15s ease, border-color .15s ease;
}

.its-faq__link:hover{
  background: rgba(239,68,68,.08);
  border-color: rgba(239,68,68,.55);
  transform: translateY(-1px);
}

/* note block */
.its-faq__note{
  margin-top: 10px;
  padding: 12px;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,.06);
  background: rgba(17,24,39,.02);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.its-faq__badge{
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  color: #065f46;
  background: rgba(16,185,129,.12);
  border: 1px solid rgba(16,185,129,.25);
}

.its-faq__phone{
  font-weight: 900;
  color: #111827;
  text-decoration: none;
  padding: 8px 10px;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,.08);
  background: #fff;
}

.its-faq__phone:hover{
  border-color: rgba(239,68,68,.35);
}

/* mobile tweaks */
@media (max-width: 520px){
  .its-faq__wrap{ padding: 14px; border-radius: 14px; }
  .its-faq__title{ font-size: 18px; }
  .its-faq__q{ padding: 12px; }
  .its-faq__a{ padding: 0 12px 12px; }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'HindSiliguri-Bold';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://itsedulive.com/wp-content/uploads/2025/11/HindSiliguri-Bold.eot');
	src: url('https://itsedulive.com/wp-content/uploads/2025/11/HindSiliguri-Bold.eot?#iefix') format('embedded-opentype'),
		url('https://itsedulive.com/wp-content/uploads/2025/11/HindSiliguri-Bold.woff2') format('woff2'),
		url('https://itsedulive.com/wp-content/uploads/2025/11/HindSiliguri-Bold.woff') format('woff'),
		url('https://itsedulive.com/wp-content/uploads/2025/11/HindSiliguri-Bold.ttf') format('truetype'),
		url('https://itsedulive.com/wp-content/uploads/2025/11/HindSiliguri-Bold.svg#HindSiliguri-Bold') format('svg');
}
/* End Custom Fonts CSS */