main{
margin:auto;
}
.space-bg{
background-color:white;
  border-bottom: 1px solid red;
}

.ae-anno-announcement-wrapper{
background-color:white !important;
}

.mainmenu__main{
height:60px;
}
//home custon 1
.organic-feature-section {
  background-color: #fdfdfd;
  padding: 60px 20px;
  font-family: 'Segoe UI', sans-serif;
  max-width:1500px;
}
.organic-feature-section h1{
text-align:center;
  color:#CF212A;
}
.organic-feature-section h3{
  color:#CF212A;
}

.organic-feature-container {
  display: flex;
  max-width: 1500px;
  margin: 0 auto;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.organic-feature-image img {
  width: 100%;
  max-width: 500px;
  border-radius: 12px;
}

.organic-feature-content {
  flex: 1;
}

.organic-feature-heading {
  font-size: 26px;
  color: #111;
  margin-bottom: 20px;
  font-weight: bold;
}

.organic-feature-heading span {
  color: #c1272d;
}

.organic-feature-description {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
  margin-bottom: 30px;
}

.organic-feature-list-grid {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.organic-feature-list-grid ul {
  list-style: none;
  padding: 0;
  margin: 0;
  flex: 1;
  min-width: 200px;
}

.organic-feature-list-grid li {
  font-size: 16px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  color: #111;
}

.organic-feature-list-grid i {
  color: #c1272d;
  margin-right: 10px;
  font-size: 18px;
}

//home custom 2
/* Testimonial Section */
.xps-testimonial-section {
  padding: 60px 20px;
  background-color: #fff;
  text-align: center !important;
  font-family: 'Segoe UI', sans-serif;
}

.xps-testimonial-header .xps-subtitle {
  color: #e91e63;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
  text-align:center;
}

.xps-testimonial-header .xps-title {
  font-size: 32px;
  font-weight: bold;
  color: #111;
  margin-bottom: 10px;
  text-align:center;
}

.xps-underline {
  width: 60px;
  height: 3px;
  background-color: #e91e63;
  margin: 0 auto 40px;
  border-radius: 2px;
}

.xps-testimonial-cards {
  display: flex;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
}

.xps-testimonial-card {
  background-color: #fff;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
  padding: 25px;
  border-radius: 12px;
  width: 300px;
  text-align: left;
  transition: 0.3s ease;
}

.xps-testimonial-card:hover {
  transform: translateY(-5px);
}

.xps-stars {
  color: #ffc107;
  font-size: 20px;
  margin-bottom: 15px;
}

.xps-testimonial-text {
  font-size: 15px;
  color: #333;
  margin-bottom: 20px;
}

.xps-user {
  display: flex;
  align-items: center;
  gap: 10px;
}

.xps-user-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.xps-user-role {
  color: #888;
  font-size: 13px;
}


    /* Marquee styles */
    .xps-marquee-strip {
      background-color: #d82c2c;
      color: white;
      overflow: hidden;
      white-space: nowrap;
      box-sizing: border-box;
      padding: 0px 0;
    }

    .xps-marquee-content {
      display: inline-block;
      padding-left: 100%;
      animation: xps-marquee 20s linear infinite;
    }

    .xps-marquee-item {
      display: inline-block;
      margin-right: 40px;
    }

    .xps-marquee-item span {
      background: white;
      color: #d82c2c;
      font-weight: bold;
      padding: 2px 6px;
      margin-right: 6px;
    }

    @keyframes xps-marquee {
      0%   { transform: translateX(0); }
      100% { transform: translateX(-100%); }
    }
    
//about 2
    #pillars-section {
      background-color: #f4f4f4;
      padding: 50px 20px;
      text-align: center;
    }

    #pillars-section .pillars-title {
      font-size: 1.8em;
      color: #b30000;
      margin-bottom: 10px;
    }

    #pillars-section .pillars-subtitle {
      font-size: 1em;
      margin-bottom: 30px;
    }

    .pillar-cards {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      max-width: 1500px;
      margin: auto;
    }

    .pillar-card {
      background-color: #e83d3d;
      color: white;
      padding: 20px;
      flex: 1 1 250px;
      max-width: 300px;
      border-radius: 6px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }

    .pillar-card h3 {
      margin-top: 0;
      font-size: 1.2em;
      margin-bottom: 10px;
    }

    .pillar-card p {
      font-size: 0.95em;
      line-height: 1.5;
      color:white;
    }


    @media (max-width: 768px) {
      #ai-section .ai-title {
        font-size: 1.5em;
      }
      #pillars-section .pillars-title {
        font-size: 1.5em;
      }
    }

    @media (max-width: 480px) {
      .pillar-card {
        max-width: 100%;
      }
    }


