.blog-card .card-body a{
	color: #009668 !important;
}

.blogbox25 .owl-prev{
    font-size: 24px !important;
    background-color: #009668 !important;
    border-radius: 50px !important;
    width: 40px;
    height: 40px;
    color: #fff !important;
    text-align: center;
    outline: 0;
}
.blogbox25 .owl-prev i{
    padding: 8px !important;
}

.blogbox25 .owl-next{
    font-size: 24px !important;
    background-color: #009668 !important;
    border-radius: 50px !important;
    width: 40px;
    height: 40px;
    color: #fff !important;
    text-align: center;
    outline: 0;
}
.blogbox25 .owl-next i{
    padding: 8px 16px !important;
}

.about-highlight-section {
    background-color: #007741;
    color: white;
    padding: 50px 20px;
    text-align: center;
}
.about-highlight-section h1 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 40px;
}
.about-highlight-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
    height: 100%;
}
.about-divider {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.about-highlight-icon {
    font-size: 2rem;
    margin-bottom: 10px;
}
.about-highlight-number {
    font-size: 1.5rem;
    font-weight: 600;
}
.about-highlight-text {
    font-size: 1rem;
}



.about-section {
    padding: 60px 15px;
}
.about-heading {
    font-weight: 700;
    margin-bottom: 20px;
}
.about-text {
    font-size: 16px;
    color: #333;
}
.about-feature-card {
    border: 1px solid #ddd;
    border-radius: 10px;
    border-bottom: 2px solid #047857;
    padding: 20px;
    transition: background-color 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.about-feature-card:hover {
    background-color: #f5fdfb;
}
.about-feature-icon {
    font-size: 30px;
    color: #10b981;
    margin-bottom: 10px;
}
.about-feature-title {
    font-weight: 600;
    margin-bottom: 5px;
}
.about-feature-text {
    font-size: 14px;
    color: #555;
}


.about-what-set-section {
    background: linear-gradient(to bottom, #f9f9f9, #ebf5f0);
    padding: 60px 15px;
    text-align: center;
}
.about-what-set-feature-card {
    border-radius: 10px;
    padding: 30px 20px;
    transition: all 0.3s ease;
    background-color: #fff;
    height: 100%;
}
.about-what-set-feature-card:hover {
    box-shadow: 0 8px 20px rgba(16, 185, 129, 0.15);
    transform: translateY(-5px);
}
.about-what-set-feature-icon {
    font-size: 40px;
    color: #10b981;
    margin-bottom: 20px;
}

.about-vision-mission-box {
    background-color: #047857;
    border-radius: 10px;
    color: #fff;
    padding: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}
.about-vision-mission-box:hover {
    transform: translateY(-5px);
}
.about-vision-mission-box p{
	color: #fff;
}
.about-vision-icon {
    font-size: 32px;
    margin-right: 10px;
    color: #d1fae5;
}
.about-bottom-icon-text {
    display: flex;
    align-items: center;
    margin-top: 20px;
    font-weight: 500;
}


.about-promise-section {
    background: linear-gradient(to right, #f9f9f9, #ebf5f0);
    padding: 60px 20px;
}
.about-promise-heading {
    text-align: center;
    margin-bottom: 50px;
}
.about-promise-heading h3 {
    font-weight: bold;
    font-size: 28px;
    color: #047857;
}
.about-promise-card {
    background: #fff;
    border-radius: 10px;
    padding: 25px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}
.about-promise-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}
.about-promise-icon {
    font-size: 30px;
    color: #047857;
    margin-bottom: 15px;
}
.about-promise-card h4 {
    font-weight: 600;
    margin-bottom: 15px;
    color: #111;
}
.about-promise-card p {
    font-size: 15px;
    color: #444;
}




/* Contact Form */

.need-help-section {
    text-align: center;
    padding: 60px 20px 0px 20px;
}
.need-help-section h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}
.need-help-section p {
    font-size: 18px;
    font-weight: 600;
    color: #555;
    margin-bottom: 40px;
}
.help-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f3f3f3;
    padding: 15px 30px;
    border-radius: 10px;
    margin: 10px;
    font-size: 20px;
    font-weight: 700;
    color: #111111;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    text-decoration: none;
}
.help-btn i {
    font-size: 24px;
    margin-right: 12px;
}
.help-btn:hover {
    color: #4e4d4d;
    background-color: #e9ecef;
    transform: translateY(-2px);
    text-decoration: none;
}
.help-whatsapp-icon {
    color: #007741;
}
.help-chat-icon {
    color: #89be40;
}

.help-section {
    padding: 60px 20px;
}

.help-section h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}

