/* ===== Homepage Slide Height ===== */
.sppb-slide-item-bg.sppb-slideshow-fullwidth-item-bg {
    height: 550px !important;
}
.sppb-slide-item-bg.sppb-slideshow-fullwidth-item-bg > div .sppb-slideshow-fullwidth-item-text > div {
  max-width: 55%;
}
/* ===== Subtitle ===== */
.sppb-slide-item-bg.sppb-slideshow-fullwidth-item-bg 
.sppb-fullwidth-title 
.sppb-slidehsow-sub-title {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    color: #6C1F6F;
    display: block !important;
    text-transform: uppercase;
    margin: 10px 0 10px;
    text-shadow: none;
    letter-spacing: 1px;
}

/* ===== Main Header Title ===== */
.sppb-slide-item-bg.sppb-slideshow-fullwidth-item-bg 
.sppb-fullwidth-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 54px;
    line-height: 52px;
    font-weight: 800;
    color: #6C1F6F;
    text-transform: uppercase;
    margin-bottom: 25px;
    margin-top: 10px;
    text-shadow: none;
    letter-spacing: 1px;
}

/* ===== Details / Normal Text ===== */
.sppb-slide-item-bg.sppb-slideshow-fullwidth-item-bg 
.details {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    color: rgb(21, 21, 21);
    letter-spacing: 0.3px;
}

/* ===== Slider Arrows ===== */

/* Container vertical centering */
.customNavigation {
    position: absolute;
    top: 50%;                /* center vertically */
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 20;
    pointer-events: none;     /* only arrows clickable */
}

/* Arrows style */
.customNavigation .sppbSlidePrev,
.customNavigation .sppbSlideNext {
    position: absolute;
    pointer-events: auto;
    width: 30px;               /* smaller circle */
    height: 30px;              /* smaller circle */
    background: #B7BF10;       /* circle color */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;               /* arrow color */
    font-size: 20px;           /* arrow size */
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Left arrow */
.customNavigation .sppbSlidePrev {
    left: 30px;  /* distance from left edge */
}

/* Right arrow */
.customNavigation .sppbSlideNext {
    right: 30px; /* distance from right edge */
}

/* Hover effect */
.customNavigation .sppbSlidePrev:hover,
.customNavigation .sppbSlideNext:hover {
    transform: scale(1.1);
    background: #A9AF0F; /* slightly darker on hover */
}

/* Arrow icons */
.customNavigation i {
    font-size: 20px;
    line-height: 1;
    color: #fff;
}
.pcc-latest-news-wrap {
  margin: 50px 0px 0px 0px;
  padding: 0 30px 0;
  border-radius: 0 0 3px 3px;
  background: #fff;
  box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}
.pcc-latest-news-wrap .pcc-latest-news .sppb-addon-title {
  background: #B7BF10;
}
.pcc-latest-news-wrap .pcc-latest-news .sppb-addon-title {
  color: #fff;
  padding: 15px 30px !important;
  margin: -57px -30px 0 -30px;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 3px 3px 0 0;
  display: flex;
  align-items: center;
}
.sppb-addon-header .pcc-latest-news .sppb-addon-title {
  color: #fff;
  padding: 20px 30px !important;
  margin: -57px -30px 0 -30px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 3px 3px 0 0;
}
.pcc-latest-news .sppb-addon-title::before {
  content: url('https://www.parramattacollege.edu.au/images/nav-logo.png');
  display: inline-block;
  margin-right: 10px; 
}
ul.pcc {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

ul.pcc li {
  padding-left: 2.2em;         /* make space for larger bullet */
  position: relative;
  margin-bottom: 0.6em;
  color: inherit;
}

ul.pcc li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%); /* center vertically */
  color: #6c1f6f;
  font-size: 2.4em;            /* much bigger bullet */
  line-height: 1;
  text-align: center;
  display: inline-block;
}

/* Add the Font Awesome icon as a list marker */
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child > a::after {
font-family: "Font Awesome 5 Free" !important; 
content: " \f105"; 
float: right;
font-weight:900 !important;
}
ul.grad-list {
    list-style: none;
    padding-left: 0;
}

ul.grad-list li {
    padding-left: 30px;
    position: relative;
}

ul.grad-list li::before {
    content: "\2022";
    color: #6c1f6f;
    font-size: 28px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-right: 10px;
}
.splms-course-carousel .customNavigation a {
  width: 40px;
  height: 40px;
  border: 1px solid #B7BF10 !important;
  display: inline-block;
  text-align: center;
  line-height: 36px;
  color: #fff !important;
  border-radius: 30px;
  margin-left: 10px;
  background-color: #B7BF10 !important;
  -o-transition: .3s;
  transition: .3s;
}
.splms-course-carousel .customNavigation a:hover {
  background-color: #6C1F6F !important;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #B7BF10 !important;
  border-color: #B7BF10 !important;
}
.sppb-btn-primary:hover {
  color: #fff;
  background-color: #b7bf10;
  border-color: #b7bf10;
}
/* Style the input boxes for the homepage module */
#hosup.acym_module_form input {
  cursor: pointer;
  max-width: 100%;
  padding: 20px 30px !important;  
  border: 1px solid #B7BF10 !important;
  border-radius: 5px !important;
}
/* Style page title */
.event-callto-action .sppb-addon.sppb-addon-cta::before, .course-callto-action .sppb-addon.sppb-addon-cta::before, .sp-page-title::before {
  background: rgba(108,31,111,0.5) !important;
}
.sp-page-title {
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0 55px !important;
  position: relative;
  text-align: center;
}
/* Style about us page */
.itemid-533 .sp-page-title h2 {
  font-size: 40px !important;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}
