 .blog-details {
  max-width: 900px;
  margin: 40px auto;
}

.blog-title {
  font-weight: 600;
  margin-bottom: 10px;
}

.blog-meta {
  font-size: 14px;
  color: #6c757d;
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.blog-image img {
  width: 100%;
  border-radius: 16px;
  margin-bottom: 18px;
}

.blog-author {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}

.author-box {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}

.author-box img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.blog-details p {
  font-size: 15px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 16px;
}

.blog-details h4 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 12px;
}

.blog-list {
  padding-left: 18px;
  margin-bottom: 20px;
}

.blog-list li {
  margin-bottom: 8px;
  font-size: 15px;
}






    .services-card {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 14px;
  padding: 22px;
  margin-top: 14px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}

.services-title {
  font-weight: 600;
  margin-bottom: 18px;
}

.service-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px;
  border: 1px solid #ececec;
  border-radius: 14px;
  margin-bottom: 12px; 
}

.service-item img {
  width: 90px;
  height: 70px;
  object-fit: cover;
  border-radius: 12px;
}

.service-item p {
  font-size: 14px;
  margin: 0;
  font-weight: 500;
}

.btn-viewall {
  margin-top: 18px;
  padding: 9px 26px;
  background: #4a90c6;
  color: #fff;
  border-radius: 30px;
  font-size: 14px;
}


.recent-blogs-card {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 7px;
    padding: 22px;
    margin-top: 10px;
      box-shadow: 0 6px 20px rgba(0,0,0,0.06);
}

.recent-blogs-card h5 {

        font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;

}

.blog-title {
  font-weight: 600;
  margin-bottom: 18px;
}

.blog-item {
  display: flex;
  gap: 14px;
  background: #f7f7f7;
  border-radius: 12px;
  padding: 10px;
  margin-bottom: 12px;
}

.blog-item img {
  width: 90px;
  height: 70px;
  object-fit: cover;
  border-radius: 10px;
}

.blog-content p {
  font-size: 15px;
    font-weight: 600;
    margin-bottom: 6px;
    line-height: 20px;
}

.blog-date {
  font-size: 13px;
  color: #6c757d;
  display: flex;
  align-items: center;
  gap: 6px;
}






.popular-tags-card {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 14px;
  padding: 29px;
  margin-top: 14px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.06);
}

.tags-title {
  font-weight: 600;
  margin-bottom: 16px;
}

.tags-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.tag-item {
  padding: 11px 27px;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease;
}

.tag-item:hover {
  background: #4a90c6;
  color: #fff;
  border-color: #4a90c6;
}








.toc-card {
  
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius:14px;
  padding: 24px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}

.toc-title {
  font-weight: 600;
  margin-bottom: 18px;
}

.toc-accordion .accordion-item {
  border: none;
  border-bottom: 1px solid #eee;
}

.toc-accordion .accordion-button {
  background: transparent;
  box-shadow: none;
  padding: 14px 0;
  font-size: 15px;
  font-weight: 500;
}

.toc-accordion .accordion-button::after {
  display: none;
}

.toc-number {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #4a90c6;
  color: #fff;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}

.toc-sublist {
  padding-left: 20px;
}

.toc-sublist li {
  font-size: 14px;
  color: #6c757d;
  margin-bottom: 8px;
}




.main__service-sidebar {
     background: #f8f8f8;
    border: 1px solid #e6e6e6;
    border-radius: 7px;
    padding: 20px;
    top: 30px;
    box-shadow: rgb(99 99 99 / 8%) 0px 2px 8px 0px;

}

.main__service-title {
      font-weight: 600;
    margin-bottom: 18px;
    padding-top: 10px;
    color: #1167b1;
}

/* Accordion reset */
.main__service-accordion .accordion-item {
  border: none;
  margin-bottom:4px;
}

.main__service-accordion .accordion-button {
  border: 1px solid #ededed;
  padding: 12px 14px;
  font-weight: 500;
  background: #fff;
  box-shadow: none;
  gap: 12px;
   border-bottom-left-radius: 0 !important;
 border-bottom-right-radius: 0 !important;
 font-size: 15px;
 transition: all 0.4s ease-in-out;
}

.main__service-accordion .accordion-button:hover {
  border: 1px solid #b2c9de;
      padding: 14px 20px;
}

.main__service-accordion .accordion-button::after {
  background-size: 14px;
  transition: transform 0.3s ease;
}

.main__service-accordion .accordion-button:hover {
    color: #1167b1 !important;
}

/* Rotate arrow */

.main__service-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #cfdce8;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2c6fa7;
}

