
Estatein Kit — Fraction Pagination JS Code
Bricks’ default slider pagination dots converted to fraction — only supported for Estatein Kit sliders. Instructions added
View now
Copy now
{"id":1525,"name":"estatein-fraction-pagination-js-code","title":"Estatein \u2014 Fraction Pagination JS Code","date":"2025-06-13 19:38:44","date_formatted":"June 13, 2025","author":{"name":"AK_Developer_25","avatar":"https:\/\/secure.gravatar.com\/avatar\/4895fa216fc2f1ee16e6575899e50eb2388264a879a9791a3ad02c7bed840715?s=60&d=mm&r=g","url":"https:\/\/gallopbiz.in\/ak-dev"},"permalink":"https:\/\/gallopbiz.in\/ak-dev\/template\/estatein-fraction-pagination-js-code\/","thumbnail":null,"bundles":[],"tags":[],"type":"section","content":[{"id":"hkquid","name":"code","parent":0,"children":[],"settings":{"javascriptCode":"document.addEventListener('DOMContentLoaded', function () {\n document.querySelectorAll('.splide.estatein-slider').forEach(function (slider) {\n \/\/ Find .custom-fraction in the next .estatein_mobile-and-fraction sibling\n let fractionEl = null;\n let sibling = slider.nextElementSibling;\n while (sibling) {\n if (sibling.classList.contains('estatein_mobile-and-fraction')) {\n fractionEl = sibling.querySelector('.custom-fraction');\n break;\n }\n sibling = sibling.nextElementSibling;\n }\n\n const perPageDesktop = 3;\n const perPageMobile = 1;\n let splide;\n\n const waitForSlides = setInterval(function () {\n const slides = slider.querySelectorAll('.splide__slide');\n if (slides.length > 0) {\n clearInterval(waitForSlides);\n\n splide = new Splide(slider, {\n pagination: false,\n perPage: perPageDesktop,\n perMove: 1,\n breakpoints: {\n 767: {\n perPage: perPageMobile,\n },\n },\n });\n\n function updateFraction() {\n const isMobile = window.innerWidth <= 767;\n if (isMobile) {\n \/\/ Slide-based: 02 of 08\n const current = String(splide.index + 1).padStart(2, '0');\n const total = String(splide.length).padStart(2, '0');\n if (fractionEl) {\n fractionEl.innerHTML = `${current} of ${total}`;\n }\n } else {\n \/\/ Page-based: 01 of 03\n const perPage = splide.options.perPage;\n const page = Math.round(splide.index \/ perPage) + 1;\n const totalPages = Math.ceil(splide.length \/ perPage);\n const current = String(page).padStart(2, '0');\n const totalStr = String(totalPages).padStart(2, '0');\n if (fractionEl) {\n fractionEl.innerHTML = `${current} of ${totalStr}`;\n }\n }\n }\n\n splide.on('mounted move', updateFraction);\n window.addEventListener('resize', updateFraction);\n\n splide.mount();\n }\n }, 50);\n });\n});","executeCode":true,"user_id":1,"time":1749797943,"code":" ","cssCode":"span.fraction-current {\n color: white;\n}"},"themeStyles":[]}],"templateType":"section"}
Download JSON

Estatein Kit – Footer
Footer featuring multiple columns, a dark background, and a newsletter email subscription
View now
Copy now
{"id":1532,"name":"estatein-kit-new-footer","title":"Estatein Kit New Footer","date":"2025-06-13 19:48:22","date_formatted":"June 13, 2025","author":{"name":"AK_Developer_25","avatar":"https:\/\/secure.gravatar.com\/avatar\/4895fa216fc2f1ee16e6575899e50eb2388264a879a9791a3ad02c7bed840715?s=60&d=mm&r=g","url":"https:\/\/gallopbiz.in\/ak-dev"},"permalink":"https:\/\/gallopbiz.in\/ak-dev\/template\/estatein-kit-new-footer\/","thumbnail":null,"bundles":[],"tags":[],"type":"section","content":[{"id":"8f71d6","name":"section","parent":0,"children":["063e99"],"settings":{"_cssGlobalClasses":["bavdup"],"_padding":{"top":"100","bottom":"100"}}},{"id":"f863a6","name":"section","parent":0,"children":["5877c8"],"settings":{"_cssGlobalClasses":["ddvybf"]}},{"id":"063e99","name":"container","parent":"8f71d6","children":["886755","15f52c"],"settings":{"_direction":"row","_cssGlobalClasses":["fpdnvc","wglmeq"],"_direction:mobile_landscape":"column","_rowGap:mobile_landscape":"50","_columnGap":"80"}},{"id":"886755","name":"block","parent":"063e99","children":["abd182","568ccb"],"settings":{"_cssGlobalClasses":["rywgca"]},"label":"Column"},{"id":"15f52c","name":"block","parent":"063e99","children":["c610ac"],"settings":{"_cssGlobalClasses":["ubqfma"]},"label":"Column"},{"id":"abd182","name":"image","parent":"886755","children":[],"settings":{"image":{"id":1226,"filename":"Logo.svg","size":"full","full":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/06\/Logo.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/06\/Logo.svg"},"_width":"160","_width:tablet_portrait":"113"},"themeStyles":[]},{"id":"5877c8","name":"container","parent":"f863a6","children":["7ef576","b4843b"],"settings":{"_cssGlobalClasses":["sbzyzy","wglmeq"]}},{"id":"c610ac","name":"block","parent":"15f52c","children":["f9b729","796be4","18c91a","e6e4c4","353847"],"settings":{"_cssGlobalClasses":["sbnilh"],"_direction":"row","_columnGap":"5","_display:tablet_portrait":"grid","_gridTemplateColumns:tablet_portrait":"repeat(3, 1fr);","_gridGap:tablet_portrait":"30","_gridTemplateColumns:mobile_portrait":"repeat(2, 1fr);"}},{"id":"f9b729","name":"block","parent":"c610ac","children":["7d4687","9fff89","178651","f9e39c","28f684","f1c5c1"],"settings":{"_cssGlobalClasses":["qcssyf"]},"label":"Column"},{"id":"7d4687","name":"heading","parent":"f9b729","children":[],"settings":{"text":"Home","_cssGlobalClasses":["xkprtw"]}},{"id":"9fff89","name":"heading","parent":"f9b729","children":[],"settings":{"text":"Hero Section","_cssGlobalClasses":["aawohc"],"tag":"custom","customTag":"span","link":{"type":"external","url":"#"}}},{"id":"178651","name":"heading","parent":"f9b729","children":[],"settings":{"text":"Features","_cssGlobalClasses":["aawohc"],"tag":"custom","customTag":"span","link":{"type":"external","url":"#"}}},{"id":"f9e39c","name":"heading","parent":"f9b729","children":[],"settings":{"text":"Properties","_cssGlobalClasses":["aawohc"],"tag":"custom","customTag":"span","link":{"type":"external","url":"#"}}},{"id":"28f684","name":"heading","parent":"f9b729","children":[],"settings":{"text":"Testimonials","_cssGlobalClasses":["aawohc"],"tag":"custom","customTag":"span","link":{"type":"external","url":"#"}}},{"id":"f1c5c1","name":"heading","parent":"f9b729","children":[],"settings":{"text":"FAQ\u2019s","_cssGlobalClasses":["aawohc"],"tag":"custom","customTag":"span","link":{"type":"external","url":"#"}}},{"id":"353847","name":"block","parent":"c610ac","children":["bbf582","7d76f4","4e7777"],"settings":{"_cssGlobalClasses":["qcssyf"]},"label":"Column"},{"id":"bbf582","name":"heading","parent":"353847","children":[],"settings":{"text":"Contact Us","_cssGlobalClasses":["xkprtw"]}},{"id":"7d76f4","name":"heading","parent":"353847","children":[],"settings":{"text":"Contact Form","_cssGlobalClasses":["aawohc"],"tag":"custom","customTag":"span","link":{"type":"external","url":"#"}}},{"id":"4e7777","name":"heading","parent":"353847","children":[],"settings":{"text":"Our Offices","_cssGlobalClasses":["aawohc"],"tag":"custom","customTag":"span","link":{"type":"external","url":"#"}}},{"id":"e6e4c4","name":"block","parent":"c610ac","children":["b664a2","a255c0","223685","11f19f","09ee45","a68e6b"],"settings":{"_cssGlobalClasses":["qcssyf"]},"label":"Column"},{"id":"b664a2","name":"heading","parent":"e6e4c4","children":[],"settings":{"text":"Services","_cssGlobalClasses":["xkprtw"]}},{"id":"a255c0","name":"heading","parent":"e6e4c4","children":[],"settings":{"text":"Valuation Mastery","_cssGlobalClasses":["aawohc"],"tag":"custom","customTag":"span","link":{"type":"external","url":"#"}}},{"id":"223685","name":"heading","parent":"e6e4c4","children":[],"settings":{"text":"Strategic Marketing","_cssGlobalClasses":["aawohc"],"tag":"custom","customTag":"span","link":{"type":"external","url":"#"}}},{"id":"11f19f","name":"heading","parent":"e6e4c4","children":[],"settings":{"text":"Negotiation Wizardry","_cssGlobalClasses":["aawohc"],"tag":"custom","customTag":"span","link":{"type":"external","url":"#"}}},{"id":"09ee45","name":"heading","parent":"e6e4c4","children":[],"settings":{"text":"Closing Success","_cssGlobalClasses":["aawohc"],"tag":"custom","customTag":"span","link":{"type":"external","url":"#"}}},{"id":"a68e6b","name":"heading","parent":"e6e4c4","children":[],"settings":{"text":"Property Management","_cssGlobalClasses":["aawohc"],"tag":"custom","customTag":"span","link":{"type":"external","url":"#"}}},{"id":"18c91a","name":"block","parent":"c610ac","children":["38547d","ce21c1","942c5c"],"settings":{"_cssGlobalClasses":["qcssyf"]},"label":"Column"},{"id":"38547d","name":"heading","parent":"18c91a","children":[],"settings":{"text":"Properties","_cssGlobalClasses":["xkprtw"]}},{"id":"ce21c1","name":"heading","parent":"18c91a","children":[],"settings":{"text":"Portfolio","_cssGlobalClasses":["aawohc"],"tag":"custom","customTag":"span","link":{"type":"external","url":"#"}}},{"id":"942c5c","name":"heading","parent":"18c91a","children":[],"settings":{"text":"Categories","_cssGlobalClasses":["aawohc"],"tag":"custom","customTag":"span","link":{"type":"external","url":"#"}}},{"id":"796be4","name":"block","parent":"c610ac","children":["a8eafa","b388d8","f74ff9","4a5970","8a5331","5fbb90"],"settings":{"_cssGlobalClasses":["qcssyf"]},"label":"Column"},{"id":"a8eafa","name":"heading","parent":"796be4","children":[],"settings":{"text":"About Us","_cssGlobalClasses":["xkprtw"]}},{"id":"b388d8","name":"heading","parent":"796be4","children":[],"settings":{"text":"Our Story","_cssGlobalClasses":["aawohc"],"tag":"custom","customTag":"span","link":{"type":"external","url":"#"}}},{"id":"f74ff9","name":"heading","parent":"796be4","children":[],"settings":{"text":"Our Works","_cssGlobalClasses":["aawohc"],"tag":"custom","customTag":"span","link":{"type":"external","url":"#"}}},{"id":"4a5970","name":"heading","parent":"796be4","children":[],"settings":{"text":"How It Works","_cssGlobalClasses":["aawohc"],"tag":"custom","customTag":"span","link":{"type":"external","url":"#"}}},{"id":"8a5331","name":"heading","parent":"796be4","children":[],"settings":{"text":"Our Team","_cssGlobalClasses":["aawohc"],"tag":"custom","customTag":"span","link":{"type":"external","url":"#"}}},{"id":"5fbb90","name":"heading","parent":"796be4","children":[],"settings":{"text":"Our Clients","_cssGlobalClasses":["aawohc"],"tag":"custom","customTag":"span","link":{"type":"external","url":"#"}}},{"id":"7ef576","name":"block","parent":"5877c8","children":["4107ca","8ce793"],"settings":{"_cssGlobalClasses":["kvvifs"],"_alignItems":"center"},"label":"Column"},{"id":"b4843b","name":"block","parent":"5877c8","children":["fcfdcc"],"settings":{"_cssGlobalClasses":["zmvrfl"]},"label":"Column"},{"id":"4107ca","name":"text-basic","parent":"7ef576","children":[],"settings":{"text":"@2023 Estatein. All Rights Reserved.","_cssGlobalClasses":["jivsqk"]}},{"id":"8ce793","name":"text-basic","parent":"7ef576","children":[],"settings":{"text":"Terms & Conditions","_cssGlobalClasses":["jivsqk"]}},{"id":"fcfdcc","name":"social-icons","parent":"b4843b","children":[],"settings":{"_typography":{"color":{"hex":"#ffffff"}},"icons":[{"icon":{"library":"themify","icon":"ti-facebook"},"id":"mlkmgy","background":{"hex":"#141414"}},{"icon":{"library":"themify","icon":"ti-linkedin"},"id":"udlrol","background":{"hex":"#141414"}},{"icon":{"library":"themify","icon":"ti-twitter-alt"},"id":"ysahnl","background":{"hex":"#141414"}},{"icon":{"library":"ionicons","icon":"ion-logo-youtube"},"id":"gpsdrr","background":{"hex":"#141414"}}],"_cssGlobalClasses":["yetnts"]},"themeStyles":[]},{"id":"fe4fd1","name":"form","parent":"568ccb","children":[],"settings":{"fields":[{"type":"email","label":"Email","placeholder":"Enter Your Email","required":true,"id":"357728","width":"80"}],"submitButtonStyle":"primary","actions":["email"],"successMessage":"Message successfully sent. We will get back to you as soon as possible.","emailSubject":"Contact form request","emailTo":"admin_email","fromName":"AK Developer","emailErrorMessage":"Submission failed. Please reload the page and try to submit the form again.","htmlEmail":true,"mailchimpPendingMessage":"Please check your email to confirm your subscription.","mailchimpErrorMessage":"Sorry, but we could not subscribe you.","sendgridErrorMessage":"Sorry, but we could not subscribe you.","_cssGlobalClasses":["usdktr"],"submitButtonIcon":{"library":"svg","svg":{"id":1447,"filename":"Icon-1-1.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/06\/Icon-1-1.svg"}}},"themeStyles":[]},{"id":"568ccb","name":"block","parent":"886755","children":["225917","fe4fd1"],"settings":{"_cssGlobalClasses":["dgcmli"]}},{"id":"225917","name":"icon","parent":"568ccb","children":[],"settings":{"icon":{"library":"svg","svg":{"id":1450,"filename":"Icon-2-1.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/06\/Icon-2-1.svg"}}}}],"templateType":"section","global_classes":[{"id":"wglmeq","name":"estatein-default-container","settings":{"_direction:mobile_landscape":"row","_width":"1596"},"modified":1749711177,"user_id":1},{"id":"ddvybf","name":"estatein-footer_bottom","settings":{"_background":{"color":{"hex":"#191919"}},"_padding":{"right":"20","left":"20"},"_padding:mobile_landscape":{"bottom":"20"}}},{"id":"bavdup","name":"estatein-footer-top","settings":{"_background":{"color":{"hex":"#141414"}}}},{"id":"sbnilh","name":"estatein-footer__five-col-block","settings":{"_display:mobile_landscape":"grid","_gridTemplateColumns:mobile_landscape":"repeat(2, 1fr)","_gridGap:mobile_landscape":"30","_cssCustom":"\/* Responsive grid only for 767px and below *\/\n@media (max-width: 767px) {\n .estatein-footer__five-col-block {\n display: grid;\n grid-template-columns: repeat(2, 1fr);\n gap: 20px; \/* adjust spacing between columns as needed *\/\n align-items: start;\n }\n\n .estatein-footer__five-col-block__col {\n align-self: start;\n height: auto;\n }\n}","_columnGap":"60"},"modified":1749736828,"user_id":1},{"id":"qcssyf","name":"estatein-footer__five-col-block__col","settings":{"_rowGap":"20","_rowGap:tablet_portrait":"16","_rowGap:mobile_landscape":"8","_height:mobile_landscape":"auto","_heightMin:mobile_landscape":"0"},"modified":1749736828,"user_id":1},{"id":"xkprtw","name":"estatein-footer__menu-heading","settings":{"_margin":{"bottom":"10"},"_typography":{"font-size":"20","color":{"hex":"#999999"},"font-family":"Urbanist","font-weight":"500"},"_typography:tablet_portrait":{"font-size":"16"},"_typography:mobile_landscape":{"font-size":"16"}}},{"id":"fpdnvc","name":"estatein-footer__top-container","settings":{"_padding":{"left":"20","right":"20"}}},{"id":"sbzyzy","name":"estatein-footer__bottom-container","settings":{"_justifyContent":"center","_alignItems":"center","_direction:mobile_landscape":"column-reverse","_direction":"row","_alignSelf:mobile_landscape":"center","_justifyContent:mobile_landscape":"center","_alignItems:mobile_landscape":"center","_padding":{"top":"20","bottom":"20"},"_rowGap:mobile_landscape":"30"},"modified":1749804444,"user_id":1},{"id":"rywgca","name":"estatein-footer-__col-1","settings":{"_width":"33%","_width:mobile_landscape":"100%","_rowGap":"40"}},{"id":"ubqfma","name":"estatein-footer_col-2","settings":{"_width":"67%","_width:mobile_landscape":"100%"}},{"id":"aawohc","name":"estatein-footer__menu-links","settings":{"_typography":{"font-size":"18","color":{"hex":"#ffffff"},"font-family":"Urbanist","font-weight":"500"},"_typography:tablet_portrait":{"font-size":"16"},"_typography:mobile_landscape":{"font-size":"14"},"_typography:hover":{"color":{"hex":"#703bf7"}}}},{"id":"yetnts","name":"estatein-footer__icon","settings":{"iconSize":"24","iconColor":{"hex":"#ffffff"},"alignIcons":"center","justifyIcons":"center","gapItem":"20","gap":"20","_border":{"radius":{"right":"50","top":"50","bottom":"50","left":"50"}},"_padding":{"top":"10","right":"20","bottom":"10","left":"20"}}},{"id":"kvvifs","name":"estatein-bottom-links-col","settings":{"_direction":"row","_rowGap":"20","_columnGap":"20","_alignSelf:mobile_landscape":"center","_justifyContent:mobile_landscape":"center","_alignItems:mobile_landscape":"center","_direction:mobile_landscape":"column","_rowGap:mobile_landscape":"10"}},{"id":"jivsqk","name":"estatein-bottom-links","settings":{"_typography":{"color":{"hex":"#ffffff"},"font-size":"18","font-family":"Urbanist","font-weight":"500"},"_typography:tablet_portrait":{"font-size":"16"},"_typography:mobile_landscape":{"font-size":"14"}},"modified":1749805538,"user_id":1},{"id":"zmvrfl","name":"estatein-bottom-icon-col","settings":{"_justifyContent":"center","_alignItems":"flex-end","_alignSelf:mobile_landscape":"center","_justifyContent:mobile_landscape":"center","_alignItems:mobile_landscape":"center"}},{"id":"usdktr","name":"estatein-footer_form","settings":{"submitButtonWidth":"20","fieldBackgroundColor":{"hex":"#000000","rgb":"rgba(0, 0, 0, 0)","hsl":"hsla(0, 0%, 0%, 0)"},"fieldBorder":{"style":"none"},"submitButtonBackgroundColor:tablet_portrait":{"hex":"#000000","rgb":"rgba(0, 0, 0, 0)","hsl":"hsla(0, 0%, 0%, 0)"},"submitButtonBackgroundColor":{"hex":"#000000","rgb":"rgba(0, 0, 0, 0)","hsl":"hsla(0, 0%, 0%, 0)"},"fieldMargin":{"bottom":"0"},"placeholderTypography":{"color":{"hex":"#999999"}},"fieldTypography":{"color":{"hex":"#ffffff","id":"csrxpa","name":"Color #1"},"font-size":"18"},"_cssCustom":".estatein-footer_form .form-group.submit-button-wrapper {\n margin: 0;\n display: flex;\n justify-content: center;\n align-items: flex-end;\n}\n.estatein-footer_form .form-group.submit-button-wrapper button.bricks-button.bricks-background-primary.icon-right {\n padding: 0;\n}","fieldTypography:tablet_portrait":{"font-size":"16"},"fieldTypography:mobile_landscape":{"font-size":"14"},"submitButtonTypography":{"font-size":"25"},"submitButtonTypography:tablet_portrait":{"font-size":"20"}},"modified":1749737854,"user_id":1},{"id":"dgcmli","name":"estatein-footer-form_block","settings":{"_border":{"width":{"top":"1","right":"1","bottom":"1","left":"1"},"style":"solid","color":{"hex":"#252e35"},"radius":{"top":"10","right":"10","bottom":"10","left":"10"}},"_alignSelf":"center","_justifyContent":"center","_alignItems":"center","_flexWrap":"nowrap","_direction":"row","_padding":{"top":"5","right":"20","bottom":"5","left":"20"}}}]}
Download JSON

Estatein Kit – Header
Header featuring a top bar with a close button
View now
Copy now
{"id":1529,"name":"estate-new-header","title":"Estate New Header","date":"2025-06-13 19:45:54","date_formatted":"June 13, 2025","author":{"name":"AK_Developer_25","avatar":"https:\/\/secure.gravatar.com\/avatar\/4895fa216fc2f1ee16e6575899e50eb2388264a879a9791a3ad02c7bed840715?s=60&d=mm&r=g","url":"https:\/\/gallopbiz.in\/ak-dev"},"permalink":"https:\/\/gallopbiz.in\/ak-dev\/template\/estate-new-header\/","thumbnail":null,"bundles":[],"tags":[],"type":"section","content":[{"id":"5e231a","name":"section","parent":0,"children":["b925a1"],"settings":{"_cssGlobalClasses":["qcvyzw","mfnmor"],"_background":{"image":{"id":1207,"filename":"Abstract-Design-1.svg","size":"full","full":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/06\/Abstract-Design-1.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/06\/Abstract-Design-1.svg"},"color":{"hex":"#1a1a1a"},"size":"cover","position":"center center","repeat":"no-repeat"},"_gradient":{"applyTo":"overlay","colors":[{"id":"edajhr","color":{"hex":"#1a1a1a","rgb":"rgba(26, 26, 26, 0.7)","hsl":"hsla(0, 0%, 10%, 0.7)"}}]}},"label":"Topbar"},{"id":"9c25f6","name":"section","parent":0,"children":["7573f3"],"settings":{"_cssGlobalClasses":["qcvyzw","yershu"]},"label":"Header"},{"id":"7573f3","name":"container","parent":"9c25f6","children":["405b3b","7ae295","32777e"],"settings":{"_cssGlobalClasses":["wglmeq","tmxgft"],"_justifyContent":"space-between"}},{"id":"7ae295","name":"nav-nested","parent":"7573f3","children":["888b11","48d177"],"settings":{"_cssGlobalClasses":["osruij"],"gap":"24","gap:tablet_portrait":"15"},"themeStyles":[]},{"id":"48d177","name":"toggle","parent":"7ae295","children":[],"settings":{"animation":"spring","_cssGlobalClasses":["usqcro"],"icon":{"library":""}},"label":"Toggle Mobile bar with CSS","themeStyles":[]},{"id":"888b11","name":"block","parent":"7ae295","children":["c03793","674473","c84c87","08355f","823f82"],"settings":{"tag":"ul","_hidden":{"_cssClasses":"brx-nav-nested-items"},"_cssGlobalClasses":["kdsffj"]},"label":"Nav items","cloneable":false,"deletable":false},{"id":"823f82","name":"button","parent":"888b11","children":[],"settings":{"text":"Contact Us","style":"primary","_cssGlobalClasses":["qtwqcf"],"_display":"none","_display:mobile_landscape":"block","_width:mobile_landscape":"max-content","_typography:mobile_landscape":{"font-size":"18"},"link":{"type":"external","url":"#"}}},{"id":"c03793","name":"text-link","parent":"888b11","children":[],"settings":{"text":"Home","link":{"type":"external","url":"\/estatein-home\/"}},"label":"Nav link"},{"id":"674473","name":"text-link","parent":"888b11","children":[],"settings":{"text":"About us","link":{"type":"external","url":"#"}},"label":"Nav link"},{"id":"593b6a","name":"text-link","parent":"swqwqq","children":[],"settings":{"text":"Dropdown link 2","link":{"type":"external","url":"#"}},"label":"Nav link"},{"id":"c84c87","name":"text-link","parent":"888b11","children":[],"settings":{"text":"Properties","link":{"type":"external","url":"#"}},"label":"Nav link"},{"id":"08355f","name":"text-link","parent":"888b11","children":[],"settings":{"text":"Services","link":{"type":"external","url":"#"}},"label":"Nav link"},{"id":"32777e","name":"button","parent":"7573f3","children":[],"settings":{"text":"Contact Us","style":"primary","_cssGlobalClasses":["qtwqcf"],"link":{"type":"external","url":"#"}}},{"id":"405b3b","name":"svg","parent":"7573f3","children":[],"settings":{"_cssGlobalClasses":["ziqrez"],"file":{"id":1226,"filename":"Logo.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/06\/Logo.svg"},"link":{"type":"external","url":"#"}},"themeStyles":[]},{"id":"b925a1","name":"container","parent":"5e231a","children":["e14df1","3c12c2"],"settings":{"_cssGlobalClasses":["wglmeq","plfioh"]}},{"id":"e14df1","name":"block","parent":"b925a1","children":["504930"],"settings":{"_cssGlobalClasses":["nfdkzu"]}},{"id":"504930","name":"text-basic","parent":"e14df1","children":[],"settings":{"text":"\u2728Discover Your Dream Property with Estatein Learn More","_cssGlobalClasses":["rvqosc"]}},{"id":"3c12c2","name":"icon","parent":"b925a1","children":[],"settings":{"icon":{"library":"ionicons","icon":"ion-ios-close-circle-outline"},"_cssGlobalClasses":["chxvxy"]},"themeStyles":[]},{"id":"86a54d","name":"text-link","parent":"jnarxd","children":[],"settings":{"text":"About us","link":{"type":"external","url":"#"}},"label":"Nav link"},{"id":"d3a97a","name":"text-link","parent":"jnarxd","children":[],"settings":{"text":"Services","link":{"type":"external","url":"#"}},"label":"Nav link"},{"id":"0dfb83","name":"toggle","parent":"gcrtdl","children":[],"settings":{"animation":"spring","_cssGlobalClasses":["usqcro"],"icon":{"library":""}},"label":"Toggle Mobile bar with CSS","themeStyles":[]}],"templateType":"section","global_classes":[{"id":"qcvyzw","name":"estatein-default-section","settings":{"_padding":{"top":"100","bottom":"100","left":"8%","right":"8%"},"_padding:tablet_portrait":{"top":"75","bottom":"75","left":"5%","right":"5%"}},"modified":1749740692,"user_id":1},{"id":"wglmeq","name":"estatein-default-container","settings":{"_direction:mobile_landscape":"row","_width":"1596"},"modified":1749711177,"user_id":1},{"id":"yershu","name":"estatein-header","settings":{"_background":{"color":{"hex":"#1a1a1a"}},"_padding":{"top":"20","bottom":"20"}},"modified":1749711322,"user_id":1},{"id":"plfioh","name":"estatein-topbar","settings":{"_direction":"row","_justifyContent":"center","_alignItems":"center","_gradient":{"applyTo":"overlay"},"_flexWrap:mobile_landscape":"nowrap","_justifyContent:mobile_landscape":"space-between"},"modified":1749711177,"user_id":1},{"id":"tmxgft","name":"estatein-header_container","settings":{"_alignSelf":"center","_justifyContent":"center","_alignItems":"center","_direction":"row"},"modified":1749536502,"user_id":1},{"id":"rvqosc","name":"estatein-topbar_ribbon","settings":{"_typography":{"font-size":"18","color":{"hex":"#ffffff"},"font-weight":"500","font-family":"Urbanist"},"_typography:mobile_landscape":{"font-size":"12"},"_typography:tablet_portrait":{"font-size":"14"}}},{"id":"nfdkzu","name":"estatein-topbar_ribbon-block","settings":{"_justifyContent":"center","_alignSelf":"center","_alignItems":"center","_alignItems:mobile_landscape":"flex-start","_width":"90%","_alignItems:mobile_portrait":"flex-start","_width:mobile_landscape":"auto"}},{"id":"chxvxy","name":"estatein-topbar_close-icon","settings":{"iconSize":"32","_alignSelf:mobile_landscape":"flex-end","iconColor":{"hex":"#999999"},"iconSize:tablet_portrait":"26","_interactions":[{"id":"esokbc","trigger":"click","action":"hide","target":"custom","targetSelector":".estatein_topbar-main"}],"_cssCustom":".estatein-topbar_close-icon{cursor:pointer;}"},"modified":1749541101,"user_id":1},{"id":"osruij","name":"eseatein-nav-bar","settings":{"itemTypography":{"font-size":"18","color":{"hex":"#ffffff"},"font-weight":"500","font-family":"Urbanist"},"itemPadding":{"top":"14","bottom":"14","right":"24","left":"24"},"gap":"30","itemBorderActive":{"width":{"top":"1","right":"1","bottom":"1","left":"1"},"style":"solid","radius":{"top":"10","right":"10","bottom":"10","left":"10"},"color":{"hex":"#262626"}},"itemBackgroundColorActive":{"hex":"#141414"},"itemBackgroundColor:hover":{"hex":"#141414"},"itemBorder:hover":{"width":{"top":"1","right":"1","bottom":"1","left":"1"},"style":"solid","color":{"hex":"#262626"},"radius":{"top":"10","right":"10","bottom":"10","left":"10"}},"itemTypography:tablet_portrait":{"font-size":"14"},"gap:tablet_portrait":"10","itemPadding:tablet_portrait":{"top":"12","right":"20","bottom":"12","left":"20"},"itemBorder":{"width":{"top":"1","right":"1","bottom":"1","left":"1"},"style":"solid","color":{"hex":"#000000","rgb":"rgba(0, 0, 0, 0)","hsl":"hsla(0, 0%, 0%, 0)"}},"mobileMenuBackgroundColor:mobile_landscape":{"hex":"#1a1a1a"},"itemTypography:mobile_landscape":{"font-size":"18"}}},{"id":"ziqrez","name":"estatein-site-logo","settings":{"_width":"160","_widthMax:tablet_portrait":"113.33","_widthMax:mobile_landscape":"93.33","_zIndex:mobile_landscape":"9999","_padding:tablet_portrait":{"right":"5"}},"modified":1749538673,"user_id":1},{"id":"qtwqcf","name":"estatein-btn_dark","settings":{"_padding:tablet_portrait":{"top":"14","bottom":"14"},"_background:tablet_portrait":{"color":{"hex":"#141414"}},"_typography:tablet_portrait":{"color":{"hex":"#ffffff"},"font-size":"14"},"_border:tablet_portrait":{"width":{"top":"1","right":"1","bottom":"1","left":"1"},"style":"solid","color":{"hex":"#262626"},"radius":{"right":"8","bottom":"8","left":"8","top":"8"}},"_padding":{"top":"16","bottom":"16","left":"clamp(1%, calc(1% + 2 * ((100vw - 992px) \/ 928)), 3%)","right":"clamp(1%, calc(1% + 2 * ((100vw - 992px) \/ 928)), 3%)"},"_typography":{"color":{"hex":"#ffffff"}},"_background":{"color":{"hex":"#141414"}},"_border":{"width":{"top":"1","right":"1","bottom":"1","left":"1"},"style":"solid","color":{"hex":"#262626"},"radius":{"top":"10","right":"10","bottom":"10","left":"10"}},"_gap:tablet_portrait":"8px","_display:mobile_landscape":"none","_background:hover":{"color":{"hex":"#292929"}}},"modified":1749537835,"user_id":1},{"id":"kdsffj","name":"estatein-nav-item","settings":{"_padding:mobile_landscape":{"left":"5%","right":"5%"},"_top:mobile_landscape":"0"}},{"id":"usqcro","name":"estatein-nav_toggle","settings":{"_zIndex:mobile_landscape":"9999","_typography:mobile_landscape":{"color":{"hex":"#ffffff"}},"_cssCustom:mobile_landscape":".estatein-nav_toggle.brxe-toggle .brxa-inner:after {\n width: 50%;\n}\n.no-scroll .estatein-nav_toggle.brxe-toggle .brxa-inner:after {\n width: 100%;\n}\n.estatein-nav_toggle.brxe-toggle span.brxa-inner {\n display: flex;\n justify-content: flex-end;\n}"}},{"id":"mfnmor","name":"estatein_topbar-main","settings":{"_padding":{"top":"20","bottom":"20"}}}]}
Download JSON

Estatein kit – CTA Section
Simple CTA section with dark background
View now
Copy now
{"id":1521,"name":"estatein-cta-section","title":"Estatein - CTA Section","date":"2025-06-13 18:27:10","date_formatted":"June 13, 2025","author":{"name":"AK_Developer_25","avatar":"https:\/\/secure.gravatar.com\/avatar\/4895fa216fc2f1ee16e6575899e50eb2388264a879a9791a3ad02c7bed840715?s=60&d=mm&r=g","url":"https:\/\/gallopbiz.in\/ak-dev"},"permalink":"https:\/\/gallopbiz.in\/ak-dev\/template\/estatein-cta-section\/","thumbnail":null,"bundles":[],"tags":[],"type":"section","content":[{"id":"682799","name":"section","parent":0,"children":["18fc3f"],"settings":{"_cssGlobalClasses":["qcvyzw","ycbctq"]},"label":"CTA Section"},{"id":"18fc3f","name":"container","parent":"682799","children":["298744","4e72f2"],"settings":{"_cssGlobalClasses":["wglmeq","ngqqhe"],"_direction":"row"}},{"id":"298744","name":"block","parent":"18fc3f","children":["56f906","bd0cbb"],"settings":{"_cssGlobalClasses":["kjaezl"]},"label":"Column"},{"id":"56f906","name":"heading","parent":"298744","children":[],"settings":{"text":"Start Your Real Estate Journey Today","tag":"h2","_cssGlobalClasses":["mvihif"]}},{"id":"bd0cbb","name":"text-basic","parent":"298744","children":[],"settings":{"text":"Your dream property is just a click away. Whether you're looking for a new home, a strategic investment, or expert real estate advice, Estatein is here to assist you every step of the way. Take the first step towards your real estate goals and explore our available properties or get in touch with our team for personalized assistance.","_cssGlobalClasses":["sfstmx"]}},{"id":"4e72f2","name":"block","parent":"18fc3f","children":["74d6d3"],"settings":{"_cssGlobalClasses":["yxmueh"]},"label":"Column"},{"id":"74d6d3","name":"button","parent":"4e72f2","children":[],"settings":{"text":"Explore Properties","_cssGlobalClasses":["xggucw"],"link":{"type":"external","url":"#"}}}],"templateType":"section","global_classes":[{"id":"qcvyzw","name":"estatein-default-section","settings":{"_padding":{"top":"100","bottom":"100","left":"8%","right":"8%"},"_padding:tablet_portrait":{"top":"75","bottom":"75","left":"5%","right":"5%"}},"modified":1749740692,"user_id":1},{"id":"wglmeq","name":"estatein-default-container","settings":{"_direction:mobile_landscape":"row","_width":"1596"},"modified":1749711177,"user_id":1},{"id":"ycbctq","name":"estatein-cta-section","settings":{"_background":{"position":"bottom center","repeat":"repeat-x","image":{"id":1363,"filename":"CTA-1-scaled.png","size":"full","full":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/06\/CTA-1-scaled.png","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/06\/CTA-1-scaled.png"},"color":{"hex":"#141414"},"size":"contain"},"_gradient":[],"_heightMin":"263","_width":"100%","_border":{"width":{"top":"1","bottom":"1"},"style":"solid","color":{"hex":"#262626"}}},"modified":1748600265,"user_id":1},{"id":"ngqqhe","name":"estate-cta-container","settings":{"_justifyContent":"center","_alignItems":"center","_direction:mobile_landscape":"column","_rowGap:mobile_landscape":"20"},"modified":1748526561,"user_id":1},{"id":"mvihif","name":"estatein-h2-whte","settings":{"_typography":{"color":{"hex":"#ffffff"},"font-size":"48","font-weight":"600"},"_typography:mobile_landscape":{"font-size":"28"}},"modified":1748526561,"user_id":1},{"id":"kjaezl","name":"estatein-cta-content__col","settings":{"_width":"67%","_width:mobile_landscape":"100%","_rowGap":"30"}},{"id":"yxmueh","name":"estatein-cta-btn__col","settings":{"_width":"33%","_justifyContent":"center","_alignItems":"flex-end","_width:mobile_landscape":"100%","_alignItems:mobile_landscape":"flex-start"}},{"id":"sfstmx","name":"estatein__body-text","settings":{"_typography":{"color":{"hex":"#999999"},"font-size":"clamp(16px, calc(16px + (4 * ((100vw - 1440px) \/ 480))), 18px);"},"_typography:mobile_landscape":{"font-size":"14"},"_typography:tablet_portrait":{"font-size":"16"}}},{"id":"xggucw","name":"estatein-btn_purple","settings":{"_background":{"color":{"hex":"#703bf7"}},"_typography":{"color":{"hex":"#ffffff"},"font-size":"clamp(14px, calc(14px + (4 * ((100vw - 1440px) \/ 480))), 18px);"},"_border":{"radius":{"top":"8","right":"8","bottom":"8","left":"8"},"width":{"top":"1","right":"1","bottom":"1","left":"1"},"style":"solid","color":{"hex":"#703bf7"}},"_padding":{"top":"18","bottom":"18","right":"3.5%","left":"3.5%"},"_padding:tablet_portrait":{"top":"14","bottom":"14"},"_typography:tablet_portrait":{"font-size":"14"},"_background:hover":{"color":{"hex":"#292929"}}},"modified":1749805439,"user_id":1}]}
Download JSON

Estatein kit – FAQ Slider
FAQ slider with fraction pagination (Needed Estatein — Fraction Pagination JS Code)
View now
Copy now
{"id":1520,"name":"estatein-faq-slider-section","title":"Estatein - FAQ slider Section","date":"2025-06-13 18:26:33","date_formatted":"June 13, 2025","author":{"name":"AK_Developer_25","avatar":"https:\/\/secure.gravatar.com\/avatar\/4895fa216fc2f1ee16e6575899e50eb2388264a879a9791a3ad02c7bed840715?s=60&d=mm&r=g","url":"https:\/\/gallopbiz.in\/ak-dev"},"permalink":"https:\/\/gallopbiz.in\/ak-dev\/template\/estatein-faq-slider-section\/","thumbnail":null,"bundles":[],"tags":[],"type":"section","content":[{"id":"a66506","name":"section","parent":0,"children":["674403","db6dd6"],"settings":{"_cssGlobalClasses":["qcvyzw","lifbbd"]},"label":"FAQ slider Section"},{"id":"674403","name":"container","parent":"a66506","children":["df49d3","3c823a"],"settings":{"_cssGlobalClasses":["wglmeq"]}},{"id":"df49d3","name":"svg","parent":"674403","children":[],"settings":{"file":{"id":1018,"filename":"Abstract-Design.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/05\/Abstract-Design.svg"}}},{"id":"3c823a","name":"block","parent":"674403","children":["5051ad","bbe533"],"settings":{"_cssGlobalClasses":["vmxnvi"]}},{"id":"5051ad","name":"block","parent":"3c823a","children":["daa9ec","11a590"],"settings":{"_cssGlobalClasses":["jngcby"]}},{"id":"daa9ec","name":"heading","parent":"5051ad","children":[],"settings":{"text":"Frequently Asked Questions","tag":"h2","_cssGlobalClasses":["mvihif"]}},{"id":"11a590","name":"text-basic","parent":"5051ad","children":[],"settings":{"text":"Read the success stories and heartfelt testimonials from our valued clients. Discover why they chose Estatein for their real estate needs.","_cssGlobalClasses":["sfstmx"]}},{"id":"bbe533","name":"button","parent":"3c823a","children":[],"settings":{"text":"View All FAQ\u2019s","style":"primary","_cssGlobalClasses":["chkyjw"],"link":{"type":"external","url":"#"},"_display:mobile_landscape":"none"}},{"id":"db6dd6","name":"container","parent":"a66506","children":["cf6400","c4a729"],"settings":{"_cssGlobalClasses":["wglmeq","dznvwl"]}},{"id":"cf6400","name":"slider-nested","parent":"db6dd6","children":["ac9ee1","9c9f30","94a4ee","aa6892","ed0d07","ba4450","8bbcc9","3f80bc"],"settings":{"_cssGlobalClasses":["fvbxib","iccsum"],"type":"slide","autoplay":true,"gap":"30","perPage":"3","perMove":"3","perPage:mobile_landscape":"1","perMove:mobile_landscape":"1","arrows":true,"prevArrow":{"library":"ionicons","icon":"ion-ios-arrow-round-back"},"nextArrow":{"library":"ionicons","icon":"ion-ios-arrow-round-forward"},"autoHeight":true},"themeStyles":[]},{"id":"ac9ee1","name":"block","parent":"cf6400","children":["6966ef","af5440","4b5350"],"settings":{"_cssGlobalClasses":["cmdfgw","mjgiwh"],"_margin":{"right":"0"}},"label":"Slide 1"},{"id":"6966ef","name":"heading","parent":"ac9ee1","children":[],"settings":{"text":"How do I search for properties on Estatein?","tag":"h3","_cssGlobalClasses":["ghxpav"]}},{"id":"af5440","name":"text-basic","parent":"ac9ee1","children":[],"settings":{"text":"Learn how to use our user-friendly search tools to find properties that match your criteria.","_cssGlobalClasses":["sfstmx"]}},{"id":"4b5350","name":"button","parent":"ac9ee1","children":[],"settings":{"text":"Read More","style":"primary","_cssGlobalClasses":["fdhaqp"],"link":{"type":"external","url":"#"}}},{"id":"9c9f30","name":"block","parent":"cf6400","children":["c64697","d3e0e4","947c59"],"settings":{"_cssGlobalClasses":["cmdfgw","mjgiwh"],"_margin":{"right":"0"}},"label":"Slide 2"},{"id":"c64697","name":"heading","parent":"9c9f30","children":[],"settings":{"text":"What documents do I need to sell my property through Estatein?","tag":"h3","_cssGlobalClasses":["ghxpav"]}},{"id":"d3e0e4","name":"text-basic","parent":"9c9f30","children":[],"settings":{"text":"Find out about the necessary documentation for listing your property with us.","_cssGlobalClasses":["sfstmx"]}},{"id":"947c59","name":"button","parent":"9c9f30","children":[],"settings":{"text":"Read More","style":"primary","_cssGlobalClasses":["fdhaqp"],"link":{"type":"external","url":"#"}}},{"id":"94a4ee","name":"block","parent":"cf6400","children":["cd6905","6dd946","4a99a8"],"settings":{"_cssGlobalClasses":["cmdfgw","mjgiwh"],"_margin":{"right":"0"}},"label":"Slide 3"},{"id":"cd6905","name":"heading","parent":"94a4ee","children":[],"settings":{"text":"How can I contact an Estatein agent?\u2028","tag":"h3","_cssGlobalClasses":["ghxpav"]}},{"id":"6dd946","name":"text-basic","parent":"94a4ee","children":[],"settings":{"text":"Learn how to use our user-friendly search tools to find properties that match your criteria.","_cssGlobalClasses":["sfstmx"]}},{"id":"4a99a8","name":"button","parent":"94a4ee","children":[],"settings":{"text":"Read More","style":"primary","_cssGlobalClasses":["fdhaqp"],"link":{"type":"external","url":"#"}}},{"id":"aa6892","name":"block","parent":"cf6400","children":["4eb0c0","c74d6e","d85b89"],"settings":{"_cssGlobalClasses":["cmdfgw","mjgiwh"],"_margin":{"right":"0"}},"label":"Slide 4"},{"id":"4eb0c0","name":"heading","parent":"aa6892","children":[],"settings":{"text":"How do I search for properties on Estatein?","tag":"h3","_cssGlobalClasses":["ghxpav"]}},{"id":"c74d6e","name":"text-basic","parent":"aa6892","children":[],"settings":{"text":"Learn how to use our user-friendly search tools to find properties that match your criteria.","_cssGlobalClasses":["sfstmx"]}},{"id":"d85b89","name":"button","parent":"aa6892","children":[],"settings":{"text":"Read More","style":"primary","_cssGlobalClasses":["fdhaqp"],"link":{"type":"external","url":"#"}}},{"id":"ed0d07","name":"block","parent":"cf6400","children":["746fa6","f63342","049e48"],"settings":{"_cssGlobalClasses":["cmdfgw","mjgiwh"],"_margin":{"right":"0"}},"label":"Slide 5"},{"id":"746fa6","name":"heading","parent":"ed0d07","children":[],"settings":{"text":"How do I search for properties on Estatein?","tag":"h3","_cssGlobalClasses":["ghxpav"]}},{"id":"f63342","name":"text-basic","parent":"ed0d07","children":[],"settings":{"text":"Learn how to use our user-friendly search tools to find properties that match your criteria.","_cssGlobalClasses":["sfstmx"]}},{"id":"049e48","name":"button","parent":"ed0d07","children":[],"settings":{"text":"Read More","style":"primary","_cssGlobalClasses":["fdhaqp"],"link":{"type":"external","url":"#"}}},{"id":"ba4450","name":"block","parent":"cf6400","children":["e7d821","fefee7","075025"],"settings":{"_cssGlobalClasses":["cmdfgw","mjgiwh"],"_margin":{"right":"0"}},"label":"Slide 6"},{"id":"e7d821","name":"heading","parent":"ba4450","children":[],"settings":{"text":"How do I search for properties on Estatein?","tag":"h3","_cssGlobalClasses":["ghxpav"]}},{"id":"fefee7","name":"text-basic","parent":"ba4450","children":[],"settings":{"text":"Learn how to use our user-friendly search tools to find properties that match your criteria.","_cssGlobalClasses":["sfstmx"]}},{"id":"075025","name":"button","parent":"ba4450","children":[],"settings":{"text":"Read More","style":"primary","_cssGlobalClasses":["fdhaqp"],"link":{"type":"external","url":"#"}}},{"id":"8bbcc9","name":"block","parent":"cf6400","children":["90a398","0e45f1","b2bdd0"],"settings":{"_cssGlobalClasses":["cmdfgw","mjgiwh"]},"label":"Slide 7"},{"id":"90a398","name":"heading","parent":"8bbcc9","children":[],"settings":{"text":"What documents do I need to sell my property through Estatein?","tag":"h3","_cssGlobalClasses":["ghxpav"]}},{"id":"0e45f1","name":"text-basic","parent":"8bbcc9","children":[],"settings":{"text":"Find out about the necessary documentation for listing your property with us. jkh h hjkh kjhkjhjk kjhkjhh hkjhkjhkh kjh kjhkjh","_cssGlobalClasses":["sfstmx"]}},{"id":"b2bdd0","name":"button","parent":"8bbcc9","children":[],"settings":{"text":"Read More","style":"primary","_cssGlobalClasses":["fdhaqp"],"link":{"type":"external","url":"#"}}},{"id":"3f80bc","name":"block","parent":"cf6400","children":["1716d9","8b576b","dd9b50"],"settings":{"_cssGlobalClasses":["cmdfgw","mjgiwh"]},"label":"Slide 8"},{"id":"1716d9","name":"heading","parent":"3f80bc","children":[],"settings":{"text":"How can I contact an Estatein agent?\u2028","tag":"h3","_cssGlobalClasses":["ghxpav"]}},{"id":"8b576b","name":"text-basic","parent":"3f80bc","children":[],"settings":{"text":"Discover the different ways you can get in touch with our experienced agents.","_cssGlobalClasses":["sfstmx"]}},{"id":"dd9b50","name":"button","parent":"3f80bc","children":[],"settings":{"text":"Read More","style":"primary","_cssGlobalClasses":["fdhaqp"],"link":{"type":"external","url":"#"}}},{"id":"c4a729","name":"block","parent":"db6dd6","children":["013574","2f8f76"],"settings":{"_cssGlobalClasses":["aewqdj"]},"label":"Mobile btn & Arrow - Fraction"},{"id":"013574","name":"button","parent":"c4a729","children":[],"settings":{"text":"View All FAQ\u2019s","style":"primary","_cssGlobalClasses":["chkyjw","cmqhes"]}},{"id":"2f8f76","name":"div","parent":"c4a729","children":[],"settings":{"_cssGlobalClasses":["cwklbb"]},"label":"custom-fraction"}],"templateType":"section","global_classes":[{"id":"qcvyzw","name":"estatein-default-section","settings":{"_padding":{"top":"100","bottom":"100","left":"8%","right":"8%"},"_padding:tablet_portrait":{"top":"75","bottom":"75","left":"5%","right":"5%"}},"modified":1749740692,"user_id":1},{"id":"wglmeq","name":"estatein-default-container","settings":{"_direction:mobile_landscape":"row","_width":"1596"},"modified":1749711177,"user_id":1},{"id":"mvihif","name":"estatein-h2-whte","settings":{"_typography":{"color":{"hex":"#ffffff"},"font-size":"48","font-weight":"600"},"_typography:mobile_landscape":{"font-size":"28"}},"modified":1748526561,"user_id":1},{"id":"sfstmx","name":"estatein__body-text","settings":{"_typography":{"color":{"hex":"#999999"},"font-size":"clamp(16px, calc(16px + (4 * ((100vw - 1440px) \/ 480))), 18px);"},"_typography:mobile_landscape":{"font-size":"14"},"_typography:tablet_portrait":{"font-size":"16"}}},{"id":"vmxnvi","name":"estatein-global-slider-top-container-block","settings":{"_direction":"row","_justifyContent":"space-between","_alignItems":"center","_rowGap:mobile_landscape":"6","_columnGap:mobile_landscape":"6"},"modified":1749026465,"user_id":1},{"id":"jngcby","name":"estatein-global-slider-top-container-content-block","settings":{"_width":"67%","_width:mobile_landscape":"100%","_rowGap":"14","_rowGap:tablet_portrait":"10","_rowGap:mobile_landscape":"6"},"modified":1749026465,"user_id":1},{"id":"chkyjw","name":"estatein-btn_grey","settings":{"_typography":{"color":{"hex":"#ffffff"},"font-size":"clamp(14px, calc(14px + (4 * ((100vw - 1440px) \/ 480))), 18px);","font-weight":"500"},"_background":{"color":{"hex":"#1a1a1a"}},"_border":{"width":{"top":"1","right":"1","bottom":"1","left":"1"},"style":"solid","color":{"hex":"#262626"},"radius":{"top":"10","right":"10","bottom":"10","left":"10"}},"_padding":{"top":"18","bottom":"18","right":"3.5%","left":"3.5%"},"_gap":"8px","_typography:tablet_portrait":{"font-size":"14"},"_padding:tablet_portrait":{"top":"14","bottom":"14","right":"20","left":"20"},"_background:hover":{"color":{"hex":"#292929"}}},"modified":1749805439,"user_id":1},{"id":"fvbxib","name":"estatein-slider","settings":{"paginationBorder":{"width":{"bottom":"1"},"style":"solid","color":{"hex":"#262626"}},"_border":{"width":{"bottom":"1"},"style":"solid","color":{"hex":"#262626"}},"paginationLeft":"10","_padding":{"bottom":"40"},"paginationBottom":"-40","arrowSize":"30","arrowColor":{"hex":"#ffffff"},"_cssCustom":".estatein-slider .splide__slide {\n min-height: 100% !important;\n}","arrowDisabledBackground":{"hex":"#141414"},"arrowDisabledColor":{"hex":"#808080"},"arrowBackground":{"hex":"#1a1a1a"},"arrowBorder":{"width":{"top":"1","right":"1","bottom":"1","left":"1"},"style":"solid","radius":{"right":"50","top":"50","bottom":"50","left":"50"},"color":{"hex":"#262626"}},"prevArrowBottom":"-88","prevArrowTop":"unset","nextArrowBottom":"-88","prevArrowRight":"67","prevArrowLeft":"unset","nextArrowRight":"0","nextArrowTop":"unset","paginationColor":{"hex":"#999999"},"paginationColorActive":{"hex":"#ffffff"},"prevArrowRight:mobile_landscape":"117","arrowHeight:mobile_landscape":"40","arrowWidth:mobile_landscape":"40","arrowSize:mobile_landscape":"25","nextArrowBottom:mobile_landscape":"-78","prevArrowBottom:mobile_landscape":"-78"},"modified":1749755172,"user_id":1},{"id":"cmdfgw","name":"estatin-slide","settings":{"_border":{"width":{"top":"1","right":"1","left":"1","bottom":"1"},"style":"solid","radius":{"top":"12","right":"12","bottom":"12","left":"12"},"color":{"hex":"#262626"}},"_padding":{"top":"50","right":"50","bottom":"50","left":"50"},"_border:tablet_portrait":{"radius":{"top":"10","right":"10","bottom":"10","left":"10"},"width":{"top":"1","right":"1","bottom":"1","left":"1"},"style":"solid","color":{"hex":"#262626"}},"_flexWrap:mobile_landscape":"wrap","_margin":{"right":"0"},"_padding:tablet_portrait":{"top":"30","right":"20","bottom":"30","left":"20"},"_padding:mobile_landscape":{"top":"30","right":"30","bottom":"30","left":"30"},"_justifyContent":"space-between","_direction:mobile_landscape":"column"},"modified":1749801099,"user_id":1},{"id":"ghxpav","name":"estatein-white-h3","settings":{"_typography":{"color":{"hex":"#ffffff"},"font-size":"font-size: clamp(20px, calc(20px + (4 * ((100vw - 1440px) \/ 480))), 24px);","font-family":"Urbanist"},"_typography:tablet_portrait":{"font-size":"20"},"_typography:mobile_landscape":{"font-size":"18"}},"modified":1748951256,"user_id":1},{"id":"lifbbd","name":"estatein-faq-section","settings":{"_background":{"color":{"hex":"#141414"}},"_rowGap":"80","_rowGap:tablet_portrait":"60","_rowGap:mobile_landscape":"40"}},{"id":"mjgiwh","name":"estatein-faq-slide","settings":{"_columnGap":"30","_rowGap":"30","_alignItems":"flex-start","_margin":{"right":"0"},"_columnGap:mobile_landscape":"20","_rowGap:mobile_landscape":"20","_columnGap:tablet_portrait":"24","_rowGap:tablet_portrait":"24","_flexWrap:mobile_portrait":"nowrap","_direction:mobile_portrait":"column","_flexWrap:mobile_landscape":"nowrap","_direction:mobile_landscape":"column"},"modified":1749112989,"user_id":1},{"id":"fdhaqp","name":"estatein-faq-button","settings":{"_gap":"10px","_padding":{"top":"14","left":"20","right":"20","bottom":"14"},"_border":{"width":{"top":"1","right":"1","bottom":"1","left":"1"},"style":"solid","color":{"hex":"#262626"},"radius":{"top":"8","right":"8","bottom":"8","left":"8"}},"_background":{"color":{"hex":"#1a1a1a"}},"_typography":{"color":{"hex":"#ffffff"},"font-size":"clamp(14px, calc(14px + (4 * ((100vw - 1440px) \/ 480))), 18px);"},"_typography:mobile_landscape":{"font-size":"14"},"_widthMin:mobile_landscape":"100%","_width:mobile_landscape":"100%"}},{"id":"iccsum","name":"estatein-faq-slider","settings":[],"modified":1749215495,"user_id":1},{"id":"cwklbb","name":"custom-fraction","settings":{"_typography:mobile_landscape":{"font-size":"14"},"_margin:mobile_landscape":{"top":"23","right":"48"},"_margin":{"top":"10"},"_typography":{"color":{"hex":"#999999"},"font-size":"18"},"_typography:tablet_portrait":{"font-size":"16"}}},{"id":"dznvwl","name":"estatein-slider_container","settings":{"_justifyContent:mobile_landscape":"flex-end"}},{"id":"aewqdj","name":"estatein_mobile-and-fraction","settings":{"_direction":"row","_justifyContent":"space-between"}},{"id":"cmqhes","name":"estatein_mobile-slider-viewall","settings":{"_display":"none","_display:mobile_landscape":"block","_margin:mobile_landscape":{"top":"18"}}}]}
Download JSON

Estatein Kit – Testimonial Slider
Slider featuring custom fraction-style pagination (Needed Estatein — Fraction Pagination JS Code)
View now
Copy now
{"id":1519,"name":"estatein-testimonial-slider-section","title":"Estatein - Testimonial slider Section","date":"2025-06-13 18:25:59","date_formatted":"June 13, 2025","author":{"name":"AK_Developer_25","avatar":"https:\/\/secure.gravatar.com\/avatar\/4895fa216fc2f1ee16e6575899e50eb2388264a879a9791a3ad02c7bed840715?s=60&d=mm&r=g","url":"https:\/\/gallopbiz.in\/ak-dev"},"permalink":"https:\/\/gallopbiz.in\/ak-dev\/template\/estatein-testimonial-slider-section\/","thumbnail":null,"bundles":[],"tags":[],"type":"section","content":[{"id":"6ad87e","name":"section","parent":0,"children":["fff6b9","bca744"],"settings":{"_cssGlobalClasses":["qcvyzw","ymdxew"]},"label":"Testimonial slider Section"},{"id":"fff6b9","name":"container","parent":"6ad87e","children":["52f196","354f64"],"settings":{"_cssGlobalClasses":["wglmeq"]}},{"id":"52f196","name":"svg","parent":"fff6b9","children":[],"settings":{"file":{"id":1018,"filename":"Abstract-Design.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/05\/Abstract-Design.svg"}}},{"id":"354f64","name":"block","parent":"fff6b9","children":["b29886","f0862d"],"settings":{"_cssGlobalClasses":["vmxnvi"]}},{"id":"b29886","name":"block","parent":"354f64","children":["8ca1a7","e4575f"],"settings":{"_cssGlobalClasses":["jngcby"]}},{"id":"8ca1a7","name":"heading","parent":"b29886","children":[],"settings":{"text":"What Our Clients Say","tag":"h2","_cssGlobalClasses":["mvihif"]}},{"id":"e4575f","name":"text-basic","parent":"b29886","children":[],"settings":{"text":"Find answers to common questions about Estatein's services, property listings, and the real estate process. We're here to provide clarity and assist you every step of the way.","_cssGlobalClasses":["sfstmx"]}},{"id":"f0862d","name":"button","parent":"354f64","children":[],"settings":{"text":"View All Testimonials","style":"primary","_cssGlobalClasses":["chkyjw"],"link":{"type":"external","url":"#"},"_display:mobile_landscape":"none"}},{"id":"bca744","name":"container","parent":"6ad87e","children":["7016ae","42423d"],"settings":{"_cssGlobalClasses":["wglmeq"]}},{"id":"7016ae","name":"slider-nested","parent":"bca744","children":["d8800f","dccc1f","dbe43f","7bfbae"],"settings":{"_cssGlobalClasses":["fvbxib","ixdrqj"],"type":"slide","autoplay":true,"gap":"30","perPage":"3","perMove":"3","perPage:mobile_landscape":"1","perMove:mobile_landscape":"1","height:mobile_landscape":"100%","height":"max-content","arrows":true,"prevArrow":{"library":"ionicons","icon":"ion-ios-arrow-round-back"},"nextArrow":{"library":"ionicons","icon":"ion-ios-arrow-round-forward"},"autoHeight":true},"themeStyles":[]},{"id":"d8800f","name":"block","parent":"7016ae","children":["f20cef","f31188"],"settings":{"_cssGlobalClasses":["cmdfgw","ulbace"],"_padding":{"top":"50","bottom":"50"}},"label":"Slide 1"},{"id":"f20cef","name":"block","parent":"d8800f","children":["55897c","515109","8d7d7e"],"settings":{"_cssGlobalClasses":["otgiow"]}},{"id":"55897c","name":"block","parent":"f20cef","children":["bb3701","9de779","5dd8f3","d07f43","3c53f5"],"settings":{"_cssGlobalClasses":["nagexe"]}},{"id":"bb3701","name":"svg","parent":"55897c","children":[],"settings":{"file":{"id":1027,"filename":"Sub-Container.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/05\/Sub-Container.svg"},"_cssGlobalClasses":["nyweuh"]}},{"id":"9de779","name":"svg","parent":"55897c","children":[],"settings":{"file":{"id":1027,"filename":"Sub-Container.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/05\/Sub-Container.svg"},"_cssGlobalClasses":["nyweuh"]}},{"id":"5dd8f3","name":"svg","parent":"55897c","children":[],"settings":{"file":{"id":1027,"filename":"Sub-Container.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/05\/Sub-Container.svg"},"_cssGlobalClasses":["nyweuh"]}},{"id":"d07f43","name":"svg","parent":"55897c","children":[],"settings":{"file":{"id":1027,"filename":"Sub-Container.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/05\/Sub-Container.svg"},"_cssGlobalClasses":["nyweuh"]}},{"id":"3c53f5","name":"svg","parent":"55897c","children":[],"settings":{"file":{"id":1027,"filename":"Sub-Container.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/05\/Sub-Container.svg"},"_cssGlobalClasses":["nyweuh"]}},{"id":"515109","name":"heading","parent":"f20cef","children":[],"settings":{"text":"Exceptional Service!","tag":"h3","_cssGlobalClasses":["ghxpav"]}},{"id":"8d7d7e","name":"text-basic","parent":"f20cef","children":[],"settings":{"text":"Our experience with Estatein was outstanding. Their team's dedication and professionalism made finding our dream home a breeze. Highly recommended!","_cssGlobalClasses":["zmjwzu","sfstmx"]}},{"id":"f31188","name":"block","parent":"d8800f","children":["8974f9","db247d"],"settings":{"_cssGlobalClasses":["ghylxs"]}},{"id":"8974f9","name":"image","parent":"f31188","children":[],"settings":{"image":{"id":1035,"filename":"1dda9e286768bcc08f8c496bce3bb27566805e08.webp","size":"full","full":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/05\/1dda9e286768bcc08f8c496bce3bb27566805e08.webp","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/05\/1dda9e286768bcc08f8c496bce3bb27566805e08.webp"},"_cssGlobalClasses":["dexfdk"]}},{"id":"db247d","name":"div","parent":"f31188","children":["cddf28","aae77d"],"settings":[]},{"id":"cddf28","name":"heading","parent":"db247d","children":[],"settings":{"text":"Wade Warren","_cssGlobalClasses":["zeigaj"],"tag":"custom","customTag":"span"}},{"id":"aae77d","name":"text-basic","parent":"db247d","children":[],"settings":{"text":"USA, California","_cssGlobalClasses":["sfstmx"]}},{"id":"dccc1f","name":"block","parent":"7016ae","children":["783df8","84bfb4"],"settings":{"_cssGlobalClasses":["cmdfgw","ulbace"],"_padding":{"top":"50","bottom":"50"}},"label":"Slide 2"},{"id":"783df8","name":"block","parent":"dccc1f","children":["e6dc02","909763","3d002c"],"settings":{"_cssGlobalClasses":["otgiow"]}},{"id":"e6dc02","name":"block","parent":"783df8","children":["4773c7","a71538","1c7e8b","b745ca","916b23"],"settings":{"_cssGlobalClasses":["nagexe"]}},{"id":"4773c7","name":"svg","parent":"e6dc02","children":[],"settings":{"file":{"id":1027,"filename":"Sub-Container.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/05\/Sub-Container.svg"},"_cssGlobalClasses":["nyweuh"]}},{"id":"a71538","name":"svg","parent":"e6dc02","children":[],"settings":{"file":{"id":1027,"filename":"Sub-Container.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/05\/Sub-Container.svg"},"_cssGlobalClasses":["nyweuh"]}},{"id":"1c7e8b","name":"svg","parent":"e6dc02","children":[],"settings":{"file":{"id":1027,"filename":"Sub-Container.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/05\/Sub-Container.svg"},"_cssGlobalClasses":["nyweuh"]}},{"id":"b745ca","name":"svg","parent":"e6dc02","children":[],"settings":{"file":{"id":1027,"filename":"Sub-Container.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/05\/Sub-Container.svg"},"_cssGlobalClasses":["nyweuh"]}},{"id":"916b23","name":"svg","parent":"e6dc02","children":[],"settings":{"file":{"id":1027,"filename":"Sub-Container.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/05\/Sub-Container.svg"},"_cssGlobalClasses":["nyweuh"]}},{"id":"909763","name":"heading","parent":"783df8","children":[],"settings":{"text":"Efficient and Reliable","tag":"h3","_cssGlobalClasses":["ghxpav"]}},{"id":"3d002c","name":"text-basic","parent":"783df8","children":[],"settings":{"text":"Estatein provided us with top-notch service. They helped us sell our property quickly and at a great price. We couldn't be happier with the results.\u2028","_cssGlobalClasses":["zmjwzu","sfstmx"]}},{"id":"84bfb4","name":"block","parent":"dccc1f","children":["b2064e","faf599"],"settings":{"_cssGlobalClasses":["ghylxs"]}},{"id":"b2064e","name":"image","parent":"84bfb4","children":[],"settings":{"image":{"id":1485,"filename":"Profile.png","size":"full","full":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/06\/Profile.png","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/06\/Profile.png"},"_cssGlobalClasses":["dexfdk"]}},{"id":"faf599","name":"div","parent":"84bfb4","children":["a1ccb6","b501c0"],"settings":[]},{"id":"a1ccb6","name":"heading","parent":"faf599","children":[],"settings":{"text":"Emelie Thomson","_cssGlobalClasses":["zeigaj"],"tag":"custom","customTag":"span"}},{"id":"b501c0","name":"text-basic","parent":"faf599","children":[],"settings":{"text":"USA, Florida","_cssGlobalClasses":["sfstmx"]}},{"id":"dbe43f","name":"block","parent":"7016ae","children":["b74619","ece562"],"settings":{"_cssGlobalClasses":["cmdfgw","ulbace"],"_padding":{"top":"50","bottom":"50"}},"label":"Slide 3"},{"id":"b74619","name":"block","parent":"dbe43f","children":["9bbebe","c13c8b","bbd4b2"],"settings":{"_cssGlobalClasses":["otgiow"]}},{"id":"9bbebe","name":"block","parent":"b74619","children":["19f53b","f142ec","3d0129","3134de","8deea0"],"settings":{"_cssGlobalClasses":["nagexe"]}},{"id":"19f53b","name":"svg","parent":"9bbebe","children":[],"settings":{"file":{"id":1027,"filename":"Sub-Container.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/05\/Sub-Container.svg"},"_cssGlobalClasses":["nyweuh"]}},{"id":"f142ec","name":"svg","parent":"9bbebe","children":[],"settings":{"file":{"id":1027,"filename":"Sub-Container.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/05\/Sub-Container.svg"},"_cssGlobalClasses":["nyweuh"]}},{"id":"3d0129","name":"svg","parent":"9bbebe","children":[],"settings":{"file":{"id":1027,"filename":"Sub-Container.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/05\/Sub-Container.svg"},"_cssGlobalClasses":["nyweuh"]}},{"id":"3134de","name":"svg","parent":"9bbebe","children":[],"settings":{"file":{"id":1027,"filename":"Sub-Container.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/05\/Sub-Container.svg"},"_cssGlobalClasses":["nyweuh"]}},{"id":"8deea0","name":"svg","parent":"9bbebe","children":[],"settings":{"file":{"id":1027,"filename":"Sub-Container.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/05\/Sub-Container.svg"},"_cssGlobalClasses":["nyweuh"]}},{"id":"c13c8b","name":"heading","parent":"b74619","children":[],"settings":{"text":"Trusted Advisors","tag":"h3","_cssGlobalClasses":["ghxpav"]}},{"id":"bbd4b2","name":"text-basic","parent":"b74619","children":[],"settings":{"text":"Estatein provided us with top-notch service. They helped us sell our property quickly and at a great price. We couldn't be happier with the results.\u2028","_cssGlobalClasses":["zmjwzu","sfstmx"]}},{"id":"ece562","name":"block","parent":"dbe43f","children":["ce8b0e","00ba0c"],"settings":{"_cssGlobalClasses":["ghylxs"]}},{"id":"ce8b0e","name":"image","parent":"ece562","children":[],"settings":{"image":{"id":1496,"filename":"Profile-1.png","size":"full","full":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/06\/Profile-1.png","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/06\/Profile-1.png"},"_cssGlobalClasses":["dexfdk"]}},{"id":"00ba0c","name":"div","parent":"ece562","children":["9a81a1","feeeb5"],"settings":[]},{"id":"9a81a1","name":"heading","parent":"00ba0c","children":[],"settings":{"text":"John Mans","_cssGlobalClasses":["zeigaj"],"tag":"custom","customTag":"span"}},{"id":"feeeb5","name":"text-basic","parent":"00ba0c","children":[],"settings":{"text":"USA, Nevada","_cssGlobalClasses":["sfstmx"]}},{"id":"7bfbae","name":"block","parent":"7016ae","children":["f7e420","d3af7d"],"settings":{"_cssGlobalClasses":["cmdfgw","ulbace"],"_padding":{"top":"50","bottom":"50"}},"label":"Slide 4"},{"id":"f7e420","name":"block","parent":"7bfbae","children":["ffa5d3","3904cd","509071"],"settings":{"_cssGlobalClasses":["otgiow"]}},{"id":"ffa5d3","name":"block","parent":"f7e420","children":["e4008a","0189e1","bdd500","6560bb","866606"],"settings":{"_cssGlobalClasses":["nagexe"]}},{"id":"e4008a","name":"svg","parent":"ffa5d3","children":[],"settings":{"file":{"id":1027,"filename":"Sub-Container.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/05\/Sub-Container.svg"},"_cssGlobalClasses":["nyweuh"]}},{"id":"0189e1","name":"svg","parent":"ffa5d3","children":[],"settings":{"file":{"id":1027,"filename":"Sub-Container.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/05\/Sub-Container.svg"},"_cssGlobalClasses":["nyweuh"]}},{"id":"bdd500","name":"svg","parent":"ffa5d3","children":[],"settings":{"file":{"id":1027,"filename":"Sub-Container.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/05\/Sub-Container.svg"},"_cssGlobalClasses":["nyweuh"]}},{"id":"6560bb","name":"svg","parent":"ffa5d3","children":[],"settings":{"file":{"id":1027,"filename":"Sub-Container.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/05\/Sub-Container.svg"},"_cssGlobalClasses":["nyweuh"]}},{"id":"866606","name":"svg","parent":"ffa5d3","children":[],"settings":{"file":{"id":1027,"filename":"Sub-Container.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/05\/Sub-Container.svg"},"_cssGlobalClasses":["nyweuh"]}},{"id":"3904cd","name":"heading","parent":"f7e420","children":[],"settings":{"text":"Trusted Advisors","tag":"h3","_cssGlobalClasses":["ghxpav"]}},{"id":"509071","name":"text-basic","parent":"f7e420","children":[],"settings":{"text":"Our experience with Estatein was outstanding. Th","_cssGlobalClasses":["zmjwzu","sfstmx"]}},{"id":"d3af7d","name":"block","parent":"7bfbae","children":["a949a9","b94338"],"settings":{"_cssGlobalClasses":["ghylxs"]}},{"id":"a949a9","name":"image","parent":"d3af7d","children":[],"settings":{"image":{"id":1035,"filename":"1dda9e286768bcc08f8c496bce3bb27566805e08.webp","size":"full","full":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/05\/1dda9e286768bcc08f8c496bce3bb27566805e08.webp","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/05\/1dda9e286768bcc08f8c496bce3bb27566805e08.webp"},"_cssGlobalClasses":["dexfdk"]}},{"id":"b94338","name":"div","parent":"d3af7d","children":["0da59d","eead9f"],"settings":[]},{"id":"0da59d","name":"heading","parent":"b94338","children":[],"settings":{"text":"I am a heading","_cssGlobalClasses":["zeigaj"],"tag":"custom","customTag":"span"}},{"id":"eead9f","name":"text-basic","parent":"b94338","children":[],"settings":{"text":"USA, California","_cssGlobalClasses":["sfstmx"]}},{"id":"42423d","name":"block","parent":"bca744","children":["5804f3","959994"],"settings":{"_cssGlobalClasses":["aewqdj"]},"label":"Mobile btn & Arrow - Fraction"},{"id":"5804f3","name":"button","parent":"42423d","children":[],"settings":{"text":"View All FAQ\u2019s","style":"primary","_cssGlobalClasses":["chkyjw","cmqhes"]}},{"id":"959994","name":"div","parent":"42423d","children":[],"settings":{"_cssGlobalClasses":["cwklbb"]},"label":"custom-fraction"}],"templateType":"section","global_classes":[{"id":"qcvyzw","name":"estatein-default-section","settings":{"_padding":{"top":"100","bottom":"100","left":"8%","right":"8%"},"_padding:tablet_portrait":{"top":"75","bottom":"75","left":"5%","right":"5%"}},"modified":1749740692,"user_id":1},{"id":"wglmeq","name":"estatein-default-container","settings":{"_direction:mobile_landscape":"row","_width":"1596"},"modified":1749711177,"user_id":1},{"id":"mvihif","name":"estatein-h2-whte","settings":{"_typography":{"color":{"hex":"#ffffff"},"font-size":"48","font-weight":"600"},"_typography:mobile_landscape":{"font-size":"28"}},"modified":1748526561,"user_id":1},{"id":"sfstmx","name":"estatein__body-text","settings":{"_typography":{"color":{"hex":"#999999"},"font-size":"clamp(16px, calc(16px + (4 * ((100vw - 1440px) \/ 480))), 18px);"},"_typography:mobile_landscape":{"font-size":"14"},"_typography:tablet_portrait":{"font-size":"16"}}},{"id":"ymdxew","name":"estatein-testimonial-section","settings":{"_background":{"color":{"hex":"#141414"}},"_rowGap":"80","_rowGap:mobile_landscape":"40","_rowGap:tablet_portrait":"60"}},{"id":"vmxnvi","name":"estatein-global-slider-top-container-block","settings":{"_direction":"row","_justifyContent":"space-between","_alignItems":"center","_rowGap:mobile_landscape":"6","_columnGap:mobile_landscape":"6"},"modified":1749026465,"user_id":1},{"id":"jngcby","name":"estatein-global-slider-top-container-content-block","settings":{"_width":"67%","_width:mobile_landscape":"100%","_rowGap":"14","_rowGap:tablet_portrait":"10","_rowGap:mobile_landscape":"6"},"modified":1749026465,"user_id":1},{"id":"chkyjw","name":"estatein-btn_grey","settings":{"_typography":{"color":{"hex":"#ffffff"},"font-size":"clamp(14px, calc(14px + (4 * ((100vw - 1440px) \/ 480))), 18px);","font-weight":"500"},"_background":{"color":{"hex":"#1a1a1a"}},"_border":{"width":{"top":"1","right":"1","bottom":"1","left":"1"},"style":"solid","color":{"hex":"#262626"},"radius":{"top":"10","right":"10","bottom":"10","left":"10"}},"_padding":{"top":"18","bottom":"18","right":"3.5%","left":"3.5%"},"_gap":"8px","_typography:tablet_portrait":{"font-size":"14"},"_padding:tablet_portrait":{"top":"14","bottom":"14","right":"20","left":"20"},"_background:hover":{"color":{"hex":"#292929"}}},"modified":1749805439,"user_id":1},{"id":"fvbxib","name":"estatein-slider","settings":{"paginationBorder":{"width":{"bottom":"1"},"style":"solid","color":{"hex":"#262626"}},"_border":{"width":{"bottom":"1"},"style":"solid","color":{"hex":"#262626"}},"paginationLeft":"10","_padding":{"bottom":"40"},"paginationBottom":"-40","arrowSize":"30","arrowColor":{"hex":"#ffffff"},"_cssCustom":".estatein-slider .splide__slide {\n min-height: 100% !important;\n}","arrowDisabledBackground":{"hex":"#141414"},"arrowDisabledColor":{"hex":"#808080"},"arrowBackground":{"hex":"#1a1a1a"},"arrowBorder":{"width":{"top":"1","right":"1","bottom":"1","left":"1"},"style":"solid","radius":{"right":"50","top":"50","bottom":"50","left":"50"},"color":{"hex":"#262626"}},"prevArrowBottom":"-88","prevArrowTop":"unset","nextArrowBottom":"-88","prevArrowRight":"67","prevArrowLeft":"unset","nextArrowRight":"0","nextArrowTop":"unset","paginationColor":{"hex":"#999999"},"paginationColorActive":{"hex":"#ffffff"},"prevArrowRight:mobile_landscape":"117","arrowHeight:mobile_landscape":"40","arrowWidth:mobile_landscape":"40","arrowSize:mobile_landscape":"25","nextArrowBottom:mobile_landscape":"-78","prevArrowBottom:mobile_landscape":"-78"},"modified":1749755172,"user_id":1},{"id":"cmdfgw","name":"estatin-slide","settings":{"_border":{"width":{"top":"1","right":"1","left":"1","bottom":"1"},"style":"solid","radius":{"top":"12","right":"12","bottom":"12","left":"12"},"color":{"hex":"#262626"}},"_padding":{"top":"50","right":"50","bottom":"50","left":"50"},"_border:tablet_portrait":{"radius":{"top":"10","right":"10","bottom":"10","left":"10"},"width":{"top":"1","right":"1","bottom":"1","left":"1"},"style":"solid","color":{"hex":"#262626"}},"_flexWrap:mobile_landscape":"wrap","_margin":{"right":"0"},"_padding:tablet_portrait":{"top":"30","right":"20","bottom":"30","left":"20"},"_padding:mobile_landscape":{"top":"30","right":"30","bottom":"30","left":"30"},"_justifyContent":"space-between","_direction:mobile_landscape":"column"},"modified":1749801099,"user_id":1},{"id":"ulbace","name":"estatein-testimonial-slide","settings":{"_rowGap":"40","_rowGap:tablet_portrait":"30","_direction:mobile_portrait":"column","_direction:mobile_landscape":"column","_margin":{"right":"0"},"_padding:tablet_portrait":{"left":"20","top":"30","right":"20","bottom":"30"},"_justifyContent":"space-between","_flexWrap:mobile_landscape":"nowrap"}},{"id":"nyweuh","name":"estatein-testimonial-rating-star","settings":{"width":"44","width:tablet_portrait":"38","width:mobile_landscape":"30"}},{"id":"nagexe","name":"estatein-testimonial-rating-star_block","settings":{"_direction":"row","_rowGap":"10","_columnGap":"10","_margin":{"bottom":"20"}}},{"id":"otgiow","name":"estatein-testimonial-content-block","settings":{"_rowGap":"14","_rowGap:tablet_portrait":"10","_rowGap:mobile_landscape":"6","_direction:mobile_landscape":"column","_direction:mobile_portrait":"column"},"modified":1749801099,"user_id":1},{"id":"ghylxs","name":"estatein-testimonial-author-block","settings":{"_direction":"row","_columnGap":"10","_rowGap":"10","_direction:mobile_landscape":"column"}},{"id":"zeigaj","name":"estatein-testimonial__author-name","settings":{"_typography":{"color":{"hex":"#ffffff"},"font-size":"16","font-weight":"500"}},"modified":1749730987,"user_id":1},{"id":"dexfdk","name":"estatein-testimonial-author-image","settings":{"_border":{"radius":{"top":"100%","right":"100%","bottom":"100%","left":"100%"}},"_width":"50"}},{"id":"ghxpav","name":"estatein-white-h3","settings":{"_typography":{"color":{"hex":"#ffffff"},"font-size":"font-size: clamp(20px, calc(20px + (4 * ((100vw - 1440px) \/ 480))), 24px);","font-family":"Urbanist"},"_typography:tablet_portrait":{"font-size":"20"},"_typography:mobile_landscape":{"font-size":"18"}},"modified":1748951256,"user_id":1},{"id":"ixdrqj","name":"estatein-testimonial-slider","settings":[]},{"id":"zmjwzu","name":"estatein_text-white","settings":{"_typography":{"color":{"hex":"#ffffff"}}}},{"id":"cwklbb","name":"custom-fraction","settings":{"_typography:mobile_landscape":{"font-size":"14"},"_margin:mobile_landscape":{"top":"23","right":"48"},"_margin":{"top":"10"},"_typography":{"color":{"hex":"#999999"},"font-size":"18"},"_typography:tablet_portrait":{"font-size":"16"}}},{"id":"aewqdj","name":"estatein_mobile-and-fraction","settings":{"_direction":"row","_justifyContent":"space-between"}},{"id":"cmqhes","name":"estatein_mobile-slider-viewall","settings":{"_display":"none","_display:mobile_landscape":"block","_margin:mobile_landscape":{"top":"18"}}}]}
Download JSON

Estatein kit – Featured Slider
Slider featuring custom fraction-style pagination
View now
Copy now
{"id":1516,"name":"estatein-featured-property-slider-2","title":"Estatein - Featured Property Slider","date":"2025-06-13 18:24:25","date_formatted":"June 13, 2025","author":{"name":"AK_Developer_25","avatar":"https:\/\/secure.gravatar.com\/avatar\/4895fa216fc2f1ee16e6575899e50eb2388264a879a9791a3ad02c7bed840715?s=60&d=mm&r=g","url":"https:\/\/gallopbiz.in\/ak-dev"},"permalink":"https:\/\/gallopbiz.in\/ak-dev\/template\/estatein-featured-property-slider-2\/","thumbnail":null,"bundles":[],"tags":[],"type":"section","content":[{"id":"2c5bf2","name":"section","parent":0,"children":["fb3710","acf01c"],"settings":{"_cssGlobalClasses":["qcvyzw","nwvict"]},"label":"Featured Property Slider"},{"id":"fb3710","name":"container","parent":"2c5bf2","children":["173c55","a68254"],"settings":{"_cssGlobalClasses":["wglmeq"]}},{"id":"173c55","name":"svg","parent":"fb3710","children":[],"settings":{"file":{"id":1018,"filename":"Abstract-Design.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/05\/Abstract-Design.svg"}}},{"id":"a68254","name":"block","parent":"fb3710","children":["7b4b54","5dbbd5"],"settings":{"_cssGlobalClasses":["vmxnvi"]}},{"id":"7b4b54","name":"block","parent":"a68254","children":["33130a","769656"],"settings":{"_cssGlobalClasses":["jngcby"]}},{"id":"33130a","name":"heading","parent":"7b4b54","children":[],"settings":{"text":"Featured Properties","tag":"h2","_cssGlobalClasses":["mvihif"]}},{"id":"769656","name":"text-basic","parent":"7b4b54","children":[],"settings":{"text":"Explore our handpicked selection of featured properties. Each listing offers a glimpse into exceptional homes and investments available through Estatein. Click \"View Details\" for more information.","_cssGlobalClasses":["sfstmx"]}},{"id":"5dbbd5","name":"button","parent":"a68254","children":[],"settings":{"text":"View All Properties","style":"primary","_cssGlobalClasses":["chkyjw"],"link":{"type":"external","url":"#"},"_display:mobile_landscape":"none"}},{"id":"acf01c","name":"container","parent":"2c5bf2","children":["433554","2256cf"],"settings":{"_cssGlobalClasses":["wglmeq"]}},{"id":"433554","name":"slider-nested","parent":"acf01c","children":["ec17a8","418474","747ff6","afa6dc"],"settings":{"_cssGlobalClasses":["fvbxib","xdunts"],"autoplay":true,"perPage:mobile_landscape":"1","perMove:mobile_landscape":"1","type":"slide","height":"content-max","gap":"30","perPage":"3","perMove":"3","gap:tablet_portrait":"20","autoHeight":true,"arrows":true,"prevArrow":{"library":"ionicons","icon":"ion-ios-arrow-round-back"},"nextArrow":{"library":"ionicons","icon":"ion-ios-arrow-round-forward"}},"themeStyles":[]},{"id":"ec17a8","name":"block","parent":"433554","children":["4d0100","6cce94"],"settings":{"_cssGlobalClasses":["cmdfgw","dgplxe"]},"label":"Slide 1"},{"id":"4d0100","name":"block","parent":"ec17a8","children":["1d1c5e","5aaad1","d89df9"],"settings":{"_cssGlobalClasses":["riqpoh"]},"label":"inner"},{"id":"1d1c5e","name":"image","parent":"4d0100","children":[],"settings":{"image":{"id":1052,"filename":"597f545bcb329f29999c8c335bec608731f34db8.webp","size":"large","full":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/06\/597f545bcb329f29999c8c335bec608731f34db8.webp","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/06\/597f545bcb329f29999c8c335bec608731f34db8-1024x682.webp"},"_cssGlobalClasses":["utwoqp"]}},{"id":"5aaad1","name":"block","parent":"4d0100","children":["cc013d","946fa0"],"settings":{"_cssGlobalClasses":["zhkppw"]}},{"id":"cc013d","name":"heading","parent":"5aaad1","children":[],"settings":{"text":"Seaside Serenity Villa","_cssGlobalClasses":["ghxpav"]}},{"id":"946fa0","name":"text-basic","parent":"5aaad1","children":[],"settings":{"text":"A stunning 4-bedroom, 3-bathroom villa in a peaceful suburban neighborhood... Read More","_cssGlobalClasses":["oyvveg","sfstmx"]}},{"id":"d89df9","name":"block","parent":"4d0100","children":["33b5ca","941a61","2f7d20"],"settings":{"_cssGlobalClasses":["avcifa"]}},{"id":"33b5ca","name":"div","parent":"d89df9","children":["dd3384","cbe333"],"settings":{"_cssGlobalClasses":["gljkwb"],"_rowGap:mobile_landscape":"4","_columnGap:mobile_landscape":"4"}},{"id":"dd3384","name":"svg","parent":"33b5ca","children":[],"settings":{"file":{"id":1067,"filename":"Icon-1.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/06\/Icon-1.svg"},"_cssGlobalClasses":["sorsjf"]},"themeStyles":[]},{"id":"cbe333","name":"text-basic","parent":"33b5ca","children":[],"settings":{"text":"4-Bedroom","_cssGlobalClasses":["aaulni"]}},{"id":"941a61","name":"div","parent":"d89df9","children":["63fc99","9abaa8"],"settings":{"_cssGlobalClasses":["gljkwb"],"_rowGap:mobile_landscape":"4","_columnGap:mobile_landscape":"4"}},{"id":"63fc99","name":"svg","parent":"941a61","children":[],"settings":{"file":{"id":1068,"filename":"Icon-2.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/06\/Icon-2.svg"},"_cssGlobalClasses":["sorsjf"]},"themeStyles":[]},{"id":"9abaa8","name":"text-basic","parent":"941a61","children":[],"settings":{"text":"3-Bathroom","_cssGlobalClasses":["aaulni"]}},{"id":"2f7d20","name":"div","parent":"d89df9","children":["89f395","7edb7b"],"settings":{"_cssGlobalClasses":["gljkwb"],"_rowGap:mobile_landscape":"4","_columnGap:mobile_landscape":"4"}},{"id":"89f395","name":"svg","parent":"2f7d20","children":[],"settings":{"file":{"id":1069,"filename":"Icon-3.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/06\/Icon-3.svg"},"_cssGlobalClasses":["sorsjf"]},"themeStyles":[]},{"id":"7edb7b","name":"text-basic","parent":"2f7d20","children":[],"settings":{"text":"Villa","_cssGlobalClasses":["aaulni"]}},{"id":"6cce94","name":"block","parent":"ec17a8","children":["ed134c","f66d07"],"settings":{"_cssGlobalClasses":["lygrmk"]}},{"id":"ed134c","name":"div","parent":"6cce94","children":["1e2718","d396f6"],"settings":{"_cssGlobalClasses":["xaftrm"]}},{"id":"1e2718","name":"heading","parent":"ed134c","children":[],"settings":{"text":"Price","tag":"h5","_cssGlobalClasses":["dlmwwq"]}},{"id":"d396f6","name":"text-basic","parent":"ed134c","children":[],"settings":{"text":"$550,000","_cssGlobalClasses":["javqkb"]}},{"id":"f66d07","name":"button","parent":"6cce94","children":[],"settings":{"text":"View Property Details","_cssGlobalClasses":["xggucw"],"_width:mobile_portrait":"100%"}},{"id":"418474","name":"block","parent":"433554","children":["237b9c","61cdc6"],"settings":{"_cssGlobalClasses":["cmdfgw","dgplxe"]},"label":"Slide 1"},{"id":"237b9c","name":"block","parent":"418474","children":["b2e09b","fe8e75","35986b"],"settings":{"_cssGlobalClasses":["riqpoh"]},"label":"inner"},{"id":"b2e09b","name":"image","parent":"237b9c","children":[],"settings":{"image":{"id":1052,"filename":"597f545bcb329f29999c8c335bec608731f34db8.webp","size":"large","full":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/06\/597f545bcb329f29999c8c335bec608731f34db8.webp","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/06\/597f545bcb329f29999c8c335bec608731f34db8-1024x682.webp"},"_cssGlobalClasses":["utwoqp"]},"themeStyles":[]},{"id":"fe8e75","name":"block","parent":"237b9c","children":["0b1fb1","439e9e"],"settings":{"_cssGlobalClasses":["zhkppw"]}},{"id":"0b1fb1","name":"heading","parent":"fe8e75","children":[],"settings":{"text":"Seaside Serenity Villa","_cssGlobalClasses":["ghxpav"]}},{"id":"439e9e","name":"text-basic","parent":"fe8e75","children":[],"settings":{"text":"A stunning 4-bedroom, 3-bathroom villa in a peaceful suburban neighborhood...Read More","_cssGlobalClasses":["oyvveg","sfstmx"]}},{"id":"35986b","name":"block","parent":"237b9c","children":["21e978","932a99","b1804c"],"settings":{"_cssGlobalClasses":["avcifa"]}},{"id":"21e978","name":"div","parent":"35986b","children":["dbcc1a","0634a3"],"settings":{"_cssGlobalClasses":["gljkwb"],"_rowGap:mobile_landscape":"4","_columnGap:mobile_landscape":"4"}},{"id":"dbcc1a","name":"svg","parent":"21e978","children":[],"settings":{"file":{"id":1067,"filename":"Icon-1.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/06\/Icon-1.svg"},"_cssGlobalClasses":["sorsjf"]},"themeStyles":[]},{"id":"0634a3","name":"text-basic","parent":"21e978","children":[],"settings":{"text":"4-Bedroom","_cssGlobalClasses":["aaulni"]}},{"id":"932a99","name":"div","parent":"35986b","children":["c324f5","999068"],"settings":{"_cssGlobalClasses":["gljkwb"],"_rowGap:mobile_landscape":"4","_columnGap:mobile_landscape":"4"}},{"id":"c324f5","name":"svg","parent":"932a99","children":[],"settings":{"file":{"id":1068,"filename":"Icon-2.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/06\/Icon-2.svg"},"_cssGlobalClasses":["sorsjf"]},"themeStyles":[]},{"id":"999068","name":"text-basic","parent":"932a99","children":[],"settings":{"text":"3-Bathroom","_cssGlobalClasses":["aaulni"]}},{"id":"b1804c","name":"div","parent":"35986b","children":["26a475","a6e335"],"settings":{"_cssGlobalClasses":["gljkwb"],"_rowGap:mobile_landscape":"4","_columnGap:mobile_landscape":"4"}},{"id":"26a475","name":"svg","parent":"b1804c","children":[],"settings":{"file":{"id":1069,"filename":"Icon-3.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/06\/Icon-3.svg"},"_cssGlobalClasses":["sorsjf"]},"themeStyles":[]},{"id":"a6e335","name":"text-basic","parent":"b1804c","children":[],"settings":{"text":"Villa","_cssGlobalClasses":["aaulni"]}},{"id":"61cdc6","name":"block","parent":"418474","children":["4d22df","632807"],"settings":{"_cssGlobalClasses":["lygrmk"]}},{"id":"4d22df","name":"div","parent":"61cdc6","children":["99317e","3625fd"],"settings":{"_cssGlobalClasses":["xaftrm"]}},{"id":"99317e","name":"heading","parent":"4d22df","children":[],"settings":{"text":"Price","tag":"h5","_cssGlobalClasses":["dlmwwq"]}},{"id":"3625fd","name":"text-basic","parent":"4d22df","children":[],"settings":{"text":"$550,000","_cssGlobalClasses":["javqkb"]}},{"id":"632807","name":"button","parent":"61cdc6","children":[],"settings":{"text":"View Property Details","_cssGlobalClasses":["xggucw"],"_width:mobile_portrait":"100%"}},{"id":"747ff6","name":"block","parent":"433554","children":["647d86","52c229"],"settings":{"_cssGlobalClasses":["cmdfgw","dgplxe"]},"label":"Slide 1"},{"id":"647d86","name":"block","parent":"747ff6","children":["34328b","d99974","bcf869"],"settings":{"_cssGlobalClasses":["riqpoh"]},"label":"inner"},{"id":"34328b","name":"image","parent":"647d86","children":[],"settings":{"image":{"id":1473,"filename":"Image-10.png","size":"full","full":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/06\/Image-10.png","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/06\/Image-10.png"},"_cssGlobalClasses":["utwoqp"]}},{"id":"d99974","name":"block","parent":"647d86","children":["c5c7ce","3bcfdd"],"settings":{"_cssGlobalClasses":["zhkppw"]}},{"id":"c5c7ce","name":"heading","parent":"d99974","children":[],"settings":{"text":"Metropolitan Haven","_cssGlobalClasses":["ghxpav"]}},{"id":"3bcfdd","name":"text-basic","parent":"d99974","children":[],"settings":{"text":"A chic and fully-furnished 2-bedroom apartment with panoramic city views... Read More","_cssGlobalClasses":["oyvveg","sfstmx"]}},{"id":"bcf869","name":"block","parent":"647d86","children":["c81cd7","1d60c1","25392b"],"settings":{"_cssGlobalClasses":["avcifa"]}},{"id":"c81cd7","name":"div","parent":"bcf869","children":["ae7d90","618e6c"],"settings":{"_cssGlobalClasses":["gljkwb"],"_rowGap:mobile_landscape":"4","_columnGap:mobile_landscape":"4"}},{"id":"ae7d90","name":"svg","parent":"c81cd7","children":[],"settings":{"file":{"id":1067,"filename":"Icon-1.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/06\/Icon-1.svg"},"_cssGlobalClasses":["sorsjf"]},"themeStyles":[]},{"id":"618e6c","name":"text-basic","parent":"c81cd7","children":[],"settings":{"text":"2-Bedroom","_cssGlobalClasses":["aaulni"]}},{"id":"1d60c1","name":"div","parent":"bcf869","children":["396444","a24982"],"settings":{"_cssGlobalClasses":["gljkwb"],"_rowGap:mobile_landscape":"4","_columnGap:mobile_landscape":"4"}},{"id":"396444","name":"svg","parent":"1d60c1","children":[],"settings":{"file":{"id":1068,"filename":"Icon-2.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/06\/Icon-2.svg"},"_cssGlobalClasses":["sorsjf"]},"themeStyles":[]},{"id":"a24982","name":"text-basic","parent":"1d60c1","children":[],"settings":{"text":"2-Bathroom","_cssGlobalClasses":["aaulni"]}},{"id":"25392b","name":"div","parent":"bcf869","children":["da3711","d801fe"],"settings":{"_cssGlobalClasses":["gljkwb"],"_rowGap:mobile_landscape":"4","_columnGap:mobile_landscape":"4"}},{"id":"da3711","name":"svg","parent":"25392b","children":[],"settings":{"file":{"id":1069,"filename":"Icon-3.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/06\/Icon-3.svg"},"_cssGlobalClasses":["sorsjf"]},"themeStyles":[]},{"id":"d801fe","name":"text-basic","parent":"25392b","children":[],"settings":{"text":"Villa","_cssGlobalClasses":["aaulni"]}},{"id":"52c229","name":"block","parent":"747ff6","children":["80aac8","089109"],"settings":{"_cssGlobalClasses":["lygrmk"]}},{"id":"80aac8","name":"div","parent":"52c229","children":["2cf401","459cd9"],"settings":{"_cssGlobalClasses":["xaftrm"]}},{"id":"2cf401","name":"heading","parent":"80aac8","children":[],"settings":{"text":"Price","tag":"h5","_cssGlobalClasses":["dlmwwq"]}},{"id":"459cd9","name":"text-basic","parent":"80aac8","children":[],"settings":{"text":"$550,000","_cssGlobalClasses":["javqkb"]}},{"id":"089109","name":"button","parent":"52c229","children":[],"settings":{"text":"View Property Details","_cssGlobalClasses":["xggucw"],"_width:mobile_portrait":"100%"}},{"id":"afa6dc","name":"block","parent":"433554","children":["a9ad84","877e87"],"settings":{"_cssGlobalClasses":["cmdfgw","dgplxe"]},"label":"Slide 1"},{"id":"a9ad84","name":"block","parent":"afa6dc","children":["2bdb5d","50dd52","34774a"],"settings":{"_cssGlobalClasses":["riqpoh"]},"label":"inner"},{"id":"2bdb5d","name":"image","parent":"a9ad84","children":[],"settings":{"image":{"id":1472,"filename":"Image-9.png","size":"full","full":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/06\/Image-9.png","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/06\/Image-9.png"},"_cssGlobalClasses":["utwoqp"]},"themeStyles":[]},{"id":"50dd52","name":"block","parent":"a9ad84","children":["ec5561","d5145e"],"settings":{"_cssGlobalClasses":["zhkppw"]}},{"id":"ec5561","name":"heading","parent":"50dd52","children":[],"settings":{"text":"Rustic Retreat Cottage","_cssGlobalClasses":["ghxpav"]}},{"id":"d5145e","name":"text-basic","parent":"50dd52","children":[],"settings":{"text":"An elegant 3-bedroom, 2.5-bathroom townhouse in a gated community...Read More","_cssGlobalClasses":["oyvveg","sfstmx"]}},{"id":"34774a","name":"block","parent":"a9ad84","children":["7a960a","5af5be","365eb5"],"settings":{"_cssGlobalClasses":["avcifa"]}},{"id":"7a960a","name":"div","parent":"34774a","children":["dae955","c27ccf"],"settings":{"_cssGlobalClasses":["gljkwb"],"_rowGap:mobile_landscape":"4","_columnGap:mobile_landscape":"4"}},{"id":"dae955","name":"svg","parent":"7a960a","children":[],"settings":{"file":{"id":1067,"filename":"Icon-1.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/06\/Icon-1.svg"},"_cssGlobalClasses":["sorsjf"]},"themeStyles":[]},{"id":"c27ccf","name":"text-basic","parent":"7a960a","children":[],"settings":{"text":"3-Bedroom","_cssGlobalClasses":["aaulni"]}},{"id":"5af5be","name":"div","parent":"34774a","children":["c53f31","2cde7f"],"settings":{"_cssGlobalClasses":["gljkwb"],"_rowGap:mobile_landscape":"4","_columnGap:mobile_landscape":"4"}},{"id":"c53f31","name":"svg","parent":"5af5be","children":[],"settings":{"file":{"id":1068,"filename":"Icon-2.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/06\/Icon-2.svg"},"_cssGlobalClasses":["sorsjf"]},"themeStyles":[]},{"id":"2cde7f","name":"text-basic","parent":"5af5be","children":[],"settings":{"text":"3-Bathroom","_cssGlobalClasses":["aaulni"]}},{"id":"365eb5","name":"div","parent":"34774a","children":["f0ee3b","13ad8f"],"settings":{"_cssGlobalClasses":["gljkwb"],"_rowGap:mobile_landscape":"4","_columnGap:mobile_landscape":"4"}},{"id":"f0ee3b","name":"svg","parent":"365eb5","children":[],"settings":{"file":{"id":1069,"filename":"Icon-3.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/06\/Icon-3.svg"},"_cssGlobalClasses":["sorsjf"]},"themeStyles":[]},{"id":"13ad8f","name":"text-basic","parent":"365eb5","children":[],"settings":{"text":"Villa","_cssGlobalClasses":["aaulni"]}},{"id":"877e87","name":"block","parent":"afa6dc","children":["ff1bef","2aa4d7"],"settings":{"_cssGlobalClasses":["lygrmk"]}},{"id":"ff1bef","name":"div","parent":"877e87","children":["57e7f2","947b67"],"settings":{"_cssGlobalClasses":["xaftrm"]}},{"id":"57e7f2","name":"heading","parent":"ff1bef","children":[],"settings":{"text":"Price","tag":"h5","_cssGlobalClasses":["dlmwwq"]}},{"id":"947b67","name":"text-basic","parent":"ff1bef","children":[],"settings":{"text":"$550,000","_cssGlobalClasses":["javqkb"]}},{"id":"2aa4d7","name":"button","parent":"877e87","children":[],"settings":{"text":"View Property Details","_cssGlobalClasses":["xggucw"],"_width:mobile_portrait":"100%"}},{"id":"2256cf","name":"block","parent":"acf01c","children":["7634eb","68de69"],"settings":{"_cssGlobalClasses":["aewqdj"]},"label":"Mobile btn & Arrow - Fraction"},{"id":"7634eb","name":"button","parent":"2256cf","children":[],"settings":{"text":"View All FAQ\u2019s","style":"primary","_cssGlobalClasses":["chkyjw","cmqhes"]}},{"id":"68de69","name":"div","parent":"2256cf","children":[],"settings":{"_cssGlobalClasses":["cwklbb"]},"label":"custom-fraction"}],"templateType":"section","global_classes":[{"id":"qcvyzw","name":"estatein-default-section","settings":{"_padding":{"top":"100","bottom":"100","left":"8%","right":"8%"},"_padding:tablet_portrait":{"top":"75","bottom":"75","left":"5%","right":"5%"}},"modified":1749740692,"user_id":1},{"id":"wglmeq","name":"estatein-default-container","settings":{"_direction:mobile_landscape":"row","_width":"1596"},"modified":1749711177,"user_id":1},{"id":"mvihif","name":"estatein-h2-whte","settings":{"_typography":{"color":{"hex":"#ffffff"},"font-size":"48","font-weight":"600"},"_typography:mobile_landscape":{"font-size":"28"}},"modified":1748526561,"user_id":1},{"id":"sfstmx","name":"estatein__body-text","settings":{"_typography":{"color":{"hex":"#999999"},"font-size":"clamp(16px, calc(16px + (4 * ((100vw - 1440px) \/ 480))), 18px);"},"_typography:mobile_landscape":{"font-size":"14"},"_typography:tablet_portrait":{"font-size":"16"}}},{"id":"xggucw","name":"estatein-btn_purple","settings":{"_background":{"color":{"hex":"#703bf7"}},"_typography":{"color":{"hex":"#ffffff"},"font-size":"clamp(14px, calc(14px + (4 * ((100vw - 1440px) \/ 480))), 18px);"},"_border":{"radius":{"top":"8","right":"8","bottom":"8","left":"8"},"width":{"top":"1","right":"1","bottom":"1","left":"1"},"style":"solid","color":{"hex":"#703bf7"}},"_padding":{"top":"18","bottom":"18","right":"3.5%","left":"3.5%"},"_padding:tablet_portrait":{"top":"14","bottom":"14"},"_typography:tablet_portrait":{"font-size":"14"},"_background:hover":{"color":{"hex":"#292929"}}},"modified":1749805439,"user_id":1},{"id":"vmxnvi","name":"estatein-global-slider-top-container-block","settings":{"_direction":"row","_justifyContent":"space-between","_alignItems":"center","_rowGap:mobile_landscape":"6","_columnGap:mobile_landscape":"6"},"modified":1749026465,"user_id":1},{"id":"jngcby","name":"estatein-global-slider-top-container-content-block","settings":{"_width":"67%","_width:mobile_landscape":"100%","_rowGap":"14","_rowGap:tablet_portrait":"10","_rowGap:mobile_landscape":"6"},"modified":1749026465,"user_id":1},{"id":"chkyjw","name":"estatein-btn_grey","settings":{"_typography":{"color":{"hex":"#ffffff"},"font-size":"clamp(14px, calc(14px + (4 * ((100vw - 1440px) \/ 480))), 18px);","font-weight":"500"},"_background":{"color":{"hex":"#1a1a1a"}},"_border":{"width":{"top":"1","right":"1","bottom":"1","left":"1"},"style":"solid","color":{"hex":"#262626"},"radius":{"top":"10","right":"10","bottom":"10","left":"10"}},"_padding":{"top":"18","bottom":"18","right":"3.5%","left":"3.5%"},"_gap":"8px","_typography:tablet_portrait":{"font-size":"14"},"_padding:tablet_portrait":{"top":"14","bottom":"14","right":"20","left":"20"},"_background:hover":{"color":{"hex":"#292929"}}},"modified":1749805439,"user_id":1},{"id":"fvbxib","name":"estatein-slider","settings":{"paginationBorder":{"width":{"bottom":"1"},"style":"solid","color":{"hex":"#262626"}},"_border":{"width":{"bottom":"1"},"style":"solid","color":{"hex":"#262626"}},"paginationLeft":"10","_padding":{"bottom":"40"},"paginationBottom":"-40","arrowSize":"30","arrowColor":{"hex":"#ffffff"},"_cssCustom":".estatein-slider .splide__slide {\n min-height: 100% !important;\n}","arrowDisabledBackground":{"hex":"#141414"},"arrowDisabledColor":{"hex":"#808080"},"arrowBackground":{"hex":"#1a1a1a"},"arrowBorder":{"width":{"top":"1","right":"1","bottom":"1","left":"1"},"style":"solid","radius":{"right":"50","top":"50","bottom":"50","left":"50"},"color":{"hex":"#262626"}},"prevArrowBottom":"-88","prevArrowTop":"unset","nextArrowBottom":"-88","prevArrowRight":"67","prevArrowLeft":"unset","nextArrowRight":"0","nextArrowTop":"unset","paginationColor":{"hex":"#999999"},"paginationColorActive":{"hex":"#ffffff"},"prevArrowRight:mobile_landscape":"117","arrowHeight:mobile_landscape":"40","arrowWidth:mobile_landscape":"40","arrowSize:mobile_landscape":"25","nextArrowBottom:mobile_landscape":"-78","prevArrowBottom:mobile_landscape":"-78"},"modified":1749755172,"user_id":1},{"id":"cmdfgw","name":"estatin-slide","settings":{"_border":{"width":{"top":"1","right":"1","left":"1","bottom":"1"},"style":"solid","radius":{"top":"12","right":"12","bottom":"12","left":"12"},"color":{"hex":"#262626"}},"_padding":{"top":"50","right":"50","bottom":"50","left":"50"},"_border:tablet_portrait":{"radius":{"top":"10","right":"10","bottom":"10","left":"10"},"width":{"top":"1","right":"1","bottom":"1","left":"1"},"style":"solid","color":{"hex":"#262626"}},"_flexWrap:mobile_landscape":"wrap","_margin":{"right":"0"},"_padding:tablet_portrait":{"top":"30","right":"20","bottom":"30","left":"20"},"_padding:mobile_landscape":{"top":"30","right":"30","bottom":"30","left":"30"},"_justifyContent":"space-between","_direction:mobile_landscape":"column"},"modified":1749801099,"user_id":1},{"id":"dgplxe","name":"estatein-featured-slide","settings":{"_rowGap":"30","_heightMin":"500","_padding":{"top":"clamp(25px, calc(25px + (15 * ((100vw - 1440px) \/ 480))), 40px);","right":"clamp(25px, calc(25px + (15 * ((100vw - 1440px) \/ 480))), 40px);","bottom":"clamp(25px, calc(25px + (15 * ((100vw - 1440px) \/ 480))), 40px);","left":"clamp(25px, calc(25px + (15 * ((100vw - 1440px) \/ 480))), 40px);"},"_padding:tablet_portrait":{"top":"20","right":"20","bottom":"20","left":"20"},"_padding:mobile_landscape":{"top":"24","right":"24","bottom":"24","left":"24"}},"modified":1748950657,"user_id":1},{"id":"nwvict","name":"estatein-featured-section","settings":{"_background":{"color":{"hex":"#141414"}},"_rowGap":"80","_rowGap:tablet_portrait":"60","_rowGap:mobile_landscape":"40"},"modified":1748950657,"user_id":1},{"id":"xdunts","name":"estatein-featured-slider","settings":{"_border":{"width":{"bottom":"1"},"style":"solid","color":{"hex":"#262626"}}},"modified":1749215495,"user_id":1},{"id":"utwoqp","name":"estatein-featured-slide-image","settings":{"_border":{"radius":{"top":"10","right":"10","bottom":"10","left":"10"}},"_width:mobile_landscape":"100%","_objectFit":"cover","_height":"clamp(200px, calc(200px + (60 * ((100vw - 1440px) \/ 480))), 260px);","_height:tablet_portrait":"200","_height:mobile_landscape":"480","_height:mobile_portrait":"300"},"modified":1749024770,"user_id":1},{"id":"oyvveg","name":"estatein-featured-slide-text","settings":{"_typography":{"color":{"hex":"#999999"}}},"modified":1748951256,"user_id":1},{"id":"ghxpav","name":"estatein-white-h3","settings":{"_typography":{"color":{"hex":"#ffffff"},"font-size":"font-size: clamp(20px, calc(20px + (4 * ((100vw - 1440px) \/ 480))), 24px);","font-family":"Urbanist"},"_typography:tablet_portrait":{"font-size":"20"},"_typography:mobile_landscape":{"font-size":"18"}},"modified":1748951256,"user_id":1},{"id":"zhkppw","name":"estatein-featured-slide-content-block","settings":[]},{"id":"avcifa","name":"estatein-featured-slide-specification-block","settings":{"_direction:mobile_landscape":"row","_flexWrap:mobile_landscape":"wrap","_flexWrap":"wrap","_direction":"row","_columnGap":"10","_rowGap":"10","_columnGap:mobile_landscape":"6","_rowGap:mobile_landscape":"6","_columnGap:tablet_portrait":"6","_rowGap:tablet_portrait":"6"}},{"id":"gljkwb","name":"estatein-featured-slide-specification-inner-div","settings":{"_background:mobile_landscape":{"color":{"hex":"#1a1a1a"}},"_border:mobile_landscape":{"radius":{"top":"28","right":"28","bottom":"28","left":"28"},"width":{"top":"1","right":"1","bottom":"1","left":"1"},"style":"solid","color":{"hex":"#262626"}},"_padding:mobile_landscape":{"right":"14","left":"14"},"_display:mobile_landscape":"flex","_justifyContent:mobile_landscape":"center","_alignItems:mobile_landscape":"center","_display":"flex","_columnGap":"4","_rowGap":"4","_padding":{"top":"8","right":"14","left":"14","bottom":"8"},"_background":{"color":{"hex":"#1a1a1a"}},"_border":{"width":{"top":"1","right":"1","bottom":"1","left":"1"},"style":"solid","color":{"hex":"#262626"},"radius":{"top":"28","right":"28","bottom":"28","left":"28"}},"_padding:tablet_portrait":{"top":"6","bottom":"6"}}},{"id":"aaulni","name":"estatein-featured-slide-specification-text","settings":{"_typography:mobile_landscape":{"color":{"hex":"#ffffff"}},"_typography":{"color":{"hex":"#ffffff"},"font-size":"18"},"_typography:tablet_portrait":{"font-size":"14"}}},{"id":"sorsjf","name":"estatein-featured-slide-specification-svg","settings":[]},{"id":"lygrmk","name":"estatein-featured-slide-pricing-block","settings":{"_justifyContent":"space-between","_rowGap":"40","_columnGap":"40","_width":"100%","_flexWrap:mobile_landscape":"nowrap","_columnGap:mobile_landscape":"30","_rowGap:mobile_landscape":"30","_direction:tablet_portrait":"column","_direction":"row","_rowGap:tablet_portrait":"20","_direction:mobile_landscape":"row","_cssCustom":"@media only screen and (max-width:1200px) and (min-width:991px){\n\n.estatein-featured-slide-pricing-block {\n display: flex;\n flex-direction: column !important;\n gap: 20px !important;\n}\n}"},"modified":1748956197,"user_id":1},{"id":"dlmwwq","name":"estatein-property-price_heading","settings":{"_typography":{"color":{"hex":"#666666"},"font-weight":"500","font-size":"clamp(14px, calc(14px + (4 * ((100vw - 1440px) \/ 480))), 18px);"}}},{"id":"javqkb","name":"estatein-featured-slide-pricing-block-pric","settings":{"_typography":{"font-size":"clamp(20px, calc(20px + (4 * ((100vw - 1440px) \/ 480))), 24px);","color":{"hex":"#ffffff"},"font-weight":"600"},"_typography:tablet_portrait":{"font-size":"20"},"_typography:mobile_landscape":{"font-size":"18"}},"modified":1749723713,"user_id":1},{"id":"xaftrm","name":"estatein-featured-slide-pricing-block-inner-div","settings":{"_display":"flex","_direction":"column","_columnGap":"2","_rowGap":"2","_width:mobile_landscape":"max-content"}},{"id":"riqpoh","name":"estatin-slide__inner","settings":{"_rowGap":"30"}},{"id":"cwklbb","name":"custom-fraction","settings":{"_typography:mobile_landscape":{"font-size":"14"},"_margin:mobile_landscape":{"top":"23","right":"48"},"_margin":{"top":"10"},"_typography":{"color":{"hex":"#999999"},"font-size":"18"},"_typography:tablet_portrait":{"font-size":"16"}}},{"id":"aewqdj","name":"estatein_mobile-and-fraction","settings":{"_direction":"row","_justifyContent":"space-between"}},{"id":"cmqhes","name":"estatein_mobile-slider-viewall","settings":{"_display":"none","_display:mobile_landscape":"block","_margin:mobile_landscape":{"top":"18"}}}]}
Download JSON

Estatein kit – Featured Cards
Full-width featured card with animated arrow link
View now
Copy now
{"id":1511,"name":"estatein-feature-card-section","title":"Estatein - Feature card section","date":"2025-06-13 18:11:19","date_formatted":"June 13, 2025","author":{"name":"AK_Developer_25","avatar":"https:\/\/secure.gravatar.com\/avatar\/4895fa216fc2f1ee16e6575899e50eb2388264a879a9791a3ad02c7bed840715?s=60&d=mm&r=g","url":"https:\/\/gallopbiz.in\/ak-dev"},"permalink":"https:\/\/gallopbiz.in\/ak-dev\/template\/estatein-feature-card-section\/","thumbnail":null,"bundles":[],"tags":[],"type":"section","content":[{"id":"5c4d99","name":"section","parent":0,"children":["87afd0"],"settings":{"_cssGlobalClasses":["rmeoan","qcvyzw"]},"label":"Feature card section"},{"id":"87afd0","name":"container","parent":"5c4d99","children":["33908b","fbd90c","a4f3df","9b2496"],"settings":{"_cssGlobalClasses":["ykqqap","wglmeq"],"_direction":"row"}},{"id":"33908b","name":"block","parent":"87afd0","children":["d13f11","fc0c36"],"settings":{"_cssGlobalClasses":["gjyjsx"]},"label":"Column"},{"id":"d13f11","name":"block","parent":"33908b","children":["34cfb2"],"settings":{"_cssGlobalClasses":["ythbei"]},"label":"Arrow block"},{"id":"34cfb2","name":"svg","parent":"d13f11","children":[],"settings":{"file":{"id":983,"filename":"Icon.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/05\/Icon.svg"},"_cssGlobalClasses":["uqyffd"],"link":{"type":"external","url":"#"}},"themeStyles":[]},{"id":"fc0c36","name":"block","parent":"33908b","children":["4319ae","4eee82"],"settings":{"_cssGlobalClasses":["tujumc"]}},{"id":"4319ae","name":"svg","parent":"fc0c36","children":[],"settings":{"file":{"id":984,"filename":"Icon-Container.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/05\/Icon-Container.svg"},"_cssGlobalClasses":["rgzzec"]},"themeStyles":[]},{"id":"4eee82","name":"heading","parent":"fc0c36","children":[],"settings":{"text":"Find Your Dream Home","tag":"custom","customTag":"span","_cssGlobalClasses":["psvcuk"]}},{"id":"fbd90c","name":"block","parent":"87afd0","children":["98adf7","7507b0"],"settings":{"_cssGlobalClasses":["gjyjsx"]},"label":"Column"},{"id":"98adf7","name":"block","parent":"fbd90c","children":["ac3fb0"],"settings":{"_cssGlobalClasses":["ythbei"]},"label":"Arrow block"},{"id":"ac3fb0","name":"svg","parent":"98adf7","children":[],"settings":{"file":{"id":983,"filename":"Icon.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/05\/Icon.svg"},"_cssGlobalClasses":["uqyffd"],"link":{"type":"external","url":"#"}},"themeStyles":[]},{"id":"7507b0","name":"block","parent":"fbd90c","children":["b4f285","1cde70"],"settings":{"_cssGlobalClasses":["tujumc"]}},{"id":"b4f285","name":"svg","parent":"7507b0","children":[],"settings":{"file":{"id":1461,"filename":"Icon-Container.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/06\/Icon-Container.svg"},"_cssGlobalClasses":["rgzzec"]},"themeStyles":[]},{"id":"1cde70","name":"heading","parent":"7507b0","children":[],"settings":{"text":"Unlock Property Value","tag":"custom","customTag":"span","_cssGlobalClasses":["psvcuk"]}},{"id":"a4f3df","name":"block","parent":"87afd0","children":["ca9bee","8c5d9d"],"settings":{"_cssGlobalClasses":["gjyjsx"]},"label":"Column"},{"id":"ca9bee","name":"block","parent":"a4f3df","children":["7bbbe3"],"settings":{"_cssGlobalClasses":["ythbei"]},"label":"Arrow block"},{"id":"7bbbe3","name":"svg","parent":"ca9bee","children":[],"settings":{"file":{"id":983,"filename":"Icon.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/05\/Icon.svg"},"_cssGlobalClasses":["uqyffd"],"link":{"type":"external","url":"#"}},"themeStyles":[]},{"id":"8c5d9d","name":"block","parent":"a4f3df","children":["42c28a","a8eafb"],"settings":{"_cssGlobalClasses":["tujumc"]}},{"id":"42c28a","name":"svg","parent":"8c5d9d","children":[],"settings":{"file":{"id":1462,"filename":"Icon-Container-1.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/06\/Icon-Container-1.svg"},"_cssGlobalClasses":["rgzzec"]},"themeStyles":[]},{"id":"a8eafb","name":"heading","parent":"8c5d9d","children":[],"settings":{"text":"Effortless Property Management","tag":"custom","customTag":"span","_cssGlobalClasses":["psvcuk"]}},{"id":"9b2496","name":"block","parent":"87afd0","children":["b1a58b","e811e4"],"settings":{"_cssGlobalClasses":["gjyjsx"]},"label":"Column"},{"id":"b1a58b","name":"block","parent":"9b2496","children":["659e57"],"settings":{"_cssGlobalClasses":["ythbei"]},"label":"Arrow block"},{"id":"659e57","name":"svg","parent":"b1a58b","children":[],"settings":{"file":{"id":983,"filename":"Icon.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/05\/Icon.svg"},"_cssGlobalClasses":["uqyffd"],"link":{"type":"external","url":"#"}},"themeStyles":[]},{"id":"e811e4","name":"block","parent":"9b2496","children":["15091e","70b27e"],"settings":{"_cssGlobalClasses":["tujumc"]}},{"id":"15091e","name":"svg","parent":"e811e4","children":[],"settings":{"file":{"id":1463,"filename":"Icon-Container-2.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/06\/Icon-Container-2.svg"},"_cssGlobalClasses":["rgzzec"]},"themeStyles":[]},{"id":"70b27e","name":"heading","parent":"e811e4","children":[],"settings":{"text":"Smart Investments, Informed Decisions","tag":"custom","customTag":"span","_cssGlobalClasses":["psvcuk"]}}],"templateType":"section","global_classes":[{"id":"qcvyzw","name":"estatein-default-section","settings":{"_padding":{"top":"100","bottom":"100","left":"8%","right":"8%"},"_padding:tablet_portrait":{"top":"75","bottom":"75","left":"5%","right":"5%"}},"modified":1749740692,"user_id":1},{"id":"wglmeq","name":"estatein-default-container","settings":{"_direction:mobile_landscape":"row","_width":"1596"},"modified":1749711177,"user_id":1},{"id":"rmeoan","name":"estatein__feature-card-section","settings":{"_background":{"color":{"hex":"#141414"}},"_padding":{"top":"10","right":"10","bottom":"10","left":"10"},"_padding:mobile_landscape":{"left":"5%","right":"5%"}},"modified":1749814883,"user_id":1},{"id":"ykqqap","name":"estatein__feature-card-container","settings":{"_border":{"width":{"top":"1","right":"1","left":"1","bottom":"1"},"style":"solid","color":{"hex":"#262626"}},"_width":"100%","_display":"grid","_gridGap":"20","_boxShadow":{"values":{"offsetX":"0","offsetY":"0","blur":"0","spread":"10"},"color":{"hex":"#191919"}},"_gridTemplateColumns":"repeat(4, 1fr)","_padding":{"top":"20","right":"20","bottom":"20","left":"20"},"_gridTemplateColumns:mobile_landscape":"repeat(2, 1fr)","_border:mobile_landscape":{"radius":{"top":"12","right":"12","bottom":"12","left":"12"}},"_gridGap:mobile_landscape":"10","_gridTemplateColumns:tablet_portrait":"repeat(2, 1fr)","_padding:mobile_landscape":{"top":"10","right":"10","bottom":"10","left":"10"},"_boxShadow:mobile_landscape":{"values":{"offsetX":"0","offsetY":"0","blur":"0","spread":"4"}}}},{"id":"gjyjsx","name":"estatein-feature-card-container__card","settings":{"_background":{"color":{"hex":"#1a1a1a"}},"_border":{"width":{"top":"1","right":"1","bottom":"1","left":"1"},"style":"solid","color":{"hex":"#262626"},"radius":{"top":"10","right":"10","bottom":"10","left":"10"}},"_padding":{"top":"40","bottom":"40","right":"20","left":"20"}}},{"id":"ythbei","name":"estatein__feature-card-arrow-block","settings":{"_alignItems":"flex-end"}},{"id":"tujumc","name":"estatein__feature-card-icon-text-block","settings":{"_justifyContent":"center","_alignItems":"center","_rowGap":"16"}},{"id":"uqyffd","name":"estatein-arrow_link","settings":{"_alignSelf":"flex-end","width":"30","_cssCustom":".estatein-arrow_link:hover {transform: translate3d(0px, 0px, 0px) scale3d(1.5, 1.5, 1) rotateX(0deg) rotateY(0deg) rotateZ(90deg) skew(0deg, 0deg);\n transform-style: preserve-3d;}\n\n.estatein-arrow_link{transition: ease-in 0.3s;}"}},{"id":"rgzzec","name":"estatein__feature-card-inner-icon","settings":{"_alignSelf":"center","width":"82","width:mobile_landscape":"48"}},{"id":"psvcuk","name":"estatein__feature-card-inner-text","settings":{"_typography":{"color":{"hex":"#ffffff"},"text-align":"center","font-size":"20","font-weight":"600","font-family":"Urbanist"},"_alignSelf":"center","_typography:mobile_landscape":{"font-size":"14"}}}]}
Download JSON

Estatein kit – Hero Section
Hero section with an animated text and arrow
View now
Copy now
{"id":1510,"name":"estatein-banner","title":"Estatein-Banner","date":"2025-06-13 18:09:58","date_formatted":"June 13, 2025","author":{"name":"AK_Developer_25","avatar":"https:\/\/secure.gravatar.com\/avatar\/4895fa216fc2f1ee16e6575899e50eb2388264a879a9791a3ad02c7bed840715?s=60&d=mm&r=g","url":"https:\/\/gallopbiz.in\/ak-dev"},"permalink":"https:\/\/gallopbiz.in\/ak-dev\/template\/estatein-banner\/","thumbnail":null,"bundles":[],"tags":[],"type":"section","content":[{"id":"b1e1b9","name":"section","parent":0,"children":["3b2b2c"],"settings":{"_cssGlobalClasses":["ehjlpb","qcvyzw"],"_padding":{"left":"0"},"_padding:mobile_landscape":{"left":"5%"}},"label":"Banner"},{"id":"3b2b2c","name":"container","parent":"b1e1b9","children":["01706f","a8f05a"],"settings":{"_cssGlobalClasses":["rxiuid","wglmeq"],"_direction":"row","_direction:mobile_landscape":"column-reverse","_padding:mobile_landscape":{"left":"0"}}},{"id":"01706f","name":"block","parent":"3b2b2c","children":["7402aa"],"settings":{"_cssGlobalClasses":["wimket"]},"label":"Column"},{"id":"7402aa","name":"block","parent":"01706f","children":["265255","fff032","2333d3","372822"],"settings":{"_cssGlobalClasses":["gwpsaw"]}},{"id":"265255","name":"heading","parent":"7402aa","children":[],"settings":{"text":"Discover Your Dream Property with Estatein","tag":"h1","_cssGlobalClasses":["jgmmak"]}},{"id":"fff032","name":"text-basic","parent":"7402aa","children":[],"settings":{"text":"Your journey to finding the perfect property begins here. Explore our listings to find the home that matches your dreams.","_cssGlobalClasses":["sfstmx"]}},{"id":"2333d3","name":"block","parent":"7402aa","children":["bd26c3","b444cd"],"settings":{"_cssGlobalClasses":["vtncov"]}},{"id":"bd26c3","name":"button","parent":"2333d3","children":[],"settings":{"text":"Learn More","_cssGlobalClasses":["chkyjw"],"_width:mobile_portrait":"100%","link":{"type":"external","url":"#"}}},{"id":"b444cd","name":"button","parent":"2333d3","children":[],"settings":{"text":"Browse Properties","_cssGlobalClasses":["xggucw"],"_width:mobile_portrait":"100%","link":{"type":"external","url":"#"}}},{"id":"372822","name":"block","parent":"7402aa","children":["10e731","055b1c","b785fb"],"settings":{"_cssGlobalClasses":["drxzvs"],"_flexWrap:tablet_portrait":"wrap","_rowGap:tablet_portrait":"16"}},{"id":"10e731","name":"div","parent":"372822","children":["ea0d3e","34d0f6"],"settings":{"_cssGlobalClasses":["jhjlzg"],"_gridItemColumnSpan:mobile_landscape":"1","_gridItemColumnSpan:tablet_portrait":"1"}},{"id":"ea0d3e","name":"heading","parent":"10e731","children":[],"settings":{"text":"200+","_cssGlobalClasses":["ywpdku"]}},{"id":"34d0f6","name":"text-basic","parent":"10e731","children":[],"settings":{"text":"Happy Customers","_cssGlobalClasses":["sfstmx"],"_typography:mobile_portrait":{"text-align":"center"}}},{"id":"055b1c","name":"div","parent":"372822","children":["69f972","be22cc"],"settings":{"_cssGlobalClasses":["jhjlzg"],"_gridItemColumnSpan:mobile_landscape":"2","_gridItemColumnSpan:tablet_portrait":"2"}},{"id":"69f972","name":"heading","parent":"055b1c","children":[],"settings":{"text":"10K+","_cssGlobalClasses":["ywpdku"]}},{"id":"be22cc","name":"text-basic","parent":"055b1c","children":[],"settings":{"text":"Properties For Clients","_cssGlobalClasses":["sfstmx"],"_typography:mobile_portrait":{"text-align":"center"}}},{"id":"b785fb","name":"div","parent":"372822","children":["f93c4f","339944"],"settings":{"_cssGlobalClasses":["jhjlzg"],"_gridItemColumnSpan:mobile_landscape":"1 \/ -1","_gridItemColumnSpan:tablet_portrait":"1 \/ -1"}},{"id":"f93c4f","name":"heading","parent":"b785fb","children":[],"settings":{"text":"16+","_cssGlobalClasses":["ywpdku"]}},{"id":"339944","name":"text-basic","parent":"b785fb","children":[],"settings":{"text":"Years of Experience","_cssGlobalClasses":["sfstmx"],"_typography:mobile_portrait":{"text-align":"center"}}},{"id":"a8f05a","name":"block","parent":"3b2b2c","children":["58888e"],"settings":{"_cssGlobalClasses":["iflpql"]},"label":"Column"},{"id":"58888e","name":"block","parent":"a8f05a","children":["4faeff"],"settings":{"_cssGlobalClasses":["qzrmds"]}},{"id":"4faeff","name":"block","parent":"58888e","children":["59e548","c536b7"],"settings":{"_cssGlobalClasses":["epcoue","amiljg"],"link":{"type":"external","url":"#brxe-ehrktl"},"tag":"a","_interactions":[{"id":"ufdlvh","trigger":"enterView","action":"startAnimation","animationType":"zoomIn","runOnce":true}]},"label":"Spin button with css"},{"id":"59e548","name":"image","parent":"4faeff","children":[],"settings":{"_cssGlobalClasses":["lngxoq"],"image":{"id":1262,"filename":"Sub-Container.png","size":"full","full":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/06\/Sub-Container.png","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/06\/Sub-Container.png"}},"themeStyles":[]},{"id":"c536b7","name":"block","parent":"4faeff","children":["03301d"],"settings":{"_widthMax:mobile_landscape":"150px","_margin:tv_monitor":{"top":"70"},"_cssGlobalClasses":["xneybq"]},"label":"Arrow div"},{"id":"03301d","name":"svg","parent":"c536b7","children":[],"settings":{"_cssGlobalClasses":["qdgklq"],"file":{"id":1256,"filename":"Icon.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/06\/Icon.svg"},"fill:laptop_non_hd":{"raw":"var(--white)","id":"brxc_color_z399lh","name":"white"},"stroke:laptop_non_hd":{"raw":"var(--white)","id":"brxc_color_z399lh","name":"white"}},"themeStyles":[]}],"templateType":"section","global_classes":[{"id":"ehjlpb","name":"estatein-banner-section","settings":{"_background":{"color":{"hex":"#141414"}},"_padding:mobile_landscape":{"right":"5%","left":"5%","top":"40"},"_padding":{"top":"0","bottom":"0","right":"0"}},"modified":1749814883,"user_id":1},{"id":"qcvyzw","name":"estatein-default-section","settings":{"_padding":{"top":"100","bottom":"100","left":"8%","right":"8%"},"_padding:tablet_portrait":{"top":"75","bottom":"75","left":"5%","right":"5%"}},"modified":1749740692,"user_id":1},{"id":"rxiuid","name":"estatein-banner-container","settings":{"_rowGap":"80","_columnGap":"80","_alignItems":"stretch","_rowGap:tablet_portrait":"60","_columnGap:tablet_portrait":"60","_direction:mobile_landscape":"column-reverse","_width":"100%"},"modified":1749135544,"user_id":1},{"id":"wglmeq","name":"estatein-default-container","settings":{"_direction:mobile_landscape":"row","_width":"1596"},"modified":1749711177,"user_id":1},{"id":"sfstmx","name":"estatein__body-text","settings":{"_typography":{"color":{"hex":"#999999"},"font-size":"clamp(16px, calc(16px + (4 * ((100vw - 1440px) \/ 480))), 18px);"},"_typography:mobile_landscape":{"font-size":"14"},"_typography:tablet_portrait":{"font-size":"16"}}},{"id":"xggucw","name":"estatein-btn_purple","settings":{"_background":{"color":{"hex":"#703bf7"}},"_typography":{"color":{"hex":"#ffffff"},"font-size":"clamp(14px, calc(14px + (4 * ((100vw - 1440px) \/ 480))), 18px);"},"_border":{"radius":{"top":"8","right":"8","bottom":"8","left":"8"},"width":{"top":"1","right":"1","bottom":"1","left":"1"},"style":"solid","color":{"hex":"#703bf7"}},"_padding":{"top":"18","bottom":"18","right":"3.5%","left":"3.5%"},"_padding:tablet_portrait":{"top":"14","bottom":"14"},"_typography:tablet_portrait":{"font-size":"14"},"_background:hover":{"color":{"hex":"#292929"}}},"modified":1749805439,"user_id":1},{"id":"chkyjw","name":"estatein-btn_grey","settings":{"_typography":{"color":{"hex":"#ffffff"},"font-size":"clamp(14px, calc(14px + (4 * ((100vw - 1440px) \/ 480))), 18px);","font-weight":"500"},"_background":{"color":{"hex":"#1a1a1a"}},"_border":{"width":{"top":"1","right":"1","bottom":"1","left":"1"},"style":"solid","color":{"hex":"#262626"},"radius":{"top":"10","right":"10","bottom":"10","left":"10"}},"_padding":{"top":"18","bottom":"18","right":"3.5%","left":"3.5%"},"_gap":"8px","_typography:tablet_portrait":{"font-size":"14"},"_padding:tablet_portrait":{"top":"14","bottom":"14","right":"20","left":"20"},"_background:hover":{"color":{"hex":"#292929"}}},"modified":1749805439,"user_id":1},{"id":"iflpql","name":"estatein-baneer-image-col","settings":{"_background":{"image":{"id":1148,"filename":"Container.webp","size":"full","full":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/06\/Container.webp","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/06\/Container.webp"}},"_heightMin:mobile_landscape":"450","_justifyContent:mobile_landscape":"flex-end","_heightMin:mobile_portrait":"302","_border:mobile_landscape":{"width":{"top":"1","right":"1","bottom":"1","left":"1"},"style":"solid","color":{"hex":"#262626"},"radius":{"right":"20","top":"20","bottom":"20","left":"20"}}}},{"id":"vtncov","name":"estatein-banner-cta-block","settings":{"_direction":"row","_rowGap":"20","_columnGap":"20","_flexWrap:mobile_landscape":"nowrap","_direction:mobile_landscape":"row","_direction:mobile_portrait":"column","_margin:mobile_landscape":{"top":"30","bottom":"30"}}},{"id":"jgmmak","name":"estatein-banner-heading","settings":{"_typography":{"font-size":"60","font-weight":"600","color":{"hex":"#ffffff"},"font-family":"Urbanist"},"_typography:tablet_portrait":{"font-size":"46"},"_typography:mobile_landscape":{"font-size":"28"},"_widthMax:tablet_portrait":"95%","_widthMax:mobile_landscape":"100%"}},{"id":"qzrmds","name":"estatein-banner-overlay-image-block","settings":{"_margin:mobile_landscape":{"left":"0","bottom":"-50"},"_alignSelf":"flex-start","_alignItems":"flex-start","_margin":{"top":"80","left":"-95"},"_direction":"row"}},{"id":"wimket","name":"estatein-banner_col-l","settings":{"_padding":{"top":"80","bottom":"80"},"_padding:mobile_landscape":{"top":"20","bottom":"40","left":"0"},"_columnGap:mobile_landscape":"16","_rowGap:mobile_landscape":"16","_rowGap":"60","_alignItems":"flex-end"},"modified":1749741034,"user_id":1},{"id":"drxzvs","name":"estatein-banner-client-insights-block","settings":{"_direction":"row","_columnGap":"20","_columnGap:tablet_portrait":"16","_columnGap:mobile_landscape":"12","_rowGap:mobile_landscape":"12","_flexWrap:mobile_landscape":"wrap","_display:mobile_landscape":"grid","_gridTemplateColumns:mobile_landscape":" 1fr 1fr;","_alignContentGrid:mobile_landscape":"stretch","_alignItemsGrid:mobile_landscape":"stretch","_display:tablet_portrait":"grid","_gridTemplateColumns:tablet_portrait":" 1fr 1fr;"}},{"id":"jhjlzg","name":"estatein-banner-client-insights-div","settings":{"_padding":{"top":"16","bottom":"16","left":"24","right":"24"},"_border":{"width":{"top":"1","right":"1","left":"1","bottom":"1"},"style":"solid","color":{"hex":"#262626"},"radius":{"top":"12","right":"12","bottom":"12","left":"12"}},"_border:tablet_portrait":{"radius":{"top":"10","right":"10","bottom":"10","left":"10"}},"_border:mobile_landscape":{"radius":{"top":"8","right":"8","bottom":"8","left":"8"}},"_padding:tablet_portrait":{"top":"14","right":"20","left":"20","bottom":"14"},"_padding:mobile_landscape":{"top":"16","right":"16","left":"16","bottom":"16"},"_display:mobile_landscape":"flex","_direction:mobile_landscape":"column","_alignItems:mobile_landscape":"center","_alignSelf:mobile_landscape":"stretch","_justifyContent:mobile_landscape":"center"}},{"id":"ywpdku","name":"estatein-banner-client-insights-heading","settings":{"_typography":{"font-size":"40","font-weight":"700","color":{"hex":"#ffffff"}},"_typography:tablet_portrait":{"font-size":"30"},"_typography:mobile_landscape":{"font-size":"24","text-align":"center"}}},{"id":"epcoue","name":"cust-always-spin-div","settings":{"_background":{"color":{"hex":"#f7ad2b","rgb":"rgba(247, 173, 43, 0)","hsl":"hsla(38, 93%, 57%, 0)"}},"_border":{"radius":{"top":"100","right":"100","bottom":"100","left":"100"}},"_padding":{"left":"0","bottom":"0","top":"0","right":"0"},"_width":"190px","_height":"auto","_widthMax":"190px","_width:mobile_landscape":"150px","_widthMax:mobile_landscape":"150px","_width:tv_monitor":"200px","_widthMax:tv_monitor":"200px","_width:for_aaa_zoom":"80","_zIndex":"999","_alignSelf":"center","_alignItems":"center","_direction":"column","_cssCustom":"\/**\n * ----------------------------------------\n * animation rotate-in-center - Button always spining\n * ----------------------------------------\n *\/\n.cust-always-spin {\n -webkit-animation: rotate-in-center 12s linear infinite reverse both;\n\t animation: rotate-in-center 12s linear infinite reverse both;\n}\n\n@-webkit-keyframes rotate-in-center {\n 0% {\n -webkit-transform: rotate(-360deg);\n transform: rotate(-360deg);\n opacity: 1;\n }\n 100% {\n -webkit-transform: rotate(0);\n transform: rotate(0);\n opacity: 1;\n }\n}\n@keyframes rotate-in-center {\n 0% {\n -webkit-transform: rotate(-360deg);\n transform: rotate(-360deg);\n opacity: 1;\n }\n 100% {\n -webkit-transform: rotate(0);\n transform: rotate(0);\n opacity: 1;\n }\n}\n\n.cust-always-spin-div:hover .cust-spin-arrow {\n transform: translate3d(0px, 0px, 0px) scale3d(1.5, 1.5, 1) rotateX(0deg) rotateY(0deg) rotateZ(90deg) skew(0deg, 0deg);\n transform-style: preserve-3d;\n}\n.cust-spin-arrow {\n transition: ease-in 0.3s;\n}\n.cust-always-spin-div.brxe-block .cust-bg-spin-div {\n -webkit-animation: scale-out-center 0.5s ease-in both;\n animation: scale-out-center 0.5s ease-in both;\n transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);\n transform-style: preserve-3d;\n}\n.cust-always-spin-div.brxe-block:hover .cust-bg-spin-div {\n -webkit-animation: scale-in-center 0.5s ease-in both;\n animation: scale-in-center 0.5s ease-in both;\n transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);\n transform-style: preserve-3d;\n}"},"_exists":false,"modified":1749813259,"user_id":1},{"id":"amiljg","name":"cust-zoom-in","settings":{"_interactions":[{"id":"ufdlvh","trigger":"enterView","action":"startAnimation","animationType":"zoomIn","runOnce":true}]},"_exists":false},{"id":"lngxoq","name":"cust-always-spin","settings":{"_zIndex":"3","stroke:laptop_non_hd":{"raw":"var(--white)","id":"brxc_color_z399lh","name":"white"},"fill:laptop_non_hd":{"raw":"var(--white)","id":"brxc_color_z399lh","name":"white"},"stroke":{"hex":"#ffffff","rgb":"rgba(255, 255, 255, 0)","hsl":"hsla(0, 0%, 100%, 0)"},"fill":{"raw":"var(--white)","id":"brxc_color_z399lh","name":"white"},"strokeWidth":"0"},"_exists":false},{"id":"qdgklq","name":"cust-spin-arrow","settings":{"_zIndex":"1","stroke":{"hex":"#ebebeb","rgb":"rgba(235, 235, 235, 0.55)","hsl":"hsla(0, 0%, 92%, 0.55)"},"fill":{"hex":"#ebebeb","rgb":"rgba(235, 235, 235, 0.58)","hsl":"hsla(0, 0%, 92%, 0.58)"},"_width":"30px"},"_exists":false},{"id":"xneybq","name":"cust-spin_arrow-div","settings":{"_widthMax":"200px","_position":"absolute","_zIndex":"99","_margin":{"top":"80"},"_alignSelf":"center","_justifyContent":"center","_alignItems":"center","_direction":"column","_margin:mobile_landscape":{"top":"60"}}},{"id":"gwpsaw","name":"estatein-banner_col-l_block","settings":{"_rowGap":"60","_rowGap:mobile_landscape":"16","_widthMax":"943","_padding":{"left":"17%"},"_padding:mobile_landscape":{"left":"0"},"_padding:tablet_portrait":{"left":"11%"}}}]}
Download JSON

Sunzen Kit – Minimalist CTA Block
CTA with heading
View now
Copy now
{"id":974,"name":"cta","title":"CTA","date":"2025-05-28 21:22:56","date_formatted":"May 28, 2025","author":{"name":"AK_Developer_25","avatar":"https:\/\/secure.gravatar.com\/avatar\/4895fa216fc2f1ee16e6575899e50eb2388264a879a9791a3ad02c7bed840715?s=60&d=mm&r=g","url":"https:\/\/gallopbiz.in\/ak-dev"},"permalink":"https:\/\/gallopbiz.in\/ak-dev\/template\/cta\/","thumbnail":null,"bundles":[],"tags":[],"type":"section","content":[{"id":"47a9eb","name":"section","parent":0,"children":["978c3f"],"settings":{"_cssGlobalClasses":["qflssy","drsbvb"]},"label":"CTA"},{"id":"978c3f","name":"container","parent":"47a9eb","children":["9dd1fb","a9fb34"],"settings":{"_cssGlobalClasses":["jjcpci","dsmrdf"]}},{"id":"9dd1fb","name":"heading","parent":"978c3f","children":[],"settings":{"text":"Reserve your space","_cssGlobalClasses":["fuuwae"],"tag":"h2"}},{"id":"a9fb34","name":"button","parent":"978c3f","children":[],"settings":{"text":"Sign up now","style":"primary","_cssGlobalClasses":["fwtdtj","unqjse"],"link":{"type":"external","url":"#"}}}],"templateType":"section","global_classes":[{"id":"qflssy","name":"sunzen-default-section","settings":{"_padding":{"top":"100","bottom":"100","left":"5%","right":"5%"},"_padding:mobile_landscape":{"top":"80","bottom":"80"},"_padding:mobile_portrait":{"top":"60","bottom":"60"},"_rowGap":"64","_rowGap:mobile_portrait":"40"}},{"id":"jjcpci","name":"sunzen-default-container","settings":{"_width":"1248","_rowGap":"64","_rowGap:mobile_landscape":"30"}},{"id":"fwtdtj","name":"sunzen-primary-btn","settings":{"_background":{"color":{"hex":"#e9e591"}},"_border":{"radius":{"top":"1000","right":"1000","left":"1000","bottom":"1000"}},"_typography":{"color":{"hex":"#111111"},"font-weight":"700","font-size":"18","font-family":"Manrope"},"_padding":{"right":"32","left":"32","top":"5","bottom":"5"},"_padding:mobile_portrait":{"right":"24","left":"24"},"_typography:mobile_portrait":{"font-size":"16"},"_heightMin":"60px","_heightMin:mobile_portrait":"48px","_background:hover":{"color":{"hex":"#bab562"}}}},{"id":"fuuwae","name":"sunzen__h2","settings":{"_typography":{"font-size":"42","font-family":"Manrope","font-weight":"600","color":{"hex":"#111111"}},"_typography:mobile_landscape":{"font-size":"36"},"_typography:mobile_portrait":{"font-size":"24"}}},{"id":"unqjse","name":"sunzen__btn-black","settings":{"_background":{"color":{"hex":"#111111"}},"_typography":{"color":{"hex":"#ffffff"}},"_background:hover":{"color":{"hex":"#363534"}}},"modified":1748467181,"user_id":1},{"id":"drsbvb","name":"sunzen__bg-yellow","settings":{"_background":{"color":{"hex":"#e9e591"}}}},{"id":"dsmrdf","name":"sunzen__cta-container","settings":{"_justifyContent":"center","_alignItems":"center","_alignSelf":"center","_rowGap":"30"}}]}
Download JSON

Sunzen Kit – Customer Reviews Carousel
Client Feedback in a Slider
View now
Copy now
{"id":973,"name":"customer-testimonial","title":"Customer Testimonial","date":"2025-05-28 21:22:42","date_formatted":"May 28, 2025","author":{"name":"AK_Developer_25","avatar":"https:\/\/secure.gravatar.com\/avatar\/4895fa216fc2f1ee16e6575899e50eb2388264a879a9791a3ad02c7bed840715?s=60&d=mm&r=g","url":"https:\/\/gallopbiz.in\/ak-dev"},"permalink":"https:\/\/gallopbiz.in\/ak-dev\/template\/customer-testimonial\/","thumbnail":null,"bundles":[],"tags":[],"type":"section","content":[{"id":"cc2337","name":"section","parent":0,"children":["f7ed97"],"settings":{"_cssGlobalClasses":["qflssy","fgcnrd","dwmgst"]},"label":"Customer Testimonial"},{"id":"f7ed97","name":"container","parent":"cc2337","children":["6eb69b","6199a5"],"settings":{"_cssGlobalClasses":["jjcpci","bysuac"]}},{"id":"6eb69b","name":"heading","parent":"f7ed97","children":[],"settings":{"text":"From our customers","tag":"h2","_cssGlobalClasses":["fuuwae"]}},{"id":"6199a5","name":"slider-nested","parent":"f7ed97","children":["29b967","2e9ee9","00b90b"],"settings":{"pagination":true,"_cssGlobalClasses":["zzonlk"],"height":"auto","perPage":"3","perMove":"1","gap":"15","perPage:mobile_landscape":"2","perPage:mobile_portrait":"1"},"label":"testimonial Slider (Nestable)","themeStyles":[]},{"id":"29b967","name":"block","parent":"6199a5","children":["dd88b7","d5cf6d"],"settings":{"_cssGlobalClasses":["oktpqh","oahwjk"]},"label":"Slide 1 - "},{"id":"dd88b7","name":"text-basic","parent":"29b967","children":[],"settings":{"text":"The tranquil setting boosted my productivity, and the supportive community made every day enjoyable.","_cssGlobalClasses":["pukdjm"]},"label":"review"},{"id":"d5cf6d","name":"block","parent":"29b967","children":["49651e","66cd03"],"settings":[]},{"id":"49651e","name":"heading","parent":"d5cf6d","children":[],"settings":{"text":"Max O.","_cssGlobalClasses":["xaxiyc"],"tag":"custom","customTag":"span"},"label":"name"},{"id":"66cd03","name":"text-basic","parent":"d5cf6d","children":[],"settings":{"text":"Freelancer","_cssGlobalClasses":["yysihf"]},"label":"type"},{"id":"2e9ee9","name":"block","parent":"6199a5","children":["1e9514","1f0fde"],"settings":{"_cssGlobalClasses":["oktpqh","ucltar"]},"label":"Slide 2"},{"id":"1e9514","name":"text-basic","parent":"2e9ee9","children":[],"settings":{"text":"The tranquil setting boosted my productivity, and the supportive community made every day enjoyable.","_cssGlobalClasses":["pukdjm"]},"label":"review"},{"id":"1f0fde","name":"block","parent":"2e9ee9","children":["a806da","afd041"],"settings":[]},{"id":"a806da","name":"heading","parent":"1f0fde","children":[],"settings":{"text":"Alex K.","_cssGlobalClasses":["xaxiyc"],"tag":"custom","customTag":"span"},"label":"name"},{"id":"afd041","name":"text-basic","parent":"1f0fde","children":[],"settings":{"text":"Entrepreneur","_cssGlobalClasses":["yysihf"]},"label":"type"},{"id":"00b90b","name":"block","parent":"6199a5","children":["fbd6e1","bcfa1f"],"settings":{"_cssGlobalClasses":["oktpqh","lqsyhl"]},"label":"Slide 3"},{"id":"fbd6e1","name":"text-basic","parent":"00b90b","children":[],"settings":{"text":"The tranquil setting boosted my productivity, and the supportive community made every day enjoyable.","_cssGlobalClasses":["pukdjm"]},"label":"review"},{"id":"bcfa1f","name":"block","parent":"00b90b","children":["0fba1f","c09d71"],"settings":[]},{"id":"0fba1f","name":"heading","parent":"bcfa1f","children":[],"settings":{"text":"Sarah M.","_cssGlobalClasses":["xaxiyc"],"tag":"custom","customTag":"span"},"label":"name"},{"id":"c09d71","name":"text-basic","parent":"bcfa1f","children":[],"settings":{"text":"Corporate manager","_cssGlobalClasses":["yysihf"]},"label":"type"}],"templateType":"section","global_classes":[{"id":"qflssy","name":"sunzen-default-section","settings":{"_padding":{"top":"100","bottom":"100","left":"5%","right":"5%"},"_padding:mobile_landscape":{"top":"80","bottom":"80"},"_padding:mobile_portrait":{"top":"60","bottom":"60"},"_rowGap":"64","_rowGap:mobile_portrait":"40"}},{"id":"jjcpci","name":"sunzen-default-container","settings":{"_width":"1248","_rowGap":"64","_rowGap:mobile_landscape":"30"}},{"id":"pukdjm","name":"sunzen__big-white-text","settings":{"_typography":{"color":{"hex":"#ffffff"},"font-size":"24","font-weight":"500","font-family":"Manrope","line-height":"1.3"},"_typography:mobile_portrait":{"font-size":"18"},"_typography:tablet_portrait":{"font-size":"18"}}},{"id":"fgcnrd","name":"sunzen-work-here__section","settings":{"_padding:mobile_portrait":{"bottom":"120"},"_padding:mobile_landscape":{"bottom":"140"}}},{"id":"bysuac","name":"sunzen__slider-wrapper","settings":{"_alignItems":"center"}},{"id":"fuuwae","name":"sunzen__h2","settings":{"_typography":{"font-size":"42","font-family":"Manrope","font-weight":"600","color":{"hex":"#111111"}},"_typography:mobile_landscape":{"font-size":"36"},"_typography:mobile_portrait":{"font-size":"24"}}},{"id":"zzonlk","name":"sunzen__slider","settings":{"paginationBottom":"-55","paginationColorActive":{"hex":"#796d4f"},"paginationColor":{"hex":"#dcdacf"},"paginationHeight":"12","paginationWidth":"12","_cssCustom":".sunzen__slider.brxe-slider-nested .splide__pagination{\ndisplay:none;\n}","_cssCustom:mobile_landscape":".sunzen__slider.brxe-slider-nested .splide__pagination{\ndisplay:block;\n}"}},{"id":"dwmgst","name":"sunzen__bg-greyscale-50","settings":{"_background":{"color":{"hex":"#f8f8f5"}}}},{"id":"oahwjk","name":"sunzen__bg-moss","settings":{"_background":{"color":{"hex":"#74805f"}}}},{"id":"oktpqh","name":"sunzen__customers-card","settings":{"_padding":{"top":"48","right":"32","left":"32","bottom":"48"},"_heightMin":"400","_heightMin:tablet_portrait":"300","_border":{"radius":{"top":"16","right":"16","bottom":"16","left":"16"}},"_justifyContent":"space-between","_alignItems":"flex-start","_padding:tablet_portrait":{"left":"15","right":"15"},"_rowGap:tablet_portrait":"40","_padding:mobile_portrait":{"left":"32","right":"32"}}},{"id":"xaxiyc","name":"sunzen__customers-card--name","settings":{"_typography":{"font-size":"18","color":{"hex":"#ffffff"},"font-family":"Manrope","font-weight":"700"},"_typography:tablet_portrait":{"font-size":"16"}}},{"id":"yysihf","name":"sunzen__customers-card--type","settings":{"_typography":{"font-size":"14","text-transform":"uppercase","font-family":"Manrope","font-weight":"800","line-height":"2","color":{"hex":"#ffffff","rgb":"rgba(255, 255, 255, 0.5)","hsl":"hsla(0, 0%, 100%, 0.5)"}},"_typography:tablet_portrait":{"font-size":"12"}}},{"id":"ucltar","name":"sunzen__bg-slate","settings":{"_background":{"color":{"hex":"#708c95"}}}},{"id":"lqsyhl","name":"sunzen__bg-lotus","settings":{"_background":{"color":{"hex":"#6d4949"}}}}]}
Download JSON

Sunzen kit – featured card with slider
Carousel displaying featured content blocks
View now
Copy now
{"id":972,"name":"global-community","title":"Global Community","date":"2025-05-28 21:22:30","date_formatted":"May 28, 2025","author":{"name":"AK_Developer_25","avatar":"https:\/\/secure.gravatar.com\/avatar\/4895fa216fc2f1ee16e6575899e50eb2388264a879a9791a3ad02c7bed840715?s=60&d=mm&r=g","url":"https:\/\/gallopbiz.in\/ak-dev"},"permalink":"https:\/\/gallopbiz.in\/ak-dev\/template\/global-community\/","thumbnail":null,"bundles":[],"tags":[],"type":"section","content":[{"id":"83fae1","name":"section","parent":0,"children":["45a0c4"],"settings":{"_cssGlobalClasses":["qflssy","fgcnrd"],"_background":{"color":{"hex":"#ffffff"}}},"label":"Global Community"},{"id":"45a0c4","name":"container","parent":"83fae1","children":["9aaaee","c93723","1eeee9"],"settings":{"_cssGlobalClasses":["jjcpci","bysuac"]}},{"id":"9aaaee","name":"heading","parent":"45a0c4","children":[],"settings":{"text":"Join a global community","tag":"h2","_cssGlobalClasses":["fuuwae"]}},{"id":"c93723","name":"slider-nested","parent":"45a0c4","children":["1ee96c","6e911b","ccdaf5"],"settings":{"pagination":true,"_cssGlobalClasses":["zzonlk"],"height":"auto","perPage":"3","perMove":"1","gap":"15","perPage:mobile_landscape":"2","perPage:mobile_portrait":"1"},"label":"global community Slider (Nestable)"},{"id":"1ee96c","name":"block","parent":"c93723","children":["3d6181","212a4c"],"settings":{"_cssGlobalClasses":["zvhcgd","qgbjbc"],"_background":{"image":{"id":869,"filename":"feature-card.png","size":"full","full":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/05\/feature-card.png","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/05\/feature-card.png"}}},"label":"Slide 1 - "},{"id":"3d6181","name":"heading","parent":"1ee96c","children":[],"settings":{"text":"New York City","_cssGlobalClasses":["wfkejh"],"tag":"h3"},"label":"City h3 Heading"},{"id":"212a4c","name":"text-basic","parent":"1ee96c","children":[],"settings":{"text":"UNITED STATES","_cssGlobalClasses":["bqkiqk"]},"label":"country"},{"id":"6e911b","name":"block","parent":"c93723","children":["3d4c7d","c1915d"],"settings":{"_cssGlobalClasses":["zvhcgd","mmailk"],"_background":{"image":{"id":869,"filename":"feature-card.png","size":"full","full":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/05\/feature-card.png","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/05\/feature-card.png"}}},"label":"Slide 2"},{"id":"3d4c7d","name":"heading","parent":"6e911b","children":[],"settings":{"text":"Chicago","_cssGlobalClasses":["wfkejh"],"tag":"h3"},"label":"City h3 Heading"},{"id":"c1915d","name":"text-basic","parent":"6e911b","children":[],"settings":{"text":"UNITED STATES","_cssGlobalClasses":["bqkiqk"]},"label":"country"},{"id":"ccdaf5","name":"block","parent":"c93723","children":["692361","53f53d"],"settings":{"_cssGlobalClasses":["zvhcgd","ulunxv"],"_background":{"image":{"id":869,"filename":"feature-card.png","size":"full","full":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/05\/feature-card.png","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/05\/feature-card.png"}}},"label":"Slide 3"},{"id":"692361","name":"heading","parent":"ccdaf5","children":[],"settings":{"text":"London","_cssGlobalClasses":["wfkejh"],"tag":"h3"},"label":"City h3 Heading"},{"id":"53f53d","name":"text-basic","parent":"ccdaf5","children":[],"settings":{"text":"UNITED KINGDOM","_cssGlobalClasses":["bqkiqk"]},"label":"country"},{"id":"1eeee9","name":"button","parent":"45a0c4","children":[],"settings":{"text":"View all","style":"primary","_cssGlobalClasses":["unqjse","fwtdtj"],"link":{"type":"external","url":"#"},"_margin:mobile_landscape":{"top":"80"},"_margin:mobile_portrait":{"top":"60"}}}],"templateType":"section","global_classes":[{"id":"qflssy","name":"sunzen-default-section","settings":{"_padding":{"top":"100","bottom":"100","left":"5%","right":"5%"},"_padding:mobile_landscape":{"top":"80","bottom":"80"},"_padding:mobile_portrait":{"top":"60","bottom":"60"},"_rowGap":"64","_rowGap:mobile_portrait":"40"}},{"id":"jjcpci","name":"sunzen-default-container","settings":{"_width":"1248","_rowGap":"64","_rowGap:mobile_landscape":"30"}},{"id":"fwtdtj","name":"sunzen-primary-btn","settings":{"_background":{"color":{"hex":"#e9e591"}},"_border":{"radius":{"top":"1000","right":"1000","left":"1000","bottom":"1000"}},"_typography":{"color":{"hex":"#111111"},"font-weight":"700","font-size":"18","font-family":"Manrope"},"_padding":{"right":"32","left":"32","top":"5","bottom":"5"},"_padding:mobile_portrait":{"right":"24","left":"24"},"_typography:mobile_portrait":{"font-size":"16"},"_heightMin":"60px","_heightMin:mobile_portrait":"48px","_background:hover":{"color":{"hex":"#bab562"}}}},{"id":"fgcnrd","name":"sunzen-work-here__section","settings":{"_padding:mobile_portrait":{"bottom":"120"},"_padding:mobile_landscape":{"bottom":"140"}}},{"id":"bysuac","name":"sunzen__slider-wrapper","settings":{"_alignItems":"center"}},{"id":"fuuwae","name":"sunzen__h2","settings":{"_typography":{"font-size":"42","font-family":"Manrope","font-weight":"600","color":{"hex":"#111111"}},"_typography:mobile_landscape":{"font-size":"36"},"_typography:mobile_portrait":{"font-size":"24"}}},{"id":"zzonlk","name":"sunzen__slider","settings":{"paginationBottom":"-55","paginationColorActive":{"hex":"#796d4f"},"paginationColor":{"hex":"#dcdacf"},"paginationHeight":"12","paginationWidth":"12","_cssCustom":".sunzen__slider.brxe-slider-nested .splide__pagination{\ndisplay:none;\n}","_cssCustom:mobile_landscape":".sunzen__slider.brxe-slider-nested .splide__pagination{\ndisplay:block;\n}"}},{"id":"wfkejh","name":"sunzen__h3","settings":{"_typography":{"font-size":"28","font-family":"Manrope","font-weight":"700","color":{"hex":"#111111"}},"_typography:mobile_landscape":{"font-size":"24"},"_typography:mobile_portrait":{"font-size":"20"}}},{"id":"zvhcgd","name":"sunzen__featured-card","settings":{"_padding":{"top":"32","left":"32","bottom":"48","right":"32"},"_border":{"radius":{"top":"16","right":"16","bottom":"16","left":"16"}},"_gradient":[],"_justifyContent":"flex-end","_alignItems":"center","_alignSelf":"stretch","_heightMin":"400","_padding:tablet_portrait":{"left":"15","right":"15"},"_heightMin:tablet_portrait":"300"}},{"id":"qgbjbc","name":"sunzen__overlay-gradient-1","settings":{"_gradient":{"applyTo":"overlay","gradientType":"linear","colors":[{"id":"agjuxy","color":{"hex":"#d8cdea","rgb":"rgba(216, 205, 234, 0.25)","hsl":"hsla(263, 41%, 86%, 0.25)"}},{"id":"bhuibm","color":{"hex":"#d8cdea"}}]},"_overflow":"hidden"}},{"id":"bqkiqk","name":"sunzen__featured-card--small-txt","settings":{"_typography":{"font-size":"14","font-family":"Manrope","font-weight":"800","text-transform":"uppercase","letter-spacing":"2"},"_typography:mobile_portrait":{"font-size":"12"}}},{"id":"mmailk","name":"sunzen__overlay-gradient-2","settings":{"_gradient":{"applyTo":"overlay","gradientType":"linear","colors":[{"id":"ggopyx","color":{"hex":"#b8d2e6","rgb":"rgba(184, 210, 230, 0.25)","hsl":"hsla(206, 48%, 81%, 0.25)"}},{"id":"qyjian","color":{"hex":"#b8d2e6"}}]},"_overflow":"hidden"}},{"id":"ulunxv","name":"sunzen__overlay-gradient-3","settings":{"_gradient":{"applyTo":"overlay","gradientType":"linear","colors":[{"id":"oedazz","color":{"hex":"#a9b493","rgb":"rgba(169, 180, 147, 0.25)","hsl":"hsla(80, 18%, 64%, 0.25)"}},{"id":"hqaopa","color":{"hex":"#a9b493"}}]},"_overflow":"hidden"}},{"id":"unqjse","name":"sunzen__btn-black","settings":{"_background":{"color":{"hex":"#111111"}},"_typography":{"color":{"hex":"#ffffff"}},"_background:hover":{"color":{"hex":"#363534"}}},"modified":1748467181,"user_id":1}]}
Download JSON

Sunzen kit – Content section
Two-column section with image and content
View now
Copy now
{"id":971,"name":"a-space-for-everyone","title":"A space for everyone","date":"2025-05-28 21:22:18","date_formatted":"May 28, 2025","author":{"name":"AK_Developer_25","avatar":"https:\/\/secure.gravatar.com\/avatar\/4895fa216fc2f1ee16e6575899e50eb2388264a879a9791a3ad02c7bed840715?s=60&d=mm&r=g","url":"https:\/\/gallopbiz.in\/ak-dev"},"permalink":"https:\/\/gallopbiz.in\/ak-dev\/template\/a-space-for-everyone\/","thumbnail":null,"bundles":[],"tags":[],"type":"section","content":[{"id":"872247","name":"section","parent":0,"children":["880c26","d949fb","ea5485","70a586"],"settings":{"_cssGlobalClasses":["qflssy","dwmgst"]},"label":"A space for everyone"},{"id":"880c26","name":"container","parent":"872247","children":["707580"],"settings":{"_cssGlobalClasses":["jjcpci","fxopxm"]}},{"id":"707580","name":"heading","parent":"880c26","children":[],"settings":{"text":"A space for everyone","tag":"h2","_cssGlobalClasses":["fuuwae"]}},{"id":"d949fb","name":"container","parent":"872247","children":["cb901c","1dcc16"],"settings":{"_direction":"row","_cssGlobalClasses":["idcecs"]}},{"id":"cb901c","name":"block","parent":"d949fb","children":["0edeb0"],"settings":[],"label":"Column"},{"id":"0edeb0","name":"image","parent":"cb901c","children":[],"settings":{"image":{"id":849,"filename":"image-4.png","size":"full","full":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/05\/image-4.png","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/05\/image-4.png"},"_cssGlobalClasses":["vmctdl"]}},{"id":"1dcc16","name":"block","parent":"d949fb","children":["8e02a0","19ee79","072ad6"],"settings":{"_cssGlobalClasses":["orfyzg"]},"label":"Column"},{"id":"8e02a0","name":"heading","parent":"1dcc16","children":[],"settings":{"text":"Individual","_cssGlobalClasses":["wfkejh"],"tag":"h3"}},{"id":"19ee79","name":"text-basic","parent":"1dcc16","children":[],"settings":{"text":"Work in a harmonious environment that promotes well-being and equilibrium, ensuring you feel centered and energized throughout the day.","_cssGlobalClasses":["lsrsau"]}},{"id":"072ad6","name":"button","parent":"1dcc16","children":[],"settings":{"text":"Learn more","_cssGlobalClasses":["oscsle","gslfxl"],"link":{"type":"external","url":"#"},"icon":{"library":"ionicons","icon":"ion-ios-arrow-forward"}}},{"id":"ea5485","name":"container","parent":"872247","children":["a30006","60687f"],"settings":{"_direction":"row","_cssGlobalClasses":["idcecs"],"_direction:mobile_landscape":"column-reverse"}},{"id":"a30006","name":"block","parent":"ea5485","children":["177495","35335b","3cfdba"],"settings":{"_cssGlobalClasses":["orfyzg"]},"label":"Column"},{"id":"177495","name":"heading","parent":"a30006","children":[],"settings":{"text":"Small teams","_cssGlobalClasses":["wfkejh"],"tag":"h3"}},{"id":"35335b","name":"text-basic","parent":"a30006","children":[],"settings":{"text":"Secure dedicated space for teams of 1 to 15. Fully-furnished offices offer a tranquil ambiance, balancing productivity and serenity seamlessly.","_cssGlobalClasses":["lsrsau"]}},{"id":"3cfdba","name":"button","parent":"a30006","children":[],"settings":{"text":"Learn more","_cssGlobalClasses":["oscsle"],"link":{"type":"external","url":"#"},"icon":{"library":"ionicons","icon":"ion-ios-arrow-forward"}}},{"id":"60687f","name":"block","parent":"ea5485","children":["c7bb2f"],"settings":[],"label":"Column"},{"id":"c7bb2f","name":"image","parent":"60687f","children":[],"settings":{"image":{"id":862,"filename":"image-5.png","size":"full","full":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/05\/image-5.png","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/05\/image-5.png"},"_cssGlobalClasses":["vmctdl"]}},{"id":"70a586","name":"container","parent":"872247","children":["13e4e1","d462ac"],"settings":{"_direction":"row","_cssGlobalClasses":["idcecs"]}},{"id":"13e4e1","name":"block","parent":"70a586","children":["5d9a13"],"settings":[],"label":"Column"},{"id":"5d9a13","name":"image","parent":"13e4e1","children":[],"settings":{"image":{"id":861,"filename":"image-6.png","size":"full","full":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/05\/image-6.png","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/05\/image-6.png"},"_cssGlobalClasses":["vmctdl"]}},{"id":"d462ac","name":"block","parent":"70a586","children":["e9b2b8","449647","1a13e4"],"settings":{"_cssGlobalClasses":["orfyzg"]},"label":"Column"},{"id":"e9b2b8","name":"heading","parent":"d462ac","children":[],"settings":{"text":"Large teams","_cssGlobalClasses":["wfkejh"],"tag":"h3"}},{"id":"449647","name":"text-basic","parent":"d462ac","children":[],"settings":{"text":"Explore expansive studios for teams of 15 to 100. From branded spaces to customizable layouts, cultivate collaboration and innovation in a tranquil, harmonious atmosphere.","_cssGlobalClasses":["lsrsau"]}},{"id":"1a13e4","name":"button","parent":"d462ac","children":[],"settings":{"text":"Learn more","_cssGlobalClasses":["oscsle"],"link":{"type":"external","url":"#"},"icon":{"library":"ionicons","icon":"ion-ios-arrow-forward"}}}],"templateType":"section","global_classes":[{"id":"qflssy","name":"sunzen-default-section","settings":{"_padding":{"top":"100","bottom":"100","left":"5%","right":"5%"},"_padding:mobile_landscape":{"top":"80","bottom":"80"},"_padding:mobile_portrait":{"top":"60","bottom":"60"},"_rowGap":"64","_rowGap:mobile_portrait":"40"}},{"id":"jjcpci","name":"sunzen-default-container","settings":{"_width":"1248","_rowGap":"64","_rowGap:mobile_landscape":"30"}},{"id":"fuuwae","name":"sunzen__h2","settings":{"_typography":{"font-size":"42","font-family":"Manrope","font-weight":"600","color":{"hex":"#111111"}},"_typography:mobile_landscape":{"font-size":"36"},"_typography:mobile_portrait":{"font-size":"24"}}},{"id":"lsrsau","name":"sunzen__body-text","settings":{"_typography":{"font-size":"18","font-family":"Manrope","font-weight":"400","color":{"hex":"#111111"}},"_typography:mobile_portrait":{"font-size":"16"}}},{"id":"dwmgst","name":"sunzen__bg-greyscale-50","settings":{"_background":{"color":{"hex":"#f8f8f5"}}}},{"id":"idcecs","name":"sunzen-2column_container","settings":{"_columnGap":"60","_rowGap:mobile_portrait":"20","_rowGap:mobile_landscape":"30"}},{"id":"wfkejh","name":"sunzen__h3","settings":{"_typography":{"font-size":"28","font-family":"Manrope","font-weight":"700","color":{"hex":"#111111"}},"_typography:mobile_landscape":{"font-size":"24"},"_typography:mobile_portrait":{"font-size":"20"}}},{"id":"oscsle","name":"sunzen__learn-more","settings":{"_padding":{"left":"0","top":"0","right":"0","bottom":"0"},"_typography":{"color":{"hex":"#616a51"},"font-size":"18","font-weight":"700","font-family":"Manrope"},"_typography:mobile_portrait":{"font-size":"16"}}},{"id":"orfyzg","name":"sunzen__col","settings":{"_rowGap":"10","_alignSelf":"center","_rowGap:mobile_portrait":"10"}},{"id":"vmctdl","name":"sunzen-col_image","settings":{"_width":"100%","_border":{"radius":{"top":"16","right":"16","bottom":"16","left":"16"}}}},{"id":"fxopxm","name":"sunzen-space_container","settings":{"_alignItems":"center"}},{"id":"gslfxl","name":"sunzen__margin-top-m","settings":{"_margin":{"top":"25"},"_margin:mobile_portrait":{"top":"20"}}}]}
Download JSON

Sunzen kit – Featured Card Slider
Featured item card within a slider
View now
Copy now
{"id":970,"name":"why-work-here","title":"Why Work here","date":"2025-05-28 21:22:08","date_formatted":"May 28, 2025","author":{"name":"AK_Developer_25","avatar":"https:\/\/secure.gravatar.com\/avatar\/4895fa216fc2f1ee16e6575899e50eb2388264a879a9791a3ad02c7bed840715?s=60&d=mm&r=g","url":"https:\/\/gallopbiz.in\/ak-dev"},"permalink":"https:\/\/gallopbiz.in\/ak-dev\/template\/why-work-here\/","thumbnail":null,"bundles":[],"tags":[],"type":"section","content":[{"id":"0a5ed4","name":"section","parent":0,"children":["ced5d5"],"settings":{"_cssGlobalClasses":["qflssy","fgcnrd"],"_background":{"color":{"hex":"#ffffff"}}},"label":"Why Work here"},{"id":"ced5d5","name":"container","parent":"0a5ed4","children":["1fa788","2bbb82"],"settings":{"_cssGlobalClasses":["jjcpci","bysuac"]}},{"id":"1fa788","name":"heading","parent":"ced5d5","children":[],"settings":{"text":"Why work here?","tag":"h2","_cssGlobalClasses":["fuuwae"]}},{"id":"2bbb82","name":"slider-nested","parent":"ced5d5","children":["f7a361","c5109d","cc4777"],"settings":{"pagination":true,"_cssGlobalClasses":["zzonlk"],"height":"auto","perPage":"3","perMove":"1","gap":"15","perPage:mobile_landscape":"2","perPage:mobile_portrait":"1"},"label":"Why work Slider (Nestable)"},{"id":"f7a361","name":"block","parent":"2bbb82","children":["df6f08","c6f450","69a783"],"settings":{"_cssGlobalClasses":["wvomfu"]},"label":"Slide 1 - "},{"id":"df6f08","name":"block","parent":"f7a361","children":["502de1"],"settings":{"_cssGlobalClasses":["juemqa"]},"label":"Logo"},{"id":"502de1","name":"svg","parent":"df6f08","children":[],"settings":{"_cssGlobalClasses":["wpvkxw"],"file":{"id":829,"filename":"Frame-7.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/05\/Frame-7.svg"}},"themeStyles":[]},{"id":"c6f450","name":"heading","parent":"f7a361","children":[],"settings":{"text":"Peaceful","tag":"custom","customTag":"span","_cssGlobalClasses":["dsvyjk"]}},{"id":"69a783","name":"text-basic","parent":"f7a361","children":[],"settings":{"text":"Create in a tranquil space designed to enhance focus and productivity, where every detail fosters a sense of calm and clarity.","_cssGlobalClasses":["lsrsau"]}},{"id":"c5109d","name":"block","parent":"2bbb82","children":["ab9d30","c2c1fb","54ff6a"],"settings":{"_cssGlobalClasses":["wvomfu"]},"label":"Slide 1"},{"id":"ab9d30","name":"block","parent":"c5109d","children":["cce5cd"],"settings":{"_cssGlobalClasses":["juemqa","ttxkeg"]},"label":"Logo"},{"id":"cce5cd","name":"svg","parent":"ab9d30","children":[],"settings":{"_cssGlobalClasses":["wpvkxw"],"file":{"id":836,"filename":"Frame-8.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/05\/Frame-8.svg"}},"themeStyles":[]},{"id":"c2c1fb","name":"heading","parent":"c5109d","children":[],"settings":{"text":"Balanced","tag":"custom","customTag":"span","_cssGlobalClasses":["dsvyjk"]}},{"id":"54ff6a","name":"text-basic","parent":"c5109d","children":[],"settings":{"text":"Work in a harmonious environment that promotes well-being and equilibrium, ensuring you feel centered and energized throughout the day.","_cssGlobalClasses":["lsrsau"]}},{"id":"cc4777","name":"block","parent":"2bbb82","children":["ca89a6","7a80f7","cc13ac"],"settings":{"_cssGlobalClasses":["wvomfu"]},"label":"Slide 1"},{"id":"ca89a6","name":"block","parent":"cc4777","children":["c1521a"],"settings":{"_cssGlobalClasses":["juemqa","weflmh"]},"label":"Logo"},{"id":"c1521a","name":"svg","parent":"ca89a6","children":[],"settings":{"_cssGlobalClasses":["wpvkxw"],"file":{"id":838,"filename":"Frame-9.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/05\/Frame-9.svg"}},"themeStyles":[]},{"id":"7a80f7","name":"heading","parent":"cc4777","children":[],"settings":{"text":"Connection","tag":"custom","customTag":"span","_cssGlobalClasses":["dsvyjk"]}},{"id":"cc13ac","name":"text-basic","parent":"cc4777","children":[],"settings":{"text":"Engage with a supportive network of professionals, fostering connections and teamwork in an inclusive and vibrant environment.","_cssGlobalClasses":["lsrsau"]}}],"templateType":"section","global_classes":[{"id":"qflssy","name":"sunzen-default-section","settings":{"_padding":{"top":"100","bottom":"100","left":"5%","right":"5%"},"_padding:mobile_landscape":{"top":"80","bottom":"80"},"_padding:mobile_portrait":{"top":"60","bottom":"60"},"_rowGap":"64","_rowGap:mobile_portrait":"40"}},{"id":"jjcpci","name":"sunzen-default-container","settings":{"_width":"1248","_rowGap":"64","_rowGap:mobile_landscape":"30"}},{"id":"fgcnrd","name":"sunzen-work-here__section","settings":{"_padding:mobile_portrait":{"bottom":"120"},"_padding:mobile_landscape":{"bottom":"140"}}},{"id":"bysuac","name":"sunzen__slider-wrapper","settings":{"_alignItems":"center"}},{"id":"juemqa","name":"sunzen-why-work__logo","settings":{"_width":"72","_height":"72","_border":{"radius":{"top":"50","right":"50","bottom":"50","left":"50"}},"_background":{"color":{"hex":"#dcdacf"}},"_alignSelf":"flex-start","_alignItems":"center","_justifyContent":"center"}},{"id":"wpvkxw","name":"sunzen-why-work__svg","settings":{"_width":"24"}},{"id":"dsvyjk","name":"sunzen-why-work__heading","settings":{"_typography":{"font-family":"Manrope","font-weight":"700","color":{"hex":"#111111"},"font-size":"24"},"_typography:mobile_portrait":{"font-size":"18"}}},{"id":"fuuwae","name":"sunzen__h2","settings":{"_typography":{"font-size":"42","font-family":"Manrope","font-weight":"600","color":{"hex":"#111111"}},"_typography:mobile_landscape":{"font-size":"36"},"_typography:mobile_portrait":{"font-size":"24"}}},{"id":"lsrsau","name":"sunzen__body-text","settings":{"_typography":{"font-size":"18","font-family":"Manrope","font-weight":"400","color":{"hex":"#111111"}},"_typography:mobile_portrait":{"font-size":"16"}}},{"id":"wvomfu","name":"sunzen-why-work__slide","settings":{"_background":{"color":{"hex":"#f8f8f5"}},"_border":{"radius":{"top":"16","right":"16","bottom":"16","left":"16"}},"_padding":{"top":"32","left":"32","right":"32","bottom":"48"},"_alignItems":"flex-start","_rowGap":"20","_alignSelf":"stretch","_justifyContent":"flex-start","_padding:tablet_portrait":{"left":"20","right":"20"},"_padding:mobile_portrait":{"left":"32","right":"32"}}},{"id":"zzonlk","name":"sunzen__slider","settings":{"paginationBottom":"-55","paginationColorActive":{"hex":"#796d4f"},"paginationColor":{"hex":"#dcdacf"},"paginationHeight":"12","paginationWidth":"12","_cssCustom":".sunzen__slider.brxe-slider-nested .splide__pagination{\ndisplay:none;\n}","_cssCustom:mobile_landscape":".sunzen__slider.brxe-slider-nested .splide__pagination{\ndisplay:block;\n}"}},{"id":"ttxkeg","name":"sunzen__sky-bg","settings":{"_background":{"color":{"hex":"#b8d2e6"}}}},{"id":"weflmh","name":"sunzen__lavender-bg","settings":{"_background":{"color":{"hex":"#d8cdea"}}}}]}
Download JSON

Sunzen kit – Footer
Footer section with dual columns and link lists
View now
Copy now
{"id":916,"name":"sunzen-footer","title":"Sunzen Footer","date":"2025-05-28 19:52:35","date_formatted":"May 28, 2025","author":{"name":"AK_Developer_25","avatar":"https:\/\/secure.gravatar.com\/avatar\/4895fa216fc2f1ee16e6575899e50eb2388264a879a9791a3ad02c7bed840715?s=60&d=mm&r=g","url":"https:\/\/gallopbiz.in\/ak-dev"},"permalink":"https:\/\/gallopbiz.in\/ak-dev\/template\/sunzen-footer\/","thumbnail":null,"bundles":[],"tags":[],"type":"footer","footer":[{"id":"pdmyio","name":"section","parent":0,"children":["yvyibq","jnkbaf"],"settings":{"_cssGlobalClasses":["qflssy","rqzdsc"]},"label":"Sunzen Footer"},{"id":"yvyibq","name":"container","parent":"pdmyio","children":["zdnelk","hclqlj"],"settings":{"_direction":"row","_cssGlobalClasses":["jjcpci"]}},{"id":"zdnelk","name":"block","parent":"yvyibq","children":["njzesw","ornknt","wbputd"],"settings":{"_cssGlobalClasses":["hiwpzo"]},"label":"Column"},{"id":"hclqlj","name":"block","parent":"yvyibq","children":["fxcsji"],"settings":[],"label":"Column"},{"id":"njzesw","name":"image","parent":"zdnelk","children":[],"settings":{"image":{"id":919,"filename":"logo-horizontal.svg","size":"full","full":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/05\/logo-horizontal.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/05\/logo-horizontal.svg"}}},{"id":"ornknt","name":"text-basic","parent":"zdnelk","children":[],"settings":{"text":"8037 Bedford St. Brooklyn, NY 13440(718) 382-3689info@sunzen.com","_cssGlobalClasses":["ivsgkw"]}},{"id":"wbputd","name":"block","parent":"zdnelk","children":["rglzxl"],"settings":[]},{"id":"rglzxl","name":"social-icons","parent":"wbputd","children":[],"settings":{"_padding":{"top":15,"right":15,"bottom":15,"left":15},"_typography":{"color":{"hex":"#ffffff"}},"icons":[{"icon":{"library":"ionicons","icon":"ion-logo-instagram"},"id":"icbwxa","iconColor":{"hex":"#686662"},"link":{"type":"external","url":"#"}},{"icon":{"library":"ionicons","icon":"ion-logo-youtube"},"id":"mohmjc","iconColor":{"hex":"#686662"},"link":{"type":"external","url":"#"}},{"icon":{"library":"ionicons","icon":"ion-logo-linkedin"},"id":"kzccod","iconColor":{"hex":"#686662"},"link":{"type":"external","url":"#"}},{"icon":{"library":"ionicons","icon":"ion-logo-twitter"},"id":"ighpmq","iconColor":{"hex":"#686662"},"link":{"type":"external","url":"#"}}],"iconColor:hover":{"hex":"#6200ff"},"_cssGlobalClasses":["zmgleb"]},"themeStyles":[]},{"id":"fxcsji","name":"block","parent":"hclqlj","children":["nqbwfq","dbitih","thkzvf"],"settings":{"_direction":"row","_cssGlobalClasses":["bzrqik"]}},{"id":"rmrdgc","name":"heading","parent":"dbitih","children":[],"settings":{"text":"Sign in","tag":"custom","customTag":"span","_cssGlobalClasses":["tenqvm"],"link":{"type":"external","url":"#"}}},{"id":"nqbwfq","name":"block","parent":"fxcsji","children":["arprur","dmufpa","yxgccm","xmblat"],"settings":{"_cssGlobalClasses":["pdtgqh"]},"label":"Column"},{"id":"dbitih","name":"block","parent":"fxcsji","children":["huydhl","rmrdgc","lzgbhn"],"settings":{"_cssGlobalClasses":["pdtgqh"]},"label":"Column"},{"id":"huydhl","name":"heading","parent":"dbitih","children":[],"settings":{"text":"EXPLORE","tag":"custom","customTag":"span","_cssGlobalClasses":["ucualu"]}},{"id":"thkzvf","name":"block","parent":"fxcsji","children":["sdsbzh","wfmjwe","kffcwm","voznxu"],"settings":{"_cssGlobalClasses":["pdtgqh"]},"label":"Column"},{"id":"wfmjwe","name":"heading","parent":"thkzvf","children":[],"settings":{"text":"About","tag":"custom","customTag":"span","_cssGlobalClasses":["tenqvm"],"link":{"type":"external","url":"#"}}},{"id":"sdsbzh","name":"heading","parent":"thkzvf","children":[],"settings":{"text":"EXPLORE","tag":"custom","customTag":"span","_cssGlobalClasses":["ucualu"]}},{"id":"arprur","name":"heading","parent":"nqbwfq","children":[],"settings":{"text":"EXPLORE","tag":"custom","customTag":"span","_cssGlobalClasses":["ucualu"]}},{"id":"dmufpa","name":"heading","parent":"nqbwfq","children":[],"settings":{"text":"Take the tour","tag":"custom","customTag":"span","_cssGlobalClasses":["tenqvm"],"link":{"type":"external","url":"#"}}},{"id":"yxgccm","name":"heading","parent":"nqbwfq","children":[],"settings":{"text":"Locations","tag":"custom","customTag":"span","_cssGlobalClasses":["tenqvm"],"link":{"type":"external","url":"#"}}},{"id":"xmblat","name":"heading","parent":"nqbwfq","children":[],"settings":{"text":"Membership","tag":"custom","customTag":"span","_cssGlobalClasses":["tenqvm"],"link":{"type":"external","url":"#"}}},{"id":"lzgbhn","name":"heading","parent":"dbitih","children":[],"settings":{"text":"Events","tag":"custom","customTag":"span","_cssGlobalClasses":["tenqvm"],"link":{"type":"external","url":"#"}}},{"id":"kffcwm","name":"heading","parent":"thkzvf","children":[],"settings":{"text":"Leadership","tag":"custom","customTag":"span","_cssGlobalClasses":["tenqvm"],"link":{"type":"external","url":"#"}}},{"id":"voznxu","name":"heading","parent":"thkzvf","children":[],"settings":{"text":"Careers","tag":"custom","customTag":"span","_cssGlobalClasses":["tenqvm"],"link":{"type":"external","url":"#"}}},{"id":"jnkbaf","name":"container","parent":"pdmyio","children":["beredr","cgsnyi"],"settings":{"_direction":"row","_cssGlobalClasses":["jjcpci"],"_direction:mobile_landscape":"column","_rowGap:mobile_landscape":"0"}},{"id":"beredr","name":"block","parent":"jnkbaf","children":["qigetc"],"settings":[],"label":"Column"},{"id":"cgsnyi","name":"block","parent":"jnkbaf","children":["batngx"],"settings":{"_cssGlobalClasses":["wdzrvn"]},"label":"Column"},{"id":"batngx","name":"text-basic","parent":"cgsnyi","children":[],"settings":{"text":"Terms & Conditions \/ Privacy Policy","_cssGlobalClasses":["hmcpwj"]}},{"id":"qigetc","name":"text-basic","parent":"beredr","children":[],"settings":{"text":"\u00a9 Sunzen. All rights reserved.","_cssGlobalClasses":["hmcpwj"]}}],"templateType":"footer","global_classes":[{"id":"qflssy","name":"sunzen-default-section","settings":{"_padding":{"top":"100","bottom":"100","left":"5%","right":"5%"},"_padding:mobile_landscape":{"top":"80","bottom":"80"},"_padding:mobile_portrait":{"top":"60","bottom":"60"},"_rowGap":"64","_rowGap:mobile_portrait":"40"}},{"id":"jjcpci","name":"sunzen-default-container","settings":{"_width":"1248","_rowGap":"64","_rowGap:mobile_landscape":"30"}},{"id":"rqzdsc","name":"sunzen__footer","settings":{"_background":{"color":{"hex":"#111111"}}}},{"id":"zmgleb","name":"sunzen__footer-social-icons","settings":{"_typography":{"font-size":"24"}}},{"id":"ivsgkw","name":"sunzen__footer-text","settings":{"_typography":{"font-size":"18","color":{"hex":"#85837d"},"font-family":"Manrope"}}},{"id":"hiwpzo","name":"sunzen__footer-col1","settings":{"_rowGap":"40"}},{"id":"bzrqik","name":"sunzen__footer-3col-block","settings":{"_rowGap:mobile_landscape":"50"}},{"id":"ucualu","name":"sunzen__footer-menu-heading","settings":{"_typography":{"font-size":"14","text-transform":"uppercase","font-weight":"800","font-family":"Manrope","letter-spacing":"2","color":{"hex":"#686662"}},"_margin":{"bottom":"10"}}},{"id":"tenqvm","name":"sunzen__footer-menu-links","settings":{"_typography":{"font-size":"16","font-weight":"400","font-family":"Manrope","color":{"hex":"#a2a098"}}}},{"id":"pdtgqh","name":"sunzen__footer-3col-block_col","settings":{"_rowGap":"15"}},{"id":"hmcpwj","name":"sunzen-footer__copyright-text","settings":{"_typography":{"font-family":"Manrope","font-size":"14","color":{"hex":"#85837d"},"font-weight":"400"}}},{"id":"wdzrvn","name":"sunzen__copyright-col","settings":{"_alignItems":"flex-end","_alignItems:mobile_landscape":"flex-start"},"modified":1748464253,"user_id":1}]}
Download JSON

Sunzen kit – Header
Clean and simple header with CTA
View now
Copy now
{"id":938,"name":"header-sunzen","title":"Header Sunzen","date":"2025-05-28 20:31:52","date_formatted":"May 28, 2025","author":{"name":"AK_Developer_25","avatar":"https:\/\/secure.gravatar.com\/avatar\/4895fa216fc2f1ee16e6575899e50eb2388264a879a9791a3ad02c7bed840715?s=60&d=mm&r=g","url":"https:\/\/gallopbiz.in\/ak-dev"},"permalink":"https:\/\/gallopbiz.in\/ak-dev\/template\/header-sunzen\/","thumbnail":null,"bundles":[],"tags":[],"type":"header","header":[{"id":"sihlym","name":"section","parent":0,"children":["wqplap"],"settings":{"_cssGlobalClasses":["mfbjkr"],"_padding:small_display_laptop":{"top":"20","bottom":"20"}},"label":"Header"},{"id":"wqplap","name":"container","parent":"sihlym","children":["kzmodb","fbnrly"],"settings":{"_direction:mobile_landscape":"row","_flexWrap:mobile_landscape":"nowrap","_justifyContent:mobile_landscape":"space-between","_padding:mobile_landscape":{"right":"0","top":"0","bottom":"0","left":"0"},"_cssGlobalClasses":["jjcpci","gvbwih"]}},{"id":"wjjciu","name":"image","parent":"kzmodb","children":[],"settings":{"_cssGlobalClasses":["ngfioe"],"link":"url","url":{"type":"meta","useDynamicData":"https://bricksboard.com"},"image":{"id":919,"filename":"logo-horizontal.svg","size":"full","full":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/05\/logo-horizontal.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/05\/logo-horizontal.svg"}},"label":"logo","themeStyles":[]},{"id":"fprumv","name":"nav-nested","parent":"fbnrly","children":["wxpyzl","lzsnvb"],"settings":{"_cssGlobalClasses":["deyatv"],"itemPadding:small_display_laptop":{"top":"10","bottom":"10"},"mobileMenu":"tablet_portrait"},"themeStyles":[]},{"id":"wxpyzl","name":"block","parent":"fprumv","children":["hvnvxl","jrofbr","uudtmb","kcakff","eiyijp","rzbawt"],"settings":{"tag":"ul","_hidden":{"_cssClasses":"brx-nav-nested-items"},"_cssGlobalClasses":["tdjqxu"],"_display:mobile_landscape":"flex","_rowGap:small_display_laptop":"15","_justifyContent:tablet_portrait":"flex-start","_background:tablet_portrait":{"color":{"hex":"#111111"}},"_rowGap:tablet_portrait":"30"},"label":"Nav items ul","cloneable":false,"deletable":false},{"id":"hntgxk","name":"div","parent":"nczgpy","children":["iysbxx"],"settings":{"_cssGlobalClasses":["eazkma"],"link":{"type":"meta","postId":"497","useDynamicData":"#"},"tag":"a"},"label":"Consulting On-Demand"},{"id":"iysbxx","name":"heading","parent":"hntgxk","children":[],"settings":{"_cssGlobalClasses":["diqwyd"],"text":"Implementation","tag":"custom","customTag":"span"}},{"id":"hvnvxl","name":"text-link","parent":"wxpyzl","children":[],"settings":{"_cssGlobalClasses":["ezmbvq"],"text":"Take the tour","link":{"type":"external","url":"#"}},"label":"Take the tour li","themeStyles":[]},{"id":"rzbawt","name":"button","parent":"wxpyzl","children":[],"settings":{"text":"Apply Now","style":"primary","_cssGlobalClasses":["fwtdtj","jprodu","jsejkh"],"link":{"type":"external","url":"#"},"_typography:tablet_portrait":{"color":{"hex":"#111111"}}},"label":"Mobile Button"},{"id":"lzsnvb","name":"toggle","parent":"fprumv","children":[],"settings":{"animation":"spring","_cssGlobalClasses":["rrvqkx"],"icon":{"library":""}},"label":"Toggle Mobile bar with CSS","themeStyles":[]},{"id":"kzmodb","name":"block","parent":"wqplap","children":["wjjciu"],"settings":{"_cssGlobalClasses":["fkiwye"]},"label":"Column"},{"id":"fbnrly","name":"block","parent":"wqplap","children":["fprumv","vzjgnj"],"settings":{"_cssGlobalClasses":["gnjwad"]},"label":"Column"},{"id":"vzjgnj","name":"button","parent":"fbnrly","children":[],"settings":{"text":"Apply Now","style":"primary","_cssGlobalClasses":["fwtdtj","jprodu","vvxjul"],"link":{"type":"external","url":"#"}}},{"id":"jrofbr","name":"text-link","parent":"wxpyzl","children":[],"settings":{"_cssGlobalClasses":["ezmbvq"],"text":"Events","link":{"type":"external","url":"#"}},"label":"Events li","themeStyles":[]},{"id":"eiyijp","name":"text-link","parent":"wxpyzl","children":[],"settings":{"_cssGlobalClasses":["ezmbvq"],"text":"Sign in","link":{"type":"external","url":"#"},"_border:tablet_portrait":{"width":{"top":"1"},"style":"solid","color":{"hex":"#222120"}},"_padding:tablet_portrait":{"top":"30"}},"label":"Sign in li","themeStyles":[]},{"id":"kcakff","name":"text-link","parent":"wxpyzl","children":[],"settings":{"_cssGlobalClasses":["ezmbvq"],"text":"About","link":{"type":"external","url":"#"}},"label":"About li","themeStyles":[]},{"id":"uudtmb","name":"text-link","parent":"wxpyzl","children":[],"settings":{"_cssGlobalClasses":["ezmbvq"],"text":"Membership","link":{"type":"external","url":"#"}},"label":"Membership li","themeStyles":[]}],"templateType":"header","global_classes":[{"id":"eazkma","name":"cust-mega-menu-submenu-navitem","settings":{"_display":"flex","_alignItems":"flex-start","_columnGap":"10"},"_exists":false},{"id":"diqwyd","name":"cust-mega-menu-nav-heading","settings":[],"_exists":false},{"id":"jjcpci","name":"sunzen-default-container","settings":{"_width":"1248","_rowGap":"64","_rowGap:mobile_landscape":"30"}},{"id":"fwtdtj","name":"sunzen-primary-btn","settings":{"_background":{"color":{"hex":"#e9e591"}},"_border":{"radius":{"top":"1000","right":"1000","left":"1000","bottom":"1000"}},"_typography":{"color":{"hex":"#111111"},"font-weight":"700","font-size":"18","font-family":"Manrope"},"_padding":{"right":"32","left":"32","top":"5","bottom":"5"},"_padding:mobile_portrait":{"right":"24","left":"24"},"_typography:mobile_portrait":{"font-size":"16"},"_heightMin":"60px","_heightMin:mobile_portrait":"48px","_background:hover":{"color":{"hex":"#bab562"}}}},{"id":"mfbjkr","name":"sunzen__header","settings":{"_padding":{"top":"20","right":"5%","bottom":"20","left":"5%"},"_background":{"color":{"hex":"#111111"}},"_zIndex":"9999","_padding:tablet_portrait":{"top":"20","bottom":"20"}},"modified":1748464802,"user_id":1},{"id":"gvbwih","name":"sunzen__header-container","settings":{"_direction":"row"}},{"id":"fkiwye","name":"sunzen__header-col1","settings":{"_alignItems":"flex-start","_alignSelf":"center","_width":"25%"}},{"id":"gnjwad","name":"sunzen__header-col2","settings":{"_direction":"row","_alignItems":"center","_justifyContent":"flex-end","_width":"75%","_columnGap":"20"}},{"id":"jprodu","name":"sunzen__header-btn","settings":{"_heightMin":"40","_heightMin:tablet_portrait":"40","_padding":{"top":"10","bottom":"10","left":"23","right":"23"},"_width":"max-content"},"modified":1748467072,"user_id":1},{"id":"jsejkh","name":"sunzen__hide-on-web","settings":{"_display":"none","_display:tablet_portrait":"block","_widthMax:tablet_portrait":"186px"}},{"id":"vvxjul","name":"sunzen__hide-on-mobile","settings":{"_display:mobile_landscape":"none","_display:tablet_portrait":"none"}},{"id":"ezmbvq","name":"sunzen_nav-item","settings":[]},{"id":"tdjqxu","name":"sunzen_nav-item-ul","settings":{"_margin:tablet_portrait":{"top":"70"},"_padding:tablet_portrait":{"top":"30","left":"5%","right":"5%"}}},{"id":"deyatv","name":"sunzen_nestable-nav","settings":{"itemTypography":{"font-size":"16","font-family":"Manrope","font-weight":"600","color":{"hex":"#ffffff"}},"itemTypographyActive":{"color":{"hex":"#e9e591"}},"itemTypography:hover":{"color":{"hex":"#e9e591"}}}},{"id":"rrvqkx","name":"sunzen__header-toggle","settings":{"iconColor:tablet_portrait":{"hex":"#ffffff"}}},{"id":"ngfioe","name":"sunzen__site-logo","settings":{"_widthMin":"123","_widthMax":"150"},"modified":1748466876,"user_id":1}]}
Download JSON

Sunzen kit – Hero section
Minimalist hero section with a button
View now
Copy now
{"id":969,"name":"sunzen-hero","title":"Sunzen Hero","date":"2025-05-28 21:21:32","date_formatted":"May 28, 2025","author":{"name":"AK_Developer_25","avatar":"https:\/\/secure.gravatar.com\/avatar\/4895fa216fc2f1ee16e6575899e50eb2388264a879a9791a3ad02c7bed840715?s=60&d=mm&r=g","url":"https:\/\/gallopbiz.in\/ak-dev"},"permalink":"https:\/\/gallopbiz.in\/ak-dev\/template\/sunzen-hero\/","thumbnail":null,"bundles":[],"tags":[],"type":"section","content":[{"id":"6b64ae","name":"section","parent":0,"children":["284f2a"],"settings":{"_cssGlobalClasses":["qflssy","oobxfe"],"_background":{"image":{"id":802,"filename":"sunzen-hero-banner.webp","size":"large","full":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/05\/sunzen-hero-banner.webp","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/05\/sunzen-hero-banner-1024x574.webp"}}},"label":"Sunzen Hero"},{"id":"284f2a","name":"container","parent":"6b64ae","children":["9d3508","c5a7d2","e98271"],"settings":{"_cssGlobalClasses":["jjcpci","ldkfql"]}},{"id":"9d3508","name":"heading","parent":"284f2a","children":[],"settings":{"text":" Zen and the art of office space","tag":"h1","_cssGlobalClasses":["jicfnc"]}},{"id":"c5a7d2","name":"text-basic","parent":"284f2a","children":[],"settings":{"text":"Experience a coworking and office space of tranquil productivity that provides focus and clarity.","_cssGlobalClasses":["pukdjm"],"_typography":{"text-align":"center"}}},{"id":"e98271","name":"button","parent":"284f2a","children":[],"settings":{"text":"Apply Now","style":"primary","_cssGlobalClasses":["fwtdtj"],"link":{"type":"external","url":"#"}}}],"templateType":"section","global_classes":[{"id":"qflssy","name":"sunzen-default-section","settings":{"_padding":{"top":"100","bottom":"100","left":"5%","right":"5%"},"_padding:mobile_landscape":{"top":"80","bottom":"80"},"_padding:mobile_portrait":{"top":"60","bottom":"60"},"_rowGap":"64","_rowGap:mobile_portrait":"40"}},{"id":"jjcpci","name":"sunzen-default-container","settings":{"_width":"1248","_rowGap":"64","_rowGap:mobile_landscape":"30"}},{"id":"ldkfql","name":"sunzen-banner__container","settings":{"_alignItems":"center","_alignSelf":"center","_width":"100%","_widthMax":"850","_rowGap":"40","_padding":{"left":"97","right":"97"},"_rowGap:mobile_portrait":"24","_widthMax:mobile_landscape":"100%","_padding:mobile_landscape":{"left":"0","right":"0"}}},{"id":"oobxfe","name":"sunzen-banner--section","settings":{"_justifyContent":"center","_alignItems":"center","_gradient":{"applyTo":"overlay","gradientType":"linear","colors":[{"id":"qyacsd","color":{"hex":"#000000","rgb":"rgba(0, 0, 0, 0.35)","hsl":"hsla(0, 0%, 0%, 0.35)"}},{"id":"qyacsd","color":{"hex":"#000000","rgb":"rgba(0, 0, 0, 0.35)","hsl":"hsla(0, 0%, 0%, 0.35)"}}]},"_background":{"position":"center center","repeat":"no-repeat","size":"cover"},"_heightMin":"715","_heightMin:mobile_landscape":"512"}},{"id":"jicfnc","name":"sunzen__h1","settings":{"_typography":{"font-weight":"500","font-size":"84","letter-spacing":"-2%","color":{"hex":"#ffffff"},"font-family":"Manrope","text-align":"center","line-height":"1.12"},"_typography:mobile_portrait":{"font-weight":"600","font-size":"34"},"_typography:mobile_landscape":{"font-size":"50"}}},{"id":"pukdjm","name":"sunzen__big-white-text","settings":{"_typography":{"color":{"hex":"#ffffff"},"font-size":"24","font-weight":"500","font-family":"Manrope","line-height":"1.3"},"_typography:mobile_portrait":{"font-size":"18"},"_typography:tablet_portrait":{"font-size":"18"}}},{"id":"fwtdtj","name":"sunzen-primary-btn","settings":{"_background":{"color":{"hex":"#e9e591"}},"_border":{"radius":{"top":"1000","right":"1000","left":"1000","bottom":"1000"}},"_typography":{"color":{"hex":"#111111"},"font-weight":"700","font-size":"18","font-family":"Manrope"},"_padding":{"right":"32","left":"32","top":"5","bottom":"5"},"_padding:mobile_portrait":{"right":"24","left":"24"},"_typography:mobile_portrait":{"font-size":"16"},"_heightMin":"60px","_heightMin:mobile_portrait":"48px","_background:hover":{"color":{"hex":"#bab562"}}}}]}
Download JSON

Metric – Post Grid
Section with post grid and filtering options.
View now
Copy now
{"id":795,"name":"metric-insight-section","title":"Metric Insight section","date":"2025-05-24 13:35:38","date_formatted":"May 24, 2025","author":{"name":"AK_Developer_25","avatar":"https:\/\/secure.gravatar.com\/avatar\/4895fa216fc2f1ee16e6575899e50eb2388264a879a9791a3ad02c7bed840715?s=60&d=mm&r=g","url":"https:\/\/gallopbiz.in\/ak-dev"},"permalink":"https:\/\/gallopbiz.in\/ak-dev\/template\/metric-insight-section\/","thumbnail":null,"bundles":[],"tags":[],"type":"section","content":[{"id":"5b15e5","name":"section","parent":0,"children":["bb0fc2","6f5a1e","135296"],"settings":{"_cssGlobalClasses":["vneohb","dqzxcc"]},"label":"Insight section"},{"id":"bb0fc2","name":"container","parent":"5b15e5","children":["b089f9","1b07a5"],"settings":{"_cssGlobalClasses":["cxokoa","qresdr"]}},{"id":"b089f9","name":"block","parent":"bb0fc2","children":["7c5ea1"],"settings":{"_width":"33%","_width:mobile_landscape":"100%"},"label":"Column"},{"id":"7c5ea1","name":"heading","parent":"b089f9","children":[],"settings":{"text":"Insights","tag":"h1","_cssGlobalClasses":["veazgd","dgghcx"]}},{"id":"1b07a5","name":"block","parent":"bb0fc2","children":["5f4e6f","6ab7b5","be14b4","9275c4","49fa7f","951d2b"],"settings":{"_cssGlobalClasses":["ltpped"],"_width":"67%","_width:mobile_landscape":"100%"},"label":"Column"},{"id":"5f4e6f","name":"button","parent":"1b07a5","children":[],"settings":{"text":"Strategy","_cssGlobalClasses":["syeall"],"link":{"type":"external","url":"#"}}},{"id":"6ab7b5","name":"button","parent":"1b07a5","children":[],"settings":{"text":"Analytics","_cssGlobalClasses":["syeall"],"link":{"type":"external","url":"#"}}},{"id":"be14b4","name":"button","parent":"1b07a5","children":[],"settings":{"text":"Leadership","_cssGlobalClasses":["syeall"],"link":{"type":"external","url":"#"}}},{"id":"9275c4","name":"button","parent":"1b07a5","children":[],"settings":{"text":"Revenue","_cssGlobalClasses":["syeall"],"link":{"type":"external","url":"#"}}},{"id":"49fa7f","name":"button","parent":"1b07a5","children":[],"settings":{"text":"Campaign design","_cssGlobalClasses":["syeall"],"link":{"type":"external","url":"#"}}},{"id":"951d2b","name":"button","parent":"1b07a5","children":[],"settings":{"text":"Product marketing","_cssGlobalClasses":["syeall"],"link":{"type":"external","url":"#"}}},{"id":"6f5a1e","name":"container","parent":"5b15e5","children":["f2ceac","894523","bfefae","a7d775","197394","ede305","6a126a","bd6b4d","03f8b1","18c9f8","96a0c8","60a7e8","49c0da","8496fd","ee746e"],"settings":{"_cssGlobalClasses":["qresdr","weprfg"]},"label":"Container with css"},{"id":"f2ceac","name":"block","parent":"6f5a1e","children":["22663f","68d9f1","c0505e","57b8be"],"settings":{"_cssGlobalClasses":["pzblkx"]},"label":"Column"},{"id":"22663f","name":"image","parent":"f2ceac","children":[],"settings":{"image":{"id":485,"filename":"Image-Container.svg","size":"full","full":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/Image-Container.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/Image-Container.svg"},"_cssGlobalClasses":["qfsmby"]},"themeStyles":[]},{"id":"68d9f1","name":"heading","parent":"f2ceac","children":[],"settings":{"text":"2024 B2B paid social benchmark report","_cssGlobalClasses":["oqapge"]}},{"id":"c0505e","name":"text-basic","parent":"f2ceac","children":[],"settings":{"text":"We analyzed $50M+ in B2B tech ad spend to show you what's actually working now. Real data, no fluff. ","_cssGlobalClasses":["vywirb"]}},{"id":"57b8be","name":"button","parent":"f2ceac","children":[],"settings":{"text":"","_cssGlobalClasses":["emdgog"],"link":{"type":"external","url":"#"},"icon":{"library":"ionicons","icon":"ion-ios-arrow-round-forward"}}},{"id":"894523","name":"block","parent":"6f5a1e","children":["6b5d27","88848d","086275","94d3ce"],"settings":{"_cssGlobalClasses":["pzblkx"]},"label":"Column"},{"id":"6b5d27","name":"image","parent":"894523","children":[],"settings":{"image":{"id":485,"filename":"Image-Container.svg","size":"full","full":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/Image-Container.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/Image-Container.svg"},"_cssGlobalClasses":["qfsmby"]},"themeStyles":[]},{"id":"88848d","name":"heading","parent":"894523","children":[],"settings":{"text":"Attribution guide: tracking revenue from paid social","_cssGlobalClasses":["oqapge"]}},{"id":"086275","name":"text-basic","parent":"894523","children":[],"settings":{"text":"The complete framework for attributing revenue to your paid social campaigns. From basic setup to advanced modeling.","_cssGlobalClasses":["vywirb"]}},{"id":"94d3ce","name":"button","parent":"894523","children":[],"settings":{"text":"","_cssGlobalClasses":["emdgog"],"link":{"type":"external","url":"#"},"icon":{"library":"ionicons","icon":"ion-ios-arrow-round-forward"}}},{"id":"bfefae","name":"block","parent":"6f5a1e","children":["999af5","7cc253","038d4e","e54ce6"],"settings":{"_cssGlobalClasses":["pzblkx"]},"label":"Column"},{"id":"999af5","name":"image","parent":"bfefae","children":[],"settings":{"image":{"id":485,"filename":"Image-Container.svg","size":"full","full":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/Image-Container.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/Image-Container.svg"},"_cssGlobalClasses":["qfsmby"]},"themeStyles":[]},{"id":"7cc253","name":"heading","parent":"bfefae","children":[],"settings":{"text":"Attribution guide: tracking revenue from paid social","_cssGlobalClasses":["oqapge"]}},{"id":"038d4e","name":"text-basic","parent":"bfefae","children":[],"settings":{"text":"The complete framework for attributing revenue to your paid social campaigns. From basic setup to advanced modeling.","_cssGlobalClasses":["vywirb"]}},{"id":"e54ce6","name":"button","parent":"bfefae","children":[],"settings":{"text":"","_cssGlobalClasses":["emdgog"],"link":{"type":"external","url":"#"},"icon":{"library":"ionicons","icon":"ion-ios-arrow-round-forward"}}},{"id":"a7d775","name":"block","parent":"6f5a1e","children":["f10a35","50fa31","5a3e60","2361c5"],"settings":{"_cssGlobalClasses":["pzblkx"]},"label":"Column"},{"id":"f10a35","name":"image","parent":"a7d775","children":[],"settings":{"image":{"id":485,"filename":"Image-Container.svg","size":"full","full":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/Image-Container.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/Image-Container.svg"},"_cssGlobalClasses":["qfsmby"]},"themeStyles":[]},{"id":"50fa31","name":"heading","parent":"a7d775","children":[],"settings":{"text":"Attribution guide: tracking revenue from paid social","_cssGlobalClasses":["oqapge"]}},{"id":"5a3e60","name":"text-basic","parent":"a7d775","children":[],"settings":{"text":"The complete framework for attributing revenue to your paid social campaigns. From basic setup to advanced modeling.","_cssGlobalClasses":["vywirb"]}},{"id":"2361c5","name":"button","parent":"a7d775","children":[],"settings":{"text":"","_cssGlobalClasses":["emdgog"],"link":{"type":"external","url":"#"},"icon":{"library":"ionicons","icon":"ion-ios-arrow-round-forward"}}},{"id":"197394","name":"block","parent":"6f5a1e","children":["414e97","33c9fc","629656","1fcf1e"],"settings":{"_cssGlobalClasses":["pzblkx"]},"label":"Column"},{"id":"414e97","name":"image","parent":"197394","children":[],"settings":{"image":{"id":485,"filename":"Image-Container.svg","size":"full","full":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/Image-Container.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/Image-Container.svg"},"_cssGlobalClasses":["qfsmby"]},"themeStyles":[]},{"id":"33c9fc","name":"heading","parent":"197394","children":[],"settings":{"text":"Attribution guide: tracking revenue from paid social","_cssGlobalClasses":["oqapge"]}},{"id":"629656","name":"text-basic","parent":"197394","children":[],"settings":{"text":"The complete framework for attributing revenue to your paid social campaigns. From basic setup to advanced modeling.","_cssGlobalClasses":["vywirb"]}},{"id":"1fcf1e","name":"button","parent":"197394","children":[],"settings":{"text":"","_cssGlobalClasses":["emdgog"],"link":{"type":"external","url":"#"},"icon":{"library":"ionicons","icon":"ion-ios-arrow-round-forward"}}},{"id":"ede305","name":"block","parent":"6f5a1e","children":["74c7d6","57335a","e7302e","2f1cae"],"settings":{"_cssGlobalClasses":["pzblkx"]},"label":"Column"},{"id":"74c7d6","name":"image","parent":"ede305","children":[],"settings":{"image":{"id":485,"filename":"Image-Container.svg","size":"full","full":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/Image-Container.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/Image-Container.svg"},"_cssGlobalClasses":["qfsmby"]},"themeStyles":[]},{"id":"57335a","name":"heading","parent":"ede305","children":[],"settings":{"text":"Attribution guide: tracking revenue from paid social","_cssGlobalClasses":["oqapge"]}},{"id":"e7302e","name":"text-basic","parent":"ede305","children":[],"settings":{"text":"The complete framework for attributing revenue to your paid social campaigns. From basic setup to advanced modeling.","_cssGlobalClasses":["vywirb"]}},{"id":"2f1cae","name":"button","parent":"ede305","children":[],"settings":{"text":"","_cssGlobalClasses":["emdgog"],"link":{"type":"external","url":"#"},"icon":{"library":"ionicons","icon":"ion-ios-arrow-round-forward"}}},{"id":"6a126a","name":"block","parent":"6f5a1e","children":["0b772f","e741eb","45c2f2","d68b3d"],"settings":{"_cssGlobalClasses":["pzblkx"]},"label":"Column"},{"id":"0b772f","name":"image","parent":"6a126a","children":[],"settings":{"image":{"id":485,"filename":"Image-Container.svg","size":"full","full":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/Image-Container.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/Image-Container.svg"},"_cssGlobalClasses":["qfsmby"]},"themeStyles":[]},{"id":"e741eb","name":"heading","parent":"6a126a","children":[],"settings":{"text":"Attribution guide: tracking revenue from paid social","_cssGlobalClasses":["oqapge"]}},{"id":"45c2f2","name":"text-basic","parent":"6a126a","children":[],"settings":{"text":"The complete framework for attributing revenue to your paid social campaigns. From basic setup to advanced modeling.","_cssGlobalClasses":["vywirb"]}},{"id":"d68b3d","name":"button","parent":"6a126a","children":[],"settings":{"text":"","_cssGlobalClasses":["emdgog"],"link":{"type":"external","url":"#"},"icon":{"library":"ionicons","icon":"ion-ios-arrow-round-forward"}}},{"id":"bd6b4d","name":"block","parent":"6f5a1e","children":["9ddb68","ab2db0","9aff01","895305"],"settings":{"_cssGlobalClasses":["pzblkx"]},"label":"Column"},{"id":"9ddb68","name":"image","parent":"bd6b4d","children":[],"settings":{"image":{"id":485,"filename":"Image-Container.svg","size":"full","full":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/Image-Container.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/Image-Container.svg"},"_cssGlobalClasses":["qfsmby"]},"themeStyles":[]},{"id":"ab2db0","name":"heading","parent":"bd6b4d","children":[],"settings":{"text":"Attribution guide: tracking revenue from paid social","_cssGlobalClasses":["oqapge"]}},{"id":"9aff01","name":"text-basic","parent":"bd6b4d","children":[],"settings":{"text":"The complete framework for attributing revenue to your paid social campaigns. From basic setup to advanced modeling.","_cssGlobalClasses":["vywirb"]}},{"id":"895305","name":"button","parent":"bd6b4d","children":[],"settings":{"text":"","_cssGlobalClasses":["emdgog"],"link":{"type":"external","url":"#"},"icon":{"library":"ionicons","icon":"ion-ios-arrow-round-forward"}}},{"id":"03f8b1","name":"block","parent":"6f5a1e","children":["4bdfca","b96509","888187","339591"],"settings":{"_cssGlobalClasses":["pzblkx"]},"label":"Column"},{"id":"4bdfca","name":"image","parent":"03f8b1","children":[],"settings":{"image":{"id":485,"filename":"Image-Container.svg","size":"full","full":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/Image-Container.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/Image-Container.svg"},"_cssGlobalClasses":["qfsmby"]},"themeStyles":[]},{"id":"b96509","name":"heading","parent":"03f8b1","children":[],"settings":{"text":"Attribution guide: tracking revenue from paid social","_cssGlobalClasses":["oqapge"]}},{"id":"888187","name":"text-basic","parent":"03f8b1","children":[],"settings":{"text":"The complete framework for attributing revenue to your paid social campaigns. From basic setup to advanced modeling.","_cssGlobalClasses":["vywirb"]}},{"id":"339591","name":"button","parent":"03f8b1","children":[],"settings":{"text":"","_cssGlobalClasses":["emdgog"],"link":{"type":"external","url":"#"},"icon":{"library":"ionicons","icon":"ion-ios-arrow-round-forward"}}},{"id":"18c9f8","name":"block","parent":"6f5a1e","children":["11c342","bb07b8","634b0e","de566f"],"settings":{"_cssGlobalClasses":["pzblkx"]},"label":"Column"},{"id":"11c342","name":"image","parent":"18c9f8","children":[],"settings":{"image":{"id":485,"filename":"Image-Container.svg","size":"full","full":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/Image-Container.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/Image-Container.svg"},"_cssGlobalClasses":["qfsmby"]},"themeStyles":[]},{"id":"bb07b8","name":"heading","parent":"18c9f8","children":[],"settings":{"text":"Attribution guide: tracking revenue from paid social","_cssGlobalClasses":["oqapge"]}},{"id":"634b0e","name":"text-basic","parent":"18c9f8","children":[],"settings":{"text":"The complete framework for attributing revenue to your paid social campaigns. From basic setup to advanced modeling.","_cssGlobalClasses":["vywirb"]}},{"id":"de566f","name":"button","parent":"18c9f8","children":[],"settings":{"text":"","_cssGlobalClasses":["emdgog"],"link":{"type":"external","url":"#"},"icon":{"library":"ionicons","icon":"ion-ios-arrow-round-forward"}}},{"id":"96a0c8","name":"block","parent":"6f5a1e","children":["a65b60","f9b535","112b49","4d78cc"],"settings":{"_cssGlobalClasses":["pzblkx"]},"label":"Column"},{"id":"a65b60","name":"image","parent":"96a0c8","children":[],"settings":{"image":{"id":485,"filename":"Image-Container.svg","size":"full","full":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/Image-Container.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/Image-Container.svg"},"_cssGlobalClasses":["qfsmby"]},"themeStyles":[]},{"id":"f9b535","name":"heading","parent":"96a0c8","children":[],"settings":{"text":"Attribution guide: tracking revenue from paid social","_cssGlobalClasses":["oqapge"]}},{"id":"112b49","name":"text-basic","parent":"96a0c8","children":[],"settings":{"text":"The complete framework for attributing revenue to your paid social campaigns. From basic setup to advanced modeling.","_cssGlobalClasses":["vywirb"]}},{"id":"4d78cc","name":"button","parent":"96a0c8","children":[],"settings":{"text":"","_cssGlobalClasses":["emdgog"],"link":{"type":"external","url":"#"},"icon":{"library":"ionicons","icon":"ion-ios-arrow-round-forward"}}},{"id":"60a7e8","name":"block","parent":"6f5a1e","children":["eeab32","bd2b32","eafe94","6b1e12"],"settings":{"_cssGlobalClasses":["pzblkx"]},"label":"Column"},{"id":"eeab32","name":"image","parent":"60a7e8","children":[],"settings":{"image":{"id":485,"filename":"Image-Container.svg","size":"full","full":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/Image-Container.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/Image-Container.svg"},"_cssGlobalClasses":["qfsmby"]},"themeStyles":[]},{"id":"bd2b32","name":"heading","parent":"60a7e8","children":[],"settings":{"text":"Attribution guide: tracking revenue from paid social","_cssGlobalClasses":["oqapge"]}},{"id":"eafe94","name":"text-basic","parent":"60a7e8","children":[],"settings":{"text":"The complete framework for attributing revenue to your paid social campaigns. From basic setup to advanced modeling.","_cssGlobalClasses":["vywirb"]}},{"id":"6b1e12","name":"button","parent":"60a7e8","children":[],"settings":{"text":"","_cssGlobalClasses":["emdgog"],"link":{"type":"external","url":"#"},"icon":{"library":"ionicons","icon":"ion-ios-arrow-round-forward"}}},{"id":"49c0da","name":"block","parent":"6f5a1e","children":["0feb3d","88e700","9f90fe","62ed75"],"settings":{"_cssGlobalClasses":["pzblkx"]},"label":"Column"},{"id":"0feb3d","name":"image","parent":"49c0da","children":[],"settings":{"image":{"id":485,"filename":"Image-Container.svg","size":"full","full":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/Image-Container.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/Image-Container.svg"},"_cssGlobalClasses":["qfsmby"]},"themeStyles":[]},{"id":"88e700","name":"heading","parent":"49c0da","children":[],"settings":{"text":"Attribution guide: tracking revenue from paid social","_cssGlobalClasses":["oqapge"]}},{"id":"9f90fe","name":"text-basic","parent":"49c0da","children":[],"settings":{"text":"The complete framework for attributing revenue to your paid social campaigns. From basic setup to advanced modeling.","_cssGlobalClasses":["vywirb"]}},{"id":"62ed75","name":"button","parent":"49c0da","children":[],"settings":{"text":"","_cssGlobalClasses":["emdgog"],"link":{"type":"external","url":"#"},"icon":{"library":"ionicons","icon":"ion-ios-arrow-round-forward"}}},{"id":"8496fd","name":"block","parent":"6f5a1e","children":["c5f175","b3a2e3","ff5ff0","979c7e"],"settings":{"_cssGlobalClasses":["pzblkx"]},"label":"Column"},{"id":"c5f175","name":"image","parent":"8496fd","children":[],"settings":{"image":{"id":485,"filename":"Image-Container.svg","size":"full","full":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/Image-Container.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/Image-Container.svg"},"_cssGlobalClasses":["qfsmby"]},"themeStyles":[]},{"id":"b3a2e3","name":"heading","parent":"8496fd","children":[],"settings":{"text":"Attribution guide: tracking revenue from paid social","_cssGlobalClasses":["oqapge"]}},{"id":"ff5ff0","name":"text-basic","parent":"8496fd","children":[],"settings":{"text":"The complete framework for attributing revenue to your paid social campaigns. From basic setup to advanced modeling.","_cssGlobalClasses":["vywirb"]}},{"id":"979c7e","name":"button","parent":"8496fd","children":[],"settings":{"text":"","_cssGlobalClasses":["emdgog"],"link":{"type":"external","url":"#"},"icon":{"library":"ionicons","icon":"ion-ios-arrow-round-forward"}}},{"id":"ee746e","name":"block","parent":"6f5a1e","children":["cd746d","7117b2","da5d93","d827c4"],"settings":{"_cssGlobalClasses":["pzblkx"]},"label":"Column"},{"id":"cd746d","name":"image","parent":"ee746e","children":[],"settings":{"image":{"id":485,"filename":"Image-Container.svg","size":"full","full":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/Image-Container.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/Image-Container.svg"},"_cssGlobalClasses":["qfsmby"]},"themeStyles":[]},{"id":"7117b2","name":"heading","parent":"ee746e","children":[],"settings":{"text":"Attribution guide: tracking revenue from paid social","_cssGlobalClasses":["oqapge"]}},{"id":"da5d93","name":"text-basic","parent":"ee746e","children":[],"settings":{"text":"The complete framework for attributing revenue to your paid social campaigns. From basic setup to advanced modeling.","_cssGlobalClasses":["vywirb"]}},{"id":"d827c4","name":"button","parent":"ee746e","children":[],"settings":{"text":"","_cssGlobalClasses":["emdgog"],"link":{"type":"external","url":"#"},"icon":{"library":"ionicons","icon":"ion-ios-arrow-round-forward"}}},{"id":"135296","name":"container","parent":"5b15e5","children":["428203"],"settings":{"_cssGlobalClasses":["fzwdwn"]}},{"id":"428203","name":"text-basic","parent":"135296","children":[],"settings":{"text":"Load more","_cssGlobalClasses":["tkjrtp"]}}],"templateType":"section","global_classes":[{"id":"veazgd","name":"metric-hero__heading","settings":{"_typography":{"font-size":"72","font-weight":"500","color":{"hex":"#171717"},"line-height":"1.2"},"_typography:mobile_landscape":{"font-size":"48"},"_typography:mobile_portrait":{"font-size":"40"}}},{"id":"vneohb","name":"metric-default-section","settings":{"_padding":{"top":"100","bottom":"100","left":"5%","right":"5%"},"_padding:mobile_landscape":{"top":"80","bottom":"80"},"_padding:mobile_portrait":{"top":"60","bottom":"60"}}},{"id":"qresdr","name":"metric-default-container","settings":{"_width":"1728","_rowGap":"45"}},{"id":"emdgog","name":"metric-arrow-btn","settings":{"_padding":{"left":"0","right":"0","top":"0","bottom":"0"},"_typography":{"font-size":"20","font-weight":"500"},"iconTypography":{"font-size":"30"},"iconGap":"20","_typography:mobile_portrait":{"font-size":"16"}},"modified":1744919275,"user_id":1},{"id":"dqzxcc","name":"metric-insights__section","settings":{"_rowGap":"96","_rowGap:mobile_landscape":"80","_rowGap:mobile_portrait":"60"}},{"id":"weprfg","name":"metric-insights__container","settings":{"_direction":"row","_display":"grid","_gridGap":"0","_gridTemplateColumns":"repeat(3, 1fr)","_gridTemplateColumns:mobile_landscape":"repeat(1, 1fr)","_cssCustom":"\n\n.metric-insights-grid-single-column {\n border-top: 0.2px solid #dddedf;\n border-right: 0.2px solid #dddedf;\n border-left: 0.2px solid #dddedf;\n border-bottom: 0.2px solid #dddedf;\n padding-top: 0; \/* Default reset *\/\n}\n\n\/* Remove top border for first row *\/\n.metric-insights-grid-single-column:nth-child(-n+3) {\n border-top: none;\n}\n\n\/* Remove right border for right-most column in each row *\/\n.metric-insights-grid-single-column:nth-child(3n) {\n border-right: none;\n}\n\n\/* Remove left border for left-most column in each row *\/\n.metric-insights-grid-single-column:nth-child(3n-2) {\n border-left: none;\n}\n\n\/* Remove bottom border for last row items *\/\n.metric-insights-grid-single-column:nth-last-child(-n+3) {\n border-bottom: none;\n}\n\n\/* Default: \u2265 365px \u2014 32px top padding from 2nd row onward *\/\n.metric-insights-grid-single-column:nth-child(n+4) {\n padding-top: 48px;\n}\n\/* First item in each row *\/\n\n\n\/* Responsive for \u2264 767px: 1-column layout *\/\n@media screen and (max-width: 767px) {\n .metric-insights-grid-container {\n grid-template-columns: repeat(1, 1fr);\n }\n\n .metric-insights-grid-single-column {\n border-left: none;\n border-right: none;\n }\n\n .metric-insights-grid-single-column:first-child {\n border-top: none;\n }\n\n .metric-insights-grid-single-column:last-child {\n border-bottom: none;\n }\n\n \/* 1-column layout: top padding from 2nd item onward (default 32px) *\/\n .metric-insights-grid-single-column:nth-child(n+2) {\n padding-top: 48px;\n }\n}\n\n\/* Extra small screen (\u2264 364px): 48px top padding from 2nd item onward *\/\n@media screen and (max-width: 468px) {\n .metric-insights-grid-single-column:nth-child(n+2) {\n padding-top: 32px;\n }\n}\n"},"modified":1748022675,"user_id":1},{"id":"pzblkx","name":"metric-insights-grid-single-column","settings":{"_padding":{"bottom":"48","left":"10%","right":"10%"},"_border:mobile_landscape":{"width":{"left":"0","right":"0"}},"_padding:mobile_landscape":{"left":"2%","right":"2%"},"_rowGap":"40","_padding:tablet_portrait":{"left":"5%","right":"5%"}},"modified":1748019860,"user_id":1},{"id":"qfsmby","name":"metric-insights-grid-single-column__image","settings":{"_width:mobile_landscape":"100%"}},{"id":"oqapge","name":"metric-insights-grid-single-column__heading","settings":{"_typography":{"font-size":"clamp(23px, 1.6vw, 32px);","font-weight":"400"},"_typography:mobile_landscape":{"font-size":"28"},"_typography:mobile_portrait":{"font-size":"24"}}},{"id":"vywirb","name":"metric-insights-grid-single-column__text","settings":{"_typography":{"font-size":"20"},"_typography:mobile_portrait":{"font-size":"16"}}},{"id":"cxokoa","name":"metric-insights-heading__container","settings":{"_direction":"row","_alignItems":"center","_justifyContent":"space-between","_direction:mobile_landscape":"column","_alignItems:mobile_landscape":"flex-start"}},{"id":"syeall","name":"metric-insights-buttons","settings":{"_widthMin":"110","_heightMin":"48","_padding":{"top":"8","bottom":"8","left":"24","right":"24"},"_border":{"radius":{"top":"50","right":"50","bottom":"50","left":"50"},"style":"solid","width":{"top":"1","right":"1","bottom":"1","left":"1"},"color":{"hex":"#171717"}},"_typography":{"font-size":"16","font-weight":"700","color":{"hex":"#171717"}},"_background":{"color":{"hex":"#ffffff"}},"_background:hover":{"color":{"hex":"#171717"}},"_typography:hover":{"color":{"hex":"#ffffff"}},"_border:hover":{"width":{"top":"1","right":"1","bottom":"1","left":"1"},"style":"solid","color":{"hex":"#171717"},"radius":{"top":"50","right":"50","bottom":"50","left":"50"}},"_background:active":{"color":{"hex":"#171717"}},"_typography:active":{"color":{"hex":"#ffffff"}}}},{"id":"tkjrtp","name":"metric-insights-loadmore-text","settings":{"_typography":{"font-size":"32","text-decoration":"underline","text-align":"center"},"_typography:mobile_landscape":{"font-size":"28"},"_typography:mobile_portrait":{"font-size":"24"}}},{"id":"fzwdwn","name":"metric-insights-loadmore-container","settings":{"_justifyContent":"center","_alignItems":"center"}},{"id":"ltpped","name":"metric-insights-h-c_col","settings":{"_direction":"row","_columnGap":"20","_flexWrap":"wrap","_justifyContent":"flex-end","_rowGap":"20","_width:mobile_landscape":"100%","_justifyContent:mobile_landscape":"flex-start"}},{"id":"dgghcx","name":"metric-insight-hero_h1","settings":{"_typography:tablet_portrait":{"font-size":"58"}}}]}
Download JSON

Metric CTA 2
Call-to-action section with an email subscription form.
View now
Copy now
{"id":796,"name":"metric-cta-section-2-2","title":"Metric CTA Section 2","date":"2025-05-24 13:35:58","date_formatted":"May 24, 2025","author":{"name":"AK_Developer_25","avatar":"https:\/\/secure.gravatar.com\/avatar\/4895fa216fc2f1ee16e6575899e50eb2388264a879a9791a3ad02c7bed840715?s=60&d=mm&r=g","url":"https:\/\/gallopbiz.in\/ak-dev"},"permalink":"https:\/\/gallopbiz.in\/ak-dev\/template\/metric-cta-section-2-2\/","thumbnail":null,"bundles":[],"tags":[],"type":"section","content":[{"id":"90f713","name":"section","parent":0,"children":["a5ebd3"],"settings":{"_cssGlobalClasses":["vneohb"]},"label":"CTA Section"},{"id":"a5ebd3","name":"container","parent":"90f713","children":["1181cb","8d16ca"],"settings":{"_cssGlobalClasses":["qresdr","epcoql"]}},{"id":"1181cb","name":"block","parent":"a5ebd3","children":["d493bc","5f0d91","16d11d"],"settings":{"_cssGlobalClasses":["rwcdbh","kxpjro"]},"label":"Left Column"},{"id":"d493bc","name":"block","parent":"1181cb","children":["58966c"],"settings":{"_cssGlobalClasses":["gvwtyk"]},"label":"Heading Block"},{"id":"58966c","name":"heading","parent":"d493bc","children":[],"settings":{"text":"Join 15,000+ tech marketers and founders getting actionable growth insights every week","tag":"h2","_cssGlobalClasses":["jxomuc","suzrzk"]}},{"id":"5f0d91","name":"block","parent":"1181cb","children":["afcd7f","d357f8"],"settings":{"_cssGlobalClasses":["kyasjy"],"_border:mobile_landscape":{"width":{"bottom":"0"}}}},{"id":"afcd7f","name":"block","parent":"5f0d91","children":["004034","1c2c23"],"settings":{"_cssGlobalClasses":["pwidhq"]}},{"id":"004034","name":"image","parent":"afcd7f","children":[],"settings":{"_cssGlobalClasses":["odtzmx"],"image":{"id":750,"filename":"Testimonial-Image.svg","size":"full","full":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/05\/Testimonial-Image.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/05\/Testimonial-Image.svg"}},"themeStyles":[]},{"id":"1c2c23","name":"heading","parent":"afcd7f","children":[],"settings":{"text":"Rachel Kumar, SEO Lead at CloudStack","_cssGlobalClasses":["xidqdh"],"tag":"custom","customTag":"span"},"label":"Title"},{"id":"d357f8","name":"text-basic","parent":"5f0d91","children":[],"settings":{"text":"Finally, B2B marketing advice that actually drives revenue.","_cssGlobalClasses":["pmslul"]},"label":"Description"},{"id":"16d11d","name":"block","parent":"1181cb","children":["501128","7da818"],"settings":{"_cssGlobalClasses":["kyasjy"],"_border:mobile_landscape":{"width":{"bottom":"0"}}}},{"id":"501128","name":"block","parent":"16d11d","children":["0853eb","7a999c"],"settings":{"_cssGlobalClasses":["pwidhq"]}},{"id":"0853eb","name":"image","parent":"501128","children":[],"settings":{"_cssGlobalClasses":["odtzmx"],"image":{"id":737,"filename":"Testimonial-Image.png","size":"full","full":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/05\/Testimonial-Image.png","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/05\/Testimonial-Image.png"}},"themeStyles":[]},{"id":"7a999c","name":"heading","parent":"501128","children":[],"settings":{"text":"Mark Thompson, CEO at Data Sphere","_cssGlobalClasses":["xidqdh"],"tag":"custom","customTag":"span"},"label":"Title"},{"id":"7da818","name":"text-basic","parent":"16d11d","children":[],"settings":{"text":"The only newsletter I read every week. Clear insights without the fluff.","_cssGlobalClasses":["pmslul"]},"label":"Description"},{"id":"8d16ca","name":"block","parent":"a5ebd3","children":["4350bd"],"settings":{"_cssGlobalClasses":["wlbkbx"]},"label":"Right Column"},{"id":"4350bd","name":"form","parent":"8d16ca","children":[],"settings":{"fields":[{"type":"email","placeholder":"Work Email","required":true,"id":"817e57","label":"Email"},{"type":"checkbox","label":"Term","id":"nmpdff","options":"I agree that Metric can store my submitted information as outlined in our Privacy Policy. I understand I can request deletion of my data at any time via support@metric.com."}],"actions":["email"],"successMessage":"Message successfully sent. We will get back to you as soon as possible.","emailSubject":"Contact form request","emailTo":"admin_email","fromName":"AK Developer","emailErrorMessage":"Submission failed. Please reload the page and try to submit the form again.","htmlEmail":true,"mailchimpPendingMessage":"Please check your email to confirm your subscription.","mailchimpErrorMessage":"Sorry, but we could not subscribe you.","sendgridErrorMessage":"Sorry, but we could not subscribe you.","_cssGlobalClasses":["tamhog"],"submitButtonText":"Subscribe"},"themeStyles":[]}],"templateType":"section","global_classes":[{"id":"vneohb","name":"metric-default-section","settings":{"_padding":{"top":"100","bottom":"100","left":"5%","right":"5%"},"_padding:mobile_landscape":{"top":"80","bottom":"80"},"_padding:mobile_portrait":{"top":"60","bottom":"60"}}},{"id":"qresdr","name":"metric-default-container","settings":{"_width":"1728","_rowGap":"45"}},{"id":"jxomuc","name":"metric-h2-white","settings":{"_typography":{"color":{"hex":"#ffffff"},"font-size":"48","font-weight":"400"},"_typography:mobile_portrait":{"font-size":"32"},"_typography:tablet_portrait":{"font-size":"40"},"_typography:mobile_landscape":{"font-size":"40"}}},{"id":"xidqdh","name":"metric-case-study__title","settings":{"_typography":{"color":{"hex":"#909090"},"font-size":"20","font-weight":"400"},"_typography:tablet_portrait":{"font-size":"16"},"_typography:mobile_landscape":{"font-size":"20"},"_typography:mobile_portrait":{"font-size":"16"}}},{"id":"pmslul","name":"metric-case-study__desc","settings":{"_typography":{"color":{"hex":"#ffffff"},"font-size":"20","font-weight":"400","line-height":"1.2"},"_typography:mobile_portrait":{"font-size":"16"}}},{"id":"pwidhq","name":"metric-case-study__inner-block","settings":{"_direction":"row","_flexWrap":"nowrap","_alignItems":"center","_columnGap":"15"}},{"id":"odtzmx","name":"metric-case-study__photo","settings":{"_width":"56","_border":{"radius":{"right":"50%","bottom":"50%","left":"50%","top":"50%"}}}},{"id":"gvwtyk","name":"metric-cta-section_list-block","settings":{"_rowGap":"64"}},{"id":"wlbkbx","name":"metric-cta-section_form-column","settings":[]},{"id":"tamhog","name":"metric-cta-section_form","settings":{"submitButtonBorder":{"radius":{"top":"100","right":"100","left":"100","bottom":"100"}},"fieldBackgroundColor":{"hex":"#171717"},"fieldBorder":{"width":{"top":"0","right":"0","left":"0","bottom":"1"},"style":"solid","color":{"hex":"#ffffff"}},"fieldPadding":{"bottom":"24"},"fieldTypography":{"font-size":"20","color":{"hex":"#ffffff"}},"placeholderTypography":{"color":{"hex":"#ffffff"}},"_cssCustom":".metric-cta-section_form button.bricks-button {\n padding-top: 8px;\n padding-right: 24px;\n padding-bottom: 8px;\n padding-left: 24px;\n min-height: 48px;\n border-radius: 50px;\n background-color: #fff;\n font-size: 16px;\n font-weight: 500;\n color: #171717;\n}\n.metric-cta-section_form span.justterm a {\n color: white;\n text-decoration: underline;\n} \n.metric-cta-section_form ul.options-wrapper {\n padding-bottom: 24px;\n border-bottom: 1px solid #fff;\n margin-bottom: 72px;\n}\n.metric-cta-section_form input {\n margin-bottom: 72px;\n}\n.metric-cta-section_form .justlabel {\n font-size: 20px;\n}\n.metric-cta-section_form ul.options-wrapper li {\n color: #909090;\n font-size: 17px;\n margin-bottom: 16px;\n}\n\n\/* Container UL Styling *\/\n\n\n\/* Hide the default checkbox *\/\n .metric-cta-section_form .options-wrapper input[type=\"checkbox\"] {\n display: none;\n}\n\n\/* Style the label as a block and align checkbox visually *\/\n .metric-cta-section_form .options-wrapper label {\n display: flex;\n align-items: center;\n gap: 16px;\n\n color: #999999;\n cursor: pointer;\n padding: 10px;\n}\n\n\/* Custom checkbox box *\/\n .metric-cta-section_form .options-wrapper input[type=\"checkbox\"] + label::before {\n content: \"\";\n display: inline-block;\n width: 24px;\n height: 25px;\n background-color: #ffffff;\n border-radius: 2px;\n flex-shrink: 0;\n position: relative;\n}\n\n\/* Checkmark when checked *\/\n .metric-cta-section_form .options-wrapper input[type=\"checkbox\"]:checked + label::before {\n content: \"\u2713\";\n font-size: 14px;\n color: black;\n text-align: center;\n line-height: 25px;\n}\n","_cssCustom:mobile_landscape":" .metric-cta-section_form ul.options-wrapper {\n\n margin-bottom: 56px;\n}\n.metric-cta-section_form input {\n margin-bottom: 56px;\n}","_cssCustom:mobile_portrait":" .metric-cta-section_form ul.options-wrapper {\n \n margin-bottom: 44px;\n}\n.metric-cta-section_form input {\n margin-bottom: 44px;\n}\n.metric-cta-section_form .justlabel {\n font-size: 16px;\n}\n.metric-cta-section_form .options-wrapper label {\n \n font-size: 16px;\n}","fieldTypography:mobile_portrait":{"font-size":"16"},"submitButtonTypography":{"font-size":"16","font-weight":"500"},"submitButtonBackgroundColor:hover":{"hex":"#ffffff","rgb":"rgba(255, 255, 255, 0.62)","hsl":"hsla(0, 0%, 100%, 0.62)"}},"modified":1745351607,"user_id":1},{"id":"rwcdbh","name":"metric-cta-section__col","settings":{"_justifyContent":"space-between"}},{"id":"kyasjy","name":"metric-insights-cta-quote_block","settings":{"_rowGap":"24"}},{"id":"kxpjro","name":"metric-insights-cta-section__col","settings":{"_rowGap:mobile_portrait":"32","_rowGap:tablet_portrait":"48","_columnGap:tablet_portrait":"48","_rowGap":"48"}},{"id":"suzrzk","name":"metric-insights-h2-white","settings":{"_typography":{"font-size":"48","color":{"hex":"#ffffff"}},"_typography:tablet_portrait":{"font-size":"40"},"_typography:mobile_landscape":{"font-size":"40"},"_typography:mobile_portrait":{"font-size":"32"}}},{"id":"epcoql","name":"metric-insights-cta-container","settings":{"_columnGap":"96","_alignItems":"flex-end","_padding":{"top":"6%","right":"6%","bottom":"6%","left":"6%"},"_rowGap:mobile_landscape":"50","_padding:mobile_portrait":{"top":"5%","right":"5%","bottom":"5%","left":"5%"},"_background":{"color":{"hex":"#171717"}},"_direction:tablet_portrait":"column","_direction":"row"},"modified":1748030280,"user_id":1}]}
Download JSON

Metric – Header with Mega Menu
Header featuring a mega menu with an optional inverted color scheme.
View now
Copy now
{"id":791,"name":"metric-header-with-css","title":"Metric Header WITH CSS","date":"2025-05-24 13:32:20","date_formatted":"May 24, 2025","author":{"name":"AK_Developer_25","avatar":"https:\/\/secure.gravatar.com\/avatar\/4895fa216fc2f1ee16e6575899e50eb2388264a879a9791a3ad02c7bed840715?s=60&d=mm&r=g","url":"https:\/\/gallopbiz.in\/ak-dev"},"permalink":"https:\/\/gallopbiz.in\/ak-dev\/template\/metric-header-with-css\/","thumbnail":null,"bundles":[],"tags":[],"type":"header","header":[{"id":"278c1a","name":"section","parent":0,"children":["00c011"],"settings":{"_cssGlobalClasses":["plfkyu"],"_background":{"color":{"hex":"#ffffff","id":"kozymr","name":"White"}},"_padding:small_display_laptop":{"top":"20","bottom":"20"},"_zIndex":"9999"},"label":"Header WITH CSS"},{"id":"00c011","name":"container","parent":"278c1a","children":["ccfc6e","485827","dbcb09"],"settings":{"_direction:mobile_landscape":"row","_flexWrap:mobile_landscape":"nowrap","_justifyContent:mobile_landscape":"space-between","_padding:mobile_landscape":{"right":"0","top":"0","bottom":"0","left":"0"},"_cssGlobalClasses":["qresdr","zkwsfn"]}},{"id":"ccfc6e","name":"image","parent":"00c011","children":[],"settings":{"image":{"id":755,"filename":"Logo-1-1.svg","size":"full","full":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/05\/Logo-1-1.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/05\/Logo-1-1.svg"},"_cssGlobalClasses":["uqudug"],"link":"url","url":{"type":"meta","useDynamicData":"https://bricksboard.com"}},"label":"logo","themeStyles":[]},{"id":"485827","name":"block","parent":"00c011","children":["5ab475"],"settings":{"_alignItems:small_display_laptop":"flex-end","_cssGlobalClasses":["exozjy"]},"label":"Menu"},{"id":"5ab475","name":"nav-nested","parent":"485827","children":["f2ef17","cb322c"],"settings":{"_cssGlobalClasses":["hqjezt"],"mobileMenu":"tablet_portrait","itemPadding:small_display_laptop":{"top":"10","bottom":"10"},"itemTypographyActive":{"font-weight":"500"}},"themeStyles":[]},{"id":"f2ef17","name":"block","parent":"5ab475","children":["3edb0b","676385","38232f","0168fc","1e2fc1"],"settings":{"tag":"ul","_hidden":{"_cssClasses":"brx-nav-nested-items"},"_cssGlobalClasses":["zuutde"],"_display:mobile_landscape":"flex","_rowGap:small_display_laptop":"15","_justifyContent:tablet_portrait":"flex-start"},"label":"Nav items","cloneable":false,"deletable":false},{"id":"3edb0b","name":"dropdown","parent":"f2ef17","children":["34a3b5"],"settings":{"text":"Services","megaMenu":true,"_cssGlobalClasses":["sklipq"]},"label":"Service mega menu 2","themeStyles":[]},{"id":"34a3b5","name":"div","parent":"3edb0b","children":["a44e17"],"settings":{"_cssGlobalClasses":["fkeknx"],"_hidden":{"_cssClasses":"brx-dropdown-content"}},"label":"Content","cloneable":false,"deletable":false},{"id":"a44e17","name":"block","parent":"34a3b5","children":["c03de1","2a4f8e","f604b1"],"settings":{"_cssGlobalClasses":["zlpzls"]}},{"id":"c03de1","name":"div","parent":"a44e17","children":["548015"],"settings":{"_cssGlobalClasses":["eazkma"],"tag":"a","link":{"type":"meta","postId":"497","useDynamicData":"#"}},"label":"Consulting On-Demand"},{"id":"548015","name":"heading","parent":"c03de1","children":[],"settings":{"text":"Implementation","tag":"custom","customTag":"span","_cssGlobalClasses":["diqwyd"]}},{"id":"2a4f8e","name":"div","parent":"a44e17","children":["5a0aa9"],"settings":{"_cssGlobalClasses":["eazkma"],"tag":"a","link":{"type":"meta","postId":"497","useDynamicData":"#"}},"label":"Consulting On-Demand"},{"id":"5a0aa9","name":"heading","parent":"2a4f8e","children":[],"settings":{"text":"Implementation","tag":"custom","customTag":"span","_cssGlobalClasses":["diqwyd"]}},{"id":"f604b1","name":"div","parent":"a44e17","children":["9c391f"],"settings":{"_cssGlobalClasses":["eazkma"],"tag":"a","link":{"type":"meta","postId":"497","useDynamicData":"#"}},"label":"Consulting On-Demand"},{"id":"9c391f","name":"heading","parent":"f604b1","children":[],"settings":{"text":"Implementation","tag":"custom","customTag":"span","_cssGlobalClasses":["diqwyd"]}},{"id":"676385","name":"text-link","parent":"f2ef17","children":[],"settings":{"text":"About","_cssGlobalClasses":["sklipq"],"link":{"type":"internal","url":"#","postId":"493"}},"label":"About","themeStyles":[]},{"id":"38232f","name":"text-link","parent":"f2ef17","children":[],"settings":{"text":"Insights","_cssGlobalClasses":["sklipq"],"link":{"type":"external","url":"#"}},"label":"Resources","themeStyles":[]},{"id":"0168fc","name":"text-link","parent":"f2ef17","children":[],"settings":{"text":"Customer","_cssGlobalClasses":["sklipq"],"link":{"type":"external","url":"#"}},"label":"Customer","themeStyles":[]},{"id":"1e2fc1","name":"button","parent":"f2ef17","children":[],"settings":{"text":"Get your campaign analysis","_cssGlobalClasses":["ulikfi","crzekv","gyltsw"],"link":{"type":"external","url":"#"},"_display":"none","_display:mobile_portrait":"block"},"label":"Mobile Button"},{"id":"cb322c","name":"toggle","parent":"5ab475","children":[],"settings":{"animation":"spring","_cssGlobalClasses":["ocvzwn"],"icon":{"library":""}},"label":"Toggle Mobile bar with CSS","themeStyles":[]},{"id":"dbcb09","name":"button","parent":"00c011","children":[],"settings":{"text":"Get your campaign analysis","_cssGlobalClasses":["ulikfi","crzekv","gyltsw"],"link":{"type":"external","url":"#"},"_display:mobile_portrait":"none"},"label":"Web Button"}],"templateType":"header","global_classes":[{"id":"ulikfi","name":"metric-btn_dark","settings":{"_background":{"color":{"hex":"#171717"}},"_padding":{"top":"10","right":"32","bottom":"10","left":"32"},"_typography":{"color":{"hex":"#ffffff"},"font-size":"16","font-weight":"500"},"_border":{"radius":{"top":"50","right":"50","bottom":"50","left":"50"}},"_heightMin":"56","_background:hover":{"color":{"hex":"#000000","rgb":"rgba(0, 0, 0, 0.73)","hsl":"hsla(0, 0%, 0%, 0.73)"}},"_heightMin:mobile_portrait":"48"}},{"id":"qresdr","name":"metric-default-container","settings":{"_width":"1728","_rowGap":"45"}},{"id":"crzekv","name":"metric-btn_border","settings":{"_border":{"width":{"left":"1","top":"1","right":"1","bottom":"1"},"style":"solid","radius":{"top":"E1E1E1"},"color":{"hex":"#e1e1e1"}},"_background":{"color":{"hex":"#000000","rgb":"rgba(0, 0, 0, 0)","hsl":"hsla(0, 0%, 0%, 0)"}},"_typography":{"color":{"hex":"#171717"}},"_typography:hover":{"color":{"hex":"#ffffff"}}}},{"id":"uqudug","name":"cust-header-logo","settings":{"_width":"200","_order:tablet_portrait":"1","_width:tablet_portrait":"150","_width:mobile_landscape":"110"},"modified":1748033073,"user_id":1,"_exists":false},{"id":"hqjezt","name":"cust-nestable-nav","settings":{"itemTypography:hover":{"color":{"id":"acss_import_tertiary-ultra-dark","name":"tertiary-ultra-dark","raw":"var(--tertiary-ultra-dark)"}},"itemTypography:active":{"color":{"id":"acss_import_tertiary-ultra-dark","name":"tertiary-ultra-dark","raw":"var(--tertiary-ultra-dark)"},"font-weight":"600"},"itemTypography":{"font-size":"15","font-weight":"400","color":{"hex":"#4c4c4c"}},"mobileMenuJustifyContent:small_display_laptop":"flex-start","gap:small_display_laptop":"35","itemTypographyActive":{"font-size":"16","font-weight":"500","color":{"hex":"#171717"}},"itemPadding":{"top":"10","bottom":"10"},"dropdownTypography:tablet_portrait":{"font-size":"20","font-weight":"400"},"itemTypography:tablet_portrait":{"font-size":"28","font-weight":"400"},"iconPosition:tablet_portrait":"left","itemTypography:mobile_portrait":{"font-size":"24"},"dropdownTypography:mobile_portrait":{"font-size":"16"},"itemPadding:tablet_portrait":{"bottom":"40","top":"40"},"itemTypographyActive:tablet_portrait":{"font-weight":"400","font-size":"28"},"dropdownTypography":{"font-weight":"400"},"itemTypographyActive:mobile_portrait":{"font-size":"24"}},"modified":1748088078,"user_id":1,"_exists":false},{"id":"zuutde","name":"nav-item-cust","settings":{"_padding:mobile_landscape":{"left":"20","right":"20","bottom":"20"},"_display":"flex","_margin:small_display_laptop":{"top":"73"},"_padding:small_display_laptop":{"left":"40","right":"40","top":"30"},"_margin:tablet_portrait":{"top":"100"},"_padding:tablet_portrait":{"left":"5%","right":"5%","top":"5%"},"_typography:tablet_portrait":{"font-weight":"400"}},"modified":1747746386,"user_id":1,"_exists":false},{"id":"sklipq","name":"cust-nav-item","settings":{"_alignItems:tablet_portrait":"flex-start","_border:tablet_portrait":{"style":"solid","color":{"hex":"#313131"},"width":{"bottom":"1"}},"_typography:tablet_portrait":{"font-weight":"400"},"_width:tablet_portrait":"100%"},"_exists":false,"modified":1748088078,"user_id":1},{"id":"fkeknx","name":"cust-mega-menu-content","settings":{"_direction":"row","_padding":{"top":"30","right":"30","bottom":"30","left":"30"},"_boxShadow":{"values":{"offsetX":"0","offsetY":"12","blur":"10","spread":"4"},"color":{"hex":"#150417","rgb":"rgba(21, 4, 23, 0.15)","hsl":"hsla(294, 70%, 5%, 0.15)"}},"_background":{"color":{"hex":"#ffffff","id":"kozymr","name":"White"}},"_width":"400","_widthMax":"400","_padding:mobile_landscape":{"top":"30","left":"20","right":"30","bottom":"20"},"_widthMin:small_display_laptop":"100%","_width:small_display_laptop":"100%","_widthMax:small_display_laptop":"auto","_cssCustom":"@media only screen and (min-width:1200px){\n.cust-mega-menu-content{\nmin-width: auto!important;\n left:0!important;\n}\n}","_direction:mobile_landscape":"column","_border":{"radius":{"top":"8px","right":"8px","bottom":"8px","left":"8px"},"width":{"top":"1","left":"1","right":"1","bottom":"1"},"style":"solid","color":{"hex":"#ececfd","rgb":"rgba(236, 236, 253, 0.45)","hsl":"hsla(240, 81%, 96%, 0.45)"}},"_columnGap":"30","_boxShadow:tablet_portrait":{"values":{"offsetX":"0","offsetY":"0","blur":"0","spread":"0"}},"_border:tablet_portrait":{"width":{"top":"0","right":"0","bottom":"0","left":"0"},"radius":{"right":"0","bottom":"0","top":"0","left":"0"}},"_padding:tablet_portrait":{"left":"42"},"_width:tablet_portrait":"100%","_widthMax:tablet_portrait":"100%"},"_exists":false,"modified":1747751736,"user_id":1},{"id":"zlpzls","name":"cust-mega-menu-block","settings":{"_rowGap":"20"},"_exists":false},{"id":"eazkma","name":"cust-mega-menu-submenu-navitem","settings":{"_display":"flex","_alignItems":"flex-start","_columnGap":"10"},"_exists":false},{"id":"diqwyd","name":"cust-mega-menu-nav-heading","settings":[],"_exists":false},{"id":"ocvzwn","name":"cust-menu-toggle","settings":{"_zIndex:small_display_laptop":"999999","_border":{"radius":{"top":"50%","right":"50%","bottom":"50%","left":"50%"},"width":{"left":"1","right":"1","top":"1","bottom":"1"},"style":"solid","color":{"hex":"#e1e1e1"}},"_width:tablet_portrait":"40","_height:tablet_portrait":"40","_justifyContent:tablet_portrait":"center","_alignItems:tablet_portrait":"center","_alignSelf:tablet_portrait":"center","iconSize:tablet_portrait":"11","_cssCustom:tablet_portrait":".cust-menu-toggle span.brxa-inner {\n width: 0 !important;\n}\n.cust-menu-toggle .brxa-inner:after, .cust-menu-toggle .brxa-inner:before{\nwidth:21px;\n}\n.cust-menu-toggle .brxa-inner:before {\n top: 5px;\n left: 9px;\n}\n.cust-menu-toggle .brxa-inner:after {\n top: 14px;\n left: 9px;\n}\n"},"_exists":false},{"id":"plfkyu","name":"metric-header","settings":{"_padding":{"left":"5%","right":"5%","top":"10","bottom":"10"},"_cssCustom":".cust-nestable-nav.brxe-nav-nested .brx-nav-nested-items > li:active > a {\n\n font-weight: 400!important;\n}","_cssCustom:tablet_portrait":".no-scroll .metric-header .brx-submenu-toggle {\n width: 100%;\n display: flex;\n justify-content: flex-end!important\n}\n .metric-header_btn {\n padding: 10px !important;\n font-size: 16px !important;\n width: max-content !important;\n}\n .metric-header .cust-nestable-nav.brxe-nav-nested .brx-nav-nested-items > li:active > a {\n \n font-weight: 400!important;\n}\n.no-scroll .metric-header .brx-submenu-toggle span {\n font-weight: 400 !important;\n}\n\/**BELOW---black background and white text**\/\n\/***comment this style completely if you want white background and black text**\/\n\nbody.no-scroll {\n background: #171717 !important;\n}\n.no-scroll .metric-header button, \n.no-scroll .metric-header li, \n.no-scroll .metric-header a,\n.no-scroll .metric-header span{\n color: white!important;\n}\n.no-scroll .cust-mega-menu-content a,\n.no-scroll .cust-mega-menu-content li,\n.no-scroll .cust-mega-menu-content button{\ncolor:#909090 !important\n}\n\n.no-scroll .metric-header {\n background-color: #171717!important;\n}\n.no-scroll .cust-header-logo {\n filter: invert(100%);\n}\n\n.no-scroll .nav-item-cust,\n.no-scroll .cust-mega-menu-content {\nbackground-color:#171717!important;\n}\n\n.no-scroll .metric-header_btn {\n background-color: #232323 !important;\n z-index: 1111;\n color: white!important;\n}\n.no-scroll .metric-header .brx-submenu-toggle {\n width: 100%;\n display: flex;\n justify-content: flex-end!important\n}\n\n.no-scroll .metric-header .cust-menu-toggle {\n background-color: #232323;\n}\n\n@media only screen and (max-width:478px){\n.no-scroll .metric-header_btn {\n padding: 10px !important;\n font-size: 16px !important;\n width: max-content !important;\n border: 1px solid #fff !important;\nbackground-color: #232323!important;\n}\n}\n\/************************\n************************\/\n"},"modified":1748093496,"user_id":1},{"id":"zkwsfn","name":"metric-header_container","settings":{"_alignSelf":"center","_justifyContent":"space-between","_alignItems":"center","_direction":"row"}},{"id":"exozjy","name":"metric-menu","settings":{"_alignSelf":"center","_justifyContent":"center","_alignItems":"center","_order:tablet_portrait":"3","_widthMax:tablet_portrait":"51","_alignItems:tablet_portrait":"flex-end"},"modified":1748033073,"user_id":1},{"id":"gyltsw","name":"metric-header_btn","settings":{"_widthMin":"max-content","_order:tablet_portrait":"2","_typography:mobile_landscape":{"font-size":"15"},"_padding:mobile_landscape":{"left":"20","right":"20"},"_padding:mobile_portrait":{"top":"10","bottom":"10"},"_margin:mobile_portrait":{"top":"40"}},"modified":1748033073,"user_id":1}]}
Download JSON

Metric Kit – Single post wrapper
Content for single post template with sidebar
View now
Copy now
{"id":709,"name":"post-content-wrapper","title":"Post Content Wrapper","date":"2025-05-22 20:05:03","date_formatted":"May 22, 2025","author":{"name":"AK_Developer_25","avatar":"https:\/\/secure.gravatar.com\/avatar\/4895fa216fc2f1ee16e6575899e50eb2388264a879a9791a3ad02c7bed840715?s=60&d=mm&r=g","url":"https:\/\/gallopbiz.in\/ak-dev"},"permalink":"https:\/\/gallopbiz.in\/ak-dev\/template\/post-content-wrapper\/","thumbnail":null,"bundles":[],"tags":[],"type":"section","content":[{"id":"596b79","name":"section","parent":0,"children":["b9015d"],"settings":{"_cssGlobalClasses":["gtqykp","vneohb"]},"label":"Post Content Wrapper"},{"id":"b9015d","name":"container","parent":"596b79","children":["5f5009","d751df"],"settings":{"_cssGlobalClasses":["qresdr","pxjnrq"],"_direction":"row"}},{"id":"5f5009","name":"block","parent":"b9015d","children":["533316"],"settings":{"_cssGlobalClasses":["wnjzeu"]},"label":"Column"},{"id":"533316","name":"block","parent":"5f5009","children":["d55443","56ccd5","a5b096","e51663","81914d","13b342","479787","b31cca","419d0e"],"settings":{"_cssGlobalClasses":["vyfnvj"]}},{"id":"d55443","name":"block","parent":"533316","children":["adbac5","b98ba9","58baa3"],"settings":{"_cssGlobalClasses":["lyelod"]}},{"id":"adbac5","name":"heading","parent":"d55443","children":[],"settings":{"_cssGlobalClasses":["cuvwes"],"text":"The three most expensive mistakes","tag":"custom","customTag":"span","link":{"type":"external","url":"#53ee3a"}}},{"id":"b98ba9","name":"text-basic","parent":"d55443","children":[],"settings":{"text":"Rushing to generate leads","_cssGlobalClasses":["awljwz"],"link":{"type":"external","url":"#brxe-6c6654"}}},{"id":"58baa3","name":"text-basic","parent":"d55443","children":[],"settings":{"text":"Running the same ads toeveryone","_cssGlobalClasses":["awljwz"],"link":{"type":"external","url":"#brxe-42c93a"}}},{"id":"56ccd5","name":"divider","parent":"533316","children":[],"settings":{"_cssGlobalClasses":["smlqiw"]}},{"id":"a5b096","name":"block","parent":"533316","children":["12dad0","dd2e6c","86b0a6","bafd90"],"settings":{"_cssGlobalClasses":["lyelod"]}},{"id":"12dad0","name":"heading","parent":"a5b096","children":[],"settings":{"_cssGlobalClasses":["cuvwes"],"text":"What actually works on LinkedIn","tag":"custom","customTag":"span"}},{"id":"dd2e6c","name":"text-basic","parent":"a5b096","children":[],"settings":{"text":"Engagement before leads","_cssGlobalClasses":["awljwz"],"link":{"type":"external","url":"#brxe-d4d7bc"}}},{"id":"86b0a6","name":"text-basic","parent":"a5b096","children":[],"settings":{"text":"Social proof first","_cssGlobalClasses":["awljwz"],"link":{"type":"external","url":"#brxe-e33ab7"}}},{"id":"bafd90","name":"text-basic","parent":"a5b096","children":[],"settings":{"text":"Minimum viable audiences","_cssGlobalClasses":["awljwz"],"link":{"type":"external","url":"#brxe-bc9496"}}},{"id":"e51663","name":"divider","parent":"533316","children":[],"settings":{"_cssGlobalClasses":["smlqiw"]}},{"id":"81914d","name":"block","parent":"533316","children":["d3a531","582361","619666","7c5785"],"settings":{"_cssGlobalClasses":["lyelod"]}},{"id":"d3a531","name":"heading","parent":"81914d","children":[],"settings":{"_cssGlobalClasses":["cuvwes"],"text":"How to fix your linkedIn strategy","tag":"custom","customTag":"span"}},{"id":"582361","name":"text-basic","parent":"81914d","children":[],"settings":{"text":"Audit your current approach","_cssGlobalClasses":["awljwz"],"link":{"type":"external","url":"#brxe-b7eb20"}}},{"id":"619666","name":"text-basic","parent":"81914d","children":[],"settings":{"text":"Build engagement first","_cssGlobalClasses":["awljwz"],"link":{"type":"external","url":"#brxe-f6de3b"}}},{"id":"7c5785","name":"text-basic","parent":"81914d","children":[],"settings":{"text":"Layer your targeting","_cssGlobalClasses":["awljwz"],"link":{"type":"external","url":"#brxe-8a6f39"}}},{"id":"13b342","name":"divider","parent":"533316","children":[],"settings":{"_cssGlobalClasses":["smlqiw"]}},{"id":"479787","name":"block","parent":"533316","children":["a1e920"],"settings":{"_cssGlobalClasses":["lyelod"]}},{"id":"a1e920","name":"heading","parent":"479787","children":[],"settings":{"_cssGlobalClasses":["cuvwes"],"text":"The results you can expect","tag":"custom","customTag":"span","link":{"type":"external","url":"#brxe-95beb7"}}},{"id":"b31cca","name":"divider","parent":"533316","children":[],"settings":{"_cssGlobalClasses":["smlqiw"]}},{"id":"419d0e","name":"block","parent":"533316","children":["58ca52"],"settings":{"_cssGlobalClasses":["lyelod"]}},{"id":"58ca52","name":"heading","parent":"419d0e","children":[],"settings":{"_cssGlobalClasses":["cuvwes"],"text":"Next steps","tag":"custom","customTag":"span","link":{"type":"external","url":"#brxe-49c77c"}}},{"id":"d751df","name":"block","parent":"b9015d","children":["10f44d","53ee3a","5668c5","a08cc6","4f2215","49c77c"],"settings":{"_cssGlobalClasses":["xprpkm"]},"label":"Column"},{"id":"10f44d","name":"block","parent":"d751df","children":["8046da","45f730"],"settings":{"_cssGlobalClasses":["jsssjw"]},"label":"Main Block"},{"id":"8046da","name":"text-basic","parent":"10f44d","children":[],"settings":{"_cssGlobalClasses":["awljwz"],"text":"Most B2B tech companies see LinkedIn as a must-have marketing channel. And they're right \u2013 that's where the decision-makers are. But after analyzing over $10M in LinkedIn ad spend from our clients, we've noticed a pattern: companies waste about 40% of their budget on the wrong approaches."}},{"id":"45f730","name":"text-basic","parent":"10f44d","children":[],"settings":{"_cssGlobalClasses":["awljwz"],"text":"Most B2B tech companies see LinkedIn as a must-have marketing channel. "}},{"id":"53ee3a","name":"block","parent":"d751df","children":["997599","e46a50","62af8e","2c50c6","dd456b","9ed066","e86594","6c6654","93586f","11718f","14ec73","2c2a4c","da63dc","42c93a","151e77","99f40d","fdfaa1","8b0b11"],"settings":{"_cssGlobalClasses":["jsssjw"]},"label":"Main Block"},{"id":"997599","name":"heading","parent":"53ee3a","children":[],"settings":{"text":"The three most expensive mistakes","_cssGlobalClasses":["ntyezv"],"tag":"h2"},"label":"Heading h2"},{"id":"e46a50","name":"image","parent":"53ee3a","children":[],"settings":{"_cssGlobalClasses":["bbpxyh"],"image":{"id":668,"filename":"Image-Container-3.png","size":"full","full":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/05\/Image-Container-3.png","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/05\/Image-Container-3.png"}},"themeStyles":[]},{"id":"62af8e","name":"heading","parent":"53ee3a","children":[],"settings":{"_cssGlobalClasses":["melcwz"],"text":"Targeting job titles instead of behaviors"},"label":"Heading h3"},{"id":"2c50c6","name":"text-basic","parent":"53ee3a","children":[],"settings":{"_cssGlobalClasses":["awljwz"],"text":"We recently worked with a SaaS company that was spending $50,000\/month on LinkedIn ads. Their targeting? \"CTO\" and \"VP of Engineering.\" Sounds logical, right?"}},{"id":"dd456b","name":"text-basic","parent":"53ee3a","children":[],"settings":{"text":"But when we dug into their data, we found that 72% of their actual customers came from unexpected titles like \"Engineering Team Lead\" and \"DevOps Manager.\"","_cssGlobalClasses":["awljwz"]}},{"id":"9ed066","name":"text-basic","parent":"53ee3a","children":[],"settings":{"text":"What to do instead:","_cssGlobalClasses":["awljwz","mpjlzu"]}},{"id":"e86594","name":"block","parent":"53ee3a","children":["326c71","c594cb"],"settings":{"_cssGlobalClasses":["veygkv"]}},{"id":"326c71","name":"text-basic","parent":"e86594","children":[],"settings":{"_cssGlobalClasses":["awljwz"],"text":"But when we dug into their data, we found that 72% of their actual customers came from unexpected titles like \"Engineering Team Lead\" and \"DevOps Manager.\""}},{"id":"c594cb","name":"block","parent":"e86594","children":["d4900d","1877f7"],"settings":{"_cssGlobalClasses":["jcinjb"]},"label":"Name and photo"},{"id":"d4900d","name":"image","parent":"c594cb","children":[],"settings":{"_cssGlobalClasses":["pywgoh"],"image":{"id":610,"filename":"Testimonial-Image-1.png","size":"full","full":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/05\/Testimonial-Image-1.png","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/05\/Testimonial-Image-1.png"}},"themeStyles":[]},{"id":"1877f7","name":"text-basic","parent":"c594cb","children":[],"settings":{"_cssGlobalClasses":["hlgudr"],"text":"Jake White, SEO lead at Metric"},"label":"Name"},{"id":"6c6654","name":"heading","parent":"53ee3a","children":[],"settings":{"_cssGlobalClasses":["melcwz"],"text":"Rushing to generate leads"},"label":"Heading h3"},{"id":"93586f","name":"text-basic","parent":"53ee3a","children":[],"settings":{"_cssGlobalClasses":["awljwz"],"text":"Another client was getting plenty of leads from their LinkedIn campaigns. The problem? Only 3% ever turned into real opportunities."}},{"id":"11718f","name":"text-basic","parent":"53ee3a","children":[],"settings":{"_cssGlobalClasses":["awljwz"],"text":"They were using gated whitepapers to collect leads immediately. But enterprise buyers don't make decisions that way. They research. They compare. They discuss with teams."}},{"id":"14ec73","name":"text-basic","parent":"53ee3a","children":[],"settings":{"text":"What to do instead:","_cssGlobalClasses":["awljwz","mpjlzu"]}},{"id":"2c2a4c","name":"text-basic","parent":"53ee3a","children":[],"settings":{"_cssGlobalClasses":["awljwz"],"text":"Build a content journey:"}},{"id":"da63dc","name":"list","parent":"53ee3a","children":[],"settings":{"items":[{"title":"1. Industry-specific pain points","id":"jwhepn","icon":{"library":""}},{"title":"2. Industry-specific pain points","id":"wwupde","icon":{"library":""}},{"title":"3. Industry-specific pain points","id":"czifnx","icon":{"library":""}},{"title":"4. Industry-specific pain points","id":"sehfej","icon":{"library":""}}],"separatorDisable":true,"_cssGlobalClasses":["nbfgxj"]},"themeStyles":[]},{"id":"42c93a","name":"heading","parent":"53ee3a","children":[],"settings":{"_cssGlobalClasses":["melcwz"],"text":"Running the same ads toeveryone"},"label":"Heading h3"},{"id":"151e77","name":"text-basic","parent":"53ee3a","children":[],"settings":{"_cssGlobalClasses":["awljwz"],"text":"Most companies show the same message to everyone. But a CTO and a Developer have different priorities. Even worse, they show technical specs to people who care about business outcomes."}},{"id":"99f40d","name":"text-basic","parent":"53ee3a","children":[],"settings":{"text":"What to do instead:","_cssGlobalClasses":["awljwz","mpjlzu"]}},{"id":"fdfaa1","name":"text-basic","parent":"53ee3a","children":[],"settings":{"_cssGlobalClasses":["awljwz"],"text":"Build a content journey:"}},{"id":"8b0b11","name":"list","parent":"53ee3a","children":[],"settings":{"items":[{"title":"Industry-specific pain points","id":"jwhepn","icon":{"library":"ionicons","icon":"ion-md-checkmark"}},{"title":"Industry-specific pain points","id":"wwupde","icon":{"library":"ionicons","icon":"ion-md-checkmark"}},{"title":"Industry-specific pain points","id":"czifnx","icon":{"library":"ionicons","icon":"ion-md-checkmark"}},{"title":"Industry-specific pain points","id":"sehfej","icon":{"library":"ionicons","icon":"ion-md-checkmark"}}],"separatorDisable":true,"_cssGlobalClasses":["nbfgxj"]},"themeStyles":[]},{"id":"5668c5","name":"block","parent":"d751df","children":["825b78","10132c","298e72","d4d7bc","e0fd45","ab6572","e33ab7","a9e98a","457c64","bc9496","2d232a","09403d"],"settings":{"_cssGlobalClasses":["jsssjw"]},"label":"Main Block"},{"id":"825b78","name":"heading","parent":"5668c5","children":[],"settings":{"text":"What actually works on LinkedIn","_cssGlobalClasses":["ntyezv"],"tag":"h2"},"label":"Heading h2"},{"id":"10132c","name":"image","parent":"5668c5","children":[],"settings":{"_cssGlobalClasses":["bbpxyh"],"image":{"id":689,"filename":"Image-Container-4.png","size":"full","full":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/05\/Image-Container-4.png","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/05\/Image-Container-4.png"}},"themeStyles":[]},{"id":"298e72","name":"text-basic","parent":"5668c5","children":[],"settings":{"_cssGlobalClasses":["awljwz"],"text":"After analyzing our most successful campaigns, here's what drives real results:"}},{"id":"d4d7bc","name":"heading","parent":"5668c5","children":[],"settings":{"_cssGlobalClasses":["melcwz"],"text":"Engagement before leads"},"label":"Heading h3"},{"id":"e0fd45","name":"text-basic","parent":"5668c5","children":[],"settings":{"text":"Our best-performing client saw these results:","_cssGlobalClasses":["awljwz"]}},{"id":"ab6572","name":"list","parent":"5668c5","children":[],"settings":{"items":[{"title":"Industry-specific pain points","id":"jwhepn","icon":{"library":"ionicons","icon":"ion-md-checkmark"}},{"title":"Industry-specific pain points","id":"wwupde","icon":{"library":"ionicons","icon":"ion-md-checkmark"}},{"title":"Industry-specific pain points","id":"czifnx","icon":{"library":"ionicons","icon":"ion-md-checkmark"}},{"title":"Industry-specific pain points","id":"sehfej","icon":{"library":"ionicons","icon":"ion-md-checkmark"}}],"separatorDisable":true,"_cssGlobalClasses":["nbfgxj"]},"themeStyles":[]},{"id":"e33ab7","name":"heading","parent":"5668c5","children":[],"settings":{"_cssGlobalClasses":["melcwz"],"text":"Social proof first"},"label":"Heading h3"},{"id":"a9e98a","name":"text-basic","parent":"5668c5","children":[],"settings":{"text":"Our best-performing client saw these results:","_cssGlobalClasses":["awljwz"]}},{"id":"457c64","name":"list","parent":"5668c5","children":[],"settings":{"items":[{"title":"Industry-specific pain points","id":"jwhepn","icon":{"library":"ionicons","icon":"ion-md-checkmark"}},{"title":"Industry-specific pain points","id":"wwupde","icon":{"library":"ionicons","icon":"ion-md-checkmark"}},{"title":"Industry-specific pain points","id":"czifnx","icon":{"library":"ionicons","icon":"ion-md-checkmark"}},{"title":"Industry-specific pain points","id":"sehfej","icon":{"library":"ionicons","icon":"ion-md-checkmark"}}],"separatorDisable":true,"_cssGlobalClasses":["nbfgxj"]},"themeStyles":[]},{"id":"bc9496","name":"heading","parent":"5668c5","children":[],"settings":{"_cssGlobalClasses":["melcwz"],"text":"Minimum viable audiences"},"label":"Heading h3"},{"id":"2d232a","name":"text-basic","parent":"5668c5","children":[],"settings":{"text":"Our best-performing client saw these results:","_cssGlobalClasses":["awljwz"]}},{"id":"09403d","name":"list","parent":"5668c5","children":[],"settings":{"items":[{"title":"Industry-specific pain points","id":"jwhepn","icon":{"library":"ionicons","icon":"ion-md-checkmark"}},{"title":"Industry-specific pain points","id":"wwupde","icon":{"library":"ionicons","icon":"ion-md-checkmark"}},{"title":"Industry-specific pain points","id":"czifnx","icon":{"library":"ionicons","icon":"ion-md-checkmark"}},{"title":"Industry-specific pain points","id":"sehfej","icon":{"library":"ionicons","icon":"ion-md-checkmark"}}],"separatorDisable":true,"_cssGlobalClasses":["nbfgxj"]},"themeStyles":[]},{"id":"a08cc6","name":"block","parent":"d751df","children":["5ea6f3","f88d2f","c3ce56","b7eb20","4c5ee3","60b6a3","f6de3b","a8c6c0","b6306a","8a6f39","adb1d4","986d46"],"settings":{"_cssGlobalClasses":["jsssjw"]},"label":"Main Block"},{"id":"5ea6f3","name":"heading","parent":"a08cc6","children":[],"settings":{"text":"How to fix your linkedIn strategy","_cssGlobalClasses":["ntyezv"],"tag":"h2"},"label":"Heading h2"},{"id":"f88d2f","name":"image","parent":"a08cc6","children":[],"settings":{"_cssGlobalClasses":["bbpxyh"],"image":{"id":689,"filename":"Image-Container-4.png","size":"full","full":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/05\/Image-Container-4.png","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/05\/Image-Container-4.png"}},"themeStyles":[]},{"id":"c3ce56","name":"text-basic","parent":"a08cc6","children":[],"settings":{"_cssGlobalClasses":["awljwz"],"text":"After analyzing our most successful campaigns, here's what drives real results:"}},{"id":"b7eb20","name":"heading","parent":"a08cc6","children":[],"settings":{"_cssGlobalClasses":["melcwz"],"text":"Audit your current approach"},"label":"Heading h3"},{"id":"4c5ee3","name":"text-basic","parent":"a08cc6","children":[],"settings":{"text":"Our best-performing client saw these results:","_cssGlobalClasses":["awljwz"]}},{"id":"60b6a3","name":"list","parent":"a08cc6","children":[],"settings":{"items":[{"title":"Industry-specific pain points","id":"jwhepn","icon":{"library":"ionicons","icon":"ion-md-checkmark"}},{"title":"Industry-specific pain points","id":"wwupde","icon":{"library":"ionicons","icon":"ion-md-checkmark"}},{"title":"Industry-specific pain points","id":"czifnx","icon":{"library":"ionicons","icon":"ion-md-checkmark"}},{"title":"Industry-specific pain points","id":"sehfej","icon":{"library":"ionicons","icon":"ion-md-checkmark"}}],"separatorDisable":true,"_cssGlobalClasses":["nbfgxj"]},"themeStyles":[]},{"id":"f6de3b","name":"heading","parent":"a08cc6","children":[],"settings":{"_cssGlobalClasses":["melcwz"],"text":"Build engagement first"},"label":"Heading h3"},{"id":"a8c6c0","name":"text-basic","parent":"a08cc6","children":[],"settings":{"text":"Our best-performing client saw these results:","_cssGlobalClasses":["awljwz"]}},{"id":"b6306a","name":"list","parent":"a08cc6","children":[],"settings":{"items":[{"title":"Industry-specific pain points","id":"jwhepn","icon":{"library":"ionicons","icon":"ion-md-checkmark"}},{"title":"Industry-specific pain points","id":"wwupde","icon":{"library":"ionicons","icon":"ion-md-checkmark"}},{"title":"Industry-specific pain points","id":"czifnx","icon":{"library":"ionicons","icon":"ion-md-checkmark"}},{"title":"Industry-specific pain points","id":"sehfej","icon":{"library":"ionicons","icon":"ion-md-checkmark"}}],"separatorDisable":true,"_cssGlobalClasses":["nbfgxj"]},"themeStyles":[]},{"id":"8a6f39","name":"heading","parent":"a08cc6","children":[],"settings":{"_cssGlobalClasses":["melcwz"],"text":"Layer your targeting"},"label":"Heading h3"},{"id":"adb1d4","name":"text-basic","parent":"a08cc6","children":[],"settings":{"text":"Our best-performing client saw these results:","_cssGlobalClasses":["awljwz"]}},{"id":"986d46","name":"list","parent":"a08cc6","children":[],"settings":{"items":[{"title":"Industry-specific pain points","id":"jwhepn","icon":{"library":"ionicons","icon":"ion-md-checkmark"}},{"title":"Industry-specific pain points","id":"wwupde","icon":{"library":"ionicons","icon":"ion-md-checkmark"}},{"title":"Industry-specific pain points","id":"czifnx","icon":{"library":"ionicons","icon":"ion-md-checkmark"}},{"title":"Industry-specific pain points","id":"sehfej","icon":{"library":"ionicons","icon":"ion-md-checkmark"}}],"separatorDisable":true,"_cssGlobalClasses":["nbfgxj"]},"themeStyles":[]},{"id":"4f2215","name":"block","parent":"d751df","children":["95beb7","f66657","e77caa"],"settings":{"_cssGlobalClasses":["jsssjw"]},"label":"Main Block"},{"id":"95beb7","name":"heading","parent":"4f2215","children":[],"settings":{"text":"The results you can expect","_cssGlobalClasses":["ntyezv"],"tag":"h2"},"label":"Heading h2"},{"id":"f66657","name":"text-basic","parent":"4f2215","children":[],"settings":{"text":"Our best-performing client saw these results:","_cssGlobalClasses":["awljwz"]}},{"id":"e77caa","name":"list","parent":"4f2215","children":[],"settings":{"items":[{"title":"Industry-specific pain points","id":"jwhepn","icon":{"library":"ionicons","icon":"ion-md-checkmark"}},{"title":"Industry-specific pain points","id":"wwupde","icon":{"library":"ionicons","icon":"ion-md-checkmark"}},{"title":"Industry-specific pain points","id":"czifnx","icon":{"library":"ionicons","icon":"ion-md-checkmark"}},{"title":"Industry-specific pain points","id":"sehfej","icon":{"library":"ionicons","icon":"ion-md-checkmark"}}],"separatorDisable":true,"_cssGlobalClasses":["nbfgxj"]},"themeStyles":[]},{"id":"49c77c","name":"block","parent":"d751df","children":["28292d","959146","537d5a"],"settings":{"_cssGlobalClasses":["jsssjw"]},"label":"Main Block"},{"id":"28292d","name":"heading","parent":"49c77c","children":[],"settings":{"text":"Next steps","_cssGlobalClasses":["ntyezv"],"tag":"h2"},"label":"Heading h2"},{"id":"959146","name":"text-basic","parent":"49c77c","children":[],"settings":{"_cssGlobalClasses":["awljwz"],"text":"Want to see how we help B2B tech companies fix their LinkedIn campaigns?"}},{"id":"537d5a","name":"block","parent":"49c77c","children":["635593","c0afc3"],"settings":{"_cssGlobalClasses":["eqczhr"]}},{"id":"635593","name":"button","parent":"537d5a","children":[],"settings":{"text":"LinkedIn audit guide","_cssGlobalClasses":["ulikfi"],"link":{"type":"external","url":"#"}}},{"id":"c0afc3","name":"button","parent":"537d5a","children":[],"settings":{"text":"LinkedIn audit guide","_cssGlobalClasses":["ulikfi","crzekv"],"link":{"type":"external","url":"#"}}}],"templateType":"section","global_classes":[{"id":"ulikfi","name":"metric-btn_dark","settings":{"_background":{"color":{"hex":"#171717"}},"_padding":{"top":"10","right":"32","bottom":"10","left":"32"},"_typography":{"color":{"hex":"#ffffff"},"font-size":"16","font-weight":"500"},"_border":{"radius":{"top":"50","right":"50","bottom":"50","left":"50"}},"_heightMin":"56","_background:hover":{"color":{"hex":"#000000","rgb":"rgba(0, 0, 0, 0.73)","hsl":"hsla(0, 0%, 0%, 0.73)"}},"_heightMin:mobile_portrait":"48"}},{"id":"vneohb","name":"metric-default-section","settings":{"_padding":{"top":"100","bottom":"100","left":"5%","right":"5%"},"_padding:mobile_landscape":{"top":"80","bottom":"80"},"_padding:mobile_portrait":{"top":"60","bottom":"60"}}},{"id":"qresdr","name":"metric-default-container","settings":{"_width":"1728","_rowGap":"45"}},{"id":"ntyezv","name":"metric-h2","settings":{"_typography":{"font-size":"48","color":{"hex":"#171717"},"font-weight":"400"},"_typography:mobile_landscape":{"font-size":"40"},"_typography:mobile_portrait":{"font-size":"32"}}},{"id":"melcwz","name":"metric-h3","settings":{"_typography":{"font-size":"32","font-weight":"400","color":{"hex":"#171717"}},"_typography:mobile_portrait":{"font-size":"24"},"_typography:mobile_landscape":{"font-size":"28"}}},{"id":"hlgudr","name":"metric-s-i_hero-name","settings":{"_typography":{"font-size":"20"},"_typography:mobile_portrait":{"font-size":"16"}}},{"id":"pywgoh","name":"metric-s-i_photo","settings":{"_widthMax":"48"}},{"id":"gtqykp","name":"metric-post-content-wrapper","settings":[]},{"id":"pxjnrq","name":"metric-post-content_container","settings":{"_columnGap":"96","_columnGap:tablet_portrait":"50"}},{"id":"wnjzeu","name":"metric-post-content_col-l","settings":[]},{"id":"xprpkm","name":"metric-post-content_col-r","settings":{"_rowGap":"60"}},{"id":"vyfnvj","name":"metric-post-content_sidebar","settings":{"_rowGap":"40","_width":"80%","_padding":{"left":"40","top":"40","right":"40","bottom":"40"},"_background":{"color":{"hex":"#f6f6f6"}},"_padding:tablet_portrait":{"top":"20","right":"20","bottom":"20","left":"20"},"_width:tablet_portrait":"95%","_width:mobile_landscape":"100%"}},{"id":"lyelod","name":"metric-post-content_sidebar-block","settings":{"_rowGap":"24"}},{"id":"cuvwes","name":"metric-post-content_sidebar-heading","settings":{"_typography":{"font-size":"32","line-height":"1.3"},"_typography:mobile_landscape":{"font-size":"28"},"_typography:mobile_portrait":{"font-size":"24"},"_margin":{"bottom":"8"}},"modified":1747909587,"user_id":1},{"id":"awljwz","name":"metric-post-content__textarea","settings":{"_typography":{"font-size":"20","color":{"hex":"#171717"}},"_typography:mobile_portrait":{"font-size":"16"}}},{"id":"smlqiw","name":"metric-post-content_sidebar-divider","settings":{"color":{"hex":"#e1e1e1"}}},{"id":"jsssjw","name":"metric-post-content-block","settings":{"_rowGap":"32"}},{"id":"bbpxyh","name":"metric-post-content__image","settings":{"_width":"100%"}},{"id":"mpjlzu","name":"metric-medium","settings":{"_typography":{"font-weight":"500"}}},{"id":"veygkv","name":"metric-post-content__inner-block","settings":{"_background":{"color":{"hex":"#f6f6f6"}},"_padding":{"left":"40","top":"40","right":"40","bottom":"40"},"_rowGap":"40","_padding:tablet_portrait":{"top":"20","right":"20","bottom":"20","left":"20"}}},{"id":"jcinjb","name":"metric-flex-nowrap","settings":{"_flexWrap":"nowrap","_direction":"row","_alignItems":"center","_columnGap":"10"}},{"id":"nbfgxj","name":"metric-post-content__list","settings":{"itemJustifyContent":"flex-start","titleMargin":{"left":"10"},"iconSize":"20","titleTypography":{"font-size":"20"},"titleTypography:mobile_portrait":{"font-size":"16"},"iconSize:mobile_portrait":"16","separatorDisable":true,"itemAlignItems":"center","itemMargin":{"bottom":"24"}}},{"id":"eqczhr","name":"metric-post-content_btn-block","settings":{"_direction":"row","_columnGap":"20","_rowGap:mobile_landscape":"20"}},{"id":"crzekv","name":"metric-btn_border","settings":{"_border":{"width":{"left":"1","top":"1","right":"1","bottom":"1"},"style":"solid","radius":{"top":"E1E1E1"},"color":{"hex":"#e1e1e1"}},"_background":{"color":{"hex":"#000000","rgb":"rgba(0, 0, 0, 0)","hsl":"hsla(0, 0%, 0%, 0)"}},"_typography":{"color":{"hex":"#171717"}},"_typography:hover":{"color":{"hex":"#ffffff"}}}}]}
Download JSON

Metric Kit – Single post template hero
Hero section for single post template
View now
Copy now
{"id":708,"name":"single-insight-hero","title":"Single Insight Hero","date":"2025-05-22 20:02:32","date_formatted":"May 22, 2025","author":{"name":"AK_Developer_25","avatar":"https:\/\/secure.gravatar.com\/avatar\/4895fa216fc2f1ee16e6575899e50eb2388264a879a9791a3ad02c7bed840715?s=60&d=mm&r=g","url":"https:\/\/gallopbiz.in\/ak-dev"},"permalink":"https:\/\/gallopbiz.in\/ak-dev\/template\/single-insight-hero\/","thumbnail":null,"bundles":[],"tags":[],"type":"section","content":[{"id":"c4c895","name":"section","parent":0,"children":["72faf4"],"settings":{"_cssGlobalClasses":["vneohb","qwesvz"]},"label":"Single Insight Hero"},{"id":"72faf4","name":"container","parent":"c4c895","children":["46cf6c","b4f399"],"settings":{"_cssGlobalClasses":["qresdr","kfzigd"],"_direction":"row"}},{"id":"46cf6c","name":"block","parent":"72faf4","children":["cc4468","878c46"],"settings":{"_cssGlobalClasses":["sgyxcf"]},"label":"Column"},{"id":"cc4468","name":"heading","parent":"46cf6c","children":[],"settings":{"text":"Why most B2B tech companies waste money on LinkedIn ads (and how to fix it)","tag":"h1","_cssGlobalClasses":["veazgd","xeyeir"]}},{"id":"878c46","name":"block","parent":"46cf6c","children":["b5ebb8","135d29"],"settings":{"_cssGlobalClasses":["qkceng"]}},{"id":"b5ebb8","name":"block","parent":"878c46","children":["9ec945","9dc30f"],"settings":{"_cssGlobalClasses":["uuhask"]},"label":"Column"},{"id":"9ec945","name":"image","parent":"b5ebb8","children":[],"settings":{"image":{"id":610,"filename":"Testimonial-Image-1.png","size":"full","full":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/05\/Testimonial-Image-1.png","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/05\/Testimonial-Image-1.png"},"_cssGlobalClasses":["pywgoh"]}},{"id":"9dc30f","name":"text-basic","parent":"b5ebb8","children":[],"settings":{"text":"Jake White, SEO lead at Metric","_cssGlobalClasses":["hlgudr"]},"label":"Name"},{"id":"135d29","name":"block","parent":"878c46","children":["7ef0c8","2020c8"],"settings":{"_cssGlobalClasses":["uuhask"]},"label":"Column"},{"id":"7ef0c8","name":"button","parent":"135d29","children":[],"settings":{"text":"January 4, 2025","_cssGlobalClasses":["wcweyx"],"link":{"type":"external","url":"#"}}},{"id":"2020c8","name":"button","parent":"135d29","children":[],"settings":{"text":"8 min read","_cssGlobalClasses":["wcweyx"],"link":{"type":"external","url":"#"}}},{"id":"b4f399","name":"block","parent":"72faf4","children":[],"settings":{"_background":{"image":{"id":611,"filename":"Image-Container-2.png","size":"full","full":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/05\/Image-Container-2.png","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/05\/Image-Container-2.png"},"position":"center center","repeat":"no-repeat","size":"cover"},"_cssGlobalClasses":["bhjvun"]},"label":"featured BG Column"}],"templateType":"section","global_classes":[{"id":"veazgd","name":"metric-hero__heading","settings":{"_typography":{"font-size":"72","font-weight":"500","color":{"hex":"#171717"},"line-height":"1.2"},"_typography:mobile_landscape":{"font-size":"48"},"_typography:mobile_portrait":{"font-size":"40"}}},{"id":"vneohb","name":"metric-default-section","settings":{"_padding":{"top":"100","bottom":"100","left":"5%","right":"5%"},"_padding:mobile_landscape":{"top":"80","bottom":"80"},"_padding:mobile_portrait":{"top":"60","bottom":"60"}}},{"id":"qresdr","name":"metric-default-container","settings":{"_width":"1728","_rowGap":"45"}},{"id":"wcweyx","name":"metric-btn_light-grey","settings":{"_padding":{"top":"8","right":"24","bottom":"8","left":"24"},"_heightMin":"48","_border":{"radius":{"top":"50","right":"50","bottom":"50","left":"50"}},"_background":{"color":{"hex":"#f6f6f6"}},"_typography":{"font-size":"16","font-weight":"500","color":{"hex":"#171717"}},"_background:hover":{"color":{"hex":"#171717"}},"_typography:hover":{"color":{"hex":"#ffffff"}}}},{"id":"qwesvz","name":"metric-single-insight_hero","settings":[]},{"id":"kfzigd","name":"metric-single-insight_hero-container","settings":{"_alignItems":"stretch","_columnGap":"96","_columnGap:tablet_portrait":"50"}},{"id":"sgyxcf","name":"metric-single-insight_hero-col","settings":{"_justifyContent":"space-between","_rowGap":"120","_rowGap:mobile_landscape":"80","_rowGap:mobile_portrait":"60","_rowGap:tablet_portrait":"90"}},{"id":"xeyeir","name":"metric-single-insight_hero-h1","settings":{"_typography":{"font-size":"72"},"_typography:tablet_portrait":{"font-size":"42"},"_typography:mobile_landscape":{"font-size":"48"},"_typography:mobile_portrait":{"font-size":"40"},"_cssCustom":"@media only screen and (max-width:1620px) {\n\n .metric-single-insight_hero-h1.brxe-heading {\nfont-size:55px;\n}\n \n}"}},{"id":"qkceng","name":"metric-single-insight_hero-inner_block","settings":{"_direction":"row","_columnGap":"30","_justifyContent":"space-between","_rowGap":"30","_cssCustom":"@media only screen and (max-width:1620px){\n .metric-single-insight_hero-inner_block{\nflex-wrap: wrap;\n}\n}"}},{"id":"uuhask","name":"metric-s-i_hero-inner-col-l","settings":{"_direction":"row","_columnGap":"10","_alignItems":"center"}},{"id":"bhjvun","name":"metric-single-insight_hero-col-r","settings":{"_background":{"image":{"id":611,"filename":"Image-Container-2.png","size":"full","full":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/05\/Image-Container-2.png","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/05\/Image-Container-2.png"},"position":"center center","repeat":"no-repeat","size":"cover"},"_heightMin:mobile_landscape":"436","_heightMin:mobile_portrait":"243"}},{"id":"hlgudr","name":"metric-s-i_hero-name","settings":{"_typography":{"font-size":"20"},"_typography:mobile_portrait":{"font-size":"16"}}},{"id":"pywgoh","name":"metric-s-i_photo","settings":{"_widthMax":"48"}}]}
Download JSON

Metric kit – Contact Form
Two-column layout with contact form
View now
Copy now
{"id":706,"name":"contact-form-new","title":"Contact Form New","date":"2025-05-22 20:00:16","date_formatted":"May 22, 2025","author":{"name":"AK_Developer_25","avatar":"https:\/\/secure.gravatar.com\/avatar\/4895fa216fc2f1ee16e6575899e50eb2388264a879a9791a3ad02c7bed840715?s=60&d=mm&r=g","url":"https:\/\/gallopbiz.in\/ak-dev"},"permalink":"https:\/\/gallopbiz.in\/ak-dev\/template\/contact-form-new\/","thumbnail":null,"bundles":[],"tags":[],"type":"section","content":[{"id":"b3a47a","name":"section","parent":0,"children":["1b537f"],"settings":{"_cssGlobalClasses":["vneohb"]},"label":"Contact Form New"},{"id":"1b537f","name":"container","parent":"b3a47a","children":["dde1f5","330c22"],"settings":{"_cssGlobalClasses":["qresdr","iealwn"],"_direction":"row"}},{"id":"dde1f5","name":"block","parent":"1b537f","children":["9b44b6","64b8d6"],"settings":{"_cssGlobalClasses":["yzkxlh"]},"label":"Column"},{"id":"9b44b6","name":"block","parent":"dde1f5","children":["e2b4d4","12ca8c"],"settings":{"_cssGlobalClasses":["imdzoq"]}},{"id":"e2b4d4","name":"heading","parent":"9b44b6","children":[],"settings":{"text":"Get in touch","_cssGlobalClasses":["veazgd"],"tag":"h1"}},{"id":"12ca8c","name":"text-basic","parent":"9b44b6","children":[],"settings":{"text":"If you're spending $25k+ monthly on paid social and want to see better results, this is the fastest way to get started.","_cssGlobalClasses":["sjfkow"]}},{"id":"64b8d6","name":"block","parent":"dde1f5","children":["a93623","280742"],"settings":{"_cssGlobalClasses":["imdzoq"]}},{"id":"a93623","name":"text-basic","parent":"64b8d6","children":[],"settings":{"text":"We power paid social growth for innovative companies","_cssGlobalClasses":["opglel"]}},{"id":"280742","name":"container","parent":"64b8d6","children":["9802d6","dd3b4f","028970","c11bd5","9706fa","829100"],"settings":{"_cssGlobalClasses":["ffswpe"]},"label":"Logo Container"},{"id":"9802d6","name":"image","parent":"280742","children":[],"settings":{"_cssGlobalClasses":["sonjbr"],"image":{"id":172,"filename":"Logo.svg.svg","size":"full","full":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/Logo.svg.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/Logo.svg.svg"}},"themeStyles":[]},{"id":"dd3b4f","name":"image","parent":"280742","children":[],"settings":{"_cssGlobalClasses":["sonjbr"],"image":{"id":188,"filename":"Logo.svg-1.svg","size":"full","full":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/Logo.svg-1.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/Logo.svg-1.svg"}},"themeStyles":[]},{"id":"028970","name":"image","parent":"280742","children":[],"settings":{"_cssGlobalClasses":["sonjbr"],"image":{"id":186,"filename":"Logo.svg-2.svg","size":"full","full":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/Logo.svg-2.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/Logo.svg-2.svg"}},"themeStyles":[]},{"id":"c11bd5","name":"image","parent":"280742","children":[],"settings":{"_cssGlobalClasses":["sonjbr"],"image":{"id":185,"filename":"Logo.svg-3.svg","size":"full","full":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/Logo.svg-3.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/Logo.svg-3.svg"}},"themeStyles":[]},{"id":"9706fa","name":"image","parent":"280742","children":[],"settings":{"_cssGlobalClasses":["sonjbr"],"image":{"id":187,"filename":"webflow_logo.svg.svg","size":"full","full":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/webflow_logo.svg.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/webflow_logo.svg.svg"}},"themeStyles":[]},{"id":"829100","name":"image","parent":"280742","children":[],"settings":{"_cssGlobalClasses":["sonjbr"],"image":{"id":189,"filename":"Group.svg","size":"full","full":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/Group.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/Group.svg"}},"themeStyles":[]},{"id":"330c22","name":"block","parent":"1b537f","children":["b7bfd6"],"settings":{"_cssGlobalClasses":["yzkxlh"]},"label":"Column"},{"id":"b7bfd6","name":"form","parent":"330c22","children":[],"settings":{"fields":[{"type":"text","placeholder":"Full Name","id":"5126d0","label":"Name"},{"type":"email","placeholder":"Work Email","required":true,"id":"817e57","label":"Email"},{"type":"text","label":"Company","placeholder":"Company","id":"civnqm"},{"type":"textarea","label":"Message","placeholder":"Message","id":"nxoene"},{"type":"checkbox","label":"Term","id":"nmpdff","options":"I agree that Metric can store my submitted information as outlined in our Privacy Policy. I understand I can request deletion of my data at any time via support@metric.com."}],"actions":["email"],"successMessage":"Message successfully sent. We will get back to you as soon as possible.","emailSubject":"Contact form request","emailTo":"admin_email","fromName":"AK Developer","emailErrorMessage":"Submission failed. Please reload the page and try to submit the form again.","htmlEmail":true,"mailchimpPendingMessage":"Please check your email to confirm your subscription.","mailchimpErrorMessage":"Sorry, but we could not subscribe you.","sendgridErrorMessage":"Sorry, but we could not subscribe you.","_cssGlobalClasses":["pcseqr"],"submitButtonText":"Send message"},"themeStyles":[]}],"templateType":"section","global_classes":[{"id":"veazgd","name":"metric-hero__heading","settings":{"_typography":{"font-size":"72","font-weight":"500","color":{"hex":"#171717"},"line-height":"1.2"},"_typography:mobile_landscape":{"font-size":"48"},"_typography:mobile_portrait":{"font-size":"40"}}},{"id":"opglel","name":"metric-hero__textarea","settings":{"_typography":{"font-size":"20","color":{"hex":"#4c4c4c"}},"_typography:mobile_landscape":{"font-size":"20"},"_typography:mobile_portrait":{"font-size":"16"}}},{"id":"vneohb","name":"metric-default-section","settings":{"_padding":{"top":"100","bottom":"100","left":"5%","right":"5%"},"_padding:mobile_landscape":{"top":"80","bottom":"80"},"_padding:mobile_portrait":{"top":"60","bottom":"60"}}},{"id":"qresdr","name":"metric-default-container","settings":{"_width":"1728","_rowGap":"45"}},{"id":"ffswpe","name":"metric-contact__logo-block","settings":{"_flexWrap":"wrap","_direction":"row","_display":"grid","_gridTemplateColumns":"repeat(4,1fr)","_gridGap":"24","_gridTemplateColumns:mobile_portrait":"repeat(3,1fr)"},"modified":1747898772,"user_id":1},{"id":"yzkxlh","name":"metric-contact__col","settings":{"_direction":"column","_rowGap":"62","_width":"50%","_width:mobile_landscape":"100%"}},{"id":"sjfkow","name":"metric-contact__col-text","settings":{"_typography":{"font-size":"32","line-height":"1.2"},"_typography:mobile_landscape":{"font-size":"28"},"_typography:mobile_portrait":{"font-size":"24"}}},{"id":"sonjbr","name":"metric-contact__logos","settings":[],"modified":1747898772,"user_id":1},{"id":"pcseqr","name":"metric-contact__form","settings":{"submitButtonBorder":{"radius":{"top":"50","right":"50","bottom":"50","left":"50"}},"_cssCustom":".metric-contact__form button.bricks-button {\n padding-top: 8px;\n padding-right: 24px;\n padding-bottom: 8px;\n padding-left: 24px;\n min-height: 48px;\n border-radius: 50px;\n background-color: #fff;\n font-size: 16px;\n font-weight: 500;\n color: #171717;\n}\n\n.metric-contact__form span.justterm a {\n color: #171717;\n text-decoration: underline;\n} \n\n.metric-contact__form ul.options-wrapper {\n padding-bottom: 24px;\n border-bottom: 1px solid #fff;\n margin-bottom: 0px;\n}\n\n.metric-contact__form input {\n margin-bottom: 72px;\n background-color: #ffffff; \/* changed from black to white *\/\n color: #000000; \/* input text color *\/\n}\n\n.metric-contact__form input::placeholder {\n color: #000000; \/* placeholder color *\/\n}\n\n.metric-contact__form .justlabel {\n font-size: 20px;\n}\n\n.metric-contact__form ul.options-wrapper li {\n color: #909090;\n font-size: 17px;\n margin-bottom: 16px;\n}\n\n\/* Container UL Styling *\/\n\n\/* Hide the default checkbox *\/\n.metric-contact__form .options-wrapper input[type=\"checkbox\"] {\n display: none;\n}\n\n\/* Style the label as a block and align checkbox visually *\/\n.metric-contact__form .options-wrapper label {\n display: flex;\n align-items: flex-start;\n gap: 16px;\n\n color: #999999;\n cursor: pointer;\n padding: 10px;\n\n}\n\n\/* Custom checkbox box *\/\n.metric-contact__form .options-wrapper input[type=\"checkbox\"] + label::before {\n content: \"\";\n display: inline-block;\n width: 24px;\n height: 25px;\n background-color: #000;\n border-radius: 2px;\n flex-shrink: 0;\n position: relative;\n margin-top:8px\n}\n\n\/* Checkmark when checked *\/\n.metric-contact__form .options-wrapper input[type=\"checkbox\"]:checked + label::before {\n content: \"\u2713\";\n font-size: 14px;\n color: white;\n text-align: center;\n line-height: 25px;\n}\n\n.metric-contact__form span.justterm {\n color: #4c4c4c;\n}\n\n\n.metric-contact__form textarea::placeholder {\n color: #171717;\n}\n.metric-contact__form textarea{\n margin-bottom: 72px;\n}","fieldBorder":{"width":{"bottom":"1","top":"0","right":"0","left":"0"},"style":"solid"},"fieldMargin":{"bottom":"0"},"submitButtonBackgroundColor":{"hex":"#000000"},"submitButtonTypography":{"color":{"hex":"#ffffff"}},"fieldTypography":{"font-size":"20","color":{"hex":"#171717"}},"fieldTypography:mobile_portrait":{"font-size":"16"},"fieldPadding":{"bottom":"10"}}},{"id":"iealwn","name":"metric-contact__container","settings":{"_columnGap":"90","_rowGap:mobile_landscape":"90"}},{"id":"imdzoq","name":"metric-contact__block","settings":{"_rowGap":"30"}}]}
Download JSON

Metric -Service Showcase
Section showing service with step number
View now
Copy now
{"id":602,"name":"metric-service-section","title":"Metric Service Section","date":"2025-05-15 18:49:45","date_formatted":"May 15, 2025","author":{"name":"AK_Developer_25","avatar":"https:\/\/secure.gravatar.com\/avatar\/4895fa216fc2f1ee16e6575899e50eb2388264a879a9791a3ad02c7bed840715?s=60&d=mm&r=g","url":"https:\/\/gallopbiz.in\/ak-dev"},"permalink":"https:\/\/gallopbiz.in\/ak-dev\/template\/metric-service-section\/","thumbnail":null,"bundles":[],"tags":[],"type":"section","content":[{"id":"fcaa3e","name":"section","parent":0,"children":["b558f2"],"settings":{"_cssGlobalClasses":["gwhqwu","vneohb"]},"label":"Service Section"},{"id":"b558f2","name":"container","parent":"fcaa3e","children":["c6f02e","784f80"],"settings":{"_cssGlobalClasses":["qresdr","vwicwp"]}},{"id":"c6f02e","name":"heading","parent":"b558f2","children":[],"settings":{"text":"What makes us different","_cssGlobalClasses":["ntyezv"]}},{"id":"784f80","name":"block","parent":"b558f2","children":["96e2b3","174e1f","c73c30"],"settings":{"_cssGlobalClasses":["hmigyw"]},"label":"All Service block"},{"id":"96e2b3","name":"block","parent":"784f80","children":["53e380","e87008"],"settings":{"_cssGlobalClasses":["cimjca"]},"label":"Service Block"},{"id":"53e380","name":"block","parent":"96e2b3","children":["ad23c3","4426ea"],"settings":{"_cssGlobalClasses":["xgocdf"]},"label":"Column"},{"id":"ad23c3","name":"heading","parent":"53e380","children":[],"settings":{"text":"We actually understand tech","_cssGlobalClasses":["melcwz"]}},{"id":"4426ea","name":"text-basic","parent":"53e380","children":[],"settings":{"text":"Our team comes from tech companies. We've been product managers, sales leaders, and marketers in companies like yours. We speak your language and understand your challenges.","_cssGlobalClasses":["xonwgj"]}},{"id":"e87008","name":"block","parent":"96e2b3","children":["0dfd29"],"settings":{"_cssGlobalClasses":["wdeimq"]},"label":"Column"},{"id":"0dfd29","name":"text-basic","parent":"e87008","children":[],"settings":{"text":"01\/03","_cssGlobalClasses":["vbgkwk"]}},{"id":"174e1f","name":"block","parent":"784f80","children":["909d49","b20d8e"],"settings":{"_cssGlobalClasses":["cimjca"]},"label":"Service Block"},{"id":"909d49","name":"block","parent":"174e1f","children":["1ddff4","85e8aa"],"settings":{"_cssGlobalClasses":["xgocdf"]},"label":"Column"},{"id":"1ddff4","name":"heading","parent":"909d49","children":[],"settings":{"text":"We focus on revenue, not just leads","_cssGlobalClasses":["melcwz"]}},{"id":"85e8aa","name":"text-basic","parent":"909d49","children":[],"settings":{"text":"Our team comes from tech companies. We've been product managers, sales leaders, and marketers in companies like yours. We speak your language and understand your challenges.","_cssGlobalClasses":["xonwgj"]}},{"id":"b20d8e","name":"block","parent":"174e1f","children":["5f84e8"],"settings":{"_cssGlobalClasses":["wdeimq"]},"label":"Column"},{"id":"5f84e8","name":"text-basic","parent":"b20d8e","children":[],"settings":{"text":"02\/03","_cssGlobalClasses":["vbgkwk"]}},{"id":"c73c30","name":"block","parent":"784f80","children":["004ee9","d7ad1e"],"settings":{"_cssGlobalClasses":["cimjca"],"_border":{"width":{"bottom":"0"}}},"label":"Service Block"},{"id":"004ee9","name":"block","parent":"c73c30","children":["f5df1f","c1e0cc"],"settings":{"_cssGlobalClasses":["xgocdf"]},"label":"Column"},{"id":"f5df1f","name":"heading","parent":"004ee9","children":[],"settings":{"text":"We keep things simple","_cssGlobalClasses":["melcwz"]}},{"id":"c1e0cc","name":"text-basic","parent":"004ee9","children":[],"settings":{"text":"Our team comes from tech companies. We've been product managers, sales leaders, and marketers in companies like yours. We speak your language and understand your challenges.","_cssGlobalClasses":["xonwgj"]}},{"id":"d7ad1e","name":"block","parent":"c73c30","children":["8488b2"],"settings":{"_cssGlobalClasses":["wdeimq"]},"label":"Column"},{"id":"8488b2","name":"text-basic","parent":"d7ad1e","children":[],"settings":{"text":"03\/03","_cssGlobalClasses":["vbgkwk"]}}],"templateType":"section","global_classes":[{"id":"vneohb","name":"metric-default-section","settings":{"_padding":{"top":"100","bottom":"100","left":"5%","right":"5%"},"_padding:mobile_landscape":{"top":"80","bottom":"80"},"_padding:mobile_portrait":{"top":"60","bottom":"60"}}},{"id":"qresdr","name":"metric-default-container","settings":{"_width":"1728","_rowGap":"45"}},{"id":"ntyezv","name":"metric-h2","settings":{"_typography":{"font-size":"48","font-weight":"500","color":{"hex":"#171717"}},"_typography:mobile_landscape":{"font-size":"40"},"_typography:mobile_portrait":{"font-size":"32"}}},{"id":"melcwz","name":"metric-h3","settings":{"_typography":{"font-size":"32","font-weight":"400","color":{"hex":"#171717"}},"_typography:mobile_portrait":{"font-size":"24"},"_typography:mobile_landscape":{"font-size":"28"}}},{"id":"gwhqwu","name":"metric-about_service-section","settings":[]},{"id":"cimjca","name":"metric-about_service-block","settings":{"_margin":{"bottom":"48"},"_padding":{"bottom":"48"},"_border":{"width":{"bottom":"1"},"style":"solid","color":{"hex":"#e1e1e1"}},"_flexWrap:mobile_landscape":"nowrap","_direction:mobile_portrait":"column-reverse","_rowGap:mobile_portrait":"24","_direction":"row"}},{"id":"xgocdf","name":"metric-about_service-col","settings":{"_rowGap":"30","_width:mobile_landscape":"80%","_width:mobile_portrait":"100%","_rowGap:mobile_portrait":"24"}},{"id":"xonwgj","name":"metric-about_service-text","settings":{"_typography":{"font-size":"20"},"_typography:mobile_portrait":{"font-size":"16"}}},{"id":"vbgkwk","name":"metric-about_service-step-num","settings":{"_typography":{"font-size":"34","color":{"hex":"#909090"}},"_typography:mobile_portrait":{"font-size":"24"}}},{"id":"wdeimq","name":"metric-about_service-step-col","settings":{"_alignItems":"flex-end","_width:mobile_landscape":"20%","_width:mobile_portrait":"100%","_alignItems:mobile_portrait":"flex-start"}},{"id":"vwicwp","name":"metric-about_service-container","settings":{"_rowGap":"96","_rowGap:mobile_landscape":"80","_rowGap:mobile_portrait":"60"},"modified":1747334877,"user_id":1}]}
Download JSON

Metric – Hero section with team slider
Team and growth showcase section with sliders
View now
Copy now
{"id":601,"name":"metric-about-team-hero","title":"Metric about team hero","date":"2025-05-15 18:49:13","date_formatted":"May 15, 2025","author":{"name":"AK_Developer_25","avatar":"https:\/\/secure.gravatar.com\/avatar\/4895fa216fc2f1ee16e6575899e50eb2388264a879a9791a3ad02c7bed840715?s=60&d=mm&r=g","url":"https:\/\/gallopbiz.in\/ak-dev"},"permalink":"https:\/\/gallopbiz.in\/ak-dev\/template\/metric-about-team-hero\/","thumbnail":null,"bundles":[],"tags":[],"type":"section","content":[{"id":"c1c8d2","name":"section","parent":0,"children":["f5f6ef","41ee4e"],"settings":{"_cssGlobalClasses":["vneohb","turmcr"]},"label":"Metric about team hero"},{"id":"f5f6ef","name":"container","parent":"c1c8d2","children":["5d02ac"],"settings":{"_cssGlobalClasses":["qresdr","dtoozv"]}},{"id":"5d02ac","name":"block","parent":"f5f6ef","children":["88c4a9"],"settings":{"_cssGlobalClasses":["ubhhtf"]}},{"id":"88c4a9","name":"heading","parent":"5d02ac","children":[],"settings":{"text":"Your growth partners in B2B tech marketing","tag":"h1","_cssGlobalClasses":["veazgd"]}},{"id":"41ee4e","name":"container","parent":"c1c8d2","children":["663a60","45fcf1"],"settings":{"_cssGlobalClasses":["qresdr","xteagi"]},"label":"Slider container"},{"id":"663a60","name":"slider-nested","parent":"41ee4e","children":["dddf5d","955ee2","234f18","b9b37c","516810","4c62b0"],"settings":{"_cssGlobalClasses":["mjqetb"],"height":"auto","autoHeight":true,"perPage":"6","type":"loop","perMove":"1","gap":"15","perPage:tablet_portrait":"4","perPage:mobile_landscape":"3","perPage:mobile_portrait":"2","interval":"2000","autoplay":true},"label":"Team member Slider (Nestable)","themeStyles":[]},{"id":"dddf5d","name":"block","parent":"663a60","children":["9d0452","f994d8"],"settings":{"_cssGlobalClasses":["bqqtiw"]},"label":"Slide 1"},{"id":"9d0452","name":"image","parent":"dddf5d","children":[],"settings":{"image":{"id":565,"filename":"Frame-6-min.png","size":"full","full":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/05\/Frame-6-min.png","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/05\/Frame-6-min.png"},"_cssGlobalClasses":["pkrift"]},"themeStyles":[],"label":"Member photo"},{"id":"f994d8","name":"text-basic","parent":"dddf5d","children":[],"settings":{"text":"John","_cssGlobalClasses":["oecoot"]},"label":"Member name"},{"id":"955ee2","name":"block","parent":"663a60","children":["3a139f","a9467b"],"settings":{"_cssGlobalClasses":["bqqtiw"]},"label":"Slide 2"},{"id":"3a139f","name":"image","parent":"955ee2","children":[],"settings":{"image":{"id":570,"filename":"Frame-7.png","size":"full","full":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/05\/Frame-7.png","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/05\/Frame-7.png"},"_cssGlobalClasses":["pkrift"]},"themeStyles":[],"label":"Member photo"},{"id":"a9467b","name":"text-basic","parent":"955ee2","children":[],"settings":{"text":"SEO Lead","_cssGlobalClasses":["oecoot"]},"label":"Member name"},{"id":"234f18","name":"block","parent":"663a60","children":["80241d","b11e41"],"settings":{"_cssGlobalClasses":["bqqtiw"]},"label":"Slide 3"},{"id":"80241d","name":"image","parent":"234f18","children":[],"settings":{"image":{"id":573,"filename":"Frame-8.png","size":"full","full":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/05\/Frame-8.png","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/05\/Frame-8.png"},"_cssGlobalClasses":["pkrift"]},"themeStyles":[],"label":"Member photo"},{"id":"b11e41","name":"text-basic","parent":"234f18","children":[],"settings":{"text":"Mike","_cssGlobalClasses":["oecoot"]},"label":"Member name"},{"id":"b9b37c","name":"block","parent":"663a60","children":["767960","f5228c"],"settings":{"_cssGlobalClasses":["bqqtiw"]},"label":"Slide 4"},{"id":"767960","name":"image","parent":"b9b37c","children":[],"settings":{"image":{"id":576,"filename":"Frame-9-1.png","size":"full","full":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/05\/Frame-9-1.png","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/05\/Frame-9-1.png"},"_cssGlobalClasses":["pkrift"]},"themeStyles":[],"label":"Member photo"},{"id":"f5228c","name":"text-basic","parent":"b9b37c","children":[],"settings":{"text":"Sarah","_cssGlobalClasses":["oecoot"]},"label":"Member name"},{"id":"516810","name":"block","parent":"663a60","children":["0252b6","6cce9f"],"settings":{"_cssGlobalClasses":["bqqtiw"]},"label":"Slide 5"},{"id":"0252b6","name":"image","parent":"516810","children":[],"settings":{"image":{"id":574,"filename":"Frame-10.png","size":"full","full":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/05\/Frame-10.png","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/05\/Frame-10.png"},"_cssGlobalClasses":["pkrift"]},"themeStyles":[],"label":"Member photo"},{"id":"6cce9f","name":"text-basic","parent":"516810","children":[],"settings":{"text":"Oscar","_cssGlobalClasses":["oecoot"]},"label":"Member name"},{"id":"4c62b0","name":"block","parent":"663a60","children":["6b0852","93f77b"],"settings":{"_cssGlobalClasses":["bqqtiw"]},"label":"Slide 6"},{"id":"6b0852","name":"image","parent":"4c62b0","children":[],"settings":{"image":{"id":575,"filename":"Frame-11-1.png","size":"full","full":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/05\/Frame-11-1.png","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/05\/Frame-11-1.png"},"_cssGlobalClasses":["pkrift"]},"themeStyles":[],"label":"Member photo"},{"id":"93f77b","name":"text-basic","parent":"4c62b0","children":[],"settings":{"text":"Kate","_cssGlobalClasses":["oecoot"]},"label":"Member name"},{"id":"45fcf1","name":"slider-nested","parent":"41ee4e","children":["07079a","b35b83","bd25ee","6695b2","b9602a","3027a3"],"settings":{"_cssGlobalClasses":["vilsvv"],"autoHeight":true,"type":"loop","perPage":"6","perMove":"1","gap":"15","perPage:tablet_portrait":"4","perPage:mobile_landscape":"3","perPage:mobile_portrait":"2","interval":"2800","autoplay":true},"label":"Growth Slider","themeStyles":[]},{"id":"07079a","name":"block","parent":"45fcf1","children":["9ec425","f7a012"],"settings":{"_cssGlobalClasses":["eqhjta"]},"label":"Slide 1"},{"id":"9ec425","name":"block","parent":"07079a","children":["74cbcd"],"settings":{"_cssGlobalClasses":["jepijo"],"tag":"a"}},{"id":"74cbcd","name":"heading","parent":"9ec425","children":[],"settings":{"text":"$850M+","_cssGlobalClasses":["hdzvbs"],"tag":"h2"}},{"id":"f7a012","name":"text-basic","parent":"07079a","children":[],"settings":{"text":"In pipeline generated","_cssGlobalClasses":["rwmfuh"]},"label":"text"},{"id":"b35b83","name":"block","parent":"45fcf1","children":["5ee07e","0bee81"],"settings":{"_cssGlobalClasses":["eqhjta"]},"label":"Slide 1"},{"id":"5ee07e","name":"block","parent":"b35b83","children":["ba6b86"],"settings":{"_cssGlobalClasses":["jepijo"],"tag":"a"}},{"id":"ba6b86","name":"heading","parent":"5ee07e","children":[],"settings":{"text":"40+","_cssGlobalClasses":["hdzvbs"],"tag":"h2"}},{"id":"0bee81","name":"text-basic","parent":"b35b83","children":[],"settings":{"text":"Tech companies scaled","_cssGlobalClasses":["rwmfuh"]},"label":"text"},{"id":"bd25ee","name":"block","parent":"45fcf1","children":["06ac6d","ecc09e"],"settings":{"_cssGlobalClasses":["eqhjta"]},"label":"Slide 1"},{"id":"06ac6d","name":"block","parent":"bd25ee","children":["622cbb"],"settings":{"_cssGlobalClasses":["jepijo"],"tag":"a"}},{"id":"622cbb","name":"heading","parent":"06ac6d","children":[],"settings":{"text":"89%","_cssGlobalClasses":["hdzvbs"],"tag":"h2"}},{"id":"ecc09e","name":"text-basic","parent":"bd25ee","children":[],"settings":{"text":"Client retention rate","_cssGlobalClasses":["rwmfuh"]},"label":"text"},{"id":"6695b2","name":"block","parent":"45fcf1","children":["b9975e","2ef219"],"settings":{"_cssGlobalClasses":["eqhjta"]},"label":"Slide 1"},{"id":"b9975e","name":"block","parent":"6695b2","children":["c8ca88"],"settings":{"_cssGlobalClasses":["jepijo"],"tag":"a"}},{"id":"c8ca88","name":"heading","parent":"b9975e","children":[],"settings":{"text":"125+","_cssGlobalClasses":["hdzvbs"],"tag":"h2"}},{"id":"2ef219","name":"text-basic","parent":"6695b2","children":[],"settings":{"text":"Years combined experience","_cssGlobalClasses":["rwmfuh"]},"label":"text"},{"id":"b9602a","name":"block","parent":"45fcf1","children":["4fff3f","8ac4af"],"settings":{"_cssGlobalClasses":["eqhjta"]},"label":"Slide 1"},{"id":"4fff3f","name":"block","parent":"b9602a","children":["030eb5"],"settings":{"_cssGlobalClasses":["jepijo"],"tag":"a"}},{"id":"030eb5","name":"heading","parent":"4fff3f","children":[],"settings":{"text":"3","_cssGlobalClasses":["hdzvbs"],"tag":"h2"}},{"id":"8ac4af","name":"text-basic","parent":"b9602a","children":[],"settings":{"text":"Global offices","_cssGlobalClasses":["rwmfuh"]},"label":"text"},{"id":"3027a3","name":"block","parent":"45fcf1","children":["96c557","1bb1b3"],"settings":{"_cssGlobalClasses":["eqhjta"]},"label":"Slide 1"},{"id":"96c557","name":"block","parent":"3027a3","children":["e5de2e"],"settings":{"_cssGlobalClasses":["jepijo"],"tag":"a"}},{"id":"e5de2e","name":"heading","parent":"96c557","children":[],"settings":{"text":"12","_cssGlobalClasses":["hdzvbs"],"tag":"h2"}},{"id":"1bb1b3","name":"text-basic","parent":"3027a3","children":[],"settings":{"text":"Active markets","_cssGlobalClasses":["rwmfuh"]},"label":"text"}],"templateType":"section","global_classes":[{"id":"veazgd","name":"metric-hero__heading","settings":{"_typography":{"font-size":"72","font-weight":"500","color":{"hex":"#171717"},"line-height":"1.2"},"_typography:mobile_landscape":{"font-size":"48"},"_typography:mobile_portrait":{"font-size":"40"}}},{"id":"vneohb","name":"metric-default-section","settings":{"_padding":{"top":"100","bottom":"100","left":"5%","right":"5%"},"_padding:mobile_landscape":{"top":"80","bottom":"80"},"_padding:mobile_portrait":{"top":"60","bottom":"60"}}},{"id":"qresdr","name":"metric-default-container","settings":{"_width":"1728","_rowGap":"45"}},{"id":"ubhhtf","name":"metric-hero__heading-block","settings":{"_width":"60%","_width:mobile_landscape":"100%"}},{"id":"mjqetb","name":"metric-team-member-slider","settings":[]},{"id":"bqqtiw","name":"metrci-t-m_slide","settings":{"_rowGap":"15","_alignItems":"flex-start"},"modified":1747328911,"user_id":1},{"id":"pkrift","name":"metric-t-m_member-photo","settings":{"_width":"100%","_objectFit":"cover"}},{"id":"oecoot","name":"metric-t-m_member-name","settings":{"_typography":{"font-size":"20"},"_typography:mobile_portrait":{"font-size":"16"}}},{"id":"turmcr","name":"metric-about_hero","settings":{"_rowGap":"96","_padding:mobile_portrait":{"left":"0","right":"0"},"_rowGap:mobile_portrait":"55"}},{"id":"vilsvv","name":"metric-growth-slider","settings":{"_cssCustom":".metric-growth-slider_block.brxe-block:hover h2 {\n color: white;\n}"}},{"id":"eqhjta","name":"metric-growth-slider_slide","settings":{"_alignItems":"flex-start","_rowGap":"15"}},{"id":"jepijo","name":"metric-growth-slider_block","settings":{"_width":"100%","_background":{"color":{"hex":"#f6f6f6"}},"_padding":{"top":"42%","right":"10","bottom":"42%","left":"10"},"_alignSelf":"center","_justifyContent":"center","_alignItems":"center","_background:hover":{"color":{"hex":"#171717"}}}},{"id":"rwmfuh","name":"metric-growth-slider_text","settings":{"_typography":{"font-size":"20","line-height":"1.2"},"_typography:mobile_portrait":{"font-size":"16"}}},{"id":"hdzvbs","name":"metric-growth-slider_heading","settings":{"_typography":{"font-size":"clamp(28px, 1.6vw, 42px);","font-weight":"400"},"_typography:tablet_portrait":{"font-size":"clamp(28px, 1.6vw, 30px);"},"_typography:mobile_portrait":{"font-size":"32"},"_typography:mobile_landscape":{"font-size":"clamp(22px, 1.6vw, 30px);"}}},{"id":"xteagi","name":"metric-about_slider-container","settings":{"_width:mobile_portrait":"100%","_padding:mobile_portrait":{"left":"4%"},"_rowGap:mobile_portrait":"30"}},{"id":"dtoozv","name":"metric-about_hero-container","settings":{"_padding:mobile_portrait":{"left":"5%","right":"5%"}}}]}
Download JSON

Metric Contact Form
Simple contact form
View now
Copy now
{"id":557,"name":"metric-cta-section-2","title":"Metric CTA Section 2","date":"2025-05-13 05:43:19","date_formatted":"May 13, 2025","author":{"name":"AK_Developer_25","avatar":"https:\/\/secure.gravatar.com\/avatar\/4895fa216fc2f1ee16e6575899e50eb2388264a879a9791a3ad02c7bed840715?s=60&d=mm&r=g","url":"https:\/\/gallopbiz.in\/ak-dev"},"permalink":"https:\/\/gallopbiz.in\/ak-dev\/template\/metric-cta-section-2\/","thumbnail":null,"bundles":[],"tags":[],"type":"section","content":[{"id":"34fe67","name":"section","parent":0,"children":["7f7564"],"settings":{"_cssGlobalClasses":["vneohb"]},"label":"CTA Section"},{"id":"7f7564","name":"container","parent":"34fe67","children":["796961","79f8cd"],"settings":{"_cssGlobalClasses":["qresdr","ckdesc"],"_direction":"row"}},{"id":"796961","name":"block","parent":"7f7564","children":["3cdd1d","a0138b"],"settings":{"_cssGlobalClasses":["rwcdbh"]},"label":"Left Column"},{"id":"3cdd1d","name":"block","parent":"796961","children":["ec3cda"],"settings":{"_cssGlobalClasses":["gvwtyk"]},"label":"Heading Block"},{"id":"ec3cda","name":"heading","parent":"3cdd1d","children":[],"settings":{"text":"Ready to transform your campaign strategy?","tag":"h2","_cssGlobalClasses":["jxomuc"]}},{"id":"a0138b","name":"block","parent":"796961","children":["96660b","d7ec46"],"settings":{"_cssGlobalClasses":["oxqkqj"],"_border:mobile_landscape":{"width":{"bottom":"0"}}}},{"id":"96660b","name":"block","parent":"a0138b","children":["cbeb50","9bc409"],"settings":{"_cssGlobalClasses":["pwidhq"]}},{"id":"cbeb50","name":"image","parent":"96660b","children":[],"settings":{"_cssGlobalClasses":["odtzmx"],"image":{"id":550,"filename":"Profile-Image-1.png","size":"full","full":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/05\/Profile-Image-1.png","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/05\/Profile-Image-1.png"}},"themeStyles":[]},{"id":"9bc409","name":"heading","parent":"96660b","children":[],"settings":{"text":"Stewart Butterfield, CEO at Slack","_cssGlobalClasses":["xidqdh"],"tag":"custom","customTag":"span"},"label":"Title"},{"id":"d7ec46","name":"text-basic","parent":"a0138b","children":[],"settings":{"text":"Metric gets what enterprise buyers need to see. They helped us shift our message from team collaboration to enterprise-wide digital transformation. The results were exactly what we needed - more enterprise leads, shorter sales cycles, and better ROI on our marketing spend","_cssGlobalClasses":["pmslul"]},"label":"Description"},{"id":"79f8cd","name":"block","parent":"7f7564","children":["f18748"],"settings":{"_cssGlobalClasses":["wlbkbx"]},"label":"Right Column"},{"id":"f18748","name":"form","parent":"79f8cd","children":[],"settings":{"fields":[{"type":"text","placeholder":"Full Name","id":"5126d0","label":"Name"},{"type":"email","placeholder":"Work Email","required":true,"id":"817e57","label":"Email"},{"type":"text","label":"Company","placeholder":"Company","id":"civnqm"},{"type":"textarea","label":"Message","placeholder":"Message","id":"nxoene"},{"type":"checkbox","label":"Term","id":"nmpdff","options":"I agree that Metric can store my submitted information as outlined in our Privacy Policy. I understand I can request deletion of my data at any time via support@metric.com."}],"actions":["email"],"successMessage":"Message successfully sent. We will get back to you as soon as possible.","emailSubject":"Contact form request","emailTo":"admin_email","fromName":"AK Developer","emailErrorMessage":"Submission failed. Please reload the page and try to submit the form again.","htmlEmail":true,"mailchimpPendingMessage":"Please check your email to confirm your subscription.","mailchimpErrorMessage":"Sorry, but we could not subscribe you.","sendgridErrorMessage":"Sorry, but we could not subscribe you.","_cssGlobalClasses":["tamhog"],"submitButtonText":"Book a strategy call"},"themeStyles":[]}],"templateType":"section","global_classes":[{"id":"vneohb","name":"metric-default-section","settings":{"_padding":{"top":"100","bottom":"100","left":"5%","right":"5%"},"_padding:mobile_landscape":{"top":"80","bottom":"80"},"_padding:mobile_portrait":{"top":"60","bottom":"60"}}},{"id":"qresdr","name":"metric-default-container","settings":{"_width":"1728"}},{"id":"jxomuc","name":"metric-h2-white","settings":{"_typography":{"color":{"hex":"#ffffff"},"font-size":"48","font-weight":"400"},"_typography:mobile_portrait":{"font-size":"32"},"_typography:tablet_portrait":{"font-size":"40"},"_typography:mobile_landscape":{"font-size":"40"}}},{"id":"oxqkqj","name":"metric-case-study__block","settings":{"_rowGap":"24","_border:mobile_landscape":{"width":{"bottom":"1"},"style":"solid","color":{"hex":"#414141"}},"_padding:mobile_landscape":{"bottom":"48","top":"48"},"_padding:mobile_portrait":{"bottom":"32","top":"32"},"_border:mobile_portrait":{"width":{"bottom":"0"}}}},{"id":"xidqdh","name":"metric-case-study__title","settings":{"_typography":{"color":{"hex":"#909090"},"font-size":"20","font-weight":"400"},"_typography:tablet_portrait":{"font-size":"16"},"_typography:mobile_landscape":{"font-size":"20"},"_typography:mobile_portrait":{"font-size":"16"}}},{"id":"pmslul","name":"metric-case-study__desc","settings":{"_typography":{"color":{"hex":"#ffffff"},"font-size":"20","font-weight":"400","line-height":"1.2"},"_typography:mobile_portrait":{"font-size":"16"}}},{"id":"pwidhq","name":"metric-case-study__inner-block","settings":{"_direction":"row","_flexWrap":"nowrap","_alignItems":"center","_columnGap":"15"}},{"id":"odtzmx","name":"metric-case-study__photo","settings":{"_width":"56","_border":{"radius":{"right":"50%","bottom":"50%","left":"50%","top":"50%"}}}},{"id":"ckdesc","name":"metric-cta-section__container","settings":{"_columnGap":"96","_background":{"color":{"hex":"#171717"}},"_padding":{"top":"6%","right":"6%","bottom":"6%","left":"6%"},"_padding:mobile_portrait":{"top":"5%","right":"5%","bottom":"5%","left":"5%"},"_alignItems":"stretch","_rowGap:mobile_landscape":"50"}},{"id":"gvwtyk","name":"metric-cta-section_list-block","settings":{"_rowGap":"64"}},{"id":"wlbkbx","name":"metric-cta-section_form-column","settings":[]},{"id":"tamhog","name":"metric-cta-section_form","settings":{"submitButtonBorder":{"radius":{"top":"100","right":"100","left":"100","bottom":"100"}},"fieldBackgroundColor":{"hex":"#171717"},"fieldBorder":{"width":{"top":"0","right":"0","left":"0","bottom":"1"},"style":"solid","color":{"hex":"#ffffff"}},"fieldPadding":{"bottom":"24"},"fieldTypography":{"font-size":"20","color":{"hex":"#ffffff"}},"placeholderTypography":{"color":{"hex":"#ffffff"}},"_cssCustom":".metric-cta-section_form button.bricks-button {\n padding-top: 8px;\n padding-right: 24px;\n padding-bottom: 8px;\n padding-left: 24px;\n min-height: 48px;\n border-radius: 50px;\n background-color: #fff;\n font-size: 16px;\n font-weight: 500;\n color: #171717;\n}\n.metric-cta-section_form span.justterm a {\n color: white;\n text-decoration: underline;\n} \n.metric-cta-section_form ul.options-wrapper {\n padding-bottom: 24px;\n border-bottom: 1px solid #fff;\n margin-bottom: 72px;\n}\n.metric-cta-section_form input {\n margin-bottom: 72px;\n}\n.metric-cta-section_form .justlabel {\n font-size: 20px;\n}\n.metric-cta-section_form ul.options-wrapper li {\n color: #909090;\n font-size: 17px;\n margin-bottom: 16px;\n}\n\n\/* Container UL Styling *\/\n\n\n\/* Hide the default checkbox *\/\n .metric-cta-section_form .options-wrapper input[type=\"checkbox\"] {\n display: none;\n}\n\n\/* Style the label as a block and align checkbox visually *\/\n .metric-cta-section_form .options-wrapper label {\n display: flex;\n align-items: center;\n gap: 16px;\n\n color: #999999;\n cursor: pointer;\n padding: 10px;\n}\n\n\/* Custom checkbox box *\/\n .metric-cta-section_form .options-wrapper input[type=\"checkbox\"] + label::before {\n content: \"\";\n display: inline-block;\n width: 24px;\n height: 25px;\n background-color: #ffffff;\n border-radius: 2px;\n flex-shrink: 0;\n position: relative;\n}\n\n\/* Checkmark when checked *\/\n .metric-cta-section_form .options-wrapper input[type=\"checkbox\"]:checked + label::before {\n content: \"\u2713\";\n font-size: 14px;\n color: black;\n text-align: center;\n line-height: 25px;\n}\n","_cssCustom:mobile_landscape":" .metric-cta-section_form ul.options-wrapper {\n\n margin-bottom: 56px;\n}\n.metric-cta-section_form input {\n margin-bottom: 56px;\n}","_cssCustom:mobile_portrait":" .metric-cta-section_form ul.options-wrapper {\n \n margin-bottom: 44px;\n}\n.metric-cta-section_form input {\n margin-bottom: 44px;\n}\n.metric-cta-section_form .justlabel {\n font-size: 16px;\n}\n.metric-cta-section_form .options-wrapper label {\n \n font-size: 16px;\n}","fieldTypography:mobile_portrait":{"font-size":"16"},"submitButtonTypography":{"font-size":"16","font-weight":"500"},"submitButtonBackgroundColor:hover":{"hex":"#ffffff","rgb":"rgba(255, 255, 255, 0.62)","hsl":"hsla(0, 0%, 100%, 0.62)"}},"modified":1745351607,"user_id":1},{"id":"rwcdbh","name":"metric-cta-section__col","settings":{"_justifyContent":"space-between"}}]}
Download JSON
Metric – How it works
Content section for showing phase and timeline
View now
Copy now
{
"id": 559,
"name": "metric-how-it-works-2",
"title": "Metric How it works",
"date": "2025-05-13 05:45:51",
"date_formatted": "May 13, 2025",
"author": {
"name": "AK_Developer_25",
"avatar": "https://secure.gravatar.com/avatar/4895fa216fc2f1ee16e6575899e50eb2388264a879a9791a3ad02c7bed840715?s=60&d=mm&r=g",
"url": "https://gallopbiz.in/ak-dev"
},
"permalink": "https://gallopbiz.in/ak-dev/template/metric-how-it-works-2/",
"thumbnail": null,
"bundles": [],
"tags": [],
"type": "section",
"content": [
{
"id": "aac3c5",
"name": "section",
"parent": 0,
"children": [
"b07621"
],
"settings": {
"_cssGlobalClasses": [
"lrajbf",
"vneohb"
]
},
"label": "How it works "
},
{
"id": "b07621",
"name": "container",
"parent": "aac3c5",
"children": [
"3307b6",
"500e36",
"4d460e",
"90d3c0"
],
"settings": {
"_cssGlobalClasses": [
"qresdr",
"lxadxv"
]
}
},
{
"id": "3307b6",
"name": "container",
"parent": "b07621",
"children": [
"ba5969",
"89ed4a"
],
"settings": {
"_cssGlobalClasses": [
"rgcsjn"
],
"_padding": {
"top": "0"
}
}
},
{
"id": "ba5969",
"name": "heading",
"parent": "3307b6",
"children": [],
"settings": {
"text": "How it works",
"tag": "h2",
"_cssGlobalClasses": [
"ntyezv"
]
}
},
{
"id": "89ed4a",
"name": "text-basic",
"parent": "3307b6",
"children": [],
"settings": {
"text": "Our campaign strategy process is designed to eliminate guesswork and create predictable results for your B2B tech company.",
"_cssGlobalClasses": [
"ftrdqw"
]
}
},
{
"id": "500e36",
"name": "container",
"parent": "b07621",
"children": [
"f3f173",
"1d06df"
],
"settings": {
"_cssGlobalClasses": [
"rgcsjn"
]
}
},
{
"id": "f3f173",
"name": "heading",
"parent": "500e36",
"children": [],
"settings": {
"text": "Discovery & analysis",
"_cssGlobalClasses": [
"melcwz"
]
}
},
{
"id": "1d06df",
"name": "block",
"parent": "500e36",
"children": [
"8d177d",
"88378d"
],
"settings": {
"_cssGlobalClasses": [
"qdlysc"
],
"_direction": "row"
}
},
{
"id": "8d177d",
"name": "block",
"parent": "1d06df",
"children": [
"585bd9"
],
"settings": [],
"label": "Column"
},
{
"id": "585bd9",
"name": "list",
"parent": "8d177d",
"children": [],
"settings": {
"items": [
{
"title": "Audit your current campaign architecture",
"id": "lxgvqs",
"icon": {
"library": "svg",
"svg": {
"id": 517,
"filename": "Frame-6.svg",
"url": "https://gallopbiz.in/ak-dev/wp-content/uploads/2025/05/Frame-6.svg"
}
}
},
{
"title": "Competitor analysis across all digital channels",
"id": "poxxgr",
"icon": {
"library": "svg",
"svg": {
"id": 517,
"filename": "Frame-6.svg",
"url": "https://gallopbiz.in/ak-dev/wp-content/uploads/2025/05/Frame-6.svg"
}
}
},
{
"title": "Customer interview insights from your successful deals",
"id": "obvtfh",
"icon": {
"library": "svg",
"svg": {
"id": 517,
"filename": "Frame-6.svg",
"url": "https://gallopbiz.in/ak-dev/wp-content/uploads/2025/05/Frame-6.svg"
}
}
},
{
"title": "Market positioning evaluation",
"id": "pzcnau",
"icon": {
"library": "svg",
"svg": {
"id": 517,
"filename": "Frame-6.svg",
"url": "https://gallopbiz.in/ak-dev/wp-content/uploads/2025/05/Frame-6.svg"
}
}
}
],
"_cssGlobalClasses": [
"kyhndh"
]
},
"themeStyles": []
},
{
"id": "88378d",
"name": "block",
"parent": "1d06df",
"children": [
"06222e"
],
"settings": {
"_cssGlobalClasses": [
"cafypa"
]
},
"label": "Column"
},
{
"id": "06222e",
"name": "heading",
"parent": "88378d",
"children": [],
"settings": {
"text": "1-2 weeks",
"_cssGlobalClasses": [
"qvpnff"
]
}
},
{
"id": "4d460e",
"name": "container",
"parent": "b07621",
"children": [
"886a8a",
"b27fdf"
],
"settings": {
"_cssGlobalClasses": [
"rgcsjn"
]
}
},
{
"id": "886a8a",
"name": "heading",
"parent": "4d460e",
"children": [],
"settings": {
"text": "Strategy development",
"_cssGlobalClasses": [
"melcwz"
]
}
},
{
"id": "b27fdf",
"name": "block",
"parent": "4d460e",
"children": [
"da58c9",
"6db6b4"
],
"settings": {
"_cssGlobalClasses": [
"qdlysc"
],
"_direction": "row"
}
},
{
"id": "da58c9",
"name": "block",
"parent": "b27fdf",
"children": [
"b241be"
],
"settings": [],
"label": "Column"
},
{
"id": "b241be",
"name": "list",
"parent": "da58c9",
"children": [],
"settings": {
"items": [
{
"title": "Channel selection based on decision-maker behavior",
"id": "lxgvqs",
"icon": {
"library": "svg",
"svg": {
"id": 517,
"filename": "Frame-6.svg",
"url": "https://gallopbiz.in/ak-dev/wp-content/uploads/2025/05/Frame-6.svg"
}
}
},
{
"title": "Content themes and formats for each stage",
"id": "poxxgr",
"icon": {
"library": "svg",
"svg": {
"id": 517,
"filename": "Frame-6.svg",
"url": "https://gallopbiz.in/ak-dev/wp-content/uploads/2025/05/Frame-6.svg"
}
}
},
{
"title": "Targeting criteria and audience segmentation",
"id": "obvtfh",
"icon": {
"library": "svg",
"svg": {
"id": 517,
"filename": "Frame-6.svg",
"url": "https://gallopbiz.in/ak-dev/wp-content/uploads/2025/05/Frame-6.svg"
}
}
},
{
"title": "Campaign triggers and automation flows",
"id": "pzcnau",
"icon": {
"library": "svg",
"svg": {
"id": 517,
"filename": "Frame-6.svg",
"url": "https://gallopbiz.in/ak-dev/wp-content/uploads/2025/05/Frame-6.svg"
}
}
},
{
"title": "A/B testing schedule for all campaign elements",
"id": "ppprqy",
"icon": {
"library": "svg",
"svg": {
"id": 517,
"filename": "Frame-6.svg",
"url": "https://gallopbiz.in/ak-dev/wp-content/uploads/2025/05/Frame-6.svg"
}
}
},
{
"title": "Success metrics definition",
"id": "qqupdy",
"icon": {
"library": "svg",
"svg": {
"id": 517,
"filename": "Frame-6.svg",
"url": "https://gallopbiz.in/ak-dev/wp-content/uploads/2025/05/Frame-6.svg"
}
}
}
],
"_cssGlobalClasses": [
"kyhndh"
]
}
},
{
"id": "6db6b4",
"name": "block",
"parent": "b27fdf",
"children": [
"ede390"
],
"settings": {
"_cssGlobalClasses": [
"cafypa"
]
},
"label": "Column"
},
{
"id": "ede390",
"name": "heading",
"parent": "6db6b4",
"children": [],
"settings": {
"text": "3-4 weeks",
"_cssGlobalClasses": [
"qvpnff"
]
}
},
{
"id": "90d3c0",
"name": "container",
"parent": "b07621",
"children": [
"b7f2bd",
"a959af",
"3789f5"
],
"settings": {
"_cssGlobalClasses": [
"rgcsjn"
]
}
},
{
"id": "b7f2bd",
"name": "heading",
"parent": "90d3c0",
"children": [],
"settings": {
"text": "Launch & optimization",
"_cssGlobalClasses": [
"melcwz"
]
}
},
{
"id": "a959af",
"name": "heading",
"parent": "90d3c0",
"children": [],
"settings": {
"text": "Week 1",
"tag": "h4",
"_cssGlobalClasses": [
"ntjxpa"
]
}
},
{
"id": "3789f5",
"name": "block",
"parent": "90d3c0",
"children": [
"2fb25f",
"7f27de"
],
"settings": {
"_cssGlobalClasses": [
"qdlysc"
],
"_direction": "row"
}
},
{
"id": "2fb25f",
"name": "block",
"parent": "3789f5",
"children": [
"dba7bb",
"75c34b",
"e662c3",
"fd31be",
"4cb2f1"
],
"settings": {
"_cssGlobalClasses": [
"vciejs"
]
},
"label": "Column"
},
{
"id": "dba7bb",
"name": "list",
"parent": "2fb25f",
"children": [],
"settings": {
"items": [
{
"title": "Launch initial test campaigns",
"id": "lxgvqs",
"icon": {
"library": "svg",
"svg": {
"id": 517,
"filename": "Frame-6.svg",
"url": "https://gallopbiz.in/ak-dev/wp-content/uploads/2025/05/Frame-6.svg"
}
}
},
{
"title": "Set up tracking and attribution",
"id": "poxxgr",
"icon": {
"library": "svg",
"svg": {
"id": 517,
"filename": "Frame-6.svg",
"url": "https://gallopbiz.in/ak-dev/wp-content/uploads/2025/05/Frame-6.svg"
}
}
},
{
"title": "Initialize sales team training",
"id": "obvtfh",
"icon": {
"library": "svg",
"svg": {
"id": 517,
"filename": "Frame-6.svg",
"url": "https://gallopbiz.in/ak-dev/wp-content/uploads/2025/05/Frame-6.svg"
}
}
},
{
"title": "Begin content production",
"id": "pzcnau",
"icon": {
"library": "svg",
"svg": {
"id": 517,
"filename": "Frame-6.svg",
"url": "https://gallopbiz.in/ak-dev/wp-content/uploads/2025/05/Frame-6.svg"
}
}
}
],
"_cssGlobalClasses": [
"kyhndh"
]
},
"themeStyles": []
},
{
"id": "75c34b",
"name": "heading",
"parent": "2fb25f",
"children": [],
"settings": {
"tag": "h4",
"_cssGlobalClasses": [
"ntjxpa"
],
"text": "Week 2-4"
}
},
{
"id": "e662c3",
"name": "list",
"parent": "2fb25f",
"children": [],
"settings": {
"items": [
{
"title": "Scale successful tests",
"id": "lxgvqs",
"icon": {
"library": "svg",
"svg": {
"id": 517,
"filename": "Frame-6.svg",
"url": "https://gallopbiz.in/ak-dev/wp-content/uploads/2025/05/Frame-6.svg"
}
}
},
{
"title": "Refine targeting based on early data",
"id": "poxxgr",
"icon": {
"library": "svg",
"svg": {
"id": 517,
"filename": "Frame-6.svg",
"url": "https://gallopbiz.in/ak-dev/wp-content/uploads/2025/05/Frame-6.svg"
}
}
},
{
"title": "Optimize landing pages and forms",
"id": "obvtfh",
"icon": {
"library": "svg",
"svg": {
"id": 517,
"filename": "Frame-6.svg",
"url": "https://gallopbiz.in/ak-dev/wp-content/uploads/2025/05/Frame-6.svg"
}
}
},
{
"title": "Adjust messaging based on engagement",
"id": "pzcnau",
"icon": {
"library": "svg",
"svg": {
"id": 517,
"filename": "Frame-6.svg",
"url": "https://gallopbiz.in/ak-dev/wp-content/uploads/2025/05/Frame-6.svg"
}
}
}
],
"_cssGlobalClasses": [
"kyhndh"
]
},
"themeStyles": []
},
{
"id": "fd31be",
"name": "heading",
"parent": "2fb25f",
"children": [],
"settings": {
"tag": "h4",
"_cssGlobalClasses": [
"ntjxpa"
],
"text": "Week 5-8"
}
},
{
"id": "4cb2f1",
"name": "list",
"parent": "2fb25f",
"children": [],
"settings": {
"items": [
{
"title": "Full campaign deployment",
"id": "lxgvqs",
"icon": {
"library": "svg",
"svg": {
"id": 517,
"filename": "Frame-6.svg",
"url": "https://gallopbiz.in/ak-dev/wp-content/uploads/2025/05/Frame-6.svg"
}
}
},
{
"title": "Cross-channel coordination",
"id": "poxxgr",
"icon": {
"library": "svg",
"svg": {
"id": 517,
"filename": "Frame-6.svg",
"url": "https://gallopbiz.in/ak-dev/wp-content/uploads/2025/05/Frame-6.svg"
}
}
},
{
"title": "Lead scoring implementation",
"id": "obvtfh",
"icon": {
"library": "svg",
"svg": {
"id": 517,
"filename": "Frame-6.svg",
"url": "https://gallopbiz.in/ak-dev/wp-content/uploads/2025/05/Frame-6.svg"
}
}
},
{
"title": "Sales handoff process optimization",
"id": "pzcnau",
"icon": {
"library": "svg",
"svg": {
"id": 517,
"filename": "Frame-6.svg",
"url": "https://gallopbiz.in/ak-dev/wp-content/uploads/2025/05/Frame-6.svg"
}
}
}
],
"_cssGlobalClasses": [
"kyhndh"
]
},
"themeStyles": []
},
{
"id": "7f27de",
"name": "block",
"parent": "3789f5",
"children": [
"4beeec"
],
"settings": {
"_cssGlobalClasses": [
"cafypa"
]
},
"label": "Column"
},
{
"id": "4beeec",
"name": "heading",
"parent": "7f27de",
"children": [],
"settings": {
"text": "2-3 months",
"_cssGlobalClasses": [
"qvpnff"
]
}
}
],
"templateType": "section",
"global_classes": [
{
"id": "vneohb",
"name": "metric-default-section",
"settings": {
"_padding": {
"top": "100",
"bottom": "100",
"left": "5%",
"right": "5%"
},
"_padding:mobile_landscape": {
"top": "80",
"bottom": "80"
},
"_padding:mobile_portrait": {
"top": "60",
"bottom": "60"
}
}
},
{
"id": "qresdr",
"name": "metric-default-container",
"settings": {
"_width": "1728"
}
},
{
"id": "ntyezv",
"name": "metric-h2",
"settings": {
"_typography": {
"font-size": "48",
"font-weight": "500",
"color": {
"hex": "#171717"
}
},
"_typography:mobile_landscape": {
"font-size": "40"
},
"_typography:mobile_portrait": {
"font-size": "32"
}
}
},
{
"id": "melcwz",
"name": "metric-h3",
"settings": {
"_typography": {
"font-size": "32",
"font-weight": "400",
"color": {
"hex": "#171717"
}
},
"_typography:mobile_portrait": {
"font-size": "24"
},
"_typography:mobile_landscape": {
"font-size": "28"
}
}
},
{
"id": "lrajbf",
"name": "metric-service__how-it-work-section",
"settings": []
},
{
"id": "lxadxv",
"name": "metric-service__how-it-work-container",
"settings": {
"_background": {
"color": {
"hex": "#f6f6f6"
}
},
"_padding": {
"top": "6%",
"right": "6%",
"bottom": "6%",
"left": "6%"
},
"_padding:mobile_portrait": {
"top": "5%",
"right": "5%",
"bottom": "5%",
"left": "5%"
}
}
},
{
"id": "rgcsjn",
"name": "metric-service__how-it-work-inner-container",
"settings": {
"_rowGap": "48",
"_padding": {
"top": "6%"
},
"_padding:mobile_portrait": {
"top": "32"
},
"_padding:mobile_landscape": {
"top": "48"
},
"_width": "100%"
}
},
{
"id": "qdlysc",
"name": "metric-service__how-it-work-inner-block",
"settings": {
"_direction": "row",
"_alignItems": "stretch",
"_border": {
"width": {
"bottom": "1"
},
"style": "solid",
"color": {
"hex": "#e1e1e1"
}
},
"_padding": {
"bottom": "6%"
},
"_padding:mobile_portrait": {
"bottom": "32"
},
"_padding:mobile_landscape": {
"bottom": "48"
}
}
},
{
"id": "qvpnff",
"name": "metric-service-how-it-work__big-heading",
"settings": {
"_typography": {
"font-size": "clamp(85px, 3vw, 156px);",
"color": {
"hex": "#e1e1e1"
},
"letter-spacing": "-4%",
"font-weight": "500"
},
"_typography:mobile_landscape": {
"font-size": "72"
},
"_typography:tablet_portrait": {
"font-size": "65"
},
"_typography:mobile_portrait": {
"font-size": "48"
}
},
"modified": 1746540257,
"user_id": 1
},
{
"id": "kyhndh",
"name": "metric-service-how-it-work_list",
"settings": {
"separatorDisable": true,
"titleMargin": {
"right": "0",
"left": "16"
},
"itemAlignItems": "center",
"itemPadding": {
"bottom": "26"
},
"itemJustifyContent": "flex-start",
"_typography": {
"font-size": "20"
},
"_typography:mobile_portrait": {
"font-size": "16"
}
}
},
{
"id": "ftrdqw",
"name": "metric-service-how-it-work__txt",
"settings": {
"_typography": {
"font-size": "20",
"color": {
"hex": "#4c4c4c"
}
},
"_typography:mobile_portrait": {
"font-size": "16"
}
}
},
{
"id": "cafypa",
"name": "metric-service__how-it-work-inner-block__col",
"settings": {
"_justifyContent": "flex-end",
"_alignItems": "flex-end",
"_alignItems:mobile_landscape": "flex-start"
}
},
{
"id": "ntjxpa",
"name": "metric-h4",
"settings": {
"_typography": {
"font-size": "24",
"font-weight": "400"
},
"_typography:mobile_portrait": {
"font-size": "20"
}
}
},
{
"id": "vciejs",
"name": "metric-service__how-it-work-inner-block__col-right",
"settings": {
"_rowGap": "35"
}
}
]
}
Download JSON

Metric Kit – Hero 2
Minimalistic hero section with a simple heading and supporting text only.
View now
Copy now
{"id":555,"name":"minimalistic-hero","title":"Minimalistic Hero","date":"2025-05-13 05:40:12","date_formatted":"May 13, 2025","author":{"name":"AK_Developer_25","avatar":"https:\/\/secure.gravatar.com\/avatar\/4895fa216fc2f1ee16e6575899e50eb2388264a879a9791a3ad02c7bed840715?s=60&d=mm&r=g","url":"https:\/\/gallopbiz.in\/ak-dev"},"permalink":"https:\/\/gallopbiz.in\/ak-dev\/template\/minimalistic-hero\/","thumbnail":null,"bundles":[],"tags":[],"type":"section","content":[{"id":"6999a0","name":"section","parent":0,"children":["83b3dc"],"settings":{"_cssGlobalClasses":["vneohb","baagln"]},"label":"Minimalistic Hero"},{"id":"83b3dc","name":"container","parent":"6999a0","children":["6aff39","924ad9"],"settings":{"_cssGlobalClasses":["qresdr","lqkxjy"],"_heightMin":"70vh"}},{"id":"6aff39","name":"block","parent":"83b3dc","children":["fda87f"],"settings":{"_cssGlobalClasses":["txstgi"]},"label":"Column"},{"id":"fda87f","name":"heading","parent":"6aff39","children":[],"settings":{"text":"Campaign strategy","_cssGlobalClasses":["veazgd"],"tag":"h1"}},{"id":"924ad9","name":"block","parent":"83b3dc","children":["186b93"],"settings":{"_cssGlobalClasses":["bhfmga"],"_alignSelf":"flex-end"},"label":"Column"},{"id":"186b93","name":"text-basic","parent":"924ad9","children":[],"settings":{"text":"Transform your marketing efforts into predictable revenue streams with data-driven campaign strategies that connect with decision-makers who matter most to your business.","_cssGlobalClasses":["kudtoy"]}}],"templateType":"section","global_classes":[{"id":"veazgd","name":"metric-hero__heading","settings":{"_typography":{"font-size":"72","font-weight":"500","color":{"hex":"#171717"},"line-height":"1.2"},"_typography:mobile_landscape":{"font-size":"48"},"_typography:mobile_portrait":{"font-size":"40"}}},{"id":"vneohb","name":"metric-default-section","settings":{"_padding":{"top":"100","bottom":"100","left":"5%","right":"5%"},"_padding:mobile_landscape":{"top":"80","bottom":"80"},"_padding:mobile_portrait":{"top":"60","bottom":"60"}}},{"id":"qresdr","name":"metric-default-container","settings":{"_width":"1728"}},{"id":"kudtoy","name":"metric-service-hero-text","settings":{"_typography":{"font-size":"32","line-height":"1.2","color":{"hex":"#171717"}},"_typography:mobile_landscape":{"font-size":"28"},"_typography:mobile_portrait":{"font-size":"24"}}},{"id":"txstgi","name":"metric-hero-service-left-column","settings":{"_alignSelf":"flex-start"}},{"id":"bhfmga","name":"metric-hero-service-right-column","settings":[]},{"id":"lqkxjy","name":"metric-hero-service-container","settings":{"_direction":"row"}},{"id":"baagln","name":"metric-service-hero-section","settings":[]}]}
Download JSON

Metric Kit – Footer
Five-column footer with address, phone number, and multiple navigation links.
View now
Copy now
{"id":490,"name":"metric-footer","title":"Metric footer","date":"2025-04-30 19:32:36","date_formatted":"April 30, 2025","author":{"name":"AK_Developer_25","avatar":"https:\/\/secure.gravatar.com\/avatar\/4895fa216fc2f1ee16e6575899e50eb2388264a879a9791a3ad02c7bed840715?s=60&d=mm&r=g","url":"https:\/\/gallopbiz.in\/ak-dev"},"permalink":"https:\/\/gallopbiz.in\/ak-dev\/template\/metric-footer\/","thumbnail":null,"bundles":[],"tags":[],"type":"section","content":[{"id":"db4f6d","name":"section","parent":0,"children":["6b8ff2"],"settings":{"_cssGlobalClasses":["vneohb"],"_padding:tablet_portrait":{"left":"20","right":"20"}}},{"id":"6b8ff2","name":"container","parent":"db4f6d","children":["d417ae","1af2a3"],"settings":{"_direction":"row","_cssGlobalClasses":["cslanm","qresdr"],"_direction:tablet_portrait":"column"}},{"id":"d417ae","name":"block","parent":"6b8ff2","children":["53bee9","d11ec7","add83d"],"settings":{"_cssGlobalClasses":["fyxsaw"],"_padding:tablet_portrait":{"bottom":"48"}},"label":"Column"},{"id":"53bee9","name":"image","parent":"d417ae","children":[],"settings":{"image":{"id":434,"filename":"Logo.png","size":"full","full":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/Logo.png","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/Logo.png"}},"themeStyles":[]},{"id":"d11ec7","name":"text-basic","parent":"d417ae","children":[],"settings":{"text":"123 Market Street\nSan Francisco, CA 94105"}},{"id":"add83d","name":"text-basic","parent":"d417ae","children":[],"settings":{"text":"hello@metric.com","link":{"type":"external","url":"mailto:hello@metric.com"},"_cssGlobalClasses":["fehgyr"],"_display":"none","_display:tablet_portrait":"block"}},{"id":"1af2a3","name":"block","parent":"6b8ff2","children":["3a6955","0406b5","fd0387","483108","4778fc"],"settings":{"_direction":"row","_cssGlobalClasses":["mgkoey"],"_direction:tablet_portrait":"column"},"label":"Column"},{"id":"3a6955","name":"block","parent":"1af2a3","children":["a11eec","1719f1","77b3e8","ffd8c1"],"settings":{"_cssGlobalClasses":["giveog"]},"label":"Column"},{"id":"a11eec","name":"heading","parent":"3a6955","children":[],"settings":{"text":"Services","_cssGlobalClasses":["isvsgv"]}},{"id":"1719f1","name":"text-basic","parent":"3a6955","children":[],"settings":{"text":"campaign strategy","_cssGlobalClasses":["keniqo"],"link":{"type":"external","url":"#"}}},{"id":"77b3e8","name":"text-basic","parent":"3a6955","children":[],"settings":{"text":"campaign strategy","_cssGlobalClasses":["keniqo"],"link":{"type":"external","url":"#"}}},{"id":"ffd8c1","name":"text-basic","parent":"3a6955","children":[],"settings":{"text":"campaign strategy","_cssGlobalClasses":["keniqo"],"link":{"type":"external","url":"#"}}},{"id":"0406b5","name":"block","parent":"1af2a3","children":["49fa08","79c626","3bff00"],"settings":{"_cssGlobalClasses":["giveog"]},"label":"Column"},{"id":"49fa08","name":"heading","parent":"0406b5","children":[],"settings":{"text":"Company","_cssGlobalClasses":["isvsgv"]}},{"id":"79c626","name":"text-basic","parent":"0406b5","children":[],"settings":{"text":"About","_cssGlobalClasses":["keniqo"],"link":{"type":"external","url":"#"}}},{"id":"3bff00","name":"text-basic","parent":"0406b5","children":[],"settings":{"text":"Contact","_cssGlobalClasses":["keniqo"],"link":{"type":"external","url":"#"}}},{"id":"fd0387","name":"block","parent":"1af2a3","children":["c007dd","10f0fa","3a7894"],"settings":{"_cssGlobalClasses":["giveog"]},"label":"Column"},{"id":"c007dd","name":"heading","parent":"fd0387","children":[],"settings":{"text":"Resources","_cssGlobalClasses":["isvsgv"]}},{"id":"10f0fa","name":"text-basic","parent":"fd0387","children":[],"settings":{"text":"insights","_cssGlobalClasses":["keniqo"],"link":{"type":"external","url":"#"}}},{"id":"3a7894","name":"text-basic","parent":"fd0387","children":[],"settings":{"text":"linkedin audit guide","_cssGlobalClasses":["keniqo"],"link":{"type":"external","url":"#"}}},{"id":"483108","name":"block","parent":"1af2a3","children":["fefcd1","938ae8","ae8e6c","7c0798"],"settings":{"_cssGlobalClasses":["giveog"],"_border:tablet_portrait":{"width":{"bottom":"0"}},"_padding:tablet_portrait":{"bottom":"0"}},"label":"Column"},{"id":"fefcd1","name":"heading","parent":"483108","children":[],"settings":{"text":"Social","_cssGlobalClasses":["isvsgv"]}},{"id":"938ae8","name":"text-basic","parent":"483108","children":[],"settings":{"text":"Linkedin","_cssGlobalClasses":["keniqo"],"link":{"type":"external","url":"#"}}},{"id":"ae8e6c","name":"text-basic","parent":"483108","children":[],"settings":{"text":"X","_cssGlobalClasses":["keniqo"],"link":{"type":"external","url":"#"}}},{"id":"7c0798","name":"text-basic","parent":"483108","children":[],"settings":{"text":"Youtube","_cssGlobalClasses":["keniqo"],"link":{"type":"external","url":"#"}}},{"id":"4778fc","name":"block","parent":"1af2a3","children":["453820"],"settings":{"_visibility:tablet_portrait":"hidden"},"label":"Column"},{"id":"453820","name":"heading","parent":"4778fc","children":[],"settings":{"text":"hello@metric.com","_cssGlobalClasses":["isvsgv"]}}],"templateType":"section","global_classes":[{"id":"vneohb","name":"metric-default-section","settings":{"_padding":{"top":"100","bottom":"100","left":"5%","right":"5%"},"_padding:mobile_landscape":{"top":"80","bottom":"80"},"_padding:mobile_portrait":{"top":"60","bottom":"60"}}},{"id":"qresdr","name":"metric-default-container","settings":{"_width":"1728"}},{"id":"cslanm","name":"metric-footer-container","settings":{"_direction:tablet_portrait":"column","_rowGap:tablet_portrait":"48"},"modified":1745851354,"user_id":1},{"id":"fyxsaw","name":"metric-footer-logo-col","settings":{"_rowGap":"20","_width":"30%","_width:tablet_portrait":"100%","_border:tablet_portrait":{"width":{"bottom":"1"},"style":"solid","color":{"hex":"#d9d9d9"}}},"modified":1745851354,"user_id":1},{"id":"fehgyr","name":"metric-footer-mail","settings":{"_typography":{"font-weight":"700","font-size":"20"}}},{"id":"mgkoey","name":"metric-footer-nav-col","settings":{"_columnGap":"30","_width":"70%","_direction:tablet_portrait":"column","_rowGap:tablet_portrait":"48","_width:tablet_portrait":"100%"}},{"id":"isvsgv","name":"metric-footer-nav-col__heading","settings":{"_typography":{"font-size":"20"}}},{"id":"keniqo","name":"metric-footer-nav-col__link-text","settings":[]},{"id":"giveog","name":"metric-footer-nav-items","settings":{"_rowGap":"20","_padding:tablet_portrait":{"bottom":"48"},"_border:tablet_portrait":{"width":{"bottom":"1"},"style":"solid","color":{"hex":"#d9d9d9"}},"_width:tablet_portrait":"100%"}}]}
Download JSON

Metric Kit – Post Slider
Slider section featuring an image, headline, and a sleek call-to-action.
View now
Copy now
{"id":491,"name":"latest-insights-slider","title":"Latest Insights Slider","date":"2025-04-30 19:33:15","date_formatted":"April 30, 2025","author":{"name":"AK_Developer_25","avatar":"https:\/\/secure.gravatar.com\/avatar\/4895fa216fc2f1ee16e6575899e50eb2388264a879a9791a3ad02c7bed840715?s=60&d=mm&r=g","url":"https:\/\/gallopbiz.in\/ak-dev"},"permalink":"https:\/\/gallopbiz.in\/ak-dev\/template\/latest-insights-slider\/","thumbnail":null,"bundles":[],"tags":[],"type":"section","content":[{"id":"6df19d","name":"section","parent":0,"children":["269a22","67abe1"],"settings":{"_cssGlobalClasses":["vneohb","pinima"]},"label":"Latest Insights"},{"id":"269a22","name":"container","parent":"6df19d","children":["4620d0"],"settings":{"_cssGlobalClasses":["qresdr"]}},{"id":"4620d0","name":"heading","parent":"269a22","children":[],"settings":{"text":"Latest insights","tag":"h2","_cssGlobalClasses":["ntyezv"]}},{"id":"67abe1","name":"container","parent":"6df19d","children":["112303"],"settings":{"_cssGlobalClasses":["qresdr","mkkkkv"],"_direction":"row"}},{"id":"112303","name":"slider-nested","parent":"67abe1","children":["7c1703","c7b7bc","56b8d5","c5e533"],"settings":{"_cssGlobalClasses":["ghmbci"],"perPage":"3","perMove":"1","height":"auto","type":"loop","perPage:mobile_landscape":"1","perMove:mobile_landscape":"1"},"themeStyles":[]},{"id":"7c1703","name":"block","parent":"112303","children":["c5faac"],"settings":{"_cssGlobalClasses":["zjjtoc"]},"label":"Slide 1"},{"id":"c5faac","name":"block","parent":"7c1703","children":["833b67","e50935","d58f4c","55700c"],"settings":{"_cssGlobalClasses":["svvmrw"]},"label":"Column"},{"id":"833b67","name":"image","parent":"c5faac","children":[],"settings":{"image":{"id":414,"filename":"Image-Container.png","size":"full","full":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/Image-Container.png","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/Image-Container.png"},"_cssGlobalClasses":["ufgpic"]}},{"id":"e50935","name":"heading","parent":"c5faac","children":[],"settings":{"text":"2024 B2B paid social benchmark report","_cssGlobalClasses":["bejiyz"]}},{"id":"d58f4c","name":"text-basic","parent":"c5faac","children":[],"settings":{"text":"We analyzed $50M+ in B2B tech ad spend to show you what's actually working now. Real data, no fluff."}},{"id":"55700c","name":"button","parent":"c5faac","children":[],"settings":{"_cssGlobalClasses":["emdgog"],"link":{"type":"external","url":"#"},"icon":{"library":"ionicons","icon":"ion-ios-arrow-round-forward"}}},{"id":"c7b7bc","name":"block","parent":"112303","children":["40e68e"],"settings":{"_cssGlobalClasses":["zjjtoc"]},"label":"Slide 2"},{"id":"40e68e","name":"block","parent":"c7b7bc","children":["60a999","7eaa97","cb25b4","861dc7"],"settings":{"_cssGlobalClasses":["svvmrw"]},"label":"Column"},{"id":"60a999","name":"image","parent":"40e68e","children":[],"settings":{"image":{"id":484,"filename":"Image-Container-3.png","size":"full","full":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/Image-Container-3.png","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/Image-Container-3.png"},"_cssGlobalClasses":["ufgpic"]}},{"id":"7eaa97","name":"heading","parent":"40e68e","children":[],"settings":{"text":"LinkedIn vs Meta: the 2024 B2B performance guide","_cssGlobalClasses":["bejiyz"]}},{"id":"cb25b4","name":"text-basic","parent":"40e68e","children":[],"settings":{"text":"Stop wasting budget on the wrong platform. Here's exactly where to spend based on your goals, industry, and budget."}},{"id":"861dc7","name":"button","parent":"40e68e","children":[],"settings":{"_cssGlobalClasses":["emdgog"],"link":{"type":"external","url":"#"},"icon":{"library":"ionicons","icon":"ion-ios-arrow-round-forward"}}},{"id":"56b8d5","name":"block","parent":"112303","children":["1055c3"],"settings":{"_cssGlobalClasses":["zjjtoc"]},"label":"Slide 3"},{"id":"1055c3","name":"block","parent":"56b8d5","children":["4ad76e","7de99b","99ec34","b6c2ed"],"settings":{"_cssGlobalClasses":["svvmrw"],"_border":{"style":"solid","width":{"bottom":"0"}}},"label":"Column"},{"id":"4ad76e","name":"image","parent":"1055c3","children":[],"settings":{"image":{"id":485,"filename":"Image-Container.svg","size":"full","full":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/Image-Container.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/Image-Container.svg"},"_cssGlobalClasses":["ufgpic"]}},{"id":"7de99b","name":"heading","parent":"1055c3","children":[],"settings":{"text":"Attribution guide: tracking revenue from paid social","_cssGlobalClasses":["bejiyz"]}},{"id":"99ec34","name":"text-basic","parent":"1055c3","children":[],"settings":{"text":"The complete framework for attributing revenue to your paid social campaigns. From basic setup to advanced modeling."}},{"id":"b6c2ed","name":"button","parent":"1055c3","children":[],"settings":{"text":"","_cssGlobalClasses":["emdgog"],"link":{"type":"external","url":"#"},"icon":{"library":"ionicons","icon":"ion-ios-arrow-round-forward"}}},{"id":"c5e533","name":"block","parent":"112303","children":["53e33a"],"settings":{"_cssGlobalClasses":["zjjtoc"]},"label":"Slide 4"},{"id":"53e33a","name":"block","parent":"c5e533","children":["60921b","428cbc","efb9e2","979f84"],"settings":{"_cssGlobalClasses":["svvmrw"],"_border":{"style":"solid","width":{"bottom":"0"}}},"label":"Column"},{"id":"60921b","name":"image","parent":"53e33a","children":[],"settings":{"image":{"id":414,"filename":"Image-Container.png","size":"full","full":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/Image-Container.png","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/Image-Container.png"},"_cssGlobalClasses":["ufgpic"]}},{"id":"428cbc","name":"heading","parent":"53e33a","children":[],"settings":{"text":"Attribution guide: tracking revenue from paid social","_cssGlobalClasses":["bejiyz"]}},{"id":"efb9e2","name":"text-basic","parent":"53e33a","children":[],"settings":{"text":"The complete framework for attributing revenue to your paid social campaigns. From basic setup to advanced modeling."}},{"id":"979f84","name":"button","parent":"53e33a","children":[],"settings":{"_cssGlobalClasses":["emdgog"],"link":{"type":"external","url":"#"},"icon":{"library":"ionicons","icon":"ion-ios-arrow-round-forward"}}}],"templateType":"section","global_classes":[{"id":"vneohb","name":"metric-default-section","settings":{"_padding":{"top":"100","bottom":"100","left":"5%","right":"5%"},"_padding:mobile_landscape":{"top":"80","bottom":"80"},"_padding:mobile_portrait":{"top":"60","bottom":"60"}}},{"id":"qresdr","name":"metric-default-container","settings":{"_width":"1728"}},{"id":"ntyezv","name":"metric-h2","settings":{"_typography":{"font-size":"48","font-weight":"500","color":{"hex":"#171717"}},"_typography:mobile_landscape":{"font-size":"40"},"_typography:mobile_portrait":{"font-size":"32"}}},{"id":"emdgog","name":"metric-arrow-btn","settings":{"_padding":{"left":"0","right":"0","top":"0","bottom":"0"},"_typography":{"font-size":"20","font-weight":"500"},"iconTypography":{"font-size":"30"},"iconGap":"20","_typography:mobile_portrait":{"font-size":"16"}},"modified":1744919275,"user_id":1},{"id":"pinima","name":"metric-latest-insights","settings":{"_rowGap":"96","_rowGap:mobile_portrait":"60"}},{"id":"mkkkkv","name":"metric-latest-insights-container","settings":{"_alignItems":"stretch"}},{"id":"svvmrw","name":"metric-latest-insight-inner-single-column","settings":{"_rowGap":"40","_padding":{"left":"10%","right":"10%","bottom":"50"},"_border":{"width":{"right":"1"},"style":"solid","color":{"hex":"#e1e1e1"}},"_border:mobile_landscape":{"width":{"left":"0","right":"0"}},"_padding:mobile_landscape":{"left":"2%","right":"2%"}},"modified":1746040640,"user_id":1},{"id":"ufgpic","name":"metric-latest-insight-inner-single-column-image","settings":{"_width:mobile_landscape":"100%"}},{"id":"bejiyz","name":"metric-latest-insight-inner-single-column-text","settings":[]},{"id":"ghmbci","name":"metric-latest-insights__slider","settings":[]},{"id":"zjjtoc","name":"metric-latest-insights__slide","settings":{"_alignSelf":"flex-start"}}]}
Download JSON

Metric Kit – FAQ Section
Frequently asked questions in a two-column layout
View now
Copy now
{"id":408,"name":"metric-faq","title":"Metric FAQ","date":"2025-04-22 20:12:02","date_formatted":"April 22, 2025","author":{"name":"AK_Developer_25","avatar":"https:\/\/secure.gravatar.com\/avatar\/4895fa216fc2f1ee16e6575899e50eb2388264a879a9791a3ad02c7bed840715?s=60&d=mm&r=g","url":"https:\/\/gallopbiz.in\/ak-dev"},"permalink":"https:\/\/gallopbiz.in\/ak-dev\/template\/metric-faq\/","thumbnail":null,"bundles":[],"tags":[],"type":"section","content":[{"id":"fd775a","name":"section","parent":0,"children":["83933a"],"settings":{"_cssGlobalClasses":["vneohb"]},"label":"FAQ"},{"id":"83933a","name":"container","parent":"fd775a","children":["b163af"],"settings":{"_cssGlobalClasses":["qresdr"]}},{"id":"b163af","name":"accordion-nested","parent":"83933a","children":["2b34c8","aa741a","092098","db814b","0f9960"],"settings":{"titleHeight":"50px","contentPadding":{"top":15,"right":0,"bottom":15,"left":0},"_cssCustom":" .faq-open-icon {\n display: none;\n}\n.faq-close-icon {\n display: block;\n}\n.brx-open .faq-close-icon {\n display: none;\n}\n.brx-open .faq-open-icon {\n display: block;\n}"},"themeStyles":[]},{"id":"2b34c8","name":"container","parent":"b163af","children":["58b388","52c751"],"settings":{"_cssGlobalClasses":["seaxdg","hmpuef"],"_direction":"row"},"label":"Heading and Item Container "},{"id":"58b388","name":"block","parent":"2b34c8","children":["5c0993"],"settings":[],"label":"Column"},{"id":"5c0993","name":"heading","parent":"58b388","children":[],"settings":{"_cssGlobalClasses":["ntyezv","mzrhwo"],"text":"Frequently asked questions","tag":"h2"}},{"id":"52c751","name":"block","parent":"2b34c8","children":["04e6b4"],"settings":[],"label":"Column"},{"id":"04e6b4","name":"block","parent":"52c751","children":["a37783","52ff4b"],"settings":{"_cssGlobalClasses":[]},"label":"Item"},{"id":"a37783","name":"block","parent":"04e6b4","children":["7fd3a2","6e43a4","d6555c"],"settings":{"_hidden":{"_cssClasses":"accordion-title-wrapper"},"_cssGlobalClasses":["qjbkae"]},"label":"Title"},{"id":"7fd3a2","name":"icon","parent":"a37783","children":[],"settings":{"icon":{"library":"themify","icon":"ti-angle-down"},"_cssGlobalClasses":["dvyjul"]}},{"id":"6e43a4","name":"icon","parent":"a37783","children":[],"settings":{"icon":{"library":"themify","icon":"ti-angle-right"},"_cssGlobalClasses":["bvtcmk"]},"themeStyles":[]},{"id":"d6555c","name":"heading","parent":"a37783","children":[],"settings":{"text":"What's your minimum ad spend?","tag":"h3","_cssGlobalClasses":["melcwz"]}},{"id":"52ff4b","name":"block","parent":"04e6b4","children":["4900af"],"settings":{"_hidden":{"_cssClasses":"accordion-content-wrapper"}},"label":"Content"},{"id":"4900af","name":"text","parent":"52ff4b","children":[],"settings":{"text":"Social moves fast. Monthly reports and quarterly reviews won't cut it. We analyze performance daily, optimize weekly, and share insights in real-time. Your dedicated analyst makes data-backed decisions to improve performance continuously.","_cssGlobalClasses":["wzxgbz"]}},{"id":"aa741a","name":"container","parent":"b163af","children":["165fd2","888e95"],"settings":{"_cssGlobalClasses":["seaxdg"],"_direction":"row"},"label":"Item Container"},{"id":"165fd2","name":"block","parent":"aa741a","children":[],"settings":[],"label":"Column"},{"id":"888e95","name":"block","parent":"aa741a","children":["790f5d"],"settings":[],"label":"Column"},{"id":"790f5d","name":"block","parent":"888e95","children":["785434","a6267a"],"settings":{"_cssGlobalClasses":["yhcmro"]},"label":"Item"},{"id":"785434","name":"block","parent":"790f5d","children":["976de0","160da1","099314"],"settings":{"_hidden":{"_cssClasses":"accordion-title-wrapper"},"_cssGlobalClasses":["qjbkae"]},"label":"Title"},{"id":"976de0","name":"icon","parent":"785434","children":[],"settings":{"icon":{"library":"themify","icon":"ti-angle-down"},"_cssGlobalClasses":["dvyjul"]}},{"id":"160da1","name":"icon","parent":"785434","children":[],"settings":{"icon":{"icon":"ti-angle-right","library":"themify"},"_cssGlobalClasses":["bvtcmk"]},"themeStyles":[]},{"id":"099314","name":"heading","parent":"785434","children":[],"settings":{"text":"How do you measure success?","_cssGlobalClasses":["melcwz"],"tag":"h3"}},{"id":"a6267a","name":"block","parent":"790f5d","children":["a1e3fa"],"settings":{"_hidden":{"_cssClasses":"accordion-content-wrapper"}},"label":"Content"},{"id":"a1e3fa","name":"text","parent":"a6267a","children":[],"settings":{"text":"Lorem ipsum dolor ist amte, consectetuer adipiscing eilt. Aenean commodo ligula egget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quak felis, ultricies nec, pellentesque eu, pretium quid, sem.","_cssGlobalClasses":["wzxgbz"]}},{"id":"092098","name":"container","parent":"b163af","children":["896739","df9899"],"settings":{"_cssGlobalClasses":["seaxdg"],"_direction":"row"},"label":"Item Container"},{"id":"896739","name":"block","parent":"092098","children":[],"settings":[],"label":"Column"},{"id":"df9899","name":"block","parent":"092098","children":["cdf2f4"],"settings":[],"label":"Column"},{"id":"cdf2f4","name":"block","parent":"df9899","children":["90a907","248379"],"settings":{"_cssGlobalClasses":["yhcmro"]},"label":"Item"},{"id":"90a907","name":"block","parent":"cdf2f4","children":["877ced","cbd9d8","66983d"],"settings":{"_hidden":{"_cssClasses":"accordion-title-wrapper"},"_cssGlobalClasses":["qjbkae"]},"label":"Title"},{"id":"877ced","name":"icon","parent":"90a907","children":[],"settings":{"icon":{"library":"themify","icon":"ti-angle-down"},"_cssGlobalClasses":["dvyjul"]}},{"id":"cbd9d8","name":"icon","parent":"90a907","children":[],"settings":{"icon":{"icon":"ti-angle-right","library":"themify"},"_cssGlobalClasses":["bvtcmk"]},"themeStyles":[]},{"id":"66983d","name":"heading","parent":"90a907","children":[],"settings":{"text":"What makes you different from other agencies","_cssGlobalClasses":["melcwz"],"tag":"h3"}},{"id":"248379","name":"block","parent":"cdf2f4","children":["3891cb"],"settings":{"_hidden":{"_cssClasses":"accordion-content-wrapper"}},"label":"Content"},{"id":"3891cb","name":"text","parent":"248379","children":[],"settings":{"text":"Lorem ipsum dolor ist amte, consectetuer adipiscing eilt. Aenean commodo ligula egget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quak felis, ultricies nec, pellentesque eu, pretium quid, sem.","_cssGlobalClasses":["wzxgbz"]}},{"id":"db814b","name":"container","parent":"b163af","children":["9cdf9f","66ff6d"],"settings":{"_cssGlobalClasses":["seaxdg"],"_direction":"row"},"label":"Item Container"},{"id":"9cdf9f","name":"block","parent":"db814b","children":[],"settings":[],"label":"Column"},{"id":"66ff6d","name":"block","parent":"db814b","children":["bf08c9"],"settings":[],"label":"Column"},{"id":"bf08c9","name":"block","parent":"66ff6d","children":["555e55","2e7ad2"],"settings":{"_cssGlobalClasses":["yhcmro"]},"label":"Item"},{"id":"555e55","name":"block","parent":"bf08c9","children":["880613","451e4e","778051"],"settings":{"_hidden":{"_cssClasses":"accordion-title-wrapper"},"_cssGlobalClasses":["qjbkae"]},"label":"Title"},{"id":"880613","name":"icon","parent":"555e55","children":[],"settings":{"icon":{"library":"themify","icon":"ti-angle-down"},"_cssGlobalClasses":["dvyjul"]}},{"id":"451e4e","name":"icon","parent":"555e55","children":[],"settings":{"icon":{"icon":"ti-angle-right","library":"themify"},"_cssGlobalClasses":["bvtcmk"]},"themeStyles":[]},{"id":"778051","name":"heading","parent":"555e55","children":[],"settings":{"text":"How long until we see results?","_cssGlobalClasses":["melcwz"],"tag":"h3"}},{"id":"2e7ad2","name":"block","parent":"bf08c9","children":["a7d77c"],"settings":{"_hidden":{"_cssClasses":"accordion-content-wrapper"}},"label":"Content"},{"id":"a7d77c","name":"text","parent":"2e7ad2","children":[],"settings":{"text":"Lorem ipsum dolor ist amte, consectetuer adipiscing eilt. Aenean commodo ligula egget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quak felis, ultricies nec, pellentesque eu, pretium quid, sem.","_cssGlobalClasses":["wzxgbz"]}},{"id":"0f9960","name":"container","parent":"b163af","children":["713211","ec7a96"],"settings":{"_cssGlobalClasses":["seaxdg","tubhvc"]},"label":"Social link and Item Container"},{"id":"713211","name":"block","parent":"0f9960","children":["395863","078fa4"],"settings":{"_cssGlobalClasses":["dhyide"]},"label":"Column"},{"id":"395863","name":"block","parent":"713211","children":["60954f","dc8661","5f8261"],"settings":{"_cssGlobalClasses":["qtorqg"]},"label":"Social block"},{"id":"60954f","name":"block","parent":"395863","children":["2d9a58"],"settings":{"_cssGlobalClasses":["gjizjn"]},"label":"Email Block"},{"id":"2d9a58","name":"svg","parent":"60954f","children":[],"settings":{"file":{"id":371,"filename":"Frame-4-1.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/Frame-4-1.svg"},"_cssGlobalClasses":["kgetox"]},"themeStyles":[]},{"id":"dc8661","name":"block","parent":"395863","children":["0991a1"],"settings":{"_cssGlobalClasses":["gjizjn"]},"label":"Linked Block"},{"id":"0991a1","name":"svg","parent":"dc8661","children":[],"settings":{"file":{"id":372,"filename":"Frame-5-1.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/Frame-5-1.svg"},"_cssGlobalClasses":["kgetox"]},"themeStyles":[]},{"id":"5f8261","name":"block","parent":"395863","children":["028729"],"settings":{"_cssGlobalClasses":["gjizjn"]},"label":"X Block"},{"id":"028729","name":"svg","parent":"5f8261","children":[],"settings":{"file":{"id":373,"filename":"Frame-6.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/Frame-6.svg"},"_cssGlobalClasses":["kgetox"]},"themeStyles":[]},{"id":"078fa4","name":"button","parent":"713211","children":[],"settings":{"text":"Ask custom question","_cssGlobalClasses":["ulikfi"],"link":{"type":"external","url":"#"}}},{"id":"ec7a96","name":"block","parent":"0f9960","children":["ca5729"],"settings":[],"label":"Column"},{"id":"ca5729","name":"block","parent":"ec7a96","children":["3c48c5","65333d"],"settings":{"_cssGlobalClasses":["yhcmro"]},"label":"Item"},{"id":"3c48c5","name":"block","parent":"ca5729","children":["b5bbbb","54c522","60ce93"],"settings":{"_hidden":{"_cssClasses":"accordion-title-wrapper"},"_cssGlobalClasses":["qjbkae"]},"label":"Title"},{"id":"b5bbbb","name":"icon","parent":"3c48c5","children":[],"settings":{"icon":{"library":"themify","icon":"ti-angle-down"},"_cssGlobalClasses":["dvyjul"]}},{"id":"54c522","name":"icon","parent":"3c48c5","children":[],"settings":{"icon":{"icon":"ti-angle-right","library":"themify"},"_cssGlobalClasses":["bvtcmk"]},"themeStyles":[]},{"id":"60ce93","name":"heading","parent":"3c48c5","children":[],"settings":{"text":"What does your reporting look like?","_cssGlobalClasses":["melcwz"],"tag":"h3"}},{"id":"65333d","name":"block","parent":"ca5729","children":["e75794"],"settings":{"_hidden":{"_cssClasses":"accordion-content-wrapper"}},"label":"Content"},{"id":"e75794","name":"text","parent":"65333d","children":[],"settings":{"text":"Lorem ipsum dolor ist amte, consectetuer adipiscing eilt. Aenean commodo ligula egget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quak felis, ultricies nec, pellentesque eu, pretium quid, sem.","_cssGlobalClasses":["wzxgbz"]}}],"templateType":"section","global_classes":[{"id":"ulikfi","name":"metric-btn_dark","settings":{"_background":{"color":{"hex":"#171717"}},"_padding":{"top":"10","right":"32","bottom":"10","left":"32"},"_typography":{"color":{"hex":"#ffffff"},"font-size":"16","font-weight":"500"},"_border":{"radius":{"top":"50","right":"50","bottom":"50","left":"50"}},"_heightMin":"56","_background:hover":{"color":{"hex":"#000000","rgb":"rgba(0, 0, 0, 0.73)","hsl":"hsla(0, 0%, 0%, 0.73)"}},"_heightMin:mobile_portrait":"48"}},{"id":"vneohb","name":"metric-default-section","settings":{"_padding":{"top":"100","bottom":"100","left":"5%","right":"5%"},"_padding:mobile_landscape":{"top":"80","bottom":"80"},"_padding:mobile_portrait":{"top":"60","bottom":"60"}}},{"id":"qresdr","name":"metric-default-container","settings":{"_width":"1728"}},{"id":"ntyezv","name":"metric-h2","settings":{"_typography":{"font-size":"48","font-weight":"500","color":{"hex":"#171717"}},"_typography:mobile_landscape":{"font-size":"40"},"_typography:mobile_portrait":{"font-size":"32"}}},{"id":"melcwz","name":"metric-h3","settings":{"_typography":{"font-size":"32","font-weight":"400","color":{"hex":"#171717"}},"_typography:mobile_portrait":{"font-size":"24"}}},{"id":"dvyjul","name":"faq-open-icon","settings":{"iconSize":"18"}},{"id":"bvtcmk","name":"faq-close-icon","settings":{"iconSize":"18"}},{"id":"qjbkae","name":"metric-faq-title","settings":{"_direction":"row","_flexWrap":"nowrap","_justifyContent":"flex-start","_alignItems":"center","_rowGap":"10","_columnGap":"15"}},{"id":"wzxgbz","name":"metric-faq__content","settings":{"_typography":{"font-size":"20","color":{"hex":"#4c4c4c"}}}},{"id":"seaxdg","name":"metric-faq__item-container","settings":{"_width":"100%","_columnGap":"30","_direction":"row"}},{"id":"hmpuef","name":"metric-faq__first-container","settings":{"_border":{"width":{"bottom":"1"},"style":"solid","color":{"hex":"#171717"}},"_padding":{"top":"0","bottom":"48"}}},{"id":"yhcmro","name":"metric-faq_item","settings":{"_padding":{"top":"48","bottom":"48"},"_border":{"width":{"bottom":"1"},"style":"solid","color":{"hex":"#e1e1e1"}}}},{"id":"gjizjn","name":"metric-social-icon-block","settings":{"_width":"56","_height":"56","_border":{"radius":{"top":"50","right":"50","bottom":"50","left":"50"},"width":{"top":"1","right":"1","bottom":"1","left":"1"},"style":"solid","color":{"hex":"#e1e1e1"}},"_justifyContent":"center","_alignItems":"center"}},{"id":"kgetox","name":"metric-social-icon","settings":{"_width":"31"}},{"id":"qtorqg","name":"metric-social-block","settings":{"_direction":"row","_columnGap":"15","_width":"max-content"}},{"id":"dhyide","name":"metric-faq__social-col","settings":{"_direction":"row","_alignItems":"center","_justifyContent":"flex-start","_columnGap":"30","_padding":{"top":"48"},"_direction:tablet_portrait":"column","_justifyContent:tablet_portrait":"flex-start","_alignItems:tablet_portrait":"flex-start","_rowGap:tablet_portrait":"30","_direction:mobile_landscape":"row-reverse","_justifyContent:mobile_landscape":"flex-end","_padding:mobile_landscape":{"top":"80"},"_padding:mobile_portrait":{"top":"60"}}},{"id":"tubhvc","name":"matric-faq__item-last-conatiner","settings":{"_direction:mobile_landscape":"column-reverse"}},{"id":"mzrhwo","name":"metric-faq__heading","settings":{"_padding:mobile_landscape":{"bottom":"80"},"_padding:mobile_portrait":{"bottom":"60"}}}]}
Download JSON

Metric Kit – CTA Section
Call-to-action section featuring a form and list in a two-column layout
View now
Copy now
{"id":407,"name":"metric-cta-section","title":"Metric CTA Section","date":"2025-04-22 20:11:38","date_formatted":"April 22, 2025","author":{"name":"AK_Developer_25","avatar":"https:\/\/secure.gravatar.com\/avatar\/4895fa216fc2f1ee16e6575899e50eb2388264a879a9791a3ad02c7bed840715?s=60&d=mm&r=g","url":"https:\/\/gallopbiz.in\/ak-dev"},"permalink":"https:\/\/gallopbiz.in\/ak-dev\/template\/metric-cta-section\/","thumbnail":null,"bundles":[],"tags":[],"type":"section","content":[{"id":"13a05e","name":"section","parent":0,"children":["14f387"],"settings":{"_cssGlobalClasses":["vneohb"]},"label":"CTA Section"},{"id":"14f387","name":"container","parent":"13a05e","children":["e182bd","252fd2"],"settings":{"_cssGlobalClasses":["qresdr","ckdesc"],"_direction":"row"}},{"id":"e182bd","name":"block","parent":"14f387","children":["1e10a0","375f4c"],"settings":{"_cssGlobalClasses":["rwcdbh"]},"label":"Left Column"},{"id":"1e10a0","name":"block","parent":"e182bd","children":["971739","626e91"],"settings":{"_cssGlobalClasses":["gvwtyk"]},"label":"Heading Block"},{"id":"971739","name":"heading","parent":"1e10a0","children":[],"settings":{"text":"Get your free campaign analysis","tag":"h2","_cssGlobalClasses":["jxomuc"]}},{"id":"626e91","name":"block","parent":"1e10a0","children":["66c453"],"settings":[]},{"id":"66c453","name":"list","parent":"626e91","children":[],"settings":{"items":[{"title":"Audit your current campaign architecture","id":"wwaski"},{"title":"Identify revenue leakage points","id":"hyypww"},{"title":"Analyze competitor targeting strategies","id":"cujvqw"},{"title":"Show potential ROAS improvements","id":"buxblq"},{"title":"Provide actionable optimization steps","id":"fbdoas"}],"icon":{"library":"ionicons","icon":"ion-md-checkmark"},"separatorDisable":true,"itemJustifyContent":"flex-start","_cssGlobalClasses":["satbie"]},"themeStyles":[]},{"id":"375f4c","name":"block","parent":"e182bd","children":["f25545","a3d815"],"settings":{"_cssGlobalClasses":["gdgqvt"]},"label":"Profile Block"},{"id":"f25545","name":"block","parent":"375f4c","children":["230a5e","f78b87"],"settings":{"_cssGlobalClasses":["uvvgsr"]}},{"id":"230a5e","name":"image","parent":"f25545","children":[],"settings":{"image":{"id":325,"filename":"Profile-Image.png","size":"full","full":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/Profile-Image.png","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/Profile-Image.png"},"_cssGlobalClasses":["coxrzc"]}},{"id":"f78b87","name":"heading","parent":"f25545","children":[],"settings":{"text":"Karri Saarinen, CEO at Linear","tag":"custom","customTag":"span","_cssGlobalClasses":["uxtjcz"]}},{"id":"a3d815","name":"text-basic","parent":"375f4c","children":[],"settings":{"text":"Most agency audits are just sales pitches. Metric\u2019s analysis was different \u2013 in 15 minutes, they showed us exactly why our campaigns were underperforming and how to fix them. ","_cssGlobalClasses":["dxqwga"]}},{"id":"252fd2","name":"block","parent":"14f387","children":["5ab9ba"],"settings":{"_cssGlobalClasses":["wlbkbx"]},"label":"Right Column"},{"id":"5ab9ba","name":"form","parent":"252fd2","children":[],"settings":{"fields":[{"type":"text","placeholder":"Your Name","id":"5126d0","label":"Name"},{"type":"email","placeholder":"Work Email","required":true,"id":"817e57","label":"Email"},{"type":"text","label":"Company","placeholder":"Company","id":"civnqm"},{"type":"html","label":"Primary platform","placeholder":"Your Name","id":"sdfnlb","html":"Primary platform"},{"type":"checkbox","placeholder":"Primary platform","id":"agifpv","label":"Primary platform checkbox","options":"LinkedIn\nX \/ Twitter\nMeta\nYouTube\nTikTok"},{"type":"html","label":"Main challenge","placeholder":"Your Name","id":"sstgae","html":"Main challenge"},{"type":"checkbox","placeholder":"Primary platform","id":"tuegcc","label":"Main challenge checkbox","options":"option 1\nOption 2\nOther"},{"type":"checkbox","label":"Term","id":"nmpdff","options":"I agree that Metric can store my submitted information as outlined in our Privacy Policy. I understand I can request deletion of my data at any time via support@metric.com."}],"actions":["email"],"successMessage":"Message successfully sent. We will get back to you as soon as possible.","emailSubject":"Contact form request","emailTo":"admin_email","fromName":"AK Developer","emailErrorMessage":"Submission failed. Please reload the page and try to submit the form again.","htmlEmail":true,"mailchimpPendingMessage":"Please check your email to confirm your subscription.","mailchimpErrorMessage":"Sorry, but we could not subscribe you.","sendgridErrorMessage":"Sorry, but we could not subscribe you.","_cssGlobalClasses":["tamhog"],"submitButtonText":"Get your analysis"},"themeStyles":[]}],"templateType":"section","global_classes":[{"id":"vneohb","name":"metric-default-section","settings":{"_padding":{"top":"100","bottom":"100","left":"5%","right":"5%"},"_padding:mobile_landscape":{"top":"80","bottom":"80"},"_padding:mobile_portrait":{"top":"60","bottom":"60"}}},{"id":"qresdr","name":"metric-default-container","settings":{"_width":"1728"}},{"id":"jxomuc","name":"metric-h2-white","settings":{"_typography":{"color":{"hex":"#ffffff"},"font-size":"48","font-weight":"400"},"_typography:mobile_portrait":{"font-size":"32"}}},{"id":"ckdesc","name":"metric-cta-section__container","settings":{"_columnGap":"96","_background":{"color":{"hex":"#171717"}},"_padding":{"top":"6%","right":"6%","bottom":"6%","left":"6%"},"_padding:mobile_portrait":{"top":"5%","right":"5%","bottom":"5%","left":"5%"},"_alignItems":"stretch","_rowGap:mobile_landscape":"50"}},{"id":"satbie","name":"metric-cta-section__list","settings":{"titleTypography":{"font-size":"20","color":{"hex":"#909090"},"line-height":"1.2"},"iconSize":"24","iconColor":{"hex":"#ffffff"},"titleMargin":{"left":"10"},"itemMargin":{"bottom":"30"},"titleTypography:mobile_portrait":{"font-size":"16"}}},{"id":"gvwtyk","name":"metric-cta-section_list-block","settings":{"_rowGap":"64"}},{"id":"coxrzc","name":"metric-cta-section__profile-photo","settings":{"_width":"48","_border":{"radius":{"right":"50","top":"50","bottom":"50","left":"50"}}}},{"id":"uxtjcz","name":"metric-cta-section__profile-name","settings":{"_typography":{"font-size":"20","color":{"hex":"#909090"}},"_typography:mobile_portrait":{"font-size":"16"}},"modified":1745351607,"user_id":1},{"id":"dxqwga","name":"metric-cta-section__profile-txt","settings":{"_typography":{"font-size":"20","color":{"hex":"#ffffff"}},"_typography:mobile_portrait":{"font-size":"16"}},"modified":1745311627,"user_id":1},{"id":"uvvgsr","name":"metric-cta-section__profile-image-block","settings":{"_direction":"row","_alignItems":"center","_columnGap":"16"}},{"id":"gdgqvt","name":"metric-cta-section__profile-block","settings":{"_rowGap":"24"}},{"id":"wlbkbx","name":"metric-cta-section_form-column","settings":[]},{"id":"tamhog","name":"metric-cta-section_form","settings":{"submitButtonBorder":{"radius":{"top":"100","right":"100","left":"100","bottom":"100"}},"fieldBackgroundColor":{"hex":"#171717"},"fieldBorder":{"width":{"top":"0","right":"0","left":"0","bottom":"1"},"style":"solid","color":{"hex":"#ffffff"}},"fieldPadding":{"bottom":"24"},"fieldTypography":{"font-size":"20","color":{"hex":"#ffffff"}},"placeholderTypography":{"color":{"hex":"#ffffff"}},"_cssCustom":".metric-cta-section_form button.bricks-button {\n padding-top: 8px;\n padding-right: 24px;\n padding-bottom: 8px;\n padding-left: 24px;\n min-height: 48px;\n border-radius: 50px;\n background-color: #fff;\n font-size: 16px;\n font-weight: 500;\n color: #171717;\n}\n.metric-cta-section_form span.justterm a {\n color: white;\n text-decoration: underline;\n} \n.metric-cta-section_form ul.options-wrapper {\n padding-bottom: 24px;\n border-bottom: 1px solid #fff;\n margin-bottom: 72px;\n}\n.metric-cta-section_form input {\n margin-bottom: 72px;\n}\n.metric-cta-section_form .justlabel {\n font-size: 20px;\n}\n.metric-cta-section_form ul.options-wrapper li {\n color: #909090;\n font-size: 17px;\n margin-bottom: 16px;\n}\n\n\/* Container UL Styling *\/\n\n\n\/* Hide the default checkbox *\/\n .metric-cta-section_form .options-wrapper input[type=\"checkbox\"] {\n display: none;\n}\n\n\/* Style the label as a block and align checkbox visually *\/\n .metric-cta-section_form .options-wrapper label {\n display: flex;\n align-items: center;\n gap: 16px;\n\n color: #999999;\n cursor: pointer;\n padding: 10px;\n}\n\n\/* Custom checkbox box *\/\n .metric-cta-section_form .options-wrapper input[type=\"checkbox\"] + label::before {\n content: \"\";\n display: inline-block;\n width: 24px;\n height: 25px;\n background-color: #ffffff;\n border-radius: 2px;\n flex-shrink: 0;\n position: relative;\n}\n\n\/* Checkmark when checked *\/\n .metric-cta-section_form .options-wrapper input[type=\"checkbox\"]:checked + label::before {\n content: \"\u2713\";\n font-size: 14px;\n color: black;\n text-align: center;\n line-height: 25px;\n}\n","_cssCustom:mobile_landscape":" .metric-cta-section_form ul.options-wrapper {\n\n margin-bottom: 56px;\n}\n.metric-cta-section_form input {\n margin-bottom: 56px;\n}","_cssCustom:mobile_portrait":" .metric-cta-section_form ul.options-wrapper {\n \n margin-bottom: 44px;\n}\n.metric-cta-section_form input {\n margin-bottom: 44px;\n}\n.metric-cta-section_form .justlabel {\n font-size: 16px;\n}\n.metric-cta-section_form .options-wrapper label {\n \n font-size: 16px;\n}","fieldTypography:mobile_portrait":{"font-size":"16"},"submitButtonTypography":{"font-size":"16","font-weight":"500"}},"modified":1745351607,"user_id":1},{"id":"rwcdbh","name":"metric-cta-section__col","settings":{"_justifyContent":"space-between"}}]}
Download JSON

Metric Kit – Service Section
Service highlights in a row list layout with call to action
View now
Copy now
{"id":406,"name":"metric-service","title":"Metric Service","date":"2025-04-22 20:11:15","date_formatted":"April 22, 2025","author":{"name":"AK_Developer_25","avatar":"https:\/\/secure.gravatar.com\/avatar\/4895fa216fc2f1ee16e6575899e50eb2388264a879a9791a3ad02c7bed840715?s=60&d=mm&r=g","url":"https:\/\/gallopbiz.in\/ak-dev"},"permalink":"https:\/\/gallopbiz.in\/ak-dev\/template\/metric-service\/","thumbnail":null,"bundles":[],"tags":[],"type":"section","content":[{"id":"8334b8","name":"section","parent":0,"children":["cde469","87bd49"],"settings":{"_cssGlobalClasses":["vneohb","cbtvgi"]},"label":"Service"},{"id":"cde469","name":"container","parent":"8334b8","children":["1364d7"],"settings":{"_cssGlobalClasses":["qresdr"]}},{"id":"1364d7","name":"heading","parent":"cde469","children":[],"settings":{"text":"Our services","tag":"h2","_cssGlobalClasses":["qbtflx","ntyezv"]}},{"id":"87bd49","name":"container","parent":"8334b8","children":["9d226f","841670","a8e3da"],"settings":{"_cssGlobalClasses":["qresdr","vbquff"]}},{"id":"9d226f","name":"container","parent":"87bd49","children":["72350b","e0aaae"],"settings":{"_cssGlobalClasses":["rxcnmw"],"_padding:mobile_landscape":{"top":"0"}},"label":"Row"},{"id":"72350b","name":"block","parent":"9d226f","children":["e55f3d","f1a55a"],"settings":{"_cssGlobalClasses":["btpxjg"]},"label":"Column"},{"id":"e55f3d","name":"block","parent":"72350b","children":["14d79f","ef1ea6"],"settings":{"_cssGlobalClasses":["fhnxgv"],"_alignSelf":"flex-start","_alignItems":"flex-start"}},{"id":"14d79f","name":"block","parent":"e55f3d","children":["b4cc99"],"settings":{"_cssGlobalClasses":["guccyq"],"_padding":{"top":"0"},"_justifyContent":"flex-start"},"label":"Count"},{"id":"b4cc99","name":"heading","parent":"14d79f","children":[],"settings":{"text":"01\/03","_cssGlobalClasses":["qtwcoc","diijbc"]}},{"id":"ef1ea6","name":"heading","parent":"e55f3d","children":[],"settings":{"text":"Campaign strategy","_cssGlobalClasses":["melcwz","socpns"],"_padding":{"top":"0"}}},{"id":"f1a55a","name":"block","parent":"72350b","children":["b327e8","21c648","398d36","787248"],"settings":{"_cssGlobalClasses":["zyjzhw"],"_padding":{"top":"0"}}},{"id":"b327e8","name":"button","parent":"f1a55a","children":[],"settings":{"text":"Full funnel approach","_cssGlobalClasses":["wcweyx"]}},{"id":"21c648","name":"button","parent":"f1a55a","children":[],"settings":{"text":"Focus on ICPs and decision makers","_cssGlobalClasses":["wcweyx"]}},{"id":"398d36","name":"button","parent":"f1a55a","children":[],"settings":{"text":"Multi-platform orchestration","_cssGlobalClasses":["wcweyx"]}},{"id":"787248","name":"button","parent":"f1a55a","children":[],"settings":{"text":"Revenue-based goals","_cssGlobalClasses":["wcweyx"]}},{"id":"e0aaae","name":"block","parent":"9d226f","children":["d9cef0"],"settings":{"_cssGlobalClasses":["wfvvuy"],"_alignItems":"flex-start","_alignSelf":"flex-start"},"label":"Column"},{"id":"d9cef0","name":"button","parent":"e0aaae","children":[],"settings":{"_cssGlobalClasses":["emdgog"],"link":{"type":"external","url":"#"},"icon":{"library":"ionicons","icon":"ion-ios-arrow-round-forward"}}},{"id":"841670","name":"container","parent":"87bd49","children":["5c8137","f2da4a"],"settings":{"_cssGlobalClasses":["rxcnmw"]},"label":"Row"},{"id":"5c8137","name":"block","parent":"841670","children":["8cac32","a7d6f6"],"settings":{"_cssGlobalClasses":["btpxjg"]},"label":"Column"},{"id":"8cac32","name":"block","parent":"5c8137","children":["41f407","949fff"],"settings":{"_cssGlobalClasses":["fhnxgv"]}},{"id":"41f407","name":"block","parent":"8cac32","children":["73a477"],"settings":{"_cssGlobalClasses":["guccyq"]},"label":"Count"},{"id":"73a477","name":"heading","parent":"41f407","children":[],"settings":{"text":"02\/03","_cssGlobalClasses":["qtwcoc","diijbc"]}},{"id":"949fff","name":"heading","parent":"8cac32","children":[],"settings":{"text":"Performance marketing","_cssGlobalClasses":["melcwz","socpns"]}},{"id":"a7d6f6","name":"block","parent":"5c8137","children":["342c12","bb5484","007c39","fe7751"],"settings":{"_cssGlobalClasses":["zyjzhw"]}},{"id":"342c12","name":"button","parent":"a7d6f6","children":[],"settings":{"text":"Campaign architecture","_cssGlobalClasses":["wcweyx"]}},{"id":"bb5484","name":"button","parent":"a7d6f6","children":[],"settings":{"text":"Creative direction","_cssGlobalClasses":["wcweyx"]}},{"id":"007c39","name":"button","parent":"a7d6f6","children":[],"settings":{"text":"A\/B testing framework","_cssGlobalClasses":["wcweyx"]}},{"id":"fe7751","name":"button","parent":"a7d6f6","children":[],"settings":{"text":"Weekly optimization","_cssGlobalClasses":["wcweyx"]}},{"id":"f2da4a","name":"block","parent":"841670","children":["576c75"],"settings":{"_cssGlobalClasses":["wfvvuy"],"_alignItems":"flex-start"},"label":"Column"},{"id":"576c75","name":"button","parent":"f2da4a","children":[],"settings":{"_cssGlobalClasses":["emdgog"],"link":{"type":"external","url":"#"},"icon":{"library":"ionicons","icon":"ion-ios-arrow-round-forward"}}},{"id":"a8e3da","name":"container","parent":"87bd49","children":["2f222d","f66e86"],"settings":{"_cssGlobalClasses":["rxcnmw"]},"label":"Row"},{"id":"2f222d","name":"block","parent":"a8e3da","children":["d04ccc","2fea34"],"settings":{"_cssGlobalClasses":["btpxjg"]},"label":"Column"},{"id":"d04ccc","name":"block","parent":"2f222d","children":["a8ea27","ffa117"],"settings":{"_cssGlobalClasses":["fhnxgv"]}},{"id":"a8ea27","name":"block","parent":"d04ccc","children":["9af5d9"],"settings":{"_cssGlobalClasses":["guccyq"]},"label":"Count"},{"id":"9af5d9","name":"heading","parent":"a8ea27","children":[],"settings":{"text":"03\/03","_cssGlobalClasses":["qtwcoc","diijbc"]}},{"id":"ffa117","name":"heading","parent":"d04ccc","children":[],"settings":{"text":"Analytics & attribution","_cssGlobalClasses":["melcwz","socpns"]}},{"id":"2fea34","name":"block","parent":"2f222d","children":["cb06ec","4ec331","862286","bc70eb"],"settings":{"_cssGlobalClasses":["zyjzhw"]}},{"id":"cb06ec","name":"button","parent":"2fea34","children":[],"settings":{"text":"Custom tracking setup","_cssGlobalClasses":["wcweyx"]}},{"id":"4ec331","name":"button","parent":"2fea34","children":[],"settings":{"text":"Revenue attribution","_cssGlobalClasses":["wcweyx"]}},{"id":"862286","name":"button","parent":"2fea34","children":[],"settings":{"text":"Weekly reporting","_cssGlobalClasses":["wcweyx"]}},{"id":"bc70eb","name":"button","parent":"2fea34","children":[],"settings":{"text":"Performance forecasting","_cssGlobalClasses":["wcweyx"]}},{"id":"f66e86","name":"block","parent":"a8e3da","children":["a936a0"],"settings":{"_cssGlobalClasses":["wfvvuy"],"_alignItems":"flex-start"},"label":"Column"},{"id":"a936a0","name":"button","parent":"f66e86","children":[],"settings":{"_cssGlobalClasses":["emdgog"],"link":{"type":"external","url":"#"},"icon":{"library":"ionicons","icon":"ion-ios-arrow-round-forward"}}}],"templateType":"section","global_classes":[{"id":"vneohb","name":"metric-default-section","settings":{"_padding":{"top":"100","bottom":"100","left":"5%","right":"5%"},"_padding:mobile_landscape":{"top":"80","bottom":"80"},"_padding:mobile_portrait":{"top":"60","bottom":"60"}}},{"id":"qresdr","name":"metric-default-container","settings":{"_width":"1728"}},{"id":"ntyezv","name":"metric-h2","settings":{"_typography":{"font-size":"48","font-weight":"500","color":{"hex":"#171717"}},"_typography:mobile_landscape":{"font-size":"40"},"_typography:mobile_portrait":{"font-size":"32"}}},{"id":"melcwz","name":"metric-h3","settings":{"_typography":{"font-size":"32","font-weight":"400","color":{"hex":"#171717"}},"_typography:mobile_portrait":{"font-size":"24"}}},{"id":"wcweyx","name":"metric-btn_light-grey","settings":{"_padding":{"top":"8","right":"24","bottom":"8","left":"24"},"_heightMin":"48","_border":{"radius":{"top":"50","right":"50","bottom":"50","left":"50"}},"_background":{"color":{"hex":"#f6f6f6"}},"_typography":{"font-size":"16","font-weight":"500","color":{"hex":"#171717"}},"_background:hover":{"color":{"hex":"#171717"}},"_typography:hover":{"color":{"hex":"#ffffff"}}}},{"id":"emdgog","name":"metric-arrow-btn","settings":{"_padding":{"left":"0","right":"0","top":"0","bottom":"0"},"_typography":{"font-size":"20","font-weight":"500"},"iconTypography":{"font-size":"30"},"iconGap":"20","_typography:mobile_portrait":{"font-size":"16"}},"modified":1744919275,"user_id":1},{"id":"cbtvgi","name":"metric-services","settings":{"_rowGap":"96","_rowGap:mobile_portrait":"60"}},{"id":"vbquff","name":"metric-services__container","settings":[]},{"id":"rxcnmw","name":"metric-services__row","settings":{"_width":"100%","_alignItems":"stretch","_border":{"width":{"bottom":"1"},"style":"solid","color":{"hex":"#e1e1e1"}},"_direction:mobile_portrait":"column","_direction":"row","_padding:mobile_portrait":{"bottom":"32","top":"32"},"_padding:mobile_landscape":{"top":"48"}}},{"id":"btpxjg","name":"metric-services__left-col","settings":{"_direction":"row","_width":"90%","_flexWrap:mobile_landscape":"wrap","_rowGap:mobile_landscape":"32","_alignItems":"stretch","_rowGap:mobile_portrait":"24"},"modified":1745002728,"user_id":1},{"id":"wfvvuy","name":"metric-services__right-col","settings":{"_direction":"row","_alignItems":"center","_width":"10%","_justifyContent":"flex-end","_alignSelf":"center","_alignSelf:mobile_landscape":"flex-start"},"modified":1745002728,"user_id":1},{"id":"socpns","name":"metric-services__name","settings":{"_padding":{"top":"48","bottom":"48"},"_padding:mobile_landscape":{"bottom":"0","top":"0"}},"modified":1745002728,"user_id":1},{"id":"guccyq","name":"metric-services__number-block","settings":{"_width":"max-content","_padding":{"right":"32","bottom":"48","top":"48"},"_margin":{"right":"32"},"_border":{"width":{"right":"1"},"style":"solid","color":{"hex":"#e1e1e1"}},"_height:mobile_landscape":"auto","_padding:mobile_landscape":{"bottom":"0","top":"0"},"_height":"100%","_justifyContent":"center"}},{"id":"diijbc","name":"metric-services__number","settings":{"_typography":{"font-size":"32","color":{"hex":"#909090"},"font-weight":"400"},"_typography:mobile_landscape":{"font-size":"28"},"_width":"90","_width:mobile_landscape":"auto"},"modified":1745005305,"user_id":1},{"id":"zyjzhw","name":"metric-services__btn-block","settings":{"_direction":"row","_flexWrap":"wrap","_columnGap":"15","_rowGap":"15","_padding":{"bottom":"48","top":"48"},"_alignItems":"center","_alignSelf":"center","_padding:mobile_portrait":{"bottom":"24"},"_padding:mobile_landscape":{"top":"0"},"_width":"60%","_width:tablet_portrait":"50%","_width:mobile_landscape":"100%"}},{"id":"fhnxgv","name":"metric-services__name-block","settings":{"_flexWrap":"nowrap","_direction":"row","_alignSelf":"center","_height":"100%","_alignItems":"center","_height:mobile_landscape":"auto","_width":"40%","_width:tablet_portrait":"50%","_width:mobile_landscape":"100%"},"modified":1745003850,"user_id":1}]}
Download JSON

Metric Kit – Case Study Section
Case study showcase with customizable cards and call to action
View now
Copy now
{"id":405,"name":"metric-case-study","title":"Metric Case Study","date":"2025-04-22 20:10:41","date_formatted":"April 22, 2025","author":{"name":"AK_Developer_25","avatar":"https:\/\/secure.gravatar.com\/avatar\/4895fa216fc2f1ee16e6575899e50eb2388264a879a9791a3ad02c7bed840715?s=60&d=mm&r=g","url":"https:\/\/gallopbiz.in\/ak-dev"},"permalink":"https:\/\/gallopbiz.in\/ak-dev\/template\/metric-case-study\/","thumbnail":null,"bundles":[],"tags":[],"type":"section","content":[{"id":"d67be6","name":"section","parent":0,"children":["6f6f9a","0f59dd"],"settings":{"_cssGlobalClasses":["vneohb","ffnojv"]},"label":"Case Study"},{"id":"6f6f9a","name":"container","parent":"d67be6","children":["750b43","e50d2c"],"settings":{"_cssGlobalClasses":["qresdr","lrviip"]},"label":"Container First"},{"id":"750b43","name":"container","parent":"6f6f9a","children":["490696","ed5b33"],"settings":{"_cssGlobalClasses":["mywtou"]},"label":"Heading Container"},{"id":"490696","name":"heading","parent":"750b43","children":[],"settings":{"text":"Case study","_cssGlobalClasses":["jxomuc"],"tag":"h2"}},{"id":"ed5b33","name":"image","parent":"750b43","children":[],"settings":{"_cssGlobalClasses":["qriiwo"],"image":{"id":235,"filename":"Logo-Container.svg","size":"full","full":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/Logo-Container.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/Logo-Container.svg"}}},{"id":"e50d2c","name":"container","parent":"6f6f9a","children":["ab2500","476777"],"settings":{"_cssGlobalClasses":["pmbrlo"]},"label":"Container -2col"},{"id":"ab2500","name":"block","parent":"e50d2c","children":["164eae","647788","002b61"],"settings":{"_cssGlobalClasses":["qhqcaw"]},"label":"Column"},{"id":"164eae","name":"block","parent":"ab2500","children":["4c6318","4de7da"],"settings":{"_cssGlobalClasses":["oxqkqj"],"_padding:mobile_landscape":{"top":"0"}}},{"id":"4c6318","name":"heading","parent":"164eae","children":[],"settings":{"text":"The challenge","_cssGlobalClasses":["xidqdh"],"tag":"custom","customTag":"span"},"label":"Title"},{"id":"4de7da","name":"text-basic","parent":"164eae","children":[],"settings":{"text":"Wise was spending $80k\/month on LinkedIn ads with stagnant results and unclear ROI.","_cssGlobalClasses":["pmslul"]},"label":"Description"},{"id":"647788","name":"block","parent":"ab2500","children":["01b409","8dc4f7"],"settings":{"_cssGlobalClasses":["oxqkqj"]}},{"id":"01b409","name":"heading","parent":"647788","children":[],"settings":{"text":"Our solution","_cssGlobalClasses":["xidqdh"],"tag":"custom","customTag":"span"},"label":"Title"},{"id":"8dc4f7","name":"text-basic","parent":"647788","children":[],"settings":{"text":"We completely rebuild their campaign architecture focused on intent signals and industry-specific targeting.","_cssGlobalClasses":["pmslul"]},"label":"Description"},{"id":"002b61","name":"block","parent":"ab2500","children":["96057e","a3268e"],"settings":{"_cssGlobalClasses":["oxqkqj"]}},{"id":"96057e","name":"heading","parent":"002b61","children":[],"settings":{"text":"Project information","_cssGlobalClasses":["xidqdh"],"tag":"custom","customTag":"span"},"label":"Title"},{"id":"a3268e","name":"block","parent":"002b61","children":["84b07b","68dd44","388648"],"settings":{"_cssGlobalClasses":["goeaue"]}},{"id":"84b07b","name":"button","parent":"a3268e","children":[],"settings":{"text":"6 months","_cssGlobalClasses":["zcgmho"],"link":{"type":"external","url":"#"}}},{"id":"68dd44","name":"button","parent":"a3268e","children":[],"settings":{"text":"$100k\/month","_cssGlobalClasses":["zcgmho"],"link":{"type":"external","url":"#"}}},{"id":"388648","name":"button","parent":"a3268e","children":[],"settings":{"text":"LinkedIn + Meta","_cssGlobalClasses":["zcgmho"],"link":{"type":"external","url":"#"}}},{"id":"476777","name":"block","parent":"e50d2c","children":["1c3422","5cc8bc"],"settings":{"_cssGlobalClasses":["lgldit"]},"label":"Column"},{"id":"1c3422","name":"block","parent":"476777","children":["c8bf86","193760","8e5d82","aea331"],"settings":{"_cssGlobalClasses":["oxqkqj"],"_padding:mobile_landscape":{"top":"0"},"_padding:mobile_portrait":{"top":"32"}}},{"id":"c8bf86","name":"heading","parent":"1c3422","children":[],"settings":{"text":"Results","_cssGlobalClasses":["xidqdh"],"tag":"custom","customTag":"span"},"label":"Title"},{"id":"193760","name":"text-basic","parent":"1c3422","children":[],"settings":{"text":"47% reduction in CAC","_cssGlobalClasses":["pmslul"]},"label":"Description"},{"id":"8e5d82","name":"text-basic","parent":"1c3422","children":[],"settings":{"text":"312% increase in qualified leads","_cssGlobalClasses":["pmslul"]},"label":"Description"},{"id":"aea331","name":"text-basic","parent":"1c3422","children":[],"settings":{"text":"2.8x ROAS within 90 days","_cssGlobalClasses":["pmslul"]},"label":"Description"},{"id":"5cc8bc","name":"block","parent":"476777","children":["7b1102","78b201"],"settings":{"_cssGlobalClasses":["oxqkqj"],"_border:mobile_landscape":{"width":{"bottom":"0"}}}},{"id":"7b1102","name":"block","parent":"5cc8bc","children":["203a5a","874533"],"settings":{"_cssGlobalClasses":["pwidhq"]}},{"id":"203a5a","name":"image","parent":"7b1102","children":[],"settings":{"_cssGlobalClasses":["odtzmx"],"image":{"id":249,"filename":"Testimonial-Image.png","size":"full","full":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/Testimonial-Image.png","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/Testimonial-Image.png"}},"themeStyles":[]},{"id":"874533","name":"heading","parent":"7b1102","children":[],"settings":{"text":"Kristo K\u00e4\u00e4rmann, CEO at Wise","_cssGlobalClasses":["xidqdh"],"tag":"custom","customTag":"span"},"label":"Title"},{"id":"78b201","name":"text-basic","parent":"5cc8bc","children":[],"settings":{"text":"Metric transformed our paid social from a cost center to a predictable revenue engine. They actually understand the fintech space and how to target decision-makers.","_cssGlobalClasses":["pmslul"]},"label":"Description"},{"id":"0f59dd","name":"container","parent":"d67be6","children":["2d82d9","08e9bd","6d276d"],"settings":{"_direction":"row","_cssGlobalClasses":["edrcar","qresdr","cnggnt"]},"label":"Container - 3col"},{"id":"2d82d9","name":"block","parent":"0f59dd","children":["88c900","2ec5d0","3db02d"],"settings":{"_cssGlobalClasses":["wezzkl"],"_padding":{"left":"0"},"_padding:mobile_landscape":{"top":"0"}},"label":"Column"},{"id":"88c900","name":"image","parent":"2d82d9","children":[],"settings":{"_cssGlobalClasses":["ocdlbn"],"image":{"id":258,"filename":"Logo-Container-1.svg","size":"full","full":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/Logo-Container-1.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/Logo-Container-1.svg"}},"themeStyles":[]},{"id":"2ec5d0","name":"heading","parent":"2d82d9","children":[],"settings":{"text":"How Figma reduced CAC by 48% while scaling demo requests to 3,000+ monthly","_cssGlobalClasses":["aobkzj"]}},{"id":"3db02d","name":"button","parent":"2d82d9","children":[],"settings":{"text":"Read case study","_cssGlobalClasses":["emdgog"],"link":{"type":"external","url":"#"},"icon":{"library":"ionicons","icon":"ion-ios-arrow-round-forward"}}},{"id":"08e9bd","name":"block","parent":"0f59dd","children":["c43b3c","f4e902","fa60d0"],"settings":{"_cssGlobalClasses":["wezzkl"]},"label":"Column"},{"id":"c43b3c","name":"image","parent":"08e9bd","children":[],"settings":{"_cssGlobalClasses":["ocdlbn"],"image":{"id":263,"filename":"Logo-Container-2.svg","size":"full","full":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/Logo-Container-2.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/Logo-Container-2.svg"}},"themeStyles":[]},{"id":"f4e902","name":"heading","parent":"08e9bd","children":[],"settings":{"text":"Scaling Slack's B2B campaigns to reach 10,000+ qualified IT decision-makers monthly","_cssGlobalClasses":["aobkzj"]}},{"id":"fa60d0","name":"button","parent":"08e9bd","children":[],"settings":{"_cssGlobalClasses":["emdgog"],"link":{"type":"external","url":"#"},"icon":{"library":"ionicons","icon":"ion-ios-arrow-round-forward"}}},{"id":"6d276d","name":"block","parent":"0f59dd","children":["a0d897","4b978f","1b8dd7"],"settings":{"_cssGlobalClasses":["wezzkl"],"_border":{"width":{"right":"0"},"style":"solid"},"_padding":{"right":"0"}},"label":"Column"},{"id":"a0d897","name":"image","parent":"6d276d","children":[],"settings":{"_cssGlobalClasses":["ocdlbn"],"image":{"id":264,"filename":"Logo-Container-3.svg","size":"full","full":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/Logo-Container-3.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/Logo-Container-3.svg"}},"themeStyles":[]},{"id":"4b978f","name":"heading","parent":"6d276d","children":[],"settings":{"text":"Growing Linear's product-led growth through paid social: From $0 to $300k MRR","_cssGlobalClasses":["aobkzj"]}},{"id":"1b8dd7","name":"button","parent":"6d276d","children":[],"settings":{"_cssGlobalClasses":["emdgog"],"link":{"type":"external","url":"#"},"icon":{"library":"ionicons","icon":"ion-ios-arrow-round-forward"}}}],"templateType":"section","global_classes":[{"id":"vneohb","name":"metric-default-section","settings":{"_padding":{"top":"100","bottom":"100","left":"5%","right":"5%"},"_padding:mobile_landscape":{"top":"80","bottom":"80"},"_padding:mobile_portrait":{"top":"60","bottom":"60"}}},{"id":"qresdr","name":"metric-default-container","settings":{"_width":"1728"}},{"id":"edrcar","name":"metric-our-approach_3col-container","settings":{"_alignItems":"stretch"}},{"id":"ffnojv","name":"metric-case-study","settings":{"_padding:mobile_portrait":{"left":"0","right":"0"},"_rowGap":"90"}},{"id":"lrviip","name":"metric-case-study__container-first","settings":{"_background":{"color":{"hex":"#171717"}},"_padding":{"top":"6%","right":"6%","bottom":"6%","left":"6%"},"_rowGap":"96","_rowGap:mobile_portrait":"60","_padding:mobile_portrait":{"top":"5%","right":"5%","bottom":"5%","left":"5%"}}},{"id":"cnggnt","name":"metric-case-study__3col-container","settings":{"_padding:mobile_portrait":{"left":"5%","right":"5%"}}},{"id":"mywtou","name":"metric-case-study__heading-container","settings":{"_direction":"row","_flexWrap":"nowrap","_justifyContent":"space-between","_alignItems":"center","_width":"100%"}},{"id":"pmbrlo","name":"metric-case-study__2col-container","settings":{"_width":"100%","_alignItems":"stretch","_direction:mobile_landscape":"column","_direction":"row"}},{"id":"jxomuc","name":"metric-h2-white","settings":{"_typography":{"color":{"hex":"#ffffff"},"font-size":"48","font-weight":"400"},"_typography:mobile_portrait":{"font-size":"32"}}},{"id":"qriiwo","name":"metric-case-study__heading-image","settings":{"_width":"140","_width:mobile_portrait":"87"}},{"id":"qhqcaw","name":"metric-case-study__left-col","settings":{"_padding":{"right":"48"},"_border":{"width":{"right":"1"},"style":"solid","color":{"hex":"#414141"}},"_rowGap":"40","_width":"50%","_width:mobile_landscape":"100%","_padding:mobile_landscape":{"bottom":"48","right":"0"},"_rowGap:mobile_landscape":"0","_border:mobile_landscape":{"width":{"right":"0"}},"_border:mobile_portrait":{"width":{"bottom":"1"},"style":"solid","color":{"hex":"#414141"}},"_padding:mobile_portrait":{"bottom":"0"}}},{"id":"lgldit","name":"metric-case-study__right-col","settings":{"_rowGap":"40","_width":"50%","_width:mobile_landscape":"100%","_padding:mobile_landscape":{"left":"0"},"_padding":{"left":"48"},"_rowGap:mobile_landscape":"0"}},{"id":"oxqkqj","name":"metric-case-study__block","settings":{"_rowGap":"24","_border:mobile_landscape":{"width":{"bottom":"1"},"style":"solid","color":{"hex":"#414141"}},"_padding:mobile_landscape":{"bottom":"48","top":"48"},"_padding:mobile_portrait":{"bottom":"32","top":"32"},"_border:mobile_portrait":{"width":{"bottom":"0"}}}},{"id":"xidqdh","name":"metric-case-study__title","settings":{"_typography":{"color":{"hex":"#909090"},"font-size":"20","font-weight":"400"},"_typography:tablet_portrait":{"font-size":"16"},"_typography:mobile_landscape":{"font-size":"20"},"_typography:mobile_portrait":{"font-size":"16"}}},{"id":"pmslul","name":"metric-case-study__desc","settings":{"_typography":{"color":{"hex":"#ffffff"},"font-size":"clamp(23px, 1.6vw, 32px);","font-weight":"400","line-height":"1.2"},"_typography:tablet_portrait":{"font-size":"23"},"_typography:mobile_landscape":{"font-size":"28"},"_typography:mobile_portrait":{"font-size":"24"}}},{"id":"zcgmho","name":"metric-case-study__btn","settings":{"_typography":{"font-size":"16","color":{"hex":"#ffffff"},"font-weight":"500"},"_padding":{"top":"8","bottom":"8","left":"24","right":"24"},"_heightMin":"48","_background":{"color":{"hex":"#232323"}},"_border":{"radius":{"top":"50","right":"50","bottom":"50","left":"50"}},"_background:hover":{"color":{"hex":"#000000","rgb":"rgba(0, 0, 0, 0.73)","hsl":"hsla(0, 0%, 0%, 0.73)"}}}},{"id":"pwidhq","name":"metric-case-study__inner-block","settings":{"_direction":"row","_flexWrap":"nowrap","_alignItems":"center","_columnGap":"15"}},{"id":"odtzmx","name":"metric-case-study__photo","settings":{"_width":"56","_border":{"radius":{"right":"50%","bottom":"50%","left":"50%","top":"50%"}}}},{"id":"aobkzj","name":"metric-case-study__col-heading","settings":{"_typography":{"font-size":"clamp(23px, 1.6vw, 32px);","font-weight":"400"},"_typography:mobile_landscape":{"font-size":"28"},"_typography:mobile_portrait":{"font-size":"24"}},"modified":1744919275,"user_id":1},{"id":"emdgog","name":"metric-arrow-btn","settings":{"_padding":{"left":"0","right":"0","top":"0","bottom":"0"},"_typography":{"font-size":"20","font-weight":"500"},"iconTypography":{"font-size":"30"},"iconGap":"20","_typography:mobile_portrait":{"font-size":"16"}},"modified":1744919275,"user_id":1},{"id":"ocdlbn","name":"metric-case-study__3col-image","settings":{"_objectFit":"cover","_heightMax":"285","_heightMin":"200","_heightMax:mobile_landscape":"100%","_width:mobile_landscape":"100%"}},{"id":"goeaue","name":"metric-case-study__block-btn","settings":{"_columnGap":"15","_direction":"row","_rowGap:tablet_portrait":"15","_flexWrap":"wrap","_rowGap":"15"}},{"id":"wezzkl","name":"metric-case-study__3col","settings":{"_rowGap":"40","_padding":{"top":"0","right":"5%","left":"5%","bottom":"50"},"_border":{"width":{"top":"0","left":"0","right":"1","bottom":"1"},"style":"solid","color":{"hex":"#e1e1e1"}},"_padding:tablet_portrait":{"top":"0","right":"20","left":"20","bottom":"25"},"_padding:mobile_landscape":{"top":"48","bottom":"48","left":"0","right":"0"},"_border:mobile_landscape":{"width":{"right":"0","bottom":"1"},"style":"solid"},"_padding:mobile_portrait":{"top":"32","bottom":"32"}}}]}
Download JSON

Metric Kit Three-Column Layout
Three-column layout with customizable icons and call to action
View now
Copy now
{"id":404,"name":"metric-our-approach","title":"Metric Our Approach","date":"2025-04-22 20:09:49","date_formatted":"April 22, 2025","author":{"name":"AK_Developer_25","avatar":"https:\/\/secure.gravatar.com\/avatar\/4895fa216fc2f1ee16e6575899e50eb2388264a879a9791a3ad02c7bed840715?s=60&d=mm&r=g","url":"https:\/\/gallopbiz.in\/ak-dev"},"permalink":"https:\/\/gallopbiz.in\/ak-dev\/template\/metric-our-approach\/","thumbnail":null,"bundles":[],"tags":[],"type":"section","content":[{"id":"8ce20c","name":"section","parent":0,"children":["9982df","f4df99"],"settings":{"_cssGlobalClasses":["vneohb","sseseu"]},"label":"Our Approach"},{"id":"9982df","name":"container","parent":"8ce20c","children":["dddc10"],"settings":{"_cssGlobalClasses":["qresdr"]}},{"id":"dddc10","name":"heading","parent":"9982df","children":[],"settings":{"text":"Our approach","tag":"h2","_cssGlobalClasses":["ntyezv"]}},{"id":"f4df99","name":"container","parent":"8ce20c","children":["c3d3c9","556656","4b0740"],"settings":{"_direction":"row","_cssGlobalClasses":["edrcar","qresdr"]},"label":"Container - 3col"},{"id":"c3d3c9","name":"block","parent":"f4df99","children":["04436f","7d2572","06b9bb"],"settings":{"_cssGlobalClasses":["hdpcba"],"_padding":{"left":"0"}},"label":"Column"},{"id":"04436f","name":"block","parent":"c3d3c9","children":["27ac7c"],"settings":{"_cssGlobalClasses":["usnrxj"]},"label":"Icon White Bg"},{"id":"27ac7c","name":"svg","parent":"04436f","children":[],"settings":{"_cssGlobalClasses":["mbtbws"],"file":{"id":200,"filename":"Frame-1-1.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/Frame-1-1.svg"}},"themeStyles":[]},{"id":"7d2572","name":"block","parent":"c3d3c9","children":["c00dc2","832850"],"settings":{"_cssGlobalClasses":["szgaip"]}},{"id":"c00dc2","name":"heading","parent":"7d2572","children":[],"settings":{"text":"Revenue focus","_cssGlobalClasses":["melcwz"]}},{"id":"832850","name":"text-basic","parent":"7d2572","children":[],"settings":{"text":"Most agencies celebrate high CTRs and low CPCs. We focus on what matters: qualified leads and closed revenue. Our custom attribution model connects ad spend directly to your sales pipeline, showing exactly how social drives growth.","_cssGlobalClasses":["rgwlvw"]}},{"id":"06b9bb","name":"button","parent":"c3d3c9","children":[],"settings":{"text":"3x average ROAS within 90 days","_cssGlobalClasses":["wcweyx"],"link":{"type":"external","url":"#"}}},{"id":"556656","name":"block","parent":"f4df99","children":["cbbee6","54d8a2","79695d"],"settings":{"_cssGlobalClasses":["hdpcba"]},"label":"Column"},{"id":"cbbee6","name":"block","parent":"556656","children":["751d01"],"settings":{"_cssGlobalClasses":["usnrxj"]},"label":"Icon White Bg"},{"id":"751d01","name":"svg","parent":"cbbee6","children":[],"settings":{"_cssGlobalClasses":["mbtbws"],"file":{"id":210,"filename":"Frame-2-1.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/Frame-2-1.svg"}},"themeStyles":[]},{"id":"54d8a2","name":"block","parent":"556656","children":["b6fbd3","0a1fcc"],"settings":{"_cssGlobalClasses":["szgaip"]}},{"id":"b6fbd3","name":"heading","parent":"54d8a2","children":[],"settings":{"text":"Tech-native expertise","_cssGlobalClasses":["melcwz"]}},{"id":"0a1fcc","name":"text-basic","parent":"54d8a2","children":[],"settings":{"text":"No more explaining your sales cycle or what MQLs mean. We've built and run growth campaigns for B2B tech companies. We understand complex products, long sales cycles, and the importance of lead quality over quantity.","_cssGlobalClasses":["rgwlvw"]}},{"id":"79695d","name":"button","parent":"556656","children":[],"settings":{"text":"40% lower cost per qualified lead","_cssGlobalClasses":["wcweyx"],"link":{"type":"external","url":"#"}}},{"id":"4b0740","name":"block","parent":"f4df99","children":["93ec67","d57f29","70ea71"],"settings":{"_cssGlobalClasses":["hdpcba"],"_border":{"width":{"right":"0"},"style":"solid"},"_padding":{"right":"0"},"_border:mobile_landscape":{"width":{"bottom":"0"}}},"label":"Column"},{"id":"93ec67","name":"block","parent":"4b0740","children":["e8d09e"],"settings":{"_cssGlobalClasses":["usnrxj"]},"label":"Icon White Bg"},{"id":"e8d09e","name":"svg","parent":"93ec67","children":[],"settings":{"_cssGlobalClasses":["mbtbws"],"file":{"id":209,"filename":"Frame-3-1.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/Frame-3-1.svg"}},"themeStyles":[]},{"id":"d57f29","name":"block","parent":"4b0740","children":["40ffcd","941b84"],"settings":{"_cssGlobalClasses":["szgaip"]}},{"id":"40ffcd","name":"heading","parent":"d57f29","children":[],"settings":{"text":"Weekly optimization","_cssGlobalClasses":["melcwz"]}},{"id":"941b84","name":"text-basic","parent":"d57f29","children":[],"settings":{"text":"Social moves fast. Monthly reports and quarterly reviews won't cut it. We analyze performance daily, optimize weekly, and share insights in real-time. Your dedicated analyst makes data-backed decisions to improve performance continuously.","_cssGlobalClasses":["rgwlvw"]}},{"id":"70ea71","name":"button","parent":"4b0740","children":[],"settings":{"text":"18+ months average client retention","_cssGlobalClasses":["wcweyx"],"link":{"type":"external","url":"#"}}}],"templateType":"section","global_classes":[{"id":"vneohb","name":"metric-default-section","settings":{"_padding":{"top":"100","bottom":"100","left":"5%","right":"5%"},"_padding:mobile_landscape":{"top":"80","bottom":"80"},"_padding:mobile_portrait":{"top":"60","bottom":"60"}}},{"id":"qresdr","name":"metric-default-container","settings":{"_width":"1728"}},{"id":"sseseu","name":"metric-our-approach","settings":{"_rowGap":"96","_rowGap:mobile_landscape":"40"}},{"id":"ntyezv","name":"metric-h2","settings":{"_typography":{"font-size":"48","font-weight":"500","color":{"hex":"#171717"}},"_typography:mobile_landscape":{"font-size":"40"},"_typography:mobile_portrait":{"font-size":"32"}}},{"id":"edrcar","name":"metric-our-approach_3col-container","settings":{"_alignItems":"stretch"}},{"id":"hdpcba","name":"metric-our-approach_col","settings":{"_rowGap":"40","_border":{"width":{"right":"1","bottom":"1","top":"0","left":"0"},"style":"solid","color":{"hex":"#e1e1e1"}},"_padding":{"top":"0","right":"5%","bottom":"50","left":"5%"},"_padding:tablet_portrait":{"left":"20","right":"20","bottom":"25"},"_border:mobile_landscape":{"width":{"right":"0","bottom":"1"},"style":"solid"},"_padding:mobile_landscape":{"left":"0","right":"0","bottom":"48","top":"48"},"_padding:mobile_portrait":{"top":"32","bottom":"32"}}},{"id":"usnrxj","name":"metric-our-approach__icon-bg","settings":{"_justifyContent":"center","_alignItems":"center","_width":"56","_height":"56","_background":{"color":{"hex":"#171717"}},"_border":{"radius":{"top":"50","right":"50","bottom":"50","left":"50"}},"_width:mobile_portrait":"48","_height:mobile_portrait":"48"}},{"id":"mbtbws","name":"metric-our-approach_icon","settings":{"_width":"32","_width:mobile_portrait":"24"}},{"id":"melcwz","name":"metric-h3","settings":{"_typography":{"font-size":"32","font-weight":"400","color":{"hex":"#171717"}},"_typography:mobile_portrait":{"font-size":"24"}}},{"id":"rgwlvw","name":"metric-our-approach_col_textarea","settings":{"_typography":{"font-size":"20","color":{"hex":"#4c4c4c"}}}},{"id":"wcweyx","name":"metric-btn_light-grey","settings":{"_padding":{"top":"8","right":"24","bottom":"8","left":"24"},"_heightMin":"48","_border":{"radius":{"top":"50","right":"50","bottom":"50","left":"50"}},"_background":{"color":{"hex":"#f6f6f6"}},"_typography":{"font-size":"16","font-weight":"500","color":{"hex":"#171717"}},"_background:hover":{"color":{"hex":"#171717"}},"_typography:hover":{"color":{"hex":"#ffffff"}}}},{"id":"szgaip","name":"metric-our-approach__col-inner-block","settings":{"_rowGap":"24"}}]}
Download JSON

Metric Kit – Hero Section
Modern design section with brand logo and clear CTA
View now
Copy now
{"id":403,"name":"metric-hero","title":"Metric Hero","date":"2025-04-22 20:09:17","date_formatted":"April 22, 2025","author":{"name":"AK_Developer_25","avatar":"https:\/\/secure.gravatar.com\/avatar\/4895fa216fc2f1ee16e6575899e50eb2388264a879a9791a3ad02c7bed840715?s=60&d=mm&r=g","url":"https:\/\/gallopbiz.in\/ak-dev"},"permalink":"https:\/\/gallopbiz.in\/ak-dev\/template\/metric-hero\/","thumbnail":null,"bundles":[],"tags":[],"type":"section","content":[{"id":"22a526","name":"section","parent":0,"children":["21559d","14d057"],"settings":{"_cssGlobalClasses":["nnzedl","vneohb"]},"label":"Hero"},{"id":"21559d","name":"container","parent":"22a526","children":["0013f6","88f662","e11000","edd3cc"],"settings":{"_cssGlobalClasses":["jszqyk","qresdr"]}},{"id":"0013f6","name":"block","parent":"21559d","children":["ca3efa","6a1162"],"settings":{"_direction":"row","_flexWrap":"nowrap","_alignSelf":"center","_justifyContent":"center","_alignItems":"center","_cssGlobalClasses":["akncgn"]},"label":"Trusted Block"},{"id":"ca3efa","name":"image","parent":"0013f6","children":[],"settings":{"image":{"id":176,"filename":"Profile-Images-Container.svg","size":"full","full":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/Profile-Images-Container.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/Profile-Images-Container.svg"},"_cssGlobalClasses":["ofidnh"]}},{"id":"6a1162","name":"text-basic","parent":"0013f6","children":[],"settings":{"text":"Trusted by 1000+ clients","_cssGlobalClasses":["ehxkun"]}},{"id":"88f662","name":"heading","parent":"21559d","children":[],"settings":{"text":"Turn social ads into your best revenue channel","_cssGlobalClasses":["veazgd"],"tag":"h1"}},{"id":"e11000","name":"text-basic","parent":"21559d","children":[],"settings":{"text":"We help B2B tech companies generate predictable pipeline through data-driven paid social campaigns.","_cssGlobalClasses":["opglel"]}},{"id":"edd3cc","name":"button","parent":"21559d","children":[],"settings":{"text":"Get your campaign analysis","_cssGlobalClasses":["ulikfi"],"link":{"type":"external","url":"#"}}},{"id":"14d057","name":"container","parent":"22a526","children":["c4cee5","12870a","871747","673677","e972f6","474357"],"settings":{"_cssGlobalClasses":["vloxdg","qresdr"]},"label":"Logo Container"},{"id":"c4cee5","name":"image","parent":"14d057","children":[],"settings":{"_cssGlobalClasses":["wvdfed"],"image":{"id":172,"filename":"Logo.svg.svg","size":"full","full":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/Logo.svg.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/Logo.svg.svg"}},"themeStyles":[]},{"id":"12870a","name":"image","parent":"14d057","children":[],"settings":{"_cssGlobalClasses":["wvdfed"],"image":{"id":189,"filename":"Group.svg","size":"full","full":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/Group.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/Group.svg"}},"themeStyles":[]},{"id":"871747","name":"image","parent":"14d057","children":[],"settings":{"_cssGlobalClasses":["wvdfed"],"image":{"id":188,"filename":"Logo.svg-1.svg","size":"full","full":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/Logo.svg-1.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/Logo.svg-1.svg"}},"themeStyles":[]},{"id":"673677","name":"image","parent":"14d057","children":[],"settings":{"_cssGlobalClasses":["wvdfed"],"image":{"id":187,"filename":"webflow_logo.svg.svg","size":"full","full":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/webflow_logo.svg.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/webflow_logo.svg.svg"}},"themeStyles":[]},{"id":"e972f6","name":"image","parent":"14d057","children":[],"settings":{"_cssGlobalClasses":["wvdfed"],"image":{"id":186,"filename":"Logo.svg-2.svg","size":"full","full":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/Logo.svg-2.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/Logo.svg-2.svg"}},"themeStyles":[]},{"id":"474357","name":"image","parent":"14d057","children":[],"settings":{"_cssGlobalClasses":["wvdfed"],"image":{"id":185,"filename":"Logo.svg-3.svg","size":"full","full":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/Logo.svg-3.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/Logo.svg-3.svg"}},"themeStyles":[]}],"templateType":"section","global_classes":[{"id":"nnzedl","name":"metric-hero","settings":{"_rowGap":"150","_rowGap:mobile_landscape":"80","_rowGap:mobile_portrait":"60"}},{"id":"jszqyk","name":"metric-hero__container","settings":{"_alignSelf":"center","_justifyContent":"center","_alignItems":"center","_rowGap":"48","_widthMax":"872","_typography":{"text-align":"center"},"_widthMax:tablet_portrait":"100%","_rowGap:mobile_landscape":"32"}},{"id":"veazgd","name":"metric-hero__heading","settings":{"_typography":{"font-size":"72","font-weight":"500","color":{"hex":"#171717"},"line-height":"1.2"},"_typography:mobile_landscape":{"font-size":"48"},"_typography:mobile_portrait":{"font-size":"40"}}},{"id":"opglel","name":"metric-hero__textarea","settings":{"_typography":{"font-size":"20","color":{"hex":"#4c4c4c"}},"_typography:mobile_landscape":{"font-size":"16"},"_widthMax":"634","_widthMax:tablet_portrait":"100%"}},{"id":"ulikfi","name":"metric-btn_dark","settings":{"_background":{"color":{"hex":"#171717"}},"_padding":{"top":"10","right":"32","bottom":"10","left":"32"},"_typography":{"color":{"hex":"#ffffff"},"font-size":"16","font-weight":"500"},"_border":{"radius":{"top":"50","right":"50","bottom":"50","left":"50"}},"_heightMin":"56","_background:hover":{"color":{"hex":"#000000","rgb":"rgba(0, 0, 0, 0.73)","hsl":"hsla(0, 0%, 0%, 0.73)"}},"_heightMin:mobile_portrait":"48"}},{"id":"vloxdg","name":"metric-hero__logo-container","settings":{"_direction":"row","_alignSelf":"center","_justifyContent":"space-between","_alignItems":"center","_display:tablet_portrait":"grid","_gridTemplateColumns:tablet_portrait":"repeat(3, 1fr)","_gridGap:tablet_portrait":"50","_justifyItemsGrid:tablet_portrait":"center","_alignItemsGrid:tablet_portrait":"center","_justifyContentGrid:tablet_portrait":"center","_alignContentGrid:tablet_portrait":"center","_justifyContentGrid:mobile_landscape":"center","_alignItemsGrid:mobile_landscape":"center","_justifyItemsGrid:mobile_landscape":"center","_alignContentGrid:mobile_landscape":"center","_gridTemplateColumns:mobile_portrait":"repeat(2, 1fr)"}},{"id":"wvdfed","name":"metric-hero__logos","settings":{"_widthMax:mobile_portrait":"70%"}},{"id":"vneohb","name":"metric-default-section","settings":{"_padding":{"top":"100","bottom":"100","left":"5%","right":"5%"},"_padding:mobile_landscape":{"top":"80","bottom":"80"},"_padding:mobile_portrait":{"top":"60","bottom":"60"}}},{"id":"qresdr","name":"metric-default-container","settings":{"_width":"1728"}},{"id":"akncgn","name":"metric-hero__trusted-block","settings":{"_columnGap":"15"}},{"id":"ehxkun","name":"metric-hero__trusted-block_text","settings":{"_typography":{"color":{"hex":"#4c4c4c"},"font-size":"20"},"_typography:mobile_landscape":{"font-size":"16"}}},{"id":"ofidnh","name":"metric-hero__trusted-logo","settings":{"_width":"176","_width:mobile_portrait":"136"},"modified":1744787858,"user_id":1}]}
Download JSON

Regim Kit Simple Header
Simple Header
View now
Copy now
{"id":110,"name":"header","title":"Header","date":"2025-04-11 12:44:46","date_formatted":"April 11, 2025","author":{"name":"AK_Developer_25","avatar":"https:\/\/secure.gravatar.com\/avatar\/8da2b861f9488c056b4e9140b613346e?s=60&d=mm&r=g","url":"https:\/\/gallopbiz.in\/ak-dev"},"permalink":"https:\/\/gallopbiz.in\/ak-dev\/template\/header\/","thumbnail":null,"bundles":[],"tags":[],"type":"header","header":[{"id":"pbghfh","name":"section","parent":0,"children":["ciqnkb"],"settings":{"_cssGlobalClasses":["dbwbrh"]},"label":"Header"},{"id":"ciqnkb","name":"container","parent":"pbghfh","children":["tpzjlt","uwnvda"],"settings":{"_cssGlobalClasses":["hchnkq","mfiwvd"]}},{"id":"uwnvda","name":"button","parent":"ciqnkb","children":[],"settings":{"text":"Get Early Access","style":"primary","_cssGlobalClasses":["ifqjya"]}},{"id":"tpzjlt","name":"image","parent":"ciqnkb","children":[],"settings":{"image":{"id":114,"filename":"Logo.svg","size":"full","full":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/Logo.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/Logo.svg"},"_cssGlobalClasses":["xvxefm"]},"label":"logo"}],"templateType":"header","templateSettings":{"headerSticky":true,"headerStickyScrollingColor":{"hex":"#000000"},"headerStickyScrollingBackground":{"color":{"hex":"#ffffff"}}},"global_classes":[{"id":"ifqjya","name":"regim-btn","settings":{"_background":{"color":{"hex":"#0876dd"}},"_typography":{"color":{"hex":"#ffffff"},"font-size":"16","font-weight":"600"},"_padding":{"top":"12","left":"16","right":"16","bottom":"12"},"_border":{"radius":{"top":"6","right":"6","bottom":"6","left":"6"},"width":{"bottom":"1","top":"1","right":"1","left":"1"},"style":"solid","color":{"hex":"#0876dd"}},"_border:hover":{"width":{"top":"1","right":"1","bottom":"1","left":"1"},"style":"solid","color":{"hex":"#0876dd"}},"_background:hover":{"color":{"hex":"#000000","rgb":"rgba(0, 0, 0, 0)","hsl":"hsla(0, 0%, 0%, 0)"}},"_typography:hover":{"color":{"hex":"#0876dd"}}},"modified":1744375400,"user_id":1},{"id":"mfiwvd","name":"regim-default-container","settings":{"_width":"1200"}},{"id":"dbwbrh","name":"regim-header","settings":{"_padding":{"left":"5%","right":"5%","top":"20","bottom":"20"}}},{"id":"hchnkq","name":"regim-header__container","settings":{"_direction":"row","_flexWrap":"nowrap","_alignSelf":"center","_justifyContent":"space-between","_alignItems":"center"}},{"id":"xvxefm","name":"regim-header__logo","settings":{"_widthMax":"140px"}}]}
Download JSON

Regim Kit CTA Section
Simple lightweight CTA section.
View now
Copy now
{"id":149,"name":"cta-section","title":"CTA Section","date":"2025-04-11 17:27:52","date_formatted":"April 11, 2025","author":{"name":"AK_Developer_25","avatar":"https:\/\/secure.gravatar.com\/avatar\/8da2b861f9488c056b4e9140b613346e?s=60&d=mm&r=g","url":"https:\/\/gallopbiz.in\/ak-dev"},"permalink":"https:\/\/gallopbiz.in\/ak-dev\/template\/cta-section\/","thumbnail":null,"bundles":[],"tags":[],"type":"section","content":[{"id":"c115dd","name":"section","parent":0,"children":["77e003"],"settings":{"_cssGlobalClasses":["upnjxa","wuvnzt"]},"label":"CTA Section"},{"id":"77e003","name":"container","parent":"c115dd","children":["a42256","d58768","53f25c"],"settings":{"_cssGlobalClasses":["pzrjyf"]}},{"id":"a42256","name":"heading","parent":"77e003","children":[],"settings":{"text":"Create your event with RegiM","_cssGlobalClasses":["qabqaz"]}},{"id":"d58768","name":"text-basic","parent":"77e003","children":[],"settings":{"text":"Leveraging our virtual and live event experience, Hubilo offers everything you need to set up your next hybrid event from registration to executing a flawless event.\n\n","_cssGlobalClasses":["lfesuw"]}},{"id":"53f25c","name":"button","parent":"77e003","children":[],"settings":{"text":"Get Early Access","style":"primary","_cssGlobalClasses":["ifqjya"]}}],"templateType":"section","global_classes":[{"id":"upnjxa","name":"regim-section-default","settings":{"_padding":{"bottom":"75","top":"75","left":"5%","right":"5%"},"_rowGap":"70"},"_exists":false},{"id":"ifqjya","name":"regim-btn","settings":{"_background":{"color":{"hex":"#0876dd"}},"_typography":{"color":{"hex":"#ffffff"},"font-size":"16","font-weight":"600"},"_padding":{"top":"12","left":"16","right":"16","bottom":"12"},"_border":{"radius":{"top":"6","right":"6","bottom":"6","left":"6"},"width":{"bottom":"1","top":"1","right":"1","left":"1"},"style":"solid","color":{"hex":"#0876dd"}},"_border:hover":{"width":{"top":"1","right":"1","bottom":"1","left":"1"},"style":"solid","color":{"hex":"#0876dd"}},"_background:hover":{"color":{"hex":"#000000","rgb":"rgba(0, 0, 0, 0)","hsl":"hsla(0, 0%, 0%, 0)"}},"_typography:hover":{"color":{"hex":"#0876dd"}}},"modified":1744375400,"user_id":1},{"id":"qabqaz","name":"regim-cta__heading","settings":{"_typography":{"text-align":"center","color":{"hex":"#ffffff","id":"cgcqaf","name":"Color #2"},"font-weight":"600","font-size":"48","line-height":"60px"},"_typography:mobile_landscape":{"font-size":"36","line-height":"48px"},"_typography:mobile_portrait":{"font-size":"30","line-height":"40px"}},"modified":1744381225,"user_id":1},{"id":"lfesuw","name":"regim-cta__textarea","settings":{"_typography":{"color":{"hex":"#ffffff","id":"cgcqaf","name":"Color #2"},"text-align":"center","font-size":"18","line-height":"28px"},"_typography:mobile_portrait":{"font-size":"16","line-height":"24px"}},"modified":1744381225,"user_id":1},{"id":"pzrjyf","name":"regim-cta__container","settings":{"_justifyContent":"center","_alignItems":"center","_width:tablet_portrait":"688","_width:mobile_landscape":"100%","_rowGap":"30","_widthMax":"800"}},{"id":"wuvnzt","name":"regim-section__cta-section","settings":{"_background":{"color":{"hex":"#111827"}},"_rowGap":"40px","_padding":{"top":"100","bottom":"100"},"_padding:mobile_landscape":{"top":"64","bottom":"64"}},"modified":1744381225,"user_id":1}]}
Download JSON

Regim Kit Third Party Integration Icon section
This section shows your service's support for third-party companies.
View now
Copy now
{"id":148,"name":"tool-integrations-section","title":"Tool Integrations Section","date":"2025-04-11 17:27:36","date_formatted":"April 11, 2025","author":{"name":"AK_Developer_25","avatar":"https:\/\/secure.gravatar.com\/avatar\/8da2b861f9488c056b4e9140b613346e?s=60&d=mm&r=g","url":"https:\/\/gallopbiz.in\/ak-dev"},"permalink":"https:\/\/gallopbiz.in\/ak-dev\/template\/tool-integrations-section\/","thumbnail":null,"bundles":[],"tags":[],"type":"section","content":[{"id":"822ea6","name":"section","parent":0,"children":["88a24a"],"settings":{"_cssGlobalClasses":["upnjxa","atejrj"]},"label":"Tool Integrations Section"},{"id":"88a24a","name":"container","parent":"822ea6","children":["886695","4a9604"],"settings":{"_direction":"row","_cssGlobalClasses":["lttnzl","mfiwvd"]}},{"id":"886695","name":"block","parent":"88a24a","children":["b74cbc","869bb1"],"settings":{"_cssGlobalClasses":["aefybv"]},"label":"Column"},{"id":"b74cbc","name":"heading","parent":"886695","children":[],"settings":{"text":"Integrate with your favorite tools","_cssGlobalClasses":["ahrtau"]}},{"id":"869bb1","name":"text-basic","parent":"886695","children":[],"settings":{"text":"Connect RegiM with your most favorite sales and marketing tools\n\n\n","_cssGlobalClasses":["vqmxhq"]}},{"id":"4a9604","name":"block","parent":"88a24a","children":["cbdced","84d246"],"settings":{"_cssGlobalClasses":["flcjjx"]},"label":"Column"},{"id":"cbdced","name":"block","parent":"4a9604","children":["ddddf8","7f7d1d","b7b747","5925ad"],"settings":{"_cssGlobalClasses":["bttlyj"]}},{"id":"ddddf8","name":"block","parent":"cbdced","children":["1dd613"],"settings":{"_cssGlobalClasses":["wdzojg"]},"label":"Logo"},{"id":"1dd613","name":"svg","parent":"ddddf8","children":[],"settings":{"_cssGlobalClasses":["gphrdu"],"file":{"id":35,"filename":"Frame.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/Frame.svg"}},"themeStyles":[]},{"id":"7f7d1d","name":"block","parent":"cbdced","children":["46d62f"],"settings":{"_cssGlobalClasses":["wdzojg"]},"label":"Logo"},{"id":"46d62f","name":"svg","parent":"7f7d1d","children":[],"settings":{"_cssGlobalClasses":["gphrdu"],"file":{"id":81,"filename":"Frame-1.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/Frame-1.svg"}},"themeStyles":[]},{"id":"b7b747","name":"block","parent":"cbdced","children":["57eb99"],"settings":{"_cssGlobalClasses":["wdzojg"]},"label":"Logo"},{"id":"57eb99","name":"svg","parent":"b7b747","children":[],"settings":{"_cssGlobalClasses":["gphrdu"],"file":{"id":80,"filename":"Frame-2.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/Frame-2.svg"}},"themeStyles":[]},{"id":"5925ad","name":"block","parent":"cbdced","children":["48207f"],"settings":{"_cssGlobalClasses":["wdzojg"]},"label":"Logo"},{"id":"48207f","name":"svg","parent":"5925ad","children":[],"settings":{"_cssGlobalClasses":["gphrdu"],"file":{"id":79,"filename":"Vector.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/Vector.svg"}},"themeStyles":[]},{"id":"84d246","name":"block","parent":"4a9604","children":["220735","64c4d6","443863"],"settings":{"_cssGlobalClasses":["iojnwd"],"_display":"grid","_gridTemplateColumns":"repeat(3, 1fr)","_justifyItemsGrid":"center"}},{"id":"220735","name":"block","parent":"84d246","children":["445ea5"],"settings":{"_cssGlobalClasses":["wdzojg"]},"label":"Logo"},{"id":"445ea5","name":"svg","parent":"220735","children":[],"settings":{"_cssGlobalClasses":["gphrdu"],"file":{"id":78,"filename":"Frame-3.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/Frame-3.svg"}},"themeStyles":[]},{"id":"64c4d6","name":"block","parent":"84d246","children":["940101"],"settings":{"_cssGlobalClasses":["wdzojg"]},"label":"Logo"},{"id":"940101","name":"svg","parent":"64c4d6","children":[],"settings":{"_cssGlobalClasses":["gphrdu"],"file":{"id":77,"filename":"Frame-4.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/Frame-4.svg"}},"themeStyles":[]},{"id":"443863","name":"block","parent":"84d246","children":["26de1a"],"settings":{"_cssGlobalClasses":["wdzojg"]},"label":"Logo"},{"id":"26de1a","name":"svg","parent":"443863","children":[],"settings":{"_cssGlobalClasses":["gphrdu"],"file":{"id":76,"filename":"Frame-5.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/Frame-5.svg"}},"themeStyles":[]}],"templateType":"section","global_classes":[{"id":"upnjxa","name":"regim-section-default","settings":{"_padding":{"bottom":"75","top":"75","left":"5%","right":"5%"},"_rowGap":"70"},"_exists":false},{"id":"bttlyj","name":"regim-tool-integration__logo-col4","settings":{"_display":"grid","_gridTemplateColumns":"repeat(4, 1fr)","_justifyItemsGrid":"center"}},{"id":"wdzojg","name":"regim-tool-integration__logo","settings":{"_background":{"color":{"hex":"#ffffff"}},"_width":"80","_height":"80","_border":{"radius":{"top":"50","right":"50","bottom":"50","left":"50"}},"_boxShadow":{"values":{"offsetX":"4","offsetY":"12","blur":"24","spread":"0"},"color":{"hex":"#1c2c40","rgb":"rgba(28, 44, 64, 0.08)","hsl":"hsla(213, 39%, 18%, 0.08)"}},"_justifyContent":"center","_alignItems":"center","_width:mobile_portrait":"56","_height:mobile_portrait":"56"},"modified":1744365424,"user_id":1},{"id":"iojnwd","name":"regim-tool-integration__logo-col3","settings":{"_padding":{"left":"50","right":"50"}}},{"id":"gphrdu","name":"regim-tool-integration__logo-svg","settings":{"_width":"40","_width:mobile_portrait":"28"},"modified":1744365424,"user_id":1},{"id":"flcjjx","name":"regim-tool-integration__logo-column","settings":{"_rowGap":"70","_rowGap:mobile_portrait":"40"}},{"id":"aefybv","name":"regim-tool-integration__col","settings":{"_rowGap":"24","_alignItems:mobile_landscape":"center"}},{"id":"ahrtau","name":"regim-tool-integration__heading","settings":{"_typography":{"font-size":"56","font-weight":"600","line-height":"72px","color":{"hex":"#111827"}},"_typography:mobile_landscape":{"font-size":"48","text-align":"center","line-height":"60px"},"_widthMax:mobile_landscape":"500","_typography:mobile_portrait":{"font-size":"36","line-height":"48px"}}},{"id":"vqmxhq","name":"regim-tool-integration__text-area","settings":{"_typography":{"font-weight":"400","font-size":"18","color":{"hex":"#000000"},"line-height":"28px"},"_typography:mobile_landscape":{"text-align":"center"},"_typography:mobile_portrait":{"font-size":"16","line-height":"24px"}}},{"id":"lttnzl","name":"regim-tool-integration__container","settings":{"_rowGap:mobile_landscape":"40","_rowGap":"32","_border":{"width":{"top":"1"},"style":"solid","color":{"hex":"#e6e7eb"}},"_padding":{"top":"75","bottom":"200","left":"3%","right":"3%"},"_background":{"image":{"id":138,"filename":"bg-circle.svg","size":"full","full":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/bg-circle.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/bg-circle.svg"},"position":"custom","repeat":"no-repeat","size":"custom","custom":"760px","positionX":"13%","positionY":"0"},"_background:mobile_landscape":{"size":"custom","position":"top center","custom":"90%"},"_padding:mobile_landscape":{"top":"50","bottom":"100"},"_padding:mobile_portrait":{"left":"0","right":"0","bottom":"75"}}},{"id":"atejrj","name":"regim-tool-integration__bg-grd","settings":{"_gradient":{"radialShape":"circle","radialSize":"farthest-corner","radialPosition":"custom","radialCustomPosition":"36% 1%"},"_padding":{"top":"0","bottom":"0"}},"modified":1744369087,"user_id":1},{"id":"mfiwvd","name":"regim-default-container","settings":{"_width":"1200"}}]}
Download JSON

Regim Kit Video & Feature Highlights
Video with Editable svg boxes,
View now
Copy now
{"id":147,"name":"video-feature-section","title":"Video - Feature Section","date":"2025-04-11 17:27:07","date_formatted":"April 11, 2025","author":{"name":"AK_Developer_25","avatar":"https:\/\/secure.gravatar.com\/avatar\/8da2b861f9488c056b4e9140b613346e?s=60&d=mm&r=g","url":"https:\/\/gallopbiz.in\/ak-dev"},"permalink":"https:\/\/gallopbiz.in\/ak-dev\/template\/video-feature-section\/","thumbnail":null,"bundles":[],"tags":[],"type":"section","content":[{"id":"e64037","name":"section","parent":0,"children":["8e9973","030970"],"settings":{"_cssGlobalClasses":["upnjxa","ylyfkw"]},"label":"Video - Feature Section"},{"id":"8e9973","name":"container","parent":"e64037","children":["0b7efb","894ee4"],"settings":{"_cssGlobalClasses":["eteshd"]},"label":"Video Container"},{"id":"0b7efb","name":"container","parent":"8e9973","children":["17dc4d","f63f3e"],"settings":{"_cssGlobalClasses":["orwrui"]},"label":"Content block"},{"id":"17dc4d","name":"heading","parent":"0b7efb","children":[],"settings":{"text":"All-in-one Event Platform","_cssGlobalClasses":["defawk"],"tag":"h2"}},{"id":"f63f3e","name":"text-basic","parent":"0b7efb","children":[],"settings":{"text":"Deliver an exceptional event experience\n\n","_cssGlobalClasses":["kelqzf"]}},{"id":"894ee4","name":"block","parent":"8e9973","children":["db2629","11cbfc"],"settings":{"_cssGlobalClasses":["triytf"]},"label":"Video Block"},{"id":"db2629","name":"video","parent":"894ee4","children":[],"settings":{"videoType":"youtube","youTubeId":"5DGo0AYOJ7s","youtubeControls":true,"vimeoByline":true,"vimeoTitle":true,"vimeoPortrait":true,"fileControls":true,"_cssGlobalClasses":["rjcczd"]}},{"id":"11cbfc","name":"button","parent":"894ee4","children":[],"settings":{"text":"See it in action (2 min)","style":"primary","_cssGlobalClasses":["yacvsy"],"icon":{"library":"svg","svg":{"id":131,"filename":"play-icon.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/play-icon.svg"}},"iconPosition":"left"}},{"id":"030970","name":"container","parent":"e64037","children":["c3de7d","0bc9e4","387957","021528","b5d150","1cc070"],"settings":{"_cssGlobalClasses":["xxhnbe","mfiwvd"]},"label":"Feature Container"},{"id":"c3de7d","name":"block","parent":"030970","children":["816004","9500cd"],"settings":{"_cssGlobalClasses":["vjoncf"]},"label":"Featured Icon box"},{"id":"816004","name":"block","parent":"c3de7d","children":["31bff9"],"settings":{"_cssGlobalClasses":["yntqhg","nciuiz"]},"label":"Icon "},{"id":"31bff9","name":"block","parent":"816004","children":["83f991"],"settings":{"_cssGlobalClasses":["iocyrw"]},"label":"Icon White Bg"},{"id":"83f991","name":"svg","parent":"31bff9","children":[],"settings":{"_cssGlobalClasses":["xpmyfo"],"file":{"id":48,"filename":"Base-feature-icon.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/Base-feature-icon.svg"}},"themeStyles":[]},{"id":"9500cd","name":"div","parent":"c3de7d","children":["6cc21b","4d1922"],"settings":{"_cssGlobalClasses":["ytoite"]}},{"id":"6cc21b","name":"heading","parent":"9500cd","children":[],"settings":{"text":"Event Metrics","_cssGlobalClasses":["antckz"]}},{"id":"4d1922","name":"text-basic","parent":"9500cd","children":[],"settings":{"text":"Track your ticket sales, attendees count and more with much ease.\n\n","_cssGlobalClasses":["boaoha"]}},{"id":"0bc9e4","name":"block","parent":"030970","children":["dc843f","88e648"],"settings":{"_cssGlobalClasses":["vjoncf"]},"label":"Featured Icon box"},{"id":"dc843f","name":"block","parent":"0bc9e4","children":["0f2544"],"settings":{"_cssGlobalClasses":["yntqhg","kgawjg"]},"label":"Icon "},{"id":"0f2544","name":"block","parent":"dc843f","children":["bdf571"],"settings":{"_cssGlobalClasses":["iocyrw"]},"label":"Icon White Bg"},{"id":"bdf571","name":"svg","parent":"0f2544","children":[],"settings":{"_cssGlobalClasses":["xpmyfo"],"file":{"id":86,"filename":"Base-feature-icon-5.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/Base-feature-icon-5.svg"}},"themeStyles":[]},{"id":"88e648","name":"div","parent":"0bc9e4","children":["6bb17b","95ff95"],"settings":{"_cssGlobalClasses":["ytoite"]}},{"id":"6bb17b","name":"heading","parent":"88e648","children":[],"settings":{"text":"Event Metrics","_cssGlobalClasses":["antckz"]}},{"id":"95ff95","name":"text-basic","parent":"88e648","children":[],"settings":{"text":"Track your ticket sales, attendees count and more with much ease.\n\n","_cssGlobalClasses":["boaoha"]}},{"id":"387957","name":"block","parent":"030970","children":["317434","65d7bd"],"settings":{"_cssGlobalClasses":["vjoncf"]},"label":"Featured Icon box"},{"id":"317434","name":"block","parent":"387957","children":["41f067"],"settings":{"_cssGlobalClasses":["yntqhg","ttybmp"]},"label":"Icon "},{"id":"41f067","name":"block","parent":"317434","children":["9c1a4b"],"settings":{"_cssGlobalClasses":["iocyrw"]},"label":"Icon White Bg"},{"id":"9c1a4b","name":"svg","parent":"41f067","children":[],"settings":{"_cssGlobalClasses":["xpmyfo"],"file":{"id":85,"filename":"Base-feature-icon-1.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/Base-feature-icon-1.svg"}},"themeStyles":[]},{"id":"65d7bd","name":"div","parent":"387957","children":["7cc65a","e0e420"],"settings":{"_cssGlobalClasses":["ytoite"]}},{"id":"7cc65a","name":"heading","parent":"65d7bd","children":[],"settings":{"text":"Event Metrics","_cssGlobalClasses":["antckz"]}},{"id":"e0e420","name":"text-basic","parent":"65d7bd","children":[],"settings":{"text":"Track your ticket sales, attendees count and more with much ease.\n\n","_cssGlobalClasses":["boaoha"]}},{"id":"021528","name":"block","parent":"030970","children":["7fa560","625b7e"],"settings":{"_cssGlobalClasses":["vjoncf"]},"label":"Featured Icon box"},{"id":"7fa560","name":"block","parent":"021528","children":["5be1da"],"settings":{"_cssGlobalClasses":["yntqhg","xptlzc"]},"label":"Icon "},{"id":"5be1da","name":"block","parent":"7fa560","children":["1aa986"],"settings":{"_cssGlobalClasses":["iocyrw"]},"label":"Icon White Bg"},{"id":"1aa986","name":"svg","parent":"5be1da","children":[],"settings":{"_cssGlobalClasses":["xpmyfo"],"file":{"id":84,"filename":"Base-feature-icon-2.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/Base-feature-icon-2.svg"}},"themeStyles":[]},{"id":"625b7e","name":"div","parent":"021528","children":["dac7fa","cc946e"],"settings":{"_cssGlobalClasses":["ytoite"]}},{"id":"dac7fa","name":"heading","parent":"625b7e","children":[],"settings":{"text":"Event Metrics","_cssGlobalClasses":["antckz"]}},{"id":"cc946e","name":"text-basic","parent":"625b7e","children":[],"settings":{"text":"Track your ticket sales, attendees count and more with much ease.\n\n","_cssGlobalClasses":["boaoha"]}},{"id":"b5d150","name":"block","parent":"030970","children":["046a20","4d9ae2"],"settings":{"_cssGlobalClasses":["vjoncf"]},"label":"Featured Icon box"},{"id":"046a20","name":"block","parent":"b5d150","children":["7f98d6"],"settings":{"_cssGlobalClasses":["yntqhg","nbhoac"]},"label":"Icon "},{"id":"7f98d6","name":"block","parent":"046a20","children":["669412"],"settings":{"_cssGlobalClasses":["iocyrw"]},"label":"Icon White Bg"},{"id":"669412","name":"svg","parent":"7f98d6","children":[],"settings":{"_cssGlobalClasses":["xpmyfo"],"file":{"id":83,"filename":"Base-feature-icon-3.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/Base-feature-icon-3.svg"}},"themeStyles":[]},{"id":"4d9ae2","name":"div","parent":"b5d150","children":["7919f2","104217"],"settings":{"_cssGlobalClasses":["ytoite"]}},{"id":"7919f2","name":"heading","parent":"4d9ae2","children":[],"settings":{"text":"Event Metrics","_cssGlobalClasses":["antckz"]}},{"id":"104217","name":"text-basic","parent":"4d9ae2","children":[],"settings":{"text":"Track your ticket sales, attendees count and more with much ease.\n\n","_cssGlobalClasses":["boaoha"]}},{"id":"1cc070","name":"block","parent":"030970","children":["8a48dd","93e733"],"settings":{"_cssGlobalClasses":["vjoncf"]},"label":"Featured Icon box"},{"id":"8a48dd","name":"block","parent":"1cc070","children":["54aaa9"],"settings":{"_cssGlobalClasses":["yntqhg","dcqqur"]},"label":"Icon "},{"id":"54aaa9","name":"block","parent":"8a48dd","children":["ff8230"],"settings":{"_cssGlobalClasses":["iocyrw"]},"label":"Icon White Bg"},{"id":"ff8230","name":"svg","parent":"54aaa9","children":[],"settings":{"_cssGlobalClasses":["xpmyfo"],"file":{"id":82,"filename":"Base-feature-icon-4.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/Base-feature-icon-4.svg"}},"themeStyles":[]},{"id":"93e733","name":"div","parent":"1cc070","children":["205b75","e3cc70"],"settings":{"_cssGlobalClasses":["ytoite"]}},{"id":"205b75","name":"heading","parent":"93e733","children":[],"settings":{"text":"Event Metrics","_cssGlobalClasses":["antckz"]}},{"id":"e3cc70","name":"text-basic","parent":"93e733","children":[],"settings":{"text":"Track your ticket sales, attendees count and more with much ease.\n\n","_cssGlobalClasses":["boaoha"]}}],"templateType":"section","global_classes":[{"id":"upnjxa","name":"regim-section-default","settings":{"_padding":{"bottom":"75","top":"75","left":"5%","right":"5%"},"_rowGap":"70"},"_exists":false},{"id":"eteshd","name":"regim-video__container","settings":{"_justifyContent":"center","_alignItems":"center","_rowGap":"60"}},{"id":"defawk","name":"regim-video__heading","settings":{"_typography":{"text-align":"center","font-size":"56","line-height":"72px","font-weight":"600","color":{"hex":"#111827"}},"_typography:mobile_portrait":{"font-size":"36","line-height":"48px"},"_typography:mobile_landscape":{"font-size":"48","line-height":"60px"}}},{"id":"kelqzf","name":"regim-video__textarea","settings":{"_typography":{"text-align":"center","font-size":"18","font-weight":"400","line-height":"28px","color":{"hex":"#374151"}},"_typography:mobile_portrait":{"font-size":"16"}}},{"id":"rjcczd","name":"regim-video__video","settings":{"_border":{"radius":{"right":"6","top":"6","bottom":"6","left":"6"}}}},{"id":"yacvsy","name":"regim-video__btn","settings":{"_background":{"color":{"hex":"#ffffff"}},"_border":{"radius":{"top":"50","right":"50","bottom":"50","left":"50"}},"_typography":{"font-size":"16","font-weight":"500"},"_padding":{"top":"16","bottom":"16","left":"20","right":"20"},"_boxShadow":{"values":{"offsetX":"0","offsetY":"8","blur":"16","spread":"-4"},"color":{"hex":"#1c2c40","rgb":"rgba(28, 44, 64, 0.08)","hsl":"hsla(213, 39%, 18%, 0.08)"}},"_margin":{"top":"-30"},"_zIndex":"1","_padding:mobile_portrait":{"top":"12","left":"16","right":"16","bottom":"12"},"_margin:mobile_portrait":{"top":"-26"}}},{"id":"xxhnbe","name":"regim-feature__container","settings":{"_display":"grid","_gridGap":"32","_gridTemplateColumns":"repeat(3, 2fr)","_gridTemplateColumns:mobile_landscape":"repeat(2, 1fr)","_gridTemplateColumns:mobile_portrait":"repeat(1, 1fr)"}},{"id":"vjoncf","name":"regim-feature__icon-box","settings":{"_rowGap":"24","_padding":{"top":"24","right":"24","bottom":"24","left":"24"},"_alignSelf":"center","_justifyContent":"center","_alignItems":"center","_flexWrap":"nowrap","_direction:mobile_landscape":"column","_display":"flex","_columnGap:mobile_landscape":"16","_direction:mobile_portrait":"row","_padding:mobile_portrait":{"left":"0","right":"0","top":"0"},"_alignItems:mobile_portrait":"flex-start"}},{"id":"xpmyfo","name":"regim-feature__icon","settings":{"_width":"24","_width:mobile_portrait":"15"},"modified":1744365424,"user_id":1},{"id":"antckz","name":"regim-feature__heading","settings":{"_typography":{"text-align":"center","font-size":"24","line-height":"32px","font-weight":"600","color":{"hex":"#111827"}},"_typography:mobile_portrait":{"font-size":"20","line-height":"28px"}}},{"id":"boaoha","name":"regim-feature__textarea","settings":{"_typography":{"text-align":"center","font-size":"16","line-height":"24px","font-weight":"400","color":{"hex":"#374151"}},"_typography:mobile_portrait":{"text-align":"left","font-size":"14","line-height":"20px"}}},{"id":"iocyrw","name":"regim-feature__icon-bg","settings":{"_width":"64","_height":"64","_background":{"color":{"hex":"#ffffff"}},"_border":{"radius":{"top":"50","right":"50","bottom":"50","left":"50"}},"_justifyContent":"center","_alignItems":"center","_boxShadow":{"values":{"offsetX":"0","offsetY":"10","blur":"20","spread":"0"},"color":{"hex":"#1c2c40","rgb":"rgba(28, 44, 64, 0.08)","hsl":"hsla(213, 39%, 18%, 0.08)"}},"_width:mobile_portrait":"41","_height:mobile_portrait":"41"},"modified":1744365424,"user_id":1},{"id":"yntqhg","name":"regim-feature__icon-outer-ring","settings":{"_width":"88","_height":"88","_justifyContent":"center","_alignItems":"center","_border":{"radius":{"top":"50","right":"50","bottom":"50","left":"50"}},"_width:mobile_portrait":"56","_widthMin:mobile_portrait":"56","_height:mobile_portrait":"56"},"modified":1744365424,"user_id":1},{"id":"nciuiz","name":"regim-bg-color1","settings":{"_background":{"color":{"hex":"#cffafe"}}}},{"id":"orwrui","name":"regim-video__heading-text__container","settings":{"_alignItems":"center","_rowGap":"30"}},{"id":"ytoite","name":"regim-feature__icon-box__inner-content-div","settings":{"_display":"flex","_direction":"column","_rowGap":"15","_direction:mobile_landscape":"column","_alignItems:mobile_landscape":"center","_justifyContent:mobile_landscape":"center","_alignItems:mobile_portrait":"flex-start"}},{"id":"kgawjg","name":"regim-bg-color2","settings":{"_background":{"color":{"hex":"#e0f2fe"}}}},{"id":"ttybmp","name":"regim-bg-color3","settings":{"_background":{"color":{"hex":"#cffafe"}}}},{"id":"xptlzc","name":"regim-bg-color4","settings":{"_background":{"color":{"hex":"#e0f2fe"}}}},{"id":"nbhoac","name":"regim-bg-color5","settings":{"_background":{"color":{"hex":"#cffafe"}}}},{"id":"dcqqur","name":"regim-bg-color6","settings":{"_background":{"color":{"hex":"#e0f2fe"}}}},{"id":"mfiwvd","name":"regim-default-container","settings":{"_width":"1200"}},{"id":"ylyfkw","name":"regim-video-feature","settings":{"_padding":{"top":"100","bottom":"100"}}},{"id":"triytf","name":"regim-video_video-block","settings":{"_widthMax":"767","_justifyContent":"center","_alignItems":"center"}}]}
Download JSON

Regim Kit Hero Section
A clean and modern hero section designed for an event registration platform
View now
Copy now
{"id":146,"name":"hero","title":"Hero","date":"2025-04-11 17:26:19","date_formatted":"April 11, 2025","author":{"name":"AK_Developer_25","avatar":"https:\/\/secure.gravatar.com\/avatar\/8da2b861f9488c056b4e9140b613346e?s=60&d=mm&r=g","url":"https:\/\/gallopbiz.in\/ak-dev"},"permalink":"https:\/\/gallopbiz.in\/ak-dev\/template\/hero\/","thumbnail":null,"bundles":[],"tags":[],"type":"section","content":[{"id":"bb1671","name":"section","parent":0,"children":["15a0b0"],"settings":{"_cssGlobalClasses":["eeuije"]},"label":"Hero"},{"id":"15a0b0","name":"container","parent":"bb1671","children":["c1f7f4","ac5bf3"],"settings":{"_direction":"row","_cssGlobalClasses":["rlnidy","mfiwvd"],"_alignItems":"stretch"}},{"id":"c1f7f4","name":"block","parent":"15a0b0","children":["22d21a","366f51","c100c7"],"settings":{"_cssGlobalClasses":["gbyfyg"]},"label":"Column"},{"id":"22d21a","name":"heading","parent":"c1f7f4","children":[],"settings":{"text":"Event Registration Reimagined","tag":"h1","_cssGlobalClasses":["ykttaz"]}},{"id":"366f51","name":"text-basic","parent":"c1f7f4","children":[],"settings":{"text":"Manage your event registrations hassle free and without any dependency with the technical team. Isn\u2019t it sounds amazing?\n\n","_cssGlobalClasses":["xchqcx"]}},{"id":"c100c7","name":"button","parent":"c1f7f4","children":[],"settings":{"text":"Get Early Access","style":"primary","_cssGlobalClasses":["ifqjya"]}},{"id":"ac5bf3","name":"block","parent":"15a0b0","children":["4d7a6b"],"settings":{"_cssGlobalClasses":["gbyfyg"]},"label":"Column"},{"id":"4d7a6b","name":"image","parent":"ac5bf3","children":[],"settings":{"_cssGlobalClasses":["atzklm"],"image":{"id":104,"filename":"mockups-1.webp","size":"full","full":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/mockups-1.webp","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/mockups-1.webp"}},"themeStyles":[]}],"templateType":"section","global_classes":[{"id":"eeuije","name":"regim-hero","settings":{"_background":{"image":{"id":99,"filename":"Ellipse.svg","size":"full","full":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/Ellipse.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/Ellipse.svg"},"size":"contain","repeat":"no-repeat","position":"custom","positionX":"61vw","positionY":"-11vw"},"_padding":{"top":"150","left":"5%","right":"5%","bottom":"0"},"_background:mobile_landscape":{"position":"custom","size":"contain","repeat":"no-repeat","positionX":"18vw","positionY":"86%"},"_background:mobile_portrait":{"position":"custom","repeat":"no-repeat","size":"contain","positionX":"18vw","positionY":"91%"}},"modified":1744376313,"user_id":1},{"id":"rlnidy","name":"regim-hero__container","settings":{"_columnGap":"30","_direction:mobile_landscape":"column","_rowGap:mobile_landscape":"70","_rowGap:mobile_portrait":"100","_padding":{"bottom":"80"},"_border":{"width":{"bottom":"1"},"style":"solid","color":{"hex":"#e6e7eb"}}}},{"id":"ykttaz","name":"regim-hero__h1","settings":{"_typography":{"font-size":"64","color":{"hex":"#111827"},"line-height":"80px"},"_typography:mobile_portrait":{"font-size":"36","line-height":"48px"}},"modified":1744375400,"user_id":1},{"id":"xchqcx","name":"regim-hero__textarea","settings":{"_typography":{"font-size":"18","font-weight":"400","color":{"hex":"#374151"},"line-height":"28px"},"_typography:mobile_portrait":{"font-size":"16"},"_widthMax:mobile_landscape":"500"}},{"id":"ifqjya","name":"regim-btn","settings":{"_background":{"color":{"hex":"#0876dd"}},"_typography":{"color":{"hex":"#ffffff"},"font-size":"16","font-weight":"600"},"_padding":{"top":"12","left":"16","right":"16","bottom":"12"},"_border":{"radius":{"top":"6","right":"6","bottom":"6","left":"6"},"width":{"bottom":"1","top":"1","right":"1","left":"1"},"style":"solid","color":{"hex":"#0876dd"}},"_border:hover":{"width":{"top":"1","right":"1","bottom":"1","left":"1"},"style":"solid","color":{"hex":"#0876dd"}},"_background:hover":{"color":{"hex":"#000000","rgb":"rgba(0, 0, 0, 0)","hsl":"hsla(0, 0%, 0%, 0)"}},"_typography:hover":{"color":{"hex":"#0876dd"}}},"modified":1744375400,"user_id":1},{"id":"atzklm","name":"regim-hero__image","settings":{"_zIndex":"1","_width":"100%"}},{"id":"gbyfyg","name":"regim-hero__col","settings":{"_rowGap":"40","_justifyContent":"center"}},{"id":"mfiwvd","name":"regim-default-container","settings":{"_width":"1200"}}]}{"id":146,"name":"hero","title":"Hero","date":"2025-04-11 17:26:19","date_formatted":"April 11, 2025","author":{"name":"AK_Developer_25","avatar":"https:\/\/secure.gravatar.com\/avatar\/8da2b861f9488c056b4e9140b613346e?s=60&d=mm&r=g","url":"https:\/\/gallopbiz.in\/ak-dev"},"permalink":"https:\/\/gallopbiz.in\/ak-dev\/template\/hero\/","thumbnail":null,"bundles":[],"tags":[],"type":"section","content":[{"id":"bb1671","name":"section","parent":0,"children":["15a0b0"],"settings":{"_cssGlobalClasses":["eeuije"]},"label":"Hero"},{"id":"15a0b0","name":"container","parent":"bb1671","children":["c1f7f4","ac5bf3"],"settings":{"_direction":"row","_cssGlobalClasses":["rlnidy","mfiwvd"],"_alignItems":"stretch"}},{"id":"c1f7f4","name":"block","parent":"15a0b0","children":["22d21a","366f51","c100c7"],"settings":{"_cssGlobalClasses":["gbyfyg"]},"label":"Column"},{"id":"22d21a","name":"heading","parent":"c1f7f4","children":[],"settings":{"text":"Event Registration Reimagined","tag":"h1","_cssGlobalClasses":["ykttaz"]}},{"id":"366f51","name":"text-basic","parent":"c1f7f4","children":[],"settings":{"text":"Manage your event registrations hassle free and without any dependency with the technical team. Isn\u2019t it sounds amazing?\n\n","_cssGlobalClasses":["xchqcx"]}},{"id":"c100c7","name":"button","parent":"c1f7f4","children":[],"settings":{"text":"Get Early Access","style":"primary","_cssGlobalClasses":["ifqjya"]}},{"id":"ac5bf3","name":"block","parent":"15a0b0","children":["4d7a6b"],"settings":{"_cssGlobalClasses":["gbyfyg"]},"label":"Column"},{"id":"4d7a6b","name":"image","parent":"ac5bf3","children":[],"settings":{"_cssGlobalClasses":["atzklm"],"image":{"id":104,"filename":"mockups-1.webp","size":"full","full":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/mockups-1.webp","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/mockups-1.webp"}},"themeStyles":[]}],"templateType":"section","global_classes":[{"id":"eeuije","name":"regim-hero","settings":{"_background":{"image":{"id":99,"filename":"Ellipse.svg","size":"full","full":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/Ellipse.svg","url":"https:\/\/gallopbiz.in\/ak-dev\/wp-content\/uploads\/2025\/04\/Ellipse.svg"},"size":"contain","repeat":"no-repeat","position":"custom","positionX":"61vw","positionY":"-11vw"},"_padding":{"top":"150","left":"5%","right":"5%","bottom":"0"},"_background:mobile_landscape":{"position":"custom","size":"contain","repeat":"no-repeat","positionX":"18vw","positionY":"86%"},"_background:mobile_portrait":{"position":"custom","repeat":"no-repeat","size":"contain","positionX":"18vw","positionY":"91%"}},"modified":1744376313,"user_id":1},{"id":"rlnidy","name":"regim-hero__container","settings":{"_columnGap":"30","_direction:mobile_landscape":"column","_rowGap:mobile_landscape":"70","_rowGap:mobile_portrait":"100","_padding":{"bottom":"80"},"_border":{"width":{"bottom":"1"},"style":"solid","color":{"hex":"#e6e7eb"}}}},{"id":"ykttaz","name":"regim-hero__h1","settings":{"_typography":{"font-size":"64","color":{"hex":"#111827"},"line-height":"80px"},"_typography:mobile_portrait":{"font-size":"36","line-height":"48px"}},"modified":1744375400,"user_id":1},{"id":"xchqcx","name":"regim-hero__textarea","settings":{"_typography":{"font-size":"18","font-weight":"400","color":{"hex":"#374151"},"line-height":"28px"},"_typography:mobile_portrait":{"font-size":"16"},"_widthMax:mobile_landscape":"500"}},{"id":"ifqjya","name":"regim-btn","settings":{"_background":{"color":{"hex":"#0876dd"}},"_typography":{"color":{"hex":"#ffffff"},"font-size":"16","font-weight":"600"},"_padding":{"top":"12","left":"16","right":"16","bottom":"12"},"_border":{"radius":{"top":"6","right":"6","bottom":"6","left":"6"},"width":{"bottom":"1","top":"1","right":"1","left":"1"},"style":"solid","color":{"hex":"#0876dd"}},"_border:hover":{"width":{"top":"1","right":"1","bottom":"1","left":"1"},"style":"solid","color":{"hex":"#0876dd"}},"_background:hover":{"color":{"hex":"#000000","rgb":"rgba(0, 0, 0, 0)","hsl":"hsla(0, 0%, 0%, 0)"}},"_typography:hover":{"color":{"hex":"#0876dd"}}},"modified":1744375400,"user_id":1},{"id":"atzklm","name":"regim-hero__image","settings":{"_zIndex":"1","_width":"100%"}},{"id":"gbyfyg","name":"regim-hero__col","settings":{"_rowGap":"40","_justifyContent":"center"}},{"id":"mfiwvd","name":"regim-default-container","settings":{"_width":"1200"}}]}
Download JSON