/* ============================================================
   fixes.css — overrides for broken/missing paths in Styles.css
   ============================================================ */

/* Fix missing ProximaNovaRegular font — fall back to Roboto */
* { font-family: 'Roboto', sans-serif !important; }

/* ---- Service section icons (were pointing to ../ImagesNew/skynet/) ---- */
.export-icon-img {
    background-image: url('../img/InternationalExpressRed.png') !important;
}
.export-section:hover .export-icon-img {
    background-image: url('../img/InternationalExpressRed.png') !important;
}

.import-icon-img {
    background-image: url('../img/Import-Red.png') !important;
}
.export-section:hover .import-icon-img {
    background-image: url('../img/Import-Red.png') !important;
}

.cosmetic-icon-img {
    background-image: url('../img/Domestic-Services-Red.png') !important;
}
.export-section:hover .cosmetic-icon-img {
    background-image: url('../img/Domestic-Services-Red.png') !important;
}

.logistic-icon-img {
    background-image: url('../img/Logistics-Red.png') !important;
}
.export-section:hover .logistic-icon-img {
    background-image: url('../img/Logistics-Red.png') !important;
}

/* ---- Ensure carousel images are responsive ---- */
#myCarousel .carousel-inner img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
}

/* ---- track panel height fix ---- */
.track-details {
    height: auto !important;
    min-height: 390px;
}

/* ---- textarea input fix ---- */
input.textarea-new {
    height: 45px !important;
    float: left !important;
    resize: none;
    width: 100% !important;
    color: #333 !important;
    border: 1px solid #ff0000;
    font-size: 14px !important;
    padding: 10px;
    box-sizing: border-box;
}

/* ---- heading overrides ---- */
.heading_2 {
    font-family: 'Roboto', sans-serif !important;
    font-size: 28px;
    color: #203B7E;
    font-weight: bold;
    text-align: center;
    padding: 20px 0 10px;
}

.heading_3 {
    font-family: 'Roboto', sans-serif !important;
    font-size: 16px;
    color: #203B7E;
    font-weight: bold;
}