/* Active */
.main__service-accordion .accordion-button:not(.collapsed) {
 
 border-top-left-radius: 0 !important;
 border-top-right-radius: 0 !important;
}

.main__service-accordion .accordion-button:not(.collapsed) .main__service-icon {
  background: #fff;
  color: #2c6fa7;
}

.main__service-accordion .accordion-body {
  font-size: 14px;
  color: #555;
  padding-top: 8px !important;
  padding: 0;
}

/* Button */
.main__service-btn {
  margin-top: 20px;
  background: #2c6fa7;
  color: #fff;
  border-radius: 30px;
  padding: 10px 0;
}



.main__service-boxlist {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Icon */
.main__service-boxlist .box-icon {
  min-width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #f1f5f9;
  color: #2c6fa7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
}

/* Hover effect */
.main__service-boxlist li:hover {
  background: #f6faff;
}

.main__service-boxlist li:hover .box-icon {
  background: #fff;
  color: #fff;
}




/* Base icon */
.main__service-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid #cfdce8;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  transition: transform 0.35s ease, background 0.35s ease, color 0.35s ease;
}




.iconhideac::after {

    display: none !important;

}


/* Remove default Bootstrap icon */
.main__service-accordion .accordion-button::after {
    background-image: none;
    content: "↓";
    font-size: 12px;
    font-weight: 600;
    color: #000;
    transition: transform 0.35s ease;
    padding-top: 8px;
}


.accordion-item {
    background: none !important;
}


/* When accordion is OPEN → Arrow Up */

.main__service-boxlist {
  list-style: none;
  padding: 0;
  margin: 0;
}

.main__service-boxlist li {
  margin-bottom:6px;
}

.main__service-boxlist li a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px 14px;
  border: 1px solid #c1d8e3;
  background: #b2ddf242;
  font-size: 14.3px;
  line-height: 1.6;
  color: #111827;
  text-decoration: none;
  transition: all 0.3s ease;
}


.main__service-boxlist li a i {
     font-size: 9px;
    border: 1px solid #0000001a;
    padding: 5px;
    border-radius: 2px;
    width: 25px;
    height: 25px;
    text-align: center;
    flex: 0 0 25px;
        color: #7193a5
}

/* Hover effect */
.main__service-boxlist li a:hover {
  border-color: #c3ced7;
  background: #f6faff;
}

/* Arrow icon */
.box-icon {
  min-width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid #d6dee6;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Chevron arrow */
.box-icon::before {
  content: "›";
  font-size: 22px;
  font-weight: 700;
  color: #6b7280;
  transition: transform 0.3s ease, color 0.3s ease;
}

/* Arrow animation */
.main__service-boxlist li a:hover .box-icon::before {
  transform: translateX(2px);
  color: #2c6fa7;
}




/* Accordion button layout */
.main__service-accordion .accordion-button {
  display: flex;
  align-items: flex-start;   /* IMPORTANT: fixes multi-line issue */
  gap: 10px;
  padding: 14px 16px;
  line-height: 1.4;
}

/* Icon container */
.main__service-icon {
  flex: 0 0 25px; 
}



/* Icon base style */
.main__service-icon {
  width: 28px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  transition: background-color 0.3s ease;
}

/* Icon color */
.main__service-icon i {
    color: #000000;
    font-size: 7px;
    transition: color 0.3s ease, transform 0.4s ease;
}

/* Hover effect */

.main__service-accordion .accordion-button
.main__service-icon {

    transition: all 0.4s ease-in-out;

}


.main__service-accordion .accordion-button:hover .main__service-icon {
  background-color: #0d6efd; /* blue bg */
  border: 2px solid #0d6efd;
}

.main__service-accordion .accordion-button:hover .main__service-icon i {
  color: #ffffff; /* white icon */
}

/* Active (open) state */
.accordion-button:not(.collapsed) .main__service-icon {
  background-color: #0d6efd;
}


.main__lgimg {
    margin-bottom: 15px;
}


.content__m__area_mbg img {

    width: 100%;
    border-radius: 15px;
    margin-top: 11px;

}




.content__m__area_mbg h2 {

        font-size: 32px;


}

.content__m__area_mbg h3 {

       font-size: 28px;
        margin-top: 20px;
}


.content__m__area_mbg h4 {

        font-size: 24px;
        margin-top: 20px;
}

.content__m__area_mbg h5 {

    font-size: 20px;
    color: #4a8bc3;
    position: relative;
    padding-left: 30px;
    margin-top: 20px;
}

.content__m__area_mbg h6 {

  font-size: 16px;
   margin-top: 20px;
}



.content__m__area_mbg ul  {

     padding-left: 10px;
  margin-bottom: 20px;
 
  

}


.content__m__area_mbg ul li {

margin-bottom: 8px;

font-size: 15px;

position: relative;
}

.content__m__area_mbg
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.content__m__area_mbg
li {
  padding-left: 27px;
  text-indent: -.7em;
}

.content__m__area_mbg
li::before {
  content: "• ";
  color: rgb(66, 164, 186);
  font-size: 23px;
  position: absolute;
  top: -6px;
  left: 10px;
}





.content__m__area_mbg h5::after {
    content: "\F134";
    display: block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    top: -10px;
    left: 0;
        font-family: bootstrap-icons !important;
}


.content__m__area_mbg p {
    margin-top: 0;
    margin-bottom: 1rem;
    line-height: 28px;
}







.blog-details-content {
  max-width: 900px;
}

.blog-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 22px;
  font-weight: 600;
  color: #3b82c4;
  margin-bottom: 14px;
}

