* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --headingFont: "Playfair Display", serif;
  --bodyFont: "Outfit", sans-serif;
  --colorOne:#D4AF37;
  --colorTwo:#EDDDA9;
}
.ast-container{
      padding: 0;
    }

h1, h2, h3, h4, h5, h6 {
  font-family: var(--headingFont);
  line-height: 0.8;
}

p {
  font-size: 16px;
  font-family: var(--bodyFont);
}

ul, ol {
  list-style-type: none;
}

a {
  text-decoration: none;
  font-size: 20px;
}

body {
  width: 100Vw;
  font-family: var(--bodyFont);
  overflow-x: hidden;
}

.proContainer {
  width: 100%;
  max-width: 1620px;
  margin: 0 auto;
}


#aboutBanner {
  width: 100vw;
  height: -moz-fit-content;
  height: fit-content;
  background: linear-gradient(to right, #eddda9, rgba(237, 221, 169, 0.5803921569), #D4AF37);
  padding: 24px 0;
}
#aboutBanner .whoWeAre {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#aboutBanner .whoWeAre .whoWeAreWrapper {
  width: -moz-fit-content;
  width: fit-content;
}
#aboutBanner .whoWeAre .whoWeAreWrapper .heading {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#aboutBanner .whoWeAre .whoWeAreWrapper .heading h2 {
  font-size: 32px;
  line-height: 36px;
  font-weight: 500;
}
#aboutBanner .whoWeAre .whoWeAreWrapper .description {
  width: 100%;
  max-width: 760px;
  text-align: center;
  margin-top: 24px;
  margin-bottom: 16px;
}
#aboutBanner .whoWeAre .whoWeAreWrapper .happy_Customer {
  background-color: rgba(20, 18, 18, 0);
  display: flex;
  align-items: center;
  justify-content: center;
}
#aboutBanner .whoWeAre .whoWeAreWrapper .happy_Customer .avatar_Wrapper {
  width: 260px;
  height: 64px;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
#aboutBanner .whoWeAre .whoWeAreWrapper .happy_Customer .avatar_Wrapper .avatar {
  width: 64px;
  height: 64px;
  border: 1px solid red;
  background-color: #00be9f;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
#aboutBanner .whoWeAre .whoWeAreWrapper .happy_Customer .avatar_Wrapper .avatar:nth-child(2) {
  transform: translateX(45px);
  background-color: #0088be;
}
#aboutBanner .whoWeAre .whoWeAreWrapper .happy_Customer .avatar_Wrapper .avatar:nth-child(3) {
  transform: translateX(90px);
  background-color: #000dbe;
}
#aboutBanner .whoWeAre .whoWeAreWrapper .happy_Customer .avatar_Wrapper .avatar:nth-child(4) {
  transform: translateX(135px);
  background-color: #7200be;
}
#aboutBanner .whoWeAre .whoWeAreWrapper .happy_Customer .avatar_Wrapper .avatar:nth-child(5) {
  transform: translateX(180px);
  background-color: #be0068;
}
/* ======about brand======= */
#aboutBrand{
  width: 100%;
  height: fit-content;
  padding: 10px 10px 120px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
#aboutBrand .aboutBrandHeader{
  width: 100%;
  max-width: 1620px;
}
#aboutBrand .aboutBrandHeader .aboutBrandimage{padding: 10px 10px 10px 0;}
/* #aboutBrand .aboutBrandHeader .aboutBrandText{} */
#aboutBrand .aboutBrandHeader .aboutBrandText .aboutBrandTitle{
  font-size: 24px;
  font-weight: 500;
  font-family: var(--headingFont);
  margin-bottom: 10px;
}
#aboutBrand .aboutBrandHeader .aboutBrandText .aboutBrandTextList{
  list-style-type: disc;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#aboutBrand .aboutBrandHeader .aboutBrandText .aboutBrandTextList .aboutBrandTextListItem{
  font-size: 16px;
  font-family: var(--bodyFont);
  font-weight: 300;
}

#aboutBrand .aboutBrandIconWrapper{
  width: 100%;
  max-width: 1620px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
#aboutBrand .aboutBrandIconWrapper .aboutBrandIconrow{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

