.banner-caption p {color:#fff; font-size:15px}

/*******Service Tab**************/

.services-details-wrap {border-top: 1px solid #eee; padding: 60px 0; overflow: hidden;}


.left-tab h3{font-size:16px; font-weight:800; text-transform:uppercase;}

.left-tab ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	width: 100%;
}

.left-tab ul.tabs li {
	float: left;
	margin: 0;
	cursor: pointer;
	padding: 8px 10px 8px 15px;
	line-height: 31px;
	background-color: #fff;
	color: #333333;
	overflow: hidden;
	position: relative;
	width: 100%;

}

.left-tab .tab_last { }

.left-tab ul.tabs li:hover {
	background-color: #f9f9f9;
	color: #005293;
	border-radius:5px;
}

.left-tab ul.tabs li.active {
	background-color: #f9f9f9;
	border-radius:5px;
	color:#005293;
	display: block;
}


.right-tab-content {}

.right-tab-content .tab_container {
	clear: both;
	float: left;
	width: 100%;
	background: #fff;
	overflow: auto;
	height: 600px;
overflow-y: scroll;
}

.right-tab-content .tab_content {
	padding: 20px;
	display: none;
}
.right-tab-content .tab_content h2{font-size:24px; font-weight:900;margin-bottom:20px;color:#152237;font-family: 'avenirnextltpro-bold';}

.right-tab-content .tab_drawer_heading { display: none; }
.contentdiv {margin-bottom:50px;}

.right-tab-content blockquote{
  font-size: 1.4em;
  width:100%;
  margin:30px auto;
  font-family:Open Sans;
  font-style:italic;
  color: #555555;
  padding:1.2em 30px 1.2em 75px;
  line-height:1.6;
  position: relative;
  background:#EDEDED;
}

.right-tab-content blockquote::before{
  font-family:Arial;
  content: "\201C";
  color:#005293;
  font-size:4em;
  position: absolute;
  left: 10px;
  top:-10px;
}

.right-tab-content blockquote::after{
  content: '';
}

@media screen and (max-width: 480px) {
	.left-tab .tabs {
		display: none;
	}
	.right-tab-content .tab_container {height:auto;}
	.right-tab-content .tab_content h2 {
  font-size: 20px;
	}
	.right-tab-content blockquote {padding: 1.2em 30px 1.2em 35px;font-size: 16px;}
	.right-tab-content blockquote::before {font-size: 3em;left: 5px;}
	.right-tab-content .tab_drawer_heading {
		background-color: #eeeeee;
		color: #000;
		border-top: 1px solid #333;
		margin: 0;
		padding:10px 20px;
		font-size:16px;
		display: block;
		cursor: pointer;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	.right-tab-content .d_active {
		background-color: #005293;
		color: #fff;
	}
	.contentdiv p{text-align:justified;}
	
}

/* ==============================
   HERO / BANNER
============================== */

.bg-dark-overlay-5 {
    position: relative;
    z-index: 1;
}
.diversity-sec-1 {
    padding: 60px 0 150px;
    
}
.bg-dark-overlay-5:before {
    content: " ";
    background: var(--bs-black);
    opacity: 0.8;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.diversity-right h5 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
}
.diversity-right p {
    color: #fff;
    font-size: 29px;
    line-height: 48px;
    border-left: 5px solid #26ade3;
    padding: 15px 0;
    padding-left: 40px;
}
.schedule-a-call {
    margin-left: 48px;
    margin-top: -14px;
    font-weight: 700;
}
.diversity-sec-2 {
    margin-top: -100px;
    position: relative;
    z-index: 9;
    padding-bottom: 0px;
}
.diversityBlock {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.1), 0 15px 12px rgba(0, 0, 0, 0.05);
    margin-bottom: 40px;
}
.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
.diversityBlock h4 {
    text-transform: capitalize;
}
.stats-card-value {
    font-size: 35px;
    color: #26ade3;
    font-weight: bold;
}

.call-action {
  padding: 45px 0;
  color: #fff;
  text-align: center;
}
.call-action h2 {
  font-size: 36px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 35px;
  position: relative;
}
.call-action p {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1.5;
}
.diversity-sec
{
    padding: 60px 0;
clear: both !important;
}
.diversityBlock a {
    color: #152237;
    text-decoration: none;
    font-weight: 700;
}
.call-action h2::before {
  content: "";
  width: 189px;
  height: 7px;
  background: url(../img/underline_yellow.png);
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

/*FAQ*/

/* ===============================
   FAQ – SLIM & PROFESSIONAL STYLE
================================ */

.faq-section {
  padding: 60px 0 40px; /* reduced vertical space */
  background: #ffffff;
  position: relative;
}

/* Section Heading */
.faq-section .section-title h3 {
  font-size: 28px; /* smaller heading */
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.faq-section .section-title h3 span {
  color: #0d6efd;
}

/* Underline – SAME AS RECENT BLOGS (IMAGE) */
.faq-section .section-title h3::before {
  content: "";
  width: 140px; /* reduced width */
  height: 5px;  /* reduced thickness */
  background: url(../img/underline_yellow.png) no-repeat center;
  background-size: contain;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

/* Accordion Wrapper */
.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 10px; /* tighter gap */
}

/* FAQ Card */
.faq-section .accordion-item {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 12px; /* smaller radius */
  padding: 2px 14px; /* reduced padding */
  transition: all 0.25s ease;
}

/* Hover effect (subtle) */
.faq-section .accordion-item:hover {
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.05);
  transform: translateY(-1px);
}

/* Button */
.faq-section .accordion button {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  padding: 14px 36px 14px 0; /* slimmer */
  font-size: 15px; /* smaller text */
  font-weight: 500;
  color: #1a1a1a;
  position: relative;
  cursor: pointer;
  height:70px;
}

/* Question text */
.faq-section .accordion-title {
  display: block;
  line-height: 1.45;
}

/* Icon container */
.faq-section .icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;  /* smaller icon */
  height: 22px;
  border-radius: 50%;
  background: #f1f6ff;
  transition: all 0.25s ease;
}

/* Plus icon */
.faq-section .icon::before,
.faq-section .icon::after {
  content: "";
  position: absolute;
  background: #0d6efd;
  transition: all 0.25s ease;
}

.faq-section .icon::before {
  width: 12px;
  height: 2px;
  top: 10px;
  left: 5px;
}

.faq-section .icon::after {
  width: 2px;
  height: 12px;
  top: 5px;
  left: 10px;
}

/* Expanded state */
.faq-section button[aria-expanded="true"] .icon {
  background: #0d6efd;
}

.faq-section button[aria-expanded="true"] .icon::before,
.faq-section button[aria-expanded="true"] .icon::after {
  background: #ffffff;
}

.faq-section button[aria-expanded="true"] .icon::after {
  opacity: 0;
}

/* Content */
.faq-section .accordion-content {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  padding-right: 16px;
}

.faq-section button[aria-expanded="true"] + .accordion-content {
  max-height: 260px;
  opacity: 1;
  padding-bottom: 12px; /* reduced spacing */
}

.faq-section .accordion-content p {
  font-size: 14px;
  line-height: 1.6;
  color: #5f6368;
  margin: 0;
}

/* ===============================
   MOBILE OPTIMIZATION
================================ */

@media (max-width: 991px) {
  .faq-section {
    padding: 50px 0 35px;
  }

  .faq-section .section-title h3 {
    font-size: 24px;
    margin-bottom: 32px;
  }

  .faq-section .accordion button {
    font-size: 14.5px;
    padding: 12px 34px 12px 0;
  }
}

@media (max-width: 575px) {
  .faq-section .section-title h3 {
    font-size: 22px;
  }

  .faq-section .accordion-content p {
    font-size: 13.5px;
  }
}



.blogtitle h3::before {
  content: "";
  width: 189px;
  height: 7px;
  background: url(../img/underline_yellow.png);
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.blogtitle h3 {
  position: relative;
}

/* Allow full button click (title + icon) */
.faq-section .accordion button * {
  pointer-events: none;
}

/* Re-enable click only on button itself */
.faq-section .accordion button {
  pointer-events: auto;
}

ul.floating-button {
    clear: both;
    position: fixed;
    display: block;
    list-style-type: none;
    right: 0;
    top: 45%;
    z-index: 99;
    background: #fff;
    padding: 10px 10px 10px 15px;
    border-radius: 10px 0 0 10px;
    -webkit-box-shadow: 0px 0px 24px -6px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 24px -6px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 24px -6px rgba(0, 0, 0, 0.75);
}
ul.floating-button li {
    padding: 12px 0;
    border-bottom: 1px solid #ddd;
}
ul.floating-button li a img {
    max-width: 40px;
}
.chat-icon {
    filter: brightness(0) saturate(100%) invert(60%) sepia(80%) saturate(746%) hue-rotate(5deg) brightness(104%) contrast(101%);
}

/*Side Form*/

/* Offcanvas width */
.quick-form {
  width: 380px;
}

/* Header */
.quick-form .offcanvas-header {
  border-bottom: 1px solid #eee;
}

/* Inputs */
.quick-form .form-control,
.quick-form .form-select {
  height: 48px;
  font-size: 14px;
}

/* Textarea */
.quick-form textarea {
  height: auto;
  resize: none;
}

/* Mobile full width */
@media (max-width: 768px) {
  .quick-form {
    width: 100%;
  }
}
/* Make CF7 message field bigger */
.cf7-quick-form textarea,
.quick-form textarea.wpcf7-textarea {
  min-height: 140px !important;
  height: 140px !important;
  resize: vertical;
  line-height: 1.6;
}

/* ================================
   CTA LEAD POPUP
================================ */

.cta-lead-modal .modal-content {
  border-radius: 16px;
  overflow: hidden;
  border: none;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}

/* Close Button */
.cta-lead-modal .modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 10;
  background: #ffffff;
  border-radius: 50%;
  padding: 6px;
  opacity: 0.9;
}

/* ================================
   LEFT CONTENT PANEL
================================ */

.cta-content {
  position: relative;
  padding: 48px 42px;
  background: linear-gradient(135deg, #0d6efd, #0a58ca);
  color: #ffffff;
  height: 100%;
  overflow: hidden;
}

/* Decorative circle */
.cta-content::after {
  content: "";
  position: absolute;
  top: -35%;
  right: -35%;
  width: 320px;
  height: 320px;
  background: rgba(255,255,255,0.08);
  border-radius: 50%;
}

/* Badge */
.cta-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  background: rgba(255,255,255,0.18);
  padding: 7px 16px;
  border-radius: 30px;
  margin-bottom: 18px;
}

.cta-badge i {
  color: #ffd54f;
  font-size: 14px;
}

/* Heading */
.cta-content h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 14px;
}

/* Description */
.cta-subtext {
  font-size: 15px;
  line-height: 1.7;
  opacity: 0.95;
  color:#fff;
}

/* ================================
   FEATURE POINTS
================================ */

.cta-points {
  list-style: none;
  padding: 0;
  margin-top: 26px;
}

.cta-points li {
  display: flex;
  gap: 14px;
  margin-bottom: 18px;
  font-size: 14px;
  line-height: 1.6;
}

.cta-points li i {
  font-size: 18px;
  color: #ffd54f;
  margin-top: 3px;
}

.cta-points li strong {
  display: block;
  font-weight: 600;
  color: #ffffff;
}

/* ================================
   EXPERIENCE STATS (DESIGNER LOOK)
================================ */

.cta-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 26px;
}

