:root {
    --l-text-color: #94A3B8;
}

.service-page *{
    font-weight: 400 !important;
    font-family: 'Sora';
}
.service-page h1 {
    font-weight: 500 !important;
    /* font-size: 50px; */
    /* line-height: 55px; */
}
.service-page .why-grid h2 {
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 16px;
}

.blog-card-content h3 a {
    background: unset;
    padding: unset;
    font-size: 18px;
}

.blog-card-content h3 a:hover {
    background: unset;
}
/* faq  */
.accordion-header.active + .accordion-content p {
    margin-top: 0px !important;
}
.accordion {
    /* background-color: #fff; */
    border-radius: 8px !important;
    margin-bottom: 15px;
    border-radius: 0px;
    overflow: hidden;
    background: #0f172ab0;
    padding: 17px 0px 0px 17px;
    border: 1px solid #1E293B;
    border-radius: 16px;
}

.accordion-header {
    padding: 0px  45px 16px 0px;
    /* background-color: #f7f7f7; */
    cursor: pointer;
    font-weight: bold;
    transition: background 0.3s;
    font-size: 18px;
    font-weight: 400;
    line-height: 31px;
    padding-left: 0px;
    font-weight: 600;
    position: relative;
    /* font-family: 'Poppins'; */
}
.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    padding: 0px 17px 0px 0px;
    /* background-color: #fafafa; */
    padding-bottom: 0px;
    padding-left: 10px;
}

.service-page .accordion-content p {
    margin: 15px 0;
    margin-top: 0px !important;
    margin-bottom: 20px;
    transition: all 0.3s linear;
    font-size: 16px;
}
/* .faq-section .faqs {
    max-width: 1200px;
    margin: 0px auto;
} */

.service-page .faq-section .faqs h2 {
    /* padding-bottom: 17px; */
    color: #fff;
    font-size: 32px;
}
.service-page .faq-section {
    padding: 0px 0px;
    /* background-color: #e9f5ff; */
    max-width: 1000px;
    margin: auto;
    background: unset;
}
.accordion-header:before {
    content: "";
    position: absolute;
    right: 17px;
    top: 6px;
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url(/wp-content/uploads/2026/01/down-2.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border: unset !important;
    transition: all 0.3s linear;
}

.accordion-header.active:before {
    /* background-image: url(); */
    transform: rotate(180deg);
}

@media only screen and (max-width:1024px){
    .accordion-header {
    font-size: 16px;
    line-height: 24px;
}

.accordion-content {
    padding: 0px 17px 0px 0px;
}
}

/* faq  */
.service-page .threat-grid {
    grid-template-columns: 1fr 1fr;
}

.service-page img {
    object-fit: unset !important;
    height: 100%;
    width: 100%;
}
.service-page .elite-section, .service-page .threat-section{
    background:#0F172A;
}
.service-page>section {
    border-top: unset !important;
}
section#faq-sec {
    background: #0D1220;
}
.service-page .stat-card .stat-value {
    color: #3B82F6;
    font-size: 36px;
    line-height: 46px;
}

.service-page .hero-stats {
    background: #3341557a;
    padding: 20px;
    border: 1px solid #334155;
    border-radius: 16px;
}

.service-page span.stat-label {
    font-size: 14px;
    color: var(--l-text-color);
}

.service-page .service-card {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.service-page .service-card p {
    font-size: 16px;
    color: var(--l-text-color);
    text-align: center;
}

.service-page .service-card h3 {
    font-weight: 400;
}
.service-page P, .service-page li {
    color: var(--l-text-color);
    font-size: 16px;
}
 .service-page li {
    color: var(--l-text-color);
    font-size: 14px;
}
.service-page b{
   color: #fff;
   font-size: 16px;

}
.service-page section#why p {
    font-size: 16px;
}
.plain-list ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}

.plain-list ul li {
    padding-left: 40px;
    position: relative;
}

.plain-list ul li:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0px;
    background-image: url(/wp-content/uploads/2026/01/check-4.svg);
    background-size: 15px 15px;
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    padding: 5px;
    background-position: center;
    background-color: #1e3a8a75;
    border-radius: 50%;
}
.box-list ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}
.box-list ul li {
    padding-left: 40px;
    position: relative;
    padding: 10px;
    background: #3341557a;
    padding: 17px;
    border: 1px solid #334155;
    border-radius: 16px;
    width: 100%;
    padding-left: 50px;
}
.box-list ul li:before {
    content: "";
    position: absolute;
    top: 17px;
    left: 10px;
    background-image: url(/wp-content/uploads/2026/01/star.svg);
    background-size: 15px 15px;
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    padding: 5px;
    background-position: center;
    background-color: #1e3a8a75;
    border-radius: 50%;
}
.faqs>p {
    font-size: 18px;
    text-align: center;
    padding-bottom: 25px;
}

.faqs>h2 {
    text-align: center;
}
.service-page .cta-content {
    max-width: 800px;
}
/* city-list-style */
.city-grid-container {
    display: grid;
    gap: 18px 15px; /* Adjust spacing here */
    width: 100%;
    box-sizing: border-box;
    justify-content: space-between;
}

/* Base (Mobile & Tablet) - 2 Columns */
.city-grid-container {
    grid-template-columns: repeat(2, 161px);
  
}

@media (min-width: 700px) {
.city-grid-container {
    grid-template-columns: repeat(3, 208px);
}
}

