@import "../util/util.css";

.main-header {
  position: relative;
  width: 100%;
  height: 80vh;
  background: transparent;
  box-sizing: border-box;
  /* padding: var(--padding-md); */
  color: var(--white-color);
}
.p-4 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.main-header-banner {
  background-image: url(../../img/courses/ceh_bg.webp);
  background-size: cover;
  background-position: center;
  height: 100%;
  position: relative;
  background-repeat: no-repeat;
  position: relative;
}
.main-header-banner-portfolio {
  background-image: url(../../courses/img/headerMain.png);
  background-size: cover;
  background-position: center;
  height: fit-content;
  position: relative;
  background-repeat: no-repeat;
  position: relative;
  padding: 2% 4%;
}
.main-header-banner-cover {
  height: 100%;
  padding: 4%;
  background-color: rgba(0, 0, 0, 0.8);
}
.main-header-banner-cover-portfolio {
  height: 100%;
  padding-bottom: 0;
  position: relative;
}

.main-header-h1 {
  width: 60%;
  margin-top: 6em;
  margin-bottom: 2em;
  display: flex;
  flex-direction: column;
  align-items: left;
  gap: 15px;
}

.main-header-h1 h2 {
  font-weight: 700;
}
.main-header-h1 p {
  font-size: 0.9rem;
  text-align: justify;
  width: 90%;
}

.main-header-floating-img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100px;
  margin: 2%;
}
.home_course_section {
  padding: 3% 5%;
}
.port-down-btn {
  border: none;
  outline: none;
  background-color: transparent;
  width: 25%;
  padding: 2%;
  color: #fff;
  border: 2px solid #66fcf1;
  font-size: 1.2rem;
}

.home_divider {
  width: 20%;
  height: 10px;
  border-radius: 20px;
  background: #86f6e2;
}
.home_course_section h2 {
  color: #000;
  margin: 2% 0;
}

