

/*--------------------------------------------------------------
  >> : Section Badge
--------------------------------------------------------------*/
  /* append .admin-bar to each before launch */
  #AppMain {
    counter-reset: section;
    overflow-x: hidden;
  }

  #AppMain section[data-section] {
    position: relative;
    margin-top: -1px;
  }
/* 
  .admin-bar #AppMain section[data-section]:after {
    counter-increment: section;
    content: 'Section: 'counter(section) ' ' attr(data-name);
    position: absolute;
    top: 0;
    left: 0;
    padding: 12px 16px;
    background: #000000;
    color: #ffffff;
    z-index: 98;
    text-transform: capitalize;
    letter-spacing: 0;
    font-size: 14px;
    font-family: system-ui;
    opacity: 0.3;
  } */

  #AppMain section[data-section]:hover:after {
/*    opacity: 1;*/
  }

/*--------------------------------------------------------------
  >> : Section Open & Close
--------------------------------------------------------------*/
  /* section[data-section] {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  #AppMain > section[data-section]:first-child {
    padding-top: calc(4rem + 60px) !important;
  } */

  /* section[data-section] .btn + .btn {
    margin-left: 1.5rem;
  }

  @media (max-width: 768px) {
    section[data-section] .btn,
    section[data-section] .btn:nth-child(even) {
      margin: 1.5rem 0 !important;
      margin-top: 0 !important;
    }

    section[data-section] .btn + .btn {
      margin: 1.5rem 0 !important;
      margin-top: 0 !important;
    } */


  /* } */
/*--------------------------------------------------------------
  >> : Forms
--------------------------------------------------------------*/

  .wpcf7 label {
    display:block;
    max-height:1px;
    overflow:hidden;
    opacity:0;
  }

  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="file"],
  input[type="password"],
  textarea {
    background: #ffffff30;
    border:none;
    padding:15px;
    margin-bottom:5px;
    border-bottom:1px solid #fff;
    width: 100%;
  }

  input[type="text"]::placeholder,
  input[type="email"]::placeholder,
  input[type="tel"]::placeholder,
  input[type="file"]::placeholder,
  input[type="password"]::placeholder,
  textarea::placeholder {
    color:#fff;
  }

  textarea {
    width:100%;
  }

  form .col {
    margin-bottom:10px;
  }

  .wpcf7 .wpcf7-submit {
    display: inline-block;
    line-height: 1em;
    color: #000;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    padding: 16px 25px;
    text-transform: uppercase;
    font-size: 0.8em;
    line-height: 1em;
    border-radius: 0px;
    transition: all 300ms ease-in-out;
    background: var(--color-gold-500);
    border: 1px solid transparent;
  }


  .wpcf7-list-item label {
    opacity:1;
    max-height:unset;
  }

  .wpcf7-list-item label a {
    color:var(--color-white);
    text-decoration:underline;
  }

  .wpcf7-not-valid-tip {
    color:var(--color-gold-500);
  }

  .wpcf7-list-item {
    margin: 0;
  }

  .wpcf7-list-item > label {
    position: relative;
    padding-left: 40px;
    min-height: 30px;
    margin-bottom: 0.5rem;
    padding-top: 4px;
  }

  .wpcf7-list-item > label input[type="checkbox"],
  .wpcf7-list-item > label input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
  }

  input[type="checkbox"],
  input[type="radio"] {
    width: 30px;
    height: 30px;
    border: none;
    border-bottom: 1px solid #fff;
    appearance: unset;
    background: #ffffff;
    position: relative;
  }

  input[type="radio"]:checked,
  input[type="checkbox"]:checked {
    background-image: url(/site/themes/devignstudios/resources/icons/check-dark.svg) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
  }

  input[type="submit"][disabled] {
    opacity: 0.5;
  }

/*--------------------------------------------------------------
  >> : Call To Action (Contained)
--------------------------------------------------------------*/
  [data-section="call-to-action-contained"] {
    position: relative;
  }
  
  [data-section="call-to-action-contained"] .row {
    position: relative;
  }


  [data-section="call-to-action-contained"] .row > .col {
    z-index: 3;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  [data-section="call-to-action-contained"] ul {
    list-style: none;
    padding: 0;
  }

  [data-section="call-to-action-contained"] .row > picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }



