@font-face {
    font-family: "Goldplay-Alt-400";
    src: url("../fonts/GoldplayAlt-Regular.woff") format("woff"), url("../fonts/GoldplayAlt-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Goldplay-Alt-500";
    src: url("../fonts/GoldplayAlt-Medium.woff") format("woff"), url("../fonts/GoldplayAlt-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Goldplay-Alt-600";
    src: url("../fonts/GoldplayAlt-SemiBold.woff") format("woff"), url("../fonts/GoldplayAlt-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Goldplay-Alt-700";
    src: url("../fonts/GoldplayAlt-Bold.woff") format("woff"), url("../fonts/GoldplayAlt-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* Common CSS Start Here */
.custom-container {
    width: 1920px;
    max-width: 100%;
    padding: 0 100px;
}
.pillars-location-wrapper {
    margin: 0;
    overflow: hidden;
    overflow-y: auto;
    margin: auto;
    max-width: 1920px;
}

/* ==========================================================================
   Hero Section Styles
   ========================================================================== */
   .perth-hero {
    position: relative;
    padding: 180px 0 100px;
    background-image: linear-gradient(rgba(10, 25, 47, 0.6), rgba(10, 25, 47, 0.6)), url('../loc-img/hero-banner.svg');
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    overflow: hidden;
}

.perth-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 20% 50%, rgba(0, 132, 196, 0.2), transparent 50%);
    pointer-events: none;
}

.hero-content {
    max-width: 650px;
}

.hero-tag {
    display: inline-block;
    padding: 8px 20px;
    background: #C9E6FF;
    color: #0A192F;
    border-radius: 50px;
    font-size: 13.5px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.hero-title {
    font-size: 70px;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 30px;
    color: #FFFFFF;
    font-family: "Goldplay-Alt-600";
}

.hero-title span {
    color: #2087F0;
}

.hero-desc {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 40px;
    color: rgba(255, 255, 255, 0.9);
    max-width: 550px;
    font-family: "Goldplay-Alt-400";
}

.hero-badge {
    display: flex;
    align-items: center;
    gap: 15px;
    backdrop-filter: blur(24px);
    background: linear-gradient(90deg, #ACDAEE 0%, #7ABDDA 100%);
    padding: 15px 25px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    max-width: fit-content;
}

.badge-icon {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.badge-icon img {
    width: 40px;
}

.badge-text {
    display: flex;
    flex-direction: column;
}

.badge-text strong {
    font-size: 16px;
    font-weight: 700;
    color: #0A192F;
    margin-bottom: 10px;
}

.badge-text span {
    font-size: 14px;
    color: #3D4948;
}

/* Form Styles */
.hero-form-card {
    background: linear-gradient(221.15deg, #FBFFFF 4.11%, #DEFDFF 97.61%);
    padding: 50px;
    border-radius: 30px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    color: #1F2937;
}
.yellowtxt{
    color: #EEC147!important;
}

.contact-form-bcx .formbcx-wrap input,.contact-form-bcx .formbcx-wrap textarea{
    background: transparent;
}

.hero-form-card h2 {
    font-size: 32px;
    margin-bottom: 20px;
    text-align: center;
     font-family: "Goldplay-Alt-500";
}

.form-group {
    margin-bottom: 25px;
    position: relative;
}

  .hero-form-card .contact-form-bcx .formbcx-wrap{
      background: transparent;
      border-radius: 0px;
      padding: 0px;
  }


 .hero-form-card .formbcx-wrap .consultantbtnrw a, .hero-form-card .formbcx-wrap .consultantbtnrw button {
    padding: 19px 45px;
    background: #2087F0;
    border: 1px solid #2087F0;
    width: 100%;
}

.accordion-body-inner ul li{
    font-family: "Inter", sans-serif;
        color: #3E4851;
        margin-bottom:10px;
}
 .hero-form-card .formbcx-wrap .consultantbtnrw a:hover{
    background: #000000;
 }
 .hero-form-card .formbcx-wrap .consultantbtnrw button:hover{
   background: #000000;
 }

 .hero-form-card .locationcontact-form .countrycode {
     border-bottom:0px; 
}

 .form-control {
    background: transparent;
    border: none;
    border-bottom: 1px solid #D1D5DB!important;
    border-radius: 0;
    padding: 12px 0;
    font-size: 16px;
    transition: all 0.3s ease;
    color: #1F2937;
    height: auto;
}

.phone-label-err{
    margin-top: 3px;
}

.locationcontact-form .formbcx-wrap .form-dv .iconv,.formicon{
    display: none;
}

.form-control:focus {
    box-shadow: none;
    border-color: #0084C4;
}

.form-group label {
    font-size: 14px;
    color: #6B7280;
    margin-bottom: 8px;
}

.file-upload-wrapper {
    margin: 20px 0;
}

.file-upload-label {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    font-size: 15px;
    color: #4B5563;
    padding: 10px 0;
    border-bottom: 1px solid #D1D5DB;
}

.file-upload-label img {
    width: 20px;
    opacity: 0.6;
    filter: brightness(0.5);
}

.captcha-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
}

.btn-submit {
    width: 100%;
    margin-top: 30px;
    background: #0084C4;
    color: #FFF;
    border: none;
    padding: 15px 30px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.btn-submit:hover {
    background: #2087F0;
    /*transform: translateY(-2px);*/
    /*box-shadow: 0 10px 20px rgba(0, 132, 196, 0.3);*/
    /*font-size: 30px;*/
    /*font-family: "Goldplay-Alt-400";*/
}

.btn-submit:hover img {
    filter: invert(1);
}

.btn-submit img {
    height: 22px;
}

/* ==========================================================================
   Stats Section Styles
   ========================================================================== */
   .perth-stats {
    padding: 80px 0;
    background-color: #0A192F;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.stat-item {
    text-align: center;
}

.stat-num {
    font-size: 54px;
    font-weight: 800;
    color: #2087F0;
    margin-bottom: 10px;
    font-family: "Goldplay-Alt-600";
    line-height: 1;
}

.stat-text {
    font-size: 16px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7);
    font-family: "Goldplay-Alt-500";
    letter-spacing: 0.5px;
}


/* ==========================================================================
   Innovation Section Styles
   ========================================================================== */
   .perth-innovation {
    padding: 100px 0;
    background-color: #F9F7F5;
}

.perth-innovation .section-title h2 {
    font-size: 54px;
    font-weight: 800;
    color: #1F2937;
    margin-bottom: 25px;
    letter-spacing: -0.5px;
    font-family: "Goldplay-Alt-600";
}

.perth-innovation .section-title h2 span {
    color: #2087F0;
}

.perth-innovation .section-title p {
    font-size: 20px;
    color: #3E4851;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
    font-family: "Goldplay-Alt-400";
}

.innovation-card,
.service-card {
    background: #FFFFFF;
    padding: 40px 40px;
    border-radius: 27px;
    box-shadow: 0px 1.12px 2.25px 0px #0000000D;
    height: 100%;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid rgba(0, 0, 0, 0.03);
}

.innovation-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    border-color: rgba(0, 132, 196, 0.1);
}

.innovation-icon {
    width: 63px;
    height: 63px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 35px;
    animation: floating 3s ease-in-out infinite;
}

.service-card .icon-wrapper {
    animation: floating 3s ease-in-out infinite;
}

.locationcontact-form.contact-form-bcx .formbcx-wrap input::placeholder {
  color: #000;
  opacity: 1; /* Ensures full visibility */
}

/* For better browser support */
.locationcontact-form.contact-form-bcx .formbcx-wrap input::-webkit-input-placeholder {
  color: #000;
}

.locationcontact-form.contact-form-bcx .formbcx-wrap input:-ms-input-placeholder {
  color: #000;
}

.locationcontact-form.contact-form-bcx .formbcx-wrap input::-ms-input-placeholder {
  color: #000;
}
.contact-form-bcx .formbcx-wrap select{
 padding: 10px 15px;
}
.locationcontact-form.contact-form-bcx .formbcx-wrap textarea{
    min-height: 130px!important;
}
.locationcontact-form.contact-form-bcx .formbcx-wrap textarea::placeholder {
  color: #000;
  opacity: 1; /* Ensures full visibility */
}

/* For better browser support */
.locationcontact-form.contact-form-bcx .formbcx-wrap textarea::-webkit-textarea-placeholder {
  color: #000;
}

.locationcontact-form.contact-form-bcx .formbcx-wrap textarea:-ms-textarea-placeholder {
  color: #000;
}

.locationcontact-form.contact-form-bcx .formbcx-wrap textarea::-ms-textarea-placeholder {
  color: #000;
}

.innovation-icon.color-1 {
    background-color: #EAF8FF;
}

.innovation-icon.color-2 {
    background-color: #F5EEFF;
}

.innovation-icon.color-3 {
    background-color: #E6FBFB;
}

.innovation-icon img {
    width: 24px;
    height: auto;
}

.innovation-card h3,
.service-card h5 {
    font-size: 28px;
    margin-bottom: 18px;
    color: #3E4851;
    font-family: "Goldplay-Alt-600";

}

.innovation-card p,
.service-card p {
    font-size: 18px;
    line-height: 1.65;
    color: #3E4851;
    margin-bottom: 0;
    font-family: "Goldplay-Alt-400";
}

/* ==========================================================================
   Capacity Section Styles
   ========================================================================== */
   .perth-capacity {
    padding: 100px 0;
    background-color: #FFFFFF;
}

.capacity-img-wrap {
    position: relative;
    padding-right: 30px;
    padding-bottom: 30px;
}

.capacity-img-wrap .main-img {
    width: 100%;
    border-radius: 40px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

.capacity-badge {
    position: absolute;
    bottom: 50px;
    left: 25px;
    background-color: #006699;
    color: #FFFFFF;
    padding: 35px;
    border-radius: 30px;
    box-shadow: 0 15px 35px rgba(0, 102, 153, 0.4);
    max-width: 280px;
    animation: floating 3s ease-in-out infinite;
}

.capacity-badge .badge-num span img {
    filter: none;
    width: 40px;
}

@keyframes floating {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0px);
    }
}

.badge-num {
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: "Goldplay-Alt-600";
}

.badge-num span img {
    width: 24px;
    filter: brightness(0) invert(1);
}

.capacity-badge p {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 0;
    color: #C9E6FF;
    font-family: "Goldplay-Alt-400";
}

.capacity-content .section-heading {
    font-size: 48px;
    color: #1F2937;
    line-height: 1.2;
    margin-bottom: 30px;
    font-family: "Goldplay-Alt-600";
}

.capacity-content .section-heading span {
    color: #0084C4;
}

.section-desc {
    font-size: 18px;
    color: #4B5563;
    line-height: 1.7;
    margin-bottom: 40px;
    font-family: "Goldplay-Alt-400";
}

.capacity-list {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.capacity-list li {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 18px;
    color: #3E4851;
    font-family: "Goldplay-Alt-500";
    margin-bottom: 20px;
}

.list-icon {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.list-icon img {
    width: 100%;
}

.btn-primary-perth,.builds-btn{
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background-color: #2087F0;
    color: #FFFFFF;
    padding: 16px 35px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 700;
    transition: all 0.3s ease;
    text-decoration: none !important;
}

.btn-primary-perth:hover {
    background-color: #000;
  /*  transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 132, 196, 0.3);*/
    color: #FFFFFF;
}
.builds-btn:hover{
       background-color: #000;
  /*  transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 132, 196, 0.3);*/
    color: #FFFFFF;
}

.btn-primary-perth img {
    height: 22px;
}

/* ==========================================================================
   Roadmap Section Styles
   ========================================================================== */
   .perth-roadmap {
    padding: 100px 0;
    background-color: #FFFFFF;
}

.perth-roadmap .section-title {
    margin-bottom: 70px;
}

.perth-roadmap .section-heading {
    font-size: 45px;
    font-weight: 800;
    color: #1F2937;
    margin-bottom: 20px;
    font-family: "Goldplay-Alt-600";
}

.perth-roadmap .section-desc {
    font-size: 16px;
    color: #3D4948;
    max-width: 600px;
    margin: 0 auto;
    font-family: "Goldplay-Alt-400";
}

.roadmap-card {
    position: relative;
    padding: 30px 25px;
    border-radius: 27px;
    min-height: 210px;
    transition: all 0.3s ease;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.03);
}

.roadmap-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
}

.step-num {
    position: absolute;
    top: -15px;
    right: -5px;
    font-size: 100px;
    line-height: 1;
    opacity: 0.6;
    pointer-events: none;
    font-family: "Goldplay-Alt-600";
}

.roadmap-card h3 {
    font-size: 22px;
    color: #1F2937;
    margin-bottom: 20px;
    font-family: "Goldplay-Alt-600";
}

.roadmap-card p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 0;
    color: #3E4851;
    font-family: "Goldplay-Alt-400";
}

.roadmap-card.step-1 {
    background-color: #FFF1F1;
}

.roadmap-card.step-1 .step-num {
    color: #F87171;
}

.roadmap-card.step-2 {
    background-color: #FFFBEB;
}

.roadmap-card.step-2 .step-num {
    color: #FBBF24;
}

.roadmap-card.step-3 {
    background-color: #E6FFFA;
}

.roadmap-card.step-3 .step-num {
    color: #34D399;
}

.roadmap-card.step-4 {
    background-color: #EBF0FF;
}

.roadmap-card.step-4 .step-num {
    color: #818CF8;
}

/* ==========================================================================
   Case Studies Section Styles
   ========================================================================== */
   .perth-cases {
    padding: 0px 0px 100px 0px;
    background-color: #FFFFFF;
}

.cases-header .section-heading {
    font-size: 54px;
    color: #131C27;
    margin-bottom: 20px;
    font-family: "Goldplay-Alt-600";
}

.cases-header p.section-desc {
    font-size: 18px;
    color: #3D4948;
    margin-bottom: 0px;
    max-width: 100%;
    font-family: "Goldplay-Alt-600";
}

.case-card {
    position: relative;
    border-radius: 32px;
    overflow: hidden;
    height: 100%;
    min-height: 480px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.4s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.case-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
}

.case-content {
    padding: 40px;
    position: relative;
    z-index: 2;
}

.case-tag {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
    color: #000;
    font-family: "Inter", sans-serif;
}

.oneround .case-tag{
  color: #83F5EB;
}

.case-card h3 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #fff;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.case-card h3 img {
    position: relative;
    margin-right: 2px;
    top: -5px;
}

.case-card p {
    font-size: 16px;
    line-height: 1.6;
    max-width: 380px;
    opacity: 0.8;
    color: #fff;
    font-weight: 400;
    font-family: "Inter", sans-serif;
}

.case-study-card-1 {
    background: url('../loc-img/case-study1.webp') no-repeat center/cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.case-study-card-1 .gilligans-logo {
    width: 150px;
    margin-top: 30px;
    margin-left: 30px;
}

.case-study-card-2 {
    background: url('../loc-img/case-study2.svg') no-repeat center/cover #001cdf;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.case-card.gilligans {
    /* background: #FFF1E7; */
}

.case-card.skillnova {
    background: #E6FBFB;
}

.case-card.airefrig {
    background: #EAF8FF;
}

.case-card.oneround {

    color: #FFFFFF;
}

.case-card.oneround .white-text h3 {
    color: #FFFFFF;
}

.case-card.oneround .white-text p {
    color: rgba(255, 255, 255, 0.8);
}

.case-img-wrap {
    width: 100%;
    text-align: center;
    padding: 30px 30px 20px 30px;
}

.case-img-wrap img {
    width: 100%;
    height: auto;
    border-radius: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.airefrig h3 {
    color: #131C27;
}

.case-card.airefrig p {
    color: #3D4948;
}


.laptop-mockup img {
    display: none;
    max-width: 90%;
    margin: 0 auto;
}

.phone-mockup img {
    max-width: 80%;
    margin: 0 auto;
}

.multi-phone img {
    max-width: 100%;
    transform: translateY(20px);
}

.skillnova .skillnova-heading {
    display: flex;
    align-items: center;
    gap: 10px;
}

.skillnova .skillnova-heading h3 {
    margin-bottom: 0px;
    font-weight: 400;
    color: #000;
}

.skillnova .skillnova-heading h3 span {
    font-weight: 500;
    color: #00A0F7;
}

.case-card.skillnova p {
    margin-top: 10px;
    color: #000;
}

.laptop-mockup {
    position: relative;
    background: url(../loc-img/skill-nova-bg.png)no-repeat;
    background-size: 100% 100%;
    width: auto;
    height: 360px;
}

/* Trusted Section Css Start Here */
/* ── Section Wrapper ── */
.trusted-section {
    position: relative;
    width: 100%;
    background: #ffffff;
    border-radius: 24px;
}

/* ── Left Column ── */
.trusted-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 30px;
    margin-top: 100px;
}

/* ── Big Quote Mark ── */
.quote-bg-mark {
    position: absolute;
    top: 10px;
    left: 40px;
    font-size: 300px;
    line-height: 1;
    color: #006A640D;
    font-family: "Inter", sans-serif;
    font-weight: 900;
    user-select: none;
    pointer-events: none;
    z-index: 0;
    letter-spacing: -10px;
}

.trusted-left-inner {
    position: relative;
    z-index: 1;
}

/* ── Heading ── */
.trusted-heading {
    font-size: 48px;
    font-family: "Goldplay-Alt-600";
    line-height: 1.2;
    color: #131C27;
    margin-bottom: 22px;
}

.trusted-heading .highlight {
    color: #2087F0;
}

/* ── Quote Text ── */
.trusted-quote {
    font-size: 20px;
    color: #131C278F;
    line-height: 1.75;
    font-family: "Goldplay-Alt-500";
    margin-bottom: 28px;
}

/* ── Author ── */
.trusted-author {
    display: flex;
    align-items: center;
    gap: 20px;
}

.author-avatar {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    background: #d0d9ec;
    overflow: hidden;
    margin-left: 10px;
}

.author-avatar-placeholder {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: linear-gradient(135deg, #c5d0e8, #a8b8d8);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.author-avatar-placeholder svg {
    width: 24px;
    height: 24px;
    color: #fff;
}

.author-name {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.3;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.author-role {
    font-size: 14px;
    color: #3D4948;
    font-weight: 400;
    line-height: 1.3;
    margin-top: 2px;
    font-family: "Inter", sans-serif;
}

/* ── Right Column: Brand Grid ── */
.trusted-right {
    display: flex;
    align-items: center;
    justify-content: end;
}

.cardsbcx .brand-card {
    margin-bottom: 20px;
}

/* .cardsbcx.secondrow */

.brand-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* grid-template-rows: 1fr 1fr; */
    gap: 20px;
    /*width: 100%;
    max-width: 460px;*/
}


/* Trusted Section Css Ends Here */


/* Expertise Section Css Start Here */
.expertise-section {
    padding: 100px 0px;
    background: #1A2230;
}

.expertise-section .section-heading {
    font-size: 54px;
    color: #ffffff;
    margin-bottom: 20px;
    font-family: "Goldplay-Alt-600";
}

.expertise-section .section-heading span {
    color: #2087F0;
}

.expertise-section .expertise-subtitle {
    font-size: 18px;
    color: #3D4948;
    margin-bottom: 0px;
    max-width: 100%;
    color: #8E8E8E;
    font-family: "Inter", sans-serif;
}

/* Expertise Section Css Ends Here */

/* Incredible Builds Css Ends Here */

/* Background and typography configuration */
.incredible-builds-sec {
    background-color: #fafbfd;
    /* Very soft light gray/blue background matching the design */
    padding: 80px 0;
    /* Spacing */
    font-family: 'Inter', sans-serif;
}

/* Adjusting the logo wrapper size */
.build-logo img {
    max-width: 140px;
    /* Keep the logo proportionate */
    height: auto;
}

/* Title text styling */
.builds-title {
    color: #131C27;
    font-size: 48px;
    font-family: "Goldplay-Alt-600";
    line-height: 1.2;
    letter-spacing: -1px;
}

/* Specific highlight color for "Incredible" */
.builds-title .text-blue {
    color: #2087F0;
}

/* Paragraph describing the incredible builds */
.builds-desc {
    color: #3D4948;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
}

/* Primary theme button explicitly re-designed */
/*.builds-btn {
    background-color: #2087F0;
    color: #ffffff;
    border: none;
    font-size: 1.05rem;
    padding: 14px 30px;
    border-radius: 9999px;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
    text-decoration: none;
}*/

/*.builds-btn img {
    margin-left: 10px;
    width: 16px;
    filter: brightness(0) invert(1);
}

.builds-btn:hover {
    background-color: #155bb5;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(26, 115, 232, 0.3);
}*/

/* Checklist layout and items */
.builds-grid {
    margin-top: 40px;
    /* Separator between header and list */
}

/* Flex layout for each tick and string */
.build-feature {
    display: flex;
    align-items: center;
    padding: 12px 0;
    /* Space between rows */
}

/* Container for the tick icon */
.build-feature .check-icon {
    width: 28px;
    height: 28px;
    margin-right: 15px;
    /* Separation from icon to text */
    flex-shrink: 0;
    /* Prevent icon from squeezing */
}

.build-feature .check-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Checklist text styling */
.build-feature span {
    font-weight: 500;
    color: #000000;
    font-size: 18px;
    line-height: 34px;
    font-family: "Inter", sans-serif;
}


/* Incredible Builds Css Ends Here */

/* Device Section Css Start Here */

.perth-devices-sec {
    padding: 80px 0;
    background-color: #E9E9E9;
    font-family: 'Inter', sans-serif;
}

.devices-title {
    color: #131C27;
    font-size: 48px;
    font-family: "Goldplay-Alt-600";
    line-height: 1.2;
    letter-spacing: -1px;
}

.devices-title .text-blue {
    color: #2087F0;
}

.devices-top-desc {
    color: #3D4948;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
}

/* Owl Carousel Tab Styling */
.device-tab {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: all 0.3s ease;
    min-height: 70px;
}

.device-tab.active {
    background-color: #2087F0;
    border-color: #2087F0;
}

.device-tab .tab-num {
    font-weight: 700;
    font-size: 16px;
    color: #131C27;
    margin-right: 10px;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.device-tab.active .tab-num {
    color: #fff;
}

.device-tab .tab-text {
    font-weight: 700;
    color: #131C27;
    flex-grow: 1;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.device-tab.active .tab-text {
    color: #fff;
}

.device-tab.active svg path {
    fill: #ffffff;
}

.device-tab .tab-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
    filter: grayscale(1);
    opacity: 0.6;
}

.device-tab.active .tab-icon {
    filter: brightness(0) invert(1);
    opacity: 1;
}

/* Content Box Styling */
.devices-content-box {
    color: #000000;
    border-radius: 20px;
    padding: 40px;
    min-height: 200px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid #FFFFFF;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
}

.tab-pane-custom {
    display: none;
    animation: fadeIn 0.5s ease;
}

.tab-pane-custom.active {
    display: block;
}

.tab-pane-custom p {
    color: #000000;
    font-size: 18px;
    line-height: 1.8;
    margin: 0;
    font-weight: 400;
    font-family: "Inter", sans-serif;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Device Section Css Ends Here */

/*  Process Section Css Start Here */
.perth-process-sec {
    background-color: #1A2230;
    /* Dark background matching the image */
    padding: 100px 0;
    color: #fff;
    font-family: 'Inter', sans-serif;
}

.process-tag {
    color: #2F96FF;
    /* Blue accent color */
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: 'Inter', sans-serif;
}

.process-title {
    font-size: 60px;
    line-height: 65px;
    font-family: "Goldplay-Alt-600";
    color: #fff;
}

.process-title .text-blue {
    color: #2F96FF;
}

.perth-process-sec a {
    background: #2F96FF;
    border-radius: 18px;
    box-shadow: 0px 28.13px 56.25px -13.5px #00000040;
    color: #ffffff;
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    padding: 15px 50px;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.process-top-desc .getbtn {
    margin-top: 50px;
}

.process-top-desc {
    color: #FFFFFFCC;
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    margin: 0 auto;
}

.process-carousel-wrapper .owl-carousel .owl-item img {
    width: auto;
}

.process-carousel-wrapper {
    margin-top: 80px;
}

/* Carousel Card Styling */
.process-card {
    background: #313845;
    /* Slightly lighter dark for cards */
    padding: 40px;
    border-radius: 45px;
    height: 100%;
    transition: all 0.3s ease;
    border: 1px solid #FFFFFF33;

}


.process-icon {
    width: 50px;
    height: 50px;
    background: #3b82f6;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #fff;
    margin-bottom: 25px;
}

.process-card-title {
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    font-family: "Plus Jakarta Sans", sans-serif;
    margin-bottom: 20px;
    color: #fff;
}

.process-carousel-wrapper .owl-carousel .owl-stage {
  display: flex;
}

.process-carousel-wrapper .owl-carousel .owl-item {
  display: flex;
}

.process-carousel-wrapper .owl-carousel .item {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.process-card-desc {
    color: #FFFFFFB2;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
}

/* Navigation Buttons Styling */
.process-nav-btns {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 70px;
}

.process-prev,
.process-next {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #475569;
    background: transparent;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    cursor: pointer;
}

.process-prev:hover,
.process-next:hover {
    background: #3b82f6;
    border-color: #3b82f6;
    transform: scale(1.1);
}

/*  Process Section Css Ends Here  */


/* Location Faq Section Css Start Here */

.perth-faq-sec {
    background-color: #f1edea; /* Light beige/gray background matching the image */
    padding: 100px 0;
    font-family: 'Inter', sans-serif;
}

.faq-title {
    font-size: 40px;
    line-height: 45px;
    font-weight: 700;
    color: #1C1B1B;
    margin-bottom: 50px;
    font-family: "Plus Jakarta Sans", sans-serif;
}

/* Accordion Styling */
.faq-wrapper {
    width: 100%;
    max-width: 75%;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin: auto;
}

.accordion-item {
   background: #FDF8F8;
   border-radius: 16px;
   overflow: hidden;
   box-shadow: 0px 1.12px 2.25px 0px #0000000D;
   transition: box-shadow 0.25s ease;
}


.accordion-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding:25px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
}

.accordion-question {
    font-size:20px;
    font-weight: 600;
    color: #1C1B1B;
    line-height: 30px;
    max-width: 90%;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.accordion-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, transform 0.35s cubic-bezier(0.4,0,0.2,1);
}

.accordion-icon svg {
  width: 20px;
  height: 20px;
  stroke: #1C1B1B;
  transition: stroke 0.2s ease;
}

.accordion-item.open .accordion-icon {
  /* background: #1a1a1a; */
  transform: rotate(180deg);
}

.accordion-item.open .accordion-icon svg {
  stroke: #1C1B1B;
}

.accordion-body {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.35s cubic-bezier(0.4,0,0.2,1);
}

.accordion-item.open .accordion-body {
  grid-template-rows: 1fr;
}

.accordion-body-inner {
  overflow: hidden;
}

.accordion-answer {
  padding: 0 1.5rem 1.35rem;
  font-size:18px;
  color: #3E4851;
  line-height: 30px;
  font-family: "Inter", sans-serif;
}

.accordion-divider {
  height: 1px;
  background: #f0ede8;
  margin: 0 1.5rem;
}

.accordion-item.open .accordion-divider {
  display: block;
}

/* Location Faq Section Css Ends Here */

/* Location CTA Section Css Start Here */

.perth-cta-sec {
    background-color: #fafbfd; /* Very soft light gray/blue to match the other sections or white */
    padding: 100px 0;
    font-family: 'Inter', sans-serif;
}

.cta-inner-box {
 /*background: linear-gradient(102.43deg, #004165 0.71%, #2087F0 89.84%);*/
 background: url(../loc-img/future-bg.webp)no-repeat;
 background-size: 100% 100%;
 border-radius: 48px;
 padding: 80px 40px;
 text-align: center;
 color: #ffffff;
 box-shadow: 0 20px 40px rgba(24, 113, 232, 0.15);
}

.cta-title {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #ffffff;
    line-height: 60px;
    letter-spacing: -0.5px;
    font-family: "Goldplay-Alt-600";    
}

.cta-desc {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 40px;
    color: #FFFFFFCC;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
    font-family: "Inter", sans-serif;
}

.cta-form-wrapper {
    max-width: 540px;
    margin: 0 auto 20px auto;
}

.cta-form .cta-input-group {
    display: flex;
    justify-content: center;
    gap: 12px;
}

.cta-input-group input {
    flex: 1;
    border: none;
    background: #ffffff;
    border-radius: 16px;
    padding: 16px 20px;
    font-size: 0.95rem;
    color: #6B7280;
    outline: none;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    font-weight: 400;
    font-family: "Inter", sans-serif;
}

.cta-input-group input::placeholder {
    color: #6B7280;
}

.cta-input-group .cta-btn {
    background: #001225;
    color: #ffffff;
    border: none;
    border-radius: 16px;
    padding: 16px 32px;
    font-weight: 700;
    font-size: 16px;
    font-family: "Plus Jakarta Sans", sans-serif;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    white-space: nowrap;
}

.cta-input-group .cta-btn:hover {
    background: #1e293b;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.15);
}

.cta-disclaimer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 14px;
    color: #FFFFFF99;
    margin-top: 35px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
}

.cta-disclaimer svg {
    opacity: 0.8;
}

/* Location CTA Section Css Ends Here */

/* ==========================================================================
   Media Queries (Consolidated)
   ========================================================================== */

/* Breakpoint: Desktop (1200px) */

@media (max-width:1540px){
    .custom-container{
        padding: 0px 60px;
    }
}

@media (max-width:1380px){
    .process-carousel-wrapper{
        margin-top: 70px;
    }
    .perth-innovation,.perth-capacity,.perth-roadmap,.expertise-section,.perth-process-sec,.perth-faq-sec,.perth-cta-sec{
        padding: 80px 0px;
    }
    .perth-cases{
        padding: 0px 0px 80px 0px;
    }
    .perth-devices-sec{
        padding: 60px 0px;
    }
    .cta-inner-box{
        padding: 60px 30px;
    }
    .hero-title{
        font-size: 65px;
    }
    .hero-form-card h2{
        font-size: 28px;
    }
    .hero-form-card{
        padding: 40px;
    }
    .hero-desc{
        font-size: 18px;
    }
    .perth-innovation .section-title h2{
        font-size: 50px;
    }
    .perth-innovation .section-title p{
        font-size: 18px;
        line-height: 1.4;
    }
    .innovation-card h3, .service-card h5{
        font-size: 24px;
    }
    .innovation-card p, .service-card p{
        font-size: 16px;
    }
    .innovation-icon{
        width: 55px;
        height: 55px;
        margin-bottom: 25px;
    }
    .innovation-card, .service-card{
        padding: 35px 35px;
    }
    .capacity-content .section-heading{
        font-size: 44px;
    }
    .section-desc{
        font-size: 16px;
        line-height: 1.6;
    }
    .capacity-list li{
        font-size: 16px;
    }
    .badge-num{
        font-size: 35px;
    }
    .perth-roadmap .section-heading{
        font-size: 42px;
    }
    .roadmap-card.step-1 .step-num{
        font-size: 90px;
    }
    .roadmap-card h3{
        font-size: 20px;
    }
    .roadmap-card p{
        font-size: 15px;
    }
    .cases-header .section-heading,.expertise-section .section-heading{
        font-size: 50px;
    }
    .cases-header p.section-desc{
        font-size: 17px;
    }
    .btn-primary-perth{
        font-size: 16px;
    }
    .trusted-heading{
        font-size: 44px;
    }
    .trusted-left{
        margin-top: 80px;
    }
    .quote-bg-mark{
        top: 0px;
    }
    .trusted-quote{
        font-size: 18px;
        line-height: 1.5;
    }
    .expertise-section .expertise-subtitle{
        font-size: 16px;
    }
    .builds-title,.devices-title {
        font-size: 44px;
    }
    .builds-grid
    {
        margin-top: 30px;
    }
    .build-feature span{
        font-size: 17px;
    }
    .build-feature{
        padding: 10px 0px;
    }
    .cta-title,.process-title{
        font-size: 55px;
    }
    .cta-desc{
        font-size: 16px;
    }
    .accordion-question{
        font-size: 18px;
    }
    .accordion-answer{
        font-size: 16px;
    }
    .faq-title{
        font-size: 36px;
    }
    .process-card-title{
        font-size: 21px;
        line-height: 32px;
    }
    .process-card{
        padding: 30px;
    }
    .process-top-desc{
        font-size: 18px;
    }
    .tab-pane-custom p{
        font-size: 16px;
    }
    .devices-content-box{
        padding: 30px;
        min-height: 170px;
    }
    .perth-process-sec a{
        font-size: 16px;
    }
}



@media (max-width: 1200px) {
    .builds-title, .devices-title{
        font-size: 40px;
    }
    .process-carousel-wrapper{
        margin-top: 60px;
    }
    .faq-title {
        font-size: 32px;
    }
    .cases-header .section-heading, .expertise-section .section-heading {
        font-size: 45px;
    }
    .process-card-title {
        font-size: 20px;
        line-height: 30px;
    }
    .perth-cases {
        padding: 0px 0px 60px 0px;
    }
    .process-top-desc {
        font-size: 16px;
    }
    
    .cta-title, .process-title {
        font-size: 50px;
    }

    .process-title {
        line-height: 55px;
    }
    .perth-innovation, .perth-capacity, .perth-roadmap, .expertise-section, .perth-process-sec, .perth-faq-sec, .perth-cta-sec {
        padding: 60px 0px;
    }
    .trusted-section {
        padding: 50px 36px;
    }

    .trusted-heading {
        font-size: 32px;
    }

    .brand-card {
        min-height: 150px;
    }

    .brand-grid {
        max-width: 400px;
    }

    .custom-container {
        padding: 0 25px;
    }

    .hero-title {
        font-size: 60px;
    }

    .perth-innovation .section-title h2 {
        font-size: 44px;
    }

    .innovation-card, .service-card {
        padding: 30px 30px;
    }

    .capacity-content .section-heading {
        font-size: 40px;
    }

    .perth-roadmap .section-heading {
        font-size: 44px;
    }

    .roadmap-card {
        padding: 40px 25px;
    }

    .step-num {
        font-size: 70px;
    }

    .cases-header .section-heading {
        font-size: 44px;
    }

    .case-card h3 {
        font-size: 28px;
    }
}

/* Breakpoint: Tablet (991px) */
@media (max-width: 991px) {
    .process-carousel-wrapper{
        margin-top: 40px;
    }
    .perth-cases {
        padding: 0px 0px 40px 0px;
    }
    .cta-inner-box {
        padding: 60px 30px;
    }

    .cta-title, .process-title {
        font-size: 45px;
    }

    .cta-title, .process-title{
        line-height: 50px;
    }

    .perth-process-sec {
        padding: 60px 0;
    }

    /* .devices-title {
        font-size: 2.2rem;
        margin-bottom: 20px;
    } */
    .builds-title, .devices-title {
        font-size: 38px;
    }

    .perth-devices-sec {
        padding: 40px 0;
    }

    .builds-title {
        font-size: 2.2rem;
    }

    .incredible-builds-sec {
        padding: 50px 0;
    }

    .builds-desc {
        margin-top: 15px;
    }

    .trusted-section {
        padding: 44px 28px;
    }

    .trusted-heading {
        font-size: 28px;
    }

    .trusted-quote {
        font-size: 13.5px;
        max-width: 100%;
    }

    .trusted-left {
        padding-right: 0;
        margin-bottom: 36px;
    }

    .trusted-right {
        justify-content: center;
    }

    .brand-grid {
        max-width: 100%;
    }

    .section-divider {
        display: none;
    }

    .quote-bg-mark {
        font-size: 140px;
        top: 30px;
        left: 20px;
    }

    .custom-container {
        padding: 0 20px;
    }

    .perth-hero {
        padding: 140px 0 80px;
        text-align: center;
    }

    .hero-content {
        margin: 0 auto 50px;
    }

    .hero-badge {
        margin: 0 auto;
    }

    .hero-title {
        font-size: 50px;
    }

    .hero-desc {
        margin: 0 auto 30px;
    }

    .hero-form-card {
        padding: 40px 30px;
        max-width: 500px;
        margin: 0 auto;
    }

    .perth-innovation, .perth-capacity, .perth-roadmap, .expertise-section, .perth-process-sec, .perth-faq-sec, .perth-cta-sec {
        padding: 40px 0px;
    }

    .perth-innovation .section-title h2 {
        font-size: 38px;
    }

    .innovation-card {
        padding: 25px 25px;
    }

    .innovation-card h3 {
        font-size: 22px;
    }

    .perth-capacity {
        padding: 80px 0;
    }

    .capacity-img-wrap {
        padding-right: 0;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

    .capacity-badge {
        left: 20px;
        padding: 25px;
    }

    .badge-num {
        font-size: 32px;
    }

    .perth-roadmap {
        padding: 100px 0;
    }

    .perth-roadmap .section-heading {
        font-size: 38px;
    }

    /* .perth-cases {
        padding: 100px 0;
    } */

    .case-card {
        min-height: 420px;
    }

    .perth-stats {
        padding: 60px 0;
    }

    .stat-num {
        font-size: 40px;
    }
    .trusted-right{
        display: none;
    }
    .faq-wrapper{
        max-width: 100%;
    }
    .accordion-answer {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 0px;
    }
    .accordion-header{
        padding: 15px;
    }
    .process-nav-btns{
        margin-top: 50px;
    }
}


/* Breakpoint: Mobile Large (767px) */
@media (max-width: 767px) {
    .locationcontact-form.contact-form-bcx .formbcx-wrap textarea {
    min-height: 60px !important;
}
    .builds-title, .devices-title {
        font-size: 32px;
    }
    .process-carousel-wrapper{
        margin-top: 30px;
    }
    .cta-form-wrapper{
        max-width: 100%;
    }
    .builds-grid {
        margin-top: 0px;
    }
    .faq-title {
        font-size: 28px;
        margin-bottom: 0px;
        line-height: 35px;
    }
    .perth-cases {
        padding: 0px 0px 30px 0px;
    }
    .cases-header .section-heading, .expertise-section .section-heading {
        font-size: 32px;
    }
    .expertise-section .section-heading br,.expertise-section .expertise-subtitle br{
     display: none;
 }
 .perth-innovation, .perth-capacity, .perth-roadmap, .expertise-section, .perth-process-sec, .perth-faq-sec, .perth-cta-sec {
    padding: 30px 0px;
}
     /* .perth-cta-sec {
        padding: 50px 0;
    } */

    .cta-inner-box {
        padding: 30px 15px;
        border-radius: 20px;
    }

    
    .cta-form .cta-input-group {
        flex-direction: column;
        gap: 15px;
    }
    
    .cta-input-group input {
        border-radius: 10px;
        padding: 15px 20px;
        width: 100%;
    }
    
    .cta-input-group .cta-btn {
        width: 100%;
        padding: 15px;
        border-radius: 10px;
    }
    .cta-title, .process-title {
        font-size: 32px;
    }

    .cta-title, .process-title {
        line-height: 40px;
    }
    .cta-title br{
        display: none;
    }
    .cta-desc{
        font-size: 15px;
        max-width: 100%;
    }
    .process-nav-btns{
        margin-top: 30px;
    }
    .process-card {
        padding: 30px;
    }

    .devices-content-box {
        padding: 30px;
    }

    .builds-title {
        font-size: 1.8rem;
    }

    .builds-btn {
        width: 100%;
        /* Full width button on phones */
        justify-content: center;
    }

    .custom-container {
        padding: 0 15px;
    }

    /* .perth-innovation {
        padding: 80px 0;
    } */

    .perth-innovation .section-title h2 {
        font-size: 32px;
    }

    .perth-innovation .section-title p {
        font-size: 16px;
        max-width: 100%;
    }
    .perth-innovation .section-title p  br{
        display: none;
    }
    .innovation-card h3, .service-card h5 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .innovation-card {
        padding: 25px 20px;
    }

    .capacity-content .section-heading {
        font-size: 32px;
    }

    /* .section-desc {
        font-size: 17px;
    } */

    .capacity-list li {
        font-size: 16px;
    }

    .capacity-badge {
        padding: 20px;
        max-width: 100%;
    }
    .badge-num {
        font-size: 28px;
    }

    /* .perth-roadmap {
        padding: 80px 0;
    } */

    .trusted-left{
        margin-top: 0px;
    }

    .perth-roadmap .section-heading {
        font-size: 32px;
    }

    .perth-roadmap .section-title {
        margin-bottom: 40px;
    }

    .roadmap-card {
        padding: 35px 25px;
    }
/* 
    .perth-cases {
        padding: 80px 0;
    } */

    .cases-header .section-heading {
        font-size: 32px;
    }

    .cases-header {
        text-align: center;
        justify-content: center !important;
    }

    .header-left {
        margin-bottom: 30px;
    }

    .case-card {
        min-height: auto;
    }

    .case-content {
        padding: 30px;
    }

    .perth-stats {
        padding: 40px 0;
    }

    .stat-item {
        margin-bottom: 30px;
    }

    .stat-num {
        font-size: 32px;
    }

    .trusted-section {
        padding: 0px 0px 30px 0px;
        border-radius: 16px;
    }

    .trusted-heading {
        font-size: 26px;
    }

    .brand-card {
        min-height: 130px;
        border-radius: 16px;
        padding: 16px;
    }

    .airefrig-a {
        font-size: 40px;
    }

    .airefrig-name {
        font-size: 18px;
    }

    .gilligans-logo .gilligans-text {
        font-size: 22px;
    }

    .oneround-text {
        font-size: 22px;
    }

    .skillnovaa-text {
        font-size: 20px;
    }

    .quote-bg-mark {
        font-size: 110px;
        top: 20px;
        left: 16px;
    }
    .hero-title {
        font-size: 45px;
    }
    .hero-title br{
        display: none;
    }
}


/* Breakpoint: Mobile Small (576px) */
@media (max-width: 576px) {
    .hero-title {
        font-size: 40px;
    }
    .perth-hero {
        padding: 120px 0 60px;
    }

    .hero-title {
        font-size: 36px;
    }

    .hero-desc {
        font-size: 16px;
    }

    .hero-form-card {
        padding: 30px 20px;
    }

    .hero-form-card h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }


  .hero-tag {
    font-size: 12px;
    padding: 6px 15px;
}

.trusted-heading {
    font-size: 22px;
}

.brand-grid {
    gap: 10px;
}

.brand-card {
    min-height: 110px;
    padding: 12px;
}

.airefrig-a {
    font-size: 34px;
}

.airefrig-name {
    font-size: 15px;
    letter-spacing: 1px;
}

.airefrig-sub {
    font-size: 9px;
    letter-spacing: 3px;
}

.oneround-icon {
    width: 28px;
    height: 28px;
}

.oneround-text {
    font-size: 18px;
}

.skillnovaa-icon {
    width: 28px;
    height: 28px;
}

.skillnovaa-text {
    font-size: 17px;
}

.gilligans-logo .gilligans-text {
    font-size: 19px;
}
}