/**
Theme Name: South Waste Bins
Author: Ihub Solutions International
Author URI: https://ihubsolution.co.id/
Description: South Waste Bins – A custom WordPress theme built exclusively for the South Waste Bins brand. Clean, responsive, and tailored to showcase waste management services, bin hire options, and customer inquiries with a professional touch.
Version: 1.0.0
**/

body{
    font-family: "Rubik", sans-serif;
    /*font-size: 16px;*/
    background: #fff;
    color: #626161;
}
p{
    margin-bottom: .8em;
    line-height: 1.7;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    font-family: "Figtree", sans-serif;
    color: #201e1f;
    font-weight: bold;
    margin-bottom: .5em;
}
a{
    text-decoration: none;
	color: #626161;
}
a:hover{
    text-decoration: none;
    cursor:pointer;
    color: #201e1f;
}
p a {
    color: #FF991C;
    font-weight: 500;
    text-decoration: underline;
}
li a {
    color: #FF991C;
    font-weight: 500;
}
.btn,
a {
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
strong{
    font-weight: bold;
}
em{
    font-style: italic;
}
img{
    max-width: 100%;
    margin: auto;
    height: auto;
    display: block;
}
ul li{
    list-style:none;
}
header{
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.1), -1px -1px 1px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.1), -1px -1px 1px 0px rgba(0,0,0,0.5);
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.1), -1px -1px 1px 0px rgba(0,0,0,0.5);
    -webkit-transition: top .3s ease-out 0s;
    -moz-transition: top .3s ease-out 0s;
    -ms-transition: top .3s ease-out 0s;
    -o-transition: top .3s ease-out 0s;
    transition: top .3s ease-out 0s;
}
section, .coastal-content{
    line-height:1.65rem;
}
section, .coastal-content ul li{
    list-style:initial;
}
#navbar-coastal ul li{
    list-style:none;
}
.home .home-banner h1 {
    font-size: 34px !important;
    line-height: 1.4;
    font-weight: 800;
    max-width: 480px;
    text-shadow: 0 0 10px rgb(212 195 195 / 60%);
}

.coastal-content img.intro-img {
    max-width: 360px;
    width: 100%;
}

.coastal-content .iframe-style {
    border-radius: 1rem;
    border: 6px solid #f2f2f2;
}

.coastal-content #faq .card {
    border-radius: .5rem;
    margin-bottom: 6px;
    border: 2px solid #EAEAEA;
    overflow: hidden;
}

.coastal-content #faq .card-header:first-child {
    background: #f2f2f2;
    border: 0;
}

.coastal-content #faq .card-header:hover {
    background: #FF991C;
}

.coastal-content #faq .card-header:first-child a {
    color: #201e1f;
    font-size: 18px;
}

.coastal-content #faq .card-header:hover a {
    color: #FFFFFF !important;
}

.coastal-content #faq .card-header:first-child a[aria-expanded="true"] {
    color: #FF991C;
}

.coastal-content .bins-fit {

}

.coastal-content .bins-fit ul {
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-top: 20px;
}

.coastal-content .bins-fit ul li {
    list-style: none;
    background: #FFFFFF;
    padding: 1.5rem 2rem;
    border-radius: 1rem;
    border: 2px solid #EAEAEA;
}

.coastal-content .bins-fit.on-page ul li {
    background: #f8f8f8;
}

.coastal-content .bins-fit ul li strong {
    display: flex;
    position: relative;
    font-size: 24px;
    color: #201e1f;
    align-items: center;
    margin-bottom: 10px;
}

.coastal-content .bins-fit ul li strong::before {
    content: '';
    background-image: url('https://infoweblink.com.au/frankie/wp-content/uploads/2025/10/ORANGE-PNG.png');
    width: 80px;
    height: 60px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 10px;
    background-size: 100%;
}

.coastal-content .waste-types {
    margin-top: 30px;
}

.coastal-content .waste-types ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px 20px;
    padding: 0;
    margin: 20px 0 30px;
}

.coastal-content .waste-types ul li {
    list-style: none;
    font-size: 18px;
    color: #201e1f;
    font-weight: 500;
}

.coastal-content .waste-types ul li::before {
    content: "\f00c";
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-right: 10px;
    font-size: 24px;
    color: #4dc94d;
}

