﻿/* Custom CSS styles can be added here */
        body {
            font-family: 'Montserrat', sans-serif;
            background-color: #F5F5F5;
            color: #333;
        }
        /* Hero section styles */
.hero {
    position: relative;
    background-image: url('two-wheeler-pledge-loan-in-bangalore.jpg');
    background-size: cover;
    background-position: center;
    height: 650px; /* Set the height of the hero section */
    padding: 100px 0; /* Adjust padding as needed */
    text-align: center;
    color: #fff; /* Default text color */
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(243, 51, 13, 0.7); /* Green overlay color with transparency */
    z-index: 1; /* Ensure overlay is behind text */
}

.hero h1 {
    font-size: 3.5em; /* Adjust heading font size */
    margin-bottom: 20px; /* Space between heading and paragraph */
    position: relative; /* Ensure text is above overlay */
    z-index: 2; /* Ensure text is above overlay */
}

.hero p {
    font-size: 1.5em; /* Adjust paragraph font size */
    margin-bottom: 30px; /* Space between paragraph and button */
    position: relative; /* Ensure text is above overlay */
    z-index: 2; /* Ensure text is above overlay */
}

.hero .btn-hero {
    font-size: 1.2em; /* Button font size */
    padding: 12px 24px; /* Button padding */
    border: none;
    border-radius: 5px;
    background-color: #fff; /* Button background color */
    color: #1b1919; /* Button text color */
    text-decoration: none;
    transition: background-color 0.3s ease;
    position: relative; /* Ensure button is above overlay */
    z-index: 2; /* Ensure button is above overlay */
}

.hero .btn-hero:hover {
    background-color: #f2f2f2; /* Lighter shade on hover */
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .hero {
        height: auto; /* Adjust height for smaller screens */
        min-height: 600px; /* Minimum height for smaller screens */
    }
    
    .hero h1 {
        font-size: 2.5em; /* Adjust heading font size for smaller screens */
    }

    .hero p {
        font-size: 1.2em; /* Adjust paragraph font size for smaller screens */
    }
}

      
      
      #why-choose-us {
    background-color: #f4f4f4; /* Light gray background */
    padding: 80px 0; /* Adjust padding as needed */
}

.feature-box {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); /* Box shadow for each feature box */
    margin-bottom: 30px;
    transition: transform 0.3s ease;
}

.feature-box:hover {
    transform: translateY(-5px);
}

.icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px; /* Adjust width as needed */
    height: 80px; /* Adjust height as needed */
    border-radius: 50%;
    background-color: #FE0000; /* Green background color */
    margin: 0 auto 20px; /* Center align and add margin */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Box shadow for icons */
}

.icon-box i {
    font-size: 30px; /* Icon size */
    color: #fff; /* White icon color */
}

.content h3 {
    color: #333; /* Heading color */
    margin-top: 15px;
}

.content p {
    color: #666; /* Paragraph text color */
}

      
      
      
      #benefits {
    background-color: #fff; /* White background */
    padding: 80px 0; /* Adjust padding as needed */
}

.benefit-box {
    background-color: #f9f9f9; /* Light gray background */
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); /* Box shadow for each benefit box */
    margin-bottom: 30px;
    transition: transform 0.3s ease;
}

.benefit-box:hover {
    transform: translateY(-5px);
}

.benefit-box .icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px; /* Adjust width as needed */
    height: 80px; /* Adjust height as needed */
    border-radius: 50%;
    background-color: #FE0000; /* Green background color */
    margin: 0 auto 20px; /* Center align and add margin */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Box shadow for icons */
}

.benefit-box .icon-box i {
    font-size: 30px; /* Icon size */
    color: #fff; /* White icon color */
}

.benefit-box .content h3 {
    color: #333; /* Heading color */
    margin-top: 15px;
}

.benefit-box .content p {
    color: #666; /* Paragraph text color */
}

      
      
      /* CSS Styles */
.about-content {
    padding: 20px;
    background-color: #f5f5f;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    color: #1D1E22; /* Set text color to white */
}

.mission-vision-container {
    margin-top: 20px;
}

.mission-content, .vision-content {
    background-color: #FE0000;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    color: #ffffff; /* Set text color to white */
}

.icon {
    background-color: #ffff;
    color: #FE0000;
    padding: 10px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}

.icon i {
    font-size: 20px;
}

.d-flex {
    display: flex;
    align-items: center;
}

.ml-3 {
    margin-left: 15px;
}

@media (max-width: 992px) {
    .mission-content, .vision-content {
        margin-bottom: 15px; /* Reduce margin for smaller screens */
    }
}

@media (max-width: 768px) {
    .mission-vision-container .mission-content, 
    .mission-vision-container .vision-content {
        margin-bottom: 20px; /* Restore margin for medium screens */
    }

    .ml-3 {
        margin-left: 10px; /* Adjust margin for smaller screens */
    }
}

   

    .new_footer_area {
    background: #fbfbfd;
}