/*--------------------------------------------------------------
  >> : Call To Action
--------------------------------------------------------------*/
  [data-section="call-to-action"] {
    position: relative;
  }

  [data-section="call-to-action"] .row {
    position: relative;
  }


  [data-section="call-to-action"] .row > .col {
    z-index: 3;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  [data-section="call-to-action"] ul {
    list-style: none;
    padding: 0;
  }

  [data-section="call-to-action"] .section-content > picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }

/*--------------------------------------------------------------
  >> : Cards (Image Left)
--------------------------------------------------------------*/

  .card-image-left {
    position: relative;
    display: inline-flex;
    flex-wrap: wrap;
  }

  .card-image-left picture {
    width: 80px;
    height: 80px;
    border-radius: 100%;
  }

  .card-image-left-content {
    width: calc(100% - 80px);
    padding-left: 1.25rem;
  }

  @media (max-width: 1199px) {
    [data-section="cards-image-left"] .col:not(:last-child) {
      margin-bottom: 1.25rem;
    }
  }

  @media (max-width: 992px) {
    .card-image-left {
      display: inline-block;
      width: 100%;
    }

    .card-image-left-content {
      width: 100%;
      padding: 0;
      margin-top: 1rem;
    }
  }


/*--------------------------------------------------------------
  >> : Cards (Image Left)
--------------------------------------------------------------*/

  [data-section="cards-image-top"] .col {
    margin-bottom: 2rem;
  }

  [data-section="cards-image-top"] .row {
    margin-bottom: -2rem;
  }

  .card-image-top > picture {
    aspect-ratio: 16/9;
  }

  .card-image-top-content {
      padding: 2rem;
      background: #ffffff;
      z-index: 2;
      display: inline-block;
      position: relative;
      width: 100%;
      border: 1px solid #f7f7f7;
  }

  @media (max-width: 1199px) {
    .card-image-top > picture {
      aspect-ratio: 16/9;
    }

    .card-image-top-content {
      padding: 1.5rem;
      margin-top: -2rem;
      margin-left: 1rem;
      width: calc(100% - 2rem);
    }
  }


/*--------------------------------------------------------------
  >> : Image Grid
--------------------------------------------------------------*/
  .image-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    grid-gap: 1rem;
  }

  .image-grid img {
    max-height:40px;
    max-width:200px;
    object-fit:contain;
  }
  @media (max-width: 1199px) {
    .image-grid {
      grid-template-columns: 1fr 1fr 1fr;
    }
  }

  @media (max-width: 768px) {
    .image-grid {
      grid-template-columns: 1fr 1fr;
    }
  }



/*--------------------------------------------------------------
  >> : Hero
--------------------------------------------------------------*/ 

[data-section="hero"] .row {
    height:80vh;
}

  
/*--------------------------------------------------------------
  >> : Service Grid
--------------------------------------------------------------*/

  [data-section="service-grid-triple"] {
    margin-top:120px !important;
  }

  [data-section="service-grid-double"] picture.picture-4x3 {
    aspect-ratio: 4 / 3;
  }

  @media (max-width: 992px) { 
    [data-section="service-grid-triple"] {
      margin-top: 0 !important;
      padding-bottom: 1rem !important;
    }
  }



/*--------------------------------------------------------------
  >> : Review
--------------------------------------------------------------*/

  .block-review-content p {
    font-size: 2.5em;
    line-height: 1.4em;
    font-family: var(--heading-font-family);
    font-weight: 350;   
  }

  .block-review-author {
    position:relative;
    margin-top:20px;
    display:flex;
    align-items:center;
    font-size:0.8rem;
    letter-spacing:2px;
  }

  .block-review-author:before {
    content:'';
    position:relative;
    display:block;
    width:30px;
    height:1px;
    background:black;
    margin-right:10px;
  }

  @media (max-width: 992px) {
    .block-review-content {
      text-align: center;
    }

    .block-review-content p {
      font-size: 1.8rem;
      letter-spacing: 0.5px;
    }

    .block-review-author {
      padding-top: 45px;
      position: relative;
      text-align: center;
      justify-content: center;
    }

    .block-review-author:before {
      transform: rotate(90deg);
      position: absolute;
      top: 10px;
      left: 0;
      right: 0;
      margin: 0 auto;
    }


  }



