:root {
	--primary: #FF7114;
	--secondary: #747b88;
	--white: #fff;
	--black: #000;
	--text_light: #c6c6c6;
}
.font_new,.font_new h1,.font_new h2,.font_new h3,.font_new h4,.font_new h5,.font_new h6{
	font-family: "Inter", sans-serif !important;
}
.font_new_secondary,.font_new_secondary h2{
	font-family: "Lato", sans-serif !important;
}
.bg_dark{
	background-color: #232322;
}
.bg_black{
	background-color: var(--black);
}
.f12{
	font-size: 12px;
}
.f15{
	font-size: 15px;
}
.f16{
	font-size: 16px;
}
.f17{
	font-size: 17px;
}
.f20 {
	font-size: 20px;
}
.f24 {
	font-size: 24px;
}
.f27{
	font-size: 27px;
}
.f32 {
	font-size: 32px;
}
.f48{
	font-size: 48px;
}
.f50{
	font-size: 50px;
}
.lh-22{
	line-height: 22px;
}
.lh-40{
	line-height: 40px;
}
.lh-50{
	line-height: 50px;
}
.lh-120{
	line-height: 120%;
}
.lh-137-5{
	line-height: 137.5%;
}
.lh-150{
	line-height: 150%;
}
.gap-32{
	gap: 32px;
}
.whs20{
	width: 20px;
	height: 20px;
}
.text_primary {
    color: var(--primary);
}
.text_light_dull{
	color: #F5F5F5 !important;
}
.section {
	padding: 60px 0;
}

.section_title {
	font-size: 48px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 48px;
}

.bs-5-btn {
	border-radius: 10px !important;
	font-size: 24px !important;
	font-weight: 800 !important;
	text-transform: uppercase;
}

.btn_primary {
	background-color: var(--primary) !important;
	color: var(--black) !important;
}

.btn_outline_primary,.btn_outline_primary:hover {
	background-color: transparent;
	border-color: var(--primary) !important;
	color: var(--primary) !important;
}

.btn_shadow {
	box-shadow: 4px 4px 50px rgba(0, 0, 0, 0.5), -4px -4px 50px rgba(0, 0, 0, 0.5);
}

.hero_area_wrapper {
	padding: 150px 0;
	position: relative;
	background-image: url(../img/AdobeStock_916848171.avif);
	background-size: cover;
	background-position: center 30% !important;
	background-position: center;
	color: var(--white);
}

.glass_box {
	background: #0000004D;
	backdrop-filter: blur(30px);
	border-radius: 20px;
	padding: 64px;
	max-width: 570px;
}

.hero_logo {
	width: 170px;
	margin-bottom: 16px;
	filter: drop-shadow(-3.22784px -3.22784px 24.2088px rgba(0, 0, 0, 0.8));
}

.hero_title {
	font-size: 52px;
	line-height: 48px;
	font-weight: 800;
	text-shadow: -4px -4px 30px #000000;
}
.trusted_by{
    background: #090909;
    padding: 20px 0;
}
.trusted_by_title{
    text-transform: uppercase;
    letter-spacing: 0.24em;
    font-size: 24px;
    margin-bottom: 24px !important;
    font-weight: 900 !important;
}
.trusted_by .bs-5-col-auto {
    min-width: 210px;
}
.trusted_by img {
    margin-bottom: 16px;
	max-width: 160px;
	margin: 16px auto;
}
.three_box_sec {
	padding: 100px 0;
    position: relative;
    background-image: url(../img/AdobeStock_964811494.avif);
    background-size: cover;
    background-position: center;
    color: var(--white);
}

.three_box_sec .box {
	border: 1px solid var(--primary);
	border-radius: 10px;
	padding: 30px 44px;
	height: 100%;
	display: flex;
	flex-direction: column;
	background-color: #0D0D0D;
	background: #0000001A;
    backdrop-filter: blur(70px);
}

.box_title {
	font-size: 32px;
	max-width: 245px;
	letter-spacing: -0.984303px;
	line-height: 25px;
	font-weight: bold;
	margin-bottom: 16px;
}

.three_box_sec .box p {
	font-size: 20px;
}

.grid-col-3 {
	grid-template-columns: repeat(3, 1fr);
}

.data-item {
	border-bottom: 1px solid var(--primary);
	border-right: 1px solid var(--primary)
}

.data-item:nth-child(-n+3) {
	border-top: 1px solid var(--primary)
}

.data-item:nth-child(3n+1) {
	border-left: 1px solid var(--primary)
}

.data-item {
	display: flex;
	flex-direction: column;
	min-height: 180px;
	padding: 16px 60px;
	text-align: center;
	justify-content: center;
	height: 60px;
}