/* Add the icon size styles for social icons within #sp-bottom */
#sp-bottom .social-icons i {
  font-size: 20px; 
}
#sp-bottom .social-icons a {
  display: inline-block; /* Ensure icons are treated as block elements */
  text-align: center; /* Center icon within the circle */
  width: 40px; /* Adjust the width and height as needed for the circle */
  height: 40px; /* Same as width for a circular shape */
  line-height: 40px; /* Vertically center the icon within the circle */
  border: 1px solid #6c1f6f; /* Thin black border around the circle */
  border-radius: 50%; /* Make it a circle with border-radius */
  margin: 2px; /* Add some spacing between icons */
}
#sp-bottom .social-icons .fa-facebook {
  font-size: 20px; 
}
#sp-bottom .social-icons .fa-youtube {
  font-size: 20px; 
}
#sp-bottom .social-icons .fa-linkedin {
  font-size: 20px; 
}
#sp-bottom .social-icons .fa-instagram {
  font-size: 20px; 
}
/* Style for the text color and border within the 'nsign' class */
.nsign .acyfield_text input {
  color: black;
  border: 1px solid black;
}
.nsign .subbutton {
  padding-right: 35px;
}
.nsign .acyfield_text input::placeholder {
        color: black;
}
/* Style Fonts */
.h6, h6 {
  font-size: 1rem;
  color: #6c1f6f;
  font-weight: 600;
}
.sp-page-title h2 {
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}
/* Style article */
article.item .content-wrap {
  padding-left: 0px !important;
  position: relative;
  margin-top: 62px;
  margin-bottom: 8px;
}
.blog-grid-view article.item .content-wrap {
  padding-left: 15px !important;
  margin-top: 0;
  margin-bottom: 3px;
  padding-right: 15px;
}
.view-article #sp-main-body, .view-category #sp-main-body {
  padding: 50px 0 50px 0;
}
.view-article article.item .entry-image,
.view-article article.item .entry-image,
.view-article article.item .entry-gallery,
.view-article article.item .entry-video,
.view-article article.item .entry-audio,
.view-article article.item .entry-link,
.view-article article.item .entry-quote {
  margin: 0 -20px !important;
}
.article-info > dd {
  display: inline-block;
  font-size: 14px;
  text-transform: capitalize;
  margin: 5px 8px 0px 8px;
}
article.item {
  margin-bottom: 20px;
  background: #fff;
  -webkit-box-shadow: 1.5px 2.598px 5px 0px rgba(0,0,0,0.1);
  box-shadow: 1.5px 2.598px 5px 0px rgba(0,0,0,0.1);
  padding: 25px;
  border-radius: 3px;
  -webkit-transition: .3s;
  transition: .3s;
}
.view-article article.item {
  display: block;
  padding: 0 20px 0px 20px;
  border-radius: 3px;
  position: relative;
  z-index: 100;
  float: left;
  clear: both;
}
.view-article p {
  color: #151515;
}
.blog-grid-view article.item .content-wrap .introtext {
  margin-bottom: 20px !important;
}
.blog-grid-view article.item .content-wrap .readmore-wrap {
  display: block !important;
}
.blog-grid-view .items-row {
    display: flex !important;
    flex-wrap: wrap !important;
}
/*.blog-grid-view .col-sm-6 {
    flex: 1 !important;
}*/
/* Style bottom 4 newsletter */
#sppb-addon-1725662975664 .acym_introtext {
  color: #959595;
}
#sppb-addon-1725662975664 .acym_module_form input {
  cursor: pointer;
  max-width: 100%;
  padding: 20px 30px !important;
  border: 1px solid #959595 !important;
  border-radius: 5px !important;
}
#sppb-addon-1725662975664 .subbutton {
  cursor: pointer;
  max-width: 100%;
  padding: 20px 30px !important;
  border: 1px solid #6C1F6F !important;
  border-radius: 5px !important;
}
/* Style Acymailing newsletter */
#acym_wrapper .button {
  background-color: #6C1F6F;
  border: 1px solid #6C1F6F;
  color: #fefefe;
  border-radius: 4px;
  transition: .2s ease-in-out;
  cursor: pointer;
  min-height: 0;
  padding: .7rem .8rem;
  font-weight: 500;
  font-size: .9rem;
  height: auto;
  margin-bottom: 0;
  box-shadow: none;
}
#acym_wrapper .button:hover {
  background-color: #B7BF10;
  border: 1px solid #B7BF10;
}
body.view-archive .col-lg-9 .archive_listing {
  background: #fff;
  padding: 30px 20px;
  border-radius: 4px;
  margin-top: 0px;
  -webkit-box-shadow: 1.5px 2.598px 5px 0px rgba(0,0,0,0.1);
  box-shadow: 1.5px 2.598px 5px 0px rgba(0,0,0,0.1);
}
/* Newsletter homepage */
#sppb-addon-1693689931496 .acym_module_form input[type="text"],
#sppb-addon-1693689931496 .acym_module_form input[type="email"] {
    border: 1px solid #ccc !important;      /* restore full border */
    border-radius: 5px !important;          /* rounded corners */
    background: #fff !important;            /* white background */
    padding: 25px 40px !important;          /* internal padding */
    box-shadow: none !important;            /* remove template shadow */
    width: 100%;                             /* fill the cell */
    box-sizing: border-box;
}

