
/*--------------------------------------------------------------
# Header Navbar
--------------------------------------------------------------*/

.navbar {
  position: absolute; 
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  min-height: 50px;
  line-height: 35px;
  background: transparent;
  z-index: 1030;
  border: none;
}
.navbar .nav-item.active a.nav-link {
  color: #c11d6c !important;
}

.navbar-brand img {
  height: 50px;
  width: auto;
}

.navbar .nav-item {
  margin: 0 5px;
  padding: 0;
}

.navbar .nav-item a {
  color: #333;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
}

.navbar .nav-item a:hover {
  color: #c11d6c;
}

.navbar .nav-link {
  position: relative;
  padding: 0;
}

.navbar .navbar-toggler {
  cursor: pointer;
}

.navbar .navbar-toggler span {
  color: #fff;
}

.dropdown {
  float: left;
  position: relative;
  border: none;
}

.dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  z-index: 1;
}

.dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0; 
  background-color: #f9f9f9;
  min-width: 250px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 8px 10px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}
.nav-btn{
  background-color: #c11d6c;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #fff!important;
  text-decoration: none;
  width: 100%!important;
}
.nav-btn:hover{
  background-color: #88114b!important;
  color: #fff!important;
}

@media (max-width: 991px) {
  .navbar {
    line-height: 50px;
    background-color: #fff;
    box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.0509803922);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
  }
  .nav-btn{
    width: 100%!important;
    margin-bottom: 2px;
    border-radius: 0;
  }
  .navbar .nav-link {
    padding-left: 10px;
  }
  .navbar .nav-item a:hover {
    background-color: #f5f5f5;
    border-bottom: 2px solid #c11d6c;
  }
  .navbar-brand img {
    height: 40px;
    width: auto;
  }
}

/*--------------------------------------------------------------
# Hero Banner Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  height: 100vh;
  background: url(../img/telsim-australia-sim-plans.webp) top center no-repeat;
  background-size: cover;
  background-attachment: scroll!important;
}

.hero h1 {
  margin: 0;
  font-size: 36px;
  margin-bottom: 15px;
  font-weight: 700;
  color: #c11d6c;
}

.hero h5 {
  color: #333;
  margin: 15px 0 0 0;
  font-size: 18px;
  font-weight: 400;
}

.hero p {
  color: #333;
  margin: 20px 0;
  font-size: 16px;
  text-align: left;
  letter-spacing: 0.6px;
}

.hero .btn-get-started {
  margin-top: 5px;
  line-height: 0;
  padding: 20px 40px;
  transition: 0.5s;
  color: #fff;
  font-size: 18px;
  background: #c11d6c;
  border-top-left-radius: 12px;
  border-bottom-right-radius: 12px;
  text-decoration: none;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.hero .btn-get-started:hover {
  box-shadow: none;
  background: #ab185f;
}

.hero .btn-get-started span {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
}

.hero .btn-get-started i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}

.hero .btn-get-started:hover i {
  transform: translateX(5px);
}

.hero .hero-img {
  text-align: right;
  padding: 60px;
}

@media (min-width: 1024px) {
  .hero {
    background-attachment: fixed;
  }
}

@media (max-width: 991px) {
  .hero {
    height: auto;
    text-align: center;
    padding: 120px 0 60px 0;
  }

  .hero .hero-img {
    text-align: center;
  }

  .hero .hero-img img {
    width: 80%;
  }
}

@media (max-width: 768px) {
  .hero {
    text-align: center;
  }


  .hero h2 {
    font-size: 24px;
  }

  .hero .hero-img img {
    width: 100%;
  }
}

/*--------------------------------------------------------------
# Banner-2 Section
--------------------------------------------------------------*/

.banner {
  position: relative;
  max-height: 420px;
  overflow: hidden;
}
 
.banner img {
  width: 100%;
  height: auto;
}
 
.banner-text {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}

/*--------------------------------------------------------------
# Common Section
--------------------------------------------------------------*/
.common-section {
  padding: 30px 0;
  margin: 20px;
}
@media (max-width: 768px) {
  .common-section {
    padding: 20px 0;
    margin: 20px;
  }
}

