/*
 Theme Name: Hello Elementor Child
 Theme URI: https://elementor.com/
 Description: Child theme for Hello Elementor
 Author: Your Name
 Author URI: https://yourwebsite.com
 Template: hello-elementor
 Version: 1.0.0
 Text Domain: hello-elementor-child
*/

/* Add your custom CSS below */

.custom-bullet-point {
	
}
.footer-custom-bullet-point {
    position: relative;
    padding-left: 15px; /* space for the bullet */
}

.footer-custom-bullet-point::before {
    content: "";
    position: absolute;
    left: -30%;
    top: 50%;
/*     transform: translateY(-50%); */
    width: 7px;
    height: 7px;
    background-color: #fff; /* change color as needed */
    border-radius: 50%; /* makes it circular */
}
/* Make menu items take only content width */
.nav-menus-footer-custom-cls .elementor-nav-menu > li {
    width: auto !important;
}

/* Ensure link wraps only text */
.nav-menus-footer-custom-cls .elementor-nav-menu a {
    display: inline-block;
    position: relative;
}

/* Custom underline pointer */
.nav-menus-footer-custom-cls .elementor-nav-menu a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px; /* adjust if needed */
    width: 0;
    height: 2px; /* pointer thickness */
    background-color: currentColor;
    transition: width 0.3s ease;
}

/* Hover + active state */
.nav-menus-footer-custom-cls .elementor-nav-menu a:hover::after,
.nav-menus-footer-custom-cls .elementor-nav-menu a.elementor-item-active::after {
    width: 100%;
}
.home-hero-span {
	color:#A9978B;
	font-family: Instrument Serif;
font-weight: 400;
font-style: Italic;
font-size: 70px;
line-height: 62px;
letter-spacing: -2px;
text-align: center;

}
.home-hero-span-sec img,
span img {
    vertical-align: middle;
    display: inline-block;
    width: auto;
}
.home-page-vedio-section {
/* 	max-height:444px; */
}

.about-span-t {
font-family: Instrument Serif;
font-weight: 400;
font-style: Italic;
font-size: 50px;
line-height: 46px;
letter-spacing: -2px;
color:#A9978B;
}
.our-services-head {
	max-width:355px !important;
}
.our-services-cards p.elementor-image-box-description {
    padding-top:9px;
}
.experties-head-text {
	max-width:375px !important;
}
.our-insigts-head {
	max-width:478px !important;
}
#what-client-say-h {
	max-width:370px !important;
}
.elevate_business_span {
font-family: Instrument Serif;
font-weight: 400;
font-style: Italic;
font-size: 60px;
line-height: 54px;
letter-spacing: -2px;
text-align: center;

}
.common-btn-clas-wrapper a:hover {
    padding:11px 20px 11px 20px !important;
    border:1px solid #4E6F82 !important;
    border-radius:200px !important;
}
.elevate-business-he {
	max-width:466px !important;
}
.ready-elevate-paragraph {
	max-width:438px !important;
}
.experties-imgbox-wrapp p.elementor-image-box-description {
    padding-top:11px;
}
.hero-section-head-wrapp {
	max-width:666px !important;
}

.custom-breadcrumb {
  text-align: center;
}

.custom-breadcrumb a,
.custom-breadcrumb span {
  font-family: "Google Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #A9978B;
  text-decoration: none;
}
.custom-breadcrumb .active {
	color:#fff;
}
.custom-breadcrumb .separator {
  margin: 0 6px;
}

.custom-breadcrumb a:hover {
  opacity: 0.8;
}
.gif-custom-class {
	width:89px !important;
	height:80px !important;
}

.custom-timeline {
  position: relative;
  max-width: 650px;
  margin: auto;
  padding-left: 40px;
}

/* MAIN FADED LINE */
.custom-timeline::before {
  content: "";
  position: absolute;
  left: 20px; /* PERFECT CENTER */
  top: 0;
  width: 1px;
  height: 100%;
  background: #FFFFFF4D;
}

/* ACTIVE WHITE LINE */
.custom-timeline::after {
  content: "";
  position: absolute;
  left: 20px;
  top: 0;
  width: 1px;
  height: 110px; 
  background: #FFFFFF;
  z-index: 1;
}

/* ITEMS */
.timeline-item {
  position: relative;
  padding-bottom: 100px;
	padding-left:10px;
}