//all note last section about page 
/* Main Container */
.organic-wrapper {
    max-width: 1500px !important;
    margin: 0 auto;
}

/* Title Styling */
.organic-title {
    color: #c62828;
    font-size: 36px;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
}

/* Intro Paragraph */
.organic-intro {
    font-size: 16px;
    margin-bottom: 30px;
}

/* Three-Column Layout */
.organic-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

/* Individual Column */
.organic-column {
    flex: 1;
    min-width: 280px;
    padding: 10px;
    box-sizing: border-box;
}

.organic-column p {
    margin-bottom: 12px;
}

/* Conclusion Paragraph */
.organic-conclusion {
    margin-top: 30px;
    font-style: italic;
    color: #b71c1c;
    font-weight: 500;
    text-align: center;
}


/* faq 
.row-cols-2 > * {
    width: 60%;
    margin: auto;
}
*/
.rafusoft_faq{
  padding:20px;
}



/* Home sectio */

.why-choose-section {
        padding: 80px 0;
        background: linear-gradient(to bottom, #f9fafb, #ffffff);
    }

    .why-choose-container {
        max-width: 1500px;
        margin: 0 auto;
        padding: 0 16px;
    }

    .why-choose-text-center {
        text-align: center;
        margin-bottom: 64px;
    }

    .why-choose-badge {
        display: inline-block;
        padding: 6px 12px;
        font-size: 12px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
        background-color: #f3e8ff;
        color: #dc2626;
        border-radius: 999px;
        margin-bottom: 16px;
    }

    .why-choose-headline {
        font-size: 2.5rem;
        font-weight: bold;
        color: #111827;
        margin-bottom: 24px;
    }

    .why-choose-gradient-text {
        background: linear-gradient(to right, #dc2626, #ec4899);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }


    .why-choose-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 32px;
    }

    .why-choose-feature {
        position: relative;
        background: #fff;
        padding: 32px;
        border-radius: 16px;
        border: 1px solid #f3f4f6;
        box-shadow: 5px 20px 30px -10px #dd6367 !important;
        transition: all 0.3s ease;
        text-align: center;
    }
    .why-choose-feature:hover {
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
        transform: translateY(-8px);
    }



    .why-choose-icon {
        width: 64px;
        height: 64px;
        color: #dc2626;
        border-radius: 50%;
        margin: 0 auto 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        transition: all 0.3s ease;
    }

    

    .why-choose-title {
        font-size: 1.25rem;
        font-weight: bold;
        color: #111827;
        margin-bottom: 12px;
    }

    .why-choose-desc {
        color: #6b7280;
    }

    .why-choose-bar {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 4px;
        background: linear-gradient(to right, #a78bfa, #ec4899);
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .why-choose-feature:hover {
        opacity: 1;
    }
    /* Customer review*/
    
	.ck-content .image {
    	margin:0px !important;
    }
    /* Discount Policy Page*/
    .discount-container {
      max-width: 1500px;
      margin: auto;
      background: #fff;
    } 

         .customer-policy {
            max-width: 1500px;
            margin: 40px auto;
            background: #fff;
            border-radius: 8px;
            padding: 32px 24px;

            h1 {
                color: #2c3e50;
                text-align: center;
                margin-bottom: 24px;
            }

            h4 {
                color: #2980b9;
                margin-bottom: 16px;
            }

            p {
                color: #444;
                line-height: 1.7;
                margin-bottom: 16px;
                text-align: justify;
            }

            a {
                color: #CF212A;
                text-decoration: none;
            }

            a:hover {
                text-decoration: underline;
            }
        }
.footer-copyright__brand{
  img{
  width:60px;
  }
}







/* Arman About Page */
.about-section {
  max-width: 1500px;
  margin: 0 auto;
}
/* heading section */
.heading-section {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 4rem;
}

@media (min-width: 640px) {
    .heading-section {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        padding-top: 100px;
    }
}

.heading-wrapper {
    padding: 0.625rem;
}

.heading-title {
    text-align: center;
    color: #CF212A;
    font-size: 1.5rem;
    font-weight: 600;
}

@media (min-width: 640px) {
    .heading-title {
        font-size: 1.875rem;
    }
}

@media (min-width: 768px) {
    .heading-title {
        font-size: 40px;
    }
}

/* story-section */
.story-section {
    margin-top: 1.5rem;
}

@media (min-width: 640px) {
    .story-section {
        margin-top: 2rem;
    }
}

@media (min-width: 768px) {
    .story-section {
        margin-top: 2.5rem;
    }
}

@media (min-width: 1024px) {
    .story-section {
        margin-top: 3.5rem;
    }
}

.story-container {
    /* No extra padding needed, acts as a container */
}

.story-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media (min-width: 768px) {
    .story-flex {
        flex-direction: row;
    }
}

.story-image-wrapper,
.story-text-wrapper {
    width: 100%;
}

@media (min-width: 768px) {

    .story-image-wrapper,
    .story-text-wrapper {
        width: 50%;
    }
}

.story-image-inner {
    padding: 0.625rem;
}

.story-image-box {
    display: flex;
    justify-content: center;
}

.story-image {
    border-radius: 1.5rem;
    width: 100%;
    max-width: 460px;
    height: auto;
    max-height: 500px;
    object-fit: cover;
}

.story-text-container {
    /* No extra padding */
}

.story-text {
    padding-left: 0;
    text-align: justify;
}

@media (min-width: 768px) {
    .story-text {
        padding-left: 1.25rem;
    }
}

.story-paragraph {
    margin-bottom: 0.625rem;
    line-height: 1.75rem;
}


/* mission-section */
.mission-section {
    margin-top: 2.5rem;
}

@media (min-width: 640px) {
    .mission-section {
        margin-top: 3rem;
    }
}

@media (min-width: 768px) {
    .mission-section {
        margin-top: 3.5rem;
    }
}

@media (min-width: 1024px) {
    .mission-section {
        margin-top: 4rem;
    }
}

.mission-container {
    /* acts as a content container */
}

.mission-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media (min-width: 768px) {
    .mission-flex {
        flex-direction: row;
    }
}

.mission-text-wrapper,
.mission-image-wrapper {
    width: 100%;
}

@media (min-width: 768px) {

    .mission-text-wrapper,
    .mission-image-wrapper {
        width: 50%;
    }
}

.mission-text {
    padding-right: 0;
    text-align: justify;
}

@media (min-width: 768px) {
    .mission-text {
        padding-right: 1.25rem;
    }
}

.mission-title {
    color: #cf212a;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.625rem;
    line-height: 2.25rem;
}

@media (min-width: 640px) {
    .mission-title {
        font-size: 1.5rem;
    }
}

.mission-paragraph {
    margin-bottom: 0.625rem;
    line-height: 1.75rem;
    font-size: 1rem;
    font-weight: 400;
}

.mission-image-inner {
    padding: 0.625rem;
}

.mission-image-box {
    display: flex;
    justify-content: center;
}

.mission-image {
    border-radius: 1.5rem;
    width: 100%;
    max-width: 460px;
    height: auto;
    max-height: 500px;
    object-fit: cover;
}


/* Arman Edit */
.subs-section {
    
    padding: 50px 0;
    background-color: #FAF9F9;

    .subs-wrapper {
        width: 100%;
        height: 100%;
    }

    .subs-container {
        max-width: 1500px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        height: 100%;
        @media (min-width: 768px) {
            flex-direction: row;
        }

        .subs-left {
            height: 100%;
            .subs-heading-wrap {
                .subs-heading {
                    color: #CF212A;
                    font-size: 1.5rem;
                    font-weight: 700;
                    line-height: 2.125rem;
                }
            }
            .subs-steps {
                margin-top: 1rem;
                margin-left: 50px;
                .subs-step {
                    margin-bottom: 1.25rem;
                    display: flex;
                    align-items: center;
                    .subs-icon-wrap {
                        margin-right: 15px;
                    }
                    .subs-step-text{
                        h4 {
                            font-size: 16px;
                            font-weight: 600;
                            .subs-step-link {
                                color: inherit;
                                text-decoration: none;
                            }
                        }
                    }
                }
            }
        }
        .subs-right {
            width: 50%;
            .subs-image-wrap {
                .subs-image {
                    border-radius: 0.5rem;
                    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
                    width: 100%;
                    height: auto;
                }
            }
        }
    }

}


.ingredients-section {
    padding: 2rem 0;
    /* padding-bottom: 2rem; */
}

@media (min-width: 640px) {
    .ingredients-section {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}

@media (min-width: 768px) {
    .ingredients-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.ingredients-container {
    max-width: 1500px;
    margin: 0 auto;
}

.ingredients-padding {
    padding: 0.625rem;
}

.ingredients-title-wrap,
.ingredients-subtitle-wrap {
    margin-bottom: 1.25rem;
}

.ingredients-title {
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    line-height: 44px;
}

@media (min-width: 640px) {
    .ingredients-title {
        font-size: 1.875rem;
    }
}

@media (min-width: 768px) {
    .ingredients-title {
        font-size: 2rem;
    }
}

.ingredients-subtitle {
    font-size: 1rem;
    text-align: center;
    line-height: 1.5rem;
}

@media (min-width: 640px) {
    .ingredients-subtitle {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}

@media (min-width: 768px) {

    .ingredients-title,
    .ingredients-subtitle {
        line-height: 44px;
    }
}

.ingredients-list-section {
    margin-top: 1rem;
}

@media (min-width: 640px) {
    .ingredients-list-section {
        margin-top: 1.5rem;
    }
}

.ingredients-flex {
    display: flex;
    flex-direction: column;
    text-align: justify;
}

@media (min-width: 768px) {
    .ingredients-flex {
        flex-direction: row;
    }
}

.ingredients-col {
    width: 100%;
}

@media (min-width: 768px) {
    .ingredients-col {
        width: 50%;
    }
}

.ingredients-col-inner {
    padding-left: 0;
}

@media (min-width: 768px) {
    .ingredients-col-inner {
        padding-left: 0.5rem;
    }
}

@media (min-width: 1024px) {
    .ingredients-col-inner {
        padding-left: 1.25rem;
    }
}

.ingredients-item {
    margin-bottom: 1.25rem;
}

.ingredients-ul {
    margin-left: 1.25rem;
    padding: 0;
}

.ingredients-li {
    background-image: url('https://natural-deo.com/wp-content/uploads/2025/01/red-ico.png');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 20px 20px;
    padding-left: 30px;
    line-height: 1.8;
    font-size: 16px;
    list-style: none;
}

.ingredients-underline {
    text-decoration: underline;
}


.ingredients-disclaimer-section {
    max-width: 1500px;
    margin: 0 auto;
}

.ingredients-disclaimer-padding {
    padding: 0.625rem;
}

.ingredients-disclaimer-text {
    text-align: justify;
    font-size: 1rem;
    line-height: 1.5rem;
}

@media (min-width: 640px) {
    .ingredients-disclaimer-text {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}

.ingredients-disclaimer-paragraph {
    margin-bottom: 1.25rem;
}

.tpsecondary-btn {
  background-color: #b30000; /* Secondary gray color */
  color: white;
  padding: 10px 24px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: inline-block;
  text-align: center;
  text-decoration: none;
}

.tpsecondary-btn:hover {
  background-color: #a91e25; /* Darker shade on hover */
}

.tpproduct__priceinfo{
  margin:auto;
  left: 50%;
  transform: translateX(-25px);
}

.tpproduct__cart{
  margin-left: -40px;
}
.swiper-container{
text-align:center;
}
#nav-tabContent{
text-align:center;
}
.breadcrumb__area{
display:none;
}
.postbox-area {
  margin: 40px auto 0 auto; 
  max-width: 1500px;
}

/* after eid */

.logo a img {
  max-height: 55px !important;
}
.main-menu ul > li > a {
  font-size: 18px !important;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .main-menu ul>li {
        margin-inline-end: 10px !important;
    }
}