@media (max-width: 576px) {
  .common-section {
    padding: 10px 0;
    margin: 10px;
  }
}

/*--------------------------------------------------------------
# Search Button
--------------------------------------------------------------*/

.search-bar-container {
  max-width: 100%;
  margin: 10px;
  border-radius: 15px;
  border: 2px solid #E20074;
  margin-top: 10px;
}

.search-bar {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
  border-radius: 20px;
  border-color: transparent;
}

.search-input {
  flex: 1;
  border: none;
  padding: 10px;
  outline: none;
  border-radius: 20px;
}

.search-icon {
  color: #fff;
  padding: 10px;
  cursor: pointer;
}

.search-content{
  padding: 20px;
  margin: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 20px;
}

.search-content h6{
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: rgb(1, 175, 1);
}

.search-content h5, p{
  text-align: center;
  letter-spacing: 0.6px;
  word-spacing: 1.6px;
}

.search-content-2{
  padding: 20px;
  margin: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 20px;
}

.search-content-2 h6{
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: red;
}

.search-content-2 h5{
  text-align: center;
}

/*--------------------------------------------------------------
# Pricing Table 
--------------------------------------------------------------*/
.pricing-table {
  margin: 50px 0;
}
.plan-bg {
  background: #E20074;
  height: 200px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  text-align: center;
  padding: 10px;
  margin-top: 20px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.plan-bg img{
width: 50px;
height: auto;
border-radius: 50%;
border: 3px solid #fff;
padding: 2px;
margin-top: -50px;
background-color: #E20074;
}

.plan-bg h2 {
  font-size: 45px;
  color: #fff!important;
  margin-bottom: 5px;
}

.plan-bg h4 {
  font-size: 20px;
  font-weight: 600;
  margin-top: -5px;
  margin-bottom: 15px;
  color: #ffb1dc!important;
}
.plan-bg p {
  font-size: 14px;
  padding: 5px;
  margin-top: -5px;
  margin-bottom: 15px;
  color: #f5f5f5!important;
}

h3{
font-size: 28px;
  padding-top: 10px;
  font-weight: 500;
}

.pricing-table {
  width: 80%;
  margin: 50px auto;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.pricing-card {
  background-color: #fff;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 20px;
  margin: 10px 2px 10px 2px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  flex: 1;
  max-width: 335px;
  text-align: center;
}

.pricing-card h2 {
  font-size: 42px;
  color: #fff!important;
  font-weight: 900;
}

.pricing-card p {
  color: #777;
  font-size: 14px;
  margin: 7px 0;
}
.pricing-card a{
  color: #777;
  font-size: 14px;
  text-decoration: none;
}
.pricing-card a:hover{
  color: #E20074;
  font-size: 14px;
}
.data-pack{
background-color: #000;
padding: 10px 20px;
margin-bottom: 20px!important;
}

.data-pack{
color: #fff;
  margin-top: -30px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.pricing-card button {
  background: #E20074;
  background: linear-gradient(to left, #E20074, #6d0139);
  color: #fff;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  width: 100%;
  font-weight: 600;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}
.pricing-card button:hover {
  background: #E20074;
  background: linear-gradient(to left, #6d0139, #E20074);
}

table th{
text-align: center;
font-size: 18px;
padding: 5px;
}
table td{
text-align: center;
font-size: 12px;
color: #777;
}

/* @media (max-width: 768px) {
  .pricing-table {
      flex-direction: column;
      align-items: center;
  }

  .pricing-card {
      width: 100%;
      margin: 20px 0;
  }
}

@media (max-width: 576px) {
  .plan-bg h2 {
      font-size: 36px;
  }

  .plan-bg h4 {
      font-size: 14px;
  }

  .pricing-card button {
      font-size: 14px;
  }

  table th,
  table td {
      font-size: 14px;
  }
} */

/*--------------------------------------------------------------
# Modem Selection 
--------------------------------------------------------------*/
.modem-table {
  margin: 50px 0;
}
.modem-bg {
  background: #e8e7e7;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  text-align: center;
  padding: 10px;
  margin-top: 20px;
}

.modem-bg h2 {
  font-size: 45px;
  color: #121820;
    background: #121820;
    background: -moz-linear-gradient(left,#E20074  0%,#000 100%) !important;
    background: -webkit-linear-gradient(left,#E20074  0%,#000 100%) !important;
    background: linear-gradient(to right,#E20074  0%,#000  100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
  margin-bottom: 5px;
}

.modem-bg h4 {
  font-size: 18px;
  font-weight: 500;
  margin-top: -5px;
  margin-bottom: 15px;
  color: #333!important;
}

h3{
  font-size: 22px;
  padding-top: 10px;
  font-weight: 600;
}

h3 span{
  font-size: 22px;
  font-weight: 600;
}

.modem-table {
  width: 80%;
  margin: 50px auto;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.modem-card {
  background-color: #fff;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 40px;
  margin: 2px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  flex: 1;
  max-width: 100%;
  text-align: center;
}

.modem-card h2 {
  font-size: 40px;
  color: #000!important;
  font-weight: 900;
}
.modem-card h2 span {
  font-size: 25px;
  color: #000!important;
  font-weight: 800;
}

.modem-card li {
  color: #333;
  font-size: 16px;
  margin: 5px 0;
  text-align: left;
}

.modem-data-pack{
  background-color: #000;
  padding: 10px 20px;
  margin-bottom: 20px!important;
  color: #fff;
  margin-top: -30px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.modem-card button {
  background: #E20074;
  background: linear-gradient(to left, #E20074, #000);
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  width: 100%;
  font-weight: 600;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}
.modem-card button:hover {
  background: #E20074;
  background: linear-gradient(to left, #000, #E20074);
}

table th{
text-align: center;
font-size: 18px;
padding: 5px;
}
table td{
text-align: center;
font-size: 12px;
color: #777;
}

@media (max-width: 768px) {
  .modem-table {
      flex-direction: column;
      align-items: center;
  }

  .modem-card {
      width: 100%;
      margin: 20px 0;
  }
}

@media (max-width: 576px) {
  .modem-bg h2 {
      font-size: 36px;
  }

  .modem-bg h4 {
      font-size: 14px;
  }

  .modem-card button {
      font-size: 14px;
  }

  table th,
  table td {
      font-size: 14px;
  }
}

/*--------------------------------------------------------------
# Special Buttons
--------------------------------------------------------------*/
.button-search {
  position: relative;
  overflow: hidden;
  width: 35%;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  line-height: 15px;
  margin-bottom: 5px;
  padding: 18px 18px 17px;
  text-decoration: none;
  cursor: pointer;
  background-color: #000;
  background: linear-gradient(90deg, rgba(211,0,108,0.9954832274706757) 0%, rgba(14,12,9,1) 100%);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.button-search span:first-child {
  position: relative;
  transition: color 600ms cubic-bezier(0.48, 0, 0.12, 1);
  z-index: 10;
}

.button-search span:last-child {
  color: white;
  display: block;
  position: absolute;
  bottom: 0;
  transition: all 500ms cubic-bezier(0.48, 0, 0.12, 1);
  z-index: 100;
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translateY(235%) translateX(-50%);
  height: 6px;
  line-height: 10px;
}

.button-search:after {
  content: "";
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #E20074;
  transform-origin: bottom center;
  transition: transform 600ms cubic-bezier(0.48, 0, 0.12, 1);
  transform: skewY(9.3deg) scaleY(0);
  z-index: 50;
}

.button-search:hover:after {
  transform-origin: bottom center;
  transform: skewY(3.3deg) scaleY(2);
}

.button-search:hover span:last-child {
  transform: translateX(-50%) translateY(-100%);
  opacity: 1;
  transition: all 900ms cubic-bezier(0.48, 0, 0.12, 1);
}

.button-57 {
  position: relative;
  overflow: hidden;
  width: 250px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  line-height: 15px;
  margin-bottom: 5px;
  padding: 18px 18px 17px;
  text-decoration: none;
  cursor: pointer;
  background-color: #000;
  background: linear-gradient(90deg, rgba(211,0,108,0.9954832274706757) 0%, rgba(14,12,9,1) 100%);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.button-57 span:first-child {
  position: relative;
  transition: color 600ms cubic-bezier(0.48, 0, 0.12, 1);
  z-index: 10;
}

.button-57 span:last-child {
  color: white;
  display: block;
  position: absolute;
  bottom: 0;
  transition: all 500ms cubic-bezier(0.48, 0, 0.12, 1);
  z-index: 100;
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translateY(225%) translateX(-50%);
  height: 6px;
  line-height: 10px;
}

.button-57:after {
  content: "";
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #E20074;
  transform-origin: bottom center;
  transition: transform 600ms cubic-bezier(0.48, 0, 0.12, 1);
  transform: skewY(9.3deg) scaleY(0);
  z-index: 50;
}

.button-57:hover:after {
  transform-origin: bottom center;
  transform: skewY(3.3deg) scaleY(2);
}

.button-57:hover span:last-child {
  transform: translateX(-50%) translateY(-100%);
  opacity: 1;
  transition: all 900ms cubic-bezier(0.48, 0, 0.12, 1);
}

.btn-data {
  border: rgb(230, 9, 9) 2px solid;
  background-color: #fff;
  color: rgb(230, 9, 9);
  font-size: 16px;
  padding: 5px 20px;
  border: none;
  cursor: pointer;
  border-radius: 8px;
  border: rgb(230, 9, 9) 2px solid;
  text-align: center;
  font-weight: 500;
  box-shadow: none;
  margin-top: 10px;
}
.btn-data:hover {
  background-color: rgb(230, 9, 9);
  border: rgb(230, 9, 9) 2px solid;
  color: white;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
  padding: 30px 0;
  margin: 30px;
}
.get-in-touch {
  max-width: 800px;
  margin: 50px auto;
  position: relative;

}
.get-in-touch .title {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 2.6em;
  line-height: 32px;
  padding-bottom: 20px;
     color: #121820;
    background: #121820;
    background: -moz-linear-gradient(left,#E20074 0%,#000 100%) !important;
    background: -webkit-linear-gradient(left,#E20074 0%,#000 100%) !important;
    background: linear-gradient(to right,#E20074 0%,#000  100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.contact-form .form-field {
  position: relative;
  margin: 22px 0;
}
.contact-form select {
  word-wrap: normal;
  width: 100%;
  height: 35px;
  padding: 5px;
  border-width: 0 0 1px 0;
  border-color: #a3a3a3;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #777;
  background-color: #fff;
}
.contact-form .input-text {
  display: block;
  width: 100%;
  height: 26px;
  border-width: 0 0 1px 0;
  border-color: #a3a3a3;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}
.contact-form .input-text:focus {
  outline: none;
}
.contact-form .input-text:focus + .label,
.contact-form .input-text.not-empty + .label {
  -webkit-transform: translateY(-24px);
          transform: translateY(-24px);
}
.contact-form .label {
  position: absolute;
  left: 20px;
  bottom: 11px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #777;
  cursor: text;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, 
  -webkit-transform .2s ease-in-out;
}
.contact-form .submit-btn {
  display: inline-block;
  background-color: #000;
  background-image: linear-gradient(125deg,#E20074,#121820);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 15px;
  padding: 8px 16px;
  border: none;
  width:100%;
  cursor: pointer;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.contact-section{
  background-color: #fff;
  padding: 50px;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
color: #fff;
font-size: 14px;
background: #111111;
}

#footer .footer-top {
padding: 60px 0 30px 0;
background: #000;
}

#footer .footer-top .footer-contact {
margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
font-size: 26px;
line-height: 1;
font-weight: 700;
}

#footer .footer-top .footer-contact h3 span {
color: #E20074;
}

/* #footer .footer-contact .footer-logo{
height: 40px;
width: 40px;
} */

#footer .footer-top .footer-contact p {
font-size: 14px;
line-height: 24px;
margin-bottom: 0;
font-family: "Raleway", sans-serif;
}

#footer .footer-top h4 {
font-size: 16px;
font-weight: bold;
position: relative;
padding-bottom: 12px;
}

#footer .footer-top h4::after {
content: "";
position: absolute;
display: block;
width: 20px;
height: 2px;
background: #E20074;
bottom: 0;
left: 0;
}

#footer .footer-top .footer-links {
margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
list-style: none;
padding: 0;
margin: 0;
}

#footer .footer-top .footer-links ul i {
padding-right: 2px;
color: white;
font-size: 18px;
line-height: 1;
}

#footer .footer-top .footer-links ul li {
padding: 10px 0;
display: flex;
align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
padding-top: 0;
}

#footer .footer-top .footer-links ul a {
color: #aaaaaa;
transition: 0.3s;
display: inline-block;
text-decoration: none;
line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
text-decoration: none;
color: #fff;
}

#footer .footer-newsletter {
font-size: 15px;
}

#footer .footer-newsletter h4 {
font-size: 16px;
font-weight: bold;
position: relative;
padding-bottom: 12px;
}

#footer .footer-newsletter form {
margin-top: 30px;
background: #fff;
padding: 5px 10px;
position: relative;
border-radius: 4px;
text-align: left;
}

#footer .footer-newsletter form input[type=email] {
border: 0;
padding: 4px 8px;
width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
position: absolute;
top: 0;
right: -1px;
bottom: 0;
border: 0;
background: none;
font-size: 16px;
padding: 0 20px;
background: #E20074;
color: #fff;
transition: 0.3s;
border-radius: 0 4px 4px 0;
box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
background: #E20074;
}

#footer .social-links a {
font-size: 18px;
display: inline-block;
background: #2b2b2b;
color: #fff;
line-height: 1;
padding: 8px 0;
margin-right: 4px;
border-radius: 4px;
text-align: center;
width: 36px;
height: 36px;
transition: 0.3s;
}

#footer .social-links a:hover {
background: #E20074;
color: #fff;
text-decoration: none;
}

/*--------------------------------------------------------------
# Frequently Asked Question
--------------------------------------------------------------*/

.faq {
  padding: 10px 40px;
}
.faq-container {
  max-width: 100%;
  margin: auto;
  margin-top: 20px;
}
.collapsible {
  background: #fcf5f8;
  color: #000;
  cursor: pointer;
  padding: 12px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 14px;
  margin: 2px;
  letter-spacing: 0.5px;
  word-spacing: 1.2px;
  border: 1px solid #E20074;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.active, .collapsible:hover {
  background-color: #E20074;
   color: #fff;
}

.collapsible:after {
  content: '\002B';
  color: #000;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.collapsible:before {
  color: #fff;
}

.active:after {
  content: "\2212";
}

.content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #f1f1f1;
  box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  margin-bottom: 5px;
}
.content p{
  text-align: justify;
  font-size: 14px;
  padding: 10px;
  letter-spacing: 0.65px;
  word-spacing: 1.6px;
}

.faq-img {
  padding: 20px;
  margin: 0;
}

.faq-img img {
  height: 470px;
  width: auto
}

/*--------------------------------------------------------------
# Image GIF Banner
--------------------------------------------------------------*/

.image-banner{
  margin: 10px;
  padding: 10px;
  width: 100%;
  height: auto;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services{
  padding: 10px 40px;
}

.section-title{
  text-align: center;
}

.services .icon-box {
  padding: 30px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  transition: all 0.3s ease-in-out;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  z-index: 1;
}

.services .icon-box::before {
  content: "";
  position: absolute;
  background: #e1f0fa;
  right: -60px;
  top: -40px;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  transition: all 0.3s;
  z-index: -1;
}

.services .icon-box:hover::before {
  background: #E20074;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0px;
}

.services .icon {
  margin: 0 auto 20px auto;
  padding-top: 10px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background: #E20074;
  transition: all 0.3s ease-in-out;
}

.services .icon i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
}

.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .title a {
  color: #111;
}

.services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
  text-align: justify;
}

.services .icon-box:hover .title,
.services .icon-box:hover .description {
  color: #fff;
}

.services .icon-box:hover .icon {
  background: #fff;
}

.services .icon-box:hover .icon i {
  color: #E20074;
}


/*--------------------------------------------------------------
# Tab
--------------------------------------------------------------*/
.tab {
  overflow: hidden;
  background-color: #fff!important;
}

.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
  width: 50%;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border: 2px solid #ccc;
  background-color: #000;
  color: #fff;
}

.tab button:hover {
  background-color: #E20074;
}

.tab button.active {
  background-color: #ccc;
}

.tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
  border: 2px solid #ccc;
  background-color: #fff;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 40px;
  margin: 2px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

}

