/* 
Theme Name: Committed To Capital
Theme URI: https://github.com/devatiq/
Description:  Committed To Capital Quick Start Pack for Elementor is a child theme of Hello Elementor, created by SupreoX Limited.
Author: SupreoX Limited
Author URI: https://supreox.com/
Template: hello-elementor
Version: 1.0.0
Text Domain: supreox
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: Committed To Capital, SUPREOX, Elementor, Hello Elementor, Child Theme, Hello Elementor Child, supreox quick start pack for elementor project
*/

/* Add your custom styles here */
*, ::before, ::after {
  box-sizing: border-box; /* Ensures padding and borders are included in element's total width/height */
}

/* Optional: Removes default margin from most elements for better control */
body, h1, h2, h3, h4, figure, blockquote, dl, dd {
  /*margin: 0;*/
}

/* Remove margin from p tags if NOT single post */
body:not(.single) p {
  /*margin: 0;*/
}



/* Optional: Removes list styles on ul, ol elements with a list role */
ul[role='list'], ol[role='list'] {
  list-style: none;
}

/* Optional: Ensures images are responsive */
img {
  max-width: 100%;
  display: block;
}

/* Optional: Ensures form elements inherit font properties */
input, button, select, textarea {
  font: inherit;
}




.yellow-color{
	color:#EF9736;
	letter-spacing:5px
}