{"id":71,"date":"2025-02-21T15:31:31","date_gmt":"2025-02-21T15:31:31","guid":{"rendered":"https:\/\/www.treesoltechnologies.com\/?page_id=71"},"modified":"2025-10-06T07:01:04","modified_gmt":"2025-10-06T07:01:04","slug":"graphic-desiging","status":"publish","type":"page","link":"https:\/\/www.treesoltechnologies.com\/index.php\/graphic-desiging\/","title":{"rendered":"Graphic Desiging"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"71\" class=\"elementor elementor-71\">\n\t\t\t\t<div class=\"elementor-element elementor-element-da8b68d e-flex e-con-boxed e-con e-parent\" data-id=\"da8b68d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8bb4ef8 elementor-widget elementor-widget-html\" data-id=\"8bb4ef8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n  <meta charset=\"UTF-8\" \/>\r\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/>\r\n  <title>Graphic Design Services | TreeSol Technologies<\/title>\r\n  <link rel=\"stylesheet\" href=\"style.css\" \/>\r\n<\/head>\r\n<style>\r\n    \/* Reset *\/\r\n* {\r\n  margin: 0;\r\n  padding: 0;\r\n  box-sizing: border-box;\r\n}\r\n\r\n\/* Base styles *\/\r\nbody {\r\n  font-family: \"Poppins\", Arial, sans-serif;\r\n  color: #333;\r\n  background: #fff;\r\n  line-height: 1.6;\r\n}\r\n\r\n\/* Container *\/\r\n.container {\r\n  width: 90%;\r\n  max-width: 1200px;\r\n  margin: auto;\r\n}\r\n\r\n\/* Hero Section *\/\r\n.hero {\r\n  position: relative;\r\n  background: url('https:\/\/images.pexels.com\/photos\/3184291\/pexels-photo-3184291.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2') center\/cover no-repeat;\r\n  color: #fff;\r\n  height: 70vh;\r\n  display: flex;\r\n  align-items: center;\r\n  justify-content: center;\r\n  text-align: center;\r\n}\r\n\r\n.hero .overlay {\r\n  position: absolute;\r\n  top: 0;\r\n  left: 0;\r\n  right: 0;\r\n  bottom: 0;\r\n  background: rgba(0, 0, 0, 0.5);\r\n}\r\n\r\n.hero-content {\r\n  position: relative;\r\n  z-index: 2;\r\n  max-width: 800px;\r\n}\r\n\r\n.hero h1 {\r\n    color: white;\r\n  margin-bottom: 15px;\r\n}\r\n\r\n.hero p {\r\n  font-size: 1.5rem;\r\n  line-height: 1.8;\r\n}\r\n\r\n\/* Intro Section *\/\r\n.intro {\r\n  padding: 60px 0;\r\n  text-align: center;\r\n}\r\n\r\n.intro h2 {\r\n  font-size: 2rem;\r\n  color: #222;\r\n  margin-bottom: 20px;\r\n}\r\n\r\n.intro p {\r\n  max-width: 900px;\r\n  margin: 10px auto;\r\n}\r\n\r\n\/* Philosophy Section *\/\r\n.philosophy {\r\n  background: #f9f9f9;\r\n  padding: 60px 0;\r\n}\r\n\r\n.philosophy .container {\r\n  display: flex;\r\n  align-items: center;\r\n  justify-content: space-between;\r\n  gap: 30px;\r\n  flex-wrap: wrap;\r\n}\r\n\r\n.philosophy .text {\r\n  flex: 1 1 400px;\r\n}\r\n\r\n.philosophy .image {\r\n  flex: 1 1 400px;\r\n}\r\n\r\n.philosophy .image img {\r\n  width: 100%;\r\n  border-radius: 12px;\r\n  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);\r\n}\r\n\r\n\/* Team Section *\/\r\n.team {\r\n  padding: 60px 0;\r\n  text-align: center;\r\n}\r\n\r\n.team h2 {\r\n  font-size: 2rem;\r\n  margin-bottom: 15px;\r\n}\r\n\r\n.team .cards {\r\n  display: flex;\r\n  flex-wrap: wrap;\r\n  justify-content: center;\r\n  gap: 25px;\r\n  margin-top: 40px;\r\n}\r\n\r\n.card {\r\n  background: #fff;\r\n  border-radius: 12px;\r\n  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);\r\n  padding: 20px;\r\n  max-width: 320px;\r\n  transition: transform 0.3s ease;\r\n}\r\n\r\n.card:hover {\r\n  transform: translateY(-8px);\r\n}\r\n\r\n.card img {\r\n  width: 100%;\r\n  border-radius: 8px;\r\n  margin-bottom: 15px;\r\n}\r\n\r\n.card h3 {\r\n  color: #611a15;\r\n  margin-bottom: 10px;\r\n}\r\n\r\n\/* CTA Section *\/\r\n.cta {\r\n  background: #611a15;\r\n  color: #fff;\r\n  text-align: center;\r\n  padding: 60px 20px;\r\n}\r\n\r\n.cta h2 {\r\n  font-size: 2rem;\r\n  color: #fff;\r\n  margin-bottom: 15px;\r\n}\r\n\r\n.btn {\r\n  display: inline-block;\r\n  background: #fff;\r\n  color: #611a15;\r\n  padding: 12px 30px;\r\n  border-radius: 6px;\r\n  text-decoration: none;\r\n  font-weight: bold;\r\n  transition: all 0.3s ease;\r\n}\r\n\r\n.btn:hover {\r\n  background: #8b2c25;\r\n  color: #fff;\r\n}\r\n\r\n\/* Responsive Design *\/\r\n@media (max-width: 768px) {\r\n  .hero {\r\n    height: auto;\r\n    padding: 80px 20px;\r\n  }\r\n\r\n  .hero h1 {\r\n    font-size: 2rem;\r\n  }\r\n\r\n  .philosophy .container {\r\n    flex-direction: column;\r\n    text-align: center;\r\n  }\r\n\r\n  .card {\r\n    max-width: 90%;\r\n  }\r\n  .philosophy .text {\r\n  flex: 1 1 0px;\r\n}\r\n\r\n.philosophy .image {\r\n  flex: 1 1 0px;\r\n}\r\n}\r\n\r\n<\/style>\r\n<body>\r\n\r\n  <!-- Hero Section -->\r\n  <section class=\"hero\">\r\n    <div class=\"overlay\"><\/div>\r\n    <div class=\"hero-content\">\r\n      <h1>Our Design For Your Business Achievement<\/h1>\r\n      <p>We at TreeSol provide premium graphic design services all over Pakistan. Our team of expert designers delivers creative solutions that enhance your brand identity and digital presence.<\/p>\r\n    <\/div>\r\n  <\/section>\r\n\r\n  <!-- Services Intro -->\r\n  <section class=\"intro\">\r\n    <div class=\"container\">\r\n      <h2>One Stop Shop To Avail Full Graphic Designing Services<\/h2>\r\n      <p>Are you worried about making your online presence in a saturated market? It\u2019s hard for businesses to create visibility in an already competitive space \u2014 but don\u2019t worry! We have solutions for all your design and branding challenges.<\/p>\r\n      <p>TreeSol Technologies provides complete graphic designing services in Pakistan, built upon solving visual branding problems for small, medium, and large companies. We turn passion into practice by crafting modern websites and engaging visuals for digital marketing campaigns.<\/p>\r\n    <\/div>\r\n  <\/section>\r\n\r\n  <!-- Philosophy Section -->\r\n  <section class=\"philosophy\">\r\n    <div class=\"container\">\r\n      <div class=\"text\">\r\n        <h2>Design That Speaks Your Brand<\/h2>\r\n        <p>The purpose of great design is to communicate with your target audience. Digital marketing is about how effectively you attract attention \u2014 and that\u2019s where we excel. Our creative graphic designers bring your brand to life through visuals that build recognition and trust.<\/p>\r\n        <p>Your brand\u2019s success depends on how you manage and present your online presence. Let us help you expand your brand reach and create visuals that stand out in the digital world.<\/p>\r\n      <\/div>\r\n      <div class=\"image\">\r\n        <img decoding=\"async\" src=\"https:\/\/images.pexels.com\/photos\/6476587\/pexels-photo-6476587.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2\" alt=\"Graphic Design Concept\">\r\n      <\/div>\r\n    <\/div>\r\n  <\/section>\r\n\r\n  <!-- Team Section -->\r\n  <section class=\"team\">\r\n    <div class=\"container\">\r\n      <h2>Our Creative Team<\/h2>\r\n      <p>We hire the best graphic designers in Pakistan to ensure our clients receive top-quality, competitive, and relatable design solutions that meet their business needs. Customer satisfaction and trust are our top priorities.<\/p>\r\n      <div class=\"cards\">\r\n        <div class=\"card\">\r\n          <img decoding=\"async\" src=\"https:\/\/images.pexels.com\/photos\/4064830\/pexels-photo-4064830.jpeg?auto=compress&cs=tinysrgb&w=800\" alt=\"Designer 1\">\r\n          <h3>Creative Designers<\/h3>\r\n          <p>Experts in branding and visual storytelling for businesses of all sizes.<\/p>\r\n        <\/div>\r\n        <div class=\"card\">\r\n          <img decoding=\"async\" src=\"https:\/\/images.pexels.com\/photos\/3184291\/pexels-photo-3184291.jpeg?auto=compress&cs=tinysrgb&w=800\" alt=\"Designer 2\">\r\n          <h3>Marketing Strategists<\/h3>\r\n          <p>Integrating creative design into digital marketing campaigns for maximum impact.<\/p>\r\n        <\/div>\r\n        <div class=\"card\">\r\n          <img decoding=\"async\" src=\"https:\/\/images.pexels.com\/photos\/3153201\/pexels-photo-3153201.jpeg?auto=compress&cs=tinysrgb&w=800\" alt=\"Designer 3\">\r\n          <h3>Brand Experts<\/h3>\r\n          <p>Building strong brand identities that leave a lasting impression.<\/p>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/section>\r\n\r\n  <!-- CTA -->\r\n  <section class=\"cta\">\r\n    <div class=\"container\">\r\n      <h2>Let\u2019s Build Your Brand Together<\/h2>\r\n      <p>Ready to transform your business identity with professional graphic design? Let TreeSol Technologies bring your ideas to life.<\/p>\r\n      <a href=\"https:\/\/www.treesoltechnologies.com\/index.php\/contact-us\/\" class=\"btn\">Contact Us<\/a>\r\n\r\n    <\/div>\r\n  <\/section>\r\n\r\n<\/body>\r\n<\/html>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-24698201 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"24698201\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-5cb61557\" data-id=\"5cb61557\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-6af4825 elementor-widget elementor-widget-heading\" data-id=\"6af4825\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">OUR Services<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-33de0bd4 elementor-widget elementor-widget-heading\" data-id=\"33de0bd4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">We Are Specialized in the <br>\nFollowing Services<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-45e77639 elementor-widget__width-initial elementor-absolute elementor-widget elementor-widget-image\" data-id=\"45e77639\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"832\" height=\"832\" src=\"https:\/\/www.treesoltechnologies.com\/wp-content\/uploads\/2025\/02\/d7af17c8-group-158.png\" class=\"attachment-full size-full wp-image-336\" alt=\"\" srcset=\"https:\/\/www.treesoltechnologies.com\/wp-content\/uploads\/2025\/02\/d7af17c8-group-158.png 832w, https:\/\/www.treesoltechnologies.com\/wp-content\/uploads\/2025\/02\/d7af17c8-group-158-300x300.png 300w, https:\/\/www.treesoltechnologies.com\/wp-content\/uploads\/2025\/02\/d7af17c8-group-158-1024x1024.png 1024w, https:\/\/www.treesoltechnologies.com\/wp-content\/uploads\/2025\/02\/d7af17c8-group-158-150x150.png 150w, https:\/\/www.treesoltechnologies.com\/wp-content\/uploads\/2025\/02\/d7af17c8-group-158-768x768.png 768w, https:\/\/www.treesoltechnologies.com\/wp-content\/uploads\/2025\/02\/d7af17c8-group-158-1536x1536.png 1536w, https:\/\/www.treesoltechnologies.com\/wp-content\/uploads\/2025\/02\/d7af17c8-group-158-2048x2048.png 2048w\" sizes=\"(max-width: 832px) 100vw, 832px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-76c6ed9e elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"76c6ed9e\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-609a5847\" data-id=\"609a5847\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1958f57f eael-infobox-content-align--center eael-infobox-icon-bg-shape-none eael-infobox-icon-hover-bg-shape-none elementor-widget elementor-widget-eael-info-box\" data-id=\"1958f57f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"eael-info-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t        <div class=\"eael-infobox icon-on-top\">\n\t            <div class=\"infobox-icon eael-icon-only\">\n\n            \n                            <div class=\"infobox-icon-wrap\">\n                    <svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-uikit\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M443.9 128v256L218 512 0 384V169.7l87.6 45.1v117l133.5 75.5 135.8-75.5v-151l-101.1-57.6 87.6-53.1L443.9 128zM308.6 49.1L223.8 0l-88.6 54.8 86 47.3 87.4-53z\"><\/path><\/svg>                <\/div>\n            \n            \n        <\/div>\n            <div class=\"infobox-content eael-icon-only\">\n                    <div class=\"infobox-title-section\">\n                <h2 class=\"title\">UI\/UX design development<\/h2>            <\/div>\n            <div><div class=\"col-md-4 col-sm-6 col-xs-12 services-names\"><div class=\"serviceBox\"><div class=\"service-content\"><div class=\"col-md-3 col-sm-6 col-xs-12 services-names\"><div class=\"serviceBox\"><div class=\"service-content\"><p class=\"description no-wrap-ellipsis\">We do design based on a long-term study of user behavior on sites of various subjects. This allows you to naturally bring a person to the desired action.<\/p><\/div><\/div><\/div><\/div><\/div><\/div><\/div>        <\/div>\n            <\/div>\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-70e0a127\" data-id=\"70e0a127\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-33331530 eael-infobox-content-align--center eael-infobox-icon-bg-shape-none eael-infobox-icon-hover-bg-shape-none elementor-widget elementor-widget-eael-info-box\" data-id=\"33331530\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"eael-info-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t        <div class=\"eael-infobox icon-on-top\">\n\t            <div class=\"infobox-icon eael-icon-only\">\n\n            \n                            <div class=\"infobox-icon-wrap\">\n                    <svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-laptop-code\" viewBox=\"0 0 640 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M255.03 261.65c6.25 6.25 16.38 6.25 22.63 0l11.31-11.31c6.25-6.25 6.25-16.38 0-22.63L253.25 192l35.71-35.72c6.25-6.25 6.25-16.38 0-22.63l-11.31-11.31c-6.25-6.25-16.38-6.25-22.63 0l-58.34 58.34c-6.25 6.25-6.25 16.38 0 22.63l58.35 58.34zm96.01-11.3l11.31 11.31c6.25 6.25 16.38 6.25 22.63 0l58.34-58.34c6.25-6.25 6.25-16.38 0-22.63l-58.34-58.34c-6.25-6.25-16.38-6.25-22.63 0l-11.31 11.31c-6.25 6.25-6.25 16.38 0 22.63L386.75 192l-35.71 35.72c-6.25 6.25-6.25 16.38 0 22.63zM624 416H381.54c-.74 19.81-14.71 32-32.74 32H288c-18.69 0-33.02-17.47-32.77-32H16c-8.8 0-16 7.2-16 16v16c0 35.2 28.8 64 64 64h512c35.2 0 64-28.8 64-64v-16c0-8.8-7.2-16-16-16zM576 48c0-26.4-21.6-48-48-48H112C85.6 0 64 21.6 64 48v336h512V48zm-64 272H128V64h384v256z\"><\/path><\/svg>                <\/div>\n            \n            \n        <\/div>\n            <div class=\"infobox-content eael-icon-only\">\n                    <div class=\"infobox-title-section\">\n                <h2 class=\"title\">Site design<\/h2>            <\/div>\n            <div><div class=\"col-md-4 col-sm-6 col-xs-12 services-names\"><div class=\"serviceBox\"><div class=\"service-content\"><div class=\"col-md-3 col-sm-6 col-xs-12 services-names\"><div class=\"serviceBox\"><div class=\"service-content\"><p class=\"description no-wrap-ellipsis\">We take your corporate identity as a basis, so that loyal users remember it and want to return to an aesthetic and convenient resource.<\/p><\/div><\/div><\/div><\/div><\/div><\/div><\/div>        <\/div>\n            <\/div>\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-b76e7c5\" data-id=\"b76e7c5\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-fe99db eael-infobox-content-align--center eael-infobox-icon-bg-shape-none eael-infobox-icon-hover-bg-shape-none elementor-widget elementor-widget-eael-info-box\" data-id=\"fe99db\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"eael-info-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t        <div class=\"eael-infobox icon-on-top\">\n\t            <div class=\"infobox-icon eael-icon-only\">\n\n            \n                            <div class=\"infobox-icon-wrap\">\n                    <svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-mobile-alt\" viewBox=\"0 0 320 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M272 0H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h224c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zM160 480c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm112-108c0 6.6-5.4 12-12 12H60c-6.6 0-12-5.4-12-12V60c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v312z\"><\/path><\/svg>                <\/div>\n            \n            \n        <\/div>\n            <div class=\"infobox-content eael-icon-only\">\n                    <div class=\"infobox-title-section\">\n                <h2 class=\"title\">Mobile app design<\/h2>            <\/div>\n            <div><div class=\"col-md-4 col-sm-6 col-xs-12 services-names\"><div class=\"serviceBox\"><div class=\"service-content\"><div class=\"col-md-3 col-sm-6 col-xs-12 services-names\"><div class=\"serviceBox\"><div class=\"service-content\"><p class=\"description no-wrap-ellipsis\">The attractive design of mobile applications makes them more convenient for users, and therefore more effective for you. Elexoft is developing an application design for iOS and Android, which helps bring new customers and solve other business problems.<\/p><\/div><\/div><\/div><\/div><\/div><\/div><\/div>        <\/div>\n            <\/div>\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-417c392\" data-id=\"417c392\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-5167f6c eael-infobox-content-align--center eael-infobox-icon-bg-shape-none eael-infobox-icon-hover-bg-shape-none elementor-widget elementor-widget-eael-info-box\" data-id=\"5167f6c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"eael-info-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t        <div class=\"eael-infobox icon-on-top\">\n\t            <div class=\"infobox-icon eael-icon-only\">\n\n            \n                            <div class=\"infobox-icon-wrap\">\n                    <svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-file-signature\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M218.17 424.14c-2.95-5.92-8.09-6.52-10.17-6.52s-7.22.59-10.02 6.19l-7.67 15.34c-6.37 12.78-25.03 11.37-29.48-2.09L144 386.59l-10.61 31.88c-5.89 17.66-22.38 29.53-41 29.53H80c-8.84 0-16-7.16-16-16s7.16-16 16-16h12.39c4.83 0 9.11-3.08 10.64-7.66l18.19-54.64c3.3-9.81 12.44-16.41 22.78-16.41s19.48 6.59 22.77 16.41l13.88 41.64c19.75-16.19 54.06-9.7 66 14.16 1.89 3.78 5.49 5.95 9.36 6.26v-82.12l128-127.09V160H248c-13.2 0-24-10.8-24-24V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24v-40l-128-.11c-16.12-.31-30.58-9.28-37.83-23.75zM384 121.9c0-6.3-2.5-12.4-7-16.9L279.1 7c-4.5-4.5-10.6-7-17-7H256v128h128v-6.1zm-96 225.06V416h68.99l161.68-162.78-67.88-67.88L288 346.96zm280.54-179.63l-31.87-31.87c-9.94-9.94-26.07-9.94-36.01 0l-27.25 27.25 67.88 67.88 27.25-27.25c9.95-9.94 9.95-26.07 0-36.01z\"><\/path><\/svg>                <\/div>\n            \n            \n        <\/div>\n            <div class=\"infobox-content eael-icon-only\">\n                    <div class=\"infobox-title-section\">\n                <h2 class=\"title\">Logo Design<\/h2>            <\/div>\n            <div><div class=\"col-md-4 col-sm-6 col-xs-12 services-names\"><div class=\"serviceBox\"><div class=\"service-content\"><div class=\"col-md-3 col-sm-6 col-xs-12 services-names\"><div class=\"serviceBox\"><div class=\"service-content\"><p class=\"description no-wrap-ellipsis\">We immerse ourselves in the business of customers, study the target audience, and clearly indicate the marketing task that the logo should solve. Only after that we develop the concept.<\/p><\/div><\/div><\/div><\/div><\/div><\/div><\/div>        <\/div>\n            <\/div>\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-27420f37 elementor-section-full_width elementor-section-content-middle elementor-reverse-mobile elementor-section-height-default elementor-section-height-default\" data-id=\"27420f37\" data-element_type=\"section\" data-e-type=\"section\" id=\"services_section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1dea6cbe\" data-id=\"1dea6cbe\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-508039f1 animated-slow elementor-widget__width-initial elementor-absolute elementor-invisible elementor-widget elementor-widget-image\" data-id=\"508039f1\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInRight&quot;,&quot;_animation_delay&quot;:700,&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"312\" height=\"385\" src=\"https:\/\/www.treesoltechnologies.com\/wp-content\/uploads\/2025\/02\/bf26e860-sl-shape-layer.png\" class=\"attachment-full size-full wp-image-347\" alt=\"\" srcset=\"https:\/\/www.treesoltechnologies.com\/wp-content\/uploads\/2025\/02\/bf26e860-sl-shape-layer.png 312w, https:\/\/www.treesoltechnologies.com\/wp-content\/uploads\/2025\/02\/bf26e860-sl-shape-layer-768x947.png 768w\" sizes=\"(max-width: 312px) 100vw, 312px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-6e8ec26c elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"6e8ec26c\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-6baeaa98\" data-id=\"6baeaa98\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3dec55b3 animated-slow elementor-widget__width-initial elementor-absolute elementor-invisible elementor-widget elementor-widget-image\" data-id=\"3dec55b3\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;rotateInUpLeft&quot;,&quot;_animation_delay&quot;:700,&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"2048\" height=\"2048\" src=\"https:\/\/www.treesoltechnologies.com\/wp-content\/uploads\/2025\/02\/f921bff6-sl-shape-layer-2-2048x2048.png\" class=\"attachment-2048x2048 size-2048x2048 wp-image-348\" alt=\"\" srcset=\"https:\/\/www.treesoltechnologies.com\/wp-content\/uploads\/2025\/02\/f921bff6-sl-shape-layer-2-2048x2048.png 2048w, https:\/\/www.treesoltechnologies.com\/wp-content\/uploads\/2025\/02\/f921bff6-sl-shape-layer-2-300x300.png 300w, https:\/\/www.treesoltechnologies.com\/wp-content\/uploads\/2025\/02\/f921bff6-sl-shape-layer-2-1024x1024.png 1024w, https:\/\/www.treesoltechnologies.com\/wp-content\/uploads\/2025\/02\/f921bff6-sl-shape-layer-2-150x150.png 150w, https:\/\/www.treesoltechnologies.com\/wp-content\/uploads\/2025\/02\/f921bff6-sl-shape-layer-2-1536x1536.png 1536w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7b9ae169 animated-slow elementor-widget__width-initial elementor-absolute elementor-invisible elementor-widget elementor-widget-image\" data-id=\"7b9ae169\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;rotateInDownLeft&quot;,&quot;_animation_delay&quot;:700,&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"266\" height=\"282\" src=\"https:\/\/www.treesoltechnologies.com\/wp-content\/uploads\/2025\/02\/d73986cf-sl-shape-layer-yellow.png\" class=\"attachment-full size-full wp-image-349\" alt=\"\" srcset=\"https:\/\/www.treesoltechnologies.com\/wp-content\/uploads\/2025\/02\/d73986cf-sl-shape-layer-yellow.png 266w, https:\/\/www.treesoltechnologies.com\/wp-content\/uploads\/2025\/02\/d73986cf-sl-shape-layer-yellow-768x814.png 768w\" sizes=\"(max-width: 266px) 100vw, 266px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-78d7023c animated-slow elementor-invisible elementor-widget elementor-widget-image\" data-id=\"78d7023c\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"600\" src=\"https:\/\/www.treesoltechnologies.com\/wp-content\/uploads\/2025\/02\/animation-for-UX-design.gif\" class=\"attachment-full size-full wp-image-432\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-62b37106\" data-id=\"62b37106\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-5f1db9d3 animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"5f1db9d3\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Flyer and Brochures<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-341d69be animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"341d69be\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:500}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Distinctive kinds of flyer designs are missing in Pakistan and we are here to bring much needed style and class in brochures which will surely attract customers at will. If you\u2019re looking for some of the eye- catching flyers and brochures, let TreeSol know and leave the rest to you as we\u2019ve got all covered for your convenience. Not only we will provide you contemporary and ingenious flyers, but we will come up with such a marketing plan that will turn the table around as far as branding and advertising is concerned. Through our best logo designers and graphic designers, we\u2019ll produce your message in such a crafty way that it will appear to be so pleasing on the eye and at the same moment so appealing as well.<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-021e8ce animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"021e8ce\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Logo Design<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e1bd614 animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"e1bd614\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:500}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">TreeSol is a hub of best logo designs as we have got all what is required to make marked and note- worthy logos. We will make your business a big thing by producing palpable logo which will make your identity all over Pakistan. There are so many hurdles which people often face in logo design that logos are usually not effectively communicative due to which organizations faces so many issues but our foremost task is to produce such types of logo which can stick to anyone\u2019s mind and by just imagining about the logo, customer can think of whole organization and logo will be symbol of elegance.<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-555403c0 animated-slow elementor-widget__width-auto elementor-invisible elementor-widget elementor-widget-button\" data-id=\"555403c0\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:700}\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-lg elementor-animation-pulse\" href=\"https:\/\/www.treesoltechnologies.com\/index.php\/contact-us\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Get A Quote<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Graphic Design Services | TreeSol Technologies Our Design For Your Business Achievement We at TreeSol provide premium graphic design services all over Pakistan. Our team of expert designers delivers creative&hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_eb_attr":"","footnotes":""},"class_list":["post-71","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.treesoltechnologies.com\/index.php\/wp-json\/wp\/v2\/pages\/71","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.treesoltechnologies.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.treesoltechnologies.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.treesoltechnologies.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.treesoltechnologies.com\/index.php\/wp-json\/wp\/v2\/comments?post=71"}],"version-history":[{"count":9,"href":"https:\/\/www.treesoltechnologies.com\/index.php\/wp-json\/wp\/v2\/pages\/71\/revisions"}],"predecessor-version":[{"id":633,"href":"https:\/\/www.treesoltechnologies.com\/index.php\/wp-json\/wp\/v2\/pages\/71\/revisions\/633"}],"wp:attachment":[{"href":"https:\/\/www.treesoltechnologies.com\/index.php\/wp-json\/wp\/v2\/media?parent=71"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}