@media screen and (max-width: 576px){
  #aboutBanner .whoWeAre .whoWeAreWrapper .happy_Customer .avatar_Wrapper {
  width: 170px;
  height: 44px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}
  #aboutBanner .whoWeAre .whoWeAreWrapper .happy_Customer .avatar_Wrapper .avatar {
  width: 44px;
  height: 44px;
  border: 1px solid red;
  background-color: #00be9f;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
#aboutBanner .whoWeAre .whoWeAreWrapper .happy_Customer .avatar_Wrapper .avatar:nth-child(2) {
  transform: translateX(30px);
  background-color: #0088be;
}
#aboutBanner .whoWeAre .whoWeAreWrapper .happy_Customer .avatar_Wrapper .avatar:nth-child(3) {
  transform: translateX(60px);
  background-color: #000dbe;
}
#aboutBanner .whoWeAre .whoWeAreWrapper .happy_Customer .avatar_Wrapper .avatar:nth-child(4) {
  transform: translateX(90px);
  background-color: #7200be;
}
#aboutBanner .whoWeAre .whoWeAreWrapper .happy_Customer .avatar_Wrapper .avatar:nth-child(5) {
  transform: translateX(120px);
  background-color: #be0068;
}
#aboutBrand{
  width: 100%;
  height: fit-content;
  padding: 20px 10px 25px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
#aboutBrand .aboutBrandIconWrapper{
  padding: 0;
}
#aboutBrand .aboutBrandHeader .aboutBrandText .aboutBrandTitle {
    font-size: 30px;
    margin-bottom: 40px;
}
#aboutBrand .aboutBrandHeader .aboutBrandText .aboutBrandTextList{
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#aboutBrand .aboutBrandIconWrapper {
    width: 100%;
    max-width: 520px;
    padding: 0;
    display: flex
;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
}




