body, h1, h2, h3, p, a ,span
{
    font-family: "Open Sans", sans-serif;
}

.bg-inverse {
    background-color: #e1f1f9!important;
}

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-toggler {
    color: #fff;
}
.fa-navicon
{
    color : #000;
}

/* Dropdown Navigation Menu */
.dropdown {
    position: relative;
}

.dropdown-menu {
    min-width: 200px;
    padding: 8px 0;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
    border: 1px solid #e0e0e0;
}

.dropdown-menu .dropdown-item {
    padding: 10px 20px;
    font-size: 14px;
    color: #333;
    transition: all 0.15s;
}

.dropdown-menu .dropdown-item:hover {
    background: #e8f4fd;
    color: #4a90d9;
}

.dropdown-menu .dropdown-item i {
    width: 20px;
    margin-right: 10px;
    color: #4a90d9;
}

.dropdown-menu .dropdown-divider {
    margin: 5px 0;
}

/* Nav Buttons Container */
.nav-buttons {
    display: flex;
    align-items: center;
    gap: 12px;
}

.nav-buttons .dropdown {
    display: flex;
    align-items: center;
}

.nav-buttons .navbar-toggler {
    padding: 0;
    border: none;
    background: none;
    font-size: 28px;
    line-height: 1;
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.nav-buttons .navbar-toggler .fa-navicon {
    color: #333;
    font-size: 22px;
}

/* Help Button */
.help-btn {
    background: none !important;
    border: none !important;
    padding: 0 !important;
    color: #4a90d9 !important;
    font-size: 28px !important;
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    outline: none !important;
    box-shadow: none !important;
}

.help-btn:hover {
    color: #2c6db5 !important;
}

.help-btn:focus {
    outline: none !important;
    box-shadow: none !important;
}

/* Help Modal */
.help-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 2000;
    overflow-y: auto;
    padding: 30px 15px;
}

.help-modal {
    background: white;
    max-width: 800px;
    margin: 0 auto;
    border-radius: 12px;
    padding: 30px 40px;
    position: relative;
    box-shadow: 0 10px 40px rgba(0,0,0,0.3);
}

.help-modal-close {
    position: absolute;
    top: 15px;
    right: 20px;
    background: none;
    border: none;
    font-size: 30px;
    color: #999;
    cursor: pointer;
    line-height: 1;
}

.help-modal-close:hover {
    color: #333;
}

.help-modal h2 {
    color: #2c3e50;
    margin: 0 0 25px 0;
    font-size: 28px;
    border-bottom: 2px solid #4a90d9;
    padding-bottom: 15px;
}

.help-modal h2 i {
    color: #4a90d9;
    margin-right: 10px;
}

.help-section {
    margin-bottom: 30px;
}

.help-section h3 {
    color: #2c3e50;
    font-size: 18px;
    margin: 0 0 15px 0;
}

.help-section h3 i {
    color: #d35400;
    margin-right: 8px;
    width: 20px;
}

.help-steps {
    padding-left: 20px;
    line-height: 1.8;
}

.help-steps li {
    margin-bottom: 8px;
}

.help-tip {
    background: #fff8e6;
    border-left: 4px solid #f39c12;
    padding: 12px 15px;
    margin-top: 15px;
    border-radius: 0 8px 8px 0;
}

.help-tools-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
    width: 100% !important;
}

.help-tool-card {
    display: flex !important;
    flex-direction: column !important;
    padding: 15px !important;
    background: #f8f9fa !important;
    border-radius: 8px !important;
    text-decoration: none !important;
    color: inherit !important;
    transition: all 0.2s !important;
    border: 1px solid #eee !important;
    box-sizing: border-box !important;
}

.help-tool-card:hover {
    background: #e8f4fd !important;
    border-color: #4a90d9 !important;
    text-decoration: none !important;
    transform: translateY(-2px);
}

.help-tool-card i {
    font-size: 22px !important;
    color: #4a90d9 !important;
    margin-bottom: 6px !important;
}

.help-tool-card strong {
    color: #2c3e50 !important;
    margin-bottom: 4px !important;
    font-size: 14px !important;
}

.help-tool-card span {
    font-size: 12px !important;
    color: #666 !important;
    line-height: 1.4 !important;
}

.help-section p {
    line-height: 1.7;
    color: #555;
}

