.servdetail-wrapper .sidebar .widget{
	box-shadow: none;
    background-color: transparent;
    padding: 0 30px 30px;
    border: 1px solid #f1f1f4;
    border-radius: 6px;
    border-collapse: collapse;
}
.servdetail-wrapper .sidebar .widget-title{
	padding: 20px;
    background-color: #f1f1f4;
    font-size: 20px;
    border-radius: 6px 6px 0 0;
    width: calc(100% + 60px);
    margin: 0 0 30px -30px;
}
.servdetail-wrapper .sidebar ul{
	    padding: 0;
    margin: 0;
    list-style-type: none;
}
.servdetail-wrapper .sidebar ul li{
	margin: 25px 0;
}
.servdetail-wrapper .sidebar ul li:last-child{
	margin-bottom: 0;
}
.servdetail-wrapper .sidebar ul li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #686a6f;
    font-weight: 500;
    position: relative;
    padding-left: 0px;
    font-size: 17px;
}
.servdetail-wrapper .sidebar ul li a img{
	    max-width: 30px;
}
.servdetail-wrapper{
	padding: 120px 0 80px;
}
.service-content h2{
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #1C2084;
}
.service-content h3{
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #1C2084;
}
.service-content h4{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #1C2084;
}
.service-content p{
	color: #686a6f;
    font-size: 15px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 30px;
}
.service-content ul{
	padding: 0;
	margin: 0;
	list-style: none;
	margin-bottom: 30px;
}
.service-content ul li{
    color: #686a6f;
    font-size: 15px;
    font-weight: 500;
    line-height: 28px;
    position: relative;
    padding-left: 30px;
    margin: 10px 0;

}
.service-content ul li:before{
    content: "\f2ba";
    font-family: "Ionicons";
    display: inline-block;
    color: #ff8600;
    font-size: 20px;
    top: 1px;
    padding-right: 7px;
    position: absolute;
    left: 0;
        -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}
.service-content ul li:hover:before{
	left: 6px;
    color: #241e5e;
}
.scleft{
	padding-left: 50px;
}
.service-details-contact-info {
    position: relative;
    display: block;
    background: #1C2084;
    padding: 53px 50px 58px;
    margin-top: 30px;
    z-index: 1;
    border-radius: 6px;
    overflow: hidden;
}
.service-details-contact-info .sidebar-info-box-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    z-index: -1;
}
.service-details-contact-info .sidebar-info-box-bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #1C2084;
    opacity: 0.90;
}
.service-details-contact-info h5 {
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 33px;
}
.service-details-contact-info p {
    color: #9ea8db;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    margin: 0;
}
.service-details-contact-info a{
	    font-size: 20px;
    font-weight: 700;
    margin: 26px 0 0;
    color: #ffffff;
    text-decoration: none;
    outline: none;
    border: none;
    transition: .4s;
    -webkit-transition: all .4s ease-in-out;
    display: block;
}

.myaccordion .card,
.myaccordion .card:last-child .card-header {
  border: none;
}

.myaccordion .card-header {
  background: transparent;
  border: none;
}

.myaccordion .fa-stack {
  font-size: 18px;
}

.myaccordion .btn {
    width: 100%;
    padding: 0;
    text-align: left;
    color: #000000;
    font-size: 15px;
    font-weight: 500;
    line-height: 28px;
}

.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
  text-decoration: none;
}

.myaccordion li + li {
  margin-top: 10px;
}

.myaccordion .card-body{
color: #686a6f;
    font-size: 15px;
    font-weight: 500;
    line-height: 28px;
    padding-top: 10px;
}
.myaccordion .card{
    background: #fff;
    border: 1px solid #f1f1f4;
    margin-bottom: 15px;
}
.myaccordion .card-header .ion{
        color: #ff8600;
    font-size: 22px;
}
.table-bordered td{
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
}
.table-bordered td, .table-bordered th{
    padding: 10px 20px;
}
.innerlinktab{
    display: flex;
    align-items: center;
}
.innerlinktab a{
    display: inline-block;
    background: #ff8600;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 20px;
    margin-right: 15px;
    margin-bottom: 25px;
    border-radius: 4px;
}

