.w100 {
    width: 100vh;
}
.shipping_home_container {
    width: 100vw;
}

/* section one css  */
:root {
    --main_color: #0f1a2a;
    --accent-color: #ff2f00;
    --text-light: #ffffff;
    --text-dark: #333333;
}

.hero-section {
    position: relative;
    min-height: 83vh;
    border-radius: 10px;
    background: linear-gradient(rgba(0, 0, 0, 0.279), rgba(0, 0, 0, 0.228)),
        url("https://5.imimg.com/data5/SELLER/Default/2022/11/BS/AV/UG/102677922/furniture-transportation-services.jpg");
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    padding: 2rem 0;
}

.hero-content {
    color: var(--text-light);
    max-width: 600px;
    padding: 2rem;
}

.hero-content p {
    font-size: 1.2rem;
    opacity: 0.9;
}

.tracking-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: 100%;
    max-width: 450px;
}

.tracking-tabs {
    display: flex;
    border-bottom: 1px solid #eee;
}

.tab-button {
    flex: 1;
    font-size: 13px;
    padding: 1rem;
    border: none;
    background: none;
    color: #666;
    cursor: pointer;
    transition: all 0.3s ease;
}

.tab-button.active {
    background-color: #0f1a2a;
    color: white;
}

.tab-button:first-child {
    border-top-left-radius: 12px;
}

.tab-button:last-child {
    border-top-right-radius: 12px;
}

.tracking-content {
    padding: 2rem;
}

.form-control {
    margin-bottom: 1rem;
    font-size: 13px !important;
    padding: 0.8rem 1rem;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 0.9rem;
}

.form-control:focus {
    border-color: #0f1a2a;
    box-shadow: 0 0 0 0.2rem rgba(15, 26, 42, 0.25);
}

.tracking-info {
    display: flex;
    font-size: 13px !important;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    font-size: 0.85rem;
    color: #666;
}

.add-input {
    font-size: 12px !important;
    color: #0f1a2a;
    text-decoration: none;
    font-weight: 500;
}

.track-button {
    width: 100%;
    padding: 1rem;
    font-size: 13px;
    border: none;
    border-radius: 8px;
    background-color: #0f1a2a;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
}

@media (max-width: 992px) {
    .hero-content {
        text-align: center;
        margin: 0 auto;
    }

    .tracking-card {
        margin: 2rem auto;
    }
}

@media (max-width: 576px) {
    .tracking-content {
        padding: 1.5rem;
    }
}

.shipping-content,
.tracking-content input {
    width: 100%;
}
.budgetValinput {
    width: 48% !important;
}

/* shipping process  */
:root {
    --secondary-color: #212529;
    --light-color: #f8f9fa;
    --dark-color: #212529;
}

.shipping-process {
    min-height: 70vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.process-container {
    position: relative;
    z-index: 1;
}

.process-step {
    text-align: center;
    cursor: pointer;
    padding: 20px 15px;
    transition: all 0.3s ease;
}

.process-step:hover {
    transform: translateY(-10px);
}

.step-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 15px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: var(--primary-color);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
}

.step-number {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
    background-color: var(--accent-color);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
}

.step-title {
    margin-bottom: 10px;
    color: var(--dark-color);
}

.step-description {
    color: #6c757d;
}

.process-line {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #e9ecef;
    z-index: 0;
}

.process-line::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background-color: var(--primary-color);
    transition: width 1.5s ease;
}

.process-line.animated::before {
    width: 100%;
}

@media (max-width: 767.98px) {
    .shipping-process {
        height: auto;
        min-height: 50vh;
        padding-top: 40px;
    }

    .process-step {
        margin-bottom: 30px;
    }

    .process-line {
        display: none;
    }

    .step-icon {
        width: 70px;
        height: 70px;
        font-size: 1.7rem;
    }
}

/* 3rd section  */
.logistics-section {
    background-color: white;
}

.section-title {
    text-align: center;
    margin-bottom: 50px;
    color: #1a1a1a;
    font-weight: 500;
}

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

.grid-item {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    aspect-ratio: 4/3;
    transition: transform 0.3s ease;
}

.grid-item:hover {
    transform: scale(1.02);
}

.grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 13px;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.8) 0%,
        rgba(0, 0, 0, 0.6) 40%,
        rgba(0, 0, 0, 0.4) 60%,
        rgba(0, 0, 0, 0) 100%
    );
    color: white;
}

