/*
Theme Name: AppVerticals
Theme URI: https://appverticals.com/
Author: Brand Team
Author URI: https://appverticals.com/
Description: Handcrafted theme of AppVerticals blogs by Brand team.
Requires at least: 6.4
Tested up to: 6.4
Requires PHP: 7.0
Version: 2.0
Tags: Web Development, App Development, Digital Marketing, Seo, Graphic Designing, Logo Designing
*/

@font-face {
  font-family: "Gilroy";
  src: url("./fonts/Gilroy-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("./fonts/Gilroy-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("./fonts/Gilroy-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("./fonts/Gilroy-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("./fonts/Gilroy-Regular.woff") format("woff"),
    url("./fonts/Gilroy-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* CUSTOM POPUP START */
#customPopup .modal-content{
	border-radius:16px;
}
.MainPopupForm {
	 background-image: url("/images/popup-bg.webp");
	 background-size: 60%;
	 background-repeat: no-repeat;
}
 .MainPopupForm .form-contain {
	 display: grid;
	 grid-template-columns: 55% 45%;
	 justify-content: center;
	 align-items: center;
	 padding: 0px 30px;
}
 .MainPopupForm .form-contain .leftSide h2 {
	 font-family: var(--font-gilroy);
	 font-size: 44px;
	 font-weight: 700;
	 color: #000;
	 margin-bottom: 20px;
	 text-align: left;
}
 .MainPopupForm .form-contain .leftSide h2 span {
	 color: #e80101;
}
 .MainPopupForm .form-contain .leftSide .SideForm {
	 padding-right: 20px;
}
 .MainPopupForm .form-contain .leftSide .SideForm .formCont .link {
	 font-family: var(--font-gilroy);
	 font-weight: 500;
	 font-size: 14px;
	 color: #6e6e6e;
	 margin-bottom: 20px;
}
 .MainPopupForm .form-contain .leftSide .SideForm .formCont .link a {
	 font-weight: 700;
	 color: #e80101;
}
 .MainPopupForm .form-contain .leftSide .SideForm .formCont .inputdiv {
	 height: 50px;
	 margin-bottom: 30px;
	 border-radius: 10px;
	 border: none;
}
 .MainPopupForm .form-contain .leftSide .SideForm .formCont .inputdiv input {
	 padding: 0 10px;
	 color: #6e6e6e;
	 border: none;
	 font-family: var(--font-gilroy);
	 font-weight: 500;
	 font-size: 16px;
	 outline: none;
	 background-color: #fff;
	 border-radius: 8px;
}
 .MainPopupForm .form-contain .leftSide .SideForm .formCont .inputdiv input::placeholder {
	 font-family: var(--font-gilroy);
	 color: #6e6e6e;
	 font-weight: 500;
}
 .MainPopupForm .form-contain .leftSide .SideForm .formCont .inputdiv span {
	 line-height: 1;
	 margin-top: 8px;
}
 .MainPopupForm .form-contain .leftSide .SideForm .formCont .inputdiv.desc textarea {
	 padding: 10px 10px;
	 color: #6e6e6e;
	 font-family: var(--font-gilroy);
	 font-weight: 500;
	 font-size: 16px;
	 border: none;
	 background-color: #fff;
	 border-radius: 8px;
}
 .MainPopupForm .form-contain .leftSide .SideForm .formCont .inputdiv.desc textarea::placeholder {
	 font-family: var(--font-gilroy);
	 color: #6e6e6e;
	 font-weight: 500;
}
 .MainPopupForm .form-contain .leftSide .SideForm .formCont .inputdiv.desc textarea:focus-visible {
	 outline: none;
}
 .MainPopupForm .form-contain .leftSide .SideForm .formCont .phoneinputdiv {
	 position: relative;
}
 .MainPopupForm .form-contain .leftSide .SideForm .formCont .phoneinputdiv .phoneinput {
	 height: 50px;
	 margin-bottom: 30px;
	 background-color: transparent;
	 border-radius: 10px;
	 border: none;
	 background-color: transparent;
}
 .MainPopupForm .form-contain .leftSide .SideForm .formCont .phoneinputdiv .phoneinput input {
	 color: #6e6e6e;
	 font-family: var(--font-gilroy);
	 font-weight: 500;
	 font-size: 16px;
	 border: none;
	 width: 100%;
	 height: 50px;
	 background-color: #fff;
	 border-radius: 8px;
}
 .MainPopupForm .form-contain .leftSide .SideForm .formCont .phoneinputdiv .phoneinput input:focus {
	 box-shadow: none;
}
 .MainPopupForm .form-contain .leftSide .SideForm .formCont .submit-btn button {
	 background-color: #e80101;
	 width: 100%;
}
 .MainPopupForm .form-contain .leftSide .SideForm .formCont .submit-btn button:hover {
	 background-color: #fff;
}
 .MainPopupForm .form-contain .leftSide .SideForm .rating {
	 margin-top: 20px;
	 display: flex;
	 gap: 20px;
	 align-items: center;
}
 .MainPopupForm .form-contain .rightSide {
	 padding: 40px 0px 40px 20px;
	 text-align: center;
}
 .MainPopupForm .form-contain .rightSide img {
	 border-radius: 16px;
}
 
/* CUSTOM POPUP END */

/* GENERAL STYLING START */

* {
  box-sizing: border-box;
}

body {
  font-family: "Gilroy" !important;
  background: #f5f5f5;
}

#ez-toc-container {
  display: none !important;
}

.ez-toc-sticky{
	display:none;
}

.soc-mob{
  display:none;
}

.max-con{
	margin:auto;
	width:90%;
}

.red {
  color: #e80101 !important;
}

.postid-9523 img.aligncenter {
  width: 100%;
  object-fit: contain;
}

/* Main Popup CSS start */

.modal-dialog {
  max-width: 1100px;
}

.modal-content {
  border-radius: 20px;
  border: none;
  overflow: hidden;
}

.close {
  font-size: 24px;
  opacity: 0.6;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  color: #666;
}

.close:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.1);
  color: #666;
}

.modal-body {
  padding: 0 !important;
  background: #f8f9fa !important;
}

.popup-left {
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.popup-right {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.left-title {
  font-size: 42px;
  font-weight: 700;
  color: #333;
  margin-bottom: 0px;
  line-height: 1.2;
  padding: 20px 40px 0px;
}

.left-subtitle {
  font-size: 24px;
  color: #333;
  margin-bottom: 30px;
  font-weight: 500;
  padding-left: 40px;
}

.text-primary-red {
  color: #ec1c24 !important;
}

.laptop-image img {
  width: 100%;
  height: auto;
  border-radius: 0px 12px 0px 0px;
}

.right-title {
  font-size: 50px;
  font-weight: 700;
  color: #333;
  line-height: 1.2;
}

.right-subtitle {
  font-size: 50px;
  font-weight: 700;
  color: #ec1c24;
  margin-bottom: 30px;
  line-height: 1.2;
}

.form-control {
  padding: 15px;
  border: 2px solid #e9ecef;
  border-radius: 10px;
  font-size: 16px;
  background: #f8f9fa;
  transition: all 0.3s ease;
}

.form-control:focus {
  border-color: var(--primary-red);
  background: white;
  box-shadow: none;
}

.form-control::placeholder {
  color: #6c757d;
  font-weight: 500;
}

.phone-group {
  display: flex;
  gap: 10px;
}

.country-code {
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f9fa;
  border: 2px solid #e9ecef;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #495057;
}

.btn-primary-red {
  background: var(--primary-red);
  border-color: var(--primary-red);
  color: white;
  border: none;
  padding: 18px 40px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

.btn-primary-red:hover {
  background: var(--primary-red-hover);
  border-color: var(--primary-red-hover);
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(255, 51, 51, 0.3);
}

.btn-primary-red:focus {
  background: var(--primary-red-hover);
  border-color: var(--primary-red-hover);
  color: white;
  box-shadow: 0 0 0 0.2rem rgba(255, 51, 51, 0.25);
}

.alert-success {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 9999;
  min-width: 300px;
}

.popupForm .ginput_container input,
.popupForm .ginput_container textarea {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.12);
  border: none;
  height: 50px;
	margin-bottom: 12px !important;
	font-size:16px !important;
}

.popupForm .ginput_container textarea {
  resize: none;
}

.popupForm .gform_button button {
  background-color: red !important;
}
.popupForm .gform_footer{
	padding:0px !important;
}
.popupForm input[type="submit"] {
  color: #fff;
  text-align: center;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 600;
  border-radius: 5px;
  background: #e80101;
  padding: 12px 40px !important;
  outline: none;
  margin-bottom: 0 !important;
	width:100%;
	border:0px;
	margin-top:10px;
}
#customPopup .close{
	opacity:1;
	position: absolute;
    top: 10px;
    right: 10px;
	background:transparent !important;
}
#customPopup .close span{
	font-weight: 400;
    font-size: 30px;
    color: #e80101;
}
.gform_body{
	position:relative;
}
#gform_ajax_spinner_4{
	display:none !important;
}
.gform_validation_errors{
	display:none;
}
.gfield_validation_message {
    padding: 0 !important;
    position: absolute;
    background: transparent !important;
    border: 0 !important;
    margin: 0 !important;
    margin-top: -8px !important;
}
/* Main Popup CSS end */

