/*==================================
* Author        : "ThemeSine"
* Template Name : Listrace  HTML Template
* Version       : 1.0
==================================== */

/*==================================
font-family: 'Roboto', sans-serif;
==================================== */


/*=========== TABLE OF CONTENTS ===========
1.  General css (Reset code)
2.  Header-top
3.  Top-area
4.  Welcome-hero
5.  List-topics
6.  Works  
7.  Explore
8.  Reviews
9.  Counter
10. Blog
11. Subscribe
12. Footer
==========================================*/

/*-------------------------------------
	General css (Reset code)
--------------------------------------*/
*{
    padding: 0;
    margin: 0;
}

*{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
body{
	font-family: 'Poppins';
	/* font-family: 'Poppins', sans-serif; */
	font-size:14px;
	color:#a09e9c;
    text-transform:initial;
    max-width:1920px;
    margin:0 auto;
	overflow-x:hidden;
}

a,a:hover,a:active,a:focus {
	display:inline-block;
	text-decoration:none;
	color: #343a3f;
	font-size:16px;
	padding:0;
    font-weight: 500;
    text-transform: capitalize;
}
h1,h2,h3,h4,h5,h6 { 
	margin: 0;
	color:#343a3f;
    font-size: 18px;
    font-weight: 500;
    /* text-transform: capitalize; */
}
p {
	margin: 0;
	color:#767f86;
	font-size:14px;
    line-height: 1.8;
    text-transform: initial;
}
img{border:none;max-width:100%; height:auto;}
ul{
	padding: 0;
    margin: 0 auto;
    list-style: none;
}
ul li {
	list-style: none;
	
}
select,input,textarea,button{box-shadow:none;outline:0!important;}
button {background: transparent;border: 0;font-size: 12px;}

html,body{height: 100%;}

[placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.3s 0.3s ease; 
  -moz-transition: opacity 0.3s 0.3s ease; 
  -ms-transition: opacity 0.3s 0.3s ease; 
  -o-transition: opacity 0.3s 0.3s ease; 
  transition: opacity 0.3s 0.3s ease; 
  opacity: 0;
}

/* section-header */
.section-header{
    position: relative;
    text-align: center;
}
.section-header h2{
    color: #505866;
    font-size:24px;
    font-weight: 500;
    margin-bottom: 24px;
    /* text-transform: uppercase; */
    letter-spacing: 1.3px;
}
.section-header h2 span{text-transform: lowercase;}
.section-header p{
    font-size:16px;
}
/* section-header */
.fix{position: relative;clear: both;}
/*=============Style css=========*/


/*-------------------------------------
     Header-top
--------------------------------------*/
.header-top{border-bottom:1px solid #f6f8fa;}

.header-top ul li {display: inline-block;}

.header-top-left li,.header-top-right li  {display: inline-block;}

/*.select-opt*/
.select-opt,.header-top-contact{
    padding: 10px 18px;
    border-right: 1px solid #f6f8fa;
}
.header-top-contact{
    border-right: 0;
    border-left: 1px solid #f6f8fa;
    font-size: 12px;
}
.select-opt select {
    border: none;
    cursor:pointer;
    color:#a7b0ba;
    font-size: 12px;
    font-weight: 300;
}
.select-opt option{
    color:#a7b0ba;
    text-transform: uppercase;
}
.select-opt a span.lnr-magnifier:before {
    font-size: 12px;
    color: #373939;
}
.select-opt a span.lnr-magnifier:before {
    font-size: 12px;
    color: #373939;
}
/*.select-opt*/

.header-top-right ul li a{
    color:#a7b0ba;
    font-size: 12px;
    font-weight: 300;
}


/*-------------------------------------
     Top-area
--------------------------------------*/
nav.navbar.bootsnav {
    background-color:#fff;
    border-bottom: transparent;
}
.wrap-sticky nav.navbar.bootsnav.sticked {background-color: #fff;box-shadow: 0 2px 5px rgba(0,0,0,.2);}

/*.navbar-brand*/
.navbar-header a.navbar-brand,.navbar-header a.navbar-brand:hover,.navbar-header a.navbar-brand:focus {
    display: inline-block;
    color: #1b1e20;
    font-size: 20px;
    font-weight: 700;
    padding: 34px 0px;
    text-transform:capitalize;
}
.navbar-header a.navbar-brand span{display: inline-block;color:#ff545a;text-transform:capitalize;}

.wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand,.wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand:hover,.wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand:focus {padding:30px 0px;}
/*.navbar-brand*/

/*.nav li*/
nav.navbar.bootsnav ul.nav > li > a {
    color: #859098;
    font-size: 14px;
    font-weight: 500;
    text-transform:uppercase;
    -webkit-transition: 0.3s linear; 
    -moz-transition: 0.3s linear; 
    -ms-transition: 0.3s linear; 
    -o-transition: 0.3s linear; 
    transition: 0.3s linear;
}
nav.navbar.bootsnav ul.nav > li > a {padding:34px 21px;}
nav.navbar.bootsnav ul.nav > li > a:hover,nav.navbar.bootsnav ul.nav > li > a:focus{color: #ff545a;}
nav.navbar.bootsnav ul.nav > li.active>a {color: #ff545a;}

nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    content: "";
}
nav.navbar.bootsnav ul.nav > li.dropdown span {
    font-size: 8px;
    margin-left: 15px;
}
.wrap-sticky nav.navbar.bootsnav.sticked ul.nav > li > a{padding:34px 21px;}
/*.nav li*/

/*.menu-ui-design*/
.menu-ui-design{overflow-y:scroll;height: 350px;}
.menu-ui-design::-webkit-scrollbar {
    width:5px;
}
.menu-ui-design::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 8px #000;
}
.menu-ui-design::-webkit-scrollbar-thumb {
  background-color: #ff545a;
}
/*.menu-ui-design*/

/*.navbar-toggle */
nav.navbar.bootsnav .navbar-toggle {
    position: relative;
    background-color: transparent;
    border: 1px solid #ff545a;
    padding: 10px;
    top: 0;
}
nav.navbar.bootsnav .navbar-toggle i{color: #ff545a;}
/*.navbar-toggle */


#navbar-menu .buttonspace {
    border-radius: 0.6rem;
    background: #ed217c;
    color: #fff;
    /* padding: 1rem 1.8rem; */
    font-size: 1.5rem;
    font-weight: 600;
}

.divider{
    margin-left: 5px;
    margin-right: 5px;
    height: 100px;
    width: 1px;
    background-color: red;
}

@media (min-width: 1200px) {
    .h1, h1 {
        font-size: 2.5rem;
    }
}

/* .fw-bold {
    font-weight: 700 !important;
} */

.text-primary {
    --bs-text-opacity: 1;
    color: rgb(39 56 150) !important;
}

@media (min-width: 992px) {
    .welcome-hero .container {
        padding-right: 2.4rem !important;
        padding-left: 2.4rem !important;
    }
}

#home {
    top: 4em;
    margin-bottom: 5em;
}

#home .fw-bold {
    /* font-size: 3em; */
    /* font-size: 5em !important; */
    font-weight: 600 !important;
    font-size: 4.5em !important;
    font-family: 'Poppins';
}

#home .welcome-btn {
        color: #fff;
        background-color: #ed217c;
        border-color: #ed217c;
        padding: 1rem 1.8rem;
        font-size: 1.3rem;
        font-weight: 600;
        margin-top: 2em;
        width: 9em
    }

    #home .leverage {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-shrink: 0;
        position: relative;
        color: #000000;
        font-family: Poppins, var(--default-font-family);
        font-size: 16.2px;
        font-weight: 400;
        line-height: 25px;
        text-align: left;
        z-index: 16;
        /* text-align: justify; */
    }

    #home .bank {
        line-height: 5.5rem;
        /* color: black; */
        font-weight: 600;
        font-size: 4rem;
        color: #061c3d;
        font-family: Poppins, var(--default-font-family);
        margin-bottom: 1.5rem;
    }

    .section-header1 h2 {
        /* color: #505866; */
        /* font-size: 5em; */
        /* font-size: 39px; */
        /* font-weight: 600; */
        /* margin-bottom: 24px; */
        /* text-align: center; */
        /* text-transform: uppercase; */
        /* letter-spacing: 0.3px; */
        display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    /* width: 1418px;
    height: 160px; */
    color: #061c3d;
    font-family: Poppins, var(--default-font-family);
    font-size: 45px;
    font-weight: 600;
    line-height: 65px;
    text-align: center;
    text-overflow: initial;
    letter-spacing: -1.2px;
    z-index: 178;
    overflow: hidden;
    }

    /* .section-header1 p {
        font-size: 16px;

    } */

    .section-header1 p {
        /* color: #505866; */
        /* font-size: 20px; */
        /* font-weight: 600; */
        margin: 10px 0px 45px 0px;
        /* text-align: center; */
        /* text-transform: uppercase; */
        /* letter-spacing: 0.3px; */
        color: #000000;
    font-family: Poppins, var(--default-font-family);
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
    white-space: nowrap;
    white-space: pre-wrap;
    z-index: 179;
    }

    .imge1 {
        max-width: 100%;
        height: auto;
        width: 55rem;
    }

    .text-lg-start {
        align-self: center;

    }

    @media (max-width: 768px) {
        #home .fw-bold {
            font-size: 3em !important;
            /* font-size: 5em !important; */
        }
    }

