.elementor-6642 .elementor-element.elementor-element-4163e6f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6642 .elementor-element.elementor-element-8937db9{--display:grid;--e-con-grid-template-columns:1fr 2fr;--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6642 .elementor-element.elementor-element-e5d7c3a{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6642 .elementor-element.elementor-element-d72dfb3{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 20px 0px;}.elementor-6642 .elementor-element.elementor-element-d72dfb3 .elementor-heading-title{font-family:"Mercury Text G1", Sans-serif;font-size:35px;font-weight:400;line-height:40px;color:var( --e-global-color-9e68ecc );}.elementor-6642 .elementor-element.elementor-element-d377e20 .elementor-toc__header-title{text-align:start;}.elementor-6642 .elementor-element.elementor-element-d377e20 .elementor-toc__header{flex-direction:row;}.elementor-6642 .elementor-element.elementor-element-d377e20{--item-text-hover-decoration:underline;}.elementor-6642 .elementor-element.elementor-element-731dacb{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6642 .elementor-element.elementor-element-bf7a411{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-6642 .elementor-element.elementor-element-bf7a411 .elementor-heading-title{font-family:"Mercury Text G1", Sans-serif;font-size:28px;font-weight:400;text-transform:none;color:var( --e-global-color-9e68ecc );}.elementor-6642 .elementor-element.elementor-element-fc10269{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-6642 .elementor-element.elementor-element-fc10269 .elementor-heading-title{font-family:"Mercury Text G1", Sans-serif;font-size:28px;font-weight:400;text-transform:none;color:var( --e-global-color-9e68ecc );}.elementor-6642 .elementor-element.elementor-element-a116abf{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-6642 .elementor-element.elementor-element-a116abf .elementor-heading-title{font-family:"Mercury Text G1", Sans-serif;font-size:28px;font-weight:400;text-transform:none;color:var( --e-global-color-9e68ecc );}.elementor-6642 .elementor-element.elementor-element-b420ee9{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-6642 .elementor-element.elementor-element-b420ee9 .elementor-heading-title{font-family:"Mercury Text G1", Sans-serif;font-size:28px;font-weight:400;text-transform:none;color:var( --e-global-color-9e68ecc );}.elementor-6642 .elementor-element.elementor-element-5ba6f40{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-6642 .elementor-element.elementor-element-5ba6f40 .elementor-heading-title{font-family:"Mercury Text G1", Sans-serif;font-size:28px;font-weight:400;text-transform:none;color:var( --e-global-color-9e68ecc );}@media(min-width:2400px){.elementor-6642 .elementor-element.elementor-element-8937db9{--grid-auto-flow:row;}}@media(max-width:1366px){.elementor-6642 .elementor-element.elementor-element-8937db9{--grid-auto-flow:row;}}@media(max-width:1024px){.elementor-6642 .elementor-element.elementor-element-8937db9{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-6642 .elementor-element.elementor-element-8937db9{--e-con-grid-template-columns:1;--grid-auto-flow:row;}.elementor-6642 .elementor-element.elementor-element-d72dfb3 .elementor-heading-title{font-size:25px;}.elementor-6642 .elementor-element.elementor-element-bf7a411 .elementor-heading-title{font-size:25px;}.elementor-6642 .elementor-element.elementor-element-fc10269 .elementor-heading-title{font-size:25px;}.elementor-6642 .elementor-element.elementor-element-a116abf .elementor-heading-title{font-size:25px;}.elementor-6642 .elementor-element.elementor-element-b420ee9 .elementor-heading-title{font-size:25px;}.elementor-6642 .elementor-element.elementor-element-5ba6f40 .elementor-heading-title{font-size:25px;}}/* Start custom CSS for heading, class: .elementor-element-d72dfb3 */.highlight1 {
  color: #D3AC67; /* gold */
  display: inline-block;
}

.green-text {
  color: #005F2A; /* green */
  display: inline-block;
}

/* Optional: letter-by-letter animation */
.sec-title1 span {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 0.6s forwards;
}

.sec-title1 span:nth-child(1) { animation-delay: 0.1s; }
.sec-title1 span:nth-child(2) { animation-delay: 0.2s; }
.sec-title1 span:nth-child(3) { animation-delay: 0.3s; }
/* … you can continue or use JS for auto split */

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}/* End custom CSS */
/* Start custom CSS for heading, class: .elementor-element-bf7a411 */.highlight1 {
  color: #D3AC67; /* gold */
  display: inline-block;
}

.green-text {
  color: #005F2A; /* green */
  display: inline-block;
}

/* Optional: letter-by-letter animation */
.sec-title1 span {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 0.6s forwards;
}

.sec-title1 span:nth-child(1) { animation-delay: 0.1s; }
.sec-title1 span:nth-child(2) { animation-delay: 0.2s; }
.sec-title1 span:nth-child(3) { animation-delay: 0.3s; }
/* … you can continue or use JS for auto split */

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}/* End custom CSS */
/* Start custom CSS for heading, class: .elementor-element-fc10269 */.highlight1 {
  color: #D3AC67; /* gold */
  display: inline-block;
}

.green-text {
  color: #005F2A; /* green */
  display: inline-block;
}

/* Optional: letter-by-letter animation */
.sec-title1 span {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 0.6s forwards;
}

.sec-title1 span:nth-child(1) { animation-delay: 0.1s; }
.sec-title1 span:nth-child(2) { animation-delay: 0.2s; }
.sec-title1 span:nth-child(3) { animation-delay: 0.3s; }
/* … you can continue or use JS for auto split */

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-ae74248 */.blogul {
    list-style: circle;
    margin-left: 20px;
    margin-top: 10px;
}/* End custom CSS */
/* Start custom CSS for heading, class: .elementor-element-a116abf */.highlight1 {
  color: #D3AC67; /* gold */
  display: inline-block;
}

.green-text {
  color: #005F2A; /* green */
  display: inline-block;
}

/* Optional: letter-by-letter animation */
.sec-title1 span {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 0.6s forwards;
}

.sec-title1 span:nth-child(1) { animation-delay: 0.1s; }
.sec-title1 span:nth-child(2) { animation-delay: 0.2s; }
.sec-title1 span:nth-child(3) { animation-delay: 0.3s; }
/* … you can continue or use JS for auto split */

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-1ad59d4 */.blogul {
    list-style: circle;
    margin-left: 20px;
    margin-top: 10px;
}/* End custom CSS */
/* Start custom CSS for heading, class: .elementor-element-b420ee9 */.highlight1 {
  color: #D3AC67; /* gold */
  display: inline-block;
}

.green-text {
  color: #005F2A; /* green */
  display: inline-block;
}

/* Optional: letter-by-letter animation */
.sec-title1 span {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 0.6s forwards;
}

.sec-title1 span:nth-child(1) { animation-delay: 0.1s; }
.sec-title1 span:nth-child(2) { animation-delay: 0.2s; }
.sec-title1 span:nth-child(3) { animation-delay: 0.3s; }
/* … you can continue or use JS for auto split */

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-ad60d15 */.blogul {
    list-style: circle;
    margin-left: 20px;
    margin-top: 10px;
}/* End custom CSS */
/* Start custom CSS for heading, class: .elementor-element-5ba6f40 */.highlight1 {
  color: #D3AC67; /* gold */
  display: inline-block;
}

.green-text {
  color: #005F2A; /* green */
  display: inline-block;
}

/* Optional: letter-by-letter animation */
.sec-title1 span {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 0.6s forwards;
}

.sec-title1 span:nth-child(1) { animation-delay: 0.1s; }
.sec-title1 span:nth-child(2) { animation-delay: 0.2s; }
.sec-title1 span:nth-child(3) { animation-delay: 0.3s; }
/* … you can continue or use JS for auto split */

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-221d063 */.blogul {
    list-style: circle;
    margin-left: 20px;
    margin-top: 10px;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Mercury Text G1';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://www.dkpharmachem.com/wp-content/uploads/2025/08/Mercury-TextG1Roman.ttf') format('truetype');
}
@font-face {
	font-family: 'Mercury Text G1';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://www.dkpharmachem.com/wp-content/uploads/2025/08/Mercury-Text-G1-Bold-SC.ttf') format('truetype');
}
@font-face {
	font-family: 'Mercury Text G1';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://www.dkpharmachem.com/wp-content/uploads/2025/08/Mercury-Text-G1-Bold.ttf') format('truetype');
}
/* End Custom Fonts CSS */