a.btn-red,
button.btn-red {
  color: #fff !important;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1; /* 155.656% */
  letter-spacing: 4.8px;
  text-transform: capitalize;
  border-radius: 39.366px;
  background: #e80101;
  box-shadow: 0px 2.41px 11.247px 0px rgba(232, 1, 1, 0.34);
  padding: 18px 35px;
  border: 1px solid #e80101;
  outline: none;
}

a.btn-red:hover,
button.btn-red:hover {
  background: #fff;
  color: #e80101 !important;
}

.ez-toc-open-icon {
  top: 12% !important;
  background-color: #ffffff !important;
  color: #000000 !important;
  padding: 15px 20px 22px 17px !important;
  border-radius: 0px 20px 20px 0px !important;
}
.ez-toc-open-icon:hover {
  color: #000 !important;
}

p.ez-toc-sticky-title {
  text-align: center !important;
  color: #ec1c24 !important;
  font-size: 30px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  text-transform: capitalize !important;
  margin: 0 !important;
}

#hupso_toolbar_0 a,
#hupso_toolbar_1 a {
  margin: 0 14px;
}

#hupso_toolbar_0 a img,
#hupso_toolbar_1 a img {
  height: 16px !important;
  width: auto !important;
  object-fit: contain !important;
  background-color: unset !important;
  padding: unset !important;
}

.slick-prev,
.slick-next {
  height: unset;
  width: unset;
}

.slick-prev:before,
.slick-next:before {
  opacity: 1 !important;
  color: rgb(0 0 0 / 10%) !important;
  font-family: "FontAwesome" !important;
  font-weight: 800 !important;
  font-size: 32px !important;
  transition: all 0.4s ease-in-out;
}

.slick-prev:hover:before,
.slick-next:hover:before {
  color: rgb(0 0 0 / 100%) !important;
}

.slick-prev:before {
  content: "\f053" !important;
}
.slick-next:before {
  content: "\f054" !important;
}

/* GENERAL STYLING END */

/* HEADER START */
.mainHeader {
  padding: 16px 50px;
  position: sticky;
  top: 0;
  z-index: 100;
}
.mainHeader {
  background-color: white;
  box-shadow: 0 6px 40px rgba(0, 0, 0, 0.11);
}
.mainHeader .grid-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mainHeader .grid-info .right-info .header-menu .main-list {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 40px;
  margin: 0;
}
.mainHeader .grid-info .right-info .header-menu .main-list button{
	background-color: #e80101;
    box-shadow: none;
    padding: 10px 40px;
    transition: .5s;
    font-size: 16px;
    font-family: var(--font-gilroy);
    font-weight: 600;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #e80101;
}
.mainHeader .grid-info .right-info .header-menu .main-list button:hover{
	background-color: #fff;
    color: #e80101;
    border: 1px solid #e80101;
}
.mainHeader
  .grid-info
  .right-info
  .header-menu
  .main-list
  li:hover
  .cus-dropdown {
  opacity: 1;
  visibility: visible;
}
.mainHeader .grid-info .right-info .header-menu .main-list li p,
.mainHeader .grid-info .right-info .header-menu .main-list li a {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  padding: 10px 0;
  cursor: pointer;
  transition: 0.5s;
  padding: 0;
  margin: 0;
	
}
.aboutDropDown .main .rowOne ul li a{
	display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}
.mainHeader .grid-info .right-info .header-menu .main-list li .nav-parent, .mainHeader .grid-info .right-info .header-menu .main-list li.active a{
  color: #c30010 !important;
}

.cus-dropdown {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 66px;
  opacity: 0;
  visibility: hidden;
  border-top: 1px solid #f1f1f1;
  transition: 0.5s;
  background-color: #fff;
  padding: 20px 0px;
  border-bottom: 5px solid #ec1c24;
}

.cus-dropdown .main {
  display: grid;
  padding: 30px 20px;
}

.aboutDropDown .main .rowOne{
	 display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    justify-content: center;
}
.cus-dropdown .main .rowOne {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.cus-dropdown .main .rowOne h3 {
  font-weight: 800;
  font-size: 22px;
  color: #000;
}
.aboutDropDown .main .rowOne ul {
  display: flex;
  flex-direction: row !important;
  align-items: flex-start !important;
  padding-left: 0;
  gap: 100px !important;
}
.cus-dropdown .main .rowOne ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start !important;
  padding-left: 0;
  gap: 15px;
}
.cus-dropdown .main .rowOne ul li,
.cus-dropdown .main .rowOne ul li a {
  color: #000000;
  font-weight: 500;
  cursor: pointer;
  transition: 0;
}

.cus-dropdown .main .rowOne ul li a:hover {
  color: #e80101;
  font-weight: 800;
  font-size: 16px;
}

.aboutDropDown .main {
  grid-template-columns: 70% 30%;
}

