/* .delivery-wrapper .text-primary{
    color: rgb(255 247 0);
} */
.link-hover-animation-2:hover{
    color: #fff;
}
.contact-form button.btn, .callus a  {
    padding: 8px 15px;
}
.text-justify {
    text-align: justify;
}
.breadcrumb-item.active, .text-primary {
    color: #ff777b;
}
.breadcrumb {
    --bs-breadcrumb-divider-color: #ff777b;
}
.bg-custom-light{
    background-color: #fffbf9;
}
.callus-banner {
    position: absolute;
    bottom: 50px;
    right: 50px;
    font-size: 30px;
    color: #fff;

}
.callus-banner .number{
    font-size: 42px;
    color: #fff;
    font-weight: 800;
    background: #e51f3b;
    padding: 0 15px;
    border-radius: 8px;
}
.brand-2 img{
        border-radius: 8px;
}
.portfolio-image-hover{
        opacity: 9;
}
.bg-secondary {
    background-color: rgb(79 79 79);
}
.logo-footer.mb-20.mb-xl-30 {
    background: #fff;
    border-radius: 8px;
    padding: 5px 0;
}
.gap-10 {
    gap: 0.4rem;
}
.col-lg-12.feature-box {
    display: grid;
    grid-template-columns: 1fr 300px 1fr;
    gap: 20px;
}
.feature-box h3.title,.feature-box h3{
font-size: 1.2rem;
    transition: all 0.4s ease-in-out;
}
.center-section{
    position: relative;
}
.center-section .real-person img{
    width: 100%;
}
.real-person {
    position: absolute;
    bottom: 0;
}
.feature-box ul {list-style: none;}
.feature-box li {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 15px;
    border-radius: 10px;
    margin: 0 0 15px 0;
    border: 1px solid transparent;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}
.feature-box li:hover{

     background-color: var(--bs-primary);
     color: #fff;
}
.feature-box li:hover,.feature-box li:hover h3{
color: #fff !important;
}
.col-lg-12.feature-box p {
    margin: 0;
}

.form-box {
    display: grid;
    grid-template-columns: 45% 1fr;
    max-width: 800px;
}
.form-area {
      padding: 20px 30px 20px 15px;
}
.form-area .g-30, .form-area .gy-30 {
    --bs-gutter-y: 10px;
}
.form-box .header {
    display: flex;
    justify-content: space-between;
align-items: flex-start;
    margin: 0 0 15px 0;
}
.form-box .form-control.form-control-lg {
    padding: 5px 15px;}
.form-box #callRequestForm .form-label {
    font-weight:normal;
    font-size: 16px;
}

.form-box .form-label {
    margin-bottom: 0.25rem;
}
.modal-content {
    border: none;
    border-radius: 0px;
}
.banner-call {
    position: absolute;
    color: #fff;
top: 50%;
    left: 14%;
}
.banner-call a {
    color: #000;
    font-size: 22px;
    font-weight: 700;
    text-decoration: none;
    background: #fff;
    padding: 5px 15px 5px 0;
    border-radius: 40px;
}
.banner-call img {
    width: 22px !important;
}
.col-12.form-footer {
    display: flex;
    width: 100%;
    gap: 15px;
    justify-content: space-between;
    margin: 35px 0 0 0;
}
.form-footer .btn{
font-size: 1rem;
}
.advertisment span.elementor-icon-list-icon {

    background: #ffb100;
    text-align: center;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    padding: 5px 5px 5px 15px;
}
.advertisment span.elementor-icon-list-text {
    padding: 0 0 0 8px;
}
.advertisment .owl-banner img {
    width: 360px;
}
.banner-call div {
    padding: 5px 0 5px 10px;
        font-size: 22px;
}
.help-service {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 60px 20px;
}
.help-service h3{
    color: #fff;
}
.help-service p{
    color: #fff;
}
.block-3 {
    position: relative;
    background: var(--bs-primary);
    background: #333030;
}

.section-banner::before{
    background-color: rgb(37 34 75 / 70%);
}
.block-3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/brand-2-bg.jpg);
    background-size: cover;
    background-position: center;
    opacity: 0.1; /* yaha opacity control kare */
    z-index: 0;
}