.content-title {
  color: #fff;
    font-weight: 500;
    margin-bottom: 10px;
}

.content-description {
  color: #fff;
}

.button-container {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.white-button {
    background: white;
    color: #1a1a1a;
    border: none;
    border-radius: 50px;
    padding: 8px 24px;
    font-size: 0.9rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.white-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.arrow-icon {
    width: 16px;
    height: 16px;
    position: relative;
    top: 1px;
}

@media (max-width: 991px) {
    .grid-container {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .content-overlay {
        padding: 15px;
    }

    .content-title {
        font-size: 1.5rem;
    }
}



/* why choose us  */
/* .whychoose-section-container {
    padding: 60px 0;
} */

.whychoose-section-image img {
   height: 50vh;
   width: 100%;
   border-radius: 10px;
   object-fit: cover;
}
.whychoose-section-container.row {
    display: flex;
    align-items: center;
}


/* review card  */
/* Card styling */
.shipping_ratting_card {
  background-color: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
  transition: transform 0.3s ease;
}

.shipping_ratting_card:hover {
  transform: translateY(-5px);
}

/* Header with stars and date */
.shipping_ratting_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.shipping_ratting_stars {
  display: flex;
  align-items: center;
}

.shipping_ratting_star {
  color: #ff9800;
  font-size: 18px;
  margin-right: 2px;
}

.shipping_ratting_count {
  color: #888;
  font-size: 14px;
  margin-left: 5px;
}

.shipping_ratting_date {
  color: #888;
  font-size: 14px;
}

/* Quote styling */
.shipping_ratting_quote {
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  margin-bottom: 20px;
  font-style: italic;
  font-weight: 500;
}

/* User info section */
.shipping_ratting_user {
  display: flex;
  align-items: center;
}

.shipping_ratting_avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 12px;
  border: 2px solid #ff9800;
}

.shipping_ratting_avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shipping_ratting_info {
  display: flex;
  flex-direction: column;
}

.shipping_ratting_name {
  font-weight: 600;
  font-size: 14px;
  color: #333;
}

.shipping_ratting_position {
  font-size: 12px;
  color: #666;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .shipping_ratting_card {
    padding: 15px;
  }

  .shipping_ratting_quote {
    font-size: 14px;
  }
}
.footer  {
    background-image: url("https://dostipackersandmovers.com/wp-content/uploads/sites/16/2022/12/Dosti-Packers.jpg");
}

:root {
    --primary: #ff2f00;
    --primary-light: #ff6347;
    --primary-dark: #cc2500;
    --secondary: #2c3e50;
    --light: #f8f9fa;
    --dark: #343a40;
    --gray: #6c757d;
}



.pack_n_go_hero {
    height: 80vh;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), 
                url('https://dostipackersandmovers.com/wp-content/uploads/sites/16/2022/12/Dosti-Packers.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.pack_n_go_hero::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30%;
    background: linear-gradient(to top, rgba(255, 47, 0, 0.3), transparent);
}

.pack_n_go_hero_content {
    z-index: 2;
    padding: 0 20px;
}

.pack_n_go_hero_title {
    font-size: 4rem;
    font-weight: 800;
    margin-bottom: 1rem;
    position: relative;
    color: #fff;
    display: inline-block;
}

.pack_n_go_hero_title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: var(--primary);
}

.pack_n_go_hero_subtitle {
    font-size: 1.5rem;
    font-weight: 300;
    margin-bottom: 2rem;
    color : #fff;
}

.pack_n_go_btn {
    background-color: var(--primary);
    color: white;
    height: 45px;
    border: none;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 15px rgba(255, 47, 0, 0.3);
}

.pack_n_go_btn:hover {
    background-color: var(--primary-dark);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(255, 47, 0, 0.4);
    color: white;
}

.pack_n_go_table_section {
    background-color: white;
    position: relative;
}

.pack_n_go_table_section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 10px;
    background: linear-gradient(to right, var(--primary), var(--primary-light), var(--primary));
}

.pack_n_go_section_title {
    font-weight: 800;
    color: var(--secondary);
    margin-bottom: 1rem;
    position: relative;
    display: inline-block;
}

.pack_n_go_section_title::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 60px;
    height: 4px;
    background-color: var(--primary);
}

.pack_n_go_pricing_table {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    margin-top: 3rem;
    border: none;
}

.pack_n_go_pricing_table thead {
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: white;
}