.aboutDropDown .rowServices {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.aboutDropDown .company {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}
.aboutDropDown .company img {
  margin-bottom: 20px;
}

.aboutDropDown .company p {
  color: #6e6e6e !important;
  width: 80%;
  padding-bottom: 30px;
}

.locationDropDown {
	 position: absolute;
	 z-index: 1;
	 width: 100%;
	 left: 0;
	 top: 66px;
	 opacity: 0;
	 visibility: hidden;
	 border-top: 1px solid #f1f1f1;
	 transition: 0.5s;
	 background-color: #fff;
	 padding: 20px 0px;
	 border-bottom: 5px solid #ec1c24;
}
 .locationDropDown .main {
	 display: grid;
	 grid-template-columns: 1fr 2fr;
	 gap: 100px;
	 padding: 30px 20px;
}
 .locationDropDown .main .rowOne {
	 display: flex;
	 flex-direction: column;
	 gap: 30px;
	 justify-content: center;
}
 .locationDropDown .main .rowOne img {
	 width: 100%;
	 height: 100%;
	 object-fit: contain;
}
 .locationDropDown .main .locationList {
	 display: grid;
	 grid-template-columns: 1fr 1fr;
	 gap: 50px;
}
 .locationDropDown .main .locationList .rowLocation {
	 display: flex;
	 flex-direction: column;
	 gap: 20px;
}
 .locationDropDown .main .locationList .rowLocation h4 {
	 font-family: var(--font-gilroy);
	 font-weight: 800;
	 font-size: 16px;
	 color: #000;
	 text-decoration: underline;
	 text-decoration-color: #ec1c24;
	 text-decoration-thickness: 3px;
	 text-underline-offset: 6px;
}
 .locationDropDown .main .locationList .rowLocation ul {
	 list-style: none;
	 flex-direction: column;
	 gap: 12px !important;
	 align-items: flex-start !important;
	 padding-left: 0;
}
 .locationDropDown .main .locationList .rowLocation ul.locationOne {
	 display: grid;
	 grid-template-columns: 1fr 1fr;
	 gap: 20px;
}
 .locationDropDown .main .locationList .rowLocation ul li {
	 font-family: var(--font-gilroy);
	 font-weight: 400;
	 font-size: 16px;
	 color: #6e6e6e;
}

.industryDropDown .main {
  grid-template-columns: 0.2fr 1fr;
}
.industryDropDown .rowServices {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.industryDropDown .rowServices .grid {
  display: grid;
  grid-template-columns: 0.6fr 1fr;
}

.industryDropDown .rowServices .grid .text h4 {
  font-weight: 800;
  font-size: 24px;
  color: #000;
}

.industryDropDown .rowServices .grid .text p {
  color: #6e6e6e !important;
  width: 80%;
  padding-bottom: 30px !important;
}

.industryDropDown .rowServices .grid .text h5 {
  font-weight: 800;
  font-size: 16px;
  color: #000;
  padding-bottom: 20px !important;
}

.industryDropDown .rowServices .grid .text ul {
  display: flex;
  list-style: disc !important;
  flex-direction: column;
  gap: 12px !important;
  align-items: flex-start !important;
  padding-left: 20px;
  padding-bottom: 20px;
}

.industryDropDown .rowServices .grid .text ul li,
.industryDropDown .rowServices .grid .text ul li a {
  font-weight: 400;
  font-size: 16px;
  color: #6e6e6e;
  list-style: disc !important;
}

.industryDropDown .rowServices .grid .text ul li::marker {
  color: #e80101 !important;
}

.industryDropDown .rowServices .grid .text .viewMore {
  border-bottom: 2px solid #000;
  padding-bottom: 5px;
  width: fit-content;
}

.industryDropDown .rowServices .grid .text .viewMore a {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  text-underline-position: under;
}
.industryDropDown .rowServices .grid .text .viewMore a svg {
  margin-left: 8px;
}

.serviceDropDown .main {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.serviceDropDown .main .rowServices {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.serviceDropDown .main .rowServices h4 {
  font-weight: 800;
  font-size: 16px;
  color: #000;
}

.serviceDropDown .main .rowServices ul {
  display: flex;
  list-style: none;
  flex-direction: column;
  gap: 12px !important;
  align-items: flex-start !important;
  padding-left: 0;
}
.serviceDropDown .main .rowServices li a {
  font-weight: 400;
  font-size: 16px;
  color: #6e6e6e;
}

.technologyDropdown .main {
  grid-template-columns: 0.2fr 1fr;
}
.technologyDropdown .main .rowOne {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.technologyDropdown .main .rowOne h3 {
  font-weight: 800;
  font-size: 22px;
  color: #000;
}
.technologyDropdown .main .boxRow {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.technologyDropdown .main .boxRow .mainRow {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.technologyDropdown .main .boxRow .mainRow .rowServices {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.technologyDropdown .main .boxRow .mainRow .rowServices h4 {
  font-weight: 800;
  font-size: 16px;
  color: #000;
}
.technologyDropdown .main .boxRow .mainRow .rowServices ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px !important;
  align-items: flex-start !important;
  padding-left: 0;
}
.technologyDropdown .main .boxRow .mainRow .rowServices ul li a {
  font-weight: 400;
  font-size: 16px;
  color: #6e6e6e;
}

.solutionDropDown .main {
  grid-template-columns: 0.3fr 1fr;
}
.solutionDropDown .main .rowOne {
  display: flex;
  flex-direction: row;
  gap: 30px;
}
.solutionDropDown .main .rowOne h3 {
  font-weight: 800;
  font-size: 22px;
  color: #000;
}
.solutionDropDown .main .rowOne svg {
  fill: #e80101;
  margin-top: 7px;
}
.solutionDropDown .main .mainRow {
  display: flex;
  gap: 160px;
  border-left: 1px solid #b7b7b7;
  padding-left: 40px;
}
.solutionDropDown .main .mainRow .rowServices {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.solutionDropDown .main .mainRow .rowServices ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px !important;
  align-items: flex-start !important;
  padding-left: 0;
}
.solutionDropDown .main .mainRow .rowServices ul li a {
  font-weight: 500;
  font-size: 16px;
  color: #000;
}

.resourcesDropdown .main {
  grid-template-columns: 0.37fr 1fr;
}
.resourcesDropdown .main .rowOne {
  display: flex;
  flex-direction: row;
  gap: 30px;
}
.resourcesDropdown .main .rowOne h3 {
  font-weight: 800;
  font-size: 22px;
  color: #000;
}
.resourcesDropdown .main .rowOne svg {
  fill: #e80101;
  margin-top: 7px;
}
.resourcesDropdown .main .rowServices {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.resourcesDropdown .main .rowServices ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: flex-start !important;
  justify-content: space-evenly !important;
  padding-left: 0;
}
.resourcesDropdown .main .rowServices ul li {
  font-weight: 500;
  font-size: 16px;
  color: #000;
}
.resourcesDropdown .main .rowServices ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  color: #000;
}

/* HEADER END */

/* BLOG MAIN START */

.home-banner {
  padding: 70px 0;
}
.home-banner .content {
  text-align: center;
}

.home-banner .content h1 {
  font-size: 70px;
  font-weight: 600;
  color: #000;
  padding: 0;
}
.home-banner .content h1 strong {
  color: #e80101;
}

.home-banner .content p {
  color: #666666;
  font-size: 20px;
  font-weight: 500;
}

.featured-blog-wrapper {
  padding: 30px 0 70px;
}

.featured-main-article .featured-article-image a {
  display: block;
  height: 100%;
}

.featured-main-article .featured-article-image img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.featured-sidebar-articles .featured-article-image img {
  height: 225px;
}

.featured-main-article .featured-article-content {
  margin-top: 20px;
}

.featured-main-article .featured-article-content .featured-article-title {
  font-size: 28px;
  font-weight: 600;
  color: #000;
  margin: 0;
}

.featured-sidebar-articles .featured-article-content .featured-article-title {
  font-size: 22px;
}

.featured-main-article .featured-article-content .featured-article-meta h4 {
  font-size: 18px;
  font-weight: 500;
  color: #666;
  padding: 10px 0;
  margin: 0;
}

.featured-sidebar-articles {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.view-article-btn {
  font-size: 18px;
  font-weight: 700;
  color: #000 !important;
}

.view-article-btn i {
  rotate: -40deg;
  transition: 0.5s;
}

.view-article-btn:hover i {
  rotate: 0deg;
}

.blog-category-tab-wrapper {
  position: relative;
}

.blog-category-tab-wrapper {
  padding-bottom: 80px;
}

.blog-category-tab-wrapper:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url("/blog/wp-content/uploads/2024/02/home-blog-shape.png");
  height: 810px;
  width: 400px;
  object-fit: contain;
  background-position: right center;
  background-repeat: no-repeat;
}

.blog-category-tab-wrapper .blog-content-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  margin-bottom: 60px;
}

.blog-category-tab-wrapper .blog-content-list .blog-img img {
  height: 50%;
  width: 95%;
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.4s ease-in-out;
  position: relative;
  z-index: 1;
}

.blog-category-tab-wrapper .blog-content-list .blog-posts {
  /* margin: 15px 15px; */
  /*   border-radius: 15px;
  background: var(--white, #fff);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.16); */
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  padding: 0;
  /*   display: none; */
}

/* .blog-category-tab-wrapper .blog-content-list .blog-posts:hover {
  box-shadow: 0px 0px 15px 0px rgb(232 1 1);
} */

.blog-category-tab-wrapper .blog-content-list .blog-posts .blog-img {
  height: 250px;
  width: 100%;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  margin-bottom: 18px;
}

.blog-category-tab-wrapper .blog-content-list .short-cont h3 {
  color: #1d1d1d;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  /* line-height: 32px; */
  line-height: 1.2;
  letter-spacing: -0.52px;
  margin-bottom: 0;
}

.blog-category-tab-wrapper .blog-content-list .author-details {
  display: flex;
  align-items: center;
  padding: 12px 0;
}

.blog-category-tab-wrapper .blog-content-list .author-details .author-image {
  height: 52px;
  width: 52px;
  border-radius: 55px;
  overflow: hidden;
  margin-right: 10px;
}

.blog-category-tab-wrapper
  .blog-content-list
  .author-details
  .author-image
  img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.blog-category-tab-wrapper .blog-content-list .author-details .author-name {
  color: #666666;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.36px;
  margin: 0;
  margin-right: 35px;
}

.blog-category-tab-wrapper .blog-content-list .author-details .post-date {
  color: #adadad;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0;
  margin-right: 35px;
}


.blog-category-tab-wrapper .blog-content-list .author-details .post-date i {
  color: #e80101;
  margin-right: 4px;
}

.blog-category-tab-wrapper .blog-tab-category {
  display: flex;
  align-items: stretch;
  justify-content: space-evenly;
  margin-bottom: 50px;
}

.blog-category-tab-wrapper .blog-tab-category li {
  width: 100%;
  border-bottom: 2px solid #a8a8a8;
}

.blog-category-tab-wrapper .blog-tab-category li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10px;
  color: #a8a8a8;
  font-size: 22px;
  font-weight: 500;
}

.blog-category-tab-wrapper .blog-tab-category li a .cat-thumbnail {
  position: relative;
  margin-right: 15px;
}

.blog-category-tab-wrapper .blog-tab-category li a .cat-thumbnail img {
  height: 32px;
  width: auto;
  object-fit: contain;
  position: relative;
  z-index: 1;
  bottom: -6px;
  right: -8px;
}

.blog-category-tab-wrapper .blog-tab-category li a .cat-thumbnail:before {
  content: "";
  position: absolute;
  left: -10px;
  top: -6px;
  height: 39px;
  width: 39px;
  background: rgb(243, 243, 243);
  border-radius: 50px;
  z-index: 0;
}

.blog-category-tab-wrapper
  .blog-tab-category
  li.active
  a
  .cat-thumbnail:before {
  background: rgb(112 112 112 / 11%);
}
.blog-category-tab-wrapper .blog-tab-category li.active {
  border-bottom: 3px solid #e80101;
}
.blog-category-tab-wrapper .blog-tab-category li.active a {
  color: #666666;
}
/* BLOG MAIN END */

/* SINGLE BLOG START */
.single-main {
  width: 90%;
  margin: auto;
}

.single-main .banner-wrapper {
/*   background-size: cover;
  background-repeat: no-repeat; */
  margin: 50px 0;
  border-radius: 20px;
  padding: 20px 100px;
  position: relative;
  height: 430px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(180deg, #0E2846 0%, #000105 100%);
	position:relative;
	z-index:100;
}
/* .single-main .banner-wrapper::before {
  content: "";
  position: absolute;
  background-color: #000000b5;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  border-radius: 20px;
} */

.single-main .banner-wrapper h1 {
  color: #fff;
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 0;
  z-index: 1;
  position: relative;
  width: 65%;
}

.single-main .banner-wrapper .author-details {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 20px;
}

.single-main .banner-wrapper .author-details .author-info{
	display:flex;
	gap:15px;
	align-items: center;
}

.single-main .banner-wrapper .author-details .author-image img {
  height: 45px;
  width: 45px;
  border-radius: 55px;
  overflow: hidden;
}

.single-main .banner-wrapper .author-details .author-name {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
	padding-bottom:20px;
	margin-top:15px;
}
.single-main .banner-wrapper .author-details .author-name a{
	color:#fff;
}

.single-main .banner-wrapper .author-details .post-date {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
}

.single-main .banner-wrapper .author-details .reading-time-bubble{
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
  display: flex;
    gap: 10px;
    align-items: center;
}

.single-main .banner-wrapper .author-details .post-views{
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
  display: flex;
    gap: 10px;
    align-items: center;
}

.single-main .left-sidebar {
  position: sticky;
  top: 100px;
}

.single-main .left-sidebar .soc h4, .soc-mob h4{
	color: #000;
    font-size: 28px;
    font-weight: 600;
	margin-bottom: 15px;
}

.single-main .left-sidebar .soc .heateor_sss_svg{
	padding:5px 8px !important;
}

.single-main .left-sidebar .soc .heateor_sss_sharing_ul {
    display: flex;
    gap: 5px;
}

.single-main .left-sidebar #ez-toc-container {
  background: transparent;
  border: 0px;
  border-radius: 4px;
  display: block !important;
}
.ez-toc-title-container {
  margin-bottom: 20px;
}
.single-main .left-sidebar #ez-toc-container .ez-toc-title {
  color: #000;
  font-size: 28px;
  font-weight: 600;
}

.single-main .left-sidebar #ez-toc-container ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.single-main .left-sidebar #ez-toc-container .ez-toc-list li a {
  padding-left: 12px;
  transition: 0s;
  color: #000;
}

.single-main .left-sidebar #ez-toc-container .ez-toc-list li a.active {
  color: #e80101;
  border-left: 2px solid #e80101;
}
.single-main .blog-content-wrapper h2{
	font-size: 32px;
    font-weight: 600;
    color: #333333;
}
.single-main .blog-content-wrapper h3{
	font-size: 24px;
    font-weight: 500;
    color: #333333;
}

.single-main .blog-content-wrapper h4{
	font-size: 20px;
    font-weight: 500;
    color: #333333;
}
.single-main .blog-content-wrapper h8{
	font-size: 18px;
    font-weight: 500;
    color: #333333;
}
.single-main .blog-content-wrapper table{
	min-width:unset !important;
	margin-bottom:15px;
}
.single-main .blog-content-wrapper p {
  color: #666666;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}
.single-main .blog-content-wrapper ul{
	padding-left:20px;
	margin: 20px 0;
}
.single-main .blog-content-wrapper ul li {
  color: #666666;
  font-size: 18px;
  margin-bottom: 10px;
	font-weight: 500;
    list-style: disc !important;
}

.faqSection {
  margin-top: 40px;
}

.faqSection h5 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #000;
}

.faqSection .card-header {
  padding: 10px 0px;
}

.faqSection .card-header h5 {
  font-size: 24px;
  font-weight: 600;
}
.faqSection .card {
  border-bottom: 1px solid #cacaca !important;
  border: 0px;
}
.faqSection .card-header {
  background-color: transparent !important;
}

.faqSection .card-header button {
  text-align: left;
  display: flex;
  justify-content: space-between;
  color: #000;
  font-size: 20px;
  text-decoration: none !important;
	gap:10px;
}
.faqSection .card-header button i {
  color: #e80101;
}

.faqSection .card-body ul {
    margin: 10px 0;
    padding-left: 20px;
}
.faqSection .card-body ul li {
    list-style: disc !important;
}

.author-details-bottom {
  background-color: #f8f8fb;
  padding: 25px 30px;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 40px 0;
}

.author-details-bottom h2 {
  color: #000;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 30px;
}

.author-details-bottom .img-info {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
}

.author-details-bottom .img-info .author-image img {
  height: 75px;
  width: 75px;
  border-radius: 55px;
  overflow: hidden;
}

.author-details-bottom .img-info .author-name {
  color: #333333;
  font-size: 20px;
  font-weight: 600;
	margin-bottom:0px;
}
.author-details-bottom .img-info .author-name a{
	color: #333333;
}
.author-details-bottom .img-info .autherInfo i {
    color: #e80101;
}

.author-details-bottom .content p {
  font-size: 18px;
  color: #333333;
  margin: 0;
}

.related-insights {
}
.related-insights .related-posts-grid .blog-content img {
  height: 250px;
  width: 100%;
  object-fit: cover;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  margin-bottom: 10px;
}
.related-insights .related-posts-grid .blog-content .short-cont h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #000;
}
.related-insights
  .related-posts-grid
  .blog-content
  .short-cont
  .author-details
  .author-name {
  font-size: 15px;
  color: #666666;
  margin-bottom: 10px;
}

