:root {
    --main-color: #004AAD !important;
    --secondary-color: #759EDC !important;
    /* Fixed spelling */
    --font-size: 16px;
    --border-radius: 7px !important;
    --white-color: #fff !important;
    --black-color: black !important;
    --tg-theme-secondary: #004AAD !important;
    --tg-theme-primary: #004AAD !important;
}

.btn:hover {
    color: #fff !important;
}

.mr-t-b-60 {
    margin-top: 60px;
}

.all-e3l-btn {
    display: block;
    border-radius: 7px !important;
    padding: 12px 26px;
    border: 1px solid rgba(6, 35, 91, 0.19);
    background: #004AAD !important;
    font-size: 15px;
    color: #fff !important;
    font-weight: 600;
    line-height: 18px;
}

.all-e3l-btn:hover {
    background: #79A1DD !important;
    color: black !important;
}

.about__info-list-item i {
    border: 3px solid #fff !important;
    color: #fff !important;
}

.injectable:hover {
    color: #fff !important;
}

.role-btn-size {
    height: 350px;
    overflow: auto;
    padding: 15px 0px;
}

.hidden-content {
    display: none;
}

.skills-section {
    padding: 20px;
    padding-top: 100px;
}

.skill-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.benifits-card {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    background: var(--tg-common-color-white);
    border-radius: 10px;
    margin: 5px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 10px;
    width: 165px;
}

.benifits-card-icone {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--tg-heading-color);
    border-radius: 49%;
    font-size: 35px;
    margin-bottom: 10px;
}

.submit-form {
    padding: 17px 7%;
    border-left: 2px solid gainsboro;
}

.benifit-card-g2c {
    padding: 25px 23px 25px !important;
}

.e3l-g2c-icone {
    background: #e6f0ffb5;
    border-radius: 49%;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.role-section {
    background: #fff;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    padding: 7px;

}

.role-btn-box {
    border-radius: 10px;
    background: #004AAD !important;
    color: white !important;
    border: 1px solid gainsboro;
}

.role-btn-box:hover {
    background: white !important;
    color: #004AAD !important;
    border: 2px solid #004AAD;
}

.border-e3l {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

@media (max-width: 640px) {

    /* sm size in Tailwind */
    .unique-alert-box {
        top: 0;
        /* Moves it to the top */
        right: 0px;
        left: 0px;
        /* Removes the right position */
        width: 100%;
        /* Full width */
        justify-content: center;
        /* Centers content */
        border-radius: 0;
        /* Removes border-radius */
    }
}

/* Base styling for alert boxes */
.unique-alert-box {
    position: fixed;
    display: flex;
    border-radius: 5px;
    right: 56px;
    z-index: 999;
    top: 116px;
    align-items: center;
    padding: 13px 20px;
    border: 2px solid gainsboro;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    gap: 27px;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

/* When alert is shown (e.g., on page load or after session message is triggered) */
.unique-alert-box.show {
    opacity: 1;
    transform: translateY(0);
}

/* Close button styling */
.unique-close-btn {
    border: none;
    background: none;
    cursor: pointer;
}

/* Hover effect for close button */
.unique-alert-box .unique-close-btn:hover {
    color: #333;
}

/* Success alert styling */
.unique-success-alert {
    background: #fff;
}

.unique-success-alert span {
    border-radius: 49%;
    background: green;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
}

/* Error alert styling */
.unique-error-alert {
    background: #f8d7da;
    border-color: #f5c6cb;
}

.unique-error-alert span {
    border-radius: 49%;
    background: red;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
}

/* Transition for the alert box when closing */
.unique-alert-box.closing {
    opacity: 0;
    transform: translateY(-50px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}


/* Brand Home*/
/* Marquee styles */
.br-marquee-container {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

.br-marquee-content {
    display: inline-block;
    animation: br-marquee 20s linear infinite;
}

.br-marquee-content:hover {
    animation-play-state: paused;
}

.br-brand__item {
    display: inline-block;
    margin: 0 30px;
    vertical-align: middle;
    position: relative;
}

.br-brand__item img:last-child {
    position: absolute;
    top: -8px;
    right: -10px;
    width: 12px;
    height: 12px;
}

@keyframes br-marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* End Brand Home */


/* Fact Home */
/* Fact Area Styles */
/* .fact__area {
    padding: 60px 0;
    background: #f8f9fa;
  }
  
  .fact__item {
    text-align: center;
    padding: 30px 15px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    margin-bottom: 15px;
    height: 100%;
  }
  
  .fact__item .count {
    font-size: 42px;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 10px;
    line-height: 1;
  }
  
  .fact__item p {
    font-size: 16px;
    color: #4a5568;
    margin-bottom: 0;
  }
  
  .odometer {
    font-family: inherit;
  }
  
  /* Responsive adjustments */
/* @media (max-width: 991px) {
    .fact__item {
      padding: 20px 10px;
    }
    .fact__item .count {
      font-size: 32px;
    }
  }  */
.fact__item .count {
    font-size: 72px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
    line-height: 1;
}

/* Fact Home End */


/* Services */
.services {
    /* background-color: var(--gray); */
    padding-bottom: 51px;
    padding-top: 19px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(325px, 1fr));
    gap: 30px;
}

.service-card {
    background-color: var(--white);
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.service-card i {
    font-size: 3rem;
    color: #0066cc;
    margin-bottom: 20px;
}

.service-card h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: var(--black);
}

.service-card p {
    color: var(--dark-gray);
}

.section-pt-20 {
    padding-top: 50px;
}

/* End Services */


/* Project Css Start */
.pro-section-title {
    text-align: center;
    margin: 60px 0 40px;
    color: #004080;
  }
  
  .pro-section-title h2 {
    font-size: 36px;
    margin-bottom: 15px;
  }
  
  .pro-section-title p {
    color: black;
    max-width: 700px;
    margin: 0 auto;
  }
  
  .pro-projects-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 30px;
    margin-bottom: 60px;
  }
  
  .pro-project-card {
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
  }
  
  .pro-project-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 102, 204, 0.2);
  }
  
  .pro-project-img {
    height: 220px;
    overflow: hidden;
  }
  
  .pro-project-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
  }
  
  .pro-project-card:hover .pro-project-img img {
    transform: scale(1.05);
  }
  
  .pro-project-info {
    padding: 25px;
  }
  
  .pro-project-info h3 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #004080;
  }
  
  .pro-project-info p {
    color: #222222;
    margin-bottom: 15px;
  }
  
  .pro-project-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
  }
  
  .pro-project-tags span {
    background-color: #e6f2ff;
    color: #0066cc;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
  }
  
  .pro-btn {
    display: inline-block;
    background-color: #0066cc;
    color: #ffffff;
    padding: 10px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.3s;
  }
  
  .pro-btn:hover {
    background-color: #004080;
  }
  
  .pro-social-icons a {
    display: inline-block;
    margin-right: 15px;
    font-size: 20px;
  }
  
  @media (max-width: 768px) {
    .pro-projects-grid {
      grid-template-columns: 1fr;
    }
    
    .pro-nav-links {
      display: none;
    }
    
    .pro-hero h1 {
      font-size: 32px;
    }
  } 

