:root {
  --blue-color: #00556b;
  --secand-color: #008db2;
  --gray-color: #6e7e89;
  --three-color: #c3e7f0;
  --four-color: #1aa2c6;
  --black-color: #212629;
  --nav-color: #dcf2f7;
  --back-color: #fefefe;
  --bg-client: #92d0e0;
}
/* CSS Reset - Resetting default styles applied by browsers */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

/* Remove list styles for ul, ol */
ul,
ol {
  list-style: none;
}

/* Remove default link styles */
a {
  text-decoration: none;
  color: inherit;
}

body {
  font-family: "Jost", sans-serif;
  background-color: var(--backgroud-color);
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
body[dir="rtl"] {
  overflow-wrap: break-word !important;
}
body[dir="rtl"] .fa-arrow-right {
  transform: rotate(180deg);
}
body[dir="rtl"] .me-auto {
  margin-left: auto;
  margin-right: 10px !important;
}
body[dir="rtl"] .dropdown-menu li a {
  text-align: start;
}
main {
  flex: 1;
}
img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.titleH1 {
  font-size: 50px;
  line-height: 70px !important;
}
.btn {
  line-height: 30px;
  font-size: 18px;
}
@media (max-width: 500px) {
  .titleH1 {
    font-size: 40px;
    line-height: 60px;
    text-align: center;
  }
}
.titleH5 {
  font-size: 20px;
  line-height: 35px;
}
p {
  margin-bottom: 10px;
  line-height: 30px;
  font-size: 18px;
}
h5:not(.footer h5, .header h5) {
  font-size: 24px;
  line-height: 35px;
  height: 35px;
  overflow: hidden;
  word-wrap: break-word;
}

.blogDetails::after {
  content: "";
  background-color: #2b99c5;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 50vh;
  z-index: -1;
}
.blogDetails .titleSection {
  color: white;
  padding: 80px 20px 0px 20px;
  background-color: #2b99c5;
}
.blogDetails .titleSection h1 {
  line-height: 60px;
  margin: auto;
}
@media (min-width: 1200px) {
  .blogDetails .titleSection h1 {
    width: 900px;
  }
}
@media (max-width: 600px) {
  .blogDetails .titleSection {
    color: white;
    padding: 40px 12px;
    background-color: #2b99c5;
  }
}
.blogDetails .btnCopy {
  border: 1px solid;
  border-radius: 10px;
  padding: 10px;
  line-height: 30px;
}
.blogDetails .des p:has(img),
.blogDetails .imageDetails {
  height: 500px;
}
img {
  border-radius: 15px;
}
.blogDetails a:hover {
  color: white;
}
@media (max-width: 500px) {
  .blogDetails .des p:has(img),
  .blogDetails .imageDetails {
    height: 350px;
  }
}

/*card blog */
.mightAlsoLike .card {
  border-radius: 15px;
}
.mightAlsoLike .imageContant {
  height: 200px;
}
.mightAlsoLike .titleBlogH5 {
  height: 70px !important;
  margin-bottom: 10px;
}
.mightAlsoLike .titleBlog {
  color: #2b99c5;
  margin-bottom: 10px;
}
.mightAlsoLike .card-des {
  height: 120px;
  overflow: hidden;
}
.mightAlsoLike .date {
  color: #a8b2b8;
}
.mightAlsoLike a:hover {
  color: black;
}
/*card blog*/
@media (max-width: 500px) {
  .mightAlsoLike .row {
    background-color: white;
  }
  .card {
    border-radius: 15px !important;
    box-shadow: none !important;
    border: none !important;
    padding: 0px !important;
  }
  .card .card-body {
    padding: 12px 0px 0px 0px;
  }
}
/*serviceCards*/
.serviceCards .detailCard{
  border-radius: 0px 0px 15px 15px;
  border-top: 4px solid #0b88b4;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  border-left: 1px solid rgba(0,0,0,0.08);
  border-right:1px solid rgba(0,0,0,0.08);
  transition: all 0.3s;

 /* box-shadow: 0 0.2rem 0.2rem rgba(0,0,0,0.08); */
}
.serviceCards .numberCard{
  font-size: 33px;
  color: #0b88b4;
}
.serviceCards .titleH5{
  color: #0b88b4;
}
.serviceCards .des{
height: 120px;
  overflow: hidden;
}
.serviceCards .detailCard:hover{
  color: white;
  background-color: #0b88b4;
  border-radius: 15px;
}
.serviceCards .detailCard:hover .titleH5,.serviceCards .detailCard:hover .numberCard{
  color: white;
}
.titleSectionServices{
  padding: 80px 20px 40px  !important;
}
@media (max-width: 500px) {
.detailCard .card-body{
  padding:16px 12px !important;
}
  .titleSectionServices{
    padding: 40px 12px 10px !important;
  }
  .serviceCards .des{
    height: 150px;
    overflow: hidden;
  }
}