.single-main .blog-content-wrapper p a,  .single-main .blog-content-wrapper ul li a{
  color: #e80101 !important;
}

.single-main .cta-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 40px 30px;
  border-radius: 10px;
  position: relative;
  margin-bottom: 25px;
}

.single-main .cta-section.red {
  background-image: url("/blog/wp-content/uploads/2025/09/Frame-169.png") !important;
}

/* .single-main .cta-section:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 190px;
  width: 170px;
  background-image: url("/wp-content/uploads/2024/02/cta-shape.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
} */

.single-main .cta-section h4 {
  font-size: 32px;
  margin: 0 !important;
  padding: 0 !important;
  color: #fff !important;
  padding-bottom: 15px !important;
  font-weight: bold !important;
  letter-spacing: -0.4px !important;
  position: relative !important;
  z-index: 1;
}
.single-main .cta-section h2 {
  font-size: 32px;
  margin: 0 !important;
  padding: 0 !important;
  color: #fff !important;
  padding-bottom: 15px !important;
  font-weight: bold !important;
  letter-spacing: -0.4px !important;
  position: relative !important;
  z-index: 1;
}

.single-main .cta-section p {
  font-size: 18px !important;
  color: #fff !important;
  margin-bottom: 30px;
  position: relative !important;
  z-index: 1;
}

.single-main .cta-section a,  .single-main .cta-section button{
  background-color: #fff !important;
  display: inline-block;
  position: relative !important;
  color: #e80101 !important;
  text-transform: capitalize;
  padding: 12px 25px;
  font-weight: 600;
  letter-spacing: 0px;
  margin-left: auto;
  display: block;
  width: fit-content;
}

.highlighted-box {
    border-radius: 8px;
}

.right-sidebar .we-are-appverticals img {
  border-radius: 10px;
  width: 100%;
}
.right-sidebar .we-are-appverticals h2 {
  font-size: 22px;
  font-weight: 600;
  margin: 15px 0;
  color: #333333;
}
.right-sidebar .we-are-appverticals p {
  font-size: 16px;
  color: #666666;
  margin-bottom: 15px;
}
.right-sidebar .we-are-appverticals a {
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  padding: 10px 20px;
  background-color: #e80101;
  color: #fff;
  border-radius: 20px;
  display: inline-block;
  line-height: normal;
}

.right-sidebar-cta {
  background-color: #000;
  padding: 20px;
  border-radius: 10px;
  margin-top: 40px;
  position: relative;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
	position: sticky;
    top: 100px;
}