.blog-title i {
  font-size: 22px;
  color: #3b82c4;
}

.blog-details-content p {
  font-size: 15px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 16px;
}














/* Section */
.why-choose{
    padding:90px 0;
}

/* LEFT CONTENT */
.why-title{
    font-size:42px;
    font-weight:700;
    color:#0b2a52;
    margin-bottom:20px;
}

.why-desc{
    font-size:15px;
    color:#6b7280;
    max-width:520px;
    margin-bottom:40px;
}

.feature{
    display:flex;
    gap:20px;
    padding:22px 0;
}

.feature:not(:last-child){
    border-bottom:1px solid #e5e7eb;
}

.feature-icon{
    min-width:48px;
    height:48px;
    border:2px solid #1d4ed8;
    border-radius:8px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#1d4ed8;
    font-size:22px;
}

.feature h6{
    font-size:16px;
    font-weight:600;
    color:#1d4ed8;
    margin-bottom:6px;
}

.feature p{
    font-size:14px;
    color:#6b7280;
    margin:0;
}

/* RIGHT IMAGE AREA */
.image-wrap{
    position:relative;
    display:flex;
    justify-content:flex-end;
}

/* MAIN IMAGE — THIS IS THE KEY FIX */
.image-main{
    width:420px;
    height:560px;
    border-radius:300px;  
    overflow:hidden;
}

.image-main img{
    width:100%;
    height:100%;
    object-fit:cover;
}

/* SMALL IMAGE */
.image-small{
    position:absolute;
    bottom: -19px;
    left: 24%;
    width:220px;
    height:300px;
    border-radius:300px;  
    overflow:hidden;
    border:12px solid #fff;
    background:#fff;
}

.image-small img{
    width:100%;
    height:100%;
    object-fit:cover;
}

/* RESPONSIVE */
@media(max-width:991px){
    .why-title{
        font-size:34px;
    }

    .image-wrap{
        justify-content:center;
        margin-top:60px;
    }

    .image-main{
        width:300px;
        height:400px;
    }

    .image-small{
        width:160px;
        height:220px;
        left:0;
    }
}

/* Content */
.blog-body{
    padding:18px 20px 20px;
}

.blog-body h5{
    font-size:17px;
    font-weight:600;
    line-height:1.35;
    margin-bottom:8px;
}

.blog-body p{
    font-size:14px;
    color:#6b7280;
    margin-bottom:14px;
}

.read-more{
    font-size:13px;
    font-weight:600;
    letter-spacing:.02em;
    text-decoration:none;
    color:#000;
}