/* DOT */
.timeline-item .dot {
  position: absolute;
  left: -33px; /* aligns EXACTLY with line */
/*   top: 10px; */
  width: 24px;
  height: 24px;
  background: #ffffff;
  border-radius: 50%;
  z-index: 2;
}

/* CONTENT */
.content {
  padding-left: 10px;
}

/* YEAR */
.content h3 {
  margin: 0 0 8px;
  font-family: "Google Sans", sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 32px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff;
}

/* TEXT */
.content p {
  margin: 0;
  font-family: "Google Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  opacity: 0.85;
}
/* STOP LINE BEFORE LAST DOT */
.custom-timeline::before {
  height: calc(100% - 40px);
}

/* FIX WHITE PROGRESS */
.custom-timeline::after {
  height: 200px; 
}

/* REMOVE EXTRA SPACE FROM LAST ITEM */
.timeline-item:last-child {
  padding-bottom: 0;
}

.industires-we-servier-b-sec {
	max-width:700px !important;
}
.list-item-custom-cls {
	padding-left:25px !important;
}
.list-item-custom-cls li {
	padding-bottom:11px !important;
}

/* Pagination Container */
.custom-pagination-clsss .elementor-pagination {
    display: flex;
    justify-content: center;
    gap: 5px;
}

/* All buttons */
.custom-pagination-clsss .elementor-pagination {
	padding-top:70px !important;
}
.custom-pagination-clsss .elementor-pagination a,
.custom-pagination-clsss .elementor-pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    height: 32px;
    border: 1px solid #ddd;
    background: #f9f9f9;
    color: #555;
    text-decoration: none;
    font-size: 14px;
    border-radius: 2px;
    transition: 0.2s;
}

/* Hover */
.custom-pagination-clsss .elementor-pagination a:hover {
    background: #eaeaea;
}

/* Active page (like your brown highlight) */
.custom-pagination-clsss .elementor-pagination .current {
    background: #b8a89a; /* adjust to your Figma color */
    color: #fff;
    border-color: #b8a89a;
}

/* Arrow buttons */
.custom-pagination-clsss .elementor-pagination .prev,
.elementor-pagination .next {
    font-weight: bold;
}

/* Ellipsis (...) */
.custom-pagination-clsss .elementor-pagination .dots {
    border: none;
    background: transparent;
}

.services-accordion {
    color: #fff;
    font-family: 'Google Sans', sans-serif;
}

/* REMOVE BORDER */
.accordion-item {
    padding: 30px 0;
}

/* HEADER */
.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.accordion-left {
    display: flex;
/*     align-items: center; */
    gap: 20px;
}

.accordion-number {
    font-family: Google Sans;
font-weight: 600;
font-style: SemiBold;
font-size: 14px;
line-height: 19px;
letter-spacing: 2px;
text-transform: uppercase;
	color:#A9978B;
}

/* TITLE */
.accordion-title {
   font-family: Google Sans;
font-weight: 600;
font-style: SemiBold;
font-size: 40px;
line-height: 33px;
letter-spacing: -2px;
margin:0px;
}

/* ICON BASE */
.accordion-icon {
    width: 43px;
    height: 43px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.accordion-icon span {
    position: absolute;
    font-size: 22px;
}

/* DEFAULT (PLUS) */
.accordion-item .accordion-icon {
    border: 1px solid #fff;
    background: transparent;
}

.icon-minus {
    display: none;
}

/* ACTIVE (MINUS) */
.accordion-item.active .accordion-icon {
    background: #A9978B;
    border: none;
}

.accordion-item.active .icon-plus {
    display: none;
}

.accordion-item.active .icon-minus {
    display: block;
}

/* CONTENT */
.accordion-content {
    display: none;
/*     margin-top: 20px; */
}

.accordion-subtitle {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
	margin:0px;
	padding-top:11px;
}

.accordion-line {
    display: block;
    margin: 44px auto;
}

.accordion-description {
    font-family: Google Sans;
	font-weight: 500;
	font-style: Medium;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0%;

}

/* DIVIDER LINE */
.accordion-divider {
    display: block;
    margin: 40px auto 0;
    opacity: 0.5;
}

/* GRID */
.sub-services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
	margin-top:40px;
}

.sub-service-card h3 {
    font-family: Google Sans;
font-weight: 600;
font-style: SemiBold;
font-size: 20px;
line-height: 100%;
letter-spacing: 0px;
vertical-align: middle;
	margin:0px;
}