.home_course {
  width: 30%;
  height: 150px;
  border-radius: 10px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  display: flex;
  align-items: flex-start;
}
.home_course img {
  width: 40%;
  height: 100%;
  object-fit: contain;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.home_course_data_box {
  padding: 2%;
}
.home_course_title {
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  padding: 1%;
  margin: 0;
}
.home_course_price_box {
  font-weight: 700;
  color: #000;
  padding: 2% 5%;
  margin: 0;
}
.home_course_price_box span {
  text-decoration: line-through;
}
.home_gst {
  color: red;
  font-size: 0.8rem;
  font-weight: 750;
  padding: 2% 5%;
  margin: 0;
}
.home_course_list_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 20px;
  /* gap:15px; */
}
/* .home_course:nth-child(n + 3) {
  margin-top: 3%;
} */
.home_show_more_btn_container {
  width: 100%;
  padding: 1%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home_show_more_btn {
  width: fit-content;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  background-color: transparent;
  padding: 2% 5%;
  color: #000;
  outline: none;
  border: none;
  margin: 2% auto;
  border-radius: 5px;
  font-weight: 700;
  font-size: 0.85rem;
  cursor: pointer;
}
.porfolio_show_more_btn {
  width: 120px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  background-color: transparent;
  padding: 2.5% 5%;
  color: #000;
  outline: none;
  border: none;
  margin: 2% auto;
  border-radius: 5px;
  font-weight: 700;
  font-size: 0.85rem;
  cursor: pointer;
}
.porfolio_show_more_btn:hover {
  background-color: #1f2833;
  color: #fff;
}
.home_show_more_btn_bottom {
  width: fit-content;
  padding: 1% 5%;
  margin: 2% auto;
  border-radius: 5px;
  font-weight: 700;
  background-color: #1f2833;
  color: #66fcf1;
  cursor: pointer;
}
.home_address_sect {
  padding: 3%;
  display: flex;
  align-items: flex-end;
  gap: 5px;
}
.home_address_sect_left {
  width: 30%;
}
.home_address_sect_right {
  width: 70%;
}
.home_address_sect .home_address_sect_left h2 {
  color: #000;
  margin: 2% 0;
}
.home_address_sect .home_address_sect_left p {
  color: #000;
  font-size: 1.2rem;
}
.home_contact_input {
  padding: 2%;
  border: none;
  outline: none;
  border-radius: 5px;
  width: 80%;
  margin-top: 5%;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
    rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
.getTouchedBtn {
  padding: 2% 5%;
  border: none;
  outline: none;
  background: #1f2833;
  color: #86f6e2;
  font-weight: 600;
  margin: 5% 0;
}
.getTouchedBtn-sm {
  padding: 2% 4%;
  border: none;
  outline: none;
  background: #1f2833;
  color: #86f6e2;
  font-weight: 600;
}
.home_footer {
  width: 100%;
  padding: 3%;
  background-color: #1f2833;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.footer-links {
  color: #eee;
  text-decoration: none;
  font-family: sans-serif;
  cursor: pointer;
  display: block;
  font-weight: 500;
}
.lower-footer {
  padding: 1%;
  background: #363c42;
  color: #fff;
  text-align: right;
  font-size: 0.8rem;
  padding-right: 5%;
}

.card {
  padding: 0;
}
.card-wrapper {
}
.cs-card {
  width: 250px;
  height: fit-content;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.cs-card img {
  width: 100%;
  object-fit: cover;
}
.cs-card p {
  font-size: 1.2rem;
  color: #000;
  font-weight: 600;
  text-align: center;
  margin: 3% 0;
}

.home-testimonial-sect {
  width: 100%;
  padding: 2%;
  background-color: #1f2833;
}

/* PORT FOLIO STYLES */
#portfolio_caseStudy_space {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.port_caseStudyContainer {
  flex: 1 0 45%;
  width: 50%;
  /* height: 280px; */
  padding: 3%;
  display: flex;
  align-items: flex-start;
  gap: 25px;
  /* box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px; */
  /* border-radius: 8px; */
  /* margin-bottom: 1%; */
  border-top: 1.5px solid #000;
  /* border-bottom: 1.5px solid #000; */
  /* transition: box-shadow 0.5s ease-in-out; */
}
.port_caseStudyContainer_content_box {
  width: 75%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: left;
  /* justify-content: space-around; */
}
.port_caseStudyContainer_content_box_upper {
  height: 100%;
  /* overflow: hidden; */
}

.port_caseStudyContainer_content_box_lower {
  /* height: 30%; */
}
.port_caseStudyContainer img {
  height: 100px;
  width: 100px;
  border-radius: 20px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.port_caseStudyContainer_content_box h3 {
  color: #000;
  margin: 2% 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.port_caseStudyContainer_content_box p {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 1.1rem;
  display: -webkit-box;
  -webkit-line-clamp: 4; /* Number of lines to display */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.port_pagination_nav {
  width: fit-content;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.port_pagination_nav button {
  margin: 0;
  color: #000;
  width: 50px;
  height: 50px;
  border: 2px solid #eee;
  border-left: 0;
  background-color: #fff;
  font-size: 1.2rem;
}
.port_pagination_nav button:first-child {
  border-left: 2px solid #eee;
  border-color: #1f2833;
  background-color: #1f2833;
  color: #66fcf1;
}
/* microsoft edge */
@supports (-ms-ime-align: auto) {
  .main-header {
    /* position: absolute; */
    width: 100%;
    height: 95%;
    background: var(--secondary--background);
    box-sizing: border-box;
    padding: var(--padding-md);
    color: var(--white-color);
  }
}

/* ////// */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style-type: none;
  text-decoration: none;
}

:root {
  --primary: #ec994b;
  --white: #ffffff;
  --bg: #f5f5f5;
}

html {
  scroll-behavior: smooth;
  font-size: 85%;
}

@media (min-width: 1440px) {
  html {
    zoom: 1.5;
  }
}

@media (min-width: 2560px) {
  html {
    zoom: 1.7;
  }
}

@media (min-width: 3860px) {
  html {
    zoom: 2.5;
  }
}

::-webkit-scrollbar {
  width: 1.3rem;
}

::-webkit-scrollbar-thumb {
  border-radius: 1rem;
  background: #797979;
  transition: all 0.5s ease-in-out;
}

::-webkit-scrollbar-thumb:hover {
  background: #222224;
}

::-webkit-scrollbar-track {
  background: #f9f9f9;
}

.container {
  max-width: 124rem;
  padding: 0 1rem;
  margin: 0 auto;
}

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

.section-heading {
  font-size: 3rem;
  color: var(--primary);
  padding: 2rem 0;
}

#tranding {
  padding: 0;
}

@media (max-width: 1440px) {
  #tranding {
    padding: 7rem 0;
  }
}

#tranding .tranding-slider {
  height: 550px;
  padding: 2rem 0;
  position: relative;
}

@media (max-width: 500px) {
  #tranding .tranding-slider {
    height: 45rem;
  }
}

.tranding-slide {
  width: 37rem;
  height: 400px;
  position: relative;
}

@media (max-width: 500px) {
  .tranding-slide {
    width: 28rem !important;
    height: 36rem !important;
  }
  .tranding-slide .tranding-slide-img img {
    width: 28rem !important;
    height: 36rem !important;
  }
}

.tranding-slide .tranding-slide-img img {
  width: 37rem;
  height: 42rem;
  border-radius: 2rem;
  object-fit: cover;
}

.tranding-slide .tranding-slide-content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 5%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 350px;
  height: 320px;
  margin: 0 auto;
}
.tranding-slide-content-header-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
}
.tranding-slide-content-header-box img {
  height: 80px;
  width: 80px;
  border-radius: 200px;
  object-fit: cover;
}
.tranding-slide-content-header-box h1 {
  color: #000;
  font-weight: 700;
}
.tranding-slide-content-header-box p {
  color: #000;
  font-weight: 500;
}
.testm-quote {
  color: #000;
  font-size: 2rem;
  text-align: center;
  font-weight: 600;
}
.tranding-slide-content p {
  color: #000;
}

