.elementor-kit-870{--e-global-color-primary:#ED8A36;--e-global-color-secondary:#22458B;--e-global-color-text:#000000;--e-global-color-accent:#1A2B5F;--e-global-color-e904937:#F7F7F7;--e-global-color-0203f78:#595853;--e-global-color-8fdb7bc:#22458B;--e-global-color-cd1dd46:#E6B183;--e-global-color-7816abe:#ED8A36;--e-global-color-d6d0875:#595853;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:20px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:18px;--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:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:500;--e-global-typography-bca8f05-font-family:"Epilogue";--e-global-typography-bca8f05-font-size:44px;--e-global-typography-bca8f05-font-weight:200;--e-global-typography-bca8f05-text-transform:none;--e-global-typography-bca8f05-font-style:normal;--e-global-typography-bca8f05-text-decoration:none;--e-global-typography-bca8f05-line-height:1.2em;--e-global-typography-bca8f05-letter-spacing:-1.5px;--e-global-typography-55a17cb-font-family:"Inter";--e-global-typography-55a17cb-font-size:17px;--e-global-typography-55a17cb-font-weight:600;--e-global-typography-55a17cb-text-transform:capitalize;--e-global-typography-55a17cb-font-style:normal;--e-global-typography-55a17cb-text-decoration:none;--e-global-typography-55a17cb-line-height:44px;--e-global-typography-55a17cb-letter-spacing:-1.3px;background-color:transparent;color:#000000;background-image:radial-gradient(at center center, #FFFFFF 0%, #FFFFFF 45%);}.elementor-kit-870 button,.elementor-kit-870 input[type="button"],.elementor-kit-870 input[type="submit"],.elementor-kit-870 .elementor-button{background-color:#ED8A36;font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );color:#FFFFFF;}.elementor-kit-870 button:hover,.elementor-kit-870 button:focus,.elementor-kit-870 input[type="button"]:hover,.elementor-kit-870 input[type="button"]:focus,.elementor-kit-870 input[type="submit"]:hover,.elementor-kit-870 input[type="submit"]:focus,.elementor-kit-870 .elementor-button:hover,.elementor-kit-870 .elementor-button:focus{background-color:transparent;background-image:linear-gradient(180deg, #22458B 0%, #ED8A36 100%);}.elementor-kit-870 e-page-transition{background-color:#FFBC7D;}.elementor-kit-870 a{color:#334786;}.elementor-kit-870 h1{color:#22458B;}.elementor-kit-870 h2{color:#ED8A36;}.elementor-kit-870 h3{color:#1A2B5F;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-870{--e-global-typography-55a17cb-font-size:17px;--e-global-typography-55a17cb-line-height:1.1em;}.elementor-kit-870 button,.elementor-kit-870 input[type="button"],.elementor-kit-870 input[type="submit"],.elementor-kit-870 .elementor-button{font-size:var( --e-global-typography-secondary-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-870{--e-global-typography-55a17cb-font-size:26px;}.elementor-kit-870 button,.elementor-kit-870 input[type="button"],.elementor-kit-870 input[type="submit"],.elementor-kit-870 .elementor-button{font-size:var( --e-global-typography-secondary-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.arrow {
    display: inline-flex;
    align-items: center;
}

.arrow::after {
    content: "➜";   /* <-- your arrow */
    margin-left: 8px;
    color: #124690;
    font-size: 16px;
}






/* Mobile (up to 767px) */
@media screen and (max-width: 767px) {
  .image1 {
    display: none;
  }
  .image2 {
    display: block;
  }
}

/* Tablet (768px to 1023px) */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .image1 {
    display: none;
  }
  .image2 {
    display: block;
  }
}

/* Desktop (1024px and above) */
@media screen and (min-width: 1024px) {
  .image1{
    display: block !important;
  }
  .image2{
    display: none !important;
  }
}










/* Entire Scrollbar */
::-webkit-scrollbar {
  display: none;
  width: 10px;
}

/* Scrollbar Track (background) */
::-webkit-scrollbar-track {
  background: #f2f2f2;
}

/* Scrollbar Handle */
::-webkit-scrollbar-thumb {
  background: #22458b;
  border-radius: 10px;
}

/* Scrollbar Handle on Hover */
::-webkit-scrollbar-thumb:hover {
  background: #1a2b5f;
}/* End custom CSS */