.sub-desc {
 font-family: Google Sans;
font-weight: 500;
font-style: Medium;
font-size: 14px;
line-height: 22px;
letter-spacing: 0%;

}
.accordion-title-wrap {
    display: flex;
    flex-direction: column;
}
.sinle-pot-custom-cls {
	margin: 0px;
    padding-left: 25px;
}


.terms-custom-cls ul li span a {
	padding: 12px 20px 12px 20px;
    border: 1px solid #808080;
}
.single-post-descr-wrapper h2 {
font-family: Google Sans;
font-weight: 500;
font-size: 32px;
line-height: 34px;
letter-spacing: -1px;
    color:#050505
}

.single-post-descr-wrapper h3 {
font-family: Google Sans;
font-weight: 500;
font-size: 22px;
line-height: 34px;
letter-spacing: -1px;
    color:#050505
}

.shortcode-single-page-li-item {
	color: #808080;
    font-family: 'Google Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0px;
    padding-left: 20px;
}
.shortcode-single-page-li-item  li {
    margin-bottom: 5px;
}

.tech-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 59px;
}

.tech-card {
    text-align: center;
}

/* Image */
.tech-icon img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

/* Title */
.tech-title {
    margin-top: 28px;
    font-family: 'Google Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    color: #fff;
}
.tech-title h3 {
		margin:0px !important;

}
.tech-desc p {
	margin:0px !important;
}
/* Description */
.tech-desc {
    margin-top: 11px;
    font-family: 'Google Sans', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0%;
    text-align: center;
    color: #fff;
}

.custom-ul-cls {
	padding-left:20px;
}
.custom-ul-cls li {
	padding-bottom:15px;
	padding-left:7px;
}