/** Color Set **/
.bg-yellow {
    background-color: #f6b81d;
}
.bg-lightgrey {
    background-color: #f2f2f2;
}
.bg-lightgrey2 {
    background-color: #ebebeb;
}
.bg-lightgrey-gradient {
    background: linear-gradient(to bottom, #FFFFFF 50%, #f2f2f2 50%);
}
.bg-grey {
    background-color: #e7e5e5;
}
.bg-darkgrey {
    background-color: #333333;
}
.bg-black {
    background-color: #000;
}
.bg-theme-dark {
    background-color: #201e1f;
}
.bg-theme-dark-2 {
    background-color: #2b292a;
}
.bg-theme-light {
    background-color: #dcdbdc;
}
.bg-theme-red {
    background-color: #F58D0F;
}
.bg-lightgrey-gradient-red {
    background: linear-gradient(to bottom, #FFFFFF 50%, #F58D0F 50%);
}
.text-orange {
    color: #f78c26;
}
.text-yellow {
    color: #f6b81d;
}
.text-black {
    color: #000;
}
/***********************/

/** Original buttons  **/
.black-btn {
    padding: 8px 10px;
    background-color: #000;
    color: #f6b81d;
    text-decoration: none;
    font-weight: 600;
    border-radius: 1.5rem;
    border: 2px solid #000;
}
.black-btn:hover {
    background-color: #171717;
    color: #f6b81d;
    border: 2px solid #171717;
}
.yellow-btn {
    padding: 8px 15px;
    background-color: #f6b81d;
    color: #000;
    text-decoration: none;
    border-radius: 1.5rem !important;
    font-weight: 600;
    border: 2px solid #f6b81d;
}
.yellow-btn:hover {
    background-color: #ffcb22;
    border: 2px solid #ffcb22;
    color: #000;
}

.primary-btn {
    padding: 0 24px;
    height: 42px;
    background-color: #FF991C;
    color: #ffffff;
    text-decoration: none;
    border-radius: 1.5rem !important;
    font-weight: 600;
    border: 2px solid #FF991C;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    letter-spacing: .6px;
    font-size: 15px;
}
.primary-btn:hover {
    background-color: #FFFFFF;
    border: 2px solid #FF991C;
    color: #201e1f;
}

.ghost-btn {
    padding: 0 24px;
    height: 42px;
    background-color: #FFFFFF;
    color: #201e1f;
    text-decoration: none;
    border-radius: 1.5rem !important;
    font-weight: 600;
    border: 2px solid #201e1f;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    letter-spacing: .6px;
    font-size: 15px;
}
.ghost-btn:hover {
    background-color: #201e1f;
    color: #fff;
    border: 2px solid #201e1f;
}
.ghostwhite-btn {
    padding: 0 24px;
    height: 42px;
    background-color: transparent;
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 1.5rem !important;
    font-weight: 600;
    border: 2px solid #FFFFFF;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    letter-spacing: 1px;
    font-size: 15px;
}
.ghostwhite-btn:hover {
    background-color: #fff;
    color: #000;
    border: 2px solid #fff;
}
.big-yellow-btn, .customPhoneButton {
    padding: 10px 25px;
    background-color: #FF991C;
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 2rem;
    font-weight: 600;
    font-size: 32px;
    border: 2px solid #FF991C;
}
.big-yellow-btn:hover, .customPhoneButton:hover {
    background-color: #FFFFFF;
    color: #FF991C;
}

.white-btn {
    padding: 8px 15px;
    background-color: #fff;
    color: #000;
    text-decoration: none;
    font-weight: 600;
    border-radius: 2rem;
}
.white-btn:hover {
    background-color: #ffffdb;
    color: #000;
}
/***********************/

/** Width **/
.w-70 {
    width: 70%;
}
.w-80 {
    width: 80%;
}
.w-160px {
    width: 160px;
}
/***********************/

/** Typography ****/
.fs-10 {
    font-size: 10px;
}
.fs-12 {
    font-size: 12px;
}
.fs-16 {
    font-size: 16px;
}
.fs-20 {
    font-size: 20px;
	line-height: inherit;
}
.fs-22 {
    font-size: 22px;
}
.fs-24 {
    font-size: 24px;
    line-height: 1.5;
}
.fs-32 {
    font-size: 32px !important;
}
.fs-custom {
    font-size: 1.75rem !important;
}

/***********************/

/** Padding & Margin **/
.mb-7rem {
    margin-bottom: 5rem;
}
/***********************/

/** Search *********/
.search-input {
    font-family: "Rubik", sans-serif;
    min-height: 40px;
}
.btn-search {
    background: #FF991C;
    color:#fff !important;
    border:none;
}
/***********************/

/** Contact Form *********/
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 textarea, .wpcf7 input[type="file"] {
    font-family: FontAwesome, "Open Sans";
}
.form-group.required label::after {
    content: " *";
    color: red;
}
/***********************/

/** Navbar *********/
#about-us-nav,
#bin-size-nav,
#blogs-nav,
#contact-nav,
#type-of-waste,
#book-skip-bin {
    width: 100%;
    height: 208px;
    margin-top: -208px;
}

ul.menu{
    margin: 0;
    padding: 0;
    list-style: none;
}

.top-menu ul{
    margin-bottom: 0;
}

.top-menu ul.menu a{
    color: #FFFFFF;
    display: block;
    font-size: 15px;
    letter-spacing: 0.6px;
}

.top-menu ul.menu a:hover{
    color: rgb(255 255 255 / 50%);
}

.top-menu ul.menu li{
    display: block;
    position: relative;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    padding: .2em 1em;
}

.top-menu ul.menu li:last-child{
    border-right: none;
}

.top-menu ul.menu li.menu-item-has-children > a:after{
    content: '\f107';
    font-family: FontAwesome;
    color: rgba(255,255,255,.5);
    margin-left: 5px;
}

.top-menu ul.menu .sub-menu{
    position: absolute;
    background: #F2F2F2;
    padding: 0;
    margin: 0;
    z-index: 10;
    min-width: max-content;
    text-align: left;
    border-radius: .75rem;
    border: 6px solid #F8F8F8;
    box-shadow: 0 9px 26px -14px rgb(32 30 31 / 40%);
    overflow: hidden;
    min-width: 240px;
}

.top-menu ul.menu > li > .sub-menu{
    left: -2.8em;
    top: 100%;
    right: -2.8em;
    list-style: none;
}

.top-menu ul.menu .sub-menu li > .sub-menu{
    right: -180px;
    top: 0;
}
.top-menu ul.menu .sub-menu li{
    border: 0;
    padding: 0;
}
.top-menu ul.menu .sub-menu li+li{
    border-top-color: #fff;
}
.top-menu ul.sub-menu > li:hover,
.top-menu ul.sub-menu > li.current-menu-item,
.top-menu ul.sub-menu > li.current-menu-ancestor,
.top-menu ul.sub-menu > li.current-menu-parent{
    /*background: #60604d;
    border-color: #fbb31b!important;
    border-width: 3px;*/
    color: #fff;
}
.top-menu ul.sub-menu > li a:hover{
    color: #fff;
}
.top-menu ul.sub-menu > li:hover+li,
.top-menu ul.sub-menu > li.current-menu-item+li,
.top-menu ul.sub-menu > li.current-menu-ancestor+li,
.top-menu ul.sub-menu > li.current-menu-parent+li{
    border-top: none;
}
.top-menu ul.menu .sub-menu a{
    color: #201e1f;
    text-align: left;
    padding: 0.8em 1.2em;
    font-size: 14px;
}

.top-menu ul.menu .sub-menu a:hover {
    background: #FF991C;
    color: #FFFFFF;
}

.top-menu ul.menu .sub-menu li:not(:last-child) a {
    border-bottom: 1px solid rgb(32 30 31 / 10%);
}

.showmenu{
    border: 2px solid #ffffff;
    border-radius: .6rem;
    padding: 0.6rem 0.8rem;
    line-height: normal;
    color: #FF991C !important;
    background: transparent;
    font-size: 20px;
}
.menu-wrap li a{
    text-align: center;
}
/***********************/

/** Header *********/
header.fixed{
    position: fixed;
    top: -400px;
    left: 0;
    right: 0;
    z-index: 100;
}
header.fixed.navbar-fixed-top{
    top: 0;
}
.header-banner{
    position: relative;
}
.first-tagline,
.second-tagline {
    font-family: "Figtree", sans-serif;
    color: #201e1f;
    font-weight: 800;
    font-size: 20px;
    letter-spacing: .4px;
    display: block;
}

.second-tagline {
    font-size: 18px;
    font-weight: 600;
}

.first-tagline > span,
.second-tagline > span {
    color: #FF991C;
    font-weight: 900;
}

header .main-logo {
    margin: 0;
    max-width: 240px;
}

header .main-logo.mobile {
    max-width: 140px;
}

.swb-header-bg {
    background: linear-gradient(45deg, #dcdbdc, #f2f2f2);
}

.swb-header-bg h1 {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 36px;
    letter-spacing: .2em;
}
/***********************/

/**** POST *******/
.entry-meta {
    margin-top: 15px;
    text-align: center;
}
.single .my-5{
	margin-bottom: 0.5rem!important;
}
.single h1 {
	text-align: center;
	font-size: 2rem ;
	margin: 1.2em auto;
}
/**** SWIPER CSS *******/
.coastal-slider .swiper-container {
  width: 100%;
  height: 100%;
}
.box-content-banner{
    position: absolute;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    width: 100%;
}

.grid-list-db {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin: 10px 0 20px;
}

.list-db {
    color: #201e1f;
    font-size: 18px;
    font-weight: 500;
}

.list-db i {
    color: #FF991C;
}
/**** FORM *******/
.box-title-form{
    background-color: #000;
    padding-bottom: .75rem;
    padding-top: .75rem;
    padding-left: .5rem;
    padding-right: .5rem;
    border-bottom: 8px solid #FF991C;
}
.box-content-form{
    background-color: #e8e8e8;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 2.5rem;
    padding-bottom: 3.25rem;
}

.form-control-lg {
    font-size: 1rem !important;
}
.form-control{
    padding: 10px !important;
}
.bg-form{
    background-color: #e8e8e8;
}
/***********************/
.home-banner{
    background-image: url('https://infoweblink.com.au/frankie/wp-content/uploads/2025/11/Frankie-Mobile-Skips-Colour-Image.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.home-banner::before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(220 219 220 / 80%);
/*     backdrop-filter: blur(4px); */
}
.box-left-banner{
    height: 100%;
    padding: 2rem 0;
}
/*#free-quote-nav{
    width: 100%;
    height: 208px;
    margin-top: -208px;
}*/

.box-iq{
    background: rgb(32 30 31 / 80%);
    border: 10px solid rgb(32 30 31 / 10%);
    border-radius: 1rem;
    height: 100%;
    backdrop-filter: blur(16px);
    /* min-height: 460px; */
}
.box-iq-border{
    box-sizing: border-box;
    border: 2px solid #FF991C;
    padding: 2rem 1.4rem;
    height: 100%;
    border-radius: .5rem;
}

.box-iq form label {
    margin-bottom: 2px;
    font-size: 15px;
    color: #dcdbdc !important;
    letter-spacing: .4px;
}

.box-iq form .form-control {
    margin-bottom: 15px !important;
}

.box-iq button[type=submit] {
    padding-left: 8px !important;
    padding-right: 8px !important;
    width: 100%;
    display: block;
}

/**** SECTION 1 *******/
.custom-text-shadow{
    text-shadow: 2px 2px 5px #785808;
}
.box-section1-icon{
    background-color: #222;
    border: 10px solid #222;
    margin-top: -5rem;
}
.box-section1-icon-border{
    box-sizing: border-box;
    border: 2px solid #FF991C;
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.box-step{
    min-height: 180px;
}
.step-content{
    /* margin-top: -2.5rem; */
}
.step-img{
    width: 170px;
}
.arrow-step{
    width: 50px;
}
.box-booknow{
    text-align: center;
    margin-top: -2.5rem;
    background-color: #2f343b;
    min-height: 182px;
    padding: 1.5rem;
    border-radius: 1rem;
    /* box-shadow: -5px 5px 10px 0px #8e8e8e; */
    display: table;
    width: 100%;
}
.box-booknow-content{
    display: table-cell;
    vertical-align: middle;
}

/***********************/

/**** SECTION 3 *******/
.custom-border-bottom-black {
    border: 3px solid #000;
    width: 5%;
}

.box-sbs {
    background-color: #FFFFFF;
    padding: 2rem 1.5rem;
    border-radius: 1rem;
    border: 2px solid #EAEAEA;
    min-height: 310px;
}

.title-sbs {
    font-size: 1.3rem;
    font-weight: bold;
    margin: 0;
    width: 80px;
    height: 80px;
    position: absolute;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    top: 70px;
    right: 40px;
    color: #201e1f;
    border: 4px solid #FF991C;
    box-shadow: 4px 8px 20px -10px rgb(160 14 18 / 50%);
}

.box-sbs-img {
    padding: 20px 0;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
  text-align: center;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  min-height: 360px;
}

.swiper-slide img {
    display: block;
    width: auto;
    height: 100%;
    max-height: 120px;
}
.section-button-next,
.section-button-prev {
    color: #FF991C;
    background: #ffffff;
    z-index: 10;
    padding: 0.2em 0;
    cursor: pointer;
    text-align: center;
    border-radius: 2rem;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 16px -10px rgb(32 30 31 / 50%);
}
.section-button-prev {
    margin-right: -50px;
}
.section-button-next {
    margin-left: -50px;
}
.fa-lg{
    vertical-align: middle;
    display: table-cell;
}
/***********************/
/* .arrow-up:after {
  font-family: FontAwesome, "Open Sans";
  content: "\f078";
  float: right;
}

.arrow-up.collapsed:after {
  content: "\f077";
} */
/**** SECTION 5 *******/
.bg-section5{
    background-image: url('assets/img/bg-5_6-convert.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.custom-border-bottom-yellow{
    border: 3px solid #f6b81d;
    width: 5%;
}
.custom-border-bottom-primary {
    border: 3px solid #FF991C;
    width: 120px;
}
.custom-border-bottom-white {
    border: 3px solid #FFFFFF;
    width: 120px;
}
.img-sect5{
  height: 234px;
  width: 100%;
}
/***********************/

/**** SECTION 5 *******/
.bg-section6{
    background-image: url('assets/img/bg-section6.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}
/***********************/

/**** SECTION 6 *******/
.custom-border-bottom-yellow-l{
    border: 3px solid #f6b81d;
    width: 5%;
    margin-left: 0;
}
/***********************/

/**** SECTION 8 *******/
.box-bt{
    min-height: 55px;
}
/***********************/

/**** SECTION 9 *******/
h3.wpmtst-testimonial-heading.testimonial-heading{
    display: none;
}
.testimonial-name{
    font-weight: bold;
    font-style: italic;
    margin-top: 2rem;
}
/***********************/

.img-blog-size{
    height: 184px;
    width: 100%;
}
.box-excerpt-blog{
      min-height: 290px;
}
/**** CTA 2 *******/
.bg-cta2{
    background-image: url('assets/img/bg-cta2.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.cta-box{
    width: 55%;
    margin: auto;
}
/***********************/



/**** FOOTER *******/

footer ul li:not(:last-child) {
    margin-bottom: 8px;
}

footer ul li a,
footer.bg-theme-dark p {
    color: #dcdbdc;
    font-weight: 400;
}
.img-footer {
    position: relative;
    background-image: url('assets/img/img-footer.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 219px;
}
.text-footer {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.text-footer p{
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
}
.footer h3 {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.2px;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgb(32 30 31 / 25%);
    color: #f2f2f2;
}
.copyright a{
    color: #FF991C;
}

.footer img {
    margin: 0 0 10px;
}

.footer .fb-btn {
    padding: .6em 1em;
    background-color: #f2f2f2;
    display: block;
    border-radius: 6px;
    color: #626161;
    font-size: 16px;
    font-weight: 500;
}

.footer .fb-btn i {
    color: #FFFFFF;
    background: #0866ff;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin-right: 10px !important;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #000;
  color: white;
  padding: 8px 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #000;
}

/***********************/

/* page skip bin price */
.box-step-sbp {
    min-height: 200px;
    border: 1px solid #e5e5e5;
    padding: 1rem;
    border-radius: 0.25rem;
    box-shadow: 2px 2px 5px 0px #00000047;
    background-color: #f6b81d12;
}

/*.box-step-title {*/
/*  position: absolute;*/
/*  background-color: #f6b81d;*/
/*  border-radius: .25rem;*/
/*  padding: 1rem;*/
/*  width: 80%;*/
/*  left: 50%;*/
/*  transform: translateX(-50%);*/
/*  bottom: -14%;*/
/*}*/

/*.img-step {*/
/*  padding: 1.5rem 1.5rem 4rem 1.5rem;*/
/*}*/

/* tpl side bar */

.widget_iq{
    /* border: 1px solid #ced4da;
    padding: 1.5rem 1rem; */
}

.widget_iq .box-iq form .col-12.col-lg-6 {
    width: 100%;
    flex: none;
    max-width: 100%;
}

.widget_iq .box-iq .box-iq-border {
    padding: 1.2rem 1rem !important;
}

.widget_iq .box-iq .primary-btn {
    white-space: nowrap;
    font-weight: 500;
    letter-spacing: 0;
}

.box-title-wb {
    padding: 1.5rem 1rem;
    background-color: #FF991C;
    border-radius: 1rem 1rem 0 0;
}

.box-title-wb > h4 {
    margin: 0;
    color: #FFFFFF;
}

.box-content-wb {
    padding: 1.5rem 1rem;
    border: 1px solid #FF991C;
    border-radius: 0 0 1rem 1rem;
}

/* page */
.tablebinsize {
    width: 100%;
    border-collapse: collapse;
}

.tablebinsize th {
    background-color: #f8f9fa;
    padding: 12px;
    font-weight: 600;
    text-align: center;
    border-bottom: 2px solid #ddd;
}

.tablebinsize td {
    vertical-align: top;
    padding: 14px 16px;
    border-bottom: 1px solid #e5e5e5;
    text-align: left;
}

.tablebinsize td:first-child {
    width: 18%;
    font-weight: 600;
}

.tablebinsize td:nth-child(2) {
    width: 28%;
    text-align: center;
}

.tablebinsize td:nth-child(3) {
    width: 54%;
}

.tablebinsize ul {
    margin: 0 0 10px 20px;
    padding: 0;
}

.tablebinsize li {
    margin-bottom: 6px;
    line-height: 1.6;
}

.bin-dimension {
    max-width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    .tablebinsize th,
    .tablebinsize td {
      display: block;
      text-align: left;
      width: 100%;
    }

    .tablebinsize td:nth-child(2) {
      text-align: left;
      margin: 10px 0;
    }

    .tablebinsize tr {
      border-bottom: 2px solid #f1f1f1;
      margin-bottom: 20px;
      display: block;
    }
}

/* Update Bangkit Hover Datepicker */
.ui-state-disabled {
    pointer-events: visible !important;
}

/* blog pagination */
.pagination{
    justify-content: center;
}
.pagination ul li{
    display: inline-block;
    padding-right: .5rem;
}
.pagination ul li span.page-numbers.current{
    text-decoration: underline;
}

.strong-view.wpmtst-simple .wpmtst-testimonial-inner{
    text-align: center !important;
}
.grecaptcha-badge {
	visibility: hidden;
}

.coastal-page-content ul li{
    list-style-type: disc;
}

/*price page*/
.carousel-indicators li{
    width: 15px;
}
.carousel-control-next, .carousel-control-prev{
	width: 5%;
}

.img-radius {
    border-radius: 1rem !important;
    overflow: hidden;
}

.page-template-contact-us {

}

.page-template-contact-us .forminator-ui input.forminator-input,
.page-template-contact-us .forminator-ui textarea.forminator-textarea {
    border: 1px solid #dcdbdc;
    border-radius: .25rem;
}

.page-template-contact-us .forminator-ui .forminator-row {
    margin-bottom: 10px;
}

.area-list {
    columns: 3;
    color: #201e1f;
}

.area-list li {
    margin-bottom: 4px;
    position: relative;
}

.ui-datepicker-header {
    background: #FF991C !important;
    color: #FFFFFF !important;
}

.ui-datepicker-header .ui-state-hover {
    background: #201e1f !important;
    border
}

.coastal-page-content .carousel-control-next-icon,
.coastal-page-content .carousel-control-prev-icon {
	width: 30px;
    height: 30px;
    background-color: #4c4b4b;
    background-size: 60%;
    border-radius: 100%;
}

/**** RESPONSIVE *******/
@media screen and (max-width:1200px){ /*xl*/
    .section-button-prev {
        margin-right: -40px;
    }
    .section-button-next {
        margin-left: -40px;
    }
}

@media (max-width: 1199px) { /*lg*/
    .top-menu ul.menu{
        font-size: 85%;
    }
    .swiper-slide img{
        height: 100%;
    }
    .tablebinsize td{
        min-width: 200px;
    }
    .tablebinsize a{
        font-size: 12px;
        padding: 8px 15px;
    }
}

@media (min-width: 992px){ /*lg ke atas*/
    .top-menu ul.menu .sub-menu{
        display: none;
    }
    .top-menu ul.menu li:hover > .sub-menu{
        display: block;
    }
	.hide-desktop {
		display: none;
	}
}

@media (max-width: 991px) { /*md*/
    .top-menu ul.menu li.menu-item-has-children > a:after{
        display: none;
    }
    .top-menu ul.menu a{
        padding: .5em 1em;
        font-size: 100%;
    }
    .top-menu ul.menu > li > .sub-menu{
        position: relative;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        /*padding-left: 1em;*/
        text-align: left;
    }

    a.floating-button.phone{
        position: fixed;
        top: 30%;
        right: .7%;
        z-index: 1040;
        background-color: #2b2e35;
        border-radius: 40px;
        padding: 10px;
        transform: translateX(185px);
        transition: transform .2s ease-in .2s;
        -webkit-transition: transform .2s ease-in .2s;
        -moz-transition: transform .2s ease-in .2s;
    }
    a.floating-button.phone:hover{
        padding: 10px;
        transform: translateX(60px);
    }
    .floating-button .background{
        background-color: #dda227;
        padding: 10px 30px;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 0.2rem;
        border-radius: 30px;
    }
    .floating-button.small{
        position: fixed;
        top: 30%;
        right: .7%;
        z-index: 1040;
        background-color: #2b2e35;
        padding: 10px;
        border-radius: 40px;
        transition: transform .2s ease-in .2s;
        -webkit-transition: transform .2s ease-in .2s;
        -moz-transition: transform .2s ease-in .2s;
        min-width:220px;
        transform: translateX(185px);
    }
    a.floating-button.small.search:hover{
        transform: translateX(90px);
    }
    .floating-button.small .background{
        background-color: #dda227;
        padding: 10px;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 0.2rem;
        border-radius: 30px;
        -moz-transition: all .5s ease, background-color .2s ease;
        -o-transition: all .5s ease, background-color .2s ease;
        -webkit-transition: all .5s ease, background-color .2s ease;
        transition: all .5s ease, background-color .2s ease;
    }
    a.floating-button.small:hover .background{
        background-color: #dda227;
    }
    a.floating-button.small.search{
        top: 45%;
    }
    #searchmodal .modal-dialog{
        top:30%;
    }
    .custom-border-bottom-right{
        text-align: left;
        margin-left: 0;
    }
    .cta-box{
        width: 90%;
        margin: auto;
    }
    .w-80 {
        width: auto;
    }
    .w-70{
        width: auto;
    }
    .box-iq {
        margin-top: 2rem;
    }
    .mb-7rem {
        margin-bottom: 0;
    }
    .box-section1-icon {
        margin-top: 0;
    }
    .box-sec9 {
        margin-left: -15px;
        width: auto;
    }
    .top-menu ul.menu .sub-menu a {
        padding: 0;
    }
    .top-menu ul.menu .sub-menu li {
        border: none;
    }
    .top-menu ul.sub-menu > li a:hover {
        color: #000;
    }
    .mobnav-subarrow {
        background: #FF991C;
        height: 30px;
        width: 40px;
        position: absolute;
        top: 4px;
        right: .5em;
        color: #ffffff;
        text-align: center;
        font-size: 20px;
        margin: auto;
        display: flex !important;
        align-items: center;
        justify-content: center;
        border-radius: .2rem;
    }
    #myBtn{
        padding: 3px 10px;
    }
    .img-sect5{
        height: auto;
        margin-bottom: 2rem;
    }
    .section-button-next, .section-button-prev{
      color: #000;
      background: #ffffffb0;
    }
    .section-button-next {
        margin-left: -20px;
    }
    .section-button-prev {
        margin-right: -20px;
    }
    .box-step {
        min-height: auto;
    }
    .step-content {
        margin-top: 0;
        /* padding-top: 3rem; */
    }
    .box-booknow{
        /* margin-bottom: 3rem; */
        margin-top: 0;
    }
    .img-blog-size{
        height: auto;
    }
    .box-excerpt-blog {
        min-height: auto;
    }
    .box-iq{
        height: auto;
    }
    .box-iq-border{
        height: auto;
    }
    /* floating btn */
    .mobile-sticky .black-btn,
    .mobile-sticky .yellow-btn,
    .mobile-sticky .ghost-btn,
    .mobile-sticky .primary-btn {
        border-radius: 0 !important;
        display: block;
        text-align: center;
        text-transform: uppercase;
        font-weight: bold;
        height: 42px;
        width: 100%;
        border: 0;
    }
	.hide-mobile {
		display: none;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
    .wp-image-70{
        margin-top: 3rem;
        margin-left: 0;
    }
	#about-us-nav,
    #bin-size-nav,
    #blogs-nav,
    #contact-nav,
    #type-of-waste,
    #book-skip-bin {
        width: 100%;
        height: 207px;
        margin-top: -207px;
    }
    .top-menu ul.menu li {
        padding: .2em 1em;
    }
    .top-menu ul.menu a {
        padding: .5em 0;
    }
	.hide-desktop {
		display: none;
	}
}

@media (max-width: 767px) { /*sm*/
    #about-us-nav,
    #bin-size-nav,
    #blogs-nav,
    #contact-nav,
    #type-of-waste,
    #book-skip-bin {
        width: 100%;
        height: 76.2px;
        margin-top: -76.2px;
    }
    h1, h2{
        font-size: 1.75rem !important;
    }
    .fs-custom {
        font-size: 18px !important;
    }
    .fs-custom2{
        font-size: 16px;
    }
    .fs-first-tagline{
    	font-size: 24px !important;
    }
    .fs-header-subtitle{
    	font-size: 18px !important;
    }
    .title-wrap{
        position: relative;
        top: 0;
        z-index: 1;
        transform: none;
        background-color: #171717;
        padding: 10px 20px;
    }

    .swiper-slide .title{
        font-size: 18px !important;
        line-height: 22px;
    }
    .swiper-slide .title2{
        font-size: 16px !important;
        line-height: 22px;
    }
    .top-menu{
        background: #fff;
    }
    .top-menu ul.menu li{
        border-right: none;
        padding: 2px 0;
        position: relative;
    }
    .top-menu ul.menu li:not(:last-child) {
        border-bottom: 1px solid #363636;
    }
    .cta-box {
        width: 100%;
        margin: auto;
    }
    .fs-16{
        font-size: 16px !important;
    }
    .widget_text h3{
        margin-top: .75rem;
    }
    .sf-menu{
        width: 100%;
    }
    .sf-menu li{
        background: #fff;
    }
    .sf-menu li:hover{
        background: #fff;
    }
    .sf-menu a{
        border-top: none;
        border-left: none;
    }
    .section-button-prev {
        margin-right: -5px;
    }
    .section-button-next {
        margin-left: -5px;
    }
	.pt-5, .py-5 {
		padding-top: 1rem!important;
	}
	#myBtn {
		bottom: 50px;
	}
	.hide-mobile {
		display: none;
	}
}

@media (max-width: 767px) { /*xs*/
    .section2 .ghost-btn,
    .section4 .ghost-btn,
    .section5 .ghostwhite-btn,
    .section6 .ghost-btn,
    .section7 .ghost-btn{
        margin-bottom: 1rem;
    }
	.widget_iq{
		margin-top: 4rem;
	}
	.hide-mobile {
		display: none;
	}

    .coastal-content .bins-fit ul,
    .coastal-content .waste-types ul {
        grid-template-columns: 1fr !important;
    }

    .coastal-content .waste-types ul {
        gap: 5px;
    }

    .coastal-content .waste-types ul li {
        font-size: 16px;
    }

    .grid-list-db {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .box-iq-border {
        padding: 1.4rem !important;
    }

    .home .pr-4,
    .home .pr-5 {
        padding-right: 0 !important;
    }

    .home .pl-4 {
        padding-left: 0 !important;
    }

    .home .pl-5 {
        padding-left: 15px !important;
    }

    .desktop-header {
        display: none !important;
        visibility: hidden;
    }

    .top-menu ul.menu a {
        text-align: left;
    }

    .top-menu ul.menu > li > .sub-menu {
        padding: 5px;
        margin-top: 5px;
        width: calc(100% - 20px);
        margin-left: 20px;
    }

    .top-menu ul.menu > li > .sub-menu li a {
        padding: 6px 10px;
        border: 0 !important;
    }

    .top-menu ul.menu > li > .sub-menu li:not(:last-child) {
        border-color: #DDDDDD;
    }

    footer .branding-footer {
        display: flex;
        gap: 20px;
        align-items: center;
        justify-content: space-evenly;
    }

    footer .branding-footer img {
        width: 35%;
        height: fit-content;
    }

    footer ul li a, footer.bg-theme-dark p {
        font-size: 14px;
    }

    .footer h3 {
        font-size: 15px;
        margin: 0;
    }

    footer > .container > .row {
        gap: 30px;
    }

    .bullsbrook-content.copyright {
        margin-bottom: 42px;
        font-size: 14px;
    }

    .coastal-content img.intro-img {
        width: 75%;
        margin: 0 auto 30px !important;
    }

    .section-button-next, .section-button-prev {
        background: #dcdbdc !important;
    }

    .coastal-content #faq .card-header:first-child a {
        font-size: 15px;
    }

    .footer .widget_nav_menu h3 {
        border-bottom: 1px solid #333333;
        margin-bottom: 10px;
        padding-bottom: 15px;
    }

    .mobile-sticky.fixed-bottom {
        box-shadow: 0 -5px 16px -10px rgb(32 30 31 / 50%);
    }

    .box-step .step-content {
        display: flex !important;
    }

    .box-step .step-content img {
        width: 100%;
        min-width: 0;
    }

    .box-step .step-content > div:last-child {
        display: none !important;
    }

    .area-list {
        columns: 2;
    }
}
.banner-description{
  margin-top:8px; 
  font-size:16px; 
  line-height:1.7; 
  color:#202733;   /* samakan dengan body text */
  max-width:720px; /* opsional: batasi lebar */
}

@media (min-width: 768px) {
    .coastal-page-content .widget_iq {
        position: sticky;
        top: 40px;
    }
}

/* ==== BENEFITS ICON SIZE FIX ==== */
.section-benefits .benefit-icon{width:110px;height:auto;margin-bottom:12px;}
@media (max-width:768px){.section-benefits .benefit-icon{width:110px;}}

/* Biar card rapi pada mobile slider */
.benefits-swiper .benefit-card{padding:18px 10px;}
.benefits-swiper .swiper-pagination-bullet{opacity:.5}
.benefits-swiper .swiper-pagination-bullet-active{opacity:1}

.benefits-swiper .swiper-pagination-bullet {
  background-color: #F29F3B;
  opacity: 0.45;
}

.benefits-swiper .swiper-pagination-bullet-active {
  background-color: #F29F3B;
  opacity: 1;
}