/*
 Theme Name:   Bustar Child
 Theme URI:    https://bustar.rstheme.com/demo/
 Description:  Bustar Child
 Author:       RSTheme
 Author URI:   http://rstheme.com
 Template:     bustar
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 */



/* contact form */

/* ===== Contact Form 7 Two-Column Layout ===== */
.cf7-two-column {
	display: flex;
	flex-direction: column;
	gap: 15px;
	max-width: 900px;
	margin: 0 auto;
}

.cf7-two-column .form-row {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

.cf7-two-column .form-col {
	flex: 1;
	min-width: 260px;
}

.cf7-two-column  select.wpcf7-form-control {
    min-height: 50px;
}

/* Input, Select, and Textarea styling */
.cf7-two-column input,
.cf7-two-column select,
.cf7-two-column textarea {
	width: 100%;
	padding: 12px 14px !important;
	border: 1px solid #dedede !important;
	border-radius: 8px;
	font-size: 15px;
	background-color: #fff;
	transition: all 0.3s ease;
	color: #333;
	text-indent: 0px !important;
}

.wpcf7-form .cf7-two-column .form-row.full textarea{
	height: 80px !important;
}

.wpcf7-form .cf7-two-column select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    background-color: #ffffff;
   background-image: url("data:image/svg+xml;utf8,<svg fill='%230075ea' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 16px;

    padding-right: 44px; /* space for arrow */
    cursor: pointer;
}

.cf7-two-column input.wpcf7-form-control {
    margin-bottom: 0px !important;
}

.cf7-two-column input:focus,
.cf7-two-column select:focus,
.cf7-two-column textarea:focus {
	border-color: #009344;
	box-shadow: 0 0 0 3px rgba(208, 136, 130, 0.15);
	outline: none;
}

/* Textarea height */
.cf7-two-column .form-row.full textarea {
	height: 80px !important;
	resize: vertical;
	margin-top: 0px !important;
}

/* File upload field */
.cf7-two-column input[type="file"] {
	border: 1px dashed #aaa; 
	padding: 10px;
	cursor: pointer;
	background: #fafafa;
}

.cf7-two-column input[type="file"]:hover {
	border-color: #04d9c4;
}

/* Submit button styling */
.cf7-two-column .submit {
	text-align: center;
}

.cf7-two-column input[type="submit"] {
	background-color: #0075ea !important; 
	color: #fff !important;
	border: none;
	padding: 14px 40px;
	font-size: 16px;
	font-weight: 600;
	border-radius: 8px;
	cursor: pointer;
	transition: all 0.3s ease;
	letter-spacing: 0.5px;
}

.cf7-two-column input[type="submit"]:hover {
	background-color: #04d9c4 !important;
	color: #fff !important;
	transform: translateY(-2px);
	box-shadow: 0 4px 8px rgba(0, 115, 230, 0.2);
}


/* Full-width rows */
.cf7-two-column .full {
	flex-direction: column;
}

.d-flex {
	display: flex;
}


.features-section .elementor-icon-box-icon {
    padding: 15px;
    background: #dbf5ff;
    border-radius: 50%;
    box-sizing: border-box;
}

.features-section .box-inner {
    background: rgb(236 245 255) !important;
    border-width: 1.5px !important;
}


/* ===============================
   BLOG SINGLE PAGE TYPOGRAPHY
   Wrapper: .single-page-content-wrap
   =============================== */

.single-page-content-wrap {
	color: #0D0E10;
	/* Main text color */
	line-height: 1.5;
	font-size: 18px;
	
}

/* HEADINGS */
.single-page-content-wrap h2,
.single-page-content-wrap h3,
.single-page-content-wrap h4,
.single-page-content-wrap h5,
.single-page-content-wrap h6 {
	color: #0D0E10;
	/* Primary color for headings */
	font-weight: 600;
	margin-top: 0px;
	margin-bottom: 15px;
	line-height: 1.4;
}

.single-page-content-wrap h2 {
	font-size: 32px;
	letter-spacing: 0.05px;
}

.single-page-content-wrap h3 {
	font-size: 26px;
	letter-spacing: 0.05px;
}

.single-page-content-wrap h4 {
	font-size: 22px;
}

.single-page-content-wrap h5 {
	font-size: 20px;
}

.single-page-content-wrap h6 {
	font-size: 18px;
}

/* PARAGRAPHS */
.single-page-content-wrap p {
	margin-bottom: 20px;
	color: #333;
	font-size: 18px;
	line-height: 1.5;
}

.single-page-content-wrap p > br{
	display: none !important;
}

       

/* IMAGES */
.single-page-content-wrap img {
	max-width: 100%;
	height: auto;
	margin: 25px 0;
	border-radius: 6px;
}

/* UL + OL */
.single-page-content-wrap ul li
{
	margin-bottom: 10px;
	color: #131211;
	font-size: 18px;
	line-height: 1.5;
}

.single-page-content-wrap ol li {
	color: #131211;
	font-size: 18px;
	line-height: 1.5;
}

/* Bullets */
.single-page-content-wrap ul li {
	list-style: disc;
}

/* BLOCKQUOTE */
.single-page-content-wrap blockquote {
	border-left: 4px solid #009344;
	/* Secondary color accent */
	padding: 15px 20px;
	font-style: italic;
	color: #111111;
	margin: 25px 0;
	background: #eee;
	font-family: "Plus Jakarta Sans", Sans-serif;
}

/* LINKS (ANCHOR) */
.single-page-content-wrap a {
	text-decoration: underline;
	font-family: "Plus Jakarta Sans", Sans-serif;
	font-size: 18px;
}

.single-page-content-wrap a:hover {
	color: #2A24BF;
	/* Secondary color on hover */
}

.wpcf7 form .select-full::after {
   display: none !important;
}

.service-sec .rs-addon-services.style1 {
    height: 100% !important;
}

.service-sec .rs-addon-services.style1 .services-inner{
    height: 100% !important;
}

.industries-sec .rs-addon-services.style7{
    height: 100% !important;
}

.industries-sec .rs-addon-services.style7 .services-inner {
    height: 100% !important;
}



/*table*/

/* Wrapper */
.cx-table-wrapper {
  width: 100%;
  margin: 20px 0;
}

/* Desktop Table */
.cx-table {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(0,0,0,0.08);
  color: #0d0e10;
}

/* Header */
.cx-table thead {
  background: #0075ea;
  color: #ffffff;
}

.cx-table th {
  padding: 16px 18px;
  font-size: 15px;
  font-weight: 600;
  text-align: left;
}

/* Body cells */
.cx-table td {
  padding: 16px 18px;
  font-size: 14px;
  border-bottom: 1px solid #e6e9ef;
  vertical-align: top;
}

/* Benefit column */
.cx-table td:first-child {
  font-weight: 600;
  width: 22%;
}

/* Highlight SkyCom column */
.cx-table th:nth-child(2),
.cx-table td:nth-child(2) {
  background: #0075ea;
  font-weight: 600;
  color: #fff;
}

/* Hover */
.cx-table tbody tr:hover {
  background: #f8faff;
}


.certifications-sec .rs-addon-services.style7 {
    height: 100% !important;
}

.certifications-sec .rs-addon-services.style7 .services-inner {
    height: 100% !important;
}

.equal-height .rs-addon-services.style1 {
    height: 100% !important;
}

.equal-height .rs-addon-services.style1 .services-inner {
    height: 100% !important;
}

.equal-height .e-con .elementor-widget.elementor-widget {
    height: 100% !important;
}

.equal-height .rs-addon-services.style7 {
    height: 100% !important;
}

.equal-height .rs-addon-services.style7 .services-inner.box {
    height: 100% !important;
}

/*megamenu*/

.hfe-nav-menu ul ul li a {
    padding: 5px 0px !important;
}



.hfe-nav-menu ul.sub-menu li a {
    padding: 12px 15px !important;
    border: none;
    text-shadow: none;
	margin: 0px !important;
    border-radius: 0px !important;
}

.page.page-id-24518 .call-to.action-section{
	display: none !important;
}
 
/* privacy policy Page */
/* Headings */
.privacy-policy h1 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #0075ea;
}

