
.hero{
    padding:90px 0;
}

.container{
    width:90%;
    max-width:1320px;
    margin:auto;

    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:70px;
}

.hero-content{
    flex:1;
}
.texttt-align {
    text-align: left;
}
.hero-content h1 {
    font-size: 58px;
    line-height: 60px;
    font-weight: 500;
    color: #1d2435;
    font-family: 'Poppins';
    margin-bottom: 39px;
    letter-spacing: -1.5px;
    text-align: left;
}
.text-alignment {
    text-align: left;
}
.hero-content h1 span{
    color:#d61d18;
}

.hero-content p {
    max-width: 600px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
    color: #4B5563;
    margin-bottom: 55px;
    text-align:left;
}

.features {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
}

.feature-item{
    display:flex;
    align-items:flex-start;
    gap:16px;
}

.icon{
    width:36px;
    height:36px;
    display:flex;
    align-items:center;
    justify-content:center;

    color:#ef3125;
    font-size:22px;

    flex-shrink:0;
}

.feature-item span {
    font-size: 14px;
    font-family: 'Poppins';
    font-weight: 600;
    line-height: 1.6;
    color: #374151;
}

.hero-image{
    display:flex;
    justify-content:center;
}

.hero-image img {
    width: 100%;
    max-width: 448px;
    display: block;
}

/* Contact-form-style */

.contact-section {
    padding-top: 40px;
    background: #f7f8fb;
}

.container{
    width:90%;
    max-width:1400px;
    margin:auto;
}

.contact-wrapper{
    display:grid;
    grid-template-columns:2fr 1fr;
    gap:30px;
}

.contact-left,
.contact-right{
    background:#fff;
    border:1px solid #e8e8e8;
    border-radius:18px;
}

.partner-tabs{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    border-bottom:1px solid #ececec;
}

.partner {
    padding: 35px 30px;
    text-align: center;
    border-right: 1px solid #ececec;
    transition: .3s;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}

.partner:last-child{
    border-right:none;
}

.partner.active{
    border-bottom:6px solid #C72014;
    color: #C72014;
}
.partner.active i{
    color: #C72014;
}

.partner i{
    color:#4B5563;
    font-size:32px;
    margin-bottom:18px;
}

.partner h4 {
    font-size: 14px;
    font-weight: 700;
    font-family: 'Poppins';
    margin-bottom: 12px;
    color: #1F2937;
    margin-top: 12px;
}

.partner p {
    color: #4B5563;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}

.contact-form{
    padding:40px;
}

.form-group{
    margin-bottom:22px;
}

.grid-2{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
}

.form-group label {
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 14px;
    color: #1F2937;
    text-align: left;
}

input, textarea {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 16px 18px;
    font-size: 16px;
    font-weight: 400;
    transition: .3s;
    font-family: 'Poppins';
    outline: none;
    color: #6B7280;
}

input:focus,
textarea:focus{
    border-color:#C72014;
}

textarea{
    resize:none;
}
.butn-center {
    text-align: center;
}

.submit-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #C72014;
    color: #fff;
    border: none;
    padding: 18px 34px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    margin-top: 10px;
    font-family: 'Poppins';
}

.submit-btn:hover{
    background:#bf180f;
}

.reply-time {
    display: block;
    margin-top: 18px;
    color: #4B5563;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Poppins';
}
.contact-right{
    padding:35px;
}

.contact-right h2 {
    font-size: 24px;
    margin-bottom: 18px;
    color: #1F2937;
    font-weight: 700;
    text-align: left;
}

.contact-right>p {
    color: #4B5563;
    line-height: 1.8;
    margin-bottom: 25px;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
    text-align: left;
}

.contact-right hr{
    border:none;
    border-top:1px solid #eee;
    margin:30px 0;
}

.info-item {
    display: flex;
    gap: 18px;
    margin-bottom: 28px;
    align-items: center;
}

.info-item .icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fff3f2;
    color: #C72014;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-item h5 {
    margin-bottom: 8px;
    color: #4B5563;
    font-family: Poppins;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
}

.info-item span {
    color: #C72014;
    font-family: Poppins;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
}

.support-box {
    margin: 40px 0;
    background: #FEF2F2;
    padding: 25px;
    border-radius: 14px;
    text-align: left;
}

.support-box h4 {
    margin-bottom: 15px;
    display: flex;
    gap: 20px;
    color: #1F2937;
    font-family: Poppins;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}

.support-box p {
    color: #4B5563;
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    line-height: 22.75px;
}

.support-box a {
    display: inline-block;
    margin-top: 15px;
    color: #C72014;
    font-weight: 600;
    font-size: 14px;
    font-family: 'Poppins';
    text-decoration: none;
}
.why-us {
    text-align: left;
}

