/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 18 2025 | 09:31:53 */
/* Banner content in para Setting
 */

.content-heading-left h2{
	text-align: right;
    font-size: 28px;
    font-weight: 500;
	margin-top: 0 !important;
}
.additional-section .title-row {
    justify-content: flex-end;
}

.additional-section h3.heading-style{
	    padding-right: 15px;
	text-align: right;
}
/* Feature Boxes */
.box-main-feature {
    display: flex;
    gap: 20px;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}
.box-cls:hover button.read-more {
    color: white;
}
.box-cls:not(:hover) button.read-less{
 color: black;
}
.box-cls-feature {
    position: relative;
    transition: all .3s;
    flex: 1 0 21%;
    display: flex;
    flex-direction: row;
}

.box-cls-feature .first-half {
    width: 43px;
	margin-right: 10px;
}

.box-cls-feature .second-half {
    width: 90%;
}

.box-cls-feature .first-half .icon-cls {
    width: 100%;
	padding-right: 5px;
}

.box-cls-feature .second-half h3 {
    line-height: 24px;
    font-size: 24px;
    padding-bottom: 10px;
	margin: 0;
}
.ul-style ul li::before {
    content: "\f058";
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
    color: #00664a;
    position: relative;
	display: block;
	height: 0px;
}

.additional-section h3.heading-style:before {
    content: '';
    width: 4px;
    height: 100%;
    background: #00664A;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
}
.box-cls-feature .second-half p {
    font-size: 14px;
    line-height: 20px;
}
/* About Sirat */
.sirat-logo-mage-menu {
	display: flex;
    justify-content: center;
    /* margin-top: 10px; */
    gap: 20px;
    align-items: center;
    flex-direction: column;
}

.sirat-logo-mage-menu .btn-gradient a{
	color: white;
}

/* Benefit Boxes */
.box-main {
    display: flex;
    gap: 20px;
    FONT-WEIGHT: 100;
    flex-direction: row-reverse !important;
    flex-wrap: wrap;
}

.box-cls {
    background: #f1f3f4;
    padding: 10px;
    overflow: hidden;
    position: relative;
    transition: all .3s;
    flex: 1 0 21%;
}

