.elementor-23 .elementor-element.elementor-element-8d02801{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-23 .elementor-element.elementor-element-ef35a3b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-23 .elementor-element.elementor-element-3700e0a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-23 .elementor-element.elementor-element-932e586{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--border-radius:8px 8px 8px 8px;box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.050980392156862744);--padding-top:14px;--padding-bottom:14px;--padding-left:14px;--padding-right:14px;}.elementor-23 .elementor-element.elementor-element-932e586:not(.elementor-motion-effects-element-type-background), .elementor-23 .elementor-element.elementor-element-932e586 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-23 .elementor-element.elementor-element-6063596 > .elementor-widget-container{margin:14px 0px 0px 0px;}.elementor-23 .elementor-element.elementor-element-6063596 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:25.6px;font-weight:500;}.elementor-23 .elementor-element.elementor-element-459bfd5 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}body.elementor-page-23:not(.elementor-motion-effects-element-type-background), body.elementor-page-23 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F4F7FB7D;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-23 .elementor-element.elementor-element-932e586{--padding-top:10px;--padding-bottom:10px;--padding-left:10px;--padding-right:10px;}.elementor-23 .elementor-element.elementor-element-6063596 .elementor-heading-title{font-size:1.4em;}}@media(min-width:768px){.elementor-23 .elementor-element.elementor-element-ef35a3b{--width:50%;}.elementor-23 .elementor-element.elementor-element-3700e0a{--width:50%;}}/* Start custom CSS for html, class: .elementor-element-5ffc9dc */:root {
      --primary-color: #004B73;
      --secondary-color: #333333;
      --accent-color: #ff9900;
      --light-bg: #f8f9fa;
    }

    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }

    .ahdplast-contact-info {
      flex: 1;
      min-width: 280px;
      background: white;
      padding: 25px;
      border-radius: 8px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
      opacity: 0;
      transform: translateY(30px);
      animation: ahdplast-fadeInUp 1s ease-out 0.2s forwards;
    }

    .ahdplast-contact-form {
      opacity: 0;
      transform: translateY(30px);
      animation: ahdplast-fadeInUp 1s ease-out 0.2s forwards;
    }

    .ahdplast-contact-info h3 {
      color: var(--primary-color);
      font-size: 1.6rem;
      margin-bottom: 20px;
      position: relative;
      padding-bottom: 8px;
    }

    .ahdplast-contact-info h3::after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 40px;
      height: 2px;
      background: var(--accent-color);
      transition: width 0.3s ease;
    }

    .ahdplast-contact-info:hover h3::after {
      width: 60px;
    }

    .ahdplast-info-item {
      display: flex;
      align-items: flex-start;
      margin-bottom: 20px;
      transition: transform 0.3s ease;
    }

    .ahdplast-info-item:hover {
      transform: translateX(3px);
    }

    .ahdplast-info-icon {
      width: 40px;
      height: 40px;
      background: rgba(0, 102, 204, 0.1);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 12px;
      color: var(--primary-color);
      font-size: 1rem;
      transition: all 0.3s ease;
    }

    .ahdplast-info-item:hover .ahdplast-info-icon {
      background: var(--primary-color);
      color: white;
    }

    .ahdplast-info-content h4 {
      color: var(--secondary-color);
      font-size: 1rem;
      margin-bottom: 4px;
      font-weight: 600;
    }

    .ahdplast-info-content p,
    .ahdplast-info-content a {
      color: #666;
      font-size: 0.9rem;
      text-decoration: none;
      transition: color 0.3s ease;
    }

    .ahdplast-info-content a:hover {
      color: var(--primary-color);
      text-decoration: underline;
    }

    @keyframes ahdplast-fadeInUp {
      from { opacity: 0; transform: translateY(30px); }
      to { opacity: 1; transform: translateY(0); }
    }

    @media (max-width: 768px) {
      .ahdplast-contact-info {
        padding: 20px;
      }
    }

    @media (max-width: 480px) {
      .ahdplast-contact-info h3 {
        font-size: 1.4rem;
      }

      .ahdplast-info-icon {
        width: 35px;
        height: 35px;
        font-size: 0.9rem;
      }
    }/* End custom CSS */