.pack_n_go_pricing_table th {
    padding: 1rem 0rem;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    border: none;
    font-size: 1rem;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

.pack_n_go_pricing_table th:first-child {
    border-top-left-radius: 15px;
}

.pack_n_go_pricing_table th:last-child {
    border-top-right-radius: 15px;
}

.pack_n_go_pricing_table td {
    padding: 1.5rem 1rem;
    text-align: center;
    vertical-align: middle;
    border: none;
    font-weight: 500;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.pack_n_go_pricing_table tr {
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.3s ease;
}

.pack_n_go_pricing_table tr:last-child {
    border-bottom: none;
}

.pack_n_go_pricing_table tr:hover {
    background-color: #fff8f6;
    transform: scale(1.01);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.pack_n_go_move_type {
    font-weight: 600;
    color: var(--secondary);
    text-align: left;
    position: relative;
    padding-left: 20px !important;
}

.pack_n_go_move_type::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 30px;
    background-color: var(--primary);
    border-radius: 3px;
}

.pack_n_go_contact_btn {
    background-color: var(--primary);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(255, 47, 0, 0.2);
}

.pack_n_go_contact_btn:hover {
    background-color: var(--primary-dark);
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(255, 47, 0, 0.3);
}

.pack_n_go_price {
    font-weight: 500;
    color: var(--secondary);
    position: relative;
    display: inline-block;
    padding: 8px 15px;
    border-radius: 8px;
    background-color: #f8f9fa;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    white-space: nowrap;
}

.pack_n_go_features {
    padding: 3rem 0;
    background-color: #f8f9fa;
    position: relative;
}

.pack_n_go_feature_card {
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.pack_n_go_feature_card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.pack_n_go_feature_icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary), var(--primary-light));
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    box-shadow: 0 10px 20px rgba(255, 47, 0, 0.2);
}

.pack_n_go_feature_title {
    font-weight: 700;
    color: var(--secondary);
    margin-bottom: 1rem;
}

/* Enhanced Testimonial Section */
.pack_n_go_testimonials {
    position: relative;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 20px;
}



.pack_n_go_testimonial_card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    position: relative;
    z-index: 1;
    height: 100%;
    border: none;
}

