/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


.hs-menu-children-wrapper {
    padding: 20px !important;
    border-radius: 8px;
}

  
.hhs-flexi-card {
  height: 100%;
}

/* Style for the dropdown container */
.dropdown-container {
  display: flex; /* Use flexbox to align items in a row */
  align-items: center; /* Center items vertically within the container */
  position: relative; /* Set the container as a reference for absolute positioning */
}

/* Style for the prefix text */
.prefix-text {
  margin: 0; /* Remove any default margin for the h3 element */
  padding-right: 20px; /* Add some spacing between the text and dropdown */
}

/* Style for the dropdown button text (H1-based) */
.dropdown-heading {
  font-size: 55px; /* Set the desired font size for the H1 style */
  font-weight: bold; /* Optionally, set font-weight to make it bold */
}

/* Style for the dropdown button */
.dropbtn {
  position: relative; /* To allow positioning of the pseudo-element */
  background-color: #141FEB;
  color: white;
  padding: 46px 30px 46px 30px;
  border: none;
  cursor: pointer;
  display: flex; /* Use flexbox to align items in a row */
  align-items: center; /* Center items vertically within the button */
  border-radius: 50px; /* Add rounded corners to make it pill-shaped */
}

/* Style for the dropdown content */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #141FEB;
  min-width: 320px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  border-radius: 30px; /* Add some rounded corners to the dropdown content */
  bottom: -279%; /* Position the dropdown content above the dropdown button */

  @media (max-width: 992px) {
    min-width: 260px; /* Change the min-width for smaller screens */
    bottom: -218%; /* Adjust the position of the dropdown content */
  }
  
  @media (max-width: 767px) {
    bottom: -90%;
  }
}

/* Style for the dropdown options (links) */
.dropdown-content a {
  color: white;
  font-size: 55px;
  font-weight: bold;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  border-radius: 30px; 
}

/* Style for the dropdown options on hover */
.dropdown-content a:hover {
  background-color: #3347FF;
  border-radius: 30px; 
}

/* Show the dropdown content (options) when the dropdown button is clicked */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Style for the arrow pseudo-element */
.dropbtn::after {
  display: none; /* Hide the default arrow pseudo-element */
}

/* Style for the arrow icon */
.arrow-icon {
  display: inline-block;
  position: relative;
  width: 30px; /* Set the desired width for the arrowhead */
  height: 30px; /* Set the desired height for the arrowhead */
  background-image: url("https://4500047.fs1.hubspotusercontent-na1.net/hubfs/4500047/assets/images/New%20Website%20Images/Icons/dropwdown-arrow-circle.svg"); /* Replace with the path to your SVG icon */
  background-repeat: no-repeat;
  background-size: contain; /* Scale the SVG icon to fit the specified width and height */
  margin-left: 25px; /* Add some spacing between the text and the arrowhead */
}

/* Adjust the vertical alignment of the arrow icon */
.arrow-icon::before {
  content: ""; /* Empty content to create a pseudo-element */
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

/* Adjust the height of the dropdown button to match the arrow icon */
.dropbtn {
  height: 30px; /* Set the desired height for the button */
}

/* Media query for screens with a width of 767px and below */
@media (max-width: 767px) {
  .dropdown-container {
    flex-direction: column; /* Display items in a column instead of a row */
    align-items: flex-start; /* Align items to the start (left) of the container */
  }
  .dropbtn {
    margin-top: 10px; /* Add some spacing between the prefix text and the dropdown button */
    padding: 40px 30px 40px 30px;
  }
}

/* Media query for screens with a width of 992px and below */
@media (max-width: 992px) {
  .dropdown-heading,
  .dropdown-content a {
    font-size: 40px;
  }
}



/* Custom CSS for responsive layout */
@media screen and (max-width: 991px) {
  .responsive-container-1 {
    flex-direction: column;
  }
}


/* Custom CSS for responsive layout */
@media screen and (max-width: 550px) {
  .responsive-container-2 {
    flex-direction: column;
  }
}



/* Add PNG element on bottom left corner for the module with "testimonial" class */
.testimonials-slider .hhs-col-inner {
  position: relative;
}

.testimonials-slider .hhs-col-inner::after {
  content: "";
  display: block;
  background-image: url('https://4500047.fs1.hubspotusercontent-na1.net/hubfs/4500047/assets/images/New%20Website%20Images/Annotations/quote-annotation.png');
  background-repeat: no-repeat;
  background-size: contain; /* Adjust the size as needed */
  width: 60px; /* Set the width of the PNG element */
  height: 57px; /* Set the height of the PNG element */
  position: absolute;
  bottom: 20px;
  left: 0;
}


/* Add PNG element behind "Talk to us" text */
#telstra-partner .c-col-inner h5 {
  display: flex;
  align-items: center;
  position: relative;
}

