/*
Theme Name: Divi Child Theme
Theme URI: https://divireadythemes.com/
Description: Divi Child Theme
Author: Divi Ready Themes
Author URI: https://divireadythemes.com/
Template: Divi
Version: Updated for Divi 3+
*/



/*------------------------------------------------*/
/*-------------------[GENERAL]--------------------*/
/*------------------------------------------------*/
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
	padding: 0 !important
}

.nav-contact a img,
.mobile-contact a img {
  filter: brightness(0) saturate(100%) invert(79%) sepia(35%) saturate(536%) hue-rotate(358deg) brightness(97%) contrast(88%);
}

/*------------------------------------------------*/
/*-----------------[HEADER-MENU]------------------*/
/*------------------------------------------------*/

  nav {
    position: relative;
    max-width: 1360px;
    margin: 0 auto;
    padding: 16px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f7f7f7;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 50px
  }

  .nav-logo {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    text-decoration: none;
    letter-spacing: -0.5px;
    transition: opacity 0.2s;
    z-index: 1000;
  }

  .nav-logo:hover {
    opacity: 0.7;
  }

  .nav-list {
    display: flex;
    list-style: none;
    gap: 2rem;
    align-items: center;
  }

  ul.nav-list{
    padding: 0 !important;
  }

  .nav-list > li {
    list-style: none;
  }

  .nav-list > li > a {
    position: relative;
    color: #1a1a1a;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 0;
    display: inline-block;
    transition: color 0.2s;
  }

  .nav-list > li > a::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: #ddaf6d;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.25s ease;
  }

  .nav-list > li > a:hover::after {
    transform: scaleX(1);
  }

  /* Desktop Contact Section */
  .nav-contact {
    display: flex;
    align-items: center;
    gap: 1.5rem;
  }

  .nav-contact a {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #1a1a1a;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.2s;
  }

  .nav-contact a:hover {
    color: #ddaf6d;
  }

  .nav-contact img {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
  }

  .mobile-contact {
    display: none;
  }

  .nav-checkbox {
    display: none;
  }

  .nav-burger {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    cursor: pointer;
    border-radius: 8px;
    transition: background 0.2s;
    z-index: 1000;
  }

  .nav-burger:hover {
    background: rgba(221, 175, 109, 0.1);
  }

  .nav-burger span {
    display: block;
    width: 24px;
    height: 2px;
    background: #1a1a1a;
    margin: 3px 0;
    transition: transform 0.3s ease, opacity 0.2s ease;
    border-radius: 2px;
  }

  .nav-checkbox:checked ~ .nav-burger span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .nav-checkbox:checked ~ .nav-burger span:nth-child(2) {
    opacity: 0;
  }

  .nav-checkbox:checked ~ .nav-burger span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  @media (max-width: 980px) {
    nav {
      padding: 12px 20px;
    }

    .nav-burger {
      display: flex;
    }

    .nav-contact {
      display: none;
    }

    .nav-list {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(255, 255, 255, 0.98);
      backdrop-filter: blur(10px);
      flex-direction: column;
      justify-content: center;
      gap: 0;
      padding: 0;
      transform: translateX(100%);
      transition: transform 0.3s ease;
      z-index: 999;
    }

    .nav-checkbox:checked ~ .nav-list {
      transform: translateX(0);
    }

    .nav-list > li {
      width: 100%;
      text-align: center;
      border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    }

    .nav-list > li:last-child {
      border-bottom: none;
    }

    .nav-list > li > a {
      display: block;
      padding: 20px;
      font-size: 18px;
    }

    .nav-list > li > a::after {
      display: none;
    }

    .nav-list > li > a:hover {
      background: rgba(221, 175, 109, 0.1);
      color: #1a1a1a;
    }

    /* Mobile Contact Section */
    .mobile-contact {
      display: flex;
      flex-direction: column;
      width: 100%;
      padding: 20px;
      gap: 12px;
      margin-top: 20px;
    }

    .mobile-contact a {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      color: #1a1a1a;
      text-decoration: none;
      padding: 12px 20px;
      background: rgba(221, 175, 109, 0.15);
      border-radius: 8px;
      font-size: 16px;
      transition: background 0.2s;
    }

    .mobile-contact a:hover {
      background: rgba(221, 175, 109, 0.3);
    }

    .mobile-contact img {
      width: 18px;
      height: 18px;
    }
  }