.why-us h3 {
    margin-bottom: 20px;
    color: #1F2937;
    font-family: Poppins;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}

.why-us ul{
    list-style:none;
}

.why-us li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 18px;
    color: #4B5563;
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.why-us li:before{
    content:"✓";
    position:absolute;
    left:0;
    top:0;
    color:#C72014;
    font-weight:bold;
}


.location-section {
    padding-top: 40px;
    background: #f8f9fc;
}

.container {
    width: 100%;
    max-width: 1280px;
    margin: auto;
    padding: 0 16px;
}

.location-info {
    width: 40%;
}
.map {
    width: 60%;
}
.map iframe {
    border-radius: 16px;
}

/* ---------------------- */

.location-card {
    background: #fff;
    border-radius: 20px;
    padding: 38px;
    display: flex;
    gap: 40px;
    border: 1px solid #ececec;
    box-shadow: 0 10px 30px rgba(0,0,0,.05);
    align-items: center;
    padding-right: 0px;
}

/* ---------------------- */

.heading{
    display:flex;
    gap:25px;
    align-items:flex-start;
}

.icon-box{

    width:76px;
    height:76px;

    background:#fff2f2;
    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    flex-shrink:0;
}

.icon-box i{
    color:#d82318;
    font-size:36px;
}

.heading h2 {
    font-size: 24px;
    color: #1F2937;
    font-family: 'Poppins';
    margin-bottom: 12px;
    font-weight: 700;
}

.heading h4 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 12px;
    font-family: 'Poppins';
    color: #1F2937;
}

.heading p {
    color: #4B5563;
    line-height: 1.8;
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 400;
}

/* ---------------------- */

.note-box {
    margin-top: 35px;
    display: flex;
    gap: 15px;
    background: #EDF0F7;
    border-radius: 12px;
    padding: 24px;
}

.note-box i{
    color:#1f6fff;
    font-size:18px;
    margin-top:4px;
}
.note-box p {
    color: #4B5563;
    line-height: 1.8;
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 400;
    text-align: left;
}

/* ---------------------- */

.map img{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:16px;
}

/* ---------------------- */

.stats-card {
    margin-top: 40px;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #E5E7EB;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,.05);
    margin-bottom: 40px;
}

.stat {
    padding: 30px;
    display: flex;
    align-items: center;
    gap: 20px;
    border-right: 1px solid #E5E7EB;
}

.stat:last-child{
    border-right:none;
}

.stat i{

    color:#d82318;
    font-size:46px;
}

.stat h3 {
    font-size: 24px;
    color: #1F2937;
    font-family: 'Poppins';
    font-weight: 700;
}

.stat span {
    color: #4B5563;
    font-size: 14px;
    font-family: 'Poppins';
    font-weight: 400;
}

/* ---------------------- */


/* Responsive */

@media(max-width:992px){

.container{
    flex-direction:column;
    text-align:center;
}

.hero-content p{
    margin-left:auto;
    margin-right:auto;
}

.features {
    flex-direction: column;
    align-items: center;
}
.hero-content h1 {
    font-size: 26px;
    text-align: center;
    line-height: 34px;
}

.hero-content p {
    font-size: 14px;
    text-align: center;
}
.contact-wrapper{
    grid-template-columns:1fr;
}

.partner-tabs{
    grid-template-columns:1fr;
}

.partner{
    border-right:none;
    border-bottom:1px solid #eee;
}

.grid-2{
    grid-template-columns:1fr;
}

.contact-form{
    padding:30px;
}

.contact-right{
    padding:30px;
}

.contact-right h2{
    font-size:30px;
}

.location-card {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: flex-start;
}

}

@media(max-width:576px){
.stats-card{

    grid-template-columns:1fr;
}

.stat{

    border-right:none;
    border-bottom:1px solid #ececec;
}

.stat:last-child{
    border-bottom:none;
}

.heading h2 {
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    line-height: 26px;
}
.location-info {
    width: 100%;
}
.location-info .icon-box img {
    width: 100%;
}
.location-card{
    padding:25px;
}
.submit-btn {
    font-size: 14px;
    font-weight: 500;
}
.icon-box i {
    font-size: 24px;
}
.icon-box {
    width: 50px;
    height: 50px;
}
.heading p br {
    display: none;
}

.hero{
    padding:60px 0;
}
.icon {
    width: 25px;
    height: 25px;
}
.hero-content h1 {
    font-size: 26px;
    text-align: center;
    line-height: 34px;
}
.map {
    width: 100% !important;
}
.stat h3 {
    text-align: left;
}
.form-group label {
    text-align: left;
}
section.contact-section {
    padding-bottom: 0px;
}
section.location-section {
    padding-top: 35px;
}
.features {
    flex-direction: column;
    align-items: center;
}

}



 