.faq-col-definition{
    display:flex;
    align-items:center;
    gap:20px;
}

.definition-icon img{
    width:42px;
    height:42px;
    object-fit:contain;
}
/* Card */

.faq-search-wrapper02{

    background:#fff;

    border-radius:12px;

    overflow:hidden;

    border:1px solid #e6edf8;

}

/* Header */

.definition-header{

    display:grid;

    grid-template-columns:30% 50% 20%;

    background:#2d57d9;

    color:#fff;

    font-weight:600;

    padding:18px 22px;

    font-size:15px;

}

/* Row */

.faq-definition{

    display:grid;

    grid-template-columns:30% 50% 20%;

    align-items:center;

    padding:28px 22px;

    border-bottom:1px solid #edf1f8;

    transition:.25s;

}

.faq-definition:hover{

    background:#fafcff;

}

/* Left */

.definition-title a{

    font-size:22px;

    font-weight:700;

    color:#222;

    text-decoration:none;

    line-height:1.4;

}

.definition-title a:hover{

    color:#2d57d9;

}

/* Middle */

.faq-col-definition-explain{

    font-size:16px;

    color:#5b6574;

    line-height:1.8;

}

/* Right */

.faq-col-arrow{

    display:flex;

    justify-content:flex-end;

}

.learn-more{

    display:flex;

    align-items:center;

    gap:10px;

    color:#2d57d9;

    font-weight:700;

    text-decoration:none;

    transition:.2s;

}

.learn-more:hover{

    gap:16px;

}

.learn-more img{

    width:18px;

    transition:.2s;

}

.learn-more:hover img{

    transform:translateX(4px);

}

/* DataTable */

#definitions-table{

    border:none !important;

}

#definitions-table td{

    padding:0 !important;

    border:none !important;

}

#definitions-table tbody tr{

    background:none !important;

}

#definitions-table thead{

    display:none;

}

/* Search */

.dataTables_filter{

    float:none !important;

    margin:25px;

}

.dataTables_filter input{

    width:100%;

    height:56px;

    border:1px solid #d8e1ef;

    border-radius:10px;

    padding:0 18px;

    font-size:16px;

}

/* Pagination */

.dataTables_wrapper .dataTables_paginate{

    margin:30px;

    text-align:center;

}

.dataTables_wrapper .dataTables_paginate .paginate_button{

    border-radius:8px !important;

}

.dataTables_wrapper .dataTables_paginate .paginate_button.current{

    background:#2d57d9 !important;

    color:#fff !important;

    border:none !important;

}
.info-noticee .info-content {
    text-align: start;
    font-family: "Roboto", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 20px;
    letter-spacing: 0px;
    word-spacing: 0em;
    color: #535353;
}

.info-noticee .info-icon {
    flex-shrink: 0;
    margin-top: 2px;
}

.info-noticee .info-content {
    color: #4b5563;
    font-size: 15px;
    line-height: 1.45;
}

.info-noticee .info-content p {
    margin: 0;
}

.info-noticee .info-content p + p {
    margin-top: 2px;
}	
.info-noticee {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 22px 28px;
    background: #f8fafc;
    /* border-top: 1px solid #e5e7eb; */
    font-family: inherit;
    margin-top: 36px;
    border-radius: 8px;
}	

.my-btn{
    background-color: #08131F;
    font-family: "Roboto", Sans-serif;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    fill: #FFFFFF;
    color: #FFFFFF;
    border-radius: 6px 6px 6px 6px;
    padding: 20px 27px 20px 27px;
    margin: 25px 0 25px 0;
    display: inline-flex;
}
.block-cta {
    display: flex;
    align-items: center;
    justify-content: center;
}		  
.faq-search-wrapper02 {
    padding: 25px 0 10px 0;
}		  
span.faq-icon img {
    max-width: 26px;
    display: block;
    height: 26px;
    transform: rotate(90deg);
}
  #faq-search{
        width:100%;
        padding:12px;
        margin-bottom:0px;
	  height: 48px;
    }

    .faq-item{
    border-bottom:1px solid #ddd;
}
.faq-question a {
    color: #333333;
}
.faq-question{
    display:flex;
    justify-content:space-between;
    align-items:center;
    cursor:pointer;
    padding:15px 0;
    font-weight:600;
  font-size: 17px;
}