/*------------------------------------------------*/
/*------------------[HOMEPAGE]--------------------*/
/*------------------------------------------------*/

    .partners-section {
        max-width: 1360px;
        margin: 0 auto;
    }

    .section-header {
        text-align: center;
        margin-bottom: 60px;
    }

    .section-title {
        font-size: 2.5rem;
        font-weight: 700;
        color: #1a1a1a;
        margin-bottom: 15px;
        position: relative;
        display: inline-block;
    }

    .section-title::after {
        content: '';
        position: absolute;
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%);
        width: 80px;
        height: 4px;
        background: linear-gradient(90deg, #ddaf6d, #c9944d);
        border-radius: 2px;
    }

    .section-subtitle {
        font-size: 1.1rem;
        color: #666;
        margin-top: 25px;
    }

    .partners-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 30px;
        margin-top: 40px;
    }

    .partner-card {
        background: white;
        border-radius: 12px;
        padding: 35px 25px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
        transition: all 0.3s ease;
        border: 2px solid transparent;
        position: relative;
        overflow: hidden;
    }

    .partner-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 4px;
        background: linear-gradient(90deg, #ddaf6d, #c9944d);
        transform: scaleX(0);
        transition: transform 0.3s ease;
    }

    .partner-card:hover {
        transform: translateY(-8px);
        
        border-color: #fff8e8;
    }

    .partner-card:hover::before {
        transform: scaleX(1);
    }

    .partner-logo {
        width: 100%;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 25px;
        background: #fff;
        border-radius: 8px;
        padding: 15px;
    }

    .partner-logo img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
        filter: grayscale(100%);
        transition: filter 0.3s ease;
    }

    .partner-card:hover .partner-logo img {
        filter: grayscale(0%);
    }

    .logo-placeholder {
        font-size: 2.5rem;
        color: #ddaf6d;
        font-weight: 700;
    }

    .partner-name {
        font-size: 1.15rem;
        font-weight: 600;
        color: #1a1a1a;
        margin-bottom: 12px;
        line-height: 1.4;
    }

    .partner-description {
        font-size: 0.95rem;
        color: #666;
        line-height: 1.6;
    }

    .trust-badge {
        text-align: center;
        margin-top: 60px;
        padding: 30px;
        background: linear-gradient(135deg, #ddaf6d 0%, #c9944d 100%);
        border-radius: 12px;
        color: #1a1a1a;
    }

    .trust-badge h3 {
        font-size: 1.5rem;
        margin-bottom: 10px;
    }

    .trust-badge p {
        font-size: 1rem;
        opacity: 0.85;
    }

    @media (max-width: 992px) {
        .partners-grid {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    @media (max-width: 768px) {
        body {
            padding: 40px 15px;
        }

        .section-title {
            font-size: 2rem;
        }

        .section-subtitle {
            font-size: 1rem;
        }

        .partners-grid {
            grid-template-columns: 1fr;
            gap: 20px;
        }

        .partner-card {
            padding: 30px 20px;
        }

        .trust-badge {
            padding: 25px 20px;
            margin-top: 40px;
        }

        .trust-badge h3 {
            font-size: 1.25rem;
        }
    }

    @media (max-width: 480px) {
        .section-title {
            font-size: 1.75rem;
        }

        .partner-logo {
            height: 80px;
        }

        .logo-placeholder {
            font-size: 2rem;
        }
    }


/*------------------------------------------------*/
/*------------------[SUBPAGES]--------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*-------------------[Footer]---------------------*/
/*------------------------------------------------*/

  /*footer {
    position: relative;
    max-width: 1360px;
    margin: 0 auto;
    padding: 40px 24px 24px;
    background: #fff;
    box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 50px 50px 0 0;
  }*/

  .footer-content {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }

  .footer-brand {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .footer-logo {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    text-decoration: none;
    letter-spacing: -0.5px;
    transition: opacity 0.2s;
  }

  .footer-logo:hover {
    opacity: 0.7;
  }

  .footer-description {
    color: #666;
    line-height: 1.6;
    font-size: 15px;
  }

  .footer-social {
    display: flex;
    gap: 12px;
    margin-top: 8px;
  }

  .footer-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(221, 175, 109, 0.1);
    border-radius: 50%;
    color: #1a1a1a;
    transition: background 0.2s, transform 0.2s;
  }

  .footer-social a:hover {
    background: rgba(221, 175, 109, 0.3);
    transform: translateY(-2px);
  }

  .footer-social svg {
    width: 20px;
    height: 20px;
  }

  .footer-column h3 {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 16px;
  }

  .footer-column ul {
    list-style: none;
    padding: 0;
  }

  .footer-column ul li {
    margin-bottom: 12px;
  }

  .footer-column a {
    color: #666;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.2s;
    display: inline-block;
  }

  .footer-column a:hover {
    color: #ddaf6d;
  }

  .footer-contact a {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
  }

  .footer-contact svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
  }

  .footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 24px;
    color: #666;
    font-size: 14px;
  }

  .footer-bottom a:hover{
    text-decoration: underline;
  }

  .footer-legal {
    display: flex;
    gap: 24px;
  }

  .footer-legal a {
    color: #666;
    text-decoration: none;
    transition: color 0.2s;
  }

  .footer-legal a:hover {
    color: #ddaf6d;
  }

  @media (max-width: 980px) {
    footer {
      padding: 0;
    }

    .footer-content {
      grid-template-columns: 1fr;
      gap: 32px;
    }

    .footer-bottom {
      flex-direction: column;
      gap: 16px;
      text-align: center;
    }

    .footer-legal {
      flex-direction: column;
      gap: 12px;
    }
  }

  @media (max-width: 640px) {
    .footer-social {
      justify-content: flex-start;
    }
  }


/*------------------------------------------------*/
/*--------------------[RWD]-----------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*--[ADD TUTORIAL CUSTOMIZATION BELOW THIS LINE]--*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/

.trp-shortcode-switcher {
    background: transparent !important;
	padding: 0px !important;
}