.help-section a {
    color: #4a90d9;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.testimonial-card {
    background: linear-gradient(135deg, #f8fbff 0%, #e8f4fd 100%);
    border-radius: 10px;
    padding: 20px;
    border-left: 4px solid #4a90d9;
}

.testimonial-card p {
    font-style: italic;
    font-size: 14px;
    margin: 0;
    color: #444;
    line-height: 1.6;
}

.help-donate {
    background: linear-gradient(135deg, #fff5f5 0%, #ffe8e8 100%);
    border-radius: 12px;
    padding: 25px !important;
    text-align: center;
    border: 2px solid #f8d7da;
}

.help-donate h3 {
    color: #c0392b !important;
}

.help-donate h3 i {
    color: #e74c3c !important;
}

.donate-btn-large {
    display: inline-block;
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    color: white;
    padding: 15px 40px;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    margin-top: 15px;
    transition: all 0.2s;
    box-shadow: 0 4px 15px rgba(231, 76, 60, 0.3);
}

.donate-btn-large:hover {
    background: linear-gradient(135deg, #c0392b 0%, #a93226 100%);
    color: white;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(231, 76, 60, 0.4);
}

.donate-btn-large i {
    margin-right: 8px;
}

@media (max-width: 768px) {
    .help-modal {
        padding: 20px;
    }
    
    .help-tools-grid {
        grid-template-columns: 1fr;
    }
    
    .testimonials-grid {
        grid-template-columns: 1fr;
    }
}
.btn-steps
{
    cursor: auto;
}

.navbar-brand {
    display: inline-block;
    padding-top: .25rem;
    padding-bottom: .25rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}
 .nav-logo
{
     width: 14rem;
}
ul.social-network {
    list-style: none;
    display: flex;
    padding: 0;
}
ul.social-network li {
    flex: 1 1 auto;
    text-align: center;
}


/* footer social icons */
.social-network a.icoRss:hover {
    background-color: #F56505;
}
.social-network a.icoFacebook:hover {
    background-color:#0052ff;
}
.social-network a.icoTwitter:hover {
    background-color:#33ccff;
}
.social-network a.icoGoogle:hover {
    background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
    background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
    background-color:#007bb7;
}.social-network a.icoPinterest:hover {
    background-color:#ad1016;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoPinterest:hover i {
    color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
    color:#44BCDD;
}

.social-circle li a {
    display:inline-block;
    position:relative;
    margin:0 auto 0 auto;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    border-radius:50%;
    text-align:center;
    width: 50px;
    height: 50px;
    font-size:20px;
}
.social-circle li i {
    margin:0;
    line-height:50px;
    text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}
.social-circle i {
    color: #fff;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}



.process-step .btn:focus{outline:none}
.process{display:table;width:100%;position:relative}
.process-row{display:table-row}
.process-step button[disabled]{opacity:1 !important;filter: alpha(opacity=100) !important}
.process-row:before{top:40px;bottom:0;position:absolute;content:" ";width:100%;height:1px;background-color:#ccc;z-order:0}
.process-step{display:table-cell;text-align:center;position:relative}
.process-step p{margin-top:4px;color: #cecece;}
.btn-circle{width:80px;height:80px;text-align:center;font-size:12px;border-radius:50%}



.btn-info {
    color: #fff;
    background-color: #fd4921;
    border-color: #ffffff;
}
.check
{
    opacity:0.5;
    color:#996;
}
.box{
    margin-bottom:5px;
    float: right;
    text-align: center;
}
.img-thumbnail {
    border: 1px solid #dee2e600;
    max-width: 160px;
    height: auto;
}

.temp
{
    background-color: #0062cc00;
    border-color: #005cbf00;
}
.temp::before
{
    background-color: #0062cc00;
    border-color: #005cbf00;
}
.temp:hover
{
    background-color: #0062cc00;
    border-color: #005cbf00;
}
.temp:active
{
    background-color: #0062cc00;
    border-color: #005cbf00;
}
.temp:focused
{
    background-color: #0062cc00;
    border-color: #005cbf00;
}
.temp:visited
{
    background-color: #0062cc00;
    border-color: #005cbf00;
}


/* layout.css Style */
.upload-drop-zone {
    min-height: 305px;
    border-width: 2px;
    margin-bottom: 20px;
}

/* skin.css Style*/
.upload-drop-zone {
    color: #ccc;
    border-style: dashed;
    border-color: #ccc;
    line-height: 200px;
    text-align: center
}
.upload-drop-zone.drop {
    color: #222;
    border-color: #222;
}



.image-preview-input {
    position: relative;
    overflow: hidden;
    margin: 0px;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.image-preview-input input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.uploaded-img
{
    width: 100%;


}
.uploaded-img-spine{
    width: 100%;
}
.image-preview-input-title {
    margin-left:2px;
}
.tab-pane
{
    display: block ;
}
.btn-outline
{
    border: 1px solid #fd4921;
    color: #080808;
}
.shadow
{
    float: left;
    font-size: 80px;
    text-shadow: 0 -8px 0 #e0e0e0, 0 2px 0 #6d1718, 1px 0px 0 #2dcee3, 3px 3px 0px rgba(0, 0, 0, 0.1), -3px 4px 0px rgba(0, 0, 0, 0.1), 2px -2px 0px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.2), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.1), -150px 580px 0 rgba(181, 45, 46, 0.06)
}
.mt-10
{
    margin-top: 20px;
}
.step-section
{
    border: 1px solid #ccc;padding: 50px;
}
.mt-60
{
    margin-top: 60px;
}

.form-control-file {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 6em;
    outline: none;
    visibility: hidden;
    cursor: pointer;
    background-color: #c61c23;

}
 .form-control-file:before {
     content: attr(data-title);
     position: absolute;
     top: 0.5em;
     left: 0;
     width: 100%;
     min-height: 6em;
     line-height: 2em;
     padding-top: 1.5em;
     opacity: 1;
     visibility: visible;
     text-align: center;
     /*border: 0.25em dashed currentColor;*/
     transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
     overflow: hidden;
 }
.form-control-file:hover {

     border-style: solid;
     box-shadow: inset 0px 0px 0px 0.25em currentColor;
 }

.fancyTab {
    text-align: center;
    padding:15px 0;
    background-color: #eee;
    box-shadow: 0 0 0 1px #ddd;
    top:15px;
    transition: top .2s;
}

.fancyTab.active {
    top:0;
    transition:top .2s;
}

.whiteBlock {
    display:none;
}

.fancyTab.active .whiteBlock {
    display:block;
    height:2px;
    bottom:-2px;
    background-color:#fff;
    width:99%;
    position:absolute;
    z-index:1;
}

.fancyTab a {
    font-family: 'Source Sans Pro';
    font-size:1.65em;
    font-weight:300;
    text-decoration: none;
    transition:.2s;
    color:#333;
}

/*.fancyTab .hidden-xs {
  white-space:nowrap;
}*/

.fancyTabs {
    border-bottom:2px solid #ddd;
    margin: 15px 0 0;
}

li.fancyTab a {
    padding-top: 15px;
    top:-15px;
    padding-bottom:0;
}

li.fancyTab.active a {
    padding-top: inherit;
}

.fancyTab .fa {
    font-size: 40px;
    width:100%;
    padding: 15px 0 5px;
    color:#666;
}

.fancyTab.active .fa {
    color: #cfb87c;
}

.fancyTab a:focus {
    outline:none;
}

.fancyTabContent {
    border-color: transparent;
    box-shadow: 0 -2px 0 -1px #fff, 0 0 0 1px #ddd;
    padding: 30px 15px 15px;
    position:relative;
    background-color:#fff;
}

.nav-tabs > li.fancyTab.active > a,
.nav-tabs > li.fancyTab.active > a:focus,
.nav-tabs > li.fancyTab.active > a:hover {
    border-width:0;
}

.nav-tabs > li.fancyTab:hover {
    background-color:#f9f9f9;
    box-shadow: 0 0 0 1px #ddd;
}

.nav-tabs > li.fancyTab.active:hover {
    background-color:#fff;
    box-shadow: 1px 1px 0 1px #fff, 0 0px 0 1px #ddd, -1px 1px 0 0px #ddd inset;
}

.nav-tabs > li.fancyTab:hover a {
    border-color:transparent;
}

.nav.nav-tabs .fancyTab a[data-toggle="tab"] {
    background-color:transparent;
    border-bottom:0;
}

.nav-tabs > li.fancyTab:hover a {
    border-right: 1px solid transparent;
}

.nav-tabs > li.fancyTab > a {
    margin-right:0;
    border-top:0;
    padding-bottom: 30px;
    margin-bottom: -30px;
}

.nav-tabs > li.fancyTab {
    margin-right:0;
    margin-bottom:0;
}

.nav-tabs > li.fancyTab:last-child a {
    border-right: 1px solid transparent;
}

.nav-tabs > li.fancyTab.active:last-child {
    border-right: 0px solid #ddd;
    box-shadow: 0px 2px 0 0px #fff, 0px 0px 0 1px #ddd;
}

.fancyTab:last-child {
    box-shadow: 0 0 0 1px #ddd;
}

.tabs .nav-tabs li.fancyTab.active a {
    box-shadow:none;
    top:0;
}


.fancyTab.active {
    background: #fff;
    box-shadow: 1px 1px 0 1px #fff, 0 0px 0 1px #ddd, -1px 1px 0 0px #ddd inset;
    padding-bottom:30px;
}

.arrow-down {
    display:none;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 22px solid #ddd;
    position: absolute;
    top: -1px;
    left: calc(50% - 20px);
}

.arrow-down-inner {
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 12px solid #fff;
    position: absolute;
    top: -22px;
    left: -18px;
}

.fancyTab.active .arrow-down {
    display: block;
}

@media (max-width: 1200px) {

    .fancyTab .fa {
        font-size: 36px;
    }

    .fancyTab .hidden-xs {
        font-size:22px;
    }

}


@media (max-width: 992px) {

    .fancyTab .fa {
        font-size: 33px;
    }

    .fancyTab .hidden-xs {
        font-size:18px;
        font-weight:normal;
    }

}


@media (max-width: 768px) {

    .fancyTab > a {
        font-size:18px;
    }

    .nav > li.fancyTab > a {
        padding:15px 0;
        margin-bottom:inherit;
    }

    .fancyTab .fa {
        font-size:30px;
    }

    .nav-tabs > li.fancyTab > a {
        border-right:1px solid transparent;
        padding-bottom:0;
    }

    .fancyTab.active .fa {
        color: #333;
    }
}

/* ============================================
   DONATION MODAL STYLES
   ============================================ */

.donation-modal-overlay {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-color: rgba(0, 0, 0, 0.6) !important;
    z-index: 9999 !important;
    display: none;
    justify-content: center !important;
    align-items: center !important;
    padding: 20px !important;
    box-sizing: border-box !important;
}

.donation-modal-overlay.show-modal {
    display: flex !important;
}

.donation-modal {
    background: #fff;
    border-radius: 12px;
    max-width: 480px;
    width: 100%;
    padding: 30px 35px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    position: relative;
    max-height: 90vh;
    overflow-y: auto;
}

.donation-modal h2 {
    margin: 0 0 20px 0;
    color: #333;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}

.donation-modal .donation-intro,
.donation-modal .donation-ask {
    color: #555;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.donation-modal .donation-ask {
    font-weight: 500;
    color: #333;
}

.donation-options {
    margin: 25px 0;
}

.donation-option {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    margin-bottom: 8px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.donation-option:hover {
    border-color: #4a90d9;
    background-color: #f8fbff;
}

.donation-option input[type="radio"] {
    margin-right: 12px;
    width: 18px;
    height: 18px;
    accent-color: #4a90d9;
}

.donation-option input[type="radio"]:checked + span {
    color: #4a90d9;
    font-weight: 600;
}

.donation-option span {
    font-size: 15px;
    color: #333;
}

.donation-continue-btn {
    width: 100%;
    padding: 14px 20px;
    background-color: #4a90d9;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s ease;
    margin-top: 10px;
}

.donation-continue-btn:hover {
    background-color: #3a7bc8;
}

.donation-disclaimer {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #eee;
    color: #888;
    font-size: 13px;
    line-height: 1.5;
    text-align: center;
}

@media (max-width: 500px) {
    .donation-modal {
        padding: 25px 20px;
    }
    
    .donation-modal h2 {
        font-size: 20px;
    }
    
    .donation-option {
        padding: 10px 12px;
    }
}

/* Modal B - Amount Buttons */
.amount-buttons-b {
    display: flex;
    gap: 10px;
    margin: 20px 0;
}

.amount-btn-b {
    flex: 1;
    padding: 15px 10px;
    font-size: 16px;
    font-weight: bold;
    border: 2px solid #ddd;
    background: white;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s;
}

.amount-btn-b:hover {
    border-color: #0070ba;
    background: #f5f9ff;
}

.amount-btn-b.selected {
    border-color: #0070ba;
    background: #0070ba;
    color: white;
}

.skip-donation-btn {
    display: block;
    width: 100%;
    padding: 12px;
    margin-top: 15px;
    background: none;
    border: none;
    color: #888;
    font-size: 14px;
    cursor: pointer;
    text-decoration: underline;
}

.skip-donation-btn:hover {
    color: #555;
}

/* ============================================
   STEP 3 - DOWNLOAD BANNER
   ============================================ */
.download-banner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    background: linear-gradient(135deg, #f8fbff 0%, #eef5fc 100%);
    border: 2px solid #4a90d9;
    border-radius: 10px;
    padding: 15px 20px 10px 20px;
    margin-top: 20px;
}

.download-banner-left {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.download-banner-title {
    font-size: 22px;
    font-weight: 700;
    color: #2c3e50;
    line-height: 1.2;
}

.download-banner-subtitle {
    font-size: 16px;
    color: #555;
    line-height: 1.3;
}

.download-banner-buttons {
    display: flex;
    gap: 12px;
    margin-left: auto;
}

.download-btn-sm {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 24px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.2s ease;
    min-width: 100px;
    background: #d35400;
    color: white;
    box-shadow: 0 3px 10px rgba(211, 84, 0, 0.3);
}

.download-btn-sm i {
    margin-right: 5px;
}

.download-btn-sm .btn-hint {
    font-size: 11px;
    font-weight: 400;
    opacity: 0.9;
    margin-top: 2px;
}

.download-btn-sm:hover {
    background: #b84500;
    color: white;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(211, 84, 0, 0.4);
}

.download-banner-tip {
    width: 100%;
    font-size: 12px;
    color: #888;
    text-align: right;
    margin-top: 5px;
}

@media (max-width: 700px) {
    .download-banner {
        flex-direction: column;
        text-align: center;
        padding: 15px;
        gap: 12px;
    }
    
    .download-banner-left {
        align-items: center;
    }
    
    .download-banner-buttons {
        width: 100%;
        justify-content: center;
        margin-left: 0;
    }
    
    .download-banner-tip {
        text-align: center;
    }
}

/* ============================================
   STEP 3 - SIDE BY SIDE LAYOUT
   ============================================ */
.step3-layout {
    display: flex !important;
    gap: 30px !important;
    align-items: flex-start !important;
    margin-top: 15px !important;
    width: 100% !important;
}

.step3-image-col {
    flex: 1 1 50% !important;
    width: 50% !important;
    min-width: 0 !important;
}

.step3-image-col .upload-drop-zone {
    min-height: 350px !important;
    width: 100% !important;
    margin-bottom: 0 !important;
}

.step3-image-col .upload-drop-zone img {
    max-width: 100% !important;
    height: auto !important;
}

.step3-download-col {
    flex: 1 1 50% !important;
    width: 50% !important;
    min-width: 0 !important;
}

.download-box {
    background: linear-gradient(135deg, #f8fbff 0%, #e8f4fd 100%) !important;
    border: 2px solid #4a90d9 !important;
    border-radius: 12px !important;
    padding: 30px 35px !important;
    text-align: center !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.download-box-title {
    font-size: 26px !important;
    font-weight: 700 !important;
    color: #2c3e50 !important;
    margin: 0 0 8px 0 !important;
}

.download-box-subtitle {
    font-size: 15px !important;
    color: #666 !important;
    margin: 0 0 25px 0 !important;
}

.download-box-buttons {
    display: flex !important;
    gap: 15px !important;
    justify-content: center !important;
}

.download-box-btn {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    padding: 18px 25px !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    border-radius: 10px !important;
    transition: all 0.2s ease !important;
    background: #d35400 !important;
    color: white !important;
    box-shadow: 0 4px 12px rgba(211, 84, 0, 0.3) !important;
}

.download-box-btn:hover {
    background: #b84500 !important;
    color: white !important;
    text-decoration: none !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(211, 84, 0, 0.4) !important;
}

.download-box-btn i {
    margin-right: 6px !important;
}

.download-box-btn .btn-hint {
    font-size: 12px !important;
    font-weight: 400 !important;
    opacity: 0.9 !important;
    margin-top: 5px !important;
    white-space: nowrap !important;
}

.download-box-tip {
    font-size: 13px !important;
    color: #666 !important;
    margin: 20px 0 0 0 !important;
    white-space: nowrap !important;
}

@media (max-width: 800px) {
    .step3-layout {
        flex-direction: column !important;
    }
    
    .step3-image-col,
    .step3-download-col {
        flex: none !important;
        width: 100% !important;
    }
    
    .download-box-tip {
        white-space: normal !important;
    }
}