/* Add PNG element behind "Talk to us" text */
#telstra-partner .c-col-inner h5::before {
  content: '';
  display: block;
  background-image: url('https://4500047.fs1.hubspotusercontent-na1.net/hubfs/4500047/assets/images/New%20Website%20Images/Annotations/Layer_1-8.png');
  background-repeat: no-repeat;
  background-size: 100% auto; /* Adjust the size as needed */
  width: 120px; /* Set the width of the PNG element */
  height: 49px; /* Set the height of the PNG element */
  position: absolute;
  top: -10px;
  left: 280px;
  z-index: -1; /* Set a negative z-index to position it behind the text */
}

/* Media query to hide PNG element on screens of 1199px and smaller */
@media screen and (max-width: 1199px) {
   #telstra-partner .c-col-inner h5::before {
    display: none; /* Hide the PNG element */
  }
}

/* Media query to show and adjust PNG element on screens of 991px and smaller */
@media screen and (max-width: 991px) {
   #telstra-partner .c-col-inner h5::before {
    display: block; /* Show the PNG element */
    width: 120px; /* Set the width of the PNG element */
    height: 49px; /* Set the height of the PNG element */
    top: 22px; /* Adjust the top position of the PNG element */
    left: 54px; /* Adjust the left position of the PNG element */
  }
}

/* Media query to show and adjust PNG element on screens of 767px and smaller */
@media screen and (max-width: 767px) {
   #telstra-partner .c-col-inner h5::before {
    display: block; /* Show the PNG element */
    width: 120px; /* Set the width of the PNG element */
    height: 49px; /* Set the height of the PNG element */
    top: -10px; /* Adjust the top position of the PNG element */
    left: 284px; /* Adjust the left position of the PNG element */
  }
}

/* Media query to hide PNG element on screens of 525px and smaller */
@media screen and (max-width: 525px) {
   #telstra-partner .c-col-inner h5::before {
    display: none; /* Hide the PNG element */
  }
}

/* Media query to show and adjust PNG element on screens of 472px and smaller */
@media screen and (max-width: 472px) {
   #telstra-partner .c-col-inner h5::before {
    display: block; /* Show the PNG element */
    width: 120px; /* Set the width of the PNG element */
    height: 49px; /* Set the height of the PNG element */
    top: 22px; /* Adjust the top position of the PNG element */
    left: -14px; /* Adjust the left position of the PNG element */
  }
}

/* Media query to show and adjust PNG element on screens of 430px and smaller */
@media screen and (max-width: 430px) {
   #telstra-partner .c-col-inner h5::before {
    display: block; /* Show the PNG element */
    width: 120px; /* Set the width of the PNG element */
    height: 49px; /* Set the height of the PNG element */
    top: 22px; /* Adjust the top position of the PNG element */
    left: 54px; /* Adjust the left position of the PNG element */
  }
}

