
#bannerbtn1 {
    display: none;
  }

  @media (max-width: 768px) {
    #bannerbtn1 {
      display:inline-block;
    }
  }

  #accheading {
    display: none;
  }

  @media (max-width: 768px) {
    #accheading {
      display: block;
    }
  }

  #bannercontent {
    display: none;
  }

  @media (max-width: 768px) {
    #bannercontent {
      display: block;
    }
  }




#active-menu3 {
	color: #175cff
}

#about-banner1 {
	background-image: url('../image/Finance/Finance.webp');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	margin-top: 100px;
	padding: 60px 0;
	height: 400px;
}

/* Mobile responsiveness */
@media only screen and (max-width: 767px) {
	#about-banner1 {
		padding: 10px 0;
		background-image: url('../image/Finance/Finance.webp');
		background-attachment: scroll;
		height: 250px;
		background-size: cover;
	}
}


.why-solution-sec {
	background-position: left;
	background-attachment: fixed;
	background-size: 50% auto;
	background-repeat: no-repeat;
	height: 590px
}

@media only screen and (max-width:480px) {
	#img {
		display: none
	}
}

.ibg-1-1,
.ibg-3-1,
.ibg-5-1 {
	padding: 170px 0;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat
}

.intl-tel-input.separate-dial-code .selected-dial-code {
	display: table-cell;
	vertical-align: middle;
	padding-left: 8px
}

.lead {
	text-align: justify;
	font-size: 15.8px;
	color: white
}
#textalign {
    text-align: justify;
    word-spacing: -3px;
    text-align-last: left;
    word-break: break-word;
    hyphens: none;
    font-size: 15px;
}
#accheading {
	padding-top: 20px;
	color: #fff
}

#fs30 {
	font-size: 28px
}

#accheading {
	font-size: 38px
}

.header-button {
	font-size: 15px;
}

/* Benefits Section */
.benefits {
    padding: 40px 20px;
    background-color: #ecf0f1;
}

.benefits .container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 30px;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    animation: fadeInUp 2s ease-in-out;
}

.benefit-card {
    background-color: #fff;
    padding: 22px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.5s ease-in-out;
}

.benefit-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    opacity: 0.9;
}

.icon img {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}

.benefit-card:hover .icon img {
    transform: rotate(360deg);
}

.card-title {
    font-size: 1.3em;
    color: #032d60;
    margin-bottom: 10px;
    font-weight: bold;
}

.card-content p {

    color: #000;
    line-height: 1.6;
	margin-top: 5px;
    text-align: justify;
    word-spacing: -2px;
    font-size: 13px;
    hyphens: auto;
}

/* Animation Definitions */
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideIn {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0);
    }
}
#cardtitle{

	color: #032d60;
    font-size: 17px;
}
/* Card Layout */
.service-cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}

.card {
    background-color: #ecf0f1;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.card h3 {
    font-size: 1.2rem;
    margin-bottom: 15px;
    color: #032d60;
}

.card p {
    font-size: 0.9 rem;
    color: #000;
}
.intro-text{

	text-align: justify;
}
.cta-text{

	text-align: justify;
}
#aligns{

    font-size: 14px;
    text-align: justify;
    word-spacing: -3px;
    hyphens: auto;
}
