{"id":10,"date":"2026-06-30T06:38:22","date_gmt":"2026-06-30T06:38:22","guid":{"rendered":"https:\/\/www.camlinfs.com\/annual-report-2025-2026\/?page_id=10"},"modified":"2026-07-17T15:35:45","modified_gmt":"2026-07-17T15:35:45","slug":"home","status":"publish","type":"page","link":"https:\/\/www.camlinfs.com\/annual-report-2025-2026\/","title":{"rendered":"Home"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"10\" class=\"elementor elementor-10\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b600f71 e-con e-atomic-element e-flexbox-base e-2dae3ea \" data-id=\"b600f71\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"b600f71\">\n    <div class=\"elementor-element elementor-element-699c32f e-con e-atomic-element e-flexbox-base e-5efd97d \" data-id=\"699c32f\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"699c32f\">\n    \t\t<div class=\"elementor-element elementor-element-14ff9a9 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"14ff9a9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">BLENDING STRENGTHS.<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0a8ad57 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"0a8ad57\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">BUILDING<BR>THE HIVE.<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-df25126 elementor-widget elementor-widget-html\" data-id=\"df25126\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- THE BUTTON LAYOUT -->\r\n<a href=\"https:\/\/www.camlinfs.com\/annual-report-2025-2026\/our-story\/\" class=\"camlin-fluid-btn\">\r\n  <span class=\"btn-text\">Access here<\/span>\r\n  <span class=\"btn-icon-circle\">\r\n    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"arrow-icon\">\r\n      <line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"><\/line>\r\n      <polyline points=\"12 5 19 12 12 19\"><\/polyline>\r\n    <\/svg>\r\n  <\/span>\r\n<\/a>\r\n\r\n<!-- THE PERFORMANCE-OPTIMIZED CSS -->\r\n<style>\r\n:root {\r\n  \/* 1. Normal State Colors (Matching Screenshot 2026-07-01 120314.png) *\/\r\n  --camlin-btn-bg: #ffffff;      \r\n  --camlin-text-normal: #000000; \r\n  --camlin-icon-bg: #e37200;     \/* Vibrant Corporate Orange *\/\r\n  --camlin-arrow-normal: #000000; \r\n\r\n  \/* 2. Hover State Colors (L'Or\u00e9al Style Inversion) *\/\r\n  --camlin-hover-bg: #e37200;    \/* Color B: Floods out to fill the button *\/\r\n  --camlin-text-hover: #ffffff;   \/* Text color flips to white *\/\r\n  --camlin-hover-icon-bg: #ffffff;\/* Color A: Icon circle turns white *\/\r\n  --camlin-hover-arrow: #e37200;  \/* Arrow color inside the white circle turns orange *\/\r\n}\r\n\r\n\/* Base Container Styling *\/\r\n.camlin-fluid-btn {\r\n  position: relative;\r\n  display: inline-flex;\r\n  align-items: center;\r\n  justify-content: space-between;\r\n  background-color: var(--camlin-btn-bg);\r\n  \r\n  \/* Border & Rounded Corners from screenshot *\/\r\n  border: 1px solid #cccccc; \r\n  border-radius: 100px;\r\n  \r\n  \/* Premium Soft Shadow from screenshot *\/\r\n  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15); \r\n  \r\n  padding: 6px 6px 6px 40px; \/* Generous padding on left for \"Read More\" alignment *\/\r\n  text-decoration: none;\r\n  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;\r\n  overflow: hidden; \r\n  z-index: 1;\r\n  transition: border-color 0.4s ease, box-shadow 0.4s ease;\r\n}\r\n\r\n\/* FIX: Position the scale layer exactly on top of the right icon circle *\/\r\n.camlin-fluid-btn::before {\r\n  content: '';\r\n  position: absolute;\r\n  top: 6px;       \/* Aligned to match the icon box parameters *\/\r\n  right: 6px;     \/* Positioned directly on the right side over the orange circle *\/\r\n  width: 44px;    \/* Starts at the exact size of the icon circle *\/\r\n  height: 44px;   \r\n  background-color: var(--camlin-hover-bg);\r\n  border-radius: 50%;\r\n  \r\n  \/* LOCKS ORIGIN TO EXPAND EVENLY FROM THE RIGHT ICON CENTER *\/\r\n  transform: scale(1);\r\n  transform-origin: center center; \r\n  \r\n  \/* Slowed down slightly to 0.5s so you can clearly see the expansion sweep from right to left *\/\r\n  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);\r\n  z-index: -1;\r\n}\r\n\r\n\/* Text Element Layout styling *\/\r\n.camlin-fluid-btn .btn-text {\r\n  color: var(--camlin-text-normal);\r\n  font-size: 16px;\r\n  font-weight: 700; \/* Bold weight as seen in screenshot *\/\r\n  letter-spacing: -0.2px;\r\n  margin-right: 28px;\r\n  z-index: 2;\r\n  transition: color 0.35s ease;\r\n}\r\n\r\n\/* Icon Circle Element Styling *\/\r\n.camlin-fluid-btn .btn-icon-circle {\r\n  position: relative;\r\n  background-color: var(--camlin-icon-bg);\r\n  width: 44px;\r\n  height: 44px;\r\n  border-radius: 50%;\r\n  display: flex;\r\n  align-items: center;\r\n  justify-content: center;\r\n  z-index: 2;\r\n  transition: background-color 0.4s ease;\r\n}\r\n\r\n\/* Internal SVG Arrow Graphic *\/\r\n.camlin-fluid-btn .arrow-icon {\r\n  width: 18px;\r\n  height: 18px;\r\n  color: var(--camlin-arrow-normal);\r\n  transition: color 0.4s ease;\r\n}\r\n\r\n\/* ==========================================================================\r\n   THE HOVER ACTIONS (EXPANDS FROM RIGHT TO LEFT)\r\n   ========================================================================== *\/\r\n\r\n\/* The layer bursts out from its right position to swallow the entire button *\/\r\n.camlin-fluid-btn:hover::before {\r\n  transform: scale(10); \r\n}\r\n\r\n\/* Text shifts smoothly to white over the expanding orange wave *\/\r\n.camlin-fluid-btn:hover .btn-text {\r\n  color: var(--camlin-text-hover);\r\n}\r\n\r\n\/* The Icon Circle changes to Color A (White) *\/\r\n.camlin-fluid-btn:hover .btn-icon-circle {\r\n  background-color: var(--camlin-hover-icon-bg);\r\n}\r\n\r\n\/* The inner arrow flips to corporate orange *\/\r\n.camlin-fluid-btn:hover .arrow-icon {\r\n  color: var(--camlin-hover-arrow);\r\n}\r\n\r\n\/* Slight deep shadow enhancement on mouse hover *\/\r\n.camlin-fluid-btn:hover {\r\n  box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.2);\r\n  border-color: var(--camlin-hover-bg);\r\n}\r\n<\/style>\t\t\t\t<\/div>\n\t\t\n<\/div>\n\t\t<div class=\"elementor-element elementor-element-c346621 elementor-absolute elementor-widget elementor-widget-image\" data-id=\"c346621\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"122\" height=\"146\" src=\"https:\/\/www.camlinfs.com\/annual-report-2025-2026\/wp-content\/uploads\/2026\/07\/Hexagon.png\" class=\"attachment-large size-large wp-image-614\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-29143b1 e-con e-atomic-element e-flexbox-base e-2b258ec \" data-id=\"29143b1\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"29143b1\">\n    \n<\/div>\n\n<\/div>\n<div class=\"elementor-element elementor-element-ee26424 e-con e-atomic-element e-flexbox-base e-39ede9e \" data-id=\"ee26424\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"ee26424\">\n    <div class=\"elementor-element elementor-element-8eddf25 e-con e-atomic-element e-flexbox-base e-97cd87a \" data-id=\"8eddf25\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"8eddf25\">\n    <div class=\"elementor-element elementor-element-c811a0d e-con-full e-flex e-con e-parent\" data-id=\"c811a0d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fceaa43 elementor-widget elementor-widget-image\" data-id=\"fceaa43\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"300\" height=\"442\" src=\"https:\/\/www.camlinfs.com\/annual-report-2025-2026\/wp-content\/uploads\/2026\/07\/Ashish-e1784187625899.webp\" class=\"attachment-full size-full wp-image-533\" alt=\"\" srcset=\"https:\/\/www.camlinfs.com\/annual-report-2025-2026\/wp-content\/uploads\/2026\/07\/Ashish-e1784187625899.webp 300w, https:\/\/www.camlinfs.com\/annual-report-2025-2026\/wp-content\/uploads\/2026\/07\/Ashish-e1784187625899-204x300.webp 204w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-056e88b e-con-full e-flex e-con e-parent\" data-id=\"056e88b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5c0f556 elementor-widget elementor-widget-text-editor\" data-id=\"5c0f556\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Message from<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0cffd58 elementor-widget elementor-widget-heading\" data-id=\"0cffd58\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Ashish Dandekar<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a9eff6d elementor-widget elementor-widget-text-editor\" data-id=\"a9eff6d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><em>Chairman &amp; Managing Director<\/em><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b58f389 elementor-widget elementor-widget-text-editor\" data-id=\"b58f389\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>\u201cLike every cell in a hive that plays its essential role in sustaining the whole, each business, each product, and each team at CFS is a cell of capability &#8211; purposefully placed, precisely blended, and collectively unstoppable\u201d.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0b3f38c elementor-widget elementor-widget-html\" data-id=\"0b3f38c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- THE BUTTON LAYOUT -->\r\n<a href=\"https:\/\/www.camlinfs.com\/annual-report-2025-2026\/note-from-the-leadership\/\" class=\"camlin-fluid-btn\">\r\n  <span class=\"btn-text\">Our Vision in Focus<\/span>\r\n  <span class=\"btn-icon-circle\">\r\n    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"arrow-icon\">\r\n      <line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"><\/line>\r\n      <polyline points=\"12 5 19 12 12 19\"><\/polyline>\r\n    <\/svg>\r\n  <\/span>\r\n<\/a>\r\n\r\n<!-- THE PERFORMANCE-OPTIMIZED CSS -->\r\n<style>\r\n:root {\r\n  \/* 1. Normal State Colors (Matching Screenshot 2026-07-01 120314.png) *\/\r\n  --camlin-btn-bg: #ffffff;      \r\n  --camlin-text-normal: #000000; \r\n  --camlin-icon-bg: #e37200;     \/* Vibrant Corporate Orange *\/\r\n  --camlin-arrow-normal: #000000; \r\n\r\n  \/* 2. Hover State Colors (L'Or\u00e9al Style Inversion) *\/\r\n  --camlin-hover-bg: #e37200;    \/* Color B: Floods out to fill the button *\/\r\n  --camlin-text-hover: #ffffff;   \/* Text color flips to white *\/\r\n  --camlin-hover-icon-bg: #ffffff;\/* Color A: Icon circle turns white *\/\r\n  --camlin-hover-arrow: #e37200;  \/* Arrow color inside the white circle turns orange *\/\r\n}\r\n\r\n\/* Base Container Styling *\/\r\n.camlin-fluid-btn {\r\n  position: relative;\r\n  display: inline-flex;\r\n  align-items: center;\r\n  justify-content: space-between;\r\n  background-color: var(--camlin-btn-bg);\r\n  \r\n  \/* Border & Rounded Corners from screenshot *\/\r\n  border: 1px solid #cccccc; \r\n  border-radius: 100px;\r\n  \r\n  \/* Premium Soft Shadow from screenshot *\/\r\n  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15); \r\n  \r\n  padding: 6px 6px 6px 40px; \/* Generous padding on left for \"Read More\" alignment *\/\r\n  text-decoration: none;\r\n  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;\r\n  overflow: hidden; \r\n  z-index: 1;\r\n  transition: border-color 0.4s ease, box-shadow 0.4s ease;\r\n}\r\n\r\n\/* FIX: Position the scale layer exactly on top of the right icon circle *\/\r\n.camlin-fluid-btn::before {\r\n  content: '';\r\n  position: absolute;\r\n  top: 6px;       \/* Aligned to match the icon box parameters *\/\r\n  right: 6px;     \/* Positioned directly on the right side over the orange circle *\/\r\n  width: 44px;    \/* Starts at the exact size of the icon circle *\/\r\n  height: 44px;   \r\n  background-color: var(--camlin-hover-bg);\r\n  border-radius: 50%;\r\n  \r\n  \/* LOCKS ORIGIN TO EXPAND EVENLY FROM THE RIGHT ICON CENTER *\/\r\n  transform: scale(1);\r\n  transform-origin: center center; \r\n  \r\n  \/* Slowed down slightly to 0.5s so you can clearly see the expansion sweep from right to left *\/\r\n  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);\r\n  z-index: -1;\r\n}\r\n\r\n\/* Text Element Layout styling *\/\r\n.camlin-fluid-btn .btn-text {\r\n  color: var(--camlin-text-normal);\r\n  font-size: 15px;\r\n  font-weight: 700; \/* Bold weight as seen in screenshot *\/\r\n  letter-spacing: -0.2px;\r\n  margin-right: 28px;\r\n  z-index: 2;\r\n  transition: color 0.35s ease;\r\n}\r\n\r\n\/* Icon Circle Element Styling *\/\r\n.camlin-fluid-btn .btn-icon-circle {\r\n  position: relative;\r\n  background-color: var(--camlin-icon-bg);\r\n  width: 44px;\r\n  height: 44px;\r\n  border-radius: 50%;\r\n  display: flex;\r\n  align-items: center;\r\n  justify-content: center;\r\n  z-index: 2;\r\n  transition: background-color 0.4s ease;\r\n}\r\n\r\n\/* Internal SVG Arrow Graphic *\/\r\n.camlin-fluid-btn .arrow-icon {\r\n  width: 18px;\r\n  height: 18px;\r\n  color: var(--camlin-arrow-normal);\r\n  transition: color 0.4s ease;\r\n}\r\n\r\n\/* ==========================================================================\r\n   THE HOVER ACTIONS (EXPANDS FROM RIGHT TO LEFT)\r\n   ========================================================================== *\/\r\n\r\n\/* The layer bursts out from its right position to swallow the entire button *\/\r\n.camlin-fluid-btn:hover::before {\r\n  transform: scale(45px); \r\n}\r\n\r\n\/* Text shifts smoothly to white over the expanding orange wave *\/\r\n.camlin-fluid-btn:hover .btn-text {\r\n  color: var(--camlin-text-hover);\r\n}\r\n\r\n\/* The Icon Circle changes to Color A (White) *\/\r\n.camlin-fluid-btn:hover .btn-icon-circle {\r\n  background-color: var(--camlin-hover-icon-bg);\r\n}\r\n\r\n\/* The inner arrow flips to corporate orange *\/\r\n.camlin-fluid-btn:hover .arrow-icon {\r\n  color: var(--camlin-hover-arrow);\r\n}\r\n\r\n\/* Slight deep shadow enhancement on mouse hover *\/\r\n.camlin-fluid-btn:hover {\r\n  box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.2);\r\n  border-color: var(--camlin-hover-bg);\r\n}\r\n<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n<\/div>\n<div class=\"elementor-element elementor-element-42dfaf2 e-con e-atomic-element e-flexbox-base e-f771c85 \" data-id=\"42dfaf2\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"42dfaf2\">\n    <div class=\"elementor-element elementor-element-058311b e-con-full e-flex e-con e-parent\" data-id=\"058311b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6dac5c4 elementor-widget elementor-widget-text-editor\" data-id=\"6dac5c4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Message from<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7199641 elementor-widget elementor-widget-heading\" data-id=\"7199641\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Nirmal Momaya<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5f97fec elementor-widget elementor-widget-text-editor\" data-id=\"5f97fec\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><em>Managing Director<\/em><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f23675f elementor-widget elementor-widget-text-editor\" data-id=\"f23675f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>\u201cAt CFS, we are building our own version of this system: one that brings together our diverse strengths, deep expertise, and shared ambition into a unified force for progress. The pace of transformation will increase, and with it, our ability to unlock new opportunities\u201d.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2a65390 elementor-widget elementor-widget-html\" data-id=\"2a65390\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- THE BUTTON LAYOUT -->\r\n<a href=\"https:\/\/www.camlinfs.com\/annual-report-2025-2026\/note-from-the-leadership\/\" class=\"camlin-fluid-btn\">\r\n  <span class=\"btn-text\">Our Vision at Work<\/span>\r\n  <span class=\"btn-icon-circle\">\r\n    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"arrow-icon\">\r\n      <line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"><\/line>\r\n      <polyline points=\"12 5 19 12 12 19\"><\/polyline>\r\n    <\/svg>\r\n  <\/span>\r\n<\/a>\r\n\r\n<!-- THE PERFORMANCE-OPTIMIZED CSS -->\r\n<style>\r\n:root {\r\n  \/* 1. Normal State Colors (Matching Screenshot 2026-07-01 120314.png) *\/\r\n  --camlin-btn-bg: #ffffff;      \r\n  --camlin-text-normal: #000000; \r\n  --camlin-icon-bg: #e37200;     \/* Vibrant Corporate Orange *\/\r\n  --camlin-arrow-normal: #000000; \r\n\r\n  \/* 2. Hover State Colors (L'Or\u00e9al Style Inversion) *\/\r\n  --camlin-hover-bg: #e37200;    \/* Color B: Floods out to fill the button *\/\r\n  --camlin-text-hover: #ffffff;   \/* Text color flips to white *\/\r\n  --camlin-hover-icon-bg: #ffffff;\/* Color A: Icon circle turns white *\/\r\n  --camlin-hover-arrow: #e37200;  \/* Arrow color inside the white circle turns orange *\/\r\n}\r\n\r\n\/* Base Container Styling *\/\r\n.camlin-fluid-btn {\r\n  position: relative;\r\n  display: inline-flex;\r\n  align-items: center;\r\n  justify-content: space-between;\r\n  background-color: var(--camlin-btn-bg);\r\n  \r\n  \/* Border & Rounded Corners from screenshot *\/\r\n  border: 1px solid #cccccc; \r\n  border-radius: 100px;\r\n  \r\n  \/* Premium Soft Shadow from screenshot *\/\r\n  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15); \r\n  \r\n  padding: 6px 6px 6px 40px; \/* Generous padding on left for \"Read More\" alignment *\/\r\n  text-decoration: none;\r\n  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;\r\n  overflow: hidden; \r\n  z-index: 1;\r\n  transition: border-color 0.4s ease, box-shadow 0.4s ease;\r\n}\r\n\r\n\/* FIX: Position the scale layer exactly on top of the right icon circle *\/\r\n.camlin-fluid-btn::before {\r\n  content: '';\r\n  position: absolute;\r\n  top: 6px;       \/* Aligned to match the icon box parameters *\/\r\n  right: 6px;     \/* Positioned directly on the right side over the orange circle *\/\r\n  width: 44px;    \/* Starts at the exact size of the icon circle *\/\r\n  height: 44px;   \r\n  background-color: var(--camlin-hover-bg);\r\n  border-radius: 50%;\r\n  \r\n  \/* LOCKS ORIGIN TO EXPAND EVENLY FROM THE RIGHT ICON CENTER *\/\r\n  transform: scale(1);\r\n  transform-origin: center center; \r\n  \r\n  \/* Slowed down slightly to 0.5s so you can clearly see the expansion sweep from right to left *\/\r\n  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);\r\n  z-index: -1;\r\n}\r\n\r\n\/* Text Element Layout styling *\/\r\n.camlin-fluid-btn .btn-text {\r\n  color: var(--camlin-text-normal);\r\n  font-size: 14px;\r\n  font-weight: 700; \/* Bold weight as seen in screenshot *\/\r\n  letter-spacing: -0.2px;\r\n  margin-right: 28px;\r\n  z-index: 2;\r\n  transition: color 0.35s ease;\r\n}\r\n\r\n\/* Icon Circle Element Styling *\/\r\n.camlin-fluid-btn .btn-icon-circle {\r\n  position: relative;\r\n  background-color: var(--camlin-icon-bg);\r\n  width: 44px;\r\n  height: 44px;\r\n  border-radius: 50%;\r\n  display: flex;\r\n  align-items: center;\r\n  justify-content: center;\r\n  z-index: 2;\r\n  transition: background-color 0.4s ease;\r\n}\r\n\r\n\/* Internal SVG Arrow Graphic *\/\r\n.camlin-fluid-btn .arrow-icon {\r\n  width: 18px;\r\n  height: 18px;\r\n  color: var(--camlin-arrow-normal);\r\n  transition: color 0.4s ease;\r\n}\r\n\r\n\/* ==========================================================================\r\n   THE HOVER ACTIONS (EXPANDS FROM RIGHT TO LEFT)\r\n   ========================================================================== *\/\r\n\r\n\/* The layer bursts out from its right position to swallow the entire button *\/\r\n.camlin-fluid-btn:hover::before {\r\n  transform: scale(45); \r\n}\r\n\r\n\/* Text shifts smoothly to white over the expanding orange wave *\/\r\n.camlin-fluid-btn:hover .btn-text {\r\n  color: var(--camlin-text-hover);\r\n}\r\n\r\n\/* The Icon Circle changes to Color A (White) *\/\r\n.camlin-fluid-btn:hover .btn-icon-circle {\r\n  background-color: var(--camlin-hover-icon-bg);\r\n}\r\n\r\n\/* The inner arrow flips to corporate orange *\/\r\n.camlin-fluid-btn:hover .arrow-icon {\r\n  color: var(--camlin-hover-arrow);\r\n}\r\n\r\n\/* Slight deep shadow enhancement on mouse hover *\/\r\n.camlin-fluid-btn:hover {\r\n  box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.2);\r\n  border-color: var(--camlin-hover-bg);\r\n}\r\n<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-56d3764 e-con-full e-flex e-con e-parent\" data-id=\"56d3764\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9bf541e elementor-widget elementor-widget-image\" data-id=\"9bf541e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"300\" height=\"444\" src=\"https:\/\/www.camlinfs.com\/annual-report-2025-2026\/wp-content\/uploads\/2026\/07\/Nirmal-e1784187693817.webp\" class=\"attachment-full size-full wp-image-534\" alt=\"\" srcset=\"https:\/\/www.camlinfs.com\/annual-report-2025-2026\/wp-content\/uploads\/2026\/07\/Nirmal-e1784187693817.webp 300w, https:\/\/www.camlinfs.com\/annual-report-2025-2026\/wp-content\/uploads\/2026\/07\/Nirmal-e1784187693817-203x300.webp 203w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n<\/div>\n\n<\/div>\n<div class=\"elementor-element elementor-element-a450bd2 e-con e-atomic-element e-flexbox-base e-937df4f \" data-id=\"a450bd2\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"a450bd2\">\n    <div class=\"elementor-element elementor-element-8785d2f e-con e-atomic-element e-flexbox-base e-0ce99dc \" data-id=\"8785d2f\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"8785d2f\">\n    \t\t<div class=\"elementor-element elementor-element-5bae239 elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"5bae239\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">FINANCIAL<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f9d8d1c elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"f9d8d1c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">PERFORMANCE<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ef10c84 elementor-hidden-mobile elementor-widget elementor-widget-html\" data-id=\"ef10c84\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- THE BUTTON LAYOUT -->\r\n<a href=https:\/\/www.camlinfs.com\/annual-report-2025-2026\/financial-report\/\" class=\"camlin-fluid-btn\">\r\n  <span class=\"btn-text\">View Financials<\/span>\r\n  <span class=\"btn-icon-circle\">\r\n    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"arrow-icon\">\r\n      <line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"><\/line>\r\n      <polyline points=\"12 5 19 12 12 19\"><\/polyline>\r\n    <\/svg>\r\n  <\/span>\r\n<\/a>\r\n\r\n<!-- THE PERFORMANCE-OPTIMIZED CSS -->\r\n<style>\r\n:root {\r\n  \/* 1. Normal State Colors (Matching Screenshot 2026-07-01 120314.png) *\/\r\n  --camlin-btn-bg: #ffffff;      \r\n  --camlin-text-normal: #000000; \r\n  --camlin-icon-bg: #e37200;     \/* Vibrant Corporate Orange *\/\r\n  --camlin-arrow-normal: #000000; \r\n\r\n  \/* 2. Hover State Colors (L'Or\u00e9al Style Inversion) *\/\r\n  --camlin-hover-bg: #e37200;    \/* Color B: Floods out to fill the button *\/\r\n  --camlin-text-hover: #ffffff;   \/* Text color flips to white *\/\r\n  --camlin-hover-icon-bg: #ffffff;\/* Color A: Icon circle turns white *\/\r\n  --camlin-hover-arrow: #e37200;  \/* Arrow color inside the white circle turns orange *\/\r\n}\r\n\r\n\/* Base Container Styling *\/\r\n.camlin-fluid-btn {\r\n  position: relative;\r\n  display: inline-flex;\r\n  align-items: center;\r\n  justify-content: space-between;\r\n  background-color: var(--camlin-btn-bg);\r\n  \r\n  \/* Border & Rounded Corners from screenshot *\/\r\n  border: 1px solid #cccccc; \r\n  border-radius: 100px;\r\n  \r\n  \/* Premium Soft Shadow from screenshot *\/\r\n  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15); \r\n  \r\n  padding: 6px 6px 6px 40px; \/* Generous padding on left for \"Read More\" alignment *\/\r\n  text-decoration: none;\r\n  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;\r\n  overflow: hidden; \r\n  z-index: 1;\r\n  transition: border-color 0.4s ease, box-shadow 0.4s ease;\r\n}\r\n\r\n\/* FIX: Position the scale layer exactly on top of the right icon circle *\/\r\n.camlin-fluid-btn::before {\r\n  content: '';\r\n  position: absolute;\r\n  top: 6px;       \/* Aligned to match the icon box parameters *\/\r\n  right: 6px;     \/* Positioned directly on the right side over the orange circle *\/\r\n  width: 44px;    \/* Starts at the exact size of the icon circle *\/\r\n  height: 44px;   \r\n  background-color: var(--camlin-hover-bg);\r\n  border-radius: 50%;\r\n  \r\n  \/* LOCKS ORIGIN TO EXPAND EVENLY FROM THE RIGHT ICON CENTER *\/\r\n  transform: scale(1);\r\n  transform-origin: center center; \r\n  \r\n  \/* Slowed down slightly to 0.5s so you can clearly see the expansion sweep from right to left *\/\r\n  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);\r\n  z-index: -1;\r\n}\r\n\r\n\/* Text Element Layout styling *\/\r\n.camlin-fluid-btn .btn-text {\r\n  color: var(--camlin-text-normal);\r\n  font-size: 12px;\r\n  font-weight: 700; \/* Bold weight as seen in screenshot *\/\r\n  letter-spacing: -0.2px;\r\n  margin-right: 28px;\r\n  z-index: 2;\r\n  transition: color 0.35s ease;\r\n}\r\n\r\n\/* Icon Circle Element Styling *\/\r\n.camlin-fluid-btn .btn-icon-circle {\r\n  position: relative;\r\n  background-color: var(--camlin-icon-bg);\r\n  width: 44px;\r\n  height: 44px;\r\n  border-radius: 50%;\r\n  display: flex;\r\n  align-items: center;\r\n  justify-content: center;\r\n  z-index: 2;\r\n  transition: background-color 0.4s ease;\r\n}\r\n\r\n\/* Internal SVG Arrow Graphic *\/\r\n.camlin-fluid-btn .arrow-icon {\r\n  width: 18px;\r\n  height: 18px;\r\n  color: var(--camlin-arrow-normal);\r\n  transition: color 0.4s ease;\r\n}\r\n\r\n\/* ==========================================================================\r\n   THE HOVER ACTIONS (EXPANDS FROM RIGHT TO LEFT)\r\n   ========================================================================== *\/\r\n\r\n\/* The layer bursts out from its right position to swallow the entire button *\/\r\n.camlin-fluid-btn:hover::before {\r\n  transform: scale(10); \r\n}\r\n\r\n\/* Text shifts smoothly to white over the expanding orange wave *\/\r\n.camlin-fluid-btn:hover .btn-text {\r\n  color: var(--camlin-text-hover);\r\n}\r\n\r\n\/* The Icon Circle changes to Color A (White) *\/\r\n.camlin-fluid-btn:hover .btn-icon-circle {\r\n  background-color: var(--camlin-hover-icon-bg);\r\n}\r\n\r\n\/* The inner arrow flips to corporate orange *\/\r\n.camlin-fluid-btn:hover .arrow-icon {\r\n  color: var(--camlin-hover-arrow);\r\n}\r\n\r\n\/* Slight deep shadow enhancement on mouse hover *\/\r\n.camlin-fluid-btn:hover {\r\n  box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.2);\r\n  border-color: var(--camlin-hover-bg);\r\n}\r\n<\/style>\t\t\t\t<\/div>\n\t\t\n<\/div>\n<div class=\"elementor-element elementor-element-e921f14 e-con e-atomic-element e-flexbox-base e-a0d8045 \" data-id=\"e921f14\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"e921f14\">\n    \t\t<div class=\"elementor-element elementor-element-a2b1549 elementor-vertical-align-middle elementor-widget-mobile__width-initial elementor-widget elementor-widget-image-box\" data-id=\"a2b1549\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><div class=\"elementor-image-box-content\"><h6 class=\"elementor-image-box-title\">Revenue<\/h6><p class=\"elementor-image-box-description\">\u20b9172,330.81 lakh<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-448440a elementor-vertical-align-middle elementor-widget-mobile__width-initial elementor-widget elementor-widget-image-box\" data-id=\"448440a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><div class=\"elementor-image-box-content\"><h6 class=\"elementor-image-box-title\">Gross Margins<\/h6><p class=\"elementor-image-box-description\">\u20b980,086.18 lakh<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\n<\/div>\n<div class=\"elementor-element elementor-element-00467c7 e-con e-atomic-element e-flexbox-base e-2e10c26 \" data-id=\"00467c7\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"00467c7\">\n    \t\t<div class=\"elementor-element elementor-element-cf2da9b elementor-vertical-align-middle elementor-widget-mobile__width-initial elementor-widget elementor-widget-image-box\" data-id=\"cf2da9b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><div class=\"elementor-image-box-content\"><h6 class=\"elementor-image-box-title\">YoY Growth<\/h6><p class=\"elementor-image-box-description\">5.81 %\n<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f7558de elementor-vertical-align-middle elementor-widget-mobile__width-initial elementor-widget elementor-widget-image-box\" data-id=\"f7558de\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><div class=\"elementor-image-box-content\"><h6 class=\"elementor-image-box-title\">Operating EBITDA<\/h6><p class=\"elementor-image-box-description\">\u20b910,687.88 lakh<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e07c620 elementor-hidden-desktop elementor-hidden-tablet elementor-widget elementor-widget-html\" data-id=\"e07c620\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- THE BUTTON LAYOUT -->\r\n<a href=\"https:\/\/www.camlinfs.com\/annual-report-2025-2026\/financial-report\/\" class=\"camlin-fluid-btn\">\r\n  <span class=\"btn-text\">View Financials<\/span>\r\n  <span class=\"btn-icon-circle\">\r\n    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"arrow-icon\">\r\n      <line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"><\/line>\r\n      <polyline points=\"12 5 19 12 12 19\"><\/polyline>\r\n    <\/svg>\r\n  <\/span>\r\n<\/a>\r\n\r\n<!-- THE PERFORMANCE-OPTIMIZED CSS -->\r\n<style>\r\n:root {\r\n  \/* 1. Normal State Colors (Matching Screenshot 2026-07-01 120314.png) *\/\r\n  --camlin-btn-bg: #ffffff;      \r\n  --camlin-text-normal: #000000; \r\n  --camlin-icon-bg: #e37200;     \/* Vibrant Corporate Orange *\/\r\n  --camlin-arrow-normal: #000000; \r\n\r\n  \/* 2. Hover State Colors (L'Or\u00e9al Style Inversion) *\/\r\n  --camlin-hover-bg: #e37200;    \/* Color B: Floods out to fill the button *\/\r\n  --camlin-text-hover: #ffffff;   \/* Text color flips to white *\/\r\n  --camlin-hover-icon-bg: #ffffff;\/* Color A: Icon circle turns white *\/\r\n  --camlin-hover-arrow: #e37200;  \/* Arrow color inside the white circle turns orange *\/\r\n}\r\n\r\n\/* Base Container Styling *\/\r\n.camlin-fluid-btn {\r\n  position: relative;\r\n  display: inline-flex;\r\n  align-items: center;\r\n  justify-content: space-between;\r\n  background-color: var(--camlin-btn-bg);\r\n  \r\n  \/* Border & Rounded Corners from screenshot *\/\r\n  border: 1px solid #cccccc; \r\n  border-radius: 100px;\r\n  \r\n  \/* Premium Soft Shadow from screenshot *\/\r\n  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15); \r\n  \r\n  padding: 6px 6px 6px 40px; \/* Generous padding on left for \"Read More\" alignment *\/\r\n  text-decoration: none;\r\n  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;\r\n  overflow: hidden; \r\n  z-index: 1;\r\n  transition: border-color 0.4s ease, box-shadow 0.4s ease;\r\n}\r\n\r\n\/* FIX: Position the scale layer exactly on top of the right icon circle *\/\r\n.camlin-fluid-btn::before {\r\n  content: '';\r\n  position: absolute;\r\n  top: 6px;       \/* Aligned to match the icon box parameters *\/\r\n  right: 6px;     \/* Positioned directly on the right side over the orange circle *\/\r\n  width: 44px;    \/* Starts at the exact size of the icon circle *\/\r\n  height: 44px;   \r\n  background-color: var(--camlin-hover-bg);\r\n  border-radius: 50%;\r\n  \r\n  \/* LOCKS ORIGIN TO EXPAND EVENLY FROM THE RIGHT ICON CENTER *\/\r\n  transform: scale(1);\r\n  transform-origin: center center; \r\n  \r\n  \/* Slowed down slightly to 0.5s so you can clearly see the expansion sweep from right to left *\/\r\n  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);\r\n  z-index: -1;\r\n}\r\n\r\n\/* Text Element Layout styling *\/\r\n.camlin-fluid-btn .btn-text {\r\n  color: var(--camlin-text-normal);\r\n  font-size: 12px;\r\n  font-weight: 700; \/* Bold weight as seen in screenshot *\/\r\n  letter-spacing: -0.2px;\r\n  margin-right: 28px;\r\n  z-index: 2;\r\n  transition: color 0.35s ease;\r\n}\r\n\r\n\/* Icon Circle Element Styling *\/\r\n.camlin-fluid-btn .btn-icon-circle {\r\n  position: relative;\r\n  background-color: var(--camlin-icon-bg);\r\n  width: 44px;\r\n  height: 44px;\r\n  border-radius: 50%;\r\n  display: flex;\r\n  align-items: center;\r\n  justify-content: center;\r\n  z-index: 2;\r\n  transition: background-color 0.4s ease;\r\n}\r\n\r\n\/* Internal SVG Arrow Graphic *\/\r\n.camlin-fluid-btn .arrow-icon {\r\n  width: 18px;\r\n  height: 18px;\r\n  color: var(--camlin-arrow-normal);\r\n  transition: color 0.4s ease;\r\n}\r\n\r\n\/* ==========================================================================\r\n   THE HOVER ACTIONS (EXPANDS FROM RIGHT TO LEFT)\r\n   ========================================================================== *\/\r\n\r\n\/* The layer bursts out from its right position to swallow the entire button *\/\r\n.camlin-fluid-btn:hover::before {\r\n  transform: scale(10); \r\n}\r\n\r\n\/* Text shifts smoothly to white over the expanding orange wave *\/\r\n.camlin-fluid-btn:hover .btn-text {\r\n  color: var(--camlin-text-hover);\r\n}\r\n\r\n\/* The Icon Circle changes to Color A (White) *\/\r\n.camlin-fluid-btn:hover .btn-icon-circle {\r\n  background-color: var(--camlin-hover-icon-bg);\r\n}\r\n\r\n\/* The inner arrow flips to corporate orange *\/\r\n.camlin-fluid-btn:hover .arrow-icon {\r\n  color: var(--camlin-hover-arrow);\r\n}\r\n\r\n\/* Slight deep shadow enhancement on mouse hover *\/\r\n.camlin-fluid-btn:hover {\r\n  box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.2);\r\n  border-color: var(--camlin-hover-bg);\r\n}\r\n<\/style>\t\t\t\t<\/div>\n\t\t\n<\/div>\n\n<\/div>\n<div class=\"elementor-element elementor-element-b804e03 e-con e-atomic-element e-flexbox-base e-dddf6bd \" data-id=\"b804e03\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"b804e03\">\n    <div class=\"elementor-element elementor-element-c7e0140 e-con e-atomic-element e-flexbox-base e-864a0ab \" data-id=\"c7e0140\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"c7e0140\">\n    \t\t<div class=\"elementor-element elementor-element-b60ec08 elementor-widget elementor-widget-image\" data-id=\"b60ec08\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"450\" height=\"550\" src=\"https:\/\/www.camlinfs.com\/annual-report-2025-2026\/wp-content\/uploads\/2026\/07\/SPECIALTY-INGREDIENTS.webp\" class=\"attachment-large size-large wp-image-540\" alt=\"\" srcset=\"https:\/\/www.camlinfs.com\/annual-report-2025-2026\/wp-content\/uploads\/2026\/07\/SPECIALTY-INGREDIENTS.webp 450w, https:\/\/www.camlinfs.com\/annual-report-2025-2026\/wp-content\/uploads\/2026\/07\/SPECIALTY-INGREDIENTS-245x300.webp 245w\" sizes=\"(max-width: 450px) 100vw, 450px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c23f243 elementor-widget elementor-widget-heading\" data-id=\"c23f243\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">Speciality At Scale<\/h6>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-98cb102 elementor-widget elementor-widget-text-editor\" data-id=\"98cb102\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Our Speciality Ingredients business continues to strengthen its global presence through science-led innovation, deep application expertise, and customer-centric solutions. With a diversified portfolio spanning food protection, functional excellence ingredients, feed safety and performance nutrition, we remain focused on delivering high-value.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-078f8b2 elementor-absolute elementor-widget elementor-widget-html\" data-id=\"078f8b2\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- THE BUTTON LAYOUT -->\r\n<a href=\"https:\/\/www.camlinfs.com\/annual-report-2025-2026\/specialty-ingredients\/\" class=\"camlin-fluid-btn\">\r\n  <span class=\"btn-text\">Know More<\/span>\r\n  <span class=\"btn-icon-circle\">\r\n    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"arrow-icon\">\r\n      <line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"><\/line>\r\n      <polyline points=\"12 5 19 12 12 19\"><\/polyline>\r\n    <\/svg>\r\n  <\/span>\r\n<\/a>\r\n\r\n<!-- THE PERFORMANCE-OPTIMIZED CSS -->\r\n<style>\r\n:root {\r\n  \/* 1. Normal State Colors (Matching Screenshot 2026-07-01 120314.png) *\/\r\n  --camlin-btn-bg: #ffffff;      \r\n  --camlin-text-normal: #000000; \r\n  --camlin-icon-bg: #e37200;     \/* Vibrant Corporate Orange *\/\r\n  --camlin-arrow-normal: #000000; \r\n\r\n  \/* 2. Hover State Colors (L'Or\u00e9al Style Inversion) *\/\r\n  --camlin-hover-bg: #e37200;    \/* Color B: Floods out to fill the button *\/\r\n  --camlin-text-hover: #ffffff;   \/* Text color flips to white *\/\r\n  --camlin-hover-icon-bg: #ffffff;\/* Color A: Icon circle turns white *\/\r\n  --camlin-hover-arrow: #e37200;  \/* Arrow color inside the white circle turns orange *\/\r\n}\r\n\r\n\/* Base Container Styling *\/\r\n.camlin-fluid-btn {\r\n  position: relative;\r\n  display: inline-flex;\r\n  align-items: center;\r\n  justify-content: space-between;\r\n  background-color: var(--camlin-btn-bg);\r\n  \r\n  \/* Border & Rounded Corners from screenshot *\/\r\n  border: 1px solid #cccccc; \r\n  border-radius: 100px;\r\n  \r\n  \/* Premium Soft Shadow from screenshot *\/\r\n  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15); \r\n  \r\n  padding: 6px 6px 6px 40px; \/* Generous padding on left for \"Read More\" alignment *\/\r\n  text-decoration: none;\r\n  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;\r\n  overflow: hidden; \r\n  z-index: 1;\r\n  transition: border-color 0.4s ease, box-shadow 0.4s ease;\r\n}\r\n\r\n\/* FIX: Position the scale layer exactly on top of the right icon circle *\/\r\n.camlin-fluid-btn::before {\r\n  content: '';\r\n  position: absolute;\r\n  top: 6px;       \/* Aligned to match the icon box parameters *\/\r\n  right: 6px;     \/* Positioned directly on the right side over the orange circle *\/\r\n  width: 44px;    \/* Starts at the exact size of the icon circle *\/\r\n  height: 44px;   \r\n  background-color: var(--camlin-hover-bg);\r\n  border-radius: 50%;\r\n  \r\n  \/* LOCKS ORIGIN TO EXPAND EVENLY FROM THE RIGHT ICON CENTER *\/\r\n  transform: scale(1);\r\n  transform-origin: center center; \r\n  \r\n  \/* Slowed down slightly to 0.5s so you can clearly see the expansion sweep from right to left *\/\r\n  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);\r\n  z-index: -1;\r\n}\r\n\r\n\/* Text Element Layout styling *\/\r\n.camlin-fluid-btn .btn-text {\r\n  color: var(--camlin-text-normal);\r\n  font-size: 16px;\r\n  font-weight: 700; \/* Bold weight as seen in screenshot *\/\r\n  letter-spacing: -0.2px;\r\n  margin-right: 28px;\r\n  z-index: 2;\r\n  transition: color 0.35s ease;\r\n}\r\n\r\n\/* Icon Circle Element Styling *\/\r\n.camlin-fluid-btn .btn-icon-circle {\r\n  position: relative;\r\n  background-color: var(--camlin-icon-bg);\r\n  width: 44px;\r\n  height: 44px;\r\n  border-radius: 50%;\r\n  display: flex;\r\n  align-items: center;\r\n  justify-content: center;\r\n  z-index: 2;\r\n  transition: background-color 0.4s ease;\r\n}\r\n\r\n\/* Internal SVG Arrow Graphic *\/\r\n.camlin-fluid-btn .arrow-icon {\r\n  width: 18px;\r\n  height: 18px;\r\n  color: var(--camlin-arrow-normal);\r\n  transition: color 0.4s ease;\r\n}\r\n\r\n\/* ==========================================================================\r\n   THE HOVER ACTIONS (EXPANDS FROM RIGHT TO LEFT)\r\n   ========================================================================== *\/\r\n\r\n\/* The layer bursts out from its right position to swallow the entire button *\/\r\n.camlin-fluid-btn:hover::before {\r\n  transform: scale(10); \r\n}\r\n\r\n\/* Text shifts smoothly to white over the expanding orange wave *\/\r\n.camlin-fluid-btn:hover .btn-text {\r\n  color: var(--camlin-text-hover);\r\n}\r\n\r\n\/* The Icon Circle changes to Color A (White) *\/\r\n.camlin-fluid-btn:hover .btn-icon-circle {\r\n  background-color: var(--camlin-hover-icon-bg);\r\n}\r\n\r\n\/* The inner arrow flips to corporate orange *\/\r\n.camlin-fluid-btn:hover .arrow-icon {\r\n  color: var(--camlin-hover-arrow);\r\n}\r\n\r\n\/* Slight deep shadow enhancement on mouse hover *\/\r\n.camlin-fluid-btn:hover {\r\n  box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.2);\r\n  border-color: var(--camlin-hover-bg);\r\n}\r\n<\/style>\t\t\t\t<\/div>\n\t\t\n<\/div>\n<div class=\"elementor-element elementor-element-eac16da e-con e-atomic-element e-flexbox-base e-eac16da-3258393 \" data-id=\"eac16da\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"eac16da\">\n    \t\t<div class=\"elementor-element elementor-element-fe09155 elementor-widget elementor-widget-image\" data-id=\"fe09155\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"450\" height=\"550\" src=\"https:\/\/www.camlinfs.com\/annual-report-2025-2026\/wp-content\/uploads\/2026\/07\/AROMA-INGREDIENTS.webp\" class=\"attachment-large size-large wp-image-541\" alt=\"\" srcset=\"https:\/\/www.camlinfs.com\/annual-report-2025-2026\/wp-content\/uploads\/2026\/07\/AROMA-INGREDIENTS.webp 450w, https:\/\/www.camlinfs.com\/annual-report-2025-2026\/wp-content\/uploads\/2026\/07\/AROMA-INGREDIENTS-245x300.webp 245w\" sizes=\"(max-width: 450px) 100vw, 450px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-10e9941 elementor-widget elementor-widget-heading\" data-id=\"10e9941\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">Essence of the Hive<\/h6>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-87e0ef1 elementor-widget elementor-widget-text-editor\" data-id=\"87e0ef1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Flavours and fragrances have the unique ability to evoke emotion, trigger memory, and shape experiences. CFS&#8217;s aroma ingredients business offers vanillin and ethyl vanillin built on the foundation of consistency and quality.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1a3e1d5 elementor-absolute elementor-widget elementor-widget-html\" data-id=\"1a3e1d5\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- THE BUTTON LAYOUT -->\r\n<a href=\"https:\/\/www.camlinfs.com\/annual-report-2025-2026\/aroma-ingredients\/\" class=\"camlin-fluid-btn\">\r\n  <span class=\"btn-text\">See More<\/span>\r\n  <span class=\"btn-icon-circle\">\r\n    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"arrow-icon\">\r\n      <line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"><\/line>\r\n      <polyline points=\"12 5 19 12 12 19\"><\/polyline>\r\n    <\/svg>\r\n  <\/span>\r\n<\/a>\r\n\r\n<!-- THE PERFORMANCE-OPTIMIZED CSS -->\r\n<style>\r\n:root {\r\n  \/* 1. Normal State Colors (Matching Screenshot 2026-07-01 120314.png) *\/\r\n  --camlin-btn-bg: #ffffff;      \r\n  --camlin-text-normal: #000000; \r\n  --camlin-icon-bg: #e37200;     \/* Vibrant Corporate Orange *\/\r\n  --camlin-arrow-normal: #000000; \r\n\r\n  \/* 2. Hover State Colors (L'Or\u00e9al Style Inversion) *\/\r\n  --camlin-hover-bg: #e37200;    \/* Color B: Floods out to fill the button *\/\r\n  --camlin-text-hover: #ffffff;   \/* Text color flips to white *\/\r\n  --camlin-hover-icon-bg: #ffffff;\/* Color A: Icon circle turns white *\/\r\n  --camlin-hover-arrow: #e37200;  \/* Arrow color inside the white circle turns orange *\/\r\n}\r\n\r\n\/* Base Container Styling *\/\r\n.camlin-fluid-btn {\r\n  position: relative;\r\n  display: inline-flex;\r\n  align-items: center;\r\n  justify-content: space-between;\r\n  background-color: var(--camlin-btn-bg);\r\n  \r\n  \/* Border & Rounded Corners from screenshot *\/\r\n  border: 1px solid #cccccc; \r\n  border-radius: 100px;\r\n  \r\n  \/* Premium Soft Shadow from screenshot *\/\r\n  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15); \r\n  \r\n  padding: 6px 6px 6px 40px; \/* Generous padding on left for \"Read More\" alignment *\/\r\n  text-decoration: none;\r\n  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;\r\n  overflow: hidden; \r\n  z-index: 1;\r\n  transition: border-color 0.4s ease, box-shadow 0.4s ease;\r\n}\r\n\r\n\/* FIX: Position the scale layer exactly on top of the right icon circle *\/\r\n.camlin-fluid-btn::before {\r\n  content: '';\r\n  position: absolute;\r\n  top: 6px;       \/* Aligned to match the icon box parameters *\/\r\n  right: 6px;     \/* Positioned directly on the right side over the orange circle *\/\r\n  width: 44px;    \/* Starts at the exact size of the icon circle *\/\r\n  height: 44px;   \r\n  background-color: var(--camlin-hover-bg);\r\n  border-radius: 50%;\r\n  \r\n  \/* LOCKS ORIGIN TO EXPAND EVENLY FROM THE RIGHT ICON CENTER *\/\r\n  transform: scale(1);\r\n  transform-origin: center center; \r\n  \r\n  \/* Slowed down slightly to 0.5s so you can clearly see the expansion sweep from right to left *\/\r\n  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);\r\n  z-index: -1;\r\n}\r\n\r\n\/* Text Element Layout styling *\/\r\n.camlin-fluid-btn .btn-text {\r\n  color: var(--camlin-text-normal);\r\n  font-size: 16px;\r\n  font-weight: 700; \/* Bold weight as seen in screenshot *\/\r\n  letter-spacing: -0.2px;\r\n  margin-right: 28px;\r\n  z-index: 2;\r\n  transition: color 0.35s ease;\r\n}\r\n\r\n\/* Icon Circle Element Styling *\/\r\n.camlin-fluid-btn .btn-icon-circle {\r\n  position: relative;\r\n  background-color: var(--camlin-icon-bg);\r\n  width: 44px;\r\n  height: 44px;\r\n  border-radius: 50%;\r\n  display: flex;\r\n  align-items: center;\r\n  justify-content: center;\r\n  z-index: 2;\r\n  transition: background-color 0.4s ease;\r\n}\r\n\r\n\/* Internal SVG Arrow Graphic *\/\r\n.camlin-fluid-btn .arrow-icon {\r\n  width: 18px;\r\n  height: 18px;\r\n  color: var(--camlin-arrow-normal);\r\n  transition: color 0.4s ease;\r\n}\r\n\r\n\/* ==========================================================================\r\n   THE HOVER ACTIONS (EXPANDS FROM RIGHT TO LEFT)\r\n   ========================================================================== *\/\r\n\r\n\/* The layer bursts out from its right position to swallow the entire button *\/\r\n.camlin-fluid-btn:hover::before {\r\n  transform: scale(10); \r\n}\r\n\r\n\/* Text shifts smoothly to white over the expanding orange wave *\/\r\n.camlin-fluid-btn:hover .btn-text {\r\n  color: var(--camlin-text-hover);\r\n}\r\n\r\n\/* The Icon Circle changes to Color A (White) *\/\r\n.camlin-fluid-btn:hover .btn-icon-circle {\r\n  background-color: var(--camlin-hover-icon-bg);\r\n}\r\n\r\n\/* The inner arrow flips to corporate orange *\/\r\n.camlin-fluid-btn:hover .arrow-icon {\r\n  color: var(--camlin-hover-arrow);\r\n}\r\n\r\n\/* Slight deep shadow enhancement on mouse hover *\/\r\n.camlin-fluid-btn:hover {\r\n  box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.2);\r\n  border-color: var(--camlin-hover-bg);\r\n}\r\n<\/style>\t\t\t\t<\/div>\n\t\t\n<\/div>\n<div class=\"elementor-element elementor-element-d41f608 e-con e-atomic-element e-flexbox-base e-d41f608-03e7f27 \" data-id=\"d41f608\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"d41f608\">\n    \t\t<div class=\"elementor-element elementor-element-f8eab8c elementor-widget elementor-widget-image\" data-id=\"f8eab8c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"450\" height=\"550\" src=\"https:\/\/www.camlinfs.com\/annual-report-2025-2026\/wp-content\/uploads\/2026\/07\/PERFORMANCE-CHEMICALS.webp\" class=\"attachment-large size-large wp-image-542\" alt=\"\" srcset=\"https:\/\/www.camlinfs.com\/annual-report-2025-2026\/wp-content\/uploads\/2026\/07\/PERFORMANCE-CHEMICALS.webp 450w, https:\/\/www.camlinfs.com\/annual-report-2025-2026\/wp-content\/uploads\/2026\/07\/PERFORMANCE-CHEMICALS-245x300.webp 245w\" sizes=\"(max-width: 450px) 100vw, 450px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-16b527f elementor-widget elementor-widget-heading\" data-id=\"16b527f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">Chemistry Built Into The Hive<\/h6>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8fbd825 elementor-widget elementor-widget-text-editor\" data-id=\"8fbd825\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>CFS is among the leading global manufacturers of diphenols, produced at our facility in India. There are numerous downstream products derived from diphenols that serve as essential building blocks across industries.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ea84cc0 elementor-absolute elementor-widget elementor-widget-html\" data-id=\"ea84cc0\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- THE BUTTON LAYOUT -->\r\n<a href=\"https:\/\/www.camlinfs.com\/annual-report-2025-2026\/performance-chemicals\/\" class=\"camlin-fluid-btn\">\r\n  <span class=\"btn-text\">View More<\/span>\r\n  <span class=\"btn-icon-circle\">\r\n    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"arrow-icon\">\r\n      <line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"><\/line>\r\n      <polyline points=\"12 5 19 12 12 19\"><\/polyline>\r\n    <\/svg>\r\n  <\/span>\r\n<\/a>\r\n\r\n<!-- THE PERFORMANCE-OPTIMIZED CSS -->\r\n<style>\r\n:root {\r\n  \/* 1. Normal State Colors (Matching Screenshot 2026-07-01 120314.png) *\/\r\n  --camlin-btn-bg: #ffffff;      \r\n  --camlin-text-normal: #000000; \r\n  --camlin-icon-bg: #e37200;     \/* Vibrant Corporate Orange *\/\r\n  --camlin-arrow-normal: #000000; \r\n\r\n  \/* 2. Hover State Colors (L'Or\u00e9al Style Inversion) *\/\r\n  --camlin-hover-bg: #e37200;    \/* Color B: Floods out to fill the button *\/\r\n  --camlin-text-hover: #ffffff;   \/* Text color flips to white *\/\r\n  --camlin-hover-icon-bg: #ffffff;\/* Color A: Icon circle turns white *\/\r\n  --camlin-hover-arrow: #e37200;  \/* Arrow color inside the white circle turns orange *\/\r\n}\r\n\r\n\/* Base Container Styling *\/\r\n.camlin-fluid-btn {\r\n  position: relative;\r\n  display: inline-flex;\r\n  align-items: center;\r\n  justify-content: space-between;\r\n  background-color: var(--camlin-btn-bg);\r\n  \r\n  \/* Border & Rounded Corners from screenshot *\/\r\n  border: 1px solid #cccccc; \r\n  border-radius: 100px;\r\n  \r\n  \/* Premium Soft Shadow from screenshot *\/\r\n  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15); \r\n  \r\n  padding: 6px 6px 6px 40px; \/* Generous padding on left for \"Read More\" alignment *\/\r\n  text-decoration: none;\r\n  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;\r\n  overflow: hidden; \r\n  z-index: 1;\r\n  transition: border-color 0.4s ease, box-shadow 0.4s ease;\r\n}\r\n\r\n\/* FIX: Position the scale layer exactly on top of the right icon circle *\/\r\n.camlin-fluid-btn::before {\r\n  content: '';\r\n  position: absolute;\r\n  top: 6px;       \/* Aligned to match the icon box parameters *\/\r\n  right: 6px;     \/* Positioned directly on the right side over the orange circle *\/\r\n  width: 44px;    \/* Starts at the exact size of the icon circle *\/\r\n  height: 44px;   \r\n  background-color: var(--camlin-hover-bg);\r\n  border-radius: 50%;\r\n  \r\n  \/* LOCKS ORIGIN TO EXPAND EVENLY FROM THE RIGHT ICON CENTER *\/\r\n  transform: scale(1);\r\n  transform-origin: center center; \r\n  \r\n  \/* Slowed down slightly to 0.5s so you can clearly see the expansion sweep from right to left *\/\r\n  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);\r\n  z-index: -1;\r\n}\r\n\r\n\/* Text Element Layout styling *\/\r\n.camlin-fluid-btn .btn-text {\r\n  color: var(--camlin-text-normal);\r\n  font-size: 16px;\r\n  font-weight: 700; \/* Bold weight as seen in screenshot *\/\r\n  letter-spacing: -0.2px;\r\n  margin-right: 28px;\r\n  z-index: 2;\r\n  transition: color 0.35s ease;\r\n}\r\n\r\n\/* Icon Circle Element Styling *\/\r\n.camlin-fluid-btn .btn-icon-circle {\r\n  position: relative;\r\n  background-color: var(--camlin-icon-bg);\r\n  width: 44px;\r\n  height: 44px;\r\n  border-radius: 50%;\r\n  display: flex;\r\n  align-items: center;\r\n  justify-content: center;\r\n  z-index: 2;\r\n  transition: background-color 0.4s ease;\r\n}\r\n\r\n\/* Internal SVG Arrow Graphic *\/\r\n.camlin-fluid-btn .arrow-icon {\r\n  width: 18px;\r\n  height: 18px;\r\n  color: var(--camlin-arrow-normal);\r\n  transition: color 0.4s ease;\r\n}\r\n\r\n\/* ==========================================================================\r\n   THE HOVER ACTIONS (EXPANDS FROM RIGHT TO LEFT)\r\n   ========================================================================== *\/\r\n\r\n\/* The layer bursts out from its right position to swallow the entire button *\/\r\n.camlin-fluid-btn:hover::before {\r\n  transform: scale(10); \r\n}\r\n\r\n\/* Text shifts smoothly to white over the expanding orange wave *\/\r\n.camlin-fluid-btn:hover .btn-text {\r\n  color: var(--camlin-text-hover);\r\n}\r\n\r\n\/* The Icon Circle changes to Color A (White) *\/\r\n.camlin-fluid-btn:hover .btn-icon-circle {\r\n  background-color: var(--camlin-hover-icon-bg);\r\n}\r\n\r\n\/* The inner arrow flips to corporate orange *\/\r\n.camlin-fluid-btn:hover .arrow-icon {\r\n  color: var(--camlin-hover-arrow);\r\n}\r\n\r\n\/* Slight deep shadow enhancement on mouse hover *\/\r\n.camlin-fluid-btn:hover {\r\n  box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.2);\r\n  border-color: var(--camlin-hover-bg);\r\n}\r\n<\/style>\t\t\t\t<\/div>\n\t\t\n<\/div>\n\n<\/div>\n<div class=\"elementor-element elementor-element-9e12675 e-con e-atomic-element e-flexbox-base e-9e12675-5b4d688 \" data-id=\"9e12675\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"9e12675\">\n    <div class=\"elementor-element elementor-element-960fcf0 e-con e-atomic-element e-flexbox-base e-960fcf0-eb547ed \" data-id=\"960fcf0\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"960fcf0\">\n    \t\t<div class=\"elementor-element elementor-element-b98d3a7 elementor-widget elementor-widget-image\" data-id=\"b98d3a7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"500\" src=\"https:\/\/www.camlinfs.com\/annual-report-2025-2026\/wp-content\/uploads\/2026\/07\/Announcement-md.webp\" class=\"attachment-full size-full wp-image-769\" alt=\"\" srcset=\"https:\/\/www.camlinfs.com\/annual-report-2025-2026\/wp-content\/uploads\/2026\/07\/Announcement-md.webp 500w, https:\/\/www.camlinfs.com\/annual-report-2025-2026\/wp-content\/uploads\/2026\/07\/Announcement-md-300x300.webp 300w, https:\/\/www.camlinfs.com\/annual-report-2025-2026\/wp-content\/uploads\/2026\/07\/Announcement-md-150x150.webp 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\n<\/div>\n<div class=\"elementor-element elementor-element-7aea13f e-con e-atomic-element e-flexbox-base e-7aea13f-59d8676 \" data-id=\"7aea13f\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"7aea13f\">\n    \t\t<div class=\"elementor-element elementor-element-f37937c elementor-widget elementor-widget-heading\" data-id=\"f37937c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Announcement<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d25181b elementor-widget elementor-widget-text-editor\" data-id=\"d25181b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>With Vinpai, we have acquired much beyond a business-we are adding a powerful new cell to our ecosystem. Founded in 2011, Vinpai brings deep expertise in natural, functional ingredients derived from algae, plants, minerals, and vegetable fibers. Its solutions are designed to replace conventional additives with cleaner, performance-driven alternatives, enhancing both functionality and nutritional value across food, cosmetics, and nutraceutical applications.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9926475 elementor-widget elementor-widget-html\" data-id=\"9926475\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- THE BUTTON LAYOUT -->\r\n<a href=\"https:\/\/www.camlinfs.com\/annual-report-2025-2026\/announcement\/\" class=\"camlin-fluid-btn\">\r\n  <span class=\"btn-text\">Access here<\/span>\r\n  <span class=\"btn-icon-circle\">\r\n    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"arrow-icon\">\r\n      <line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"><\/line>\r\n      <polyline points=\"12 5 19 12 12 19\"><\/polyline>\r\n    <\/svg>\r\n  <\/span>\r\n<\/a>\r\n\r\n<!-- THE PERFORMANCE-OPTIMIZED CSS -->\r\n<style>\r\n:root {\r\n  \/* 1. Normal State Colors (Matching Screenshot 2026-07-01 120314.png) *\/\r\n  --camlin-btn-bg: #ffffff;      \r\n  --camlin-text-normal: #000000; \r\n  --camlin-icon-bg: #e37200;     \/* Vibrant Corporate Orange *\/\r\n  --camlin-arrow-normal: #000000; \r\n\r\n  \/* 2. Hover State Colors (L'Or\u00e9al Style Inversion) *\/\r\n  --camlin-hover-bg: #e37200;    \/* Color B: Floods out to fill the button *\/\r\n  --camlin-text-hover: #ffffff;   \/* Text color flips to white *\/\r\n  --camlin-hover-icon-bg: #ffffff;\/* Color A: Icon circle turns white *\/\r\n  --camlin-hover-arrow: #e37200;  \/* Arrow color inside the white circle turns orange *\/\r\n}\r\n\r\n\/* Base Container Styling *\/\r\n.camlin-fluid-btn {\r\n  position: relative;\r\n  display: inline-flex;\r\n  align-items: center;\r\n  justify-content: space-between;\r\n  background-color: var(--camlin-btn-bg);\r\n  \r\n  \/* Border & Rounded Corners from screenshot *\/\r\n  border: 1px solid #cccccc; \r\n  border-radius: 100px;\r\n  \r\n  \/* Premium Soft Shadow from screenshot *\/\r\n  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15); \r\n  \r\n  padding: 6px 6px 6px 40px; \/* Generous padding on left for \"Read More\" alignment *\/\r\n  text-decoration: none;\r\n  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;\r\n  overflow: hidden; \r\n  z-index: 1;\r\n  transition: border-color 0.4s ease, box-shadow 0.4s ease;\r\n}\r\n\r\n\/* FIX: Position the scale layer exactly on top of the right icon circle *\/\r\n.camlin-fluid-btn::before {\r\n  content: '';\r\n  position: absolute;\r\n  top: 6px;       \/* Aligned to match the icon box parameters *\/\r\n  right: 6px;     \/* Positioned directly on the right side over the orange circle *\/\r\n  width: 44px;    \/* Starts at the exact size of the icon circle *\/\r\n  height: 44px;   \r\n  background-color: var(--camlin-hover-bg);\r\n  border-radius: 50%;\r\n  \r\n  \/* LOCKS ORIGIN TO EXPAND EVENLY FROM THE RIGHT ICON CENTER *\/\r\n  transform: scale(1);\r\n  transform-origin: center center; \r\n  \r\n  \/* Slowed down slightly to 0.5s so you can clearly see the expansion sweep from right to left *\/\r\n  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);\r\n  z-index: -1;\r\n}\r\n\r\n\/* Text Element Layout styling *\/\r\n.camlin-fluid-btn .btn-text {\r\n  color: var(--camlin-text-normal);\r\n  font-size: 16px;\r\n  font-weight: 700; \/* Bold weight as seen in screenshot *\/\r\n  letter-spacing: -0.2px;\r\n  margin-right: 28px;\r\n  z-index: 2;\r\n  transition: color 0.35s ease;\r\n}\r\n\r\n\/* Icon Circle Element Styling *\/\r\n.camlin-fluid-btn .btn-icon-circle {\r\n  position: relative;\r\n  background-color: var(--camlin-icon-bg);\r\n  width: 44px;\r\n  height: 44px;\r\n  border-radius: 50%;\r\n  display: flex;\r\n  align-items: center;\r\n  justify-content: center;\r\n  z-index: 2;\r\n  transition: background-color 0.4s ease;\r\n}\r\n\r\n\/* Internal SVG Arrow Graphic *\/\r\n.camlin-fluid-btn .arrow-icon {\r\n  width: 18px;\r\n  height: 18px;\r\n  color: var(--camlin-arrow-normal);\r\n  transition: color 0.4s ease;\r\n}\r\n\r\n\/* ==========================================================================\r\n   THE HOVER ACTIONS (EXPANDS FROM RIGHT TO LEFT)\r\n   ========================================================================== *\/\r\n\r\n\/* The layer bursts out from its right position to swallow the entire button *\/\r\n.camlin-fluid-btn:hover::before {\r\n  transform: scale(10); \r\n}\r\n\r\n\/* Text shifts smoothly to white over the expanding orange wave *\/\r\n.camlin-fluid-btn:hover .btn-text {\r\n  color: var(--camlin-text-hover);\r\n}\r\n\r\n\/* The Icon Circle changes to Color A (White) *\/\r\n.camlin-fluid-btn:hover .btn-icon-circle {\r\n  background-color: var(--camlin-hover-icon-bg);\r\n}\r\n\r\n\/* The inner arrow flips to corporate orange *\/\r\n.camlin-fluid-btn:hover .arrow-icon {\r\n  color: var(--camlin-hover-arrow);\r\n}\r\n\r\n\/* Slight deep shadow enhancement on mouse hover *\/\r\n.camlin-fluid-btn:hover {\r\n  box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.2);\r\n  border-color: var(--camlin-hover-bg);\r\n}\r\n<\/style>\t\t\t\t<\/div>\n\t\t\n<\/div>\n\n<\/div>\n<div class=\"elementor-element elementor-element-64e6267 e-con e-atomic-element e-flexbox-base e-64e6267-af66b7e \" data-id=\"64e6267\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"64e6267\" id=\"globalfootprint\">\n    <div class=\"elementor-element elementor-element-1fd4e9d e-con e-atomic-element e-flexbox-base e-1fd4e9d-e2c02c5 \" data-id=\"1fd4e9d\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"1fd4e9d\">\n    \t\t<div class=\"elementor-element elementor-element-83bed7a elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"83bed7a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">GLOBAL<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f67b989 elementor-widget elementor-widget-heading\" data-id=\"f67b989\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">FOOTPRINT<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ecc2031 elementor-hidden-desktop elementor-hidden-tablet elementor-widget elementor-widget-html\" data-id=\"ecc2031\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- Copy everything below this line -->\r\n<div class=\"scroll-wrapper\">\r\n  <img decoding=\"async\" src=\"https:\/\/www.camlinfs.com\/annual-report-2025-2026\/wp-content\/uploads\/2026\/07\/Camlin-FS-Global-Footprints.webp\" alt=\"Scrollable wide panorama\" class=\"scroll-img\">\r\n<\/div>\r\n\r\n<style>\r\n  .scroll-wrapper {\r\n    width: 100%;\r\n    overflow-x: auto; \/* Enables horizontal scrolling *\/\r\n    overflow-y: hidden; \/* Prevents vertical scrolling\/shaking *\/\r\n    white-space: nowrap; \/* Ensures content stays on a single line *\/\r\n    -webkit-overflow-scrolling: touch; \/* Smooth momentum scrolling for iOS *\/\r\n    \r\n    \/* Adds a subtle shadow on the right to hint that there is more content *\/\r\n    box-shadow: inset -15px 0 15px -15px rgba(0,0,0,0.3); \r\n  }\r\n\r\n  .scroll-img {\r\n width: 800px; \/* Keeps the image proportions perfect *\/\r\n    max-width: none !important; \/* Forces the image to break past the screen boundaries *\/\r\n    display: inline-block;\r\n    vertical-align: middle;\r\n  }\r\n<\/style>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-89bb95c elementor-hidden-mobile elementor-widget elementor-widget-image\" data-id=\"89bb95c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1450\" height=\"739\" src=\"https:\/\/www.camlinfs.com\/annual-report-2025-2026\/wp-content\/uploads\/2026\/07\/Camlin-FS-Global-Footprints.webp\" class=\"attachment-full size-full wp-image-544\" alt=\"\" srcset=\"https:\/\/www.camlinfs.com\/annual-report-2025-2026\/wp-content\/uploads\/2026\/07\/Camlin-FS-Global-Footprints.webp 1450w, https:\/\/www.camlinfs.com\/annual-report-2025-2026\/wp-content\/uploads\/2026\/07\/Camlin-FS-Global-Footprints-300x153.webp 300w, https:\/\/www.camlinfs.com\/annual-report-2025-2026\/wp-content\/uploads\/2026\/07\/Camlin-FS-Global-Footprints-1024x522.webp 1024w, https:\/\/www.camlinfs.com\/annual-report-2025-2026\/wp-content\/uploads\/2026\/07\/Camlin-FS-Global-Footprints-768x391.webp 768w\" sizes=\"(max-width: 1450px) 100vw, 1450px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\n<\/div>\n\n<\/div>\n<div class=\"elementor-element elementor-element-119c75b e-con e-atomic-element e-flexbox-base e-119c75b-8f3e504 \" data-id=\"119c75b\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"119c75b\" id=\"facilities\">\n    <div class=\"elementor-element elementor-element-e46f972 e-con e-atomic-element e-flexbox-base e-e46f972-48edc75 \" data-id=\"e46f972\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"e46f972\">\n    \t\t<div class=\"elementor-element elementor-element-fbda9c0 elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"fbda9c0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">MANUFACTURING<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-092b9a1 elementor-widget elementor-widget-heading\" data-id=\"092b9a1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">FACILITIES<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b32d8e7 elementor-pagination-position-inside elementor-widget elementor-widget-image-carousel\" data-id=\"b32d8e7\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;slides_to_show&quot;:&quot;1&quot;,&quot;navigation&quot;:&quot;dots&quot;,&quot;autoplay_speed&quot;:3000,&quot;autoplay&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;infinite&quot;:&quot;yes&quot;,&quot;effect&quot;:&quot;slide&quot;,&quot;speed&quot;:500}\" data-widget_type=\"image-carousel.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-image-carousel-wrapper swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Image Carousel\" dir=\"ltr\">\n\t\t\t<div class=\"elementor-image-carousel swiper-wrapper\" aria-live=\"off\">\n\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 of 7\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/www.camlinfs.com\/annual-report-2025-2026\/wp-content\/uploads\/2026\/07\/Camlin-FS-Facilities-1.webp\" alt=\"Camlin-FS-Facilities---1\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 of 7\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/www.camlinfs.com\/annual-report-2025-2026\/wp-content\/uploads\/2026\/07\/Camlin-FS-Facilities-2.webp\" alt=\"Camlin-FS-Facilities---2\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"3 of 7\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/www.camlinfs.com\/annual-report-2025-2026\/wp-content\/uploads\/2026\/07\/Camlin-FS-Facilities-3.webp\" alt=\"Camlin-FS-Facilities---3\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"4 of 7\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/www.camlinfs.com\/annual-report-2025-2026\/wp-content\/uploads\/2026\/07\/Camlin-FS-Facilities-4.webp\" alt=\"Camlin-FS-Facilities---4\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"5 of 7\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/www.camlinfs.com\/annual-report-2025-2026\/wp-content\/uploads\/2026\/07\/Camlin-FS-Facilities-5.webp\" alt=\"Camlin-FS-Facilities---5\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"6 of 7\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/www.camlinfs.com\/annual-report-2025-2026\/wp-content\/uploads\/2026\/07\/Camlin-FS-Facilities-6.webp\" alt=\"Camlin-FS-Facilities---6\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"7 of 7\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/www.camlinfs.com\/annual-report-2025-2026\/wp-content\/uploads\/2026\/07\/Camlin-FS-Facilities-7.webp\" alt=\"Camlin-FS-Facilities---7\" \/><\/figure><\/div>\t\t\t<\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div class=\"swiper-pagination\"><\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\n<\/div>\n\n<\/div>\n<div class=\"elementor-element elementor-element-136ae34 e-con e-atomic-element e-flexbox-base e-136ae34-de2a822 \" data-id=\"136ae34\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"136ae34\">\n    <div class=\"elementor-element elementor-element-d326f73 e-con e-atomic-element e-flexbox-base e-d326f73-7b7d138 \" data-id=\"d326f73\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"d326f73\">\n    \t\t<div class=\"elementor-element elementor-element-5fdcdb2 elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"5fdcdb2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">RESEARCH &amp;<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6dbfcf5 elementor-widget elementor-widget-heading\" data-id=\"6dbfcf5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">DEVELOPMENT<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f43b735 elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"f43b735\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">BLENDING SCIENCE INTO SOLUTIONS<\/h6>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-619ef3a elementor-widget elementor-widget-text-editor\" data-id=\"619ef3a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Innovation doesn\u2019t happen in silos. It happens in systems and each R&amp;D initiative is a cell of capability and when connected, they create outcomes far greater than individual efforts.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2af85fb elementor-widget elementor-widget-text-editor\" data-id=\"2af85fb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tAt Camlin Fine Sciences (CFS), R&amp;D is not a standalone function, it is the circulatory system of our hive, where ideas form, evolve, and translate into solutions across businesses.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ac3fb76 elementor-widget__width-inherit elementor-widget elementor-widget-html\" data-id=\"ac3fb76\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- THE BUTTON LAYOUT -->\r\n<a href=\"https:\/\/www.camlinfs.com\/annual-report-2025-2026\/research-development\/\" class=\"camlin-fluid-btn\">\r\n  <span class=\"btn-text\">Discover Our Progress<\/span>\r\n  <span class=\"btn-icon-circle\">\r\n    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"arrow-icon\">\r\n      <line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"><\/line>\r\n      <polyline points=\"12 5 19 12 12 19\"><\/polyline>\r\n    <\/svg>\r\n  <\/span>\r\n<\/a>\r\n\r\n<!-- THE PERFORMANCE-OPTIMIZED CSS -->\r\n<style>\r\n:root {\r\n  \/* 1. Normal State Colors (Matching Screenshot 2026-07-01 120314.png) *\/\r\n  --camlin-btn-bg: #ffffff;      \r\n  --camlin-text-normal: #000000; \r\n  --camlin-icon-bg: #e37200;     \/* Vibrant Corporate Orange *\/\r\n  --camlin-arrow-normal: #000000; \r\n\r\n  \/* 2. Hover State Colors (L'Or\u00e9al Style Inversion) *\/\r\n  --camlin-hover-bg: #e37200;    \/* Color B: Floods out to fill the button *\/\r\n  --camlin-text-hover: #ffffff;   \/* Text color flips to white *\/\r\n  --camlin-hover-icon-bg: #ffffff;\/* Color A: Icon circle turns white *\/\r\n  --camlin-hover-arrow: #e37200;  \/* Arrow color inside the white circle turns orange *\/\r\n}\r\n\r\n\/* Base Container Styling *\/\r\n.camlin-fluid-btn {\r\n  position: relative;\r\n  display: inline-flex;\r\n  align-items: center;\r\n  justify-content: space-between;\r\n  background-color: var(--camlin-btn-bg);\r\n  \r\n  \/* Border & Rounded Corners from screenshot *\/\r\n  border: 1px solid #cccccc; \r\n  border-radius: 100px;\r\n  \r\n  \/* Premium Soft Shadow from screenshot *\/\r\n  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15); \r\n  \r\n  padding: 6px 6px 6px 40px; \/* Generous padding on left for \"Read More\" alignment *\/\r\n  text-decoration: none;\r\n  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;\r\n  overflow: hidden; \r\n  z-index: 1;\r\n  transition: border-color 0.4s ease, box-shadow 0.4s ease;\r\n}\r\n\r\n\/* FIX: Position the scale layer exactly on top of the right icon circle *\/\r\n.camlin-fluid-btn::before {\r\n  content: '';\r\n  position: absolute;\r\n  top: 6px;       \/* Aligned to match the icon box parameters *\/\r\n  right: 6px;     \/* Positioned directly on the right side over the orange circle *\/\r\n  width: 44px;    \/* Starts at the exact size of the icon circle *\/\r\n  height: 44px;   \r\n  background-color: var(--camlin-hover-bg);\r\n  border-radius: 50%;\r\n  \r\n  \/* LOCKS ORIGIN TO EXPAND EVENLY FROM THE RIGHT ICON CENTER *\/\r\n  transform: scale(1);\r\n  transform-origin: center center; \r\n  \r\n  \/* Slowed down slightly to 0.5s so you can clearly see the expansion sweep from right to left *\/\r\n  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);\r\n  z-index: -1;\r\n}\r\n\r\n\/* Text Element Layout styling *\/\r\n.camlin-fluid-btn .btn-text {\r\n  color: var(--camlin-text-normal);\r\n  font-size: 16px;\r\n  font-weight: 700; \/* Bold weight as seen in screenshot *\/\r\n  letter-spacing: -0.2px;\r\n  margin-right: 28px;\r\n  z-index: 2;\r\n  transition: color 0.35s ease;\r\n}\r\n\r\n\/* Icon Circle Element Styling *\/\r\n.camlin-fluid-btn .btn-icon-circle {\r\n  position: relative;\r\n  background-color: var(--camlin-icon-bg);\r\n  width: 44px;\r\n  height: 44px;\r\n  border-radius: 50%;\r\n  display: flex;\r\n  align-items: center;\r\n  justify-content: center;\r\n  z-index: 2;\r\n  transition: background-color 0.4s ease;\r\n}\r\n\r\n\/* Internal SVG Arrow Graphic *\/\r\n.camlin-fluid-btn .arrow-icon {\r\n  width: 18px;\r\n  height: 18px;\r\n  color: var(--camlin-arrow-normal);\r\n  transition: color 0.4s ease;\r\n}\r\n\r\n\/* ==========================================================================\r\n   THE HOVER ACTIONS (EXPANDS FROM RIGHT TO LEFT)\r\n   ========================================================================== *\/\r\n\r\n\/* The layer bursts out from its right position to swallow the entire button *\/\r\n.camlin-fluid-btn:hover::before {\r\n  transform: scale(10); \r\n}\r\n\r\n\/* Text shifts smoothly to white over the expanding orange wave *\/\r\n.camlin-fluid-btn:hover .btn-text {\r\n  color: var(--camlin-text-hover);\r\n}\r\n\r\n\/* The Icon Circle changes to Color A (White) *\/\r\n.camlin-fluid-btn:hover .btn-icon-circle {\r\n  background-color: var(--camlin-hover-icon-bg);\r\n}\r\n\r\n\/* The inner arrow flips to corporate orange *\/\r\n.camlin-fluid-btn:hover .arrow-icon {\r\n  color: var(--camlin-hover-arrow);\r\n}\r\n\r\n\/* Slight deep shadow enhancement on mouse hover *\/\r\n.camlin-fluid-btn:hover {\r\n  box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.2);\r\n  border-color: var(--camlin-hover-bg);\r\n}\r\n<\/style>\t\t\t\t<\/div>\n\t\t\n<\/div>\n<div class=\"elementor-element elementor-element-6d181de e-con e-atomic-element e-flexbox-base e-6d181de-4a6868f \" data-id=\"6d181de\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"6d181de\">\n    \t\t<div class=\"elementor-element elementor-element-54873bf elementor-widget elementor-widget-image\" data-id=\"54873bf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"650\" height=\"450\" src=\"https:\/\/www.camlinfs.com\/annual-report-2025-2026\/wp-content\/uploads\/2026\/07\/Research-Development.webp\" class=\"attachment-full size-full wp-image-555\" alt=\"\" srcset=\"https:\/\/www.camlinfs.com\/annual-report-2025-2026\/wp-content\/uploads\/2026\/07\/Research-Development.webp 650w, https:\/\/www.camlinfs.com\/annual-report-2025-2026\/wp-content\/uploads\/2026\/07\/Research-Development-300x208.webp 300w\" sizes=\"(max-width: 650px) 100vw, 650px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\n<\/div>\n\n<\/div>\n<div class=\"elementor-element elementor-element-77a957e e-con e-atomic-element e-flexbox-base e-77a957e-03ecfeb \" data-id=\"77a957e\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"77a957e\">\n    <div class=\"elementor-element elementor-element-e19c264 e-con e-atomic-element e-flexbox-base e-e19c264-c3766d8 \" data-id=\"e19c264\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"e19c264\">\n    \t\t<div class=\"elementor-element elementor-element-eba02d0 elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"eba02d0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">ESG<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f38e15d elementor-widget elementor-widget-heading\" data-id=\"f38e15d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">INITIATIVE<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-759b16e elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"759b16e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">WHERE RESPONSIBILITY MEETS RESILIENCE<\/h6>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-38243f7 elementor-widget elementor-widget-text-editor\" data-id=\"38243f7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tAt CFS, sustainability is built like a hive: interconnected, intelligent, and continuously evolving. Every initiative, every operational improvement strengthens the collective ecosystem that powers our business, our communities, and our global stakeholders.\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1f4fcdc elementor-widget elementor-widget-text-editor\" data-id=\"1f4fcdc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tJust as each cell in a beehive contributes to the strength of the whole, our ESG framework blends environmental responsibility, social well-being, and governance excellence into one unified system of sustainable growth.\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2aacad7 elementor-widget elementor-widget-html\" data-id=\"2aacad7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- THE BUTTON LAYOUT -->\r\n<a href=\"https:\/\/www.camlinfs.com\/annual-report-2025-2026\/esg-initiative\/\" class=\"camlin-fluid-btn\">\r\n  <span class=\"btn-text\">Progress with Purpose<\/span>\r\n  <span class=\"btn-icon-circle\">\r\n    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"arrow-icon\">\r\n      <line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"><\/line>\r\n      <polyline points=\"12 5 19 12 12 19\"><\/polyline>\r\n    <\/svg>\r\n  <\/span>\r\n<\/a>\r\n\r\n<!-- THE PERFORMANCE-OPTIMIZED CSS -->\r\n<style>\r\n:root {\r\n  \/* 1. Normal State Colors (Matching Screenshot 2026-07-01 120314.png) *\/\r\n  --camlin-btn-bg: #ffffff;      \r\n  --camlin-text-normal: #000000; \r\n  --camlin-icon-bg: #e37200;     \/* Vibrant Corporate Orange *\/\r\n  --camlin-arrow-normal: #000000; \r\n\r\n  \/* 2. Hover State Colors (L'Or\u00e9al Style Inversion) *\/\r\n  --camlin-hover-bg: #FECB24;    \/* Color B: Floods out to fill the button *\/\r\n  --camlin-text-hover: #ffffff;   \/* Text color flips to white *\/\r\n  --camlin-hover-icon-bg: #ffffff;\/* Color A: Icon circle turns white *\/\r\n  --camlin-hover-arrow: #e37200;  \/* Arrow color inside the white circle turns orange *\/\r\n}\r\n\r\n\/* Base Container Styling *\/\r\n.camlin-fluid-btn {\r\n  position: relative;\r\n  display: inline-flex;\r\n  align-items: center;\r\n  justify-content: space-between;\r\n  background-color: var(--camlin-btn-bg);\r\n  \r\n  \/* Border & Rounded Corners from screenshot *\/\r\n  border: 1px solid #cccccc; \r\n  border-radius: 100px;\r\n  \r\n  \/* Premium Soft Shadow from screenshot *\/\r\n  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15); \r\n  \r\n  padding: 6px 6px 6px 40px; \/* Generous padding on left for \"Read More\" alignment *\/\r\n  text-decoration: none;\r\n  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;\r\n  overflow: hidden; \r\n  z-index: 1;\r\n  transition: border-color 0.4s ease, box-shadow 0.4s ease;\r\n}\r\n\r\n\/* FIX: Position the scale layer exactly on top of the right icon circle *\/\r\n.camlin-fluid-btn::before {\r\n  content: '';\r\n  position: absolute;\r\n  top: 6px;       \/* Aligned to match the icon box parameters *\/\r\n  right: 6px;     \/* Positioned directly on the right side over the orange circle *\/\r\n  width: 44px;    \/* Starts at the exact size of the icon circle *\/\r\n  height: 44px;   \r\n  background-color: var(--camlin-hover-bg);\r\n  border-radius: 50%;\r\n  \r\n  \/* LOCKS ORIGIN TO EXPAND EVENLY FROM THE RIGHT ICON CENTER *\/\r\n  transform: scale(1);\r\n  transform-origin: center center; \r\n  \r\n  \/* Slowed down slightly to 0.5s so you can clearly see the expansion sweep from right to left *\/\r\n  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);\r\n  z-index: -1;\r\n}\r\n\r\n\/* Text Element Layout styling *\/\r\n.camlin-fluid-btn .btn-text {\r\n  color: var(--camlin-text-normal);\r\n  font-size: 16px;\r\n  font-weight: 700; \/* Bold weight as seen in screenshot *\/\r\n  letter-spacing: -0.2px;\r\n  margin-right: 28px;\r\n  z-index: 2;\r\n  transition: color 0.35s ease;\r\n}\r\n\r\n\/* Icon Circle Element Styling *\/\r\n.camlin-fluid-btn .btn-icon-circle {\r\n  position: relative;\r\n  background-color: var(--camlin-icon-bg);\r\n  width: 44px;\r\n  height: 44px;\r\n  border-radius: 50%;\r\n  display: flex;\r\n  align-items: center;\r\n  justify-content: center;\r\n  z-index: 2;\r\n  transition: background-color 0.4s ease;\r\n}\r\n\r\n\/* Internal SVG Arrow Graphic *\/\r\n.camlin-fluid-btn .arrow-icon {\r\n  width: 18px;\r\n  height: 18px;\r\n  color: var(--camlin-arrow-normal);\r\n  transition: color 0.4s ease;\r\n}\r\n\r\n\/* ==========================================================================\r\n   THE HOVER ACTIONS (EXPANDS FROM RIGHT TO LEFT)\r\n   ========================================================================== *\/\r\n\r\n\/* The layer bursts out from its right position to swallow the entire button *\/\r\n.camlin-fluid-btn:hover::before {\r\n  transform: scale(10); \r\n}\r\n\r\n\/* Text shifts smoothly to white over the expanding orange wave *\/\r\n.camlin-fluid-btn:hover .btn-text {\r\n  color: var(--camlin-text-hover);\r\n}\r\n\r\n\/* The Icon Circle changes to Color A (White) *\/\r\n.camlin-fluid-btn:hover .btn-icon-circle {\r\n  background-color: var(--camlin-hover-icon-bg);\r\n}\r\n\r\n\/* The inner arrow flips to corporate orange *\/\r\n.camlin-fluid-btn:hover .arrow-icon {\r\n  color: var(--camlin-hover-arrow);\r\n}\r\n\r\n\/* Slight deep shadow enhancement on mouse hover *\/\r\n.camlin-fluid-btn:hover {\r\n  box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.2);\r\n  border-color: var(--camlin-hover-bg);\r\n}\r\n<\/style>\t\t\t\t<\/div>\n\t\t\n<\/div>\n<div class=\"elementor-element elementor-element-15ffa00 e-con e-atomic-element e-flexbox-base e-15ffa00-dafcde3 \" data-id=\"15ffa00\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"15ffa00\">\n    \t\t<div class=\"elementor-element elementor-element-4fb044e elementor-widget elementor-widget-image\" data-id=\"4fb044e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"650\" height=\"450\" src=\"https:\/\/www.camlinfs.com\/annual-report-2025-2026\/wp-content\/uploads\/2026\/07\/Esg-Initiative.webp\" class=\"attachment-full size-full wp-image-556\" alt=\"\" srcset=\"https:\/\/www.camlinfs.com\/annual-report-2025-2026\/wp-content\/uploads\/2026\/07\/Esg-Initiative.webp 650w, https:\/\/www.camlinfs.com\/annual-report-2025-2026\/wp-content\/uploads\/2026\/07\/Esg-Initiative-300x208.webp 300w\" sizes=\"(max-width: 650px) 100vw, 650px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\n<\/div>\n\n<\/div>\n<div class=\"elementor-element elementor-element-1041e97 e-con e-atomic-element e-flexbox-base e-1041e97-a336118 \" data-id=\"1041e97\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"1041e97\" id=\"brands\">\n    <div class=\"elementor-element elementor-element-d75f0e5 e-con e-atomic-element e-flexbox-base e-d75f0e5-dee5e56 \" data-id=\"d75f0e5\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"d75f0e5\">\n    \t\t<div class=\"elementor-element elementor-element-53adffa elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"53adffa\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">OUR<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-606b509 elementor-widget elementor-widget-heading\" data-id=\"606b509\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">BRANDS<\/h2>\t\t\t\t<\/div>\n\t\t\n<\/div>\n\n<\/div>\n<div class=\"elementor-element elementor-element-0c4fbfd e-con e-atomic-element e-flexbox-base e-0c4fbfd-2527986 \" data-id=\"0c4fbfd\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"0c4fbfd\">\n    <div class=\"elementor-element elementor-element-95dcbbb e-con e-atomic-element e-flexbox-base e-95dcbbb-3a91191 \" data-id=\"95dcbbb\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"95dcbbb\">\n    \t\t<div class=\"elementor-element elementor-element-bb43c82 elementor-widget elementor-widget-image-carousel\" data-id=\"bb43c82\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;slides_to_show&quot;:&quot;6&quot;,&quot;navigation&quot;:&quot;none&quot;,&quot;autoplay_speed&quot;:0,&quot;slides_to_scroll&quot;:&quot;1&quot;,&quot;speed&quot;:3000,&quot;image_spacing_custom&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:40,&quot;sizes&quot;:[]},&quot;slides_to_show_mobile&quot;:&quot;2&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;infinite&quot;:&quot;yes&quot;,&quot;image_spacing_custom_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_spacing_custom_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"image-carousel.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-image-carousel-wrapper swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Image Carousel\" dir=\"ltr\">\n\t\t\t<div class=\"elementor-image-carousel swiper-wrapper\" aria-live=\"off\">\n\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 of 8\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/www.camlinfs.com\/annual-report-2025-2026\/wp-content\/uploads\/2026\/07\/adorr.jpg\" alt=\"adorr\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 of 8\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/www.camlinfs.com\/annual-report-2025-2026\/wp-content\/uploads\/2026\/07\/Biosus.jpg\" alt=\"Biosus\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"3 of 8\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/www.camlinfs.com\/annual-report-2025-2026\/wp-content\/uploads\/2026\/07\/Dinamic.jpg\" alt=\"Dinamic\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"4 of 8\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/www.camlinfs.com\/annual-report-2025-2026\/wp-content\/uploads\/2026\/07\/Dresbond.jpg\" alt=\"Dresbond\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"5 of 8\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/www.camlinfs.com\/annual-report-2025-2026\/wp-content\/uploads\/2026\/07\/Enersupra.jpg\" alt=\"Enersupra\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"6 of 8\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/www.camlinfs.com\/annual-report-2025-2026\/wp-content\/uploads\/2026\/07\/Ezential.jpg\" alt=\"Ezential\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"7 of 8\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/www.camlinfs.com\/annual-report-2025-2026\/wp-content\/uploads\/2026\/07\/Glucosil.jpg\" alt=\"Glucosil\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"8 of 8\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/www.camlinfs.com\/annual-report-2025-2026\/wp-content\/uploads\/2026\/07\/Moisys.jpg\" alt=\"Moisys\" \/><\/figure><\/div>\t\t\t<\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7d9dc00 elementor-widget elementor-widget-html\" data-id=\"7d9dc00\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>\r\n(function($) {\r\n    function overrideSwiperAutoplay() {\r\n        \/\/ Target all swiper instances on the page immediately\r\n        $('.elementor-image-carousel-wrapper .swiper').each(function() {\r\n            var swiperContainer = this;\r\n            if (swiperContainer.swiper) {\r\n                var swiperInstance = swiperContainer.swiper;\r\n                \r\n                \/\/ Explicitly disable the hard stop parameters\r\n                swiperInstance.params.autoplay.disableOnInteraction = false;\r\n                swiperInstance.params.autoplay.pauseOnMouseEnter = false;\r\n                swiperInstance.params.loop = true;\r\n                \r\n                \/\/ Re-kickstart the carousel engine completely\r\n                swiperInstance.autoplay.start();\r\n            }\r\n        });\r\n    }\r\n\r\n    \/\/ Run 1: If Elementor is already fully loaded and initialized\r\n    if (window.elementorFrontend && elementorFrontend.hooks) {\r\n        setTimeout(overrideSwiperAutoplay, 800);\r\n    } \r\n    \r\n    \/\/ Run 2: Standard hook listener safety net fallback\r\n    $(window).on('elementor\/frontend\/init', function() {\r\n        elementorFrontend.hooks.addAction('frontend\/element_ready\/image-carousel.default', function($scope) {\r\n            setTimeout(overrideSwiperAutoplay, 800);\r\n        });\r\n    });\r\n})(jQuery);\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-de92190 elementor-widget elementor-widget-image-carousel\" data-id=\"de92190\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;slides_to_show&quot;:&quot;6&quot;,&quot;navigation&quot;:&quot;none&quot;,&quot;autoplay_speed&quot;:0,&quot;slides_to_scroll&quot;:&quot;1&quot;,&quot;speed&quot;:3000,&quot;image_spacing_custom&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:40,&quot;sizes&quot;:[]},&quot;slides_to_show_mobile&quot;:&quot;2&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;infinite&quot;:&quot;yes&quot;,&quot;image_spacing_custom_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_spacing_custom_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"image-carousel.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-image-carousel-wrapper swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Image Carousel\" dir=\"rtl\">\n\t\t\t<div class=\"elementor-image-carousel swiper-wrapper\" aria-live=\"off\">\n\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 of 8\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/www.camlinfs.com\/annual-report-2025-2026\/wp-content\/uploads\/2026\/07\/NaSure.jpg\" alt=\"NaSure\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 of 8\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/www.camlinfs.com\/annual-report-2025-2026\/wp-content\/uploads\/2026\/07\/Novamold.jpg\" alt=\"Novamold\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"3 of 8\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/www.camlinfs.com\/annual-report-2025-2026\/wp-content\/uploads\/2026\/07\/Nutrinase.jpg\" alt=\"Nutrinase\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"4 of 8\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/www.camlinfs.com\/annual-report-2025-2026\/wp-content\/uploads\/2026\/07\/polacid.jpg\" alt=\"polacid\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"5 of 8\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/www.camlinfs.com\/annual-report-2025-2026\/wp-content\/uploads\/2026\/07\/salplusultra.jpg\" alt=\"salplusultra\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"6 of 8\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/www.camlinfs.com\/annual-report-2025-2026\/wp-content\/uploads\/2026\/07\/Vintaste.jpg\" alt=\"Vintaste\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"7 of 8\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/www.camlinfs.com\/annual-report-2025-2026\/wp-content\/uploads\/2026\/07\/Vitafor.jpg\" alt=\"Vitafor\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"8 of 8\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/www.camlinfs.com\/annual-report-2025-2026\/wp-content\/uploads\/2026\/07\/Xtendra.jpg\" alt=\"Xtendra\" \/><\/figure><\/div>\t\t\t<\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\n<\/div>\n\n<\/div>\n<div class=\"elementor-element elementor-element-1c53503 e-con e-atomic-element e-flexbox-base e-1c53503-2f1b40c \" data-id=\"1c53503\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"1c53503\" id=\"CFSATFLASH\">\n    <div class=\"elementor-element elementor-element-f94050b e-con e-atomic-element e-flexbox-base e-f94050b-8d5ab74 \" data-id=\"f94050b\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"f94050b\">\n    \t\t<div class=\"elementor-element elementor-element-8fb9518 elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"8fb9518\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">CFS <SPAN style=\"color: #000000\">AT THE FLASH<\/span><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-298ebc5 elementor-widget elementor-widget-text-editor\" data-id=\"298ebc5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>At CFS, chemistry is the foundation of what we create and the ethos to create enduring value. Headquartered in Mumbai and publicly listed in India, we have evolved from a division of Camlin Ltd. in 1984 into a globally integrated specialty chemicals business. Today, we develop, manufacture and market high performance specialty ingredients, aroma ingredients and performance chemicals across more than 80 countries. We operate at the convergence of science, sustainability and strategic integration delivering value-added solutions that are deeply embedded in the everyday essentials of life and industry.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-966a470 elementor-widget elementor-widget-html\" data-id=\"966a470\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- THE BUTTON LAYOUT -->\r\n<a href=\"https:\/\/www.camlinfs.com\/annual-report-2025-2026\/about-the-company\/\" class=\"camlin-fluid-btn\">\r\n  <span class=\"btn-text\">Explore<\/span>\r\n  <span class=\"btn-icon-circle\">\r\n    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"arrow-icon\">\r\n      <line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"><\/line>\r\n      <polyline points=\"12 5 19 12 12 19\"><\/polyline>\r\n    <\/svg>\r\n  <\/span>\r\n<\/a>\r\n\r\n<!-- THE PERFORMANCE-OPTIMIZED CSS -->\r\n<style>\r\n:root {\r\n  \/* 1. Normal State Colors (Matching Screenshot 2026-07-01 120314.png) *\/\r\n  --camlin-btn-bg: #ffffff;      \r\n  --camlin-text-normal: #000000; \r\n  --camlin-icon-bg: #e37200;     \/* Vibrant Corporate Orange *\/\r\n  --camlin-arrow-normal: #000000; \r\n\r\n  \/* 2. Hover State Colors (L'Or\u00e9al Style Inversion) *\/\r\n  --camlin-hover-bg: #e37200;    \/* Color B: Floods out to fill the button *\/\r\n  --camlin-text-hover: #ffffff;   \/* Text color flips to white *\/\r\n  --camlin-hover-icon-bg: #ffffff;\/* Color A: Icon circle turns white *\/\r\n  --camlin-hover-arrow: #e37200;  \/* Arrow color inside the white circle turns orange *\/\r\n}\r\n\r\n\/* Base Container Styling *\/\r\n.camlin-fluid-btn {\r\n  position: relative;\r\n  display: inline-flex;\r\n  align-items: center;\r\n  justify-content: space-between;\r\n  background-color: var(--camlin-btn-bg);\r\n  \r\n  \/* Border & Rounded Corners from screenshot *\/\r\n  border: 1px solid #cccccc; \r\n  border-radius: 100px;\r\n  \r\n  \/* Premium Soft Shadow from screenshot *\/\r\n  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15); \r\n  \r\n  padding: 6px 6px 6px 40px; \/* Generous padding on left for \"Read More\" alignment *\/\r\n  text-decoration: none;\r\n  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;\r\n  overflow: hidden; \r\n  z-index: 1;\r\n  transition: border-color 0.4s ease, box-shadow 0.4s ease;\r\n}\r\n\r\n\/* FIX: Position the scale layer exactly on top of the right icon circle *\/\r\n.camlin-fluid-btn::before {\r\n  content: '';\r\n  position: absolute;\r\n  top: 6px;       \/* Aligned to match the icon box parameters *\/\r\n  right: 6px;     \/* Positioned directly on the right side over the orange circle *\/\r\n  width: 44px;    \/* Starts at the exact size of the icon circle *\/\r\n  height: 44px;   \r\n  background-color: var(--camlin-hover-bg);\r\n  border-radius: 50%;\r\n  \r\n  \/* LOCKS ORIGIN TO EXPAND EVENLY FROM THE RIGHT ICON CENTER *\/\r\n  transform: scale(1);\r\n  transform-origin: center center; \r\n  \r\n  \/* Slowed down slightly to 0.5s so you can clearly see the expansion sweep from right to left *\/\r\n  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);\r\n  z-index: -1;\r\n}\r\n\r\n\/* Text Element Layout styling *\/\r\n.camlin-fluid-btn .btn-text {\r\n  color: var(--camlin-text-normal);\r\n  font-size: 16px;\r\n  font-weight: 700; \/* Bold weight as seen in screenshot *\/\r\n  letter-spacing: -0.2px;\r\n  margin-right: 28px;\r\n  z-index: 2;\r\n  transition: color 0.35s ease;\r\n}\r\n\r\n\/* Icon Circle Element Styling *\/\r\n.camlin-fluid-btn .btn-icon-circle {\r\n  position: relative;\r\n  background-color: var(--camlin-icon-bg);\r\n  width: 44px;\r\n  height: 44px;\r\n  border-radius: 50%;\r\n  display: flex;\r\n  align-items: center;\r\n  justify-content: center;\r\n  z-index: 2;\r\n  transition: background-color 0.4s ease;\r\n}\r\n\r\n\/* Internal SVG Arrow Graphic *\/\r\n.camlin-fluid-btn .arrow-icon {\r\n  width: 18px;\r\n  height: 18px;\r\n  color: var(--camlin-arrow-normal);\r\n  transition: color 0.4s ease;\r\n}\r\n\r\n\/* ==========================================================================\r\n   THE HOVER ACTIONS (EXPANDS FROM RIGHT TO LEFT)\r\n   ========================================================================== *\/\r\n\r\n\/* The layer bursts out from its right position to swallow the entire button *\/\r\n.camlin-fluid-btn:hover::before {\r\n  transform: scale(10); \r\n}\r\n\r\n\/* Text shifts smoothly to white over the expanding orange wave *\/\r\n.camlin-fluid-btn:hover .btn-text {\r\n  color: var(--camlin-text-hover);\r\n}\r\n\r\n\/* The Icon Circle changes to Color A (White) *\/\r\n.camlin-fluid-btn:hover .btn-icon-circle {\r\n  background-color: var(--camlin-hover-icon-bg);\r\n}\r\n\r\n\/* The inner arrow flips to corporate orange *\/\r\n.camlin-fluid-btn:hover .arrow-icon {\r\n  color: var(--camlin-hover-arrow);\r\n}\r\n\r\n\/* Slight deep shadow enhancement on mouse hover *\/\r\n.camlin-fluid-btn:hover {\r\n  box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.2);\r\n  border-color: var(--camlin-hover-bg);\r\n}\r\n<\/style>\t\t\t\t<\/div>\n\t\t\n<\/div>\n<div class=\"elementor-element elementor-element-3f27904 e-con e-atomic-element e-flexbox-base e-3f27904-96b5dab \" data-id=\"3f27904\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"3f27904\">\n    \t\t<div class=\"elementor-element elementor-element-d9e15d8 elementor-widget elementor-widget-image\" data-id=\"d9e15d8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"500\" src=\"https:\/\/www.camlinfs.com\/annual-report-2025-2026\/wp-content\/uploads\/2026\/07\/About-the-Company.webp\" class=\"attachment-full size-full wp-image-574\" alt=\"\" srcset=\"https:\/\/www.camlinfs.com\/annual-report-2025-2026\/wp-content\/uploads\/2026\/07\/About-the-Company.webp 500w, https:\/\/www.camlinfs.com\/annual-report-2025-2026\/wp-content\/uploads\/2026\/07\/About-the-Company-300x300.webp 300w, https:\/\/www.camlinfs.com\/annual-report-2025-2026\/wp-content\/uploads\/2026\/07\/About-the-Company-150x150.webp 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\n<\/div>\n\n<\/div>\n<div class=\"elementor-element elementor-element-94c8440 e-con e-atomic-element e-flexbox-base e-81695f4 \" data-id=\"94c8440\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"94c8440\">\n    <div class=\"elementor-element elementor-element-ea6edc2 e-con e-atomic-element e-flexbox-base e-fbae4b1 \" data-id=\"ea6edc2\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"ea6edc2\">\n    \t\t<div class=\"elementor-element elementor-element-42a14ef elementor-widget elementor-widget-image\" data-id=\"42a14ef\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/www.camlinfs.com\/annual-report-2025-2026\/wp-content\/plugins\/elementor\/assets\/images\/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\n<\/div>\n<div class=\"elementor-element elementor-element-6016676 e-con e-atomic-element e-flexbox-base e-17cd099 \" data-id=\"6016676\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"6016676\">\n    <div class=\"elementor-element elementor-element-b81ea4d e-con-full e-flex e-con e-parent\" data-id=\"b81ea4d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4d54129 elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"4d54129\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">SUSTAINABILITY <span style=\"color: #000000\">REPORT<\/span><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e5a47e9 e-con-full e-flex e-con e-parent\" data-id=\"e5a47e9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-db14149 elementor-align-right elementor-mobile-align-center elementor-widget elementor-widget-button\" data-id=\"db14149\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-download\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M216 0h80c13.3 0 24 10.7 24 24v168h87.7c17.8 0 26.7 21.5 14.1 34.1L269.7 378.3c-7.5 7.5-19.8 7.5-27.3 0L90.1 226.1c-12.6-12.6-3.7-34.1 14.1-34.1H192V24c0-13.3 10.7-24 24-24zm296 376v112c0 13.3-10.7 24-24 24H24c-13.3 0-24-10.7-24-24V376c0-13.3 10.7-24 24-24h146.7l49 49c20.1 20.1 52.5 20.1 72.6 0l49-49H488c13.3 0 24 10.7 24 24zm-124 88c0-11-9-20-20-20s-20 9-20 20 9 20 20 20 20-9 20-20zm64 0c0-11-9-20-20-20s-20 9-20 20 9 20 20 20 20-9 20-20z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n<\/div>\n\n<\/div>\n\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>BLENDING STRENGTHS. BUILDINGTHE HIVE. Access here Message from Ashish Dandekar Chairman &amp; Managing Director \u201cLike every cell in a hive that plays its essential role in sustaining the whole, each business, each product, and each team at CFS is a cell of capability &#8211; purposefully placed, precisely blended, and collectively unstoppable\u201d. Our Vision in Focus [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-10","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.camlinfs.com\/annual-report-2025-2026\/wp-json\/wp\/v2\/pages\/10","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.camlinfs.com\/annual-report-2025-2026\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.camlinfs.com\/annual-report-2025-2026\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.camlinfs.com\/annual-report-2025-2026\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.camlinfs.com\/annual-report-2025-2026\/wp-json\/wp\/v2\/comments?post=10"}],"version-history":[{"count":160,"href":"https:\/\/www.camlinfs.com\/annual-report-2025-2026\/wp-json\/wp\/v2\/pages\/10\/revisions"}],"predecessor-version":[{"id":1010,"href":"https:\/\/www.camlinfs.com\/annual-report-2025-2026\/wp-json\/wp\/v2\/pages\/10\/revisions\/1010"}],"wp:attachment":[{"href":"https:\/\/www.camlinfs.com\/annual-report-2025-2026\/wp-json\/wp\/v2\/media?parent=10"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}