.read-more:hover{ color:#0b2a52; }

/* Mobile filter */
.filter-btn{ display:none; }

@media(max-width:991px){
    .desktop-sidebar{ display:none; }
    .filter-btn{
        display:flex;
        justify-content:flex-end;
        margin-bottom:16px;
    }
}

/* Section */
.latest-blogs{
    background:#0b2a52;
    padding:80px 0 90px;
}

/* Title */
.latest-blogs h2{
    color:#fff;
    font-size:34px;
    font-weight:700;
    text-align:center;
    margin-bottom:10px;
}

.latest-blogs .title-line{
    width:60px;
    height:2px;
    background:#fff;
    margin:0 auto 50px;
}

/* Card */
.latest-blogs .blog-card{
    background:#fff;
    padding:10px;
	border-radius:7px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.15);
}

.latest-blogs .blog-img{
    position:relative;
}

.latest-blogs .blog-img img{
    width:100%;
    object-fit:cover;
	border-radius: 16px;
}

/* Date */
/* Date badge */
.latest-blogs .date-box{
    position:absolute;
    bottom: 0 !important;
    right: 0 !important;
    width: 81px;
    height: 81px;
    background:#0b2a52;
    border-radius:10px;
    color:#fff;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}

.latest-blogs .date-box .day{
    font-size:30px;
    font-weight:600;
    line-height:1;
}

.latest-blogs .date-box .month{
    font-size:15px;
    font-weight:500;
    margin-top:2px;
}


/* Content */
.latest-blogs .blog-body{
    padding:22px;
}

.latest-blogs .blog-body h5{
    font-size:17px;
    font-weight:600;
    line-height:1.4;
    margin-bottom:10px;
}

.latest-blogs .blog-body p{
    font-size:14px;
    color:#6b7280;
    margin-bottom:14px;
}

.latest-blogs .read-more{
    font-size:13px;
    font-weight:600;
    text-decoration:none;
    color:#000;
}

.latest-blogs .read-more:hover{
    color:#0b2a52;
}

/* Owl spacing */
.latest-blogs .owl-carousel .owl-item{
    padding:0 12px;
}

/* Button */
.latest-blogs .view-all{
    margin-top:50px;
    text-align:center;
}

.latest-blogs .view-all a{
    background:#4f8fc8;
    color:#fff;
    padding:10px 28px;
    border-radius:30px;
    text-decoration:none;
    font-size:14px;
    font-weight:500;
}


.services_item__content__box {

    margin-left: -28px;
    background: #fff;
    padding: 9px;
    border-radius: 5px;

}



.bmmbz {

    color: #4396de;

}







.author-strip {
  padding: 18px 22px;
    position: relative;
    margin-top: -6px !important;
    border-bottom: 1px solid #ededed;
}

.author-img {
  width: 48px !important;
  height: 48px;
  border-radius: 50% !important;
  object-fit: cover;
  border: 6px solid #eaf1ff;
  position: absolute;
  top: -47px;
}

.author-link {
  color: #2f80ed;
  text-decoration: none;
  font-weight: 500;
}




/* Level 1 */
.toc-item {
  border-bottom: 1px solid #e5e7eb;
}

.toc-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 0;
  font-weight: 600;
  text-decoration: none;
  color: #111;
}

/* Number */
.toc-number {
  width: 26px;
  height: 26px;
  background: #0d6efd;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 26px;
  font-size: 14px;
}

/* Level 2 */
.toc-sublist {
  padding-left: 66px;
  margin-bottom: 12px;
}

.toc-sublist > li {
  margin-bottom: 6px;
}

.toc-sublink {
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  color: #5f9dff;
  display: block;
  padding: 6px 0;
}

/* Level 3 */
.toc-child-sublist {
  padding-left: 20px;
  margin-top: 6px;
}

.toc-child-sublist li {
  font-size: 13px;
  color: #666;
  margin-bottom: 4px;
}

.toc-accordion li:last-child {

      border-bottom:0;
}









/* ================= SIDEBAR ================= */
.sidebar{
    background: #fff;
    border-radius: 14px;
    padding: 29px;
    border: 1px solid #e6e6e6;
    margin-top: 14px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}

.sidebar-title{
    font-size:15px;
    font-weight:600;
    margin-bottom:14px;
}

/* Categories */
.category-list{
    list-style:none;
    padding:0;
    margin:0;
}

.category-list li{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:15px 0;
    font-size:14px;
    cursor:pointer;
}

