.elementor-kit-11{--e-global-color-primary:#1D1F5E;--e-global-color-secondary:#23277D;--e-global-color-text:#4A4A4A;--e-global-color-accent:#F5B633;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:48px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:1.2em;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-size:16px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:500;--e-global-typography-text-line-height:1.4em;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:500;background-color:#F5F7FA;color:#FFFFFF;}.elementor-kit-11 button,.elementor-kit-11 input[type="button"],.elementor-kit-11 input[type="submit"],.elementor-kit-11 .elementor-button{background-color:#1D1F5E;font-family:"Poppins", Sans-serif;font-size:16px;font-weight:500;text-transform:uppercase;color:#FFFFFF;}.elementor-kit-11 button:hover,.elementor-kit-11 button:focus,.elementor-kit-11 input[type="button"]:hover,.elementor-kit-11 input[type="button"]:focus,.elementor-kit-11 input[type="submit"]:hover,.elementor-kit-11 input[type="submit"]:focus,.elementor-kit-11 .elementor-button:hover,.elementor-kit-11 .elementor-button:focus{background-color:#1565C0;color:#FFFFFF;box-shadow:0px 4px 12px 0px rgba(0, 0, 0, 0.1);border-style:solid;border-width:2px 2px 2px 2px;border-color:#1E90FF;border-radius:8px 8px 8px 8px;}.elementor-kit-11 e-page-transition{background-color:#FFBC7D;}.elementor-kit-11 a{font-family:"Inter", Sans-serif;font-size:16px;font-weight:400;text-decoration:none;}.elementor-kit-11 a:hover{color:var( --e-global-color-primary );font-family:"Inter", Sans-serif;font-size:16px;font-weight:400;text-decoration:underline;}.elementor-kit-11 h1{font-family:"Poppins", Sans-serif;font-size:48px;font-weight:700;}.elementor-kit-11 h2{font-family:"Poppins", Sans-serif;font-size:32px;font-weight:600;line-height:1.3em;}.elementor-kit-11 h3{font-family:"Poppins", Sans-serif;font-size:24px;font-weight:500;}.elementor-kit-11 h4{font-family:"Poppins", Sans-serif;font-size:20px;font-weight:500;line-height:1.4em;}.elementor-kit-11 h5{font-family:"Poppins", Sans-serif;font-size:16px;font-weight:500;}.elementor-kit-11 h6{font-family:"Poppins", Sans-serif;font-size:14px;font-weight:400;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header .header-inner{width:0px;max-width:100%;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}.site-footer .site-description{color:#A3A3A3;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */html {
    scroll-behavior: smooth;
}

.custom-breadcrumb {
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.custom-breadcrumb ol {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
}

.custom-breadcrumb ol li {
    position: relative;
    margin-right: 10px;
}

.custom-breadcrumb ol li a {
    text-decoration: none;
    color: #0073e6;
    transition: color 0.3s;
}

.custom-breadcrumb ol li a:hover {
    color: #005bb5;
}

/* Separator */
.custom-breadcrumb ol li + li::before {
    content: "›";
    margin-right: 10px;
    color: #555;
}

/* Current page */
.custom-breadcrumb ol li:last-child {
    color: #555;
    font-weight: 500;
}

/* Responsive */
@media (max-width: 768px) {
    .custom-breadcrumb {
        font-size: 12px;
    }
}

.bg-pan-scroll {
  background-size: 150% auto; /* কনটেইনারের চেয়ে বড় */
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  transition: background-position 0.3s ease-out;
}
.bg-pan-scroll-left {
  background-size: 150% auto; /* কনটেইনারের চেয়ে বড় */
  background-repeat: no-repeat;
  background-position: center center; /* এটি নিশ্চিত করুন */
  overflow: hidden;
  transition: background-position 0.3s ease-out;
}/* End custom CSS */