/*decreasing the hero section image*/
.breadcrumb-area {
    padding-top: 280px;
    padding-bottom: 178px;
} 

/* the breadcum -tilte to be come in the middle */
.breadcrumb-title {
padding-top: 30px;
}

.txa-hero-1-content {
    padding-top: 200px;
    padding-bottom: 100px;
}
/*sidebar after hover the text color must be in white*/
/* Change sidebar link text color to white on hover */
.sidebar-category a:hover .text {
  color: #fff !important;
  transition: color 0.3s ease;
}
/* Change only the icon color to white on hover */
.sidebar-category a:hover .icon-1 i {
  color: #fff !important;
  transition: color 0.3s ease;
}
/*changing the button of send now color of the contact us page*/
.send-now {
  background-color: #051850;
	color: #ffff;
}

.send-now:hover {
  background-color: #051850; /* darker blue on hover */
  color: #ffffff; /* white text on hover */
}

/*changing the icons background colors address,mobile , phone number*/
contact-page-contact-list .icon:hover {
  background-color: #051850 !important; /* blue background on hover */
  color: #ffffff !important; /* white icon color on hover */
}


/* Change Company File text color to white on hover */
.sidebar-download li a:hover .title {
  color: #fff !important;
  transition: color 0.3s ease;
}

/*fqs  question font-family*/
.txa-heading-1{
	font-family: "Urbanist", Sans-serif !important;
}

/*changing the para family*/
.txa-para-1{
	font-family: "Urbanist", Sans-serif !important;
}

.txa-faq-3 .accordion-item .accordion-header .accordion-button .title {
    font-size: 22px;
}

.txa-case-study-1-item .item-btn-1 {
	margin-top: 50px;
}

/*chaning in the contact us page the icon color hover should be white*/
.contact-page-social-link li a:hover {
  color: #ffff; /* optional: change color on hover */
}

.refer-wrapper {
    position: fixed;
    bottom: 180px;
    right: 28px;
    z-index: 999;
    height: 60px;
    width: 50px;
}
.refer-wrapper img {
    border: 2px solid #e9e9e9;
    border-radius: 50%;
}
.callback-wrapper {
    position: fixed;
    bottom: 120px;
    right: 28px;
    z-index: 999;
    height: 60px;
    width: 50px;
}
.callback-wrapper img {
    border: 2px solid #e9e9e9;
    border-radius: 50%;
}
.whatsapp-wrapper {
    position: fixed;
    bottom: 60px;
    right: 28px;
    z-index: 999;
    height: 60px;
    width: 50px;
}

/*changing the top page padding of the conatct us page*/
.elementor-1785 .elementor-element.elementor-element-cc9d5a4 {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 50px 0px 150px 0px;
}

/*changing the padding bottom of the contact us page*/
.elementor-1785 .elementor-element.elementor-element-cc9d5a4 {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 50px 0px 50px 0px;
}


.main-navigation .navbar-nav li .dropdown-menu {
    padding: 10px 0;
    min-width: 350px;
}

.main-navigation .navbar-nav li .dropdown-menu li a {
    padding: 15px 30px 10px 35px;
}

.breadcrumb-area {
    padding-bottom: 75px;
}

.breadcrumb-list {
background: #c7c7c7;
}


@media (max-width: 540px) {
.breadcrumb-wrap.text-center {
    padding-top: 200px;
}
	.txa-header-1-top {
    display: none;
}
	.mobile_menu_button .icon .icon-dot {
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #040404;
    transition: 500ms 
ease-in-out;
}
}

.features-section {
  background: #f9fafc;
  padding: 80px 0;
  text-align: center;
  font-family: 'Poppins', sans-serif;
}

.section-title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 50px;
  color: #222;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  max-width: 1000px;
  margin: 0 auto;
}

.feature-card {
  background: #fff;
  border-radius: 16px;
  padding: 30px 20px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

/*.icon {
  font-size: 40px;
  margin-bottom: 15px;
  color: #0073e6;
}*/

.feature-card h3 {
  font-size: 1.25rem;
  color: #333;
  margin-bottom: 10px;
}

.feature-card p {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.6;
}
/*chaning the about us page progress bar color*/
/*changing the progress bar text color*/
.trusted .txa-heading-3 {
    color: #e7e7e7 !important;
 }
/*chanign in the about us page explore more button color*/
.trusted .txa-pr-btn-5 {
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: inline-block;
    flex: 0 0 auto;
    background: #e7e7e7;
    font-family: var(--txa-heading-3-font);
    font-size: 16.61px;
    font-weight: 800;
    text-transform: capitalize;
    padding: 16px 30px;
    border-radius: 30px;
    transition: 0.3s 
ease-in-out;
    border: 2px solid;
    border-color: var(--txa-heading-3);
    box-shadow: 1.878px 3.532px 0px 0px var(--txa-pr-4) !important;
}

.join .txa-pr-btn-5 {
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: inline-block;
    flex: 0 0 auto;
	background: #f8f9fa !important;
}


.txa-pr-btn-5:hover {  
	color: #000 !important;
}

header.txa-header-1-area.txa-transparent-header.tx-header {
    background-color: #fff !important;
}


.txa-header-1-top {
    background: #67bfe7;
    padding: 15px 0;
}
.txa-header-1-top a {
    color: #fff !important;
    padding: 15px 0;
}

.txa-header-1-top-address li i {
    margin-right: 10px;
    color: #fff;
    background: #051850;
    padding: 7px;
    border-radius: 50%;
}

.main-navigation .navbar-nav li a::after {
    width: 100%;
    height: 3px;
    border-radius: 0%;
    left: 0 !important;
    bottom: 20px !important;
	  top:55px !important;
	  left:0 !important;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: 400ms 
ease;
}
.main-navigation .navbar-nav li .dropdown-menu li a::after {
    width: 100%;
    height: 3px;
    top: 90% !important;
    transition: 400ms 
ease-in;
}

.txa-hero-1-area .animation-shape {
    display: none;
    position: absolute;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: var(--txa-pr-1);
    z-index: 1;
    mix-blend-mode: multiply;
    opacity: 0.8;
}

.txa-hero-1-area {
    background: transparent !important;
    position: relative;
    overflow: hidden;
}

.scroll-top {
    border-radius: 50px 50px !important;
}
.top-header-wrap .txa-header-1-top-social li a {
	line-height:0 !important;
}
.top-header-wrap ul.txa-header-1-top-social li .fab {
    line-height: 0 !important;
}
ul.txa-header-1-top-address li a:hover {
    text-decoration: underline;
    color:#051850 !important;
}
.page-id-3031 section.elementor-section.elementor-top-section {
    display: none;
}
.page-id-3031 .tx-breadcrumb {
    display: none;
}
.page-id-3031 .call-to-action-wrap {
	display:none;
}


.button-color a.txa-pr-btn-2.tx-button.none:hover {
    background-color: #080a0b;
}
.button-color a.txa-pr-btn-2.tx-button.none:hover::after{
    background-color: #080a0b;
}
.button-color .txa-pr-btn-2:hover .icon {
    color: #ffffff;
}

.hero-btn-color a.txa-pr-btn-2.wow.fadeInLeft.animated:hover {
    color:#fff!important;
}
.hero-btn-color .txa-pr-btn-2:hover::after {
    background: #080a0b;
}
.hero-btn-color .txa-pr-btn-2:hover .icon {
	color:#fff;
}


.mfp-iframe-holder .mfp-content {
    max-width: 100%;
}