.block-3 * {
    position: relative;
    z-index: 1;
}
.helpsection h3 {
    color: #ffef00;
}
.flag-list .flag img {
    width: 100%;
    height: 50px;
    object-fit: cover;
    border: 2px solid #fff;
}
.flag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.flag {
    width: 80px;
}
ul.needhelp {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    text-decoration: none;
    list-style: none;
    padding: 0;
}
ul.needhelp li {
background: #ffef00;
    border-radius: 4px;
    padding: 8px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
ul.needhelp li.phone a {
font-size: 26px;
    text-decoration: none;
    padding: 5px 10px;
    font-weight: 600;
}
ul.needhelp li.mail a,ul.needhelp li.phone a{
    color: #000;
    text-decoration: none;
}
ul.needhelp li.mail a {
    font-size: 20px;
}
span.elementor-icon-list-icon img {
    width: 32px;
}
.callus, li.mail.hide-career, .whatsaapme, .emailus, .footer-email,.footer-call {
    display: flex;
    align-items: center;
        gap: 10px;
}
.contact-icon{
    background-color: #f7ad37;;
}
.section-footer h5.mb-0 {
    height: 15px;
}
.cantact-group {
    display: grid;
    gap: 5px;
}
.footer-address .cantact-group{
    margin: 20px 0 0 0;
    color: #fff;
}
.logo-footer {
    margin: 0 0 30px;
}
li.mail.hide-career {
    align-items: center;
    gap: 10px;
}
.mail.hide-career span.elementor-icon-list-icon {
    margin: 0 0 0 10px;
}
.callus a {
       background: #000000;
    color: #fff;
        padding: 10px 15px;
    text-decoration: none;
    font-size: 19px;
    font-weight: 700;
    border: 2px;
    border-radius: 4px;
}
.callus img {
    width: 30px ! IMPORTANT;
    filter: invert(1);
}



.contactus-page .india-office, .contactus-page .international-branch{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}

.contactus-page .bg-red.block-4 {
    background: #d01016;
    border-radius: 4px;
    padding: 20px;
}.contactus-page .block-4{
    color: #fff;
}
.contactus-page .block-4 h3.contact-title{
        color: #fff;
}
 .block-4 h5.city-title {
    color: #ffd54c;
}
.contactus-page .city-office {
    padding: 15px;
}
.contactus-page .city-office {
    padding: 15px;
    background: #f9f9f9;
}
.other-office h4 {
    font-size: 24px;
    margin: 50px 0 20px 0;
}
.more-city {
    padding: 10px 0 0 0;
    text-align: right;
    color: #d01016;
}
span.country-flag img {
    max-width: 50px;
    border-radius: 4px;
    height: 30px;
}
h5.city-title {
    display: flex;
    gap: 15px;
    color: #d01016;
}
ul.list {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.list li{
    margin: 0 0 15px;
}
ul.list span{
font-weight: 600;
}
ul.city {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.services-box img {
    width: 100%;
    border-radius: 10px;
}
.services-box h5 {
    font-size: 16px;
    padding: 15px;
    text-align: center;
}
.toast-offer{
position: fixed;
bottom: 30px;
right: 30px;
background: linear-gradient(135deg,#ff7b00,#ff3c00);
color: white;

background:#fff;
color: rgb(31, 31, 31);
padding: 18px 22px;
border-radius: 10px;
box-shadow: 0 10px 25px rgba(0,0,0,0.3);
width: 300px;
display: flex;
gap: 12px;
align-items: center;
transform: translateX(120%);
transition: 0.6s ease;
z-index:9999;
}

.toast-offer.show{
transform: translateX(0);
}

/* Icon */

.toast-icon{
font-size:28px;
}

/* Content */

.toast-content h4{
margin:0;
font-size:16px;
}

.toast-content p{
margin:4px 0 8px;
font-size:13px;
}
.toast-content p span{
color:#ff3c00;
}

/* Button */

.toast-btn{
background:white;
background: linear-gradient(135deg,#ff7b00,#ff3c00);
color:white;
padding:5px 10px;
border-radius:5px;
font-size:12px;
text-decoration:none;
font-weight:bold;
}

/* Close */

.toast-close{
position:absolute;
top:5px;
right:8px;
cursor:pointer;
font-size:14px;
}
.delivery-wrapper{
        background-color: #25224b;
}
.cta-2 .cta-wrapper::before{
background-color: rgb(37 34 75 / 20%);
}
.process-section{
padding:80px 20px;
background:#f6f8fc;
font-family:Arial;
}

.process-title{
text-align:center;
font-size:34px;
margin-bottom:70px;
color:#0a2540;
}

.timeline{
display:flex;
justify-content:space-between;
position:relative;
max-width:1200px;
margin:auto;
flex-wrap:wrap;
margin: 50px 0 0
}

.timeline::before{
content:"";
position:absolute;
top:35px;
left:0;
width:100%;
height:3px;
background:#ddd;
}

.step{
width:14%;
text-align:center;
position:relative;
}

.circle{
width:70px;
height:70px;
border-radius:50%;
background:#ff777b;
display:flex;
align-items:center;
justify-content:center;
margin:auto;
}

.circle img{
width:32px;
height:32px;
filter:brightness(0) invert(1);
}

.step h3{
margin-top:15px;
font-size:16px;
color:#0a2540;
}

.step p{
font-size:13px;
color:#555;
}

.shipment-section{
padding:70px 20px;
background:#f7f9fc;
}

.shipment-section h2{
text-align:center;
font-size:34px;
margin-bottom:40px;
}

.shipment-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
gap:18px;
max-width:1100px;
margin:auto;
}

.shipment-item{
display:flex;
align-items:center;
gap:14px;
background:#ffffff;
padding:14px 18px;
border-radius:8px;
box-shadow:0 4px 12px rgba(0,0,0,0.08);
transition:0.3s;
}

.shipment-item:hover{
transform:translateY(-4px);
box-shadow:0 8px 20px rgba(0,0,0,0.15);
}

.icon{
width:36px;
height:36px;
display:flex;
align-items:center;
justify-content:center;
background:#ff777b;
color:#fff;
border-radius:50%;
font-size:18px;
}

.countries-section{
padding:70px 20px;
background:#f6f8fc;
text-align:center;
}

.country-sub{
color:#666;
margin-bottom:40px;
}

.countries-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(150px,1fr));
gap:20px;
width: 100%;

}

.country-card{
display:flex;
align-items:center;
gap:12px;
background:#ffffff;
padding:15px 18px;
border-radius:8px;
box-shadow:0 6px 18px rgba(0,0,0,0.08);
transition:0.3s;

}

.country-card:hover{
transform:translateY(-5px);
box-shadow:0 12px 25px rgba(0,0,0,0.15);
}

.country-card img{
width:32px;
height:22px;
border-radius:3px;
}
@media(max-width:900px){

.timeline{
flex-direction:column;
align-items:center;
}

.timeline::before{
display:none;
}

.step{
width:90%;
margin-bottom:40px;
}

}
@media (min-width: 992px) {
    .pt-lg-100 {
        padding-top: 4.25rem;
    }
}