/* ✅ Tablet */
@media (max-width: 1024px) {
    .tech-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

/* ✅ Mobile */
@media (max-width: 767px) {
    .tech-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
	.gif-custom-class {
		height:40px !important;
		width:45px !important;
	}
}

.case-study-bottom-banner {
	max-width:828px !important;
}

.contct-form-fiedl-custom-cls .ff-el-input--content input {
    border: 1px solid #00000033;
    border-radius:0px;
    color:#000000 !important;
    font-family: Google Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1%;
/* 	background:#F5F5F4; */
}
.contct-form-dropdown-custom-cls .ff-el-input--content select {
    border: 1px solid #00000033;
    border-radius:0px;
    background:#fff !important;
    
}
.contct-form-textarea-custom-cls .ff-el-input--content textarea {
	border: 1px solid #00000033;
    border-radius:0px;
/*     background:#fff !important; */
}
.contact-from-input-clsss .ff-el-input--content input {
	 border: 1px solid #00000033;
    border-radius:0px;
    color:#000000 !important;
    font-family: Google Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1%;
	background:#F5F5F4 !important;
}
.contct-f-textarea-custom-cls  .ff-el-input--content textarea {
	border: 1px solid #00000033;
    border-radius:0px;
    background:#F5F5F4 !important;
}
.custom-submit-form-btn-cls {
    background:#A9978B !important;
    border-radius:200px !important;
    padding:10px 21px 10px 21px !important;
    font-family: Google Sans !important;
    font-weight: 600 !important;
    font-style: SemiBold !important;
    font-size: 14px !important;
    line-height: 22px !important;
    letter-spacing: 0%;
	margin-top:17px !important;

}

.custom-submit-form-btn-cls:hover {
	background:#4E6E81 !important;
	
}
.contact-us-submit-btn  {
	background:#4E6E81 !important;
	 border-radius:200px !important;
    padding:10px 21px 10px 21px !important;
    font-family: Google Sans !important;
    font-weight: 600 !important;
    font-style: SemiBold !important;
    font-size: 14px !important;
    line-height: 22px !important;
    letter-spacing: 0%;
	margin-top:17px !important;
}

.contact-us-submit-btn:hover {
	background:#A9978B !important;
	
}
.custom-anchor-cls {
	color:#808080;
	font-family: Google Sans;
font-weight: 500;
font-style: Medium;
font-size: 14px;
line-height: 20px;
letter-spacing: 0%;
text-decoration: underline !important;
text-decoration-style: solid;
}
 

.contact-social-bullet::before {
    content: "";
    position: absolute;
    left: -30%;
    top: 50%;
    width: 7px;
    height: 7px;
    background-color: #050505 !important;
    border-radius: 50%;
}

.image-box-common-cls .elementor-image-box-wrapper {
	display: flex;
    align-items: center;
}
.image-box-common-cls .elementor-image-box-wrapper .elementor-image-box-content {
	padding-left:20px;
}

.services-cards-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.service-card {
    position: relative;
    background: #fff;
    padding: 25px 27px 27px 29px;
    border-radius: 6px;
    min-height: 200px;
}

/* Icon */


.card-icon img {
    width: 61px;
    height: 61px;
}

/* Step Number */
.step-number {
    position: absolute;
/*     top: 10px; */
    right: 15px;
    color: #4E6E81;
    font-family: 'Google Sans', sans-serif;
    font-weight: 600;
    font-size: 50px;
    line-height: 55px;
    letter-spacing: -0.5px;
	    opacity: 0.2;
}
.icon-step-number-wrapper {
	display:flex;
}
.card-desc p {
	margin:0px;
}
/* Heading */
.card-heading {
    display: block;
    margin-top: 40px;
    color: #050505;
    font-family: 'Google Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.5px;
}

/* Description */
.card-desc {
    display: block;
    margin-top: 9px;
    color: #808080;
    font-family: 'Google Sans', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}

/* Tablet */
@media (max-width: 992px) {
    .services-cards-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile */
@media (max-width: 600px) {
    .services-cards-wrapper {
        grid-template-columns: 1fr;
    }
	.gif-custom-class {
		height:40px !important;
		width:45px !important;
	}
}
/* RESPONSIVE */
@media (max-width: 992px) {
    .sub-services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
	
}

@media (max-width: 576px) {
    .sub-services-grid {
        grid-template-columns: 1fr;
    }
.gif-custom-class {
		height:40px !important;
		width:45px !important;
	}
    .accordion-title {
        font-size: 28px;
        line-height: 34px;
    }
}

	/* ===================== */
/* TABLET (≤ 1024px) */
/* ===================== */
@media (max-width: 1024px) {

  .custom-timeline {
    max-width: 100%;
    padding-left: 35px;
  }

  .custom-timeline::before,
  .custom-timeline::after {
    left: 18px;
  }

  .timeline-item {
    padding-bottom: 80px;
  }

  .timeline-item .dot {
    left: -28px;
    width: 20px;
    height: 20px;
  }

  .content h3 {
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 1.5px;
  }

  .content p {
    font-size: 13px;
    line-height: 18px;
  }

  /* adjust white progress */
  .custom-timeline::after {
    height: 180px;
  }
}


/* ===================== */
/* MOBILE (≤ 767px) */
/* ===================== */
@media (max-width: 767px) {

  .custom-timeline {
    padding-left: 30px;
  }

  .custom-timeline::before,
  .custom-timeline::after {
    left: 14px;
  }

  .timeline-item {
    padding-bottom: 60px;
  }

  .timeline-item .dot {
    left: -22px;
    width: 16px;
    height: 16px;
  }

  .content {
    padding-left: 5px;
  }

  .content h3 {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 1px;
  }

  .content p {
    font-size: 12px;
    line-height: 18px;
  }

  /* progress adjustment */
  .custom-timeline::after {
    height: 150px;
  }
}


/* ===================== */
/* SMALL MOBILE (≤ 480px) */
/* ===================== */
@media (max-width: 480px) {

  .custom-timeline {
    padding-left: 25px;
  }
	.gif-custom-class {
		height:40px !important;
		width:45px !important;
	}
  .custom-timeline::before,
  .custom-timeline::after {
    left: 12px;
  }

  .timeline-item {
    padding-bottom: 50px;
  }

  .timeline-item .dot {
    left: -18px;
    width: 12px;
    height: 12px;
  }

  .content h3 {
    font-size: 18px;
    line-height: 22px;
  }

  .content p {
    font-size: 11px;
    line-height: 16px;
  }

  /* progress adjustment */
  .custom-timeline::after {
    height: 130px;
  }
}
	
	
/* Mobile view */
@media (max-width: 767px) {
    .home-hero-span {
        font-size: 40px;
        line-height: 44px; /* optional: adjust for better spacing */
    }
	.about-span-t {
		font-size:28px;
		line-height:30px;
	}
	.testimonials-imgbox-wrapper .elementor-image-box-wrapper {
    display:flex;
    align-items:center;
	}
	.testimonials-msg-wrapper .elementor-image-box-wrapper {
		display:flex;
		flex-direction:row-reverse;
	}
	.experties-imgbox-wrapp .elementor-image-box-wrapper {
		display:flex;
		align-items:center;
		border:1px dashed #dddd;
		padding:10px;
		border-radius:20px;
	}
}

.testi-video-blur {
  position: relative;
}

.testi-video-blur video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.1;
  z-index: 0;
}

.testi-video-blur .content {
  position: relative;
  z-index: 1;
}
.hero-section-head-wrapp p {
	margin:0px;
}
 

.five-min-read-cir::before {
    content: "";
    position: absolute;
    left: -22%;
    top: 45%;
    /* transform: translateY(-50%); */
    width: 3px;
    height: 3px;
    background-color: #fff;
    border-radius: 50%;
}
.accordion-learn-more {
    text-align: center;
    padding-top: 40px;
}

.learn-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-family: 'Google Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    text-decoration: none;
    position: relative;
}

