janahan-law/styles/sass/page/_terms.scss
2025-08-08 11:53:47 +05:30

129 lines
2.9 KiB
SCSS

/*--------------------------------------------------------------
22. wpo-terms-section
--------------------------------------------------------------*/
.wpo-terms-section {
h4 {
font-size: 30px;
margin-bottom: 30px;
}
.wpo-terms-wrap {
.wpo-terms-img {
img {
width: 100%;
}
}
.wpo-terms-text {
padding-top: 30px;
margin-bottom: 30px;
h2 {
font-size: 30px;
font-weight: 700;
margin-bottom: 20px;
@media(max-width:991px) {
font-size: 30px;
}
@media(max-width:767px) {
font-size: 25px;
}
}
ul {
list-style: none;
margin-top: 20px;
margin-bottom: 40px;
li {
padding: 10px;
position: relative;
padding-left: 20px;
&:before {
position: absolute;
left: 0;
top: 50%;
width: 8px;
height: 8px;
background: $theme-primary-color;
content: "";
border-radius: 50%;
transform: translateY(-50%);
}
}
}
.t-sub {
padding: 20px 0;
.wpo-p-details-img {
margin-bottom: 20px;
}
}
}
}
.wpo-faq-section {
margin-top: 40px;
}
.wpo-faq-section {
margin-top: 30px;
}
.MuiAccordion-root {
border: 0;
border: 1px solid $section-bg-color;
padding: 10px 20px;
margin-bottom: 20px;
background: $section-bg-color;
box-shadow: none;
.accordion-body {
padding-left: 0;
padding-right: 0;
border-top: 1px solid rgba(255, 255, 255, .13);
p {
color: $text-color;
}
}
&:before {
display: none;
}
.MuiButtonBase-root{
position: relative;
&::after {
background: none;
font-family: "themify";
content: "\e622";
font-size: 15px;
transform: rotate(0deg);
font-weight: 700;
position: absolute;
right: 0px;
top: 12px;
}
&.Mui-expanded{
&::after {
content: "\e61a";
}
}
}
}
.accordion-button {
background: transparent;
}
.accordion-button:not(.collapsed) {
box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .13);
}
}