.category-list li:not(:last-child){
    border-bottom:1px solid #f1f3f5;
}

.cat-left{
    display:flex;
    align-items:center;
    gap:8px;
    font-weight:500;
    color:#374151;
}

.cat-left i{
    color:#c5cbd3;
    font-size:15px;
}

.cat-count{
    font-size:13px;
    color:#9aa3af;
}

.category-list li.active .cat-left,
.category-list li:hover .cat-left,
.category-list li.active i,
.category-list li:hover i{
    color:#1d4ed8;
}

/* Tags */
.tag{
    border:1px solid #e5e7eb;
    padding:6px 14px;
    font-size:13px;
    display:inline-block;
    margin:5px 5px 0 0;
}

/* ================= BLOG CARD ================= */
.blog-card{
    background:#fff;
    border-radius:14px;
    overflow:hidden;
    box-shadow:0 6px 20px rgba(0,0,0,.06);
    margin-bottom:32px;
    transition:.35s ease;
	padding:20px;
}

.blog-card:hover{
    transform:translateY(-6px);
    box-shadow:0 16px 40px rgba(0,0,0,.1);
}

.blog-img{
    position:relative;
    overflow:hidden;
	border-radius:20px;
}

.blog-img img{
    width:100%;
    object-fit:cover;
    transition:transform .6s ease;
}

.blog-card:hover img{
    transform:scale(1.08);
}