.right-sidebar-cta::after {
  content: "";
  position: absolute;
  background-image: url("/blog/wp-content/uploads/2025/09/image-239.png");
  width: 94px;
  height: 140px;
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
  border-radius: 10px;
  bottom: -30px;
  right: 0px;
}
.right-sidebar-cta h4 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  width: 70%;
}
.right-sidebar-cta a {
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  padding: 10px 20px;
  background-color: #e80101;
  color: #fff !important;
  border-radius: 20px;
  display: inline-block;
  line-height: normal;
}

.testimonial-cta {
  background-color: #e80101;
  padding: 20px;
  border-radius: 18px;
  position: relative;
}
.testimonial-cta::before {
  content: "";
  position: absolute;
  background-image: url("/blog/wp-content/uploads/2025/09/Mask-group-1.png");
  width: 103px;
  height: 68px;
  background-size: cover;
  background-position: center;
  right: 20px;
}
.testimonial-cta-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
}
.testimonial-cta-info-img img {
  width: 75px;
  height: 75px;
  border-radius: 10px;
  object-fit: cover;
}
.testimonial-cta-info h4 {
  margin-bottom: 5px;
  font-size: 20px;
  color: #fff;
}
.testimonial-cta-info p {
  margin: 0;
  font-size: 14px !important;
  color: #fff !important;
}
.testimonial-cta-content {
  margin-top: 20px;
}
.testimonial-cta-content p {
  font-weight: 500;
  font-size: 20px !important;
  color: #fff !important;
  margin: 0;
}
.content-cta-wrapper {
  background-image: url("/blog/wp-content/uploads/2025/09/Frame-168.png");
  padding: 25px 20px;
  border-radius: 18px;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-cta-wrapper .content-cta-info {
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  align-items: center;
  gap: 50px;
}
.content-cta-wrapper .content-cta-info h4 {
  font-size: 200px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
.content-cta-wrapper .content-cta-info p {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  margin: 0;
}

.author-popover {
    position: absolute;
    top: 100%; /* Position below the author name/image */
    left: 0; /* Align with the left edge of .author-info */
    z-index: 100; /* Ensure it appears above other content */
    width: 550px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    padding: 15px;
    transition: opacity 0.3s, visibility 0.3s; 
    margin-top: 0px;
    border-radius: 8px;
	opacity:0;
	visibility:hidden;
		 pointer-events: none;
}
.single-main .author-details .author-info:hover .author-popover{
    visibility: visible;
    opacity: 1;
 pointer-events: auto;
}

.author-popover .popover-triangle {
    position: absolute;
    top: -8px; /* Place it above the popover box */
    left: 20px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff; /* Match background color */
    z-index: 101;
}
.author-popover .popover-grid {
    display: flex;
    gap: 10px;
}
.author-popover .popover-grid .popover-info hr{
	margin: 10px 0;
    width: 70%;
    border-style: dashed;
    border-color: #33333338;
    border-width: 1px;
}
.author-popover .popover-grid .popover-info .popover-bio-wrapper a{
	margin-left: auto;
    display: block;
    text-align: end;
    font-size: 12px;
    color: #333333;
    text-decoration: underline !important;
    text-underline-position: under;
}
.author-popover .title-wrapper .title-verified-wrapper h2{
	color:#333333;
	font-size:18px;
	font-weight:600;
	margin-bottom:0px;
}
.author-popover .popover-grid .popover-info .popover-job-title{
    font-size:12px;
    color:#333333;
    font-weight: 500;
    margin-bottom: 0;
}
.author-popover .popover-grid .popover-info .popover-bio{
    font-size:12px;
    color:#333333;
    font-weight: 500;
    margin-bottom: 0;
}
.author-popover .title-wrapper .title-verified-wrapper{
    display:flex;
    align-items: center;
    gap: 20px;
}
.author-popover .title-wrapper .title-verified-wrapper .verified{
    display:flex;
    align-items:center;
    gap: 5px;
}

.author-popover .title-wrapper .title-verified-wrapper .verified img{
    width:15px;
    height:15px;
}

.author-popover .title-wrapper .title-verified-wrapper .verified h5{margin:0;line-height:1;font-size: 10px;text-transform: capitalize;font-weight: 600;}

.author-popover .popover-grid .popover-image img {
    border-radius: 50%;
    width: 80px;
    height: auto;
}

.author-popover .popover-grid .popover-info .title-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.author-popover .title-wrapper .social-links-wrapper{
    display:flex;
    gap: 5px;
    align-items: center;
}

.author-popover .title-wrapper .social-links-wrapper a{
    color: #000000;
    display: flex;
    align-items: center;
    font-size: 18px;
}
.author-details-bottom .autherInfo .author-info-wrapper {
    display: flex;
    align-items: center;
    gap: 30px;
}
.author-details-bottom .autherInfo .author-info-wrapper h4{
    /* margin-bottom:0px; */
}
.author-details-bottom .autherInfo .author-info-wrapper .verified{
    display:flex;
    align-items: center;
    gap: 5px;
}

.author-details-bottom .autherInfo .author-info-wrapper .verified img {
    width: 24px;
}

.author-details-bottom .autherInfo .author-info-wrapper .verified h5{
    margin-bottom:0px;
    font-size:12px;
    font-weight:600;
    text-transform:capitalize
}
.author-details-bottom .autherInfo{
    width:100%;
}
.author-details-bottom .autherInfo p{
	font-size:14px;
	color:#333333;
	margin-bottom:0px;
	font-weight:500;
}
.author-details-bottom .autherInfo .author-info-main{
    display:flex;
    justify-content: space-between;
	margin-bottom:5px;
}
.author-details-bottom .autherInfo .author-info-main .social-links-wrapper{
    display:flex;
    gap: 8px;
    align-items: center;
}

.author-details-bottom .autherInfo .author-info-main .social-links-wrapper a{
    color: #000000;
    display: flex;
    align-items: center;
    font-size: 18px;
}
.author-details-bottom .autherInfo .author-info-main .social-links-wrapper a i{
    color:#000;
}
.author-blogs .blog-content-list h3 {
    font-size: 42px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 50px;
}
/* SINGLE BLOG END */

/* FOOTER FORM START */
.mainContactForm {
  padding: 80px 0;
  background-color: #000;
  position: relative;
}

.mainContactForm::before {
  content: "";
  position: absolute;
  background-image: url("/blog/wp-content/uploads/2025/09/loc-dallas.png");
  width: 443px;
  height: 311px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  bottom: 0;
  right: 60px;
}

.mainContactForm .headContent h2 {
  color: #fff;
  font-weight: 700;
  font-size: 42px;
}

.mainContactForm .headContent h2 span {
  color: #e80101;
  display: inline;
}

.mainContactForm .headContent p {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  width: 50%;
}

#gform_wrapper_3 {
  max-width: 800px;
}

#gform_3_validation_container {
  display: none !important;
}

#gform_wrapper_3 .validation_message {
  background: transparent !important;
  padding: 0 !important;
  border: 0 !important;
}

#gform_wrapper_3 .gform_fields input,
#gform_wrapper_3 .gform_fields textarea {
  width: 100%;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-bottom: 1px solid #fff;
  padding: 10px;
  color: #fff;
  font-size: 16px;
  outline: none;
  margin-bottom: 5px !important;
}

#gform_submit_button_3 {
  background-color: #e80101;
  box-shadow: none;
  padding: 10px 40px;
  transition: 0.5s;
  font-size: 16px;
  font-family: var(--font-gilroy);
  font-weight: 600;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  border: 1px solid #e80101;
}
/* FOOTER FORM END */