@media screen and (max-width: 600px) {
  .tab button {
    width: 50%;
    font-size: 15px;
  }
  .tabcontent {
    padding: 2px;
    margin: 2px;
  
  }
}

/*--------------------------------------------------------------
# Get Plan Section
--------------------------------------------------------------*/
.get-plan {
  max-width: 800px;
  margin: 10px auto;
  position: relative;

}
.get-plan .title {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 2.0em;
  line-height: 32px;
  padding-bottom: 20px;
     color: #121820;
    background: #121820;
    background: -moz-linear-gradient(left,#E20074  0%,#000 100%) !important;
    background: -webkit-linear-gradient(left,#E20074  0%,#000 100%) !important;
    background: linear-gradient(to right,#E20074  0%,#000  100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.get-plan p{
  color: #777;
  margin-top: -10px;
}
.get-plan span{
  color: #000;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}
.get-plan a{
  color: #E20074;
  font-weight: 600;
  text-decoration: none;
}

.contact-form .form-field {
  position: relative;
  margin: 22px 0;
}
.contact-form select {
  word-wrap: normal;
  width: 100%;
  height: 36px;
  padding: 5px;
  border-width: 0 0 1px 0;
  border-color: #a3a3a3;
  line-height: 26px;
  color: #121820;
  background-color: #fff;
  font-size: 16px;
  font-weight: 400;
}
.contact-form .input-text {
  display: block;
  width: 100%;
  height: 36px;
  border-width: 0 0 1px 0;
  border-color: #a3a3a3;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}
.contact-form .input-text2 {
  display: block;
  width: 100%;
  height: 36px;
  border-width: 0 0 1px 0;
  border-color: red;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}
.contact-form .input-text:focus {
  outline: none;
}
.contact-form .input-text:focus + .label,
.contact-form .input-text.not-empty + .label {
  -webkit-transform: translateY(-24px);
          transform: translateY(-24px);
}
.contact-form .label {
  position: absolute;
  left: 14px;
  bottom: 32px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #121820;
  cursor: text;
}
.contact-form .label2 {
  position: absolute;
  left: 14px;
  bottom: 32px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: red;
  cursor: text;
}
.contact-form .submit-btn {
  display: inline-block;
  background-color: #000;
  background-image: linear-gradient(125deg,#E20074,#000);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 15px;
  font-weight: 600;
  padding: 8px 16px;
  border: none;
  width:100%;
  cursor: pointer;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}
.contact-form .submit-btn:hover {
  background-color: #000;
  background-image: linear-gradient(125deg,#bb0061,#000);
}
.contact-form .back-btn {
  display: inline-block;
  background-color: #000;
  background-image: linear-gradient(125deg,#000,#E20074);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 15px;
  padding: 8px 16px;
  border: none;
  width:100%;
  cursor: pointer;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}
.contact-form .back-btn:hover {
  background-color: #000;
  background-image: linear-gradient(125deg,#000,#bb0061);
}

/* Radio Button CSS */

.radio-btn {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.radio-btn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 50%;
}

.radio-btn:hover input ~ .checkmark {
  background-color: #ccc;
}

.radio-btn input:checked ~ .checkmark {
  background-color: #d30058;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.radio-btn input:checked ~ .checkmark:after {
  display: block;
}

.radio-btn .checkmark:after {
 	top: 6px;
	left: 6px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

/* Check-box CSS */

.check-box {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.check-box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.tick {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #d7d5d5;
}

.check-box:hover input ~ .tick{
  background-color: #ccc;
}

.check-box input:checked ~ .tick {
  background-color: #d30058;
}

.tick:after {
  content: "";
  position: absolute;
  display: none;
}

.check-box input:checked ~ .tick:after {
  display: block;
}

.check-box .tick:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*--------------------------------------------------------------
# NBN My Account Section 
--------------------------------------------------------------*/

.nbn-my-account {
  margin: 10px auto;
  padding: 20px;
}

.nbn-my-account .nbn-my-service{
  margin: 0; 
  padding: 5px;
  background-color: #d80202;
  color: #fff;
  text-align: right;
  border-top-left-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.nbn-my-service h3{
  text-align: left;
  padding: 10px;
  margin: 5px 0 0 5px;
  font-size: 22px;
}
.nbn-my-service h5{
  font-size: 20px;
  font-weight: 700;
}
.nbn-my-service span{
  padding-top: 20px;
  font-size: 20px;
  font-weight: 700;
}
.nbn-my-service p{
  text-align: right;
  padding: 5px;
  margin-top: 4px;
  font-size: 18px;
  font-weight: 800;
}
.nbn-my-service strong{
  text-align: right;
  padding: 10px;
  font-size: 18px;
}
.nbn-my-account .nbn-my-service p{
  padding: 5px;
  font-size: 13px;
  margin-bottom: 0px;
}

.nbn-data-section{
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  border-bottom-right-radius: 20px;
  padding-top: 2px;
}

.nbn-data-content{
  padding: 2px;
  margin: 0;
}
.nbn-data-content p{
  text-align: left; 
  margin-bottom: 0; 
  font-size: 14px;
}
.nbn-data-content .nbn-data-unlimited{
  font-weight: 500;
  font-size: 15px;
}
.nbn-data-content strong{
  text-align: left;
}
.nbn-data-section2{
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.nbn-data-section img{
  width: 60px;
  height: auto;
  padding: 2px;
}
.nbn-data-section2 img{
  width: 60px;
  height: auto;
  padding: 2px;
}
.nbn-data-table{
  padding: 0;
  margin: 0;
}
.progress {
  width: 180px;
  height: 8px;
  margin-top: 5px;
  background-color: #ddd; 
}
.nbn-para-content{
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.nbn-skills {
  text-align: right;
  padding-top: 0px; 
  padding-bottom: 0px; 
  color: white;
  width: var(--progress-width);
  background-color: #d80202; 
}


.nbn-box-content{
  text-align: center;
  top: 50%;
  left: 50%;
  padding: 20px 10px;
  margin: 10px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.nbn-drop-btn{
  background-color: #000;
  width: 100%;
  padding: 5px;
}

/*--------------------------------------------------------------
# Result Table Section 
--------------------------------------------------------------*/

.table-dark {
  width: 80%;
  margin: 50px auto;
  border-collapse: collapse;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.table-dark th {
  padding: 30px;
  text-align: left;
  font-size: 30px;
}
.table-dark td {
  border: 1px solid #000;
  padding: 30px;
  text-align: left;
  font-size: 20px;
  font-family: 300;
}

.table-dark th {
  background-color: #d30058;
  color: white;
  text-align: right;
}

.table-dark tbody tr:nth-child(odd) {
  background-color: #0a0a0a;
}

.left-header, .left-cell {
  text-align: left;
  font-size: 22px;
  padding: 30px;
  font-weight: 300;
}

.right-header, .right-cell {
  text-align: right;
  padding: 30px;
}

.left-cell, .right-cell {
  background-color: #000;
  font-size: 18px;
}

.total-cost {
  background-color: #d30058;
  border-bottom-right-radius: 30px;
  font-size: 30px;
}

/*--------------------------------------------------------------
# Home-Page Contact Section
--------------------------------------------------------------*/
.cta {
  background: #C11D6C;
  background: linear-gradient(to right, #C11D6C, #530229);
  padding: 60px 0;
}

.cta h3 {
  color: #fff;
  font-size: 38px;
  font-weight: 700;
}

.cta p {
  color: #fff;
  text-align: justify;
  font-size: 16px;
  letter-spacing: 0.6px;
}

.cta .cta-btn {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  text-decoration: none;
  border: 2px solid #fff;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #C11D6C;
  border: 2px solid #fff;
}

@media (min-width: 1023px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

/*--------------------------------------------------------------
# Multi-Step Form Section 
--------------------------------------------------------------*/
.formbold-form-wrapper {
  margin: 2px auto;
  max-width: 550px;
  width: 100%;
  padding: 15px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}

.formbold-steps {
  padding-bottom: 2px;
  margin-bottom: 2px;
}

.formbold-steps ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 20px;
}

.formbold-steps li {
  display: flex;
  align-items: center;
  gap: 14px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #536387;
}

.formbold-steps li span {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eed2de;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
  width: 36px;
  height: 36px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #283555;
}

.formbold-steps li.active1 {
  color: #7e0035;
}

.formbold-steps li.active1 span {
  background: #d30058;
  color: #FFFFFF;
  margin-left: 25px;
}

@media (max-width: 768px) {
  .formbold-steps ul {
      flex-direction: column;
      gap: 10px;
  }
}

.formbold-input-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 22px;
}

.formbold-input-flex>div {
  width: 100%;
}

.formbold-form-input {
  width: 100%;
  padding: 13px 22px;
  border-radius: 5px;
  border: 1px solid #DDE3EC;
  background: #FFFFFF;
  font-weight: 500;
  font-size: 16px;
  color: #536387;
  outline: none;
  resize: none;
}

.formbold-form-input:focus {
  border-color: #d30058;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
}

.formbold-form-label {
  color: #7e0035;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  display: block;
  margin-bottom: 10px;
}

.formbold-form-confirm {
  border-bottom: 1px solid #DDE3EC;
  padding-bottom: 35px;
}

.formbold-form-confirm p {
  font-size: 16px;
  line-height: 24px;
  color: #536387;
  margin-bottom: 22px;
  width: 100%;
}

.formbold-form-confirm>div {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.formbold-confirm-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #FFFFFF;
  border: 0.5px solid #DDE3EC;
  border-radius: 5px;
  font-size: 16px;
  line-height: 24px;
  color: #536387;
  cursor: pointer;
  padding: 10px 20px;
  transition: all .3s ease-in-out;
}

.formbold-confirm-btn.active1 {
  background: #d30058;
  color: #FFFFFF;
}

.formbold-form-step-1,
.formbold-form-step-2,
.formbold-form-step-3 {
  display: none;
}

.formbold-form-step-1.active1,
.formbold-form-step-2.active1,
.formbold-form-step-3.active1 {
  display: block;
}








/* 
.swiper-container {
  width: 100%;
  padding: 20px 0;
}

.swiper-slide {
  display: flex;
  justify-content: center;
}

.pricing-card {
  max-width: 335px;
  margin: 10px;
}

@media (max-width: 768px) {
  .swiper-slide {
    max-width: 90%;
  }
}

@media (max-width: 480px) {
  .swiper-slide {
    max-width: 100%;
  }
} */

.swiper-container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px 0; /*
  overflow: hidden; /* Ensure no overflow */
}

.swiper-container .swiper-slide {
  background: #fff;
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease;
}

.swiper-container .swiper-slide:hover {
  transform: translateY(-10px); /* Add slight hover effect */
}

.swiper-container .car-image {
  width: 100px;
  height: auto;
  margin-bottom: 20px;
}

.swiper-container h5 {
  font-size: 18px;
  margin: 10px 0;
  color: #333;
  text-align: center;
}

.swiper-container p {
  font-size: 14px;
  color: #666;
  text-align: center;
}

/* Navigation and Pagination Styles */
.swiper-container .swiper-pagination-bullet {
  background-color: #007aff;
}

.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
  color: #007aff!important;
}

/* Media Queries for better responsiveness */
@media (max-width: 768px) {
  .swiper-container .car-image {
      width: 80px; /* Adjust image size for smaller screens */
  }
}

@media (max-width: 640px) {
  .swiper-container .car-image {
      width: 70px;
  }
  .swiper-container h5 {
      font-size: 16px;
  }
  .swiper-container p {
      font-size: 13px;
  }
}