.cta-stats div {
  background: rgba(255,255,255,0.14);
  border-radius: 12px;
  padding: 14px 10px;
  text-align: center;
}

.cta-stats i {
  font-size: 20px;
  color: #ffd54f;
  margin-bottom: 6px;
}

.cta-stats strong {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
}

.cta-stats span {
  font-size: 12px;
  opacity: 0.9;
}

/* ================================
   RIGHT FORM PANEL
================================ */

.cta-form {
  padding: 42px 36px;
  background: #ffffff;
}

.cta-form h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 22px;
  color: #111;
}

/* Inputs */
.cta-form .form-control,
.cta-form .form-select {
  height: 48px;
  font-size: 14px;
  border-radius: 8px;
  border: 1px solid #ddd;
  box-shadow: none;
}

.cta-form .form-control:focus,
.cta-form .form-select:focus {
  border-color: #0d6efd;
  box-shadow: 0 0 0 0.15rem rgba(13,110,253,0.15);
}

/* Textarea */
.cta-form textarea {
  min-height: 150px;
  resize: vertical;
}

/* Submit Button */
.cta-form .submit-btn,
.cta-form .default-btn {
  margin-top: 10px;
  border-radius: 30px;
  font-size: 15px;
  padding: 12px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.cta-form .submit-btn:hover,
.cta-form .default-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(13,110,253,0.35);
}