/* Laptop - 3 Columns (min-width approx 992px) */
@media (min-width: 992px) {
    .city-grid-container {
        grid-template-columns: repeat(4, 208px);
    }
}

/* Desktop - 4 Columns (min-width approx 1200px) */
@media (min-width: 1200px) {
    .city-grid-container {
        grid-template-columns: repeat(5, 208px);
    }
}



/* Link Styling */
.city-link {
    display: flex;
    align-items: flex-start; /* Vertically center icon and text */
    text-decoration: none;
    color: #333; /* Dark grey text */
    /* padding: 10px; */
    border-radius: 5px;
    transition: background-color 0.2s ease, color 0.2s ease;
    text-align: left;
}

.city-link {
    /* background-color: #f5f5f5; */ /* Light grey background on hover */
    color: #3b82f6; /* Blue text on hover */
}

/* Icon Styling */
.city-icon {
    width: 20px;
    height: 20px;
    margin-right: 5px; /* Space between icon and text */
    flex-shrink: 0; /* Prevent icon from shrinking on small screens */
    color: inherit; /* Icon takes text color */
}

/* Text Styling */
.city-name {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    word-break: break-word; /* Prevents long city names from breaking layout */
    transition: all 0.2s linear;
}
.service-page .specializations.reveal-right.box-list>h2 {
    color: #fff;
}

.city-link:hover .city-name {
    color: #fff;
    /* transition: all 0.3s linear; */
}
.city-section h2 {
    color: #fff;
    padding-bottom: 0px;
    text-align: center;
}
.city-section p {
    text-align: center;
    font-size: 18px;
    padding-bottom: 30px;
}
@media only screen and (max-width:700px){
    .city-grid-container {
       display: grid;
       gap: 18px 15px;
       width: 100%;
       box-sizing: border-box;
       justify-content: center;
}
.city-name {
    font-size: 13px;
}
.city-grid-container
 {
 
    gap: 10px 5px !important;
}
}
/* city-list-style */
@media only screen and (max-width:1024px){
    .service-page .threat-grid {
    grid-template-columns: 1fr;
}
}

.blog-body h1, .blog-body h3 {
    color: #fff;
}

.blog-body h2 {
    margin: 32px 0 7px;
}

.blog-body h3 {
    margin-top: 20px;
    font-weight: 400;
}
.blog-excerpt {
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 12px;
}
.blog-card-image {
    height: 220px;
}
.service-page .hero-stats {
    margin-bottom: 0px;
}

.page-id-196 #content>section {
    border-top: unset;
    border-bottom: unset;
}
header.blog-header h2 {
    color: #fff;
    font-size: 37px;
    line-height: 46px;
}


@media only screen and (max-width:768px){
    header.blog-header h2 {
    font-size: 23px;
    line-height: 31px;
}

.blog-body h1 {
    font-size: 20px;
    line-height: 31px;
    margin-bottom: 9px;
    /* font-weight: 400; */
}
    .service-page>section {
    padding: 40px 0px !important;
}

.accordion-header {
    padding: 0px 45px 16px 0px;
    font-size: 15px;
}

.service-page h2 {
    line-height: 28px;
    font-size: 22px;
    margin-bottom: 10px;
}

.service-page P, .service-page li {
    font-size: 15px !important;
    line-height: 23px;
}
.service-page .hero-stats {
    display: grid;
    align-items: stretch;
    align-content: center;
    padding: 15px;
}
.service-page .stat-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
}

.service-page span.stat-label {
    font-size: 13px;
    line-height: 26px;
}
.service-page .hero {
    padding-top: 100px !important;
}
.blog-body h3 {
    font-size: 16px;
    line-height: 22px;
}
}
.pagination-wrapper {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.pagination-wrapper>a, .pagination-wrapper>span {
    padding: 5px 8px;
    background: #0c1327;
    /* flex: 1; */
    border: 1px solid #313e52;
    border-radius: 6px;
}


.count-sec .hero-description {
  font-size: var(--font-size-body);
  color: var(--text-gray);
  margin-bottom: 40px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
}

.count-sec .hero-stats {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  margin-bottom: 40px;
}


.count-sec .stat-value {
  font-size: 32px;
  font-weight: 500;
  color: var(--primary-blue);
}

.count-sec .stat-label {
  font-size: 13px;
  color: var(--text-muted);
  margin-top: 4px;
}

@media (max-width: 768px) {
  .count-sec .hero {
    padding: 120px 0 60px;
  }

  .count-sec .hero-description {
    font-size: 15px;
  }

  .count-sec .hero-stats {
    gap: 20px;
  }

  .count-sec .stat-value {
    font-size: 26px;
	}
}
/* ========= CITIES ===== */

.sd-wrapper {
  max-width: 1100px;
  margin: auto;
  padding: 40px 20px;
}

.sd-wrapper h2 {
  margin-top: 40px;
  font-size: 26px;
  border-left: 5px solid #0a58ca;
  padding-left: 12px;
	margin-bottom: 20px;
}

.sd-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 14px;
  list-style: none;
  padding: 0;
}

.sd-list li a {
  display: flex;
  align-items: center;
  gap: 10px;
 
  padding: 1px 14px;
  border-radius: 8px;
  text-decoration: none;
 
  transition: 0.25s ease;
  font-weight: 500;
}

.sd-list li a img {
  width: 18px;
  height: 18px;
}

.sd-list li a:hover {

  color: #fff;
  
}