/*--------------------------------------------------------------
  >> : Header (Page)
--------------------------------------------------------------*/

[data-section="header-page"] .sub-heading {
  position:relative;
    display:block;
}

[data-section="header-page"] .sub-heading:before {
    content:'';
    display:block;
    height:20px;
    width:1px;
    background:#000;
    margin:10px auto;
}
[data-section="header-page"] h1 {
  margin-bottom:2rem;
}

[data-section="header-page"] picture img {
  height:50vh;
}

/*--------------------------------------------------------------
  >> : Timeline
--------------------------------------------------------------*/

  .fixed-text-contents {
    padding-left:50px;
    border-left:1px dashed #cacaca;
  }

  [data-section="timeline"] .fixed-text-content h3 {
    display:flex;
    align-items:center;
    padding-left:50px;
    position:relative;
  }

  [data-section="timeline"] .fixed-text-content h3:before {
    content:'';
    position:relative;
    height:10px;
    width:10px;
    border-radius:10px;
    background:#cacaca;
    margin-left:-105px;
    margin-right:40px;
  }


  [data-section="timeline"] .fixed-text-content h3:after {
    content:'';
    position:absolute;
    display:block;
    top:0;
    left:-50px;
    bottom:0;
    margin:auto;
    border-top:1px dashed #cacaca;
    width:40px;
    height:1px;
  }

  @media (max-width: 1199px) {
    .fixed-text-contents {
      padding-left: 0 !important;
      border-left: none;
    }

    [data-section="timeline"] .fixed-text-content {
      height: unset;
      margin-bottom: 50px;
      padding: 0 1rem;
    }

    [data-section="timeline"] .fixed-text-content:not(:first-child) picture {
      display: none;
    }

    [data-section="timeline"] .fixed-text-content:first-child h3 {
      margin-top: 50px;
    }

    [data-section="timeline"] .fixed-text-content h3 {
      padding-left: 0;
    }

    [data-section="timeline"] .fixed-text-content h3:before,
    [data-section="timeline"] .fixed-text-content h3:after {
      display: none;
    }
  }

/*--------------------------------------------------------------
  >> : Text Grid
--------------------------------------------------------------*/

  .text-boxes-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 32px;
  }

  .text-box-grid-item {
    padding: 3rem;
    background: #f7f7f7;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  [data-bg-color="color-neutral-light-500"] .text-box-grid-item {
    background: #fff;
  }

  @media (max-width: 992px) {
    .text-boxes-grid {
      grid-template-columns: 1fr 1fr;
    }
  }

  @media (max-width: 768px) {

    .text-boxes-grid {
      grid-template-columns: 1fr;
    }

  }

/*--------------------------------------------------------------
  >> : Featured Video
--------------------------------------------------------------*/

[data-section="featured-video"] iframe {
    width: 100%;
    aspect-ratio:4/3;
    min-height: 540px;
}


/*--------------------------------------------------------------
  >> : Product Grid
--------------------------------------------------------------*/

.product-loop-card a {
    color:#000; 
    text-decoration: none;  
    
}

.product-loop-image {
    margin-bottom: 1rem;
}

.product-loop-card h3 {
    font-size:1.7rem;
}

.product-loop-card p.product-loop-label {
    font-size:1em;
    margin-bottom:.4rem;
}

.product-loop-card span.woocommerce-Price-amount.amount {
    color:var(--color-green-300);
    font-weight:600;
    font-size:1.1rem;
}

/*--------------------------------------------------------------
  >> : Pricing Row
--------------------------------------------------------------*/

.pricing-row .col:nth-child(1){
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    align-items:start;
}

[data-section="pricing-rows"] [data-bg-color="white"] .container {
    border-top: 1px solid black;
}

.pricing-row .sub-title {
    font-size:0.9em;
    letter-spacing:1px;
    color: var(--color-gold-600);
    text-transform:uppercase;
}

.row.pricing-row ul {
    list-style:none;
}

