/*
 Theme Name:   Hello Elementor Child
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  hello-elementor-child
*/

/* Add your custom styles below */


.home-sec-list ul.elementor-icon-list-items li {
    border-radius: 32px;
    background: #FFF;
    padding: 16px 24px !important;
    transition: 0.3s ease-in-out;
}
.home-sec-list ul.elementor-icon-list-items li:hover {
    background: #2563EB;
}

.home-sec-list ul.elementor-icon-list-items li:hover .elementor-icon-list-text {
    color: #fff !important;
}


.testimonials-row .swiper-pagination>span {
    border-color: #828e9d !important;
    width: 10px;
    height: 10px;
}
.testimonials-row .swiper-pagination {
    margin-top: 30px;
}
.testimonials-row .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #2563EB !important;
}
.testimonials-row .swiper-pagination>span:hover {
    background: #2563EB !important;
}
/* .albert-col .elementor-widget-image {
    position: absolute !important;
    left: 0px;
    bottom: 0px;
} */
.charlie-col .elementor-widget-image {
    position: absolute !important;
    right: 0px;
    bottom: 0px;
}



/* responsive */


@media (max-width: 1024px) {
.table-wrappper {
    overflow-x: scroll;
    border-radius: 12px;
}
.table-wrappper::-webkit-scrollbar {
  height: 10px;
}
.table-wrappper::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
.table-wrappper::-webkit-scrollbar-thumb {
  background: #2563EB; 
  border-radius: 10px;
}
.table-wrappper table {
    width: 1100px;
}
.col-relative {
    position: relative !important;
}
}
@media (max-width: 820px) {
.table-wrappper table {
    width: 900px;
}


}
@media(max-width: 991px){
	.column-break {
    flex-direction: column !important;
}
.footer-inner {
    flex-direction: column !important;
}
.footer-inner * {
    text-align: center !important;
}
.footer-inner .elementor-element {
    width: 100%;
}
.footer-inner ul.elementor-icon-list-items {
    display: block !important;
}
.footer-inner ul.elementor-icon-list-items li{
    line-height: 35px;
}
.copy-right-row {
    flex-direction: column-reverse !important;
}
.copy-right-row .elementor-element {
    width: 100% !important;
}
.copy-right-row * {
    text-align: center !important;
}
.copy-right-row .elementor-nav-menu--main {
    display: block !important;
}
.copy-right-row .elementor-nav-menu {
    display: block !important;
}
.copy-right-row .elementor-item {
    justify-content: center;
}
.footer-inner .elementor-icon-list-item > a {
    justify-content: center;
}
.copy-right-row .elementor-nav-menu>li a {
    margin: 0px !important;
    line-height: 35px;
}
}
@media(max-width: 767px){
	.banner-list-wrapper {
    position: relative !important;
    top: 30px;
}
.banner-list-wrapper {
    padding-right: 0px !important;
}
.banner-list-wrapper .home-sec-list li:hover{
     border: 1px solid #2563EB !important;
}
.banner-list-wrapper li.elementor-icon-list-item {
    border: 1px solid #0D2440;
}
}

/****Add section*****/
/*
.arrow-left::before {
    content: "";
    position: absolute;
    background-image: url(https://lightgoldenrodyellow-stingray-361662.hostingersite.com/wp-content/uploads/2025/08/up-arrow-2.png);
    background-position: center bottom;
    top: 0px;
    right: -40px;
    bottom: -13%;
    left: 0;
    background-size: 90%;
    background-repeat: no-repeat;
}
.arrow-right::before {
    content: "";
    position: absolute;
    background-image: url(https://lightgoldenrodyellow-stingray-361662.hostingersite.com/wp-content/uploads/2025/08/up-arrow-1-min.png);
    background-position: bottom left;
    top: 0px;
    right: 30%;
    left: 10%;
    bottom: -30px;
    background-size: 80%;
    background-repeat: no-repeat;
}


.img-column::after {
    content: "";
    position: absolute;
    background-image: url(https://lightgoldenrodyellow-stingray-361662.hostingersite.com/wp-content/uploads/2025/08/up-arrow-2.png);
    display: block;
    top: 0%;
    right: -10%;
    bottom: 30px;
    left: 0%;
    background-position: right  bottom;
    background-size: 60%;
    background-repeat: no-repeat;
}
@media(max-width:1280px){
	.img-column::after {
    content: "";
    position: absolute;
    background-image: url(https://lightgoldenrodyellow-stingray-361662.hostingersite.com/wp-content/uploads/2025/08/up-arrow-2.png);
    display: block;
    top: 0%;
    right: -20%;
    bottom: 0%;
    left: 0%;
    background-position: right bottom;
    background-size: 60%;
    background-repeat: no-repeat;
}
*/

.arrow-center {
    position: relative;
}

.arrow-left {
    position: relative;
}

.arrow-right {
    position: relative;
}
@media(max-width:1280px){
		.aroow img {
    max-width: 70% !important;
}
}

@media(max-width:1024px){
	.aroow img {
    max-width: 40% !important;
}
}