/* Media query to show and adjust PNG element on screens of 367px and smaller */
@media screen and (max-width: 367px) {
   #telstra-partner .c-col-inner h5::before {
    display: block; /* Show the PNG element */
    width: 120px; /* Set the width of the PNG element */
    height: 49px; /* Set the height of the PNG element */
    top: 22px; /* Adjust the top position of the PNG element */
    left: 86px; /* Adjust the left position of the PNG element */
  }
}

/* Media query to hide PNG element on screens of 332px and smaller */
@media screen and (max-width: 332px) {
   #telstra-partner .c-col-inner h5::before {
    display: none; /* Hide the PNG element */
  }
}

/* Add PNG element under "you?" text */
#public-cloud .c-col.c-2 .c-col-inner h3::after {
  content: '';
  display: block;
  background-image: url('https://4500047.fs1.hubspotusercontent-na1.net/hubfs/4500047/assets/images/New%20Website%20Images/Annotations/Layer_1-10.png');
  background-repeat: no-repeat;
  background-size: 100% auto; /* Adjust the size as needed */
  width: 80px; /* Set the width of the PNG element */
  height: 9px; /* Set the height of the PNG element */
  position: absolute;
  top: 24px;
  left: 355px;
  z-index: -1; /* Set a negative z-index to position it behind the text */
}

/* Media query to show and adjust PNG element on screens of 1199px and smaller */
@media screen and (max-width: 1199px) {
   #public-cloud .c-col.c-2 .c-col-inner h3::after {
    display: block; /* Show the PNG element */
    width: 80px; /* Set the width of the PNG element */
    height: 9px; /* Set the height of the PNG element */
    top: 60px; /* Adjust the top position of the PNG element */
    left: 30px; /* Adjust the left position of the PNG element */
  }
}

/* Media query to show and adjust PNG element on screens of 992px and smaller */
@media screen and (max-width: 992px) {
   #public-cloud .c-col.c-2 .c-col-inner h3::after {
    display: block; /* Show the PNG element */
    width: 80px; /* Set the width of the PNG element */
    height: 9px; /* Set the height of the PNG element */
    top: 60px; /* Adjust the top position of the PNG element */
    left: -12px; /* Adjust the left position of the PNG element */
  }
}

/* Media query to show and adjust PNG element on screens of 991px and smaller */
@media screen and (max-width: 991px) {
   #public-cloud .c-col.c-2 .c-col-inner h3::after {
    display: block; /* Show the PNG element */
    width: 80px; /* Set the width of the PNG element */
    height: 9px; /* Set the height of the PNG element */
    top: 60px; /* Adjust the top position of the PNG element */
    left: 100px; /* Adjust the left position of the PNG element */
  }
}

/* Media query to show and adjust PNG element on screens of 767px and smaller */
@media screen and (max-width: 767px) {
   #public-cloud .c-col.c-2 .c-col-inner h3::after {
    display: block; /* Show the PNG element */
    width: 80px; /* Set the width of the PNG element */
    height: 9px; /* Set the height of the PNG element */
    top: 60px; /* Adjust the top position of the PNG element */
    left: -12px; /* Adjust the left position of the PNG element */
  }
}

/* Media query to show and adjust PNG element on screens of 575px and smaller */
@media screen and (max-width: 575px) {
   #public-cloud .c-col.c-2 .c-col-inner h3::after {
    display: block; /* Show the PNG element */
    width: 80px; /* Set the width of the PNG element */
    height: 9px; /* Set the height of the PNG element */
    top: 24px; /* Adjust the top position of the PNG element */
    left: 335px; /* Adjust the left position of the PNG element */
  }
}

/* Media query to show and adjust PNG element on screens of 545px and smaller */
@media screen and (max-width: 545px) {
   #public-cloud .c-col.c-2 .c-col-inner h3::after {
    display: block; /* Show the PNG element */
    width: 80px; /* Set the width of the PNG element */
    height: 9px; /* Set the height of the PNG element */
    top: 60px; /* Adjust the top position of the PNG element */
    left: -12px; /* Adjust the left position of the PNG element */
  }
}