.box-cls:after {
    content: '';
    position: absolute;
    left: -55px;
    width: 95px;
    height: 95px;
    top: -55px;
    border-radius: 50px;
    background-color: rgb(0 102 74);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    z-index: 0;
	background-image: linear-gradient(89deg, #00664A 0%, #2AA785 100%);
}

.box-cls:hover:after {
    width: 100% !important;
    height: 100% !important;
    border-radius: 0;
    top: 0;
    left: 0;
}
.box-cls ul {
	margin-left: 20px;
	margin-bottom: 0px;
}
.gbfgbf .box-cls ul li{
	text-align: left !important;
}
.box-cls ul li {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    text-align: justify;
}
.box-cls:hover h3, .box-cls:hover p, .box-cls:hover ul li{
	color: white;
}

.box-cls h3, .box-cls p, .box-cls ul{
    z-index: 10;
    position: relative;
}

.box-cls h3 {
    color: #00664A;
    font-size: 18px;
	line-height: 28px;
	border-bottom: 2px solid;
    padding-bottom: 10px;
	font-weight: 600;
	margin-bottom: 10px;
}

.box-cls p, .box-cls-feature .second-half p {
    color: #000000;
    font-size: 16px;
	font-weight: 400;
/* 	text-align: justify; */
}

/* Innovation Posts */
.box-cls-innovation {
    background: #fff;
    padding: 20px;
    overflow: hidden;
    position: relative;
    transition: all .3s;
    flex: 1 0 25%;
	box-shadow: 0 0 10px 0 #8080805e;
	border-radius: 15px;
}

.box-cls-innovation:after {
    content: '';
    position: absolute;
    right: -55px;
    width: 95px;
    height: 95px;
    top: -55px;
    border-radius: 50px;
    background-color: rgb(0 102 74);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    z-index: 0;
	background-image: linear-gradient(89deg, #00664A 0%, #2AA785 100%);
}

.box-cls-innovation:hover:after {
    width: 100% !important;
    height: 100% !important;
    border-radius: 0;
    top: 0;
    right: 0;
}
.box-cls-innovation a.link-innovation-posts {
    z-index: 3;
    margin-top: auto !important;
    display: block;
    position: relative;
    color: black;
    font-size: 16px;
    font-weight: 400;
}
.box-cls-innovation {
    display: flex;
    flex-direction: column;
}

.box-cls-innovation:hover a.link-innovation-posts {
    color: white;
}
.box-cls-innovation:hover h3 a, .box-cls-innovation:hover p{
	color: white;
}

.box-cls-innovation h3, .box-cls-innovation p {
    z-index: 10;
    position: relative;
	margin-bottom: 10px;
}

.box-cls-innovation h3 a {
    color: #00664A;
    font-size: 18px;
	line-height: 28px;
	border-bottom: 2px solid;
    padding-bottom: 10px;
	font-weight: 600;
}

.ul-style ul:last-child{
	margin-bottom: 0px;
}


 */
.ul-style ul li {
    padding-left: 10px;
}

.ul-style ul li:not(:last-child){
	margin-bottom: 15px;
}
.box-cls-innovation p {
    color: #000000;
    font-size: 16px;
	font-weight: 400;
	text-align: justify;
}
/* FAQ Dropdowns */
.infromation-dropdown-style {
    background: white;
    padding: 30px;
}

.accordion-my, .accordion-my:focus, .accordion-my-two, .accordion-my-two:focus, .accordion-my-three, .accordion-my-three:focus {
	background-color: transparent;
	color: #00694E;
	cursor: pointer;
	padding: 18px 0;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 20px;
	transition: 0.4s;
	font-family: 'Poppins';
	line-height: 30px;
	position: relative;
}

.active-my, .active-my-two, .active-my-three, .accordion-my:hover, .accordion-my-two:hover, .accordion-my-three:hover, .active-my:focus, .active-my-two:focus, .active-my-three:focus {
	background-color: transparent;
	color: #00694E;
}

.panel-my, .panel-my-two, .panel-my-three  {
	padding: 0;
	display: none;
	overflow: hidden;
	animation: 1s fadeIn;
	padding-bottom: 10px;
}
.fi-custom-style ul.no-anchor {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 15px;
}
.border-bottom-box:not(:last-child) {
    border-bottom: 1px solid #F1F3F4;
}


button.accordion-my.active-my:after, button.accordion-my-two.active-my-two:after, button.accordion-my-three.active-my-three:after {
    content: "\f068";
}
/* List items in two columns personal banking */

ul.list-products-icon {
    margin-bottom: 15px;
    columns: 2;
}
/* Impact Card CSS & Services Card */
.service-card-cls figure.elementor-image-box-img {
	--height-box: 30%;
    padding-bottom: var(--height-box);
	padding-top: 10px;
}
.service-card-cls:hover .elementor-image-box-content {
    padding-top: 50px !important;
}
p.elementor-image-box-description{
	margin-bottom: 10px;
}
.elementor-image-box-content ul{
	margin-left: 20px !important;
}
.service-card-cls .elementor-image-box-content {
    padding: 20px;
    position: absolute;
    min-height: 85px;
    transition: .7s;
    bottom: 0;
    background: #00664A;
    z-index: 9;
    background-image: linear-gradient(89deg, #00664A 0%, #2AA785 100%);
	display: flex;
    flex-direction: column;
}

.service-card-cls:hover .elementor-image-box-content {
    height: 100% !important;
    clip-path: polygon(0 0%, 100% 0, 100% 100%, 0% 100%);
    padding-top: 20px;
}

.service-card-cls p.elementor-image-box-description {
	display: none;
    opacity: 0;
	transition: 1s;
}

.service-card-cls:hover p.elementor-image-box-description {
	display: block;
    opacity: 1;
}

.service-card-cls img {
    height: 250px;
    object-fit: contain;
	width: 100%;
	background: #FFF;
}

.service-card-cls {
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.06);
    height: 100%;
	transition: 0.5s;
	    background: white;
}

.service-card-cls:hover {
    box-shadow: 0 8px 12px 0 rgb(0 0 0 / 27%);
}

.service-card-cls .elementor-image-box-content {
       padding: 15px 10px;
}


/* .service-card-cls h3.elementor-image-box-title a:after {
    content: "Read More";
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-size: 15px;
    background: #ffffff;
    padding: 15px 20px;
	padding-right: 40px;
    color: #00664a;
    border-radius: 5px;
    font-weight: 500;
    text-transform: capitalize;
	line-height: 15px;
}

.service-card-cls h3.elementor-image-box-title a:before {
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #00664a;
    position: absolute;
    bottom: 30px;
    left: 130px;
    z-index: 2;
    font-size: 18px;
} */

.sub-main-cls .btn-read {
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    fill: #00664A;
    color: #00664A;
    background-color: #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    padding: 15px 20px 15px 20px;
	float: right;
}

.sub-main-cls {
    padding-top: 0px;
    display: none;
    opacity: 0;
    transition: 1s;
    margin-top: 0;
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.service-card-cls .elementor-image-box-content h3 {
    text-align: center;
	margin-bottom: 0 !important;
}

.service-card-cls:hover .elementor-image-box-content h3 {
	margin-bottom: 20px !important;
}

.service-card-cls:hover .sub-main-cls {
	display: block;
    opacity: 1;
}

.slider-div-custom .swiper-wrapper{
	justify-content: center;
}

/* eWallet Page CSS */

.object-fit-cor .service-card-cls img {
    object-fit: contain !important;
    object-position: top;
}

.carousal-style .swiper-slide {
    padding: 5px !important;
	width: auto;
}

/* Top Position Channge on eWallet
 */
.ewallet-only.object-fit-cor .service-card-cls img {
    object-position: 20% 70px;
	padding: 0 15px;
}

/* Additonal Information Sections CSS
 */

/* Offices Section CSS
 */
.additional-section{
	position: relative;
}

.additional-section:nth-child(even):after {
    content: '';
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    background: #F6F6F6;
    transform: translateX(-50%);
    z-index: -1;
}

.additional-section-container{
    padding: 50px 0px;
	margin: auto;
}

.additional-section h3.heading-style {
    position: relative;
    padding-left: 15px;
	font-size: 35px;
    font-weight: 500;
/*     text-transform: capitalize; */
    line-height: 45px;
    letter-spacing: 1.2px;

}
.additional-section-container li{
	text-align: right;
}

.additional-section p {
    font-weight: 400;
}

.additional-section:nth-child(even) .box-cls{
	background: #fff;
}

.additional-section .title-row {
    display: flex;
    flex-direction: row;
    align-items: center;
	padding-bottom: 15px;
}

.additional-section .title-row .title-icon {
    width: auto;
    height: 40px;
}

.additional-section .ul-style:not(:last-child) {
    padding-bottom: 15px;
}

/* .additional-section:only-child .additional-section-container {
    padding-bottom: 0;
} */

/* Contact Section CSS
 */

.form-style.product-custom .wpforms-container-full {
    padding: 0;
    background: transparent;
}

/* Sidebar Widgets */

.side-widgets-prod {
position: fixed;
    top: 55%;
    z-index: 1;
    transform: translateY(-50%);
    width: auto;
    left: -124px;
    transition: .5s;
}

.side-widgets:hover {
    right: 0px;
}

.sticky-btn-cls {
    width: 100px;
    border-radius: 0px 5px 5px 0px;
    height: 95px;
}

.sticky-btn-cls a.elementor-icon svg {
    width: 1.5em;
}

.sticky-btn-cls .elementor-widget-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.arrow-cls {
    position: absolute;
    top: 64%;
    right: -100px;
    transform: translateY(-64%);
    width: 100%;
    height: 100%;
}

.arrow-cls .elementor-widget-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 10px;
}

.arrow-cls img.visa-hover-cls {
    margin-top: -20px;
	width: 80%;
    margin-left: auto;
}

.arrow-cls .arrow {
    transform: translateY(-45px) rotate(270deg);
    cursor: pointer;
}

.arrow-cls:hover .arrow {
    transform: translateY(-45px) rotate(-90deg);
}
.arrow-cls .arrow span {
    display: block;
    width: 1.5vw;
    height: 1.5vw;
    border-bottom: 5px solid black;
    border-right: 5px solid black;
    transform: rotate(45deg);
    margin: -10px;
    animation: animate-cstm 2s infinite;
}

.arrow-cls .arrow span:nth-child(2) {
    animation-delay: -0.2s;
}

.arrow-cls .arrow span:nth-child(3) {
    animation-delay: -0.4s;
}
/* Only for Islamic */
ul.islamic-investment {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.elementor-grid-3 .elementor-grid {
    direction: rtl;
}
ul.islamic-investment li {
    flex: 1 0 33%;
}
@keyframes animate-cstm {
    0% {
        opacity: 0;
        transform: rotate(45deg) translate(-20px, -20px);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: rotate(45deg) translate(5px, 5px);
    }
}

.side-widgets-prod:hover {
    left: 0;
}

/* visa widget remove from other product page except cards */

.side-widgets-prod {
    display: none;
}