.privacy-policy h2 {
  font-size: 26px;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 15px;
  color: #0d0e10;
}

.privacy-policy h3 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 10px;
  color: #0d0e10;
}

/* Paragraphs */
.privacy-policy p {
  font-size: 16px;
  margin-bottom: 15px;
  color: #0d0e10;
}

/* Lists */
.privacy-policy ul {
  margin: 15px 0 20px 20px;
  padding: 0;
}

.privacy-policy ul li {
  font-size: 16px;
  margin-bottom: 8px;
  position: relative;
  padding-left: 10px;
}

/* Links */
.privacy-policy a {
  color: #0075ea;
  text-decoration: none;
  font-weight: 500;
}

.privacy-policy a:hover {
  text-decoration: underline;
}

/* Section spacing */
.privacy-policy section + section {
  margin-top: 40px;
}

/* Divider style (optional) */
.privacy-policy hr {
  border: none;
  height: 1px;
  background: #e5e7eb;
  margin: 40px 0;
}

.rs-features-list li {
    display: flex;
    align-items: flex-start !important; /* top-align icon with text */
    gap: 10px;
}

.rs-features-list li svg {
    flex-shrink: 0;          /* prevent icon from shrinking */
    margin-top: 4px;         /* fine-tune vertical alignment */
    width: 12px;
    height: 10px;
}