.item-title,.item-icon {
	font-size: 48px;
	font-weight: bold;
	color: var(--primary);
	margin:4px 0;
	min-height:60px;
}

.item-description {
	font-size: 21px;
	margin-top: 24px;
	color: var(--white);
	line-height: 1.5;
}
/*form area*/
.get_touch{
    background: #232322;
}
.get_touch_title{
    font-size: 50px;
	font-weight: 700;
}
.form-group{
    margin-bottom: 16px;
}
label{
    font-weight: 500 !important;
    margin-bottom: 8px !important;
    font-size: 18px !important;
}
.bs-5-form-control,.bs-5-form-select {
    background-color: transparent !important;
    color: var(--white) !important;
	height: auto !important;
}
.form-select{
    background-image:url(../img/arrow_drop_down.png) !important;
}
option{
    background-color: var(--black);
}
textarea.bs-5-form-control {
    height: auto;
}
::placeholder {
    color: #fff !important;
    opacity: 1; /* Firefox */
  }
  
  ::-ms-input-placeholder { /* Edge 12 -18 */
    color: #fff !important;
  }
  input:is(:-webkit-autofill, :autofill) {
    background-color: transparent !important;
  }
#submitButton {
    border: none !important;
}
/*form area*/
/*data item responsive*/
@media only screen and (max-width: 991px) {
	.grid-col-3 {
		grid-template-columns: repeat(2, 1fr);
	}
        .data-item:nth-child(-n+3) {
        border-top: none;
    }
   .data-item:nth-child(odd) {
        border-left: 1px solid var(--primary);
    }
    .data-item:nth-child(-n+2) {
        border-top: 1px solid var(--primary);
    }
    .data-item:nth-child(3n+1) {
        border-left: none;
    }
    .data-item:nth-child(odd) {
        border-left: 1px solid var(--primary);
    }
}
@media only screen and (max-width: 768px) {
	.grid-col-3 {
		grid-template-columns: repeat(1, 1fr);
	}
        .data-item:first-child {
        border-top: 1px solid var(--primary) !important;
    }
    .data-item {
        border-left: 1px solid var(--primary);
		height: auto;
    }
    .data-item:nth-child(-n+2) {
        border-top: none;
    }
     .data-item:nth-child(3n+1) {
        border-left: 1px solid var(--primary);
    }
}
/*data item responsive*/
@media only screen and (max-width: 768px) {
	.glass_box {
		padding: 20px;
	}

	.three_box_sec .box {
		height: auto;
		margin-bottom: 16px;
	}
	.footer_form_area form#contactForm {
    margin-top: 30px;
}
}
/*26-09-2025*/
.breadcrumbs_area{
	background-image: url(../img/AdobeStock_9168481711.png);
	background-size: cover;
	padding: 26px 0;
	overflow: hidden;
}
.breadcrumbs_shape {
    background-image: url(../img/breadcrumbs_shape.png);
    background-size: cover;
    background-position: right;
    width: 242px;
    height: 125px;
    position: absolute;
    left: -28px;
	top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.breadcrumbs_shape + .bs-5-container {
    z-index: 2;
}
.boxed_container{
	max-width: 970px;
	margin: auto;
	position: relative;
	z-index: 2;
}
.services_desc_area{
	background-image: url(../img/connectors.png);
	background-color: var(--black);
	box-shadow: inset 0px 15px 32px rgba(0, 0, 0, 0.25);
	position: relative;
	padding-bottom: 112px;
}
.services_desc_area::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* black overlay with 50% opacity */
  z-index: -1;
}
.side_card{
background: linear-gradient(359.23deg, rgba(255, 113, 20, 0) 83.34%, rgba(255, 113, 20, 0.025) 99.31%), linear-gradient(270deg, rgba(255, 113, 20, 0) 88.65%, rgba(255, 113, 20, 0.025) 99.92%), linear-gradient(179.47deg, rgba(255, 113, 20, 0) 84.14%, rgba(255, 113, 20, 0.025) 99.54%), linear-gradient(90deg, rgba(255, 113, 20, 0) 86.71%, rgba(255, 113, 20, 0.025) 100%), rgba(255, 255, 255, 0.15);
border: 0.5px solid rgba(255, 255, 255, 0.8);
backdrop-filter: blur(4px);
border-radius: 16px;
padding: 32px;
margin-bottom: 16px;
}
.side_card .bs-5-btn{
	background: rgba(255, 113, 20, 0.8);
	border: 0.5px solid rgba(0, 0, 0, 0.8);
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25), 0px 0px 32px 8px rgba(255, 113, 20, 0.25);
	backdrop-filter: blur(16px);
	color:var(--white) !important;
	font-size: 20px !important;
	opacity: 0.9;
}
.heading_n_content,.centeral_photo {
    /* margin-bottom: 30px; */
}
.heading_n_content h2 {
    font-size: 24px;
    font-weight: bold;
}
.heading_n_content p {
    font-size: 20px;
	line-height: 1.5;
}
.centeral_photo{
	    border: 1px solid #F66800;
    box-shadow: 0px 0px 64px 16px rgba(255, 113, 20, 0.25);
    border-radius: 4px;
}
.all_doubts{
	background-image: url('../img/Footer-1.png') , url('../img/Footer.png');
	background-size: cover;
	padding-top: 128px;
	background-position: top;
}
.more_services{
	margin-top: 80px;
}
.service_card{
border: 0.5px solid #F66800;
box-shadow: 0px 0px 32px 8px rgba(255, 113, 20, 0.15);
border-radius: 16px;
margin-bottom:16px;
position: relative;
}
.service_card img{
	border-radius: 16px 16px 0px 0px;
	width: 100%;
    object-fit: cover;
	height:250px;
}
.service_body{
	background: linear-gradient(359.23deg, rgba(255, 113, 20, 0) 83.34%, rgba(255, 113, 20, 0.025) 99.31%), linear-gradient(270deg, rgba(255, 113, 20, 0) 88.65%, rgba(255, 113, 20, 0.025) 99.92%), linear-gradient(179.47deg, rgba(255, 113, 20, 0) 84.14%, rgba(255, 113, 20, 0.025) 99.54%), linear-gradient(90deg, rgba(255, 113, 20, 0) 86.71%, rgba(255, 113, 20, 0.025) 100%), rgba(255, 255, 255, 0.05);
	box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25);
	backdrop-filter: blur(16px);
	border-radius: 0px 0px 16px 16px;
	padding: 32px;
	height: 112px;
}
  /* Accordion base */
  .accordion {
    border-radius: 4px;
    overflow: hidden;
	margin-top: 80px;
  }

  /* Accordion items */
  .accordion-item {
    border-bottom: 1px solid #ddd;
	margin-bottom: 16px;
	background: rgba(255, 255, 255, 0.05);
border: 0.5px solid rgba(255, 255, 255, 0.8);
border-radius: 16px;
  }

  /* Header */
  .accordion-header {
    margin: 0;
  }

  /* Accordion button */
  .accordion-button {
    width: 100%;
    text-align: left;
    padding: 1rem;
    font-weight: 600;
    border: none;
    background-color: transparent;
	color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 1rem;
    transition: background-color 0.3s;
    outline: none;
  }
  /* .accordion-button:hover {
    background-color: #e2e6ea;
  } */

  /* Expanded state */
  .accordion-button.expanded {
    /* background-color: #e9ecef; */
  }

  /* Collapse container */
  .accordion-collapse {
    overflow: hidden;
    transition: max-height 0.3s ease;
    max-height: 0;
  }

  .accordion-collapse.show {
    max-height: 1000px; /* large enough to show content */
  }

  /* Accordion body */
  .accordion-body {
    padding: 1rem;
	color: #F5F5F5;
  }

  /* Icon */
  .icon-toggle {
    margin-left: auto;
    width: 20px;
    height: 20px;
    user-select: none;
  }
