/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 17 2025 | 06:10:05 */
/* hero section css start */
.gradient-white-gray-text {
  background: linear-gradient(to right, #ffffff, #d1d5db);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; /* Firefox */
}


span.hero-graident {
    background: linear-gradient(to right, #2ca6dd, #22d3ee, #4ade80) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
}






/* hero section scroll animation */
/* Wrapper centered at bottom */
.scroll-indicator-wrapper {
    position: absolute;
    left: 50%;
    bottom: -50px;
    transform: translateX(0%);
    z-index: 10;
}

/* Capsule shape */
.scroll-indicator {
    width: 24px;
    height: 40px;
    border: 2px solid #9ca3af;
    /* gray-400 */
    border-radius: 9999px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 6px;
    overflow: hidden;

    /* floating animation for the whole capsule */
    animation: floatUpDown 2s ease-in-out infinite;
}

/* Inside bar (static now) */
.scroll-dot {
    width: 4px;
    height: 10px;
    background-color: #3b82f6;
    /* blue-500 */
    border-radius: 9999px;
}

/* Smooth up & down */
@keyframes floatUpDown {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(12px);
    }
}

/* hero section css end */
/* text section Start */
h2.elementor-heading-title span.pris-blue {
    color: #60A5FA;
}

.pris-text-green {
    color: #4ADE80;
}

.pris-core-solutions .icon-box span.elementor-icon {
    display: inline-block;
    padding: 1rem;
    /* optional, adjust spacing inside icon */
    border-radius: 0.5rem;
    /* rounded corners */
    background: linear-gradient(to bottom right,
            rgba(37, 99, 235, 0.2),
            /* from-blue-600/20 */
            rgba(96, 165, 250, 0.2)
            /* to-blue-400/20 */
        );
    transition: transform 0.3s ease, background 0.3s ease;
}

/* 2nd = Green */
.pris-core-solutions .icon-box:nth-child(2) span.elementor-icon {
    background: linear-gradient(to bottom right,
            rgba(22, 163, 74, 0.2),
            /* green-600/20 */
            rgba(74, 222, 128, 0.2)
            /* green-400/20 */
        );
}

/* 3rd = Purple */
.pris-core-solutions .icon-box:nth-child(3) span.elementor-icon {
    background: linear-gradient(to bottom right,
            rgba(147, 51, 234, 0.2),
            /* purple-600/20 */
            rgba(192, 132, 252, 0.2)
            /* purple-400/20 */
        );
}

/* 4th = Pink */
.pris-core-solutions .icon-box:nth-child(4) span.elementor-icon {
    background: linear-gradient(to bottom right,
            rgba(219, 39, 119, 0.2),
            /* pink-600/20 */
            rgba(244, 114, 182, 0.2)
            /* pink-400/20 */
        );
}

/* 5th = Yellow */
.pris-core-solutions .icon-box:nth-child(5) span.elementor-icon {
    background: linear-gradient(to bottom right,
            rgba(202, 138, 4, 0.2),
            /* yellow-600/20 */
            rgba(250, 204, 21, 0.2)
            /* yellow-400/20 */
        );
}

.pris-core-solutions .icon-box span.elementor-icon:hover {
    transform: scale(1.1);
    /* zoom effect on hover */
}

/* Scale on hover */
.pris-core-solutions .icon-box:hover span.elementor-icon {
    transform: scale(1.1);
}

.pris-core-solution-ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
}

.data-core-solution {
    list-style: none;
    padding-left: 0.6rem;
}

.pris-core-solution-ul li::before {
    content: '•';
    position: absolute;
    left: 0;
    top: 12px;
    transform: translateY(-50%);
    font-size: 34px;
    color: rgb(96, 165, 250);
}

span.sky-blue {
    color: #60A5FA;
}

span.gr-sky-blue {
    color: #60A5FA;
}

span.gr-green {
    background: linear-gradient(to right, #4ade80, #34d399);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    /* for Firefox */
}

span.gr-sky-blue {
    background: linear-gradient(to right, #60a5fa, #22d3ee);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    /* Firefox support */
}


.why-icon-box:hover .elementor-icon {
    margin-left: -15px;
    transition: margin-left 0.3s ease;
}

.we-serve-box .elementor-icon-box-wrapper {
    align-items: center;
}

.pris-call-to-action {
    background: linear-gradient(to right, #1e3a8a, #14532d);
    color: #fff;
    /* optional: makes text readable */
    padding: 2rem;
    /* optional: spacing */
}


/* .why-icon-box .elementor-icon {
    color: #1F2937!Important;
    border-color: #1F2937!Important;
}
.why-icon-box.orignal {
	color: inherit !Important;
    border-color: inherit!Important;
} */



/* text section End */
.pris-oracle .oracle-icon-box h3.elementor-icon-box-title span {
    background-color: #1F2937;
    padding: 4px 11px;
    border-radius: 14px;
}
.elementor.elementor-3138 {
    background-color: #111827;
}

span.pris-technology {
    border-radius: 8px;
    font-size: 12px;
    color: #05df72;
    border: 1px solid #05df72;
    padding: 3px 10px;
    background-color: #05df7242;
    /* margin-left: 10px; */
    vertical-align: top;
    white-space: nowrap;
}

.pris-frame span.elementor-icon-list-text {
    border-radius: 8px;
    border: 1px solid #bfbebea3;
    padding: 3px 10px;
    margin-bottom: 12px;
}

@media (max-width: 567px) {
	span.pris-technology {
    border-radius: 8px;
    font-size: 10px;
    color: #05df72;
    border: 1px solid #05df72;
    padding: 0px 8px;
    background-color: #05df7242;
    /* margin-left: 10px; */
    /* vertical-align: bottom; */
    white-space: nowrap;
    margin-top: 34px;
}

	
	.m-d-none{
		display:none;
	}
.pris-core-solution-ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
}
	.scroll-indicator-wrapper {
    left: -17px;

}
	.elementor-4074 .elementor-element.elementor-element-09d6be8 .elementor-counter-title {
    text-align: center;
}
	.elementor-3138 .elementor-element.elementor-element-7c09053:not(.elementor-motion-effects-element-type-background), .elementor-3138 .elementor-element.elementor-element-7c09053 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-color: #1F2937;
    width: 100%!Important;
}
}