.list-feature-content {
    flex: 1;
}


/* ===== Mobile Responsive (Stacked) ===== */
@media (max-width: 768px) {
	
	.single-page-content-wrap {
	font-size: 16px;
}
	.single-page-content-wrap h1 {
	font-size: 27px !important;
	letter-spacing: 0.05px;
}
	.single-page-content-wrap h2 {
	font-size: 25px !important;
	letter-spacing: 0.05px;
}

.single-page-content-wrap h3 {
	font-size: 22px !important;
	letter-spacing: 0.05px;
}

.single-page-content-wrap h4 {
	font-size: 20px !important;
}

.single-page-content-wrap h5 {
	font-size: 18px !important;
}

.single-page-content-wrap h6 {
	font-size: 16px !important;
}

  .cx-table thead {
    display: none;
  }

  .cx-table,
  .cx-table tbody,
  .cx-table tr,
  .cx-table td {
    display: block;
    width: 100%;
  }
	
	.cx-table{
		padding: 15px !important;
	}

  .cx-table tr {
    margin-bottom: 20px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.06);
    overflow: hidden;
  }

  .cx-table td {
    padding: 14px 16px;
    border-bottom: 1px solid #edf0f5;
    position: relative;
  }

  .cx-table td::before {
    content: attr(data-label);
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #0075ea;
    margin-bottom: 6px;
  }

  .cx-table td:first-child {
    background: #0075ea;
    color: #ffffff;
    font-size: 15px;
	width: 100% !important;
  }
	
	.cx-table th:nth-child(2), .cx-table td:nth-child(2) {
    background: #ffffff;
    font-weight: 600;
    color: #0d0e10;
    }

  .cx-table td:first-child::before {
    display: none;
  }
	
	/*Privacy Policy Page */
	

  .privacy-policy h1 {
    font-size: 28px;
  }

  .privacy-policy h2 {
    font-size: 22px;
  }

  .privacy-policy h3 {
    font-size: 18px;
  }

  .privacy-policy p,
  .privacy-policy ul li {
    font-size: 16px;
  }
}