.row.pricing-row ul li {
    position:relative;
    margin-bottom:1.5rem;
}

.row.pricing-row ul li:before {
    content:'';
    position:absolute;
    left:-20px;
    top:6px;
    display:block;
    height:8px;
    width:8px;
    background:#e2e2e2;
    transform:rotate(45deg);
}

[data-section="pricing-rows"] [data-bg-color="color-green-600"] .col {
    min-height:30vh;
}

/*--------------------------------------------------------------
  >> : Image Text Contained
--------------------------------------------------------------*/

[data-section="image-text-contained"] h3,
[data-section="text-image-contained"] h3 {
    font-size:1.5rem;
    font-weight:400;
}
[data-section="image-text-contained"] .sub-heading,
[data-section="text-image-contained"] .sub-heading {
  color:var(--color-gold-600);
}

[data-section="image-text-contained"] .btn,
[data-section="text-image-contained"] .btn {
  margin-top:1rem;
}

[data-section="image-text-contained"] picture img,
[data-section="text-image-contained"] picture img {
  height:100%;
}

/*--------------------------------------------------------------
  >> : Image Text
--------------------------------------------------------------*/

[data-section="text-image"] h2,
[data-section="image-text"] h2 {
    margin-bottom:1.5rem;
}


[data-section="text-image"] .btn,
[data-section="image-text"] .btn {
  margin-top:1rem;
}

[data-section="text-image"] .col-lg-6, 
[data-section="image-text"] .col-lg-6, 
[data-section="image-text-offset"] .col-lg-7, 
[data-section="text-image-offset"] .col-lg-7 {
  min-height: 50vh;
}

@media (max-width: 992px) {
  [data-section="text-image"] .col-inner, 
  [data-section="image-text"] .col-inner {
    padding: 1.5rem;
  }  
  
  [data-section="text-image-offset"] .col-inner,
  [data-section="image-text-offset"] .col-inner {
    padding: 1.5rem;
  }

  [data-section="image-text-offset"] .row {
    flex-direction: column-reverse;
  }

  [data-section="image-text-offset"] picture {
    position: relative;
    height: 50vh;
  }

}
/*[data-section="text-image-contained"] picture img, */
/*[data-section="image-text-contained"] picture img, */
/*[data-section="header-sub-service"] picture img*/

/*--------------------------------------------------------------
  >> : FAQ's
--------------------------------------------------------------*/

[data-section="faq-accordion"] .accordion-button {
    padding:20px 0px;
    font-family:var(--heading-font-family);
    border-radius:0px !important;
    border-top:1px solid black;
    font-size: 1.5rem;
    background: transparent;
}

[data-section="faq-accordion"] .accordion-button:not(.collapsed) {
    color:var(--brand-black);
    background: transparent;
    box-shadow: none;
}

[data-section="faq-accordion"] .accordion-item {
    border:none;
    background: transparent;
    
    border-radius: 0px !important;
}

[data-section="faq-accordion"] p.accordion-header {
    font-size: 2rem;
}

[data-section="faq-accordion"] .accordion-body {
    padding: 0rem 0 2rem 0rem;
}

[data-section="faq-accordion"] .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