.learn-more-btn img {
    width: 14px;
    height: auto;
}

.learn-more-btn::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background: #fff;
}
/* Default */
.testimonials-msg-wrapper svg path {
    fill: #4E6F82;
    transition: fill 0.3s ease;
}

/* Treat middle card as active */
.swiper-slide-next .testimonials-msg-wrapper svg path {
    fill: #A9978B !important;
}



@media(max-width:992px){
	.business-icon .elementor-image-box-img{
		display:flex !important;
		justify-content:center;
	}
}



.odoo-erp-detail-sections {
    margin: 0 0 0 0;
}

.odoo-section {
    padding: 80px 0;
}

.odoo-section-inner {
    display: flex;
    align-items: center;
    gap: 60px;
    flex-wrap: wrap;
}

.odoo-image {
    flex: 1 1 45%;
    min-width: 300px;
}

.odoo-image img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.odoo-content {
    flex: 1 1 45%;
    min-width: 300px;
}

.odoo-content h2 {
   font-family: Google Sans;
font-weight: 600;
font-style: SemiBold;
font-size: 40px;
leading-trim: NONE;
line-height: 46px;
letter-spacing: -2px;
color:#050505;
	padding-bottom: 10px;
}

.subtitle {
    font-size: 1.3rem;
    color: #555;
    margin-bottom: 25px;
}

.description h3{
   font-family: Google Sans;
font-weight: 600;
font-style: Regular;
font-size: 20px;
leading-trim: NONE;
line-height: 20px;
letter-spacing: 0px;
color:#050505;
padding: 21px 0 10px 0;
}
.description p{
   font-family: Google Sans;
font-weight: 400;
font-style: Regular;
font-size: 14px;
leading-trim: NONE;
line-height: 20px;
letter-spacing: 0px;
color:#808080;
}
/* Alternating Layout */
.image-left .odoo-section-inner {
    flex-direction: row;
}
.image-left,.image-right{
	padding:40px 0 !important;
}
.image-right .odoo-section-inner {
    flex-direction: row-reverse;
}

/* Responsive */
@media (max-width: 992px) {
    .odoo-section-inner {
        flex-direction: column !important;
        
    }
    .odoo-image, .odoo-content {
        flex: 1 1 100%;
    }
}


.overview-badge{
	font-family: Google Sans;
font-weight: 600;
font-style: SemiBold;
font-size: 14px;
leading-trim: NONE;
line-height: 19px;
letter-spacing: 2px;
text-transform: uppercase;
	color:#A9978B;

}


.detail_sub_h h2{
	font-family: Google Sans;
font-weight: 600;
font-style: SemiBold;
font-size: 40px;
leading-trim: NONE;
line-height: 46px;
letter-spacing: -2px;
color:#050505;
padding-bottom: 15px;
}

.description ul{
	    padding: 15px 28px;
}
.description ul li {
	   line-height: 30px;
	color:#808080;
}


.footer_menu .elementor-nav-menu {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
	    align-items: start;
}


@media(max-width:992px){
	.odoo-erp-detail-sections{
		    padding: 0 10px;
	}
	.detail_sub_h{
		padding-left:10px !important;
		padding-right:10px !important;
	}
	.odoo-image{
		min-width:100% !important;
	}
	.odoo-content h2 {
            line-height: 35px;
    font-size: 30px;
    text-transform: capitalize !important;
}
	
}