/*!
Theme Name: them.es Starter Theme (Bootstrap 5)
Theme URI: https://them.es/starter
Author: them.es
Author URI: https://them.es
Description: I'm an Open-source Starter Theme developed and maintained by them.es
Version: 3.5.4
Requires at least: 5.0
Tested up to: 6.7
Requires PHP: 7.2
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: my-theme
*/

/* Don't overwrite this file. Compile "/assets/main.scss" to "/build/main.css" */

/* From http://codex.wordpress.org/CSS */

body{
	font-family: Helvetica !important;
	font-size: 18px !important;
	color:#212529;
}
#wrapper a{
	color:#212529;
}
img, iframe{max-width:100%;}
#wrapper iframe{margin-bottom:1rem;}
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.bypostauthor {
	font-weight: bold;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
.navbar-brand img {
    height: 55px !important;
}
#myTab{
	    border: none;
    background: rgba(0, 0, 0, 5%);
    display: -webkit-inline-box;
    border-radius: 8px;
	 border-width: 1.6px;
}
ul#myTab li {
   border: 4px solid #f2f2f200 !important;
    border-radius: 8px;
}
ul#myTab li button{
	color: #212529;
	 border-width: 1.6px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
   background-color: #fff !important;
    border-color: #410cd9 !important;
    color: #410cd9 !important;
    border-width: 1.6px;
    border-radius: 8px;
}
.four-column-list{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    list-style-type: none;
    padding: 0;
}
 .three-column-list{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    list-style-type: none;
    padding: 0;
}

.three-column-list li::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 36px;
    height: 36px;
    margin-right: 8px;
    background-image: url('https://terminaldetail.com/wp-content/uploads/2025/04/checklist.gif');
    background-size: contain;
    background-repeat: no-repeat;
}
#footer {
    border-top: 2px solid #4608ad;
    padding-top: 1.5rem;
}
img {
    max-width: 100%;
}
p#breadcrumbs {
       border: 0;
    padding-bottom: .5rem !important;
    padding-top: 1.5rem !important;
    color: #212529;
    font-size: .875rem;
    font-weight: 300;
    line-height: 1.25rem;
    text-transform: uppercase;
    letter-spacing: 1.3px !important;
}
p#breadcrumbs a{color: #212529;}

/* TOC Container */
.table-of-contents {
    background: linear-gradient(145deg, #ffffff, #f0f0f0);
    padding: 2rem;
    margin: 2rem 0;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transition: all 0.3s ease-in-out;
    animation: fadeInUp 1s ease-out;
}

/* Animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* TOC Title */
.table-of-contents h2 {
    margin-top: 0;
    font-size: 1.5rem;
    border-bottom: 2px solid #0073aa;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
    color: #333;
}

/* TOC List */
.toc-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.toc-item {
    margin: 0.5rem 0;
    transition: all 0.2s ease-in-out;
}

.toc-item a {
    color: #212529;
    text-decoration: none;
    font-weight: 500;
    display: inline-block;
    padding: 0.3rem 0.5rem;
    font-size: 15px;
}

.toc-item a:hover {
    text-decoration: underline;
}

/* Indentation by heading level */
.toc-level-2 {
  
}
.toc-level-3 {
  padding-left: 15px;  
}
.cbtn, .btn-primary{
	border: 2px solid #4608ad !important;
    border-radius: 25px !important;
    padding: 10px 25px !important;
    color: #4608ad !important;
	background: #fff  !important;
	    cursor: pointer;
}
.cbtn:hover, btn-primary:hover{
	border: 2px solid #4608ad !important;
	background: #4608ad !important;
    color: #fff !important;
}	


/* Animation class for fade-in */
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.6s ease forwards;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Smooth transition for card hover effect */
.card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.ribbon {
  position: absolute;
  background: #e91e63;
  color: white;
  padding: 5px 15px;
  font-size: 0.8rem;
  font-weight: bold;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
  z-index: 1;
  border-radius:5px 0 15px 0;
}
img.card-img-top {
    margin-bottom: 1rem;
}
h2, .h2{
	    margin-bottom: 1.5rem !important;
}
@media only screen and (min-width: 601px) {
	.heading_main{    
	font-size: 3.5rem !important;
    font-weight: 500;
    line-height: 4.625rem;
    color: #000;
    max-width: 34rem;
    margin-bottom: 1.5rem;
}
}

@media only screen and (max-width: 600px) {
.heading_main{    
	font-size: 2rem !important;
    font-weight: 500;
    line-height: 1.3;
    color: #000;
    max-width: 34rem;
    margin-bottom: 1.5rem;
}
}

.wp-block-table{
	 background: #6444e4;
    padding: 5px 5px 0;
    border-radius: 10px;
}
.wp-block-table table tr{
	border: 2px solid #F6F4FF;
}
.wp-block-table table tr td{
	border: 5px solid #F6F4FF;
	border-radius: 10px;
}
.wp-block-table table tr td:first-child{
/* 	background:#6444e4; */
	padding: 15px;
    border-radius: 10px;
}