/* ---- footer ---- */
footer {
    background: #1a1a1a;
    color: #ccc;
    padding: 30px 0 10px;
    float: left;
    width: 100%;
}
footer .heading_2 { color: #fff !important; }
footer .heading_3 { color: #ef2c24 !important; }
footer address { color: #bbb; font-style: normal; font-size: 13px; line-height: 1.8; }

/* ---- social icons ---- */
.socialicons { float: left; width: 100%; padding: 20px 0; }
.social-icons { display: flex; justify-content: center; gap: 15px; flex-wrap: wrap; margin-bottom: 15px; }
.facebook-icon {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    border-radius: 4px;
    background: #2a2a2a;
    color: #ccc;
    font-size: 14px;
    text-decoration: none;
}
.facebook-icon:hover { background: #ef2c24; color: #fff; }
.fb-text { color: #3b5998; }
.twit-text { color: #1da1f2; }
.link-text { color: #0077b5; }
.whatsapp-text { color: #25d366; }
.inst-text { color: #e1306c; }

ul.quicklinks {
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
    margin: 10px 0;
    gap: 5px 20px;
}
ul.quicklinks li { list-style: none; }
.quick-link { color: #aaa !important; text-decoration: none !important; font-size: 13px; }
.quick-link:hover { color: #ef2c24 !important; }

.copyrights { text-align: center; border-top: 1px solid #333; padding-top: 15px; margin-top: 10px; }
.copyrights .paragraph-text { color: #888; font-size: 12px; }

/* ---- navbar fixed ---- */
.navbar-fixed-top {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9000;
    background: #fff;
    padding: 8px 20px !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.12);
}

/* ---- sidebar overlay ---- */
#overlay, #overlay_world {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 9998;
}
.sky-sidebar, .sky-sidebar_1 {
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    height: 100%;
    background: #fff;
    z-index: 9999;
    padding: 20px;
    overflow-y: auto;
    box-shadow: -4px 0 15px rgba(0,0,0,0.2);
}

/* ---- about section ---- */
section.about-us {
    background: #f5f5f5;
    padding-bottom: 30px;
}
.gray-out-bg {
    padding: 30px;
}
.inner-gray-bg {
    max-width: 500px;
}

/* ---- years of experience ---- */
.years-of-exp {
    float: left;
    width: 100%;
    background: #222;
    color: #fff;
    padding: 25px 30px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}
.text-exp { display: flex; align-items: center; gap: 10px; }
.number-bold { font-size: 60px; font-weight: bold; color: #ef2c24; line-height: 1; }
.content-regular { font-size: 14px; color: #ccc; }
.right-box { display: flex; flex-wrap: wrap; gap: 20px; flex: 1; }
.whole-content { display: flex; align-items: flex-start; gap: 10px; }
.img-style img { width: 40px; height: 40px; object-fit: contain; margin: 0; }
.contentnew-section .title-text { font-size: 14px; font-weight: bold; color: #fff; margin: 0; min-height: auto !important; }
.contentnew-section .paragraph-text { font-size: 12px; color: #bbb; }

/* ---- news/testimonial section ---- */
.testimonialnew { padding: 20px 0; }
.testimonial { background: #fff; border: 1px solid #eee; border-radius: 4px; padding: 20px; margin-bottom: 20px; }
.contentnew { }
.title-Date { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; flex-wrap: wrap; }
.nametitle { font-weight: bold; color: #203B7E; font-size: 15px; }
.vertical-line { color: #ccc; }
.datetext { color: #888; font-size: 12px; }
.content p { font-size: 13px; color: #555; }

/* ---- subscribe section ---- */
.subscribe-section {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px 0;
    flex-wrap: wrap;
}
.infotext-new { font-size: 14px; color: #555; }
button.subscribe {
    background: #ef2c24;
    color: #fff;
    border: none;
    padding: 8px 18px;
    cursor: pointer;
    border-radius: 3px;
    font-size: 13px;
}
button.subscribe:hover { background: #c0211b; }

/* ---- phone number in header ---- */
.phone-number em { margin-right: 5px; color: #ef2c24; }

/* ---- sidemenu ---- */
.sidemenu-title { color: #333; font-size: 16px; border-bottom: 2px solid #ef2c24; padding-bottom: 5px; margin-top: 20px; }
.sidemenu-list { list-style: none; padding: 0; }
.sidemenu-list li { padding: 8px 0; border-bottom: 1px solid #f0f0f0; }
.sidemenu-list li a { color: #555; text-decoration: none; font-size: 14px; }
.sidemenu-list li a:hover { color: #ef2c24; }
.socialcircle { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 50%; background: #eee; color: #555; margin: 3px; font-size: 16px; }
.socialcircle:hover { background: #ef2c24; color: #fff; }
.sidecontent { display: inline-block; padding: 5px 12px; border: 1px solid #ddd; border-radius: 3px; color: #555 !important; font-size: 13px; text-decoration: none !important; margin: 5px 2px; }
.sidecontent:hover { background: #ef2c24; color: #fff !important; border-color: #ef2c24; }

/* ---- live chat button ---- */
.bottomfix { position: fixed; bottom: 10px; right: 10px; z-index: 99999; }

/* ---- Dropdown menu ---- */
li#ddlshipservice { position: relative; }
li#ddlshipservice > ul.row {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    z-index: 9999;
    min-width: 500px;
    padding: 15px;
    margin: 0;
    list-style: none;
}
li#ddlshipservice:hover > ul.row { display: flex; }
li#ddlshipservice > ul.row li { display: block; list-style: none; float: none; padding: 4px 8px; font-size: 14px; }
li#ddlshipservice > ul.row li a { color: #555 !important; text-decoration: none; }
li#ddlshipservice > ul.row li a:hover { color: #ef2c24 !important; }

/* ---- carousel control arrows ---- */
.newclsslider {
    color: #fff !important;
    background: rgba(0,0,0,0.3) !important;
    border-radius: 0 !important;
    width: 40px !important;
    opacity: 0.7;
}
.newclsslider:hover { opacity: 1; background: rgba(0,0,0,0.6) !important; }
.newclsslider em { font-size: 28px; }

/* ---- Trustpilot ---- */
.trustpilot-widget { min-height: 60px; margin: 10px 20px; }

/* ---- nopadding ---- */
.nopadding { padding: 0 !important; }