/* Media query to show and adjust PNG element on screens of 489px and smaller */
@media screen and (max-width: 489px) {
   #public-cloud .c-col.c-2 .c-col-inner h3::after {
    display: block; /* Show the PNG element */
    width: 80px; /* Set the width of the PNG element */
    height: 9px; /* Set the height of the PNG element */
    top: 60px; /* Adjust the top position of the PNG element */
    left: 20px; /* Adjust the left position of the PNG element */
  }
}

/* Media query to show and adjust PNG element on screens of 450px and smaller */
@media screen and (max-width: 450px) {
   #public-cloud .c-col.c-2 .c-col-inner h3::after {
    display: block; /* Show the PNG element */
    width: 80px; /* Set the width of the PNG element */
    height: 9px; /* Set the height of the PNG element */
    top: 60px; /* Adjust the top position of the PNG element */
    left: 80px; /* Adjust the left position of the PNG element */
  }
}

/* Media query to show and adjust PNG element on screens of 392px and smaller */
@media screen and (max-width: 392px) {
   #public-cloud .c-col.c-2 .c-col-inner h3::after {
    display: block; /* Show the PNG element */
    width: 80px; /* Set the width of the PNG element */
    height: 9px; /* Set the height of the PNG element */
    top: 60px; /* Adjust the top position of the PNG element */
    left: 105px; /* Adjust the left position of the PNG element */
  }
}

/* Media query to show and adjust PNG element on screens of 370px and smaller */
@media screen and (max-width: 370px) {
   #public-cloud .c-col.c-2 .c-col-inner h3::after {
    display: block; /* Show the PNG element */
    width: 80px; /* Set the width of the PNG element */
    height: 9px; /* Set the height of the PNG element */
    top: 94px; /* Adjust the top position of the PNG element */
    left: -12px; /* Adjust the left position of the PNG element */
  }
}

/* Media query to show and adjust PNG element on screens of 322px and smaller */
@media screen and (max-width: 322px) {
   #public-cloud .c-col.c-2 .c-col-inner h3::after {
    display: block; /* Show the PNG element */
    width: 80px; /* Set the width of the PNG element */
    height: 9px; /* Set the height of the PNG element */
    top: 94px; /* Adjust the top position of the PNG element */
    left: 20px; /* Adjust the left position of the PNG element */
  }
}

/* Media query to show and adjust PNG element on screens of 302px and smaller */
@media screen and (max-width: 302px) {
   #public-cloud .c-col.c-2 .c-col-inner h3::after {
    display: block; /* Show the PNG element */
    width: 80px; /* Set the width of the PNG element */
    height: 9px; /* Set the height of the PNG element */
    top: 94px; /* Adjust the top position of the PNG element */
    left: 86px; /* Adjust the left position of the PNG element */
  }
}

/* Media query to show and adjust PNG element on screens of 296px and smaller */
@media screen and (max-width: 296px) {
   #public-cloud .c-col.c-2 .c-col-inner h3::after {
    display: block; /* Show the PNG element */
    width: 80px; /* Set the width of the PNG element */
    height: 9px; /* Set the height of the PNG element */
    top: 126px; /* Adjust the top position of the PNG element */
    left: -12px; /* Adjust the left position of the PNG element */
  }
}

/* Media query to show and adjust PNG element on screens of 275px and smaller */
@media screen and (max-width: 275px) {
   #public-cloud .c-col.c-2 .c-col-inner h3::after {
    display: none; /* Hide the PNG element */
  }


/* remove aria label 'Toggle menu' so it doesn't show on Google sitelinks */
  .screen-reader-text {
    visibility: hidden !important;
}
  
/* Hide Aria label 'Toggle Menu' for elements with class js-sidebar-nav-toggle */
button.js-sidebar-nav-toggle .screen-reader-text {
    visibility: hidden !important;
    display: none !important;
}