@media(max-width:  767.98px){
    .servdetail-wrapper {
    padding: 50px 0 50px;
}
.servdetail-wrapper .row{
    flex-wrap: wrap-reverse;
}
.scleft {
    padding-left: 15px;
}
.service-content h2{
    font-size: 23px;
    line-height: 32px;
}
.service-content h3 {
    font-size: 18px;
}
.servdetail-wrapper .sidebar .widget-title{
    font-size: 18px;
}
.servdetail-wrapper .sidebar ul li a{
        font-size: 16px;
}
.servdetail-wrapper .sidebar ul li a img {
    max-width: 22px;
}
.service-details-contact-info{
        padding: 40px 20px 38px;
}
}

/* strategy specialities active */

.active_li_specialities  a{
    background-color: #cef2fd !important;
    margin: 0 !important;
    /* padding: 0.5rem !important; */
    font-weight: bold !important;
    color: rgb(90, 90, 90) !important;
    border-radius: 10px !important;
}

.active_li_specialities{
     background-color: #cef2fd !important;
     border-radius: 10px;
}

/* strategy specialities */
.box_specialities_list{
    margin: 0px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #cbcbcb;
    margin-bottom: 5px;
    box-shadow: 5px 2px 3px 2px #cbcbcb;
}

.margin_o{
    margin: 0px !important;
}



/* ai generated service tabe desing */

/* ─── SIDEBAR ────────────────────────────── */
.sidebar-card {
  background: var(--card-bg);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
  overflow: hidden;
  margin-bottom: 20px;
  animation: fadeInLeft .5s ease both;
}
@keyframes fadeInLeft { from{opacity:0;transform:translateX(-18px)} to{opacity:1;transform:none} }
 
.sidebar-card .card-head {
  background: var(--primary);
  padding: 14px 18px;
  color: #fff;
  font-family: 'Fraunces', serif;
  font-size: 1rem;
  letter-spacing: .3px;
}
.sidebar-nav { list-style: none; padding: 0; margin: 0; }
.sidebar-nav li a {
  display: flex; align-items: center; justify-content: space-between;
  padding: 13px 18px;
  text-decoration: none;
  color: var(--text);
  font-size: .9rem;
  font-weight: 500;
  border-bottom: 1px solid var(--border);
  transition: all .22s ease;
}
.sidebar-nav li:last-child a { border-bottom: none; }
.sidebar-nav li a:hover, .sidebar-nav li.active a {
  background: #e8f4fd; color: var(--primary); padding-left: 22px;
}
.sidebar-nav li a .arr-icon {
  width: 24px; height: 24px; border-radius: 50%;
  background: var(--accent); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 12px; flex-shrink: 0;
  transition: transform .2s;
}
.sidebar-nav li a:hover .arr-icon { transform: translateX(3px); }
 
.help-card {
  background: linear-gradient(140deg, var(--primary) 0%, #0d7ab5 100%);
  border-radius: var(--radius);
  padding: 24px;
  text-align: center;
  color: #fff;
  animation: fadeInLeft .5s .15s ease both;
}
.help-card h6 { font-family: 'Fraunces', serif; font-size: 1.1rem; margin-bottom: 8px; }
.help-card p { font-size: .84rem; opacity: .85; line-height: 1.6; margin-bottom: 16px; }
.help-card a.call-btn {
  display: inline-block;
  background: var(--accent2);
  color: var(--primary-dark);
  font-weight: 700;
  padding: 10px 22px;
  border-radius: 30px;
  text-decoration: none;
  font-size: .92rem;
  transition: transform .2s, box-shadow .2s;
}
.help-card a.call-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(244,167,50,.4); }
 