.help-section p {
    font-size: 18px;
    color: #555;
    font-weight: 600;
    margin-bottom: 30px;
}

.help-section .card-box {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
    margin-bottom: 20px;
    height: 100%;
}
.help-section .card-box img {
    width: 60px;
    margin-right: 20px;
}
.help-section .card-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 4px;
    color: #000;
}
.help-section .card-text {
    font-size: 14px;
    color: #333;
    margin-bottom: 4px;
}
.help-section .contact-email {
    color: #007741;
    font-weight: 600;
    font-size: 14px;
}
.help-section .contact-phone {
    font-weight: 600;
    color: #007741;
}
.help-section .contact-icon {
    font-size: 60px;
    padding-right: 14px;
    color: #007741;
}

.new25-contact-section {
    background: linear-gradient(to bottom, #f9f9f9, #ebf5f0);
    padding: 60px 20px;
}

.new25-contact-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
}
.new25-contact-card {
    background: white;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
    height: 100%;
}
.new25-contact-info {
    font-size: 16px;
    color: #333;
}
.new25-contact-info strong {
    display: block;
    margin-bottom: 10px;
	font-weight: 600;
}
.new25-contact-section .form-control,
.new25-contact-section select,
.new25-contact-section textarea {
    border: 2px solid #89be40 !important;
    border-radius: 6px;
    font-size: 15px;
    color: #333;
}
.new25-contact-section .form-group label {
    font-weight: 600;
    margin-top: 10px;
}
.new25-submit-btn {
    background-color: #007741;
    color: white;
    border: none;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
    margin-top: 20px;
    transition: 0.3s;
}
.new25-submit-btn:hover {
    background-color: #056336;
}
/* Contact Form */


/* How it work */

.new25-faq-section {
    background: linear-gradient(to right, #f9f9f9, #ebf5f0);
    padding: 60px 20px;
}
.new25-faq-heading {
    text-align: center;
    color: #111111;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
}
.new25-faq-section .card {
    border: none;
    margin-bottom: 15px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}
.new25-faq-section .card-header {
    background-color: #fff;
    border: none;
    padding: 0;
}
.new25-faq-section .btn-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    text-align: left;
    font-weight: 600;
    color: #111111;
    font-size: 17px;
    padding: 15px 20px;
    border-radius: 10px;
    transition: 0.3s;
    text-decoration: none;
    text-transform: none;
}
.new25-faq-section .btn-link:hover,
.new25-faq-section .btn-link:focus {
    color: #007741;
    background-color: #ebf5f0;
    text-decoration: none;
}
.new25-faq-section .card-body {
    padding: 15px 20px;
    font-size: 15px;
    color: #333;
    background-color: #fff;
}
.new25-faq-section .faq-icon {
    margin-left: 15px;
    font-size: 18px;
}
.new25-faq-section .show {
    display: block;
	animation-name: none !important;
    animation-duration: unset !important;
    transform: none !important;
    opacity: 1;
}

/* How it work */



/* Privacy Policy */
.new25-privacy-banner {
  background-color: #007741;
  color: #fff;
  padding: 50px 20px;
  text-align: center;
}
.new25-privacy-banner h1 {
  font-weight: bold;
  font-size: 36px;
  color: #fff;
}
.new25-privacy-banner p {
  color: #fff;
}

.new25-privacy-section {
  background-color: white;
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  padding: 40px 30px;
  margin: 40px 15px;
  color: #111;
}
.new25-privacy-section strong{
	font-weight: 500;
}
.new25-privacy-section h5 {
  font-weight: bold;
  color: #111;
  margin-top: 30px;
}
.new25-privacy-section ul {
  padding-left: 20px;
}
.new25-privacy-section a {
  color: #007741;
  word-break: break-word;
}
/* Privacy Policy */