.faq-answer{
    display:none;
    overflow:hidden;
    transition:max-height .35s ease;
}

.faq-answer .my-btn svg{
    width:16px;
    height:16px;
}

.faq-icon{
    font-size:24px;
    transition:transform .3s ease;
}

.faq-item.active .faq-icon{
    transform:rotate(45deg);
}  
span.question-count {
       color: #2e2c2c;
    margin-bottom: 20px;
    font-weight: 700;
    margin-top: 25px;
    display: flex;
    gap: 15px;
    align-items: center;
    font-size: 21px;
}
span.count {
    font-size: 13px;
    background: #e6effe;
    padding: 4px 5px;
    color: #1969ee;
    border-radius: 5px;
    line-height: 16px;
    font-weight: 700;
    font-family: "Roboto", Sans-serif;
    position: relative;
    top: 2px;
}

div#faq-list {
    border: 1px solid #e2e8f0;
    border-radius: 17px;
}
/**
.faq-item:first-child .faq-question {
    margin-top: 0 !important;
    padding-top: 0 !important;
}**/
.faq-question p {
    padding-right: 20px;
}
.faq-item:last-child {
    border: none;
}

.faq-item:last-child p {
    margin: 0;
}
		  
		  
.faq-table{
    border:1px solid #E5E7EB;
    border-radius:10px;
    overflow:hidden;
    background:#fff;
}

.faq-head{
    display:grid;
    grid-template-columns:1fr 50px;
    background:#F8FAFC;
    border-bottom:1px solid #E5E7EB;
    font-weight:700;
	padding-left: 11px;
    padding-right: 20px;
}

.faq-head > div{
    padding:18px 20px;
}

.faq-row{
    display:grid;
    grid-template-columns:1fr 50px;
    align-items:center;
    text-decoration:none;
    color:#111827;
    border-bottom:1px solid #EEF2F7;
    transition:.25s;
	padding-left: 11px;
    padding-right: 20px;
}

.faq-row:last-child{
    border-bottom:none;
}
/**
.faq-row:hover{
    background:#F9FBFF;
}
**/
		  
		  
.faq-row{
    background:#ffffff;
}
.faq-item.active .faq-row{
    background:#F9FBFF;
}
		  
.faq-row > div{
    padding:18px 20px;
}

.faq-col-id {
    color: #4d535e;
    font-size: 16px;
    font-weight: 700;
}
.faq-head .faq-col-id{
	color: #4d535e;
    font-size: 17px;
    font-weight: 800;
		  }
		  
.faq-head .faq-col-question {
    font-weight: 700;
    line-height: 1.5;
    font-size: 17px;
}		  
.faq-col-question{
    font-weight:500;
    line-height:1.5;
}

.faq-col-arrow{
    text-align:center;
    color:#9CA3AF;
    font-size:16px;
    transition:.25s;
}

.faq-row:hover .faq-col-arrow{
    color:#2563EB;
    transform:translateX(3px);
}		  
		  

.faq-answer {
    padding-left: 100px;
    padding: 10px 20px 10px 31px;
    font-weight: 500;
    color: #727070;
}

.faq-answer p:last-child {
    margin-bottom: 0 !important;
}
.faq-item.active .faq-col-arrow img {
    transform: rotate(360deg);
}
.reviewed-at p {
    margin: 0 0 4px 0 !important;
    font-size: 14px;
    line-height: normal;
}

.reviewed-at {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 5px;
}
span.faq-icon img {
    transition: all 0.3s ease;
}
a.my-btn.only-link.view-page svg {
    margin-left: 11px !important;
}
		  /**
a.elementor-button.my-btn.only-link.view-page {
    background: transparent;
    color: #000;
}**/
.faq-answer .my-btn {
      text-transform: unset;
    font-size: 15px;
    padding: 5px 19px 0px 0px;
    margin: 0;
    background: transparent;
    color: #0b5ee9;
    letter-spacing: normal;
}

.block-cta.faq-content-btn {
    justify-content: start;
    gap: 15px;
	    margin-bottom: 5px;
}
.faq-answer {
    background: #f9fbff;
    padding-top: 0;
}

.faq-row {
    border: none;
}

.faq-row > div {
    padding: 18px 20px 11px 20px;
}

