.elementor-527 .elementor-element.elementor-element-20137cd{--display:flex;--min-height:300px;}.elementor-527 .elementor-element.elementor-element-20137cd:not(.elementor-motion-effects-element-type-background), .elementor-527 .elementor-element.elementor-element-20137cd > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://gpackqatar.com/wp-content/uploads/2026/07/catalogue.webp");background-position:bottom center;background-repeat:no-repeat;background-size:cover;}.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-527 .elementor-element.elementor-element-122760f{margin:120px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-527 .elementor-element.elementor-element-122760f .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:50px;font-weight:700;color:#FFFFFF;}@media(max-width:767px){.elementor-527 .elementor-element.elementor-element-122760f .elementor-heading-title{font-size:30px;}}/* Start custom CSS for html, class: .elementor-element-2ea7095 */.catalog-container {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    max-width: 1200px;
    width: 100%;
}

.catalog-card {
    background: #ffffff;
    width: 320px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease-in-out;
    border: 1px solid #eaeaea;
}

.catalog-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.image-wrapper {
    width: 100%;
    height: 420px;
    overflow: hidden;
    background: #f0f0f0;
}

.image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.catalog-card:hover .image-wrapper img {
    transform: scale(1.05);
}

.content {
    padding: 22px;
}

.content h3 {
    font-size: 18px;
    color: #2c3e50;
    margin-bottom: 20px;
    font-weight: 600;
}

.actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #f0f0f0;
    padding-top: 15px;
}

.btn {
    text-decoration: none;
    padding: 8px 18px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: background 0.2s ease, color 0.2s ease;
}

.view {
    background: #e8f5e9;
    color: #2e7d32;
}

.view:hover {
    background: #c8e6c9;
}

.download {
    background: #eef2f5;
    color: #37474f;
}

.download:hover {
    background: #dfe4ea;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c93b0c7 */.catalog-container {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    max-width: 1200px;
    width: 100%;
}

.catalog-card {
    background: #ffffff;
    width: 320px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease-in-out;
    border: 1px solid #eaeaea;
}

.catalog-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.image-wrapper {
    width: 100%;
    height: 420px;
    overflow: hidden;
    background: #f0f0f0;
}

.image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.catalog-card:hover .image-wrapper img {
    transform: scale(1.05);
}

.content {
    padding: 22px;
}

.content h3 {
    font-size: 18px;
    color: #2c3e50;
    margin-bottom: 20px;
    font-weight: 600;
}

.actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #f0f0f0;
    padding-top: 15px;
}

.btn {
    text-decoration: none;
    padding: 8px 18px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: background 0.2s ease, color 0.2s ease;
}

.view {
    background: #e8f5e9;
    color: #2e7d32;
}

.view:hover {
    background: #c8e6c9;
}

.download {
    background: #eef2f5;
    color: #37474f;
}

.download:hover {
    background: #dfe4ea;
}/* End custom CSS */