/* FOOTER START */
.footer {
  background-color: #0a0a0a;
  border-top: 10px solid #e80101;
  padding: 80px 0px 20px 0px;
  position: relative;
}
.footer::before {
  content: "";
  position: absolute;
  background-color: #141414;
  width: 35%;
  height: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.footer .grid {
  display: grid;
  grid-template-columns: 65% 35%;
}
.footer .grid .left {
  padding: 0px 60px;
}
.footer .grid .left .innerGrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.footer .grid .left .innerGrid .rowBox h4 {
  font-family: var(--font-gilroy);
  font-weight: 800;
  font-size: 20px;
  color: #fff;
}
.footer .grid .left .innerGrid .rowBox .box h5 {
  font-family: var(--font-gilroy);
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}
.footer .grid .left .innerGrid .rowBox .box ul {
  list-style: none;
  padding-left: 0;
  color: #666;
  font-family: var(--font-gilroy);
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 10px;
}
.footer .grid .left .innerGrid .rowBox .box ul li {
  padding-bottom: 5px;
}
.footer .grid .left .innerGrid .rowBox .box ul li a {
  color: #fff9;
}
.footer .grid .left .innerGrid .rowBox .box ul li.active {
  color: #e80101;
}
.footer .grid .left .socialList {
  padding-bottom: 5px;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  border-bottom: 1px solid #ccc;
}
.footer .grid .left .socialList svg {
  color: #e80101;
}
.footer .grid .left .downText {
  display: flex;
  justify-content: space-between;
  padding: 10px 0px 0px 0px;
}
.footer .grid .left .downText p {
  font-family: var(--font-gilroy);
  font-weight: 500;
  font-size: 14px;
  color: #fff;
}
.footer .grid .left .downText p a{
	transition: .5s;
	color:#fff;
}
.footer .grid .left .downText p a:hover{
	color:#e80101;
}
.footer .grid .right {
  z-index: 1;
  padding: 0px 60px;
}
.footer .grid .right .footerLogo{
	width: 100%;
    height: auto;
}
.footer .grid .right h3 {
  font-family: var(--font-gilroy);
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  padding: 50px 0px 15px;
}
.footer .grid .right h3 span {
  color: #fff;
}
.footer .grid .right .btnWrapper {
  display: flex;
  gap: 20px;
}
.footer .grid .right .btnWrapper button {
  box-shadow: none;
  padding: 10px 40px;
  transition: 0.5s;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  border-radius: 5px;
  background-color: #e80101;
  color: #fff;
  border: 1px solid #e80101;
}
.footer .grid .right .btnWrapper button:hover {
  background-color: #fff;
  color: #e80101;
}
.footer .grid .right .btnWrapper button.borderBtn {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #e80101;
  color: #e80101;
}
.footer .grid .right .btnWrapper button.borderBtn:hover {
  background-color: #e80101;
  color: #fff;
}
.footer .grid .right .flagsTabs {
  padding: 30px 0px 40px;
  display: flex;
  gap: 30px;
}
.footer .grid .right .flagsTabs .Tab {
  cursor: pointer;
}
.footer .grid .right .flagsTabs .Tab .flagWrapper {
  position: relative;
}
.footer .grid .right .flagsTabs .Tab.active .flagWrapper::before {
  content: "";
  position: absolute;
  background-color: #e80101;
  width: 100%;
  height: 3px;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
}
.footer .grid .right .infoList ul {
  list-style: none;
  padding-left: 0;
}
.footer .grid .right .infoList ul li {
  display: flex;
  gap: 15px;
  padding-bottom: 10px;
  color: #fff;
  font-family: var(--font-gilroy);
  font-weight: 500;
}
.footer .grid .right .infoList ul li a{
	color:#fff;
	transition:.5s;
}
.footer .grid .right .infoList ul li a:hover{
	color:#e80101;
}
.footer .grid .right .infoList ul li svg {
  color: #e80101;
}
.footer .grid .right .infoList ul li svg:nth-child(1) {
  width: 25px;
}
.footer .grid .right .formWrapper h3 {
  font-family: var(--font-gilroy);
  font-weight: 700;
  font-size: 16px;
  color: #000;
  padding: 0;
}
.footer .grid .right .formWrapper .newsletter-form {
  max-width: 400px;
  background: #f6f6f6;
  border-radius: 5px;
}
.footer .grid .right .formWrapper .newsletter-form label {
  font-family: var(--font-gilroy);
  font-weight: 500;
  font-size: 14px;
  color: #000;
  padding: 0px 0px 10px;
}
.footer .grid .right .formWrapper .newsletter-form .input-container {
  display: flex;
  align-items: center;
  padding: 5px;
  border-radius: 5px;
  background-color: #fff;
}
.footer .grid .right .formWrapper .newsletter-form input {
  flex: 1;
  border: none;
  padding: 10px;
  outline: none;
}
.footer .grid .right .formWrapper .newsletter-form input::placeholder {
  color: #ccc;
}
.footer .grid .right .formWrapper .newsletter-form .error-message {
  color: red;
  font-size: 12px;
}
.footer .grid .right .formWrapper .newsletter-form .checkbox-container {
  padding-top: 10px;
}
.footer .grid .right .formWrapper .newsletter-form .checkbox-container label {
  padding-left: 5px;
}

/* FOOTER END */

/* Mobile Menu Start */
.mobile-nav {
  display: none;
  transition: all ease-out 0.3s;
/*   position: sticky;
  top: 0; */
  background: #000;
  z-index: 100;
  box-shadow: 0 5px 10px #0000000a;
}
.mobile-nav .main-header {
  padding: 14px 30px;
}
.mobile-nav .main-header .header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile-nav .main-header .header-top .hamburg {
  width: 40px;
  height: 40px;
  text-align: center;
  color: #fff;
  transition: all 0.5s;
  background: #c30010;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.mobile-nav .main-header .header-top .hamburg svg {
  font-size: 24px;
}
.mobile-nav .header-menu {
  background-color: #fff;
  width: 300px;
  position: fixed;
  top: 0px;
  right: -300px;
  padding-top: 20px;
  transition: 0.5s;
  height: 100vh;
	z-index:1000;
}
.mobile-nav .header-menu .hamburg {
  text-align: end;
  color: #c30010;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: 10px;
  margin-bottom: 10px;
}
.mobile-nav .header-menu .hamburg svg {
  font-size: 24px;
}
.mobile-nav .header-menu .main-ul {
  position: relative;
  overflow: auto;
  height: calc(100vh - 60px);
}
.mobile-nav .header-menu ul {
  list-style: none;
  padding: 0;
}
.mobile-nav .header-menu ul li {
  padding: 12px;
  cursor: pointer;
  border-bottom: 1px solid;
	font-size: 16px;
  color: #000;
}
.mobile-nav .header-menu ul li a {
  font-weight: 500;
  font-size: 16px;
  color: #000;
}
.mobile-nav .header-menu ul li svg {
  float: right;
  position: relative;
  top: 6px;
  transition: 0.5s;
}
.mobile-nav .header-menu ul li.active,
.mobile-nav .header-menu ul li a.active {
  color: #c30010;
}
.mobile-nav .header-menu ul li:nth-last-child(1) {
  border-bottom: 0px;
}
.mobile-nav .header-menu ul li .open-submenu {
  rotate: 180deg;
}
.mobile-nav .header-menu ul li .sub-menu {
  display: none;
}
.mobile-nav .header-menu ul li .sub-menu.open {
  display: block;
}
.mobile-nav .header-menu ul .btn {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 500;
  background-color: #c30010;
  display: block;
  color: #c30010;
  padding: 5px 14px;
  width: fit-content;
  border: 1px solid #c30010;
  transition: 0.5s;
  color: #fff;
  margin-left: 12px;
}
.mobile-nav .header-menu ul button {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 500;
  background-color: #c30010;
  display: block;
  color: #c30010;
  padding: 5px 14px;
  width: fit-content;
  border: 1px solid #c30010;
  transition: 0.5s;
  color: #fff;
  margin-left: 12px;
}
.mobile-nav .header-menu.open {
  right: 0px;
	
}

.mobile-nav .header-menu .inner-sub-menu {
  display: none;
}
.mobile-nav .header-menu .inner-sub-menu.open {
  display: block;
}

/* Mobile Menu Overlay */
#menuoverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

#menuoverlay.active {
  opacity: 1;
  visibility: visible;
}

/* Body scroll lock when menu is open */
body.menu-open {
  overflow: hidden;
}
.left-sidebar #ez-toc-container .ez-toc-title-toggle{
	display:none;
}

/* Mobile Menu End */

/* AUTHOR PAGE START */
.author-wrapper {
	background: linear-gradient(180deg, #0E2846 0%, #000105 100%);
	padding: 30px 50px;
	border-radius: 20px;
}

.author-banner {
	margin: 50px 0;
}
.author-blogs{
	padding:50px 0px;
}
.author-grid {
	display: grid;
	grid-template-columns: auto 1fr;
	gap:50px;
	align-items: center;
}

.author-grid .profile-image-wrapper img{
	border-radius:50%;
	border:3px solid #fff;
}
.author-grid .author-right-content h4{
	text-transform:uppercase;
	font-size:15px;
	color: #fff;
    letter-spacing: 4px;
    font-weight: 500;
	display: flex;
    align-items: center;
    gap: 10px;
}
.author-grid .author-right-content h4::before{
	content: "";
    width: 40px;
    height: 2px;
    background: #fff;
}
.author-grid .author-right-content h3{
	font-size:20px;
	color: #fff;
    font-weight: 500;
	margin-bottom:20px;
}
.author-grid .author-right-content p{
	font-size:18px;
	color: #fff;
    font-weight: 500;
	line-height:23px;
}
.author-title-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
	margin-bottom:8px;
}