.new_footer_top {
    padding: 120px 0px 270px;
    position: relative;
      overflow-x: hidden;
}
.new_footer_area .footer_bottom {
    padding-top: 5px;
    padding-bottom: 50px;
}
.footer_bottom {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    color: #7f88a6;
    padding: 27px 0px;
}
.new_footer_top .company_widget p {
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    color: #6a7695;
    margin-bottom: 20px;
}
.new_footer_top .company_widget .f_subscribe_two .btn_get {
    border-width: 1px;
    margin-top: 20px;
}
.btn_get_two:hover {
    background: transparent;
    color: #FE0000;
}
.btn_get:hover {
    color: #fff;
    background: #FE0000;
    border-color: #FE0000;
    -webkit-box-shadow: none;
    box-shadow: none;
}
a:hover, a:focus, .btn:hover, .btn:focus, button:hover, button:focus {
    text-decoration: none;
    outline: none;
}



.new_footer_top .f_widget.about-widget .f_list li a:hover {
    color: #FE0000;
}
.new_footer_top .f_widget.about-widget .f_list li {
    margin-bottom: 11px;
}
.f_widget.about-widget .f_list li:last-child {
    margin-bottom: 0px;
}
.f_widget.about-widget .f_list li {
    margin-bottom: 15px;
}
.f_widget.about-widget .f_list {
    margin-bottom: 0px;
}
.new_footer_top .f_social_icon a {
    width: 44px;
    height: 44px;
    line-height: 43px;
    background: transparent;
    border: 1px solid #e2e2eb;
    font-size: 24px;
}
.f_social_icon a {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    font-size: 14px;
    line-height: 45px;
    color: #858da8;
    display: inline-block;
    background: #ebeef5;
    text-align: center;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.ti-facebook:before {
    content: "\e741";
}
.ti-twitter-alt:before {
    content: "\e74b";
}
.ti-vimeo-alt:before {
    content: "\e74a";
}
.ti-pinterest:before {
    content: "\e731";
}

.btn_get_two {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #FE0000;
    border-color: #26A653d;
    color: #fff;
}

.btn_get_two:hover {
    background: transparent;
    color: #FE0000;
}

.new_footer_top .f_social_icon a:hover {
    background: #FE0000;
    border-color: #FE0000;
  color:white;
}
.new_footer_top .f_social_icon a + a {
    margin-left: 4px;
}
.new_footer_top .f-title {
    margin-bottom: 30px;
    color: #263b5e;
}
.f_600 {
    font-weight: 600;
}
.f_size_18 {
    font-size: 18px;
}

.new_footer_top .f_widget.about-widget .f_list li a {
    color: #6a7695;
}


.new_footer_top .footer_bg {
    position: absolute;
    bottom: 0;
    background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEigB8iI5tb8WSVBuVUGc9UjjB8O0708X7Fdic_4O1LT4CmLHoiwhanLXiRhe82yw0R7LgACQ2IhZaTY0hhmGi0gYp_Ynb49CVzfmXtYHUVKgXXpWvJ_oYT8cB4vzsnJLe3iCwuzj-w6PeYq_JaHmy_CoGoa6nw0FBo-2xLdOPvsLTh_fmYH2xhkaZ-OGQ/s16000/footer_bg.png") no-repeat scroll center 0;
    width: 100%;
    height: 266px;
}

.new_footer_top .footer_bg .footer_bg_one {
    background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEia0PYPxwT5ifToyP3SNZeQWfJEWrUENYA5IXM6sN5vLwAKvaJS1pQVu8mOFFUa_ET4JuHNTFAxKURFerJYHDUWXLXl1vDofYXuij45JZelYOjEFoCOn7E6Vxu0fwV7ACPzArcno1rYuVxGB7JY6G7__e4_KZW4lTYIaHSLVaVLzklZBLZnQw047oq5-Q/s16000/volks.gif") no-repeat center center;
    width: 330px;
    height: 105px;
  background-size:100%;
    position: absolute;
    bottom: 0;
    left: 30%;
    -webkit-animation: myfirst 22s linear infinite;
    animation: myfirst 22s linear infinite;
}

.new_footer_top .footer_bg .footer_bg_two {
    background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhyLGwEUVwPK6Vi8xXMymsc-ZXVwLWyXhogZxbcXQYSY55REw_0D4VTQnsVzCrL7nsyjd0P7RVOI5NKJbQ75koZIalD8mqbMquP20fL3DxsWngKkOLOzoOf9sMuxlbyfkIBTsDw5WFUj-YJiI50yzgVjF8cZPHhEjkOP_PRTQXDHEq8AyWpBiJdN9SfQA/s16000/cyclist.gif") no-repeat center center;
    width: 88px;
    height: 100px;
  background-size:100%;
    bottom: 0;
    left: 38%;
    position: absolute;
    -webkit-animation: myfirst 30s linear infinite;
    animation: myfirst 30s linear infinite;
}



@-moz-keyframes myfirst {
  0% {
    left: -25%;
  }
  100% {
    left: 100%;
  }
}

@-webkit-keyframes myfirst {
  0% {
    left: -25%;
  }
  100% {
    left: 100%;
  }
}

@keyframes myfirst {
  0% {
    left: -25%;
  }
  100% {
    left: 100%;
  }
}

/*************footer End*****************/
