/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/


/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #666666;
    font-size: 14px;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
    font-family: 'Raleway', sans-serif;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none !important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin: 20px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

:focus {
    outline: 0;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.layout_padding {
    padding-top: 90px;
    padding-bottom: 0px;
}

.padding_0 {
    padding: 0px;
}


/* header section start */
.header_section {
    width: 100%;
    float: left;
    background-image: linear-gradient(90deg, #111a24 50%, #b6af10 50%);
    height: auto;

}

.bg-light {
    background-color: transparent !important;
}

.navbar-expand-lg .navbar-collapse {
   
    flex-basis: unset;
    justify-content: end;
}

.navbar-nav .nav-link {
    font-size: 18px;
    color: #fff !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
    font-family: 'Lato', sans-serif;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #111a24 !important;
}

.signin_bt {
    width: 150px;
    float: left;
}

.signin_bt a {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #ffffff;
    background-color: #1e343c;
    padding: 7px 5px;
    text-align: center;
    border-radius: 30px;
    font-family: 'Lato', sans-serif;
}

.signin_bt a:hover {
    color: #000;
    background-color: #ffffff;
}

.logo {
    width:120px;
    height: 70px;
    float: left;
}
.logo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* header section end */
/* banner section start */
.banner_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}

.banner_taital_main {
    width: 100%;
    float: left;
    padding-left: 100px;
}

.banner_taital {
    width: 100%;
    float: left;
    font-size: 42px;
    line-height: normal;
    color: #faf7f7;
    font-weight: bold;
    padding-top: 40px;
}

.banner_text {
    width: 100%;
    float: left;
    font-size: 22px;
    color: #b6af10;
    font-family: 'Lato', sans-serif;
}

.read_bt {
    width: 170px;
    float: left;
    margin-top: 30px;
}

.read_bt a {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #ffffff;
    background-color: #b6af10;
    padding: 8px 5px;
    text-align: center;
    border-radius: 10px;
    font-family: 'Lato', sans-serif;
}

.read_bt a:hover {
    color: #000;
    background-color: #ffffff;
}

.banner_img {
    width: 100%;
    float: left;
}

/* banner section end */
/* policy section start */
.policy_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}

.policy_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #111a24;
    text-align: center;
    font-weight: bold;
}

.policy_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #111a24;
    text-align: center;
    margin: 0 auto;
}

.policy_section_2 {
    width: 100%;
    float: left;
}

.box_main {
    width: 100%;
    height: 100%;
    float: left;
    border: 2px solid #111a24;
    padding: 60px 19px;
}

.box_main:hover {
    border: 2px solid #b6af10;
}

.box_main.active {
    border: 2px solid #b6af10;
}

.car_image {
    width: 100%;
    float: left;
    text-align: center;
    min-height: 50px;
}

.car_image img {
    width: 60px;
}

.vehicle_text {
    width: 100%;
    float: left;
    font-size: 24px;
    color: #b6af10;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding-top: 20px;
}

.lorem_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #3c3c3c;
    text-align: center;
    margin: 0px;
    padding-top: 10px;
}

/* policy section end */
/* about section start */
.about_section {
    width: 100%;
    float: left;
    background-color: #b6af10;
    height: auto;
}

.about_taital_main {
    width: 100%;
    float: left;
    padding-left: 30px;
    padding-top: 100px;
}

.about_taital {
    width: 80%;
    float: left;
    font-size: 40px;
    color: #ffffff;
    font-weight: bold;
}

.about_text {
    width: 70%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    margin: 0 auto;
    padding-top: 40px;
    line-height: 32px;
}

.readmore_bt {
    width: 100%;
    float: left;
    margin-top: 50px;
}

.readmore_bt a {
    width: 170px;
    float: left;
    font-size: 18px;
    color: #ffffff;
    background-color: #111a24;
    padding: 8px 5px;
    text-align: center;
    border-radius: 10px;
    font-family: 'Lato', sans-serif;
}

.readmore_bt a:hover {
    color: #000;
    background-color: #ffffff;
}

/* about section end */


.trending-finance {
  background: #f9f9f9;
  padding: 60px 20px;
  width: 100%;
    float: left;
    height: auto;
  
}



.trending-finance h2 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 40px;
  color: #333;
}

.topics-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
}

.topic-card {
  background: #fff;
  border: 1px solid #ddd;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
  transition: transform 0.2s ease;
}

.topic-card:hover {
  transform: translateY(-5px);
}

.topic-card h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.topic-card h3 a {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.topic-card h3 a:hover {
  text-decoration: underline;
}

.topic-card p {
  font-size: 15px;
  color: #555;
  margin: 20px 0;
}

.Trending-Finance-Topics{
    width: 100%;
    float: left;
    background-color:transparent;
    height: auto;
}

.faq-section {
    width: 100%;
    float: left;
    background-color:transparent;
    height: auto;
  margin: 50px auto;
  padding: 20px;
  font-family: "Segoe UI", sans-serif;
}

.faq-title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 20px;
}

.faq-item {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  text-align: left;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  
}
.faq-question:focus{
  outline: 0px solid transparent;
}

.faq-question .icon {
  transition: transform 0.3s ease;
  font-weight: bold;
  font-size: 1.2rem;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  padding: 0 0;
}

.faq-answer p {
  margin: 10px 0;
}

.faq-item.active .faq-answer {
  max-height: 200px; /* enough for content */
  padding: 10px 0;
}

.faq-item.active .faq-question .icon {
  transform: rotate(180deg);
  content: "–";
}



/* footer section start */
.footer_section {
    width: 100%;
    float: left;
    background-image: url(../images/footer-img.png);
    height: auto;
    background-size: 100%;
    margin-top: 90px;
}

.footer_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}

.footer_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    margin: 0px;
    padding-top: 40px;
}

.subscribe_bt {
    width: 270px;
    margin: 0 auto;
    text-align: center;
}

.subscribe_bt a {
    width: 100%;
    float: left;
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    border: 2px solid #ffffff;
    font-weight: bold;
    padding: 10px 10px;
    margin-top: 40px;
    font-family: 'Lato', sans-serif;
}

.subscribe_bt a:hover {
    color: #ffffff;
    border: 2px solid #ffffff;
    background-color: #111a24;
}

.enter_email_text {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #515151;
    padding: 13px 20px 5px 20px;
    background-color: #fff;
    border: 0px;
    height: 60px;
}

textarea#comment.enter_email_text::placeholder {
    color: #515151;
}

.subscribe_bt_1 {
    width: 260px;
    float: left;
}

.subscribe_bt_1 a {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #fdfdfd;
    text-align: center;
    background-color: #111a24;
    font-weight: bold;
    padding: 12px 10px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
}

.subscribe_bt_1 a:hover {
    color: #515151;
    background-color: #ffffff;
}

.mail_box {
    width: 80%;
    display: flex;
    padding-top: 50px;
    margin: 0 auto;
}

/* footer section end */


/* copyright section start */

.copyright_section {
    width: 100%;
    float: left;
    padding-top: 50px;
    padding-bottom: 15px;
}

.ftr-main {
    text-align: center;
    border-top: 1px solid #fff;
    padding: 10px 0;
}

.ftr-main a {
    color: #fff;
    font-size: 18px;
}

/* copyright section end */