/* ================================
   MOBILE
================================ */

@media (max-width: 768px) {
  .cta-content {
    display: none;
  }

  .cta-form {
    padding: 30px 24px;
  }

  .cta-form h4 {
    font-size: 20px;
  }
}

/* ================================
   CTA FEATURE POINTS – FIXED DESIGN
================================ */

.cta-points {
  list-style: none;
  padding: 0;
  margin: 28px 0 10px;
}

.cta-points li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 22px;
}

/* Icon Circle */
.cta-icon {
  width: 42px;
  height: 42px;
  min-width: 42px;
  background: rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta-icon i {
  font-size: 18px;
  color: #ffd54f;
}

/* Text Content */
.cta-text h5 {
  margin: 0 0 4px;
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
}

.cta-text p {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
}

.recent_blog_head{font-size: 31px;
  line-height: 48px;
  font-weight: 700;
  position: relative;
}

.who-we-are h2 {
  font-size: 30px;
  line-height: 1.3;
}

.who-we-are h3 {
  font-size:35px
}

.who-we-are p {
  font-size: 1rem;
}

.who-we-are .shadow-sm {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05) !important;
}
.who-we-are {
  position: relative;
  overflow: hidden;
}

.who-accent {
  position: absolute;
  top: -80px;
  left: -80px;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, #1e90ff33 0%, transparent 70%);
  z-index: 0;
}

.who-we-are .container {
  position: relative;
  z-index: 1;
}


@media (max-width: 767px) {
  .who-we-are h2 {
    font-size: 1.6rem;
  }
}

.blog-image {
  height: 220px;        /* adjust as needed */
  overflow: hidden;
}

.blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;    /* important */
}