/* Date badge */
.date-box{
    position:absolute;
    bottom: -3px;
    right: -4px;
    width: 81px;
    height: 81px;
    background:#0b2a52;
    border-radius:10px;
    color:#fff;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}

.date-box .day{
    font-size:30px;
    font-weight:600;
    line-height:1;
}

.date-box .month{
    font-size:15px;
    font-weight:500;
    margin-top:2px;
}

/* Content */
.blog-body{
    padding:18px 20px 20px;
}

.blog-body h5{
    font-size:17px;
    font-weight:600;
    line-height:1.35;
    margin-bottom:8px;
}

.blog-body p{
    font-size:14px;
    color:#6b7280;
    margin-bottom:14px;
}

.read-more{
    font-size:13px;
    font-weight:600;
    letter-spacing:.02em;
    text-decoration:none;
    color:#000;
}

.read-more:hover{ color:#0b2a52; }

/* Mobile filter */
.filter-btn{ display:none; }

@media(max-width:991px){
    .desktop-sidebar{ display:none; }
    .filter-btn{
        display:flex;
        justify-content:flex-end;
        margin-bottom:16px;
    }
}




.search-box {
  position: relative;
  width: 100%;
  max-width: 420px;
}

.search-input {
  height: 56px;
  padding: 0 48px 0 20px;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  font-size: 15px;
  box-shadow: none;
}

.search-input::placeholder {
  color: #6c757d;
  font-weight: 500;
}

/* Search icon */
.search-icon {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: #1e293b;
  font-size: 18px;
  pointer-events: none;
}

/* Focus state */
.search-input:focus {
  border-color: #0d6efd;
  box-shadow: 0 0 0 2px rgba(13,110,253,.1);
}





.custom-pagination .pagination {
  gap: 10px;
}

.custom-pagination .page-link {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  color: #0f172a;
  font-weight: 600;
  box-shadow: none;
  transition: all 0.3s ease;
}

.custom-pagination .page-item.active .page-link {
  background-color: #0d3b82; /* dark blue */
  border-color: #0d3b82;
  color: #ffffff;
}

.custom-pagination .page-link:hover {
  background-color: #0d6efd;
  color: #ffffff;
  border-color: #0d6efd;
}

.custom-pagination .page-link i {
  font-size: 18px;
}


.blogfilterz {

      display: flex;
    justify-content:space-around;
    align-items: center;


}

  .blogfilterz
.btn {
  
    background-color: #4a8bc3;
    border-radius: 11px;
    padding: 7px 18px;
    color: #fff;
    transition: 0.4s;
    border: 1px solid #ffffff4d;
}


.blogfilterz {
  display: none;
}


























@media screen and (max-width: 1200px) {

  .blogfilterz {
  display: flex;
}



.content__m__area_mbg h2 {
    font-size: 26px;
}


.content__m__area_mbg h3 {

font-size: 24px;

margin-top: 20px;
}


.content__m__area_mbg h4 {

font-size: 20px;

margin-top: 20px;
}

.content__m__area_mbg h5 {

font-size: 17px;

color: #4a8bc3;

position: relative;

padding-left: 30px;

margin-top: 20px;
}

.content__m__area_mbg h6 {

  font-size: 14px;
   margin-top: 20px;
}



}




@media screen and (max-width:767px) {

    .sidebar {
    background: #fff;
    border-radius: 14px;
    padding: 0;
    border: 0;
    margin-top: 14px;
    box-shadow: 0 0 0 0;
}

    .blogdatembz span {
        font-size: 12px;
    }

    .Authorbgm p {
    margin-top: 0;
    line-height: 20px;
    font-size: 14px;
}

    .Authorbgm {
        width:50%;
        padding: 0;
    }

    .bdlinez {
       opacity: 0;
    }

    .bmmbzmbl {

         border-right: 1px solid #9981817d;

    }

   

    .bmmbz {
        display: inline-block;
    }

    .author-img {
    position: absolute;
}


    .main__service-sidebar {
    padding: 8px;
}

        .why-title {
        font-size: 28px;
        margin-bottom: 7px;
    }

    .why-desc {
    margin-bottom: 6px;
}

    .why-choose {
    padding: 36px 0;
}

    .con__m__a_mbg_lg {
        margin-top:10px !important;
    }

.content__m__area_mbg h2 {
    font-size: 21px;
}


.content__m__area_mbg h3 {

font-size: 19px;

margin-top: 11px;
}


.content__m__area_mbg h4 {

font-size: 17px;

margin-top: 11px;
}

.content__m__area_mbg h5 {

font-size: 16px;

color: #4a8bc3;

position: relative;

padding-left: 30px;

margin-top: 11px;
}

.content__m__area_mbg h6 {

font-size: 14px;

margin-top: 11px;
}




}


/*  Sanil style  */


table {
    width: 100%;
    border-collapse: collapse;
}

table th {
    background-color: rgb(28,94,164);
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 10px 12px;
    border-bottom: 2px solid #374151;
}

table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    font-size: 14px;
}

table th,
table td {
    border: 1px solid #ccc;
    padding: 8px 12px;
    text-align: left;
}

table th {
    background-color: rgb(28,94,164);
    color: #ffffff;
    font-weight: 600;
}

table tbody tr:nth-child(even) {
    background-color: #fafafa;
}

table tbody tr:hover {
    background-color: #eef3ff;
}
.author-img {
    border: 3px solid #eaf1ff !important;
}
.tickstyle
li {

    position: relative !important;
    padding-left: 40px !important;
  text-indent: -.7em !important;

}


.tickstyle
li::after {

    content: "\F270" !important;
    color: #4CAF50 !important;
    font-size: 21px !important;
    position: absolute !important;
    top: -5px !important;
    left: 6px !important;
    font-family: bootstrap-icons !important;
  

}

.main__service-accordion .accordion-button_link {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 14px 16px;
    line-height: 1.4;
  	width:100%
}
.main__service-accordion .accordion-button_link {
    border: 1px solid #ededed;
    padding: 12px 14px;
    font-weight: 500;
    background: #fff;
    box-shadow: none;
    gap: 12px;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    font-size: 15px;
    transition: all 0.4s ease-in-out;
}
.sub_btn{
  	background: #fff;
    border: 1px solid #ededed;
}
.iti--separate-dial-code .iti__selected-flag {
    background-color: rgb(255 255 255 / 5%) !important;
}
.iti__country-list{
  z-index:999
}
/* Start  On page load modal css */

.hmskmodal1 .modal_content_sk .close {
  width: 45px;
  height: 45px;
  border: #fff 1px solid;
  background: none;
  position: absolute;
  top: 1rem;
  right: 1rem;
  border-radius: 50%;
  font-size: 18px;
  color: #fff;
  transition: 0.4s;
}
.hmskmodal1 .modal_content_sk .close:hover {
  background-color: #fff;
  color: #0f2445;
}
  .modal_content_sk {

  background-image: url(../images/modalbg.jpg) !important;
  background-size: cover;
  object-fit: cover;
    padding: 50px;
    border-radius: 25px;
      color: #fff;
}

.modal_contentsk_in img {

  position: absolute;

}
  .hmskmodal1 {
    --bs-modal-width: 750px;
  }

  
  .hmskmodal1 img  {
  border-radius: 25px;
  }


  .hmskmodal1 h3 {

    font-size: 42px;
    font-weight: bolder;
    line-height: 49px;

}

  .hmskmodal1 h4 {

    margin-bottom: 4px;

 }


 @media screen and (max-width: 767px) {

  .hmskmodal1 h3 {
    font-size: 25px;
    font-weight: 600;
    line-height: 27px;
}

.modal_content_sk {
    padding: 10px !important;
}

.hmskmodal1 h4 {
    font-size: 19px;
}

.hmskmodal1 .modal_content_sk .close {
    width: 30px;
    height: 30px;
    border: #ffffff82 1px solid;
    background: none;
    position: absolute;
    top: 1rem;
    right: 1rem;
    border-radius: 50%;
    font-size: 8px;
    color: #fff;
    transition: 0.4s;
}

}

/* Star modal form */

.btn-gradient {
  background: linear-gradient(135deg, #0d6efd, #00c6ff);
  color: #fff;
  border: none;
  padding: 10px 26px;
  border-radius: 30px;
}

/* Modal */
.quote-modal {
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(0,0,0,.25);
}

/* Header */
.quote-modal .modal-header {
 background: linear-gradient(135deg, #17558a, #4a9de4);
    color: #fff;
    border-radius: 16px 16px 0 0;
}

.quote-modal small {
  opacity: 0.85;
}

/* Inputs */
.quote-modal .form-control {
  border-radius: 10px;
    padding: 12px;
    border: 1px solid #0000002b;
}

/* Textarea */
.quote-modal textarea {
  resize: none;
}


.mb__skmdfm {

padding: 45px 45px 40px 45px;
    background: #a0d1ff;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  
}

.selectmbfmsk .form-control {

   height: 49px;
    color: #6d6060;


}

.mhskmrmmd div {
    padding: 0 30px;
}

   
.mhskmrmmd h5 {

  font-size: 29px;
    font-weight: bold;

}

.mhskmrmmd .btn-close {

    margin-right: 31px;
}



@media screen and (max-width:767px) {

.mhskmrmmd div {
    padding: 0;
}

.mhskmrmmd h5 {
    font-size: 19px;

}

.mb__skmdfm {
    padding: 15px;
}

.mhskmrmmd .btn-close {
    margin-right: 0;
}

}




/* End  modal form */

ul.footer-social-list {
    list-style: none;
    display: flex;
    padding-left: 5rem;
    margin-top: 1.5rem;
}

ul.footer-social-list li {
    margin-right: 5px;
}
ul.footer-social-list li a {
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: 0.4s;
    font-size: 26px;
    margin-right: 24px;
}


/* Contactus */



         /* ================================
         CONTACT MAP
         ================================ */
         .contact-map {
         width: 100%;
         height: 500px;
         border-radius: 16px;
         overflow: hidden;
         box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
         }
         /* iframe full size */
         .contact-map iframe {
         width: 100%;
         height: 100%;
         border: 0;
         }
         /* Optional: subtle hover polish */
         .contact-map:hover {
         box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
         }



    /* WRAPPER */
.contact-addres {
  margin-top: 40px;
}

/* FORM CARD */
.apply_bg {
  background: #ffffff;
  padding: 50px 45px;
  border-radius: 22px;
  box-shadow: 0 20px 45px rgba(13, 110, 253, 0.15);
  position: relative;
  overflow: hidden;
  
  /* position: sticky;
  top: 110px; 
  z-index: 10; */
  
}

/* Decorative gradient strip */
.apply_bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 6px;
  width: 100%;
  background: linear-gradient(90deg, #0d6efd, #1ec8ff);
}

/* HEADING */
.apply_bg h4 {
  font-size: 26px;
  font-weight: 700;
  color: #0d1b3f;
  margin-bottom: 28px;
  text-align: center;
}

.apply_bg h4 span {
  display: block;
  font-size: 15px;
  font-weight: 400;
  color: #6c757d;
  margin-top: 6px;
}

/* FORM GROUP */
.apply_bg .form-group {
  display: block;
  margin-bottom: 16px;
}

/* INPUTS & TEXTAREA */
.apply_bg .form-control {
  height: 52px;
  border-radius: 14px;
  border: 1px solid #e3e9f0;
  padding: 12px 18px;
  font-size: 15px;
  transition: all 0.3s ease;
  box-shadow: none;
}

.apply_bg textarea.form-control {
  height: auto;
  resize: none;
  min-height: 140px;
}

/* FOCUS STATE */
.apply_bg .form-control:focus {
  border-color: #0d6efd;
  box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.12);
}

/* PLACEHOLDER */
.apply_bg .form-control::placeholder {
  color: #9aa4b2;
}

/* RECAPTCHA CENTER */
.apply_bg .g-recaptcha {
  margin: 18px auto;
  display: flex;
  justify-content: center;
}

/* SUBMIT BUTTON */
.submit_btn {
  width: 100%;
  height: 54px;
  border-radius: 30px;
  background: linear-gradient(135deg, #0d6efd, #1ec8ff);
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: all 0.35s ease;
  box-shadow: 0 12px 28px rgba(13, 110, 253, 0.35);
}

.submit_btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(13, 110, 253, 0.45);
}

/* DISABLED STATE */
.submit_btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* ALERT TEXT */
#estalert {
  margin-top: 12px;
  text-align: center;
  font-size: 14px;
  color: #dc3545;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .apply_bg {
    padding: 35px 24px;
  }

  .apply_bg h4 {
    font-size: 22px;
  }

  .submit_btn {
    height: 50px;
    font-size: 15px;
  }
}

 
               .inner_container {
               background: #f8fafc;
               padding: 70px 0;
               }
               /* CARD */
               .address {
        border-radius: 18px;
    padding: 28px 24px 36px 24px;
    height: 100%;
    position: relative;
    transition: all 0.35s ease;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
    border: 5px solid #03a9f46b;


               }
               .address:hover {
               transform: translateY(-8px);
               box-shadow: 0 20px 45px rgba(13, 110, 253, 0.18);
               border-color: #dbe7ff;
               }
               /* FLAG */
               .address .flag {
             position: absolute;
    top: -31px;
    right: 22px;
    background: #fff;
    border-radius: 50%;
    padding: 8px;
    /* box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12); */
    border: 4px solid #f8fafc;
               }
               .address .flag img {
               max-width: 48px;
               border-radius: 50%;
               }
               /* CONTENT */
               .footer-contact h4 {
             font-size: 20px;
    font-weight: 600;
    color: #1167b1;
    margin-bottom: 16px;
               }
               /* LIST */
               .footer-contact ul {
               padding: 0;
               margin: 0;
               list-style: none;
               }
               .footer-contact ul li {
               display: flex;
               align-items: flex-start;
               gap: 12px;
               font-size: 17px;
               line-height: 1.6;
               margin-bottom: 12px;
               }

                 .view__location_skd  {

                  transition: 0.4s all ease-in-out;
           
               }

                    .view__locationskd:hover a ,  .view_location_skd:hover i {
             color: #fff !important;
               }
              
                       .view__location_skd:hover  {
              background-color: #0b2a52 !important;
               }
              



               /* ICONS */
          .footer-contact ul li i {
               font-size: 16px;
                  color: #1167b1;
               margin-top: 4px;
               min-width: 18px;
               }
               /* LINKS */
               .footer-contact ul li a {
            
    font-weight: 500;
    text-decoration: none;
    transition: color 0.3s ease;
        color: #4b4b4b;
               }
             
               /* VIEW LOCATION LINK */
               .footer-contact ul li:last-child a {
               display: inline-flex;
               align-items: center;
               gap: 6px;
               font-weight: 600;
               }
               /* MOBILE */
               @media (max-width: 767px) {
               .address {
               padding: 24px 20px;
               }
               .footer-contact h4 {
               font-size: 18px;
               }
               .footer-contact ul li {
               font-size: 14px;
               }
               .address .flag {
               top: -18px;
               right: 16px;
               }
               }



select.form-control {
  height: 45px;
  border-radius: 6px;
}


.view__location_skd {


        border: 3px solid #91d8f8;
    padding: 6px 25px;
    border-radius: 23px;
    background: #ffffff;
    color: #4a8bc3;
    position: absolute;
   bottom: -33px;



}




/* End Contactus */