/* banner starts */

.hero-section {
    background: url('../../front/img/home/banner.png') no-repeat center center;
    background-size: cover;
    color: white;
    text-align: center;
    padding: 100px 0;
    position: relative;
    min-height: calc(100vh - 100px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.hero-section .container {
    position: relative;
    z-index: 1;
}

.h1_size {
    font-size: 50px;
    margin-bottom: 20px;
}

.h2_size {
    font-size: 40px;
    margin-bottom: 20px;
}

.bold {
    font-weight: bold;

}

.content {
    font-size: 14px;
    margin-bottom: 30px;
}

.hero-section .btn {
    margin: 5px;
}

/* banner ends */
/* Home Tab starts  */

.vertical-tabs .nav-tabs {
    flex-direction: column;
    border: none;
}

.vertical-tabs .nav-tabs li a {
    border: none;
    color: #A0A0A0;
    width: 100%;
    font-weight: bold;
    padding: 20px;
    font-family: 'Space Grotesk';
}

.vertical-tabs .nav-tabs li a.active {
    background: linear-gradient(89deg, #18637ef0, #0b2a35);
    border: none;
    color: #fff;
   width: 100%;
    font-weight: bold;
    padding: 20px;
}

.vertical-tabs {
    background: linear-gradient(180deg, #042733, #07242ef2);
}

.vertical-tabs .tab-content {
    padding: 15px;
}

.vertical-tabs h2 {
    color: #fff;
    margin-bottom: 40px;
}

.tab-content .tab_title {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0px;
    font-family: 'Space Grotesk';
}

.tab-content .tab_content {
    color: #fff;
    font-size: 14px;
    margin: 20px 0px;
}

.tab-content .tab_btn {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 20px;
    border: 2px solid #207598;
    background: #000;
    border-radius: 50px;
    font-weight: bold;
}

.tab-pane img {
    width: 100%;
    height: auto;
}

/* Home Tab ends  */

/* section 4 starts */

.sec4 .card {
    background: #fff;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
    box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 22%);
    min-height: 320px;
    border-radius: 20px;
}
.sec4 .tech_head p{
    font-weight: bold;
    margin-top: 20px;

}
.sec4 .card ul{
    margin: 0px auto;
}
.sec4 .card ul li{
    padding: 10px 20px;
    font-weight: 500;
}
.sec4 .card:hover {
    background-color: #F1F3F5;
}
.sec4 .card h4 {
    margin-top: 20px;
}
.sec4 .card img {
    max-width: 100px;
    margin: 0px 10px 0px 0px;
}

/* section 4 ends */

/* section 5 starts */

.sec5 .main-text {
    text-align: center;
    margin-bottom: 30px;
}
.sec5 .custom-card {
   border: 2px solid #1CAAD8;
    border-radius: 50px;
    text-align: center;
    padding: 5px 20px;
    margin: 10px;
    background-color: white;
    color: black;
    display: flex;
    align-items: center;
    gap: 10px;
}
.sec5 .custom-card img {
    max-width: 50px;
}

.sec5 .card-row {
    justify-content: center;
}
.sec6 .why_choose{
    background: linear-gradient(
45deg
, #207598, #3FB8DE);
    padding: 94px 40px 40px 40px;
    border-radius: 20px;
    color: #fff;
    text-align: justify;
    position: relative;
}
.sec6 .why_choose img{
    position: absolute;
    left: 71%;
    top: -30%;
}

.faqTit {
	color: #fff;
	padding: 20px 15px;
	border-radius: 0px;
	font-family: 'Space Grotesk';
	font-size: 22px;
	background: linear-gradient(to right, #207598 , #3FB8DE);


}

.collapsed .faqTit {
	background: #061e25;
}

.faqTit:before {
	font-weight: 300;
	content: "-";
	font-size: 65px;
	line-height: 0.1;
	color: #fff;
	float: right;
	margin-top: 10px;
}

.panel-group {
	margin-bottom: 20px;
}

.panel-heading a {
	text-decoration: none;
}

.panel-body {
	padding: 15px 25px;
	color: #000;
}

.panel-body p {
	color: #000;
	font-family: 'Space Grotesk';
	font-size: 20px;
}

.collapsed .faqTit:before {
	content: "+";

}
@media (max-width: 767px) {
	.hero-section {
		background-image: none;
        background: linear-gradient(180deg, #042733, #07242ef2);
	}

	.h1_size {
		font-size: 30px;
		text-align: center;
	}

	.content {
		text-align: justify;
	}

	.overlay {
		padding: 20px;
	}
}