.author-title-wrapper .title-verified-wrapper {
    display: flex;
    align-items: center;
    gap: 50px;
}
.author-title-wrapper .title-verified-wrapper h2{
    color:#fff;
    font-size:36px;
    font-weight:600;
	margin-bottom:0px;
}

.author-title-wrapper .title-verified-wrapper .verified {
    display: flex;
    align-items: center;
    gap:10px
    
}
.author-title-wrapper .title-verified-wrapper .verified img{
    width:24px;
    height:24px;
}
.author-title-wrapper .title-verified-wrapper .verified h5{
    font-size:14px;
    color:#fff;
    margin:0;
    text-transform:capitalize;
	text-decoration: underline;
    text-underline-position: under;
	
}
.author-title-wrapper .social-links-wrapper {
    display: flex;
    align-items: center;
	gap:10px;
}
.author-title-wrapper .social-links-wrapper a {
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 20px;
}
.author-wrapper .info-grid {
    display: flex;
    justify-content: center;
    gap: 0px;
    width: 92%;
    margin: auto;
	margin-top: 20px;
}

.author-wrapper .info-grid .info-item {
    width:30%;
	border-right: 1px dashed #D3D3D3;
    padding: 0 50px;
}
.author-wrapper .info-grid .info-item h3{
	font-size:20px;
	color:#fff;
	font-weight:600;
	margin-bottom:12px;
}
.author-wrapper .info-grid .info-item ul{
	display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.author-wrapper .info-grid .info-item ul li{
	padding: 4px 16px;
    border: 1px solid #fff;
    border-radius: 30px;
    color: #fff;
    font-size: 12px;
	transition:0.5s;
}
.author-wrapper .info-grid .info-item ul li:hover{
	background:#fff;
	color:#000;
}
.author-wrapper .info-grid .info-item p{
	font-size:13px;
	color:#fff;
	line-height:19px;
	font-weight:500;
	
}
.author-wrapper .info-grid .info-item h5{
	font-size:26px;
	color:#fff;
	font-weight:500;
	
}
.author-wrapper .info-grid .info-item:nth-child(1) {
	padding-left:0px;
}
.author-wrapper .info-grid .info-item:nth-child(2) {
    width: 40%;
}
.author-wrapper .info-grid .info-item:nth-child(3) {
    padding-right:0px;
	border:0px;
}
.author-blogs .blog-img {
    height: 250px;
    width: 100%;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    margin-bottom: 18px;
}

.author-blogs .blog-tab-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.author-blogs .blog-content-list .short-cont h3 {
    color: #1d1d1d;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    /* line-height: 32px; */
    line-height: 1.2;
    letter-spacing: -0.52px;
    margin-bottom: 0;
}
.author-blogs .blog-content-list .author-details .author-name {
    color: #666666;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.36px;
    margin: 0;
    margin-right: 35px;
	padding:10px 0;
}
/* AUTHOR PAGE END */

/* RESPONSIVE START */
@media screen and (min-width: 1600px) {
  .container {
    max-width: 1400px !important;
  }
	
}
@media screen and (max-width: 1600px) {
	.author-wrapper .info-grid{
		width:95%;
	}
	.author-blogs .blog-content-list h3 {
    	font-size: 40px;
    }
}
/* RESPONSIVE END */

/* RELATED POSTS STYLING */
.related-insights {
  margin-top: 40px;
  padding: 30px 0;
}

.related-insights h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #333;
  text-align: center;
}

.related-posts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 20px;
}

.related-post-item {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.related-post-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.related-post-thumbnail {
  position: relative;
  overflow: hidden;
  height: 200px;
}

.related-post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.related-post-item:hover .related-post-thumbnail img {
  transform: scale(1.05);
}

.related-post-content {
  padding: 20px;
}

.related-post-content h3 {
  margin: 0 0 15px 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

.related-post-content h3 a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

.related-post-content h3 a:hover {
  color: #007cba;
}

.related-post-meta {
  margin-bottom: 15px;
}

.related-post-meta .post-date {
  color: #666;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.related-post-meta .post-date i {
  color: #007cba;
}

.related-post-excerpt {
  color: #666;
  font-size: 14px;
  line-height: 1.6;
}
@media (max-width: 1440px) {
	.author-title-wrapper .title-verified-wrapper h2{
		font-size:32px;
	}
	.author-blogs .blog-content-list h3 {
    	font-size: 34px;
    }
	.author-blogs {
       padding: 20px 0px 50px;
    }
}
@media (max-width: 1400px) {
  .home-banner .content h1 {
    font-size: 60px;
  }
  .blog-category-tab-wrapper .blog-tab-category li.active {
    display: block !important;
  }
  .footer .grid .right .btnWrapper button {
    padding: 10px 18px;
    font-size: 15px;
  }
	.single-main .banner-wrapper h1 {
    font-size: 40px;
  }
	.industryDropDown .main .rowServices .grid img{
		width:100%;
		height:auto;
	}
	
}
@media (max-width: 1300px){
	.aboutDropDown .main .rowOne ul{
		gap:70px !important;
	}
}
@media (max-width: 1200px) {
	#customPopup{
		padding:0px !important;
	}
	#customPopup .modal-dialog{
		max-width:1100px !important;
		margin:0 4rem;
		height: 100%;
	}
	.MainPopupForm .form-contain .rightSide img {
		width: 100%;
		height: auto;
	}
	.mainHeader .grid-info .right-info .header-menu .main-list{
		gap:20px;
	}
	.mainHeader{
		padding:15px 30px;
	}
	.mainHeader .grid-info .right-info .header-menu .main-list button{
		padding: 10px 20px;
	}
	.aboutDropDown .main .rowOne ul {
        gap: 50px !important;
    }
	.serviceDropDown .main{
		gap:20px;
	}
	.serviceDropDown .main .rowOne img{
		width:70%;
		height:auto;
	}
	.industryDropDown .main .rowServices .grid img{
		width:100%;
		height:auto;
	}
  .home-banner .content h1 {
    font-size: 50px;
  }
  .featured-main-article .featured-article-content .featured-article-title {
    font-size: 22px;
  }
  .featured-sidebar-articles
    .featured-main-article
    .featured-article-image
    img {
    height: 190px;
  }
  .featured-main-article .featured-article-image img {
    height: 540px;
  }
  .blog-category-tab-wrapper .blog-tab-category li a {
    font-size: 18px;
  }
  .blog-category-tab-wrapper .blog-content-list .short-cont h3 {
    font-size: 20px;
  }
  .mainContactForm .headContent h2 {
    font-size: 30px;
  }
  .footer .grid .left .innerGrid {
    grid-template-columns: 1fr 0.5fr 0.5fr;
    gap: 20px;
  }
  .footer .grid .right .btnWrapper {
    flex-direction: column;
  }
  .footer .grid .right .btnWrapper button {
    width: 100%;
  }
	.single-main .banner-wrapper h1 {
    font-size: 35px;
    width: 80%;
  }
	.single-main .cta-section h4{
		font-size:28px;
	}
	.right-sidebar-cta h4{
		width:100%;
	}
	.author-title-wrapper .title-verified-wrapper h2{
		font-size:28px;
	}
	.author-grid .author-right-content h3{
		font-size:18px;
	}
	.author-grid .author-right-content p{
		font-size:16px;
	}
	.author-wrapper .info-grid .info-item h3 {
        font-size: 18px;
    }
	.author-wrapper .info-grid .info-item h5{
		font-size: 22px;
	}
	.author-wrapper .info-grid .info-item{
		padding: 0px 30px;
	}
	.author-blogs .blog-content-list h3 {
    	font-size: 30px;
    }
}
@media (max-width: 1024px) {
  .mobile-nav {
    display: block;
  }
  .mainHeader {
    display: none;
  }
	.single-main .banner-wrapper h1 {
    font-size: 30px;
    width: 100%;
  }
	.single-main .cta-section h4{
		font-size:24px;
	}
	.single-main .left-sidebar #ez-toc-container .ez-toc-title{
		font-size:24px;
	}
	.ez-toc-sticky{
		display:none;
	}
	#ez-toc-container{
		display:block !important;
		position: sticky !important;
    top: 50px;
		padding:0px !important;
		background:transparent !important;
		border:0px !important;
		z-index:10;
	}
	#ez-toc-container .ez-toc-link.active {
    color: #e80101 !important;
    }
	#ez-toc-container .ez-toc-title-container{
		margin-bottom: 0;
		display: flex;
        align-items: center;
        justify-content: space-between;
        background: #e10101;
        padding: 10px;
	}
	div#ez-toc-container .ez-toc-title {
		font-weight: 500;
		color: #fff;
		text-align: center;
		width: 100%;
	}
	#ez-toc-container ul.ez-toc-list{
		padding: 10px;
		background: #f9f9f9;
	}
	#ez-toc-container ul li {
    font-weight: 500;
    margin-bottom: 10px;
}
	#ez-toc-container a{
		font-size:16px;
		margin-bottom: 10px;
		color: #444 !important;
	}
	#ez-toc-container .ez-toc-js-icon-con{
		border:1px solid #fff !important;
	}
	#ez-toc-container .ez-toc-js-icon-con svg{
		fill:#fff !important;
		color:#fff !important;
	}
	#ez-toc-container .ez-toc-pull-right{
		margin:0px !important; 
	}
	