.footer_form_area{
	border-top: 1px solid var(--white);
	position: relative;
	padding: 120px 0 80px;
}
.ellipse_shape{
	position: absolute;
	width: 961.4px;
	height: 928.32px;
	left: -202px;
	top: -379px;
	background: rgba(255, 113, 20, 0.075);
	filter: blur(120px);
	transform: rotate(0.85deg);
	z-index: 1;
}
.social_wrapper{
	margin-top: 32px;
}
.social_wrapper a {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    margin-right: 8px;
}
.footer_form_area .bs-5-btn{
	color: var(--white) !important;
	width: 220px;
    font-size: 20px !important;
	height: 53px;
	position: relative;
	font-weight: 700 !important;
}
.btn_wrap_rectangle{
	position: relative;
}
.btn_wrap_rectangle:before{
	content: "";
    position: absolute;
    width: 68px;
	height: 53px;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    right: 8px;
    background-image: url('../img/btn_shape.png');
	
}
.footer_row{
	margin-top: 80px;
}
.footer_links{
	list-style-type: none;
}
.footer_links li {
    display: inline-block;
    margin-right: 10px;
}
.footer_links a{
	color: var(--white);
	text-decoration:none
}
.mw-778{
	max-width: 778px;
}

/* Centered version of the standard button */
.btn-centered {
  display: inline-block;          /* prevents full-width stretch */
  margin: 0 auto;                 /* centers inside parent if block-level context */
  text-align: center;             /* centers text inside */
}