.faq-answer p:last-child {
    margin: 0 !important;
}
.faq-content {
    margin-bottom: 11px;
	color: #494949;
    font-size: 15px;
    line-height: 1.8;
}
		  
@media(max-width:767px){
    div#faq-list {
    border: 1px solid #e2e8f0;
    border-radius: 17px;
}
.block-cta.faq-content-btn {
    flex-wrap: wrap;
}

.faq-question {
    font-size: 19px;
}

input#faq-search {
    font-size: 14px;
}
	input#faq-search:focus {
    outline: none;
}
.faq-search-wrapper:before {
    width: 42px;
    height: 42px;
    background-size: 26px;
}
input#faq-search {
    padding-left: 42px;
}
span.question-count {
    font-size: 18px;
}
.faq-row
 {
        grid-template-columns: 1fr 67px;
        padding-left: 0;
        padding-right: 0;
        align-items: start;
    }
.faq-head{
    grid-template-columns: 1fr 37px;
    padding-left: 0;
    padding-right: 0;
}

.faq-question {
        font-size: 16px;
    }
.faq-col-arrow {
    height: 100%;
    display: flex;
    align-items: center;
}
.faq-col-id {
    display: flex;
    justify-content: center;
}
.my-btn{
	font-size: 14px;
	border-radius: 5px;
	padding: 15px 27px 15px 27px;
}
.faq-search-wrapper02 {
    padding: 30px 0 0px 0;
}
.faq-item.active .faq-col-arrow img {
    transform: rotate(136deg);
}
.faq-answer {
    padding:0px 20px 11px 20px;
	        font-size: 14px;
}
.faq-answer .my-btn {
    text-transform: unset;
    font-size: 14px;
}
.faq-answer .my-btn svg {
    width: 15px;
    height: 15px;
}
}
@media(max-width:600px){		  
.reviewed-at {
    width: 100%;
	margin-top:8px;
	margin-bottom:5px;
}
}
@media(max-width:540px){
	.faq-answer .my-btn {
		letter-spacing: normal;
		padding: 12px 12px 12px 12px;
		        padding: 0 !important;
	}
	.info-noticee {
    padding: 20px 17px;
		flex-direction: column;
    align-items: center;
    text-align: center;
		    gap: 8px;
		  }
		.info-noticee .info-content {
    color: #4b5563;
    font-size: 14px;
    line-height: 1.45;
    text-align: center;
}
}
@media(max-width:380px){

.faq-answer .my-btn {
    letter-spacing: normal;
    padding: 9px 9px 9px 9px;
    font-size: 13px;
}
.block-cta.faq-content-btn {
    justify-content: start;
    gap: 30px;
    margin-bottom: 5px;
	
}
		.info-noticee {
    flex-direction: column;
    align-items: center;
    text-align: center;
			
}
	.info-noticee .info-content {
    color: #4b5563;
    font-size: 14px;
    line-height: 1.45;
    text-align: center;
}
  }
  @media(max-width:340px){
	  .faq-row > div {
    padding: 18px 14px 11px 14px;
}
    .block-cta.faq-content-btn {
		        gap: 10px 5px;
        /* flex-direction: column; */
        align-items: start;
        justify-content: space-between;
    }
	      .faq-row {
        grid-template-columns: 1fr 53px;
	  }
	  .faq-content {
    margin-bottom: 17px;
	  }
	  .reviewed-at p {
    font-size: 13px;
}
  }










#planning-def  .definition-title a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 15px 0;
    font-weight: 600 !important;
    font-size: 16px;
    font-family: "Roboto", Sans-serif;
}

#planning-def table#definitions-table td {
    background: #fff;
}
#planning-def table#definitions-table td .faq-definition-item{
     background: #fff;
}


#planning-def table#definitions-table .faq-col-definition-explain {
    margin-bottom: 0;
    color: #494949;
    font-size: 15px;
    line-height: 1.8;
    font-family: "Roboto", Sans-serif;
    font-weight: 500;
}
#planning-def table#definitions-table .faq-definition {
    display: grid;
    grid-template-columns: 30% auto 170px;
    align-items: center;
    padding: 16px 22px;
    border-bottom: 1px solid #edf1f8;
    transition: .25s;
}
#planning-def .definition-header {
    display: grid;
    grid-template-columns: 30% auto 170px;
    background: #2d57d9;
    color: #fff;
    font-weight: 600;
    padding: 18px 22px;
    font-size: 15px;
}
#planning-def table#definitions-table .definition-icon img {
    width: 31px;
 min-width: 31px;
}