/*-------------------------------------
      Welcome-hero
--------------------------------------*/
.welcome-hero {
    position: relative;
    /* background:url(../images/welcome-hero/banner.jpg)no-repeat; */
    /* background-position:center;
    background-size:cover; */
    text-align: center;
    min-height:430px;
    z-index: 1;
}
/* .welcome-hero:before{
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:rgba(65,73,89,.65);
    z-index: -1;
} */
.welcome-hero-txt1 { 
    text-align: justify;
    /* padding-top: 90px; */
    padding: 100px 10px 0px 0px !important;
}
.welcome-hero-txt { 
    text-align: justify;
    padding-top: 100px;
    /* padding-top: 120px; */
}

.welcome-hero-txt h2 {
    font-size: 48px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    line-height: 1.4;
}
.welcome-hero-txt p {
    font-size: 16px;
    color: #383636;
    /* color: #fcfcfc; */
    /* margin-top: 25px; */
}

.welcome-hero-serch-box{margin-top: 78px;display: flex;}
.welcome-hero-form {
    display: flex;
    background: #fff;
    height: 70px;
    border-radius: 3px;
    width: 85%;
}
.single-welcome-hero-form {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 50%;
    padding: 0 30px;
}
.single-welcome-hero-form:first-child{border-right: 1px solid #edeff1;}
.single-welcome-hero-form input {
    margin-left: 10px;
    height: 70px;
    width: 300px;
    border: 0;
    background: transparent;
}
.single-welcome-hero-form input[type="text"]{
    font-size: 14px;
    color: #859098;
    text-transform: capitalize;
    font-weight: 500;
}
.welcome-hero-form-icon {
    position: absolute;
    top: 20px;
    right: 30px;
    color: #252d32;
}
.welcome-hero-btn {
    display:  flex;
    justify-content:  center;
    align-items:  center;
    font-size:  14px;
    color:  #fff;
    width:  170px;
    height:  70px;
    background:  #ff545a;
    text-transform:  capitalize;
    margin-left:  30px;
    border-radius: 3px;
    -webkit-transition: 0.3s linear; 
    -moz-transition: 0.3s linear; 
    -ms-transition: 0.3s linear; 
    -o-transition: 0.3s linear; 
    transition: 0.3s linear;
}
.welcome-hero-btn:hover{/*background: #fd4043;*/background: #f43032;}

.welcome-hero-btn svg {
    width:  14px;
    height:  auto;
    margin-left:  12px;
}

/*-------------------------------------
     List-topuics
--------------------------------------*/
.list-topics-content {
    /* position: relative; */
    /* top: -98px; */
    /* z-index: 1; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
/* .list-topics-content ul li { display: inline-block;} */

.single-list-topics-content{
    /* display: flex; */
    
    border-left: thin solid #ddd;
    height: auto;
    padding: 10px;
    /* align-items: center; */
    /* flex-direction: column; */
    /* justify-content: center; */
    /* width: 205px;
    height: 170px; */
    /* width: 175px; */
    /* height: 155px; */
    /* padding-left: 2.5em; */
    /* background:#fff; */
    border-radius: 3px;
    /* margin-right: 20px; */
    /* margin-bottom: 20px; */
    /* box-shadow: 0 0px 10px rgba(71,71,71,.2); */
    -webkit-transition: .3s linear; 
    -moz-transition:.3s linear; 
    -ms-transition:.3s linear; 
    -o-transition:.3s linear;
    transition: .3s linear;
}
.single-list-topics-content h2 {
    /* margin: 10px 0; */
    font-size: 2.6em;
    margin: 0;
    /* font-size: 1.5rem; */
    font-weight: bold;
    color: #333;
    }
.single-list-topics-content p {
    /* margin-right: 0; */
    font-size: 1.7em;
    color: #000;
    margin: 0 0 5px;
    /* font-size: 1rem; */
    /* color: #555; */
    
}

@media (max-width: 768px) {
    .single-list-topics-content h2 {
        /* font-size: 1.25rem; */
        font-size: 2rem;
    }

    .single-list-topics-content p {
        /* font-size: 0.9rem; */
        font-size: 1.5rem;
    }
    .section-header1 h2 {
        /* color: #505866; */
        font-size: 3.5em;
    }
}

@media (max-width: 576px) {
    .list-topics-content {
        flex-direction: column;
    }

    .single-list-topics-content {
        width: 100%;
        margin-bottom: 10px;
        border-left: 1px solid #ddd !important;
    }
}

/* .single-list-topics-icon [class^="flaticon-"]:before,.single-list-topics-icon [class*=" flaticon-"]:before,.single-list-topics-icon [class^="flaticon-"]:after,.single-list-topics-icon [class*=" flaticon-"]:after {font-size: 45px;color:#343a3f;}
.single-list-topics-content:hover .single-list-topics-icon [class^="flaticon-"]:before,.single-list-topics-content:hover .single-list-topics-icon [class*=" flaticon-"]:before,.single-list-topics-content:hover .single-list-topics-icon [class^="flaticon-"]:after,.single-list-topics-content:hover .single-list-topics-icon [class*=" flaticon-"]:after {color:#fff;} */

/* .single-list-topics-content:hover h2>a,.single-list-topics-content:hover p{color: #fff!important;} */
/* .single-list-topics-content:hover{
    color: #fff;
    background:#ff545a;
    box-shadow: 0 5px 10px rgba(71,71,71,.4);
} */

/*-------------------------------------
     Works 
--------------------------------------*/
.works{padding: 4em 0 5em;}
#works {margin-bottom: 8rem;}

.works-content .single-how-works {
    display: flex;
    flex-direction: column;
    /*justify-content: space-between; */
    text-align: left;
    border-radius: 16px;
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
    min-height: 100%;  
}

.works-content #sidepace {
    padding: 0px 6%;
    justify-content: unset;
}

.single-how-works{
    /* text-align: center; */
    /* padding:50px 42px; */
    padding: 32px 32px 20px 32px;
    /* border-radius: 3px; */
    /* box-shadow: 0 0px 5px rgba(71,71,71,.2); */
   /* margin-bottom: 30px; */
    /* min-height: 28em; */
    -webkit-transition: .3s linear; 
    -moz-transition:.3s linear; 
    -ms-transition:.3s linear; 
    -o-transition:.3s linear;
    transition: .3s linear;
}

.single-how-works-icon {
    display: inline-block;
    /* color: #50616c; */
    float: left;
    width: 65px;
    height: 70px;
    /* line-height: 80px; */
    /* background: #eef2f6; */
    /* border-radius: 50%; */
}
.single-how-works h2 {
    font-size:  18px;
    /* margin: 35px 0 20px; */
}
.single-how-works h2 span {text-transform:  lowercase;}
.single-how-works p {
    margin-bottom: 5px;
    float: left;
    text-transform: initial;
}

.single-how-works .mb-2 {
    /* font-size: x-large; */
    /* line-height: initial; */
    /* font-weight: 600; */
    /* color: black; */
    margin-bottom: 5% !important;
    color: #061c3d;
    font-family: Poppins, var(--default-font-family);
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    text-align: left;
    z-index: 187;
}

.single-how-works .para {
    font-size: 1.5rem;
    color: black;
    line-height: 2.2rem;
}

/* Adjust padding and spacing for smaller screens */
@media (max-width: 768px) {
    .single-how-works {
        padding: 20px;
        text-align: center;
    }
}

/* Ensures images scale properly */
.single-how-works img {
    max-width: 100%;
    height: auto;
}

/* .single-how-works-icon [class^="flaticon-"]:before,.single-how-works-icon [class*=" flaticon-"]:before,.single-how-works-icon [class^="flaticon-"]:after,.single-how-works-icon [class*=" flaticon-"]:after {font-size: 35px;}
.single-how-works:hover .single-how-works-icon [class^="flaticon-"]:before,.single-how-works:hover .single-how-works-icon [class*=" flaticon-"]:before,.single-how-works:hover .single-how-works-icon [class^="flaticon-"]:after,.single-how-works:hover .single-how-works-icon [class*=" flaticon-"]:after {color:#ff545a;} */

.welcome-hero-btn.how-work-btn {
    display: inline-block;
    margin: 0;
    width: 100px;
    height: 35px;
    font-size: 12px;
    background: transparent;
    color: #767f86;
    border: 1px solid #d3d6d9;
    border-radius: 3px;
}

/* .single-how-works:hover h2 a,.single-how-works:hover p{color: #fff;}
.single-how-works:hover .single-how-works-icon{background: #fff;}
.single-how-works:hover .welcome-hero-btn.how-work-btn{background: #fff;color: #ff545a;} */
/* .single-how-works:hover{box-shadow: 0 0px 10px rgba(71,71,71,.4);background: #ff545a;} */

/*-------------------------------------
       feature
--------------------------------------*/


     /* Features Section Styles */
     .features {
        background-color: #f0f5ff;
        /* background-color: #f8f9ff; */
        padding: 80px 0;
    }

    .features .section-header h2 {
        color: #1a2b48;
        font-size: 36px;
        font-weight: 700;
        margin-bottom: 40px;
    }

    /* Tab Navigation Styles */
    .features .nav-tabs {
        border: none;
        gap: 20px;
        flex-wrap: wrap;
        margin-bottom: 50px;
        justify-content: space-between !important;
    }

    .features .nav-item {
        margin: 0;
    }

    .features .nav-link {
        font-size: large;

        border: none !important;
        padding: 15px 30px;
        /* border-radius: 30px; */
        font-weight: 600;
        padding-bottom: 30px !important;
        /* font-size: 16px; */
        color: #1a2b48;
        transition: all 0.3s ease;
        white-space: nowrap;
        /* background-color: #fff; */
        /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); */
    }

    .features .nav-link:hover {
        color: #4154f1;
        transform: translateY(-2px);
        border: none !important;
    }

    .features .nav-link.active {
        background-color: transparent !important;
        border-bottom: 4px solid #00099b !important;
        color: #00099b !important;
        /* background-color: #4154f1;
        color: #fff;
        box-shadow: 0 5px 15px rgba(65, 84, 241, 0.3); */
    }

    /* Tab Content Styles */
    .features .tab-content {
        /* background: #fff; */
        border-radius: 20px;
        padding: 40px;
        /* box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05); */
    }

    .feature-intro {
        /* color: #6c757d; */
        font-size: 16px;
        line-height: 1.7;
        margin-bottom: 30px;
        color: #111010;
        /* line-height: 1.5; */
        font-weight: 500;
    }

    .feature-list {
        display: block;
        padding: 20px 0;
    }

    .feature-item {
        display: flex;
        align-items: flex-start;
        margin-bottom: 30px;
        gap: 20px;
    }

    .feature-item i {
        font-size: 17px;
        /* color: #0066cc; */
        min-width: 40px;
        text-align: center;

        color: #00099b;
        padding: 9px;
        border: 2px solid #00099b;
        border-radius: 50%;
        background-color: #ededed;
    }

    .feature-text {
        flex: 1;
    }

    .feature-text h3 {
        margin-bottom: 10px;
        font-size: 18px;
        font-weight: 600;
        color: #00099b;
    }

    .feature-text p {
        color: #111010;
        line-height: 1.5;
        font-weight: 500;
    }

    .feature-image {
        text-align: center;
        padding: 20px;
    }

    .feature-image img {
        max-width: 100%;
        height: auto;
        /* animation: float 6s ease-in-out infinite; */
    }

    
    .fa-solid,
    .fas {
        font-family: "Font Awesome 6 Free" !important;
        font-weight: 900;
    }

    /* @keyframes float {
        0% {
            transform: translateY(0px);
        }

        50% {
            transform: translateY(-20px);
        }

        100% {
            transform: translateY(0px);
        }
    } */

    /* Responsive Styles */
    @media (max-width: 991px) {
        .features .nav-tabs {
            justify-content: center !important;
            overflow-x: auto;
            padding-bottom: 15px;
        }

        .features .nav-link {
            padding: 12px 25px;
            font-size: 14px;
        }

        .features .tab-content {
            padding: 30px;
        }

        .feature-image {
            margin-top: 40px;
        }
    }

    @media (max-width: 576px) {
        .features {
            padding: 60px 0;
        }

        .features .section-header h2 {
            font-size: 28px;
        }

        .feature-item i {
            font-size: 21px;
            padding: 8px;
        }

        .feature-text h3 {
            font-size: 18px;
        }
    }

    @media screen and (min-width: 1024px) and (max-width: 1360px) {

        .why-us {
            padding-top: 48em !important;
        }
    }


/*-------------------------------------
     why-us
--------------------------------------*/

.accordion-list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.accordion-list .icon-close {
    display: none;
}

.accordion-list .collapse.show ~ .icon-close {
    display: inline;
}

.accordion-list .collapse.show ~ .icon-show {
    display: none;
}


.why-us {
    padding-top: 18em;
    /* padding-top: 30em; */
    padding-bottom: 5em;
}
.why-us .content {
    /* padding: 60px 100px 0 100px; */
}

.content h1 {
    color: #061c3d;
    font-family: Poppins, var(--default-font-family);
    font-size: 4.5em;
    margin-bottom: 5rem;
    font-weight: 600;
}

.why-us .accordion-list {
    /* padding: 0 150px 60px 150px; */
    padding: 0 190px 60px 190px;
}

.why-us .accordion-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.why-us .accordion-list li {
    padding: 20px;
    margin-bottom: 15px;
    background: #fff;
    border-radius: 8px;
    /* height: 10em; */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.why-us .accordion-list .why-title {
    /* color: #273896; */
    font-family: Poppins, var(--default-font-family);
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
    white-space: nowrap;
    z-index: 291;
    text-transform: none;
    text-wrap-mode: wrap;
}

.toggle-header.active .why-title {
    /* font-size: 1em; */
    color: #273896;
    font-family: Poppins, var(--default-font-family);
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
    white-space: nowrap;
    z-index: 291;
    text-transform: none;
    text-wrap-mode: wrap;
}

.why-us .accordion-list .text-collapse {
    /* width: 70em; */
    width: auto;
    max-width: 53em;
    font-size: 1.5em;
    color: #000;
    line-height: 1.5;
    /* letter-spacing: 0.4px; */
    font-family: Poppins;
}

.why-us .accordion-list a.collapsed {
    color: #343a40;
}

.why-us .accordion-list a {
    display: block;
    position: relative;
    font-family: 'Poppins';
    /* font-family: "Poppins", sans-serif; */
    text-decoration: none;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding-right: 30px;
    outline: none;
    cursor: pointer;
}

.why-us .accordion-list i {
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 0;
    margin-bottom: 15px;
	padding: 15px;
    border-radius: 5px;
    color: #fff;
    padding: 0.55em 0.6em;
    border-radius: 4em;
    background-color: #273896;
}

@media (max-width: 768px) {
    .why-us .accordion-list .text-collapse {
        width: auto;
        /* width: 14em; */
        font-size: 1.5em;
    }
    .why-us {
        padding-top: 8em;
    }
    .why-us .accordion-list {
        padding: 2rem;
    }

    .why-us .accordion-list a  {
        /* padding: 2em 0em; */
        /* width: 14em; */
    }

    .why-us .content {
        padding: 2em;
    }
    
}


/*-------------------------------------
     Explore
--------------------------------------*/
.explore{
    /* padding:70px 120px; */
    padding:70px 175px;
    background-color: #29397d;
    height: 50em;
}

#explore .section-header2 h2{
    color: #ffff;
    font-size: 4.2em;
    font-weight: 600;
    /* margin-bottom: 11px; */
    /* text-transform: uppercase; */
    /* letter-spacing: 1.3px; */
    text-align: center;
}

/* #explore .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px;
  } */

.explore-content{
    margin-top: 60px;
    display: grid;
    grid-template-columns: 1fr; /* Default: Single column for smaller screens */
    gap: 1px;
    /* gap: 20px; */
    justify-content: center;
    align-items: center;
}

.single-explore-card .iconic {
    /* max-width: 6em; */
    min-width: 6em;
    width: 100%;
}

.single-explore-card {
    background: #fff;
    border: 1px solid #edeff1;
    border-radius: 1.3em;
    margin: 10px;
	  padding: 20px;
	  text-align: center;
	  width: auto;
	  height: 90%;
      display: flex;
	align-items: flex-start;
    -webkit-transition: .3s linear; 
    -moz-transition:.3s linear; 
    -ms-transition:.3s linear; 
    -o-transition:.3s linear;
    transition: .3s linear;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* .single-explore-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  } */

/* .single-explore-card .icon {
    font-size: 40px;
    margin-right: 15px;
    color: #29397d;
    background-color: #f0f5ff;
    padding: 10px;
    border-radius: 10%;

} */
/* .single-explore-img{position:relative;overflow: hidden;}
.single-explore-img:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(162,172,177,.2);
} */

.single-explore-item {
    text-align: left;
    padding: 0px 25px;
}

.single-explore-card .title {
    font-size: 18px;
    font-weight: 500;
    margin: 10px 0;
  }
  
  .single-explore-card .description {
    font-size: 14px;
    /* color: #555; */
    color: #100e0e;
    line-height: 1.28;
  }

  	/* Larger screens: Two cards per row */
      @media (min-width: 769px) {
        .explore-content {
          grid-template-columns: repeat(2, 1fr); /* Two columns for larger screens */
        }

        .single-explore-card {
            flex-direction: row; /* Align icon and text side by side */
          }
        
          /* .single-explore-card .icon {
            margin-right: 20px;
          } */
      }


      @media (max-width: 768px) {
        .single-explore-card {
          flex-direction: column; /* Stack icon and text vertically on smaller screens */
          text-align: center;
          padding: 30px;
        }
      
        .single-explore-card .icon {
          margin-right: 0;
          margin-bottom: 10px; 
          /* align-self: center; */
        }

        .explore {
            padding: 60px 10px;
            height: auto;

      }
      .single-explore-item {
        max-width: 350px;
        margin: auto;
        padding: 0px;
    }

    .single-explore-card .description {
        line-height: 1.5;
    }
}

.single-explore-img-info {
    position: absolute;
    bottom:-20px;
    left: 0;
    width: 100%;
    opacity:0;
    visibility:hidden;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}
.single-explore-item:hover .single-explore-img-info{
    opacity:1;
    visibility:visible;
    bottom:0px
}
.single-explore-img-info button{
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: 83px;
    height: 21px;
    line-height: 21px;
    background: #ff545a;
    border-radius: 3px;
    color: #fcfcfc;
    text-transform: capitalize;
    text-align: center;
    font-size: 12px;
}
.single-explore-image-icon-box {
    text-align: right;
    position: absolute;
    bottom: 10px;
    right:  10px;
}
.single-explore-image-icon-box ul li {
    display:  inline-block;
    width: 30px;
    height:  28px;
    line-height:  28px;
    background: #252d32;
    text-align:  center;
    margin-left:  5px;
    color:  #cbcccd;
}
.single-explore-image-icon-box ul li:hover i{color: #267dff;}

.single-explore-txt {
    padding: 26px 25px 24px 15px;
}

/*custom-input-group*/



/*appsLand-btn*/
.appsLand-btn {
    position: absolute;
    top: 0;
    right: 0;
    background: #ff545a;
    display: inline-block;
    width: 180px;
    height: 60px;
    line-height: 60px;
    text-decoration: none;
    border-top-right-radius:3px;
    border-bottom-right-radius:3px;
    text-transform:capitalize;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border: 0;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition:0.3s ease-in-out;
    -moz-transition:0.3s ease-in-out;
    -o-transition:0.3s ease-in-out;
    transition:0.3s ease-in-out;
}
.appsLand-btn:hover, .appsLand-btn:focus, .appsLand-btn:active {
    text-decoration: none;
    outline: none;
}
.appsLand-btn:hover {
    box-shadow:0 5px 10px rgba(71,71,71,.4);
    background: #f43032;
}
/*appsLand-btn*/

/*-------------------------------------
        12. Footer
--------------------------------------*/

@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}

.footer {
    /* background: #282a36; */
    background: #273896;
    padding: 120px 0;
    color: #fff;
}
/* .footer-menu {padding: 45px 0;} */
.footer-menu .navbar-header{padding:0;}
.footer-menu .navbar-header a.navbar-brand,.footer-menu.footer-menu .navbar-header a.navbar-brand:hover,.footer-menu .navbar-header a.navbar-brand:focus{
    padding:0;
    height: 0;
}
.footer-menu ul.footer-menu-item{
    text-align: left;    
    margin-top: 1rem;
    /* margin-bottom: 1rem; */
}
.footer-menu .navbar-header{text-align: right;}
.footer-menu ul.footer-menu-item li{display: inline-block;}
.footer-menu ul.footer-menu-item li a {
    letter-spacing: 0.049em;
    /* color: #fff; */
    font-weight: 200;
    font-size: 12px;
    padding: 0px 20px 0px 10px;
    line-height: 20px;
    -webkit-transition:0.3s linear;
    -moz-transition:0.3s linear;
    -o-transition:0.3s linear;
    transition:0.3s linear;
}

.footer-menu p {
        font-size: 12px;
        padding: 1rem 0rem 1rem 0rem;
        font-weight: 200;
        line-height: 20px;
        letter-spacing: 0.049em;
}
/* .footer-menu ul.footer-menu-item li a:hover{color: #f43032;} */
.hm-footer-copyright {
    padding: 40px 0;
    border-top: 1px solid #e1e5eb;
}
.hm-footer-copyright p,.hm-footer-copyright p a {
    color: #a5adb3;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}
.footer-social {text-align: right;}
.footer-social .fa-phone:before {
    position: relative;
    top: 2px;
}
.footer-social a ,.footer-social span {
    display: inline-block;
    color: #afb4bf;
    font-size: 14px;
    margin-left: 15px;
    -webkit-transition: .3s; 
    -moz-transition:.3s; 
    -ms-transition:.3s; 
    -o-transition:.3s;
    transition: .3s;
}
.footer-social a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #eef2f6;
    text-align: center;
    border-radius: 50%;
}
.footer-social span {margin-right:15px;margin-left: 0;color: #a5adb3;}
.footer-social span:hover{color: #ff545a;}
.footer-social a:hover {background:#ff545a;color: #fff;}

/*===============================
    Scroll Top
===============================*/
#scroll-Top  .return-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: none;
    width: 40px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
    background:#ff545a;
	border:1px solid #ff545a;
	border-radius:50%;
	-webkit-transition: .5s; 
	-moz-transition:.5s; 
	-ms-transition:.5s; 
	-o-transition:.5s;
    transition: .5s;
	z-index: 2;
}
#scroll-Top  .return-to-top:hover {
    background:#f43032;
	border:1px solid #ff545a;
}

#scroll-Top  .return-to-top i{
    position:relative;
    bottom:0;

}

#scroll-Top  .return-to-top i{
    position: relative;
    animation-name: example;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-duration:1s;
}
@keyframes example {
    0%   {bottom:0px;}
    100%  {bottom:7px;}
}
/*========================Thank you=================