/* Terms of use */
.new25-terms-hero {
  background-color: #007741;
  color: #fff;
  padding: 50px 20px;
  text-align: center;
}
.new25-terms-hero h1 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}
.new25-terms-hero p {
  font-size: 18px;
  max-width: 800px;
  margin: 0 auto;
  color: #fff;
}
.new25-terms-section {
  background-color: white;
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.05);
  padding: 40px 30px;
  margin: 40px 15px;
  color: #111;
}
.new25-terms-section h5 {
  font-weight: bold;
  color: #111;
  margin-top: 30px;
}
.new25-terms-section strong{
	font-weight: 500;
}
.new25-terms-section p {
  font-size: 16px;
  line-height: 1.6;
}
.new25-terms-section ul {
  padding-left: 20px;
}
/* Terms of use */


/* Indemnity Form */
.indemnity-hero-section {
  background-color: #007741;
  color: #fff;
  padding: 50px 20px;
  text-align: center;
}
.indemnity-hero-section h1 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}
.indemnity-hero-section p {
  font-size: 18px;
  max-width: 800px;
  margin: 0 auto;
	color: #fff;
}
.indemnity-form-section {
  background-color: white;
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.05);
  padding: 40px 30px;
  margin: 40px 15px;
  color: #111;
}
.indemnity-form-section h5 {
  font-weight: bold;
  color: #111;
  margin-top: 30px;
}
.indemnity-form-section strong {
	font-weight: 500;
}
.indemnity-form-section ul {
  padding-left: 20px;
}
.indemnity-form-section p {
  font-size: 16px;
  line-height: 1.6;
}

/* Indemnity Form */



.sell-device-bg{
  background-color: #f9f9f9;
}
.sell-device-heading{
  font-size: 28px !important;
  font-weight: 700 !important;
  color: #000;
}
.sell-device-heading span.phone,
.sell-device-heading span.tablet,
.sell-device-heading span.laptop {
  color: #007741;
  font-size: 28px !important;
  letter-spacing: 01px;
}
.sell-device-para {
  background-color: #007741;
  color: #ffb81c;
  display: inline-block;
  padding: 10px 25px;
  border-radius: 25px;
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 30px;
}
.sell-device-card-box {
  border: 1px solid #007741;
  border-radius: 10px;
  padding: 20px;
  background-color: #f1faf4;
  text-align: center;
  transition: transform 0.3s ease;
}
.sell-device-card-box:hover {
  transform: scale(1.03);
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.sell-device-card-box img {
  max-width: 60px;
  margin-bottom: 4px;
}
.sell-device-card-box h6 {
	color: #000;
  font-weight: 500;
}


.blogbox25 .blog-box{
	background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid #eee;
}
.blogbox25 .blog-body{
	padding: 20px;
}
.blogbox25 .blog-body h4 {
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 10px;
    color: #111827;
    height: 38px;
}
.blogbox25 .read-more {
    color: #009668;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
}

.blogbox25 .blog-img {
    position: relative;
}
.blogbox25 .blog-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.blogbox25 .blog-date {
    position: absolute;
    top: 12px;
    right: 12px;
    background: #ffb81c;
    color: #fff;
    font-size: 0.9rem;
    padding: 5px 12px;
    border-radius: 6px;
    font-weight: 600;
}

@keyframes  showhide {
  from {
	transform: scale(0);
	opacity: 0;
  }
}

@media (max-width: 576px) {
    .new25-faq-heading {
    	font-size: 26px;
    }
  .new25-privacy-banner h1 {
    font-size: 28px;
  }
  .new25-privacy-section {
    padding: 25px 20px;
  }
  .new25-terms-hero h1 {
    font-size: 28px;
  }
  .new25-terms-section {
    padding: 25px 20px;
  }
  .indemnity-hero-section h1 {
    font-size: 28px;
  }
  .indemnity-form-section {
    padding: 25px 20px;
  }
}


@media (max-width: 767.98px) {

.sell-device-card-box {
    padding: 6px 8px;
}

	/* Contact Form */
	
    .new25-contact-section .form-row > .col-md-6 {
        margin-bottom: 15px;
    }
    .new25-contact-section .contact-card {
        margin-bottom: 30px;
    }
    
    .help-section .d-flex.align-items-start {
        flex-direction: column;
        align-items: flex-start !important;
    }
    .help-section .card-box img {
        margin-bottom: 15px;
    }
    
    .help-btn {
        width: 100%;
        justify-content: center;
    }
	/* Contact Form */


    .about-divider {
    	border-left: none;
    	border-top: 1px solid rgba(255, 255, 255, 0.2);
    }
    .about-what-set-feature-card {
        margin-bottom: 20px;
    }
    .about-vision-mission-box {
        margin-bottom: 20px;
    }
}