/* &&&&&&&& CONTACT & HELP &&&&&&&& */
/* ======== CONTACT & HELP ========= */
/* ******** CONTACT & HELP ********* */
/* &&&&&&&& CONTACT & HELP &&&&&&&& */
#contact_Us_Page{
        width: 100%;
        overflow-x:hidden;
    }
    #contactAndHepl{
      width: 100%;
      height: fit-content;
      background-image: url('http://localhost/neilsPart/wp-content/uploads/2025/09/contactBannerImg.png');
      background-size: fill;
      background-position: center;
      background-repeat: no-repeat;
    }

    #contact_Us_Page #contactAndHepl{width: 100%; padding: 32px 0px;}
    #contact_Us_Page #contactAndHepl .contactBanner{
        width: 100%;
        height: fit-content ;
        padding: 181px 0px;
        background-size:"100% 100%";
        display:flex;
        align-items:center;
        justify-content:center;
    }
    #contact_Us_Page #contactAndHepl .contactBanner .contactBannerText{
        width:100%;
        max-width:364px;
        text-align:center;
    }
    #contact_Us_Page #contactAndHepl .contactBanner .contactBannerText h1{
        text-align:center;
        font-size: 64px;
        font-weight:600;
        margin-bottom:16px;
    }
    #contact_Us_Page #contactAndHepl .contactBanner .contactBannerText p{
        text-align:center;
        font-size: 16px;
        font-weight:300;
        margin-bottom:16px;
    }
    #contact_Us_Page #contactFormSection{
      width: 100%;
      padding: 32px 10px 120px 10px;
    }
    #contact_Us_Page #contactFormSection .contactFormWrapper{
      width: calc(100%-20px);
      max-width: 1620px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 24px;
    }
    #contact_Us_Page #contactFormSection .contactFormWrapper .contactFormHeader{
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 24px;
    }
    #contact_Us_Page #contactFormSection .contactFormWrapper .contactFormHeader .contactBase{
      width: 100%;
      max-width: 320px;
      height: auto;
      padding: 16px;
      background-color: #FBF7EB;
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
    }
    #contact_Us_Page #contactFormSection .contactFormWrapper .contactFormHeader .contactBase .textBox{
      display: flex;
      flex-direction: column;
      gap: 2px;
    }
    #contact_Us_Page #contactFormSection .contactFormWrapper .contactFormHeader .contactBase .textBox a{
      color: black;
      font-size: 16px;
    }
    #contact_Us_Page #contactFormSection .contactFormWrapper .contactFormContainer{
      width: 100%;
      max-width: 980px;
    }
    #contact_Us_Page #contactFormSection .contactFormWrapper .contactFormContainer form{
      width: 100%;
      display: flex;
      flex-direction: column;
      gap: 16px;
    }
    #contact_Us_Page #contactFormSection .contactFormWrapper .contactFormContainer .inputRow{
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 16px;
    }
    #contact_Us_Page #contactFormSection .contactFormWrapper .contactFormContainer .submitButtonRow{
      display: flex;
      justify-content: flex-end;
    }
    #contact_Us_Page #contactFormSection .contactFormWrapper .contactFormContainer .submitButtonRow button{
      background-color: var(--colorOne);
      color: black;
      padding: 16px 141px;
      font-size: 18px;
    }
    /* $$$$$$$$$$ privecyAndPolicyPage $$$$$$$$$$$$ */
    /* %%%%%%%%%%% privecyAndPolicyPage %%%%%%%%%%%%%% */
    /* ((((((((((((((((( privecyAndPolicyPage ))))))))))))))))) */
    
    #privecyAndPolicyPage{
      width: calc(100%-20px);
      height: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }
    .termsBanner{
      width: 100%;
    }
    #privecyAndPolicyPage .privecyPolicyContentWrapper{
      width: 100%;
      max-width: 1440px;
      padding: 30px 10px 120px 10px ;
      display: flex;
      flex-direction: column;
      gap: 30px;
    }
    #privecyAndPolicyPage .privecyPolicyContentWrapper .privecyPolicyContentBox{
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 24px;
    }
    #privecyAndPolicyPage .privecyPolicyContentWrapper .privecyPolicyContentBox .privecyParagraph{
      font-size: 16px;
      font-weight: 300;
      font-family: var(--bodyFont);
    }
    #privecyAndPolicyPage .privecyPolicyContentWrapper .privecyPolicyContentBox .privecyListWrapper{
      width: 100%;
    }
    #privecyAndPolicyPage .privecyPolicyContentWrapper .privecyPolicyContentBox .privecyListWrapper .privecyListTitle{
      font-size: 16px;
      font-weight: 300;
      font-family: var(--bodyFont);
    }
    #privecyAndPolicyPage .privecyPolicyContentWrapper .privecyPolicyContentBox .privecyListWrapper .privecyList{
      list-style-type: disc;
      list-style-position: inside;
      padding: 0;
      margin: 0;
      padding-left: 10px;
    }
    
     /* $$$$$$$$$$ termsCondition Page $$$$$$$$$$$$ */
    /* %%%%%%%%%%% termsCondition Page %%%%%%%%%%%%%% */
    /* ((((((((((((((((( termsCondition Page ))))))))))))))))) */
    
    #termsConditionPage{
      width: calc(100% - 20px);
      height: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }
    .termsConditionBanner{
      width: 100%;
    }
    #termsConditionPage .termsAndConditionWrapper{
      width: 100%;
      max-width: 1440px;
      padding: 30px 10px 120px 10px ;
      display: flex;
      flex-direction: column;
      gap: 30px;
    }
    #termsConditionPage .termsAndConditionWrapper .termsConditionContentBox{
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 24px;
    }
    #termsConditionPage .termsAndConditionWrapper .termsConditionContentBox .termsConditionParagraph{
      font-size: 16px;
      font-weight: 300;
      font-family: var(--bodyFont);
    }
    #termsConditionPage .termsAndConditionWrapper .termsConditionContentBox .termsConditionListWrapper{
      width: 100%;
    }
    #termsConditionPage .termsAndConditionWrapper .termsConditionContentBox .termsConditionListWrapper .termsConditionListTitle{
      font-size: 16px;
      font-weight: 300;
      font-family: var(--bodyFont);
    }
    #termsConditionPage .termsAndConditionWrapper .termsConditionContentBox .termsConditionListWrapper .termsConditionList{
      list-style-type: disc;
      list-style-position: inside;
      padding: 0;
      margin: 0;
      padding-left: 10px;
    }