.tranding-slide-content .food-price {
  position: absolute;
  top: 2rem;
  right: 2rem;
  color: var(--white);
}

.tranding-slide-content .tranding-slide-content-bottom {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  color: var(--white);
}

.food-rating {
  padding-top: 1rem;
  display: flex;
  gap: 1rem;
}

.rating ion-icon {
  color: var(--primary);
}

.swiper-slide-shadow-left,
.swiper-slide-shadow-right {
  display: none;
}

.tranding-slider-control {
  position: relative;
  bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tranding-slider-control .swiper-button-next {
  left: 58% !important;
  transform: translateX(-58%) !important;
}

@media (max-width: 990px) {
  .tranding-slider-control .swiper-button-next {
    left: 70% !important;
    transform: translateX(-70%) !important;
  }
}

@media (max-width: 450px) {
  .tranding-slider-control .swiper-button-next {
    left: 80% !important;
    transform: translateX(-80%) !important;
  }
}

@media (max-width: 990px) {
  .tranding-slider-control .swiper-button-prev {
    left: 30% !important;
    transform: translateX(-30%) !important;
  }
}

@media (max-width: 450px) {
  .tranding-slider-control .swiper-button-prev {
    left: 20% !important;
    transform: translateX(-20%) !important;
  }
}

.tranding-slider-control .slider-arrow {
  background: var(--white);
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  left: 42%;
  transform: translateX(-42%);
  filter: drop-shadow(0px 8px 24px rgba(18, 28, 53, 0.1));
}

.tranding-slider-control .slider-arrow ion-icon {
  font-size: 2rem;
  color: #222224;
}

.tranding-slider-control .slider-arrow::after {
  content: "";
}

.tranding-slider-control .swiper-pagination {
  position: relative;
  width: 15rem;
  bottom: 1rem;
}

.tranding-slider-control .swiper-pagination .swiper-pagination-bullet {
  filter: drop-shadow(0px 8px 24px rgba(18, 28, 53, 0.1));
}

.tranding-slider-control .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--primary);
}
.home-footer-go1-left {
  width: 30%;
}
.home-footer-go1-right {
  width: 70%;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* OVERVIEW STYLES */
.cs-overviewBox {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.home_course_section_dark {
  padding: 3%;
  background-color: #1f2833;
}
.cs-tab-bar {
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 2px solid #eee;
}
.cs-tab-bar-button {
  padding: 2%;
  font-size: 1.2rem;
  background-color: transparent;
  border: none;
  outline: none;
}
.cs-tab-bar-active-button {
  font-weight: 700;
  border-bottom: 3px solid #1f2833;
}
.cs-challenge-box {
  width: 100%;
  margin-top: 3%;
}
.cs-challenge-box h2 {
  color: #000;
  font-weight: 700;
}
.cs-challenge-box p {
  color: #000;
}
.home-footer-left,
.home-footer-mid,
.home-footer-right {
  width: 30%;
}
.home-footer-lt {
  margin: 2% 0;
}
#explore-other-case-studies-mobile {
  display: none;
}
.home-footer-mid-flexbox {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.btn-link {
  text-decoration: none;
  color: #000;
}
.card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* .home_course_section_flex {
 display: flex;
 align-items: center;
 gap: 10px;
} */

.ceh_card {
  width: 90%;
  background-color: #faf9f6;
  display: flex;
  padding: 2%;
  align-items: center;
  height: 280px;
}
.ceh_card_image_holder {
  width: 30%;
  height: 100%;
  padding: 2%;
  border-right: 1px solid #b7bac5;
}
.ceh_card_image {
  width: 100%;
  height: 100%;
}
.ceh_card_content_holder {
  padding: 2%;
  color: #000;
  width: 50%;
  height: 100%;
  border-right: 1px solid #b7bac5;
}
.ceh_card_content_holder h2 {
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}
.ceh_card_content_holder p {
  font-size: 1.085rem;
}
.ceh_card_buttons_holder {
  padding: 2%;
  width: 30%;
}
.ceh_card_contact_btn {
  width: 100%;
  padding: 3%;
  outline: none;
  border-radius: 5px;
  border-width: 3px;
  border-color: #1f2833;
  color: #1f2833;
  font-weight: 700;
  background: transparent;
  transition: all 0.2s ease-in-out;
}
.ceh_card_contact_btn:hover {
  background-color: #1f2833;
  color: #fff;
}
.ceh_card_download_btn {
  background-color: #1f2833;
  outline: none;
  border: 3px solid #1f2833;
  color: #fff;
  font-weight: 700;
  width: 100%;
  margin-top: 3%;
  border-radius: 5px;
  padding: 3%;
}
.ceh_card_download_btn:hover {
  background-color: transparent;
  color: #1f2833;
}

.ceh_new_second_sect {
  width: 100%;
  padding: 2%;
}
.ceh_new_second_sect_holder {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
  box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px,
    rgba(6, 24, 44, 0.65) 0px 4px 6px -1px,
    rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
  border-radius: 9px;
  padding: 2%;
}
.ceh_new_second_sect_left,
.ceh_new_second_sect_right {
  width: 50%;
  padding: 2%;
  height: 200px;
}
.ceh_new_second_sect_left h4 {
  font-size: 1rem;
  color: #fff;
  border: 1.5px solid #eee;
  padding: 2%;
  text-transform: capitalize;
  text-transform: capitalize;
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  background-color: #1f2833;
  text-align: center;
  border-radius: 5px;
}
.ceh_new_second_sect_right h4 {
  font-size: 1rem;
  color: #fff;
  border: 1.5px solid #eee;
  padding: 2%;
  text-transform: capitalize;
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  background-color: #1f2833;
  text-align: center;
  border-radius: 5px;
}
.ceh_new_second_sect_left_holder {
  width: 100%;
  height: 110px;
  display: flex;
  align-items: top;
  padding: 2%;
  border-radius: 5px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.ceh_new_second_sect_left_items {
  width: 33.33%;
  display: flex;
  align-items: top;
  gap: 8px;
}
.ceh_new_second_sect_left_items img {
  width: 35px;
  height: 35px;
}
.ceh_new_second_sect_left_items p {
  color: #000;
  margin: 0;
  font-weight: 700;
  font-size: 0.8rem;
}
.ceh_new_second_sect_right img {
  width: 100%;
}

.ceh_new_second_sect_right_content_box {
  width: 100%;
  height: 110px;
  /* background-image: url(../../img/courses/code.jpg); */
  background-color: #fff;
  background-size: cover;
  position: relative;
  border-radius: 5px;
}
.ceh_new_second_sect_right_content_box_cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110px;
  background-color: #fff;
  display: flex;
  align-items: top;
  border-radius: 5px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.ceh_new_second_sect_right_content_box_items {
  padding: 2%;
  width: 33.33%;
}
.ceh_new_second_sect_right_content_box_items_pipe {
  height: 80%;
  width: 2px;
  background-color: #eee;
  margin: auto 0;
}
.ceh_new_second_sect_right_content_box_items p:first-child {
  color: red;
  font-size: 2rem;
  font-weight: 800;
  font-family: "Roboto", sans-serif;
  margin: 0;
  text-align: center;
}
.ceh_new_second_sect_right_content_box_items p:last-child {
  color: #000;
  font-weight: 600;
  font-size: 1.2rem;
  text-align: center;
  text-transform: uppercase;
}

/* MEDIA QUERIES */
@media screen and (max-width: 786px) {
  .ceh_new_second_sect {
    display: block;
  }
  .ceh_new_second_sect_holder {
    display: block;
  }
  .ceh_new_second_sect_left,
  .ceh_new_second_sect_right {
    width: 100%;
    padding: 2%;
    height: 200px;
  }
  .main-header-h1 {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 5%;
    width: 60%;
    margin-top: 5em;
  }
  .home_course_list_box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .home_course {
    width: 100%;
  }
  .home_course_data_box {
    height: 100%;
  }
  .home_address_sect {
    display: block;
  }
  .home_address_sect_left {
    width: 100%;
  }
  .home_address_sect_left h2 {
    text-align: center;
  }
  .home_address_sect_left p {
    text-align: center;
  }
  .home_divider {
    margin: 0 auto;
  }
  .home_address_sect_right {
    width: 100%;
  }
  .home-footer-go1 {
    flex-wrap: wrap;
    padding: 3%;
  }
  .home-footer-go1-left {
    width: 50%;
  }
  .home-footer-go1-right {
    width: 100%;
  }
  .home_footer {
    display: block;
  }
  .home-footer-left,
  .home-footer-mid,
  .home-footer-right {
    width: 100%;
    margin-bottom: 3%;
  }
  .home-course-section-h2s {
    text-align: center;
  }
  .case-study-title-fonts {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    color: #071432;
  }
  .cs-overviewBox {
    display: block;
  }
  .home_course_section_dark {
    text-align: center;
    padding: 4%;
  }
  #explore-other-case-studies {
    display: none;
  }
  .cs-card-mobile {
    margin-bottom: 3%;
  }
  #explore-other-case-studies-mobile {
    padding: 2%;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 8px;
  }
  .home-footer-mid-flexbox {
    justify-content: left;
    gap: 50px;
  }
  .main-header-banner-portfolio {
    height: 80vh;
  }
  .main-header-h1 {
    width: 100%;
  }
}

@media only screen and (min-width: 2000px) {
  .main-header {
    position: relative;
    width: 100%;
    height: 30vh;
    background: transparent;
    box-sizing: border-box;
    /* padding: var(--padding-md); */
    color: var(--white-color);
  }
  .main-header-h1 h3 {
    font-size: 2.8rem;
  }
  .main-header-h1 p {
    font-size: 1.5rem;
  }
  .main-header-h1 h2 {
    font-size: 3.2rem;
  }
}

/* 
portfolio read-more button style */

.button-36 {
  padding: 3% 5%;
  padding-bottom: 18px;
  border: 0;
  font-size: 0.95rem;
  font-family: "Roboto", sans-serif;
  letter-spacing: 1px;
  transition: all 150ms ease-in-out;

  border-radius: 20px;

  color: #071432;
  font-weight: bold;
  background: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0,
    inset 0px -6px 0px rgba(0, 0, 0, 0.1),
    inset 0px -2px 0px rgba(0, 0, 0, 0.15);
}

.button-36:hover {
  filter: brightness(0.98);
}

.button-36:active {
  filter: brightness(0.97);
  padding-top: 15px;
  padding-bottom: 15px;
  box-shadow: rgba(99, 99, 99, 0.2) 0 2px 6px 0,
    inset 0px -1px 0px rgba(0, 0, 0, 0.15);
}
.cs_accordion_header,
.cs_accordion_header1 {
  background-color: transparent;
}

/* download portfolio btn styles */

/* CSS */
.button-1 {
  position: relative;
  width: 25%;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  outline-offset: 4px;
  transition: filter 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-1-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: hsl(0deg 0% 0% / 0.25);
  will-change: transform;
  transform: translateY(2px);
  transition: transform 600ms cubic-bezier(0.3, 0.7, 0.4, 1);
}

.button-1-edge {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: linear-gradient(
    to left,
    hsl(340deg 100% 16%) 0%,
    hsl(340deg 100% 32%) 8%,
    hsl(340deg 100% 32%) 92%,
    hsl(340deg 100% 16%) 100%
  );
}

.button-1-front {
  display: block;
  position: relative;
  padding: 12px 27px;
  border-radius: 12px;
  font-size: 1.1rem;
  color: white;
  font-weight: 600;
  background: hsl(345deg 100% 47%);
  will-change: transform;
  transform: translateY(-4px);
  transition: transform 600ms cubic-bezier(0.3, 0.7, 0.4, 1);
}

@media (min-width: 768px) {
  .button-1-front {
    font-size: 1.25rem;
    padding: 12px 42px;
  }
}

.button-1:hover {
  filter: brightness(110%);
  -webkit-filter: brightness(110%);
}

.button-1:hover .button-1-front {
  transform: translateY(-6px);
  transition: transform 250ms cubic-bezier(0.3, 0.7, 0.4, 1.5);
}

.button-1:active .button-1-front {
  transform: translateY(-2px);
  transition: transform 34ms;
}

.button-1:hover .button-1-shadow {
  transform: translateY(4px);
  transition: transform 250ms cubic-bezier(0.3, 0.7, 0.4, 1.5);
}

.button-1:active .button-1-shadow {
  transform: translateY(1px);
  transition: transform 34ms;
}

.button-1:focus:not(:focus-visible) {
  outline: none;
}

/* case study banner styles */
.main-header-banner-cs {
  background-color: #1f2833;
  height: 400px;
  position: relative;
  background-repeat: no-repeat;
  position: relative;
}
.main-header-banner-cover-cs {
  position: absolute;
  padding: 0 4%;
  top: 80%;
  left: 0;
  transform: translateY(-70%);
  width: 55%;
  height: 230px;
  background-image: linear-gradient(
    63.1deg,
    rgba(5, 23, 111, 1) 16.4%,
    rgba(24, 95, 240, 1) 64.5%
  );
}
.main-header-banner-img-cont-cs {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -10%;
  height: 300px;
  width: 300px;
  border-radius: 300px;
  background-color: rgba(24, 95, 240, 1);
  padding: 2%;
}
.main-header-banner-img-cont-cs img {
  width: 100%;
  height: 100%;
  border-radius: 300px;
}
.cs-header-content {
  width: 60%;
  height: 100%;
  padding: 4%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* EXPLORE CARDS SECTION */
.home_course_section_flexi {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.main-header-banner-cover-cs-mob-holder {
  display: none;
}


.we_help_sect {
  padding: 0 5%;
}

@media only screen and (max-width: 600px) {
  .main-header-banner-cs {
    background-image: url(../../courses/img/headerMain.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .main-header-banner-cover-cs {
    display: none;
  }
  .main-header-banner-cover-cs-mob-holder {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    padding: 2% 4%;
  }
  .button-1 {
    width: 80%;
  }
  .we_help_sect {
    padding: 5%;
  }
}