/* Add spacing between Name and Email */
#sppb-addon-1693689931496 .acym_form td.onefield:first-child {
    padding-right: 20px; /* horizontal gap */
}

/* Style the SUBSCRIBE button */
#sppb-addon-1693689931496 .subbutton {
    background-color: #B7BF10 !important;   /* main color */
    color: #fff !important;
    border-radius: 5px !important;
    border: none !important;
    padding: 18px 52px 18px 42px !important;
    font-size: 16px !important;
    cursor: pointer !important;
    transition: background-color 0.3s;
}

/* Hover effect for the button */
#sppb-addon-1693689931496 .subbutton:hover {
    background-color: #6C1F6F !important;  /* hover color */
}
/* Remove author from search */
label[for="tax-author"], #tax-author {
    display: none !important;
}
/* Reduce password box and login button margin */
.group-control input[type="password"] {
  width: 80%;
}
.view-login .btn[type="submit"] {
    margin-top: 20px;
}
#contact-slideup-btn {
    position: fixed;
    bottom: 25px;        /* distance from bottom */
    right: 25px;         /* distance from right */
    z-index: 9999;       /* stays on top */
    width: 60px;         /* circle size */
    height: 60px;
    background-color: #652875;  /* main button color */
    color: #fff;                /* icon color */
    border-radius: 50%;          /* makes it circular */
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;             /* icon size */
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s;
}

#contact-slideup-btn:hover {
    background-color: #B7BF10;  /* hover color */
    transform: scale(1.1);       /* pop effect on hover */
}


/* Sitemap */
body.com-osmap.view-html {
  background: #fff; /* white background */
}

body.com-osmap.view-html #sp-main-body {
    background-color: #ffffff !important; /* Change to preferred color */
    padding: 20px; /* Adjust spacing */
}
.osmap-items ul {
  margin: 0 0 9px 25px;
  color: #A5AD1F;
}
/* ===========================
   Homepage Slider - Mobile (≤600px)
   =========================== */
@media screen and (max-width: 600px) {

    /* Slide height adjustment */
    .sppb-slide-item-bg.sppb-slideshow-fullwidth-item-bg {
        height: auto !important;    /* let it adjust to content */
        min-height: 480px;          /* optional minimum */
    }

    /* Subtitle */
    .sppb-slide-item-bg.sppb-slideshow-fullwidth-item-bg 
    .sppb-fullwidth-title 
    .sppb-slidehsow-sub-title {
        font-size: 14px;
        line-height: 16px;
    }

    /* Main Header Title */
    .sppb-slide-item-bg.sppb-slideshow-fullwidth-item-bg 
    .sppb-fullwidth-title {
        font-size: 32px;
        line-height: 35px;
        margin-bottom: 15px;
        margin-top: 5px;
    }

    /* Details / Normal text */
    .sppb-slide-item-bg.sppb-slideshow-fullwidth-item-bg 
    .details {
        font-size: 14px;
        line-height: 20px;
    }

    /* Slider arrows - smaller and closer to edges */
    .customNavigation .sppbSlidePrev,
    .customNavigation .sppbSlideNext {
        width: 30px;           /* smaller circle */
        height: 30px;
        font-size: 14px;       /* arrow icon smaller */
    }

    .customNavigation .sppbSlidePrev {
        left: 10px;            /* closer to edge */
    }

    .customNavigation .sppbSlideNext {
        right: 10px;           /* closer to edge */
    }

    /* Icon inside circle */
    .customNavigation i {
        font-size: 14px;
        line-height: 1;
    }
}
@media only screen and (max-width: 768px) {
  .sppb-addon-article {
    flex-direction: column !important;
  }
}
@media (max-width: 768px) {
  /* Adjustments for mobile devices */
 .osmap-items ul {
  margin: 0 0 0px 0px;
 }
  #osmap-ul-uid-menuitem-543 {
    padding-left: 0 !important;
    margin-left: 0 !important;
}
}
/* Optional: stack nicely on mobile */
@media (max-width: 600px) {
  #acym_module_formAcym76641 .acym_form tr {
    display: block;
  }
  #acym_module_formAcym76641 .acym_form td {
    display: block;
    margin-bottom: 15px;
    padding-right: 0;
  }
}