.pack_n_go_testimonial_card:hover {
    transform: translateY(-15px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.pack_n_go_testimonial_card::before {
    content: '"';
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 120px;
    font-family: Georgia, serif;
    color: rgba(255, 47, 0, 0.1);
    line-height: 1;
    z-index: -1;
}

.pack_n_go_testimonial_header {
    padding: 30px 30px 20px;
    position: relative;
}

.pack_n_go_testimonial_body {
    padding: 0 30px 30px;
    position: relative;
}

.pack_n_go_testimonial_rating {
    margin-bottom: 20px;
}

.pack_n_go_testimonial_rating i {
    color: #FFD700;
    font-size: 18px;
    margin-right: 3px;
}

.pack_n_go_testimonial_text {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #555;
    font-style: italic;
    margin-bottom: 25px;
}

.pack_n_go_testimonial_author {
    display: flex;
    align-items: center;
}

.pack_n_go_author_avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    margin-right: 15px;
    box-shadow: 0 5px 15px rgba(255, 47, 0, 0.2);
}

.pack_n_go_author_info h5 {
    font-weight: 700;
    margin-bottom: 5px;
    color: var(--secondary);
}

.pack_n_go_author_info p {
    color: #777;
    font-size: 0.9rem;
    margin: 0;
}

.pack_n_go_contact_section {
    padding: 5rem 0;
    background-color: white;
}

@media (max-width: 992px) {
    .pack_n_go_hero_title {
        font-size: 2.5rem;
    }
    
    .pack_n_go_hero_subtitle {
        font-size: 1.2rem;
    }
    
    .pack_n_go_pricing_table {
        width: 100%;
    }
    
    .table-responsive {
        overflow-x: auto;
    }
}



/* shipping company cards  */

.pack_n_move_service-card {
    width: 300px;
    height: 400px;
    background: linear-gradient(135deg, #ffffff 0%, #f5f7fa 100%);
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1), 
                0 1px 5px rgba(0, 0, 0, 0.03),
                0 20px 40px rgba(94, 104, 121, 0.1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .pack_n_move_service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15), 
                0 1px 5px rgba(0, 0, 0, 0.05),
                0 20px 40px rgba(94, 104, 121, 0.15);
  }
  
  .pack_n_move_card-accent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, var( --primary) 0%, #8E54E9 100%);
  }
  
  .pack_n_move_profile-section {
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0 5px;
    position: relative;
  }
  
  .pack_n_move_profile-image {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid white;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
  }
  
  .pack_n_move_service-card:hover .pack_n_move_profile-image {
    transform: scale(1.05);
  }
  
  .pack_n_move_verified-badge {
    position: absolute;
    bottom: 5px;
    right: 75px;
    background-color: #ff6c18;
    color: white;
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }
  
  .pack_n_move_name-section {
    min-height: 50px;
    padding: 5px 15px;
    text-align: center;
  }
  
  .pack_n_move_business-name {
    font-size: 23px;
    font-weight: 600;
    color: #333;
    margin-bottom: 3px;
    background: linear-gradient(90deg, var( --primary) 0%, #8E54E9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }
  
  .pack_n_move_architect-name {
    font-size: 15px;
    color: #666;
    font-weight: 400;
  }
  
  .pack_n_move_service-rating-section {
    min-height: 65px;
    padding: 10px 15px;
    text-align: center;
    position: relative;
  }
  
  .pack_n_move_service-rating-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 2px;
    background: linear-gradient(90deg, var( --primary) 0%, #8E54E9 100%);
  }
  
  .pack_n_move_service-type {
    font-size: 13px;
    font-weight: 500;
    color: #444;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .pack_n_move_service-type i {
    margin-right: 5px;
    color: var( --primary);
  }
  
  .pack_n_move_rating {
    color: #FFD700;
    font-size: 16px;
    letter-spacing: 2px;
  }
  
  .pack_n_move_rating-count {
    font-size: 11px;
    color: #888;
    margin-top: 3px;
  }
  
  .pack_n_move_availability-section {
    min-height: 55px;
    padding: 10px 15px;
    text-align: center;
    background-color: rgba(245, 247, 250, 0.7);
    border-top: 1px solid rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  }
  
  .pack_n_move_availability, .pack_n_move_contact {
    font-size: 11px;
    color: #666;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .pack_n_move_availability i, .pack_n_move_contact i {
    margin-right: 5px;
    color: #ff2f00;
    font-size: 12px;
  }
  
  .pack_n_move_cta-section {
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: auto;
  }
  
  .pack_n_move_cta-button {
    height: 50px; /* Adjusted button height to 50px */
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .pack_n_move_cta-button.primary {
    background: linear-gradient(90deg, var( --primary) 0%, #8E54E9 100%);
    color: white;
    box-shadow: 0 4px 10px rgba(71, 118, 230, 0.2);
  }
  
  .pack_n_move_cta-button.secondary {
    background: white;
    color: var( --primary);
    border: 1px solid rgba(71, 118, 230, 0.3);
  }
  
  .pack_n_move_cta-button:hover {
    transform: translateY(-2px);
  }
  
  .pack_n_move_cta-button.primary:hover {
    box-shadow: 0 6px 15px rgba(71, 118, 230, 0.3);
  }
  
  .pack_n_move_cta-button.secondary:hover {
    background: rgba(71, 118, 230, 0.05);
  }
  
  .pack_n_move_cta-button i {
    margin-right: 5px;
    font-size: 12px;
  }
  
 
  
/* social media  */

.new-footer-social-icons {
    margin-top: 15px;
    display: flex;
    gap: 10px;
  }
  
  .new-footer-social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: white;
    color: #333333;
    margin-right: 5px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  }
  
  .new-footer-social-icons a:hover {
    transform: translateY(-5px);
  }
  
  .new-footer-social-icons a.new-footer-facebook:hover {
    background-color: #3b5998;
    color: white;
  }
  
  .new-footer-social-icons a.new-footer-twitter:hover {
    background-color: #000000;
    color: white;
  }
  
  .new-footer-social-icons a.new-footer-instagram:hover {
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
    color: white;
  }
  
  .new-footer-social-icons a.new-footer-linkedin:hover {
    background-color: #0077b5;
    color: white;
  }
  
  .new-footer-social-icons a.new-footer-youtube:hover {
    background-color: #ff0000;
    color: white;
  }
  
  .new-footer-social-icons a.new-footer-pinterest:hover {
    background-color: #bd081c;
    color: white;
  }
  .new-footer-social-icons a.new-footer-blogger:hover {
    background-color: #f38d39;
    color: white;
  }
  .new-footer-social-icons a.new-footer-tumblr:hover {
    background-color: #001935;
    color: white;
  }