/* Project Css End */

/* Register collage  */
.steps-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.step-box {
    width: 85%;
    background-color: #eaeaea;
    padding: 15px 20px;
    margin: 10px 0;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    font-weight: 500;
    color: #333;
    position: relative;
}

.arrow {
  
    color: #555;

}

.image-container {
    overflow-y: auto;
    height: 100%;
}

.image-container h2 {
    font-size: 26px;
}

@media (max-width: 768px) {
    .step-box {
        width: 95%;
        font-size: 14px;
        padding: 10px 15px;
    }

    .image-container h2 {
        font-size: 22px;
    }
}


.step-box {
    background: #fff;
    padding: 10px 15px;
    margin: 15px 0;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    width: 100%;
    gap: 15px;
}

.icon-circle {
    width: 40px;
    height: 40px;
    background-color: #e0f0ff; /* Light blue background */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.icon-circle i {
    color: #0045ab; /* Blue color icons */
    font-size: 18px;
}

.arrow {
    text-align: center;
    font-size: 24px;
    color: #0045ab;
}

.steps-container {
    max-width: 450px;
}
.crl-p {
    margin: 0;
    color: #333;
    font-weight: 500;
}
 .account__form .new-design label {
       font-size: 16px;
       font-weight: 39;

} 
/* End Regiter collage  */


/* Robotic Labs */

.hero-section {
	background: linear-gradient(135deg, #004a99, #0066cc);
	color: #ffffff;
	padding: 5rem 0;
	position: relative;
	overflow: hidden;
}

.hero-section::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('https://images.unsplash.com/photo-1620712943543-bcc4688e7485?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1080&q=80') center/cover;
	opacity: 0.15;
	z-index: 0;
}

.hero-content {
	position: relative;
	z-index: 1;
}

.section-title {
	color: #004a99;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 30px;
	font-weight: 700;
}

.section-title::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 80px;
	height: 3px;
	background: #0066cc;
}

.feature-card {
	border: none;
	border-radius: 10px;
	overflow: hidden;
	transition: all 0.3s ease;
	height: 100%;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.feature-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 15px 30px rgba(0, 102, 204, 0.2);
}

.feature-icon {
	font-size: 2.5rem;
	color: #0066cc;
	margin-bottom: 1rem;
}

.request-form-section {
	background: #f8f9fa;
	padding: 5rem 0;
}

.form-card {
	border: none;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.form-header {
	background: linear-gradient(135deg, #004a99, #0066cc);
	color: #ffffff;
	padding: 1.5rem;
}

.form-body {
	padding: 2rem;
	background: #ffffff;
}

.btn-primary-custom {
	background-color: #0066cc;
	border-color: #0066cc;
	padding: 0.75rem 2rem;
	font-weight: 600;
	transition: all 0.3s;
}

.btn-primary-custom:hover {
	background-color: #004a99;
	border-color: #004a99;
	transform: translateY(-2px);
}

.testimonial-card {
	border: none;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	height: 100%;
}

.testimonial-card .card-body {
	padding: 2rem;
}

.stars {
	color: #ffc107;
	margin-bottom: 1rem;
}

.testimonial-img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	object-fit: cover;
	border: 3px solid #0066cc;
}

.faq-section {
	padding: 5rem 0;
	background: #ffffff;
}

.accordion-item {
	border: none;
	margin-bottom: 1rem;
	border-radius: 10px !important;
	overflow: hidden;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.accordion-button {
	background-color: #e6f2ff;
	color: #212529;
	font-weight: 600;
	padding: 1.25rem;
}

.accordion-button:not(.collapsed) {
	background-color: #0066cc;
	color: #ffffff;
}

.accordion-button:focus {
	box-shadow: none;
	border-color: rgba(0, 102, 204, 0.25);
}

.cta-section {
	background: linear-gradient(135deg, #004a99, #0066cc);
	color: #ffffff;
	padding: 4rem 0;
	text-align: center;
}

.cta-btn {
	background-color: #ffffff;
	color: #0066cc;
	font-weight: 600;
	padding: 0.75rem 2.5rem;
	margin-top: 1.5rem;
	transition: all 0.3s;
}

.cta-btn:hover {
	background-color: rgba(255, 255, 255, 0.9);
	color: #004a99;
	transform: translateY(-2px);
}

/* End robotic lab */