
.hero {
    padding: 70px 0 0px;
}

.container {
    width: 90%;
    max-width: 1320px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 100px;
}

.hero-contentt {
    flex: 1;
}
.why-us li:before{
    display: none;
}
.tick-image {
    display: flex;
    align-items: center;
    gap: 10px;
    list-style: none;
}

.tick-image img {
    width: 20px; /* Adjust as needed */
    height: 20px;
    flex-shrink: 0;
}
.texttt-align {
    text-align: left;
}
.hero-contentt 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-contentt h1 span{
    color:#d61d18;
}

.hero-contentt p {
    max-width: 600px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
    color: #4B5563;
    margin-bottom: 10px;
    text-align: left;
}
.features {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    padding: 30px 0px 30px;
}

.feature-itemm span {
    text-align: left;
    color: #374151;
    font-family: Poppins;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    vertical-align: middle;
}

.feature-itemm{
    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: 550px;
    display: block;
}

/* Contact-form-style */

.contact-section {
    /* padding-top: 40px; */
    background: #FFFFFF;
}

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

.contact-wrapper {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 30px;
    margin-top: 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%;
    height: 150px;
    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;
    text-align: left;
}

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

.why-us li {
    position: relative;
    padding-left: 0px;
    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: #fff;
}

.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 {
    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: 40px auto;
    justify-items: center;
    padding: 40px 20px;
    max-width: 1327px;
    width: 100%;
}

.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;
}
.form-group select {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #d9d9d9;
    border-radius: 6px;
    font-size: 14px;
    color: #333;
    background-color: #fff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23666' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 18px;
    cursor: pointer;
}

.form-group select:focus {
    outline: none;
    border-color: #c0392b; /* match your red accent, adjust if needed */
}

.form-group select option[value=""] {
    color: #999;
}

input#country {
    padding: 23px 22px;
}
/* ---------------------- */


/* Responsive */

@media(max-width:992px){

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

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

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

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


.partner-tabs {
    grid-template-columns: revert-rule;
}

.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;
    text-align: left;
}
.contact-right>p {
    text-align: left !important;

}
.why-us h3 {
    text-align: left;
}
.location-card {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: center;
}

}

@media(max-width:576px){

.container {
    gap: 0;
}

.stats-card {
    grid-template-columns: 1fr;
    display: grid;
    justify-items: start;
    margin-bottom: 0px;
}
.contact-right h2 {
    font-size: 30px;
    text-align: center;
}

.why-us h3 {
    text-align: center;
}
.partner-tabs{
    grid-template-columns:1fr;
}

.features {
    flex-direction: column;
    align-items: center;
}
.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 {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    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-contentt 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;
}

}



 