/* 	.custom-left-sidebar{
		display:none;
	} */
	.content-cta-wrapper{
		background-size:100% 100%;
	}
	.soc-mob{
		display:block;
		margin-bottom:40px;
	}
	.soc{
	  display:none;
	}
	.single-main .author-details .author-info .author-popover{
		display:none !important;
	}
}
@media (max-width: 991px) {
	.MainPopupForm .form-contain{
		grid-template-columns: 1fr;
		padding: 40px;
	}
	.MainPopupForm .form-contain .rightSide{
		display:none;
	}
	.MainPopupForm .form-contain .leftSide h2{
		text-align:center;
		font-size:40px;
	}
	.MainPopupForm .form-contain .leftSide .SideForm .rating{
		justify-content: center;
	}
  .home-banner .content h1 {
    font-size: 40px;
  }
  .featured-main-article .featured-article-content .featured-article-title {
    font-size: 20px;
  }
  .blog-category-tab-wrapper .blog-content-list .blog-posts .blog-img {
    height: 200px;
  }
  .mainContactForm::before {
    width: 350px;
    height: 250px;
  }
  .footer::before {
    content: unset;
  }
  .footer .grid {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .footer .grid .left {
    order: 2;
  }
  .footer .grid .right {
    order: 1;
    text-align: center;
  }
  .footer .grid .right .btnWrapper {
    flex-direction: row;
  }
  .footer .grid .right .flagsTabs {
    justify-content: center;
  }
  .footer .grid .right .infoList ul li {
    justify-content: center;
  }
  .footer .grid .right .btnWrapper {
    justify-content: center;
  }
  .footer .grid .right .btnWrapper button {
    width: auto;
  }
   .custom-left-sidebar {
        display: none;
    }
	.author-grid{
		grid-template-columns: 1fr;
	}
	.author-wrapper .info-grid {
        width: 100%;
    }
	.author-wrapper .info-grid .info-item{
		padding:0px 20px;
	}
	    .author-wrapper .info-grid .info-item h3 {
        font-size: 16px;
    }
	.author-title-wrapper .title-verified-wrapper h2 {
        font-size: 26px;
    }
	    .author-grid .author-right-content h3 {
        font-size: 16px;
    }
	.author-blogs .blog-content-list h3 {
    	font-size: 26px;
    }
	.author-details-bottom .img-info .author-name{
		font-size:16px;
	}
	.author-details-bottom .autherInfo .author-info-wrapper {
    gap: 10px;
    flex-wrap: wrap;
}
}

/* Responsive design for related posts */
@media screen and (max-width: 768px) {
  .related-posts-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .related-insights h2 {
    font-size: 24px;
  }

  .related-post-content {
    padding: 15px;
  }

  .related-post-content h3 {
    font-size: 16px;
  }
  .featured-main-article .featured-article-image img {
    height: 200px;
  }
	
	.mainContactForm .headContent h2{
		text-align:center;
	}
	.mainContactForm .headContent p{
		width:100%;
		text-align:center;
	}
	.home-banner .content p{
		font-size:18px;
	}
	.home-banner .content br{
		display:none;
	}
	    .home-banner .content h1 {
        font-size: 30px;
    }
	.home-banner {
    padding: 50px 0;
   }
   .blog-category-tab-wrapper .blog-content-list .blog-posts .blog-img {
     height: 170px;
    }
	.blog-category-tab-wrapper .blog-content-list .short-cont h3 {
        font-size: 18px;
    }
	.blog-category-tab-wrapper .blog-content-list .author-details .author-name{
		font-size:16px;
	}
	.view-article-btn{
		font-size:16px;
	}
	.single-main .banner-wrapper h1{
		font-size:28px;
		text-align:center;
	}
	.single-main .cta-section.red{
		text-align:center;
	}
	.single-main .cta-section a{
		margin:auto;
	}
	.faqSection .card-header button {
		font-size:16px;
	}
	    .content-cta-wrapper {
        background: #e80101;
    }
	.content-cta-wrapper .content-cta-info{
		grid-template-columns:1fr;
	}
	.content-cta-wrapper .content-cta-info h4{
		display:none;
	}
	.content-cta-wrapper .content-cta-info p{
		text-align:center;
	}
	.single-main .banner-wrapper{
		padding:20px;
	}
	.single-main .banner-wrapper .author-details{
		justify-content:center;
		flex-wrap: wrap;
	}
	.right-sidebar-cta h4{
		width:70%;
	}
	
}
@media screen and (max-width: 767px) {
	.single-main .cta-section a, .single-main .cta-section button{
		margin:auto;
	}
	.author-grid{
		gap:30px;
	}
	.author-wrapper .info-grid{
		flex-direction: column;
		gap:20px;
	}
	.author-wrapper .info-grid .info-item ul{
		margin-bottom:20px;
	}
	    .author-wrapper .info-grid .info-item {
			width:100% !important;
        padding: 0px;
			border-right:0px;
			border-bottom: 1px dashed #D3D3D3;
    }
	    .author-wrapper .info-grid .info-item h3 {
        font-size: 16px;
    }
	.author-title-wrapper .title-verified-wrapper h2 {
        font-size: 22px;
    }
	    .author-grid .author-right-content h3 {
        font-size: 14px;
			margin-top:15px;
    }
	.author-grid .author-right-content p{
		font-size:14px;
	}
	.author-wrapper {
		padding:30px;
	}
	.author-title-wrapper .title-verified-wrapper{
		flex-wrap: wrap;
		gap: 10px;
	}
	.author-blogs .blog-tab-content{
		grid-template-columns:1fr;
	}
	.author-blogs .blog-content-list h3 {
    	font-size: 22px;
    }
	.author-blogs{
		padding-top:0px;
	}
	.author-details-bottom h2 {
    font-size: 22px;
}
	.author-details-bottom .content p {
    color: #333333;
}
}
@media (max-width: 600px) {
	#customPopup .modal-dialog{
		margin:1rem;
	}
	    .MainPopupForm .form-contain {
        padding: 30px;
    }
	.MainPopupForm .form-contain .leftSide .SideForm {
    padding-right: 0;
}
	    .MainPopupForm .form-contain .leftSide h2 {
        font-size: 30px;
    }
	.MainPopupForm .form-contain .leftSide .SideForm .rating{
		flex-wrap:wrap;
	}
}
@media (max-width: 576px) {
	.blog-category-tab-wrapper .blog-content-list{
		grid-template-columns:1fr;
	}
	.blog-category-tab-wrapper .blog-tab-category{
		justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
	}
	.blog-category-tab-wrapper .blog-tab-category li{
		width:fit-content;
	}
	.footer .grid .left .innerGrid {
        grid-template-columns: 1fr;
        gap: 20px;
        text-align: center;
    }
	.footer .grid .left .socialList{
		justify-content:center;
	}
	.footer .grid .left .downText {
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
   }
	.single-main .banner-wrapper{
		padding:20px;
		height:300px;
	}
	.single-main .banner-wrapper h1{
		font-size:24px;
	}
	.single-main .banner-wrapper .author-details{
		flex-direction:column;
	}
	    .footer .grid .right .btnWrapper {
        flex-direction: column;
    }
	.content-cta-wrapper .content-cta-info p{
		font-size:16px;
	}
	.single-main .blog-content-wrapper p{
		font-size:16px;
	}
	.testimonial-cta::before{
		width: 90px;
    height: 60px;
	}
	.testimonial-cta-info-img img{
		width:55px;
		height:55px;
	}
	.mainContactForm .headContent h2 br{
		display:none;
	}
	.author-details-bottom .img-info {
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 10px;
    flex-direction: column;
}
}

@media (max-width:425px){
	.MainPopupForm .form-contain .leftSide h2 {
        font-size: 24px;
    }
}