div#planning-def .main--header {
    border: 1px solid #e2e8f0;
    border-radius: 17px;
    overflow:hidden;
    margin-top: 25px;
}

div#planning-def {
    background: none;
    border: none;
    padding: 80px 0 80px 0;
}
div#planning-def .definition-header div:last-child {
    text-align: center;
}
#planning-def .definition-header div {
    margin-bottom: 0;
    font-size: 19px;
    line-height: 1.8;
    font-family: "Roboto", Sans-serif;
    font-weight: 700;
}
#planning-def .definition-title {
    padding-right: 20px;
}



.definition-header div:last-child {
    text-align: center;
}

input#faq-search-definition {
        width: 100%;
    padding: 12px;
    margin-bottom: 0px;
    height: 48px;
        border: 1px solid #ccc;
    border-radius: 8px;
    font-family: "Roboto", Sans-serif;
    font-size: 17px;
    padding-left: 50px;
    opacity: 1;
}
.main--search-wrap {
    position: relative;
}
.main--search-wrap:before {
    content: '';
    background: url(https://dualoccupancycanberra.com.au/wp-content/uploads/2026/07/magnifying-glass.png);
    width: 54px;
    height: 46px;
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    background-size: 31px;
    background-position: center;
    background-repeat: no-repeat;
}


.main--search-wrap {
    margin-top: 25px;
}

div#planning-def .question-count + span {
    text-align: start;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 23px;
    letter-spacing: 0px;
    word-spacing: 0em;
    color: var(--e-global-color-secondary);
}

div#planning-def span.question-count {
    margin: 0 0 7px 0;
}

/* Footer Wrapper */
#planning-def .table-footer-wrapper{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
    padding:20px 24px;
    margin-top:24px;
    background:#fff;
    margin: 0;
}

/* Info text */
#planning-def .table-footer-wrapper .dt-info{
    color:#2d3748;
    font-size:15px;
    font-weight:500;
    white-space:nowrap;
}

/* Pagination container */
#planning-def .table-footer-wrapper .dt-paging nav{
    display:flex;
    align-items:center;
    gap:10px;
}

/* Pagination buttons */
#planning-def .table-footer-wrapper .dt-paging-button{
    min-width:42px;
    height:42px;
    padding:0 14px;
    display:flex;
    align-items:center;
    justify-content:center;
    border:1px solid #e5e7eb !important;
    border-radius:10px;
    background:#fff !important;
    color:#374151 !important;
    font-size:15px;
    font-weight:500;
    cursor:pointer;
    transition:all .25s ease;
}

/* Hover */
#planning-def .table-footer-wrapper .dt-paging-button:hover{
    background:#f5f7fb !important;
    border-color:#d1d5db !important;
}

/* Active page */
#planning-def .table-footer-wrapper .dt-paging-button.current{
    background:#2f56d3 !important;
    border-color:#2f56d3 !important;
    color:#fff !important;
    box-shadow:0 4px 12px rgba(47,86,211,.25);
}

/* Disabled buttons */
#planning-def .table-footer-wrapper .dt-paging-button.disabled{
    opacity:.45;
    cursor:not-allowed;
}

/* Previous / Next */
#planning-def .table-footer-wrapper .previous,
#planning-def .table-footer-wrapper .next{
    min-width:80px;
}

/* First / Last */
#planning-def .table-footer-wrapper .first,
#planning-def .table-footer-wrapper .last{
    min-width:42px;
}

/* Responsive */
@media (max-width:768px){
   #planning-def .table-footer-wrapper{
        flex-direction:column;
        align-items:flex-start;
        align-items: center;
        gap:16px;
    }

   #planning-def .table-footer-wrapper .dt-paging nav{
        flex-wrap:wrap;
    }
}





@media (max-width: 767px) {
    #planning-def table#definitions-table .faq-definition {
        grid-template-columns: 1fr;
    }
#planning-def .definition-header {
    display: none;
}
.faq-col-arrow.new-arrow {
    margin-top: 10px;
}
}
@media (max-width: 380px) {
.faq-col-arrow.new-arrow {
    justify-content: start;
}
}