/*--------------------------------------------------------------
  >> : Header Service
--------------------------------------------------------------*/

  [data-section="header-service"] {
    padding-top: 0 !important;
  }

  [data-section="header-service"] .section-background {
    position:absolute;
    top:0;
    left:0;
    height:calc((100% - 100px) - 4rem);
    width:100%;
    background:var(--color-green-900);
    z-index:1;
  }


  [data-section="header-service"] .row {
    position:relative;
    z-index:3;
  }

  [data-section="header-service"] .col-xl-7 {
    margin-bottom:100px;
  }

  [data-section="header-sub-service"] .col:nth-child(2) {
    min-height: 60vh;
  }

  [data-section="header-sub-service"] .sub-heading {
    position:relative;
    display:flex;
    align-items:center;
  }

  [data-section="header-sub-service"] .sub-heading:before {
    content:'';
    display:inline-block;
    height:1px;
    width:15px;
    background:#000;
    margin-right:8px;
  }

  @media (max-width: 1200px) { 

    [data-section="header-service"] .row {
      flex-wrap: wrap-reverse;
    }


    [data-section="header-service"] .col-xl-7 {
      margin:0;
      text-align:center;
    }

    [data-section="header-sub-service"] .row {
      flex-wrap: wrap-reverse;
    }

    [data-section="header-sub-service"] picture img {
      height:50vh;
    }

    [data-section="header-sub-service"] .col-xl-6 {
      margin:0;
      text-align:center;
    }

    [data-section="header-sub-service"] .sub-heading {
      display: block;
    }

    [data-section="header-sub-service"] .sub-heading:before {
      display: block;
      margin: 0 auto;
      height: 15px;
      width: 1px;
      margin: 0px auto 10px auto;
    }

  }

  @media (max-width: 1024px) { 

    [data-section="header-sub-service"] .col:nth-child(2) {
      min-height: unset;
    }

    [data-section="header-sub-service"] picture {
      aspect-ratio: 16/9;
    }

    [data-section="header-sub-service"] picture img {
      height: 100% !important;
    }

    [data-section="image-text-contained"] picture,
    [data-section="text-image-contained"] picture {
      height:50vh;
    }

  }


  @media (min-width:992px) and (max-width: 1200px) { 
    [data-section="header-sub-service"] .col-xl-6,
    [data-section="header-service"] .col-xl-7 {
      padding:4rem !important;
      padding-bottom: 0 !important;
    }
  }

/*--------------------------------------------------------------
  >> : Bigger Pictures
--------------------------------------------------------------*/
  .bp-img img, .bp-img div {
    right: 0;
    width: auto;
    margin: 0 auto;
  }

  .bp-img {
/*    background: #000;*/
  }

  .bp-wrap {
    z-index: 9999;
  }


/*--------------------------------------------------------------
  >> : Pricing Card
--------------------------------------------------------------*/

  .pricing-card {
    background:#fff;
    border-top:3px solid #bfbfbf;
    padding:2rem;
  }


  .pricing-card h3 {
    font-size:1.5rem;
    text-transform:uppercase;
    letter-spacing:.2em;
    font-weight:400;
  }

  .pricing-card .sub-title {
    letter-spacing:1px;
  }

  .pricing-card p {
    font-size:0.9em;
    
  }

  .card-breaker {
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
    margin-bottom:20px;
  }

  .card-breaker:after {
    content:'';
    height:10px;
    width:10px;
    background:#ececec;
    transform:rotate(45deg);
  }

  @media (max-width: 992px) {
    .pricing-card {
      margin-bottom: 1.5rem;
    }
  }

/*--------------------------------------------------------------
  >> : Vacancy Card
--------------------------------------------------------------*/

.vacnacy-card {
    background: #fff;
    border-top: 3px solid #bfbfbf;
    padding: 2rem;
}

/*--------------------------------------------------------------
  >> : Course Cards
--------------------------------------------------------------*/

.course-card {
    background:#f7f7f7;
    border-top:3px solid #bfbfbf;
    padding:2rem;
}
.course-card .h4 {
    font-size:1.5rem;
    text-transform:uppercase;
    letter-spacing:.2em;
    font-weight:400;
}

.course-card p {
    font-size:0.9em;
}

.course-terms-grid-item {
    background: #fff;
    padding: 10px;
}

.course-terms-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}
.course-terms-grid-item p {
    margin-bottom:0px;
}

ul.course-skills-list {
    list-style: none;
    display: flex;
    flex-wrap:wrap;
    width:60%;
    margin:auto;
}

ul.course-skills-list li {
    width:50%;
}

.course-options-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}


.course-options-grid-item {
    padding: 10px;
}


/*--------------------------------------------------------------
  >> : Price List Item
--------------------------------------------------------------*/

  .price-list-item {
    margin-bottom: 1rem;
    position: relative;
  }

  .price-list-item:after {
    content: '';
    position: absolute;
    border-bottom: 1px dashed #000;
    width: calc(100% - 30px);
    bottom: 11px;
    left: 15px;
  }

  .price-list-item span {
    background: #f7f7f7;
    width: fit-content;
    display: inline-block;
    z-index: 3;
    position: relative;
  }