body {
    font-family: "Manrope", sans-serif;
    color: #252525;
}
html {
  scroll-behavior: smooth;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Manrope", sans-serif;
}

a {
    text-decoration: none !important;
    outline: none !important;
}


/*======================
        HELPER
========================*/

.section {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    background-color: #fff;
}

.bg-overlay {
    position: absolute;
    background-color: rgb(0 0 0 / 8%);
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.bg-overlay-gradient{
    background: #396afc;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #2948ff, #396afc);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #2948ff, #396afc) !important; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.4;
}

.title h2 {
    margin-top: 10px;
}

span.title-border:before {
    left: 100%;
}

span.title-border:after {
    right: 100%;
}

span.title-border:before {
    content: "";
    background: #dadada;
    width: 45px;
    height: 1px;
    top: 9px;
    position: absolute;
}

span.title-border:after {
    content: "";
    background: #dadada;
    width: 45px;
    height: 1px;
    top: 9px;
    position: absolute;
}

span.title-border {
    padding: 0 8px;
    font-size: 18px;
    line-height: 18px;
    position: relative;
    display: inline-block;
}

.btn-rounded {
    border-radius: 30px;
}

.btn-custom {
    font-size: 15px;
    transition: all 0.4s;
    color: #fff !important;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.btn-custom.focus,
.btn-custom:active,
.btn-custom:focus,
.btn-custom:hover,
.open > .dropdown-toggle.btn-custom {
    box-shadow: none !important;
}

.btn-outline-custom {
    background-color: transparent;
    border: 1px solid #fff !important;
    transition: all 0.4s;
    color: #fff;
}

.btn-outline-custom:hover,
.btn-outline-custom:focus,
.btn-outline-custom:active,
.btn-outline-custom.active,
.btn-outline-custom.focus,
.btn-outline-custom:active,
.btn-outline-custom:focus,
.btn-outline-custom:hover,
.open > .dropdown-toggle.btn-outline-custom {
    background-color: #fff !important;
    border: 1px solid #fff !important;
    box-shadow: none !important;
    color: #000;
}

.btn {
    padding: 12px 25px;
    font-size: 14px;
    letter-spacing: 0.03px;
    font-weight: 700;
    text-transform: uppercase;
}

.vertical-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;  
    flex-direction: row;
    -webkit-flex-direction: row;
}

/*==========================
        HOME
============================*/

.bg-home {
    background-image: url('../images/home-bg.webp');
    background-size: cover;
    background-position: center center;
    height: 100vh;
}

.home-center {
    display: table;
    width: 100%;
    height: 100%;
}

.home-desc-center {
    display: table-cell;
    vertical-align: middle;
}

.home-title{
    font-size: 48px;
    line-height: 1.2;
    font-weight: 600;
}

.home-sub-title{
    font-size: 17px;
    line-height: 1.8;
    max-width: 600px;
}

.watch-video a span{
    font-size:16px;
    padding-left: 10px;
    position: relative;
    top: -5px;
}

.play-icon-circle {
    height: 64px;
    width: 64px;
    line-height: 64px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    color: #fff;
    font-size: 28px;
}

.play-btn-light{
    background-color: #fff !important;
    color: #6c77c0;
    mix-blend-mode: lighten;;
}

/*----------DEMO 2-----------*/
.home-height-half{
    padding: 220px 0 150px 0;
    height: auto;
}
/*----------DEMO 3-----------*/
.home-half{
    padding-bottom: 3px;
    padding-top: 125px;
    background-image: url('../images/home-bg.webp');
    background-size: cover;
    background-position: center center;
    position: relative;
}

.home-registration-form .form-title {
    font-size: 24px;
    font-weight: 600;
}

.home-registration-form .form-subtitle{
    line-height: 1.4;
    font-size: 18px;
}

.home-registration-form {
    border-radius: 3px;
    box-shadow: 0px 0px 3px 0px #000000;
}

.home-registration-form .registration-form label{
    font-size: 14px;
}

.home-subtitle-width-100{
    max-width: 100%;
}

.small-text {
    font-size: 14px;
}

.registration-input-box{
    border:none;
    border-radius:0px;
    color: #999;
    border-bottom: 1px solid #c5c5c5;
    box-shadow: none !important;
    padding-left: 0;
    padding-right: 0;
}

/*---------DEMO 6-----------*/
.back-slide{
    height: 100vh;
}

.search-form input {
    padding: 15px 20px;
    width: 100%;
    font-size: 17px;
    color: #4c5667 !important;
    border: none;
    outline: none !important;
    padding-right: 180px;
    padding-left: 30px;
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 30px;
}

.search-form button {
    position: absolute;
    top: 7px;
    right: 8px;
    outline: none !important;
    border-radius: 30px;
    font-size: 17px;
    padding: 9px 30px;
}

.search-form form {
    position: relative;
    max-width: 600px;
    margin: 0px auto;
}

/*--------DEMO 8-----------*/
.bg-gradient {
    background: -webkit-linear-gradient(#7474BF, #348AC7) !important;
    background: -moz-linear-gradient(#7474BF, #348AC7) !important;
    background: -ms-linear-gradient(#7474BF, #348AC7);
    background: -o-linear-gradient(#7474BF, #348AC7) !important;
    background: linear-gradient(#7474BF, #348AC7) !important;
}
.navbar-light{
    background-color: #fff;
    box-shadow: 0 10px 33px rgba(0,0,0,.1) !important;
}

.navbar-light .navigation-menu > li > a {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
    min-height: 62px;
}

.navbar-light .logo .logo-dark {
    display: inline-block !important;
}

.navbar-light .navigation-menu > li > a {
    color: #000 !important;
}
/*-----------DEMO 9----------*/
.bg-overlay-gredient {
    background: #000046;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #1CB5E0, #000046) ;  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #1CB5E0, #000046); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    opacity: 0.8;
}
/*----------DEMO 10-----------*/
.bg-video{
    height: 100vh;
    background-color: #000;
}
/*---------DEMO 11--------*/
.navbar-light.small {
    top: 0px !important;
    width: 100%;
}
/*--------DEMO 12----------*/
.slidero{
    position: relative;
    z-index: 1;
}
/*---------DEMO 13-----------*/
.main-slider .flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: rgba(255,255,255,0.8); 
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  box-shadow: none; 
}
.main-slider .flex-control-paging li a:hover { 
  background: #333;
  background: rgba(255,255,255,0.9);
}
.main-slider .flex-control-paging li a.flex-active { 
}
.main-slider .flex-control-nav {
    bottom: -50px;
    left: 0;
    right: 0;
    width: auto;
}
/*==========================
        FEATURES
============================*/

.features-desc h2{
    font-size: 28px;
    font-weight: 600;
    line-height: 38px;
}

.features-desc p{
    font-size: 15px;
}

.features-desc a{
    color: #000;
    transition: all 0.5s;
    font-size: 15px;
    font-weight: 600;
}

.features-desc a i{
    font-size: 16px;
    position: relative;
    top: 2px;
}



.features-border{
    height: 2px;
    width: 70px;
}

/*==========================
        CTA 
============================*/
.critarea-desc {
    font-size: 26px;
}
/*==========================
        SERVICES
============================*/

.service-box {
    border: 1px dotted #dddddd;
    border-radius: 3px;
    position: relative;
}

.service-left {
    float: left;
}

.service-box .service-icon {
    font-size: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.service-box .service-desc {
    margin-left: 25%;
}

.service-box .service-desc h4 {
    font-size: 18px;
    font-weight: 600;
}

.service-box .service-desc p {
    font-size: 14px;
}

/*=========================
    CLIENTS/TESTIMONIAL 
===========================*/

.testimonial-box h4 {
    line-height: 26px;
    font-style: italic;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.client-images img {
    max-height: 30px;
    width: auto !important;
    margin: 10px auto;
    opacity: 0.3;
    transition: all 0.5s;
}

.client-images img:hover {
    opacity: 0.6;
}

.client-images .owl-pagination{
    display: none;
}

.testi-work{
    font-size: 15px;
}

/*=========================
        TEAM
===========================*/
.team-box{
    border-radius: 7px;
    border: 1px dashed #ddd;
}

.team-box .team-desc .team-name{
    font-weight: 600;
}

.team-box .team-desc .team-work{
    font-size: 14px;
}

.team-social li a {
    color: #808083;
    transition: all 0.52s;
    border: 1px solid #ddd;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 12px;
    display: inline-block;
}

.team-social li a:hover{
    color: #fff;
}

/*=========================
        PRICING
===========================*/
.plan-price h6{
    font-weight: 600;
    font-size: 36px;
    height: 110px;
    width: 110px;
    line-height: 110px;
    display: inline-block;
    color: white;
    border-radius: 50%;
}

.plan-price h6 span{
    font-size: 16px;
}

.plan-title h5{
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 2px;
}


.plan-features p{
    color: #8e8e8e;
}

.pricing-box{
    border-radius: 8px;
    border:1px solid #e2e2e2;
}

/*==========================
        CONTACT US
============================*/

.form-sub-title {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 50px;
}

.form-control {
    margin-bottom: 14px;
    box-shadow: none !important;
    height: 44px;
}

textarea.form-control {
    height: auto;
}

.error {
    margin: 8px 0px;
    display: none;
    color: red;
}

#ajaxsuccess {
    font-size: 16px;
    width: 100%;
    display: none;
    clear: both;
    margin: 8px 0px;
}

.error_message {
    padding: 10px;
    background-color: rgba(244, 35, 103, 0.2);
    margin-bottom: 20px;
    text-align: center;
}

.contact-loader {
    display: none;
}

#success_page {
    text-align: center;
    margin-bottom: 50px;
}

#success_page h3 {
    color: #0dba26;
    font-size: 22px;
}

/*==========================
        FOOTER
============================*/

.company-sub-menu li a {
  color: #808080;
  font-size: 14px; 
  margin-bottom: 7px;
  display: inline-block;
  transition: all 0.5s;
}

.footer-title{
  font-size: 15px;
  font-weight: 700
}

.company-sub-menu li a:hover{
  text-decoration: none;
}

.contact-us p{
  color: #808080;
  font-size: 14px;
  margin-bottom: 7px;
}

.footer-icons li a{ 
    height: 35px;
    width: 35px;
    color: #808080;
    text-align: center;  
    border-radius: 20%;
    font-size: 16px;
    display: inline-block;
    line-height: 35px;  
    border-radius: 50%;
    border:1px solid #808080;  
    transition: all 0.5s;
}

.footer-icons li a:hover{
    color: #fff;
}

.footer-alt .copy-rights{
  margin: 0;
  line-height: 60px;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}

@media (max-width: 768px) {
    .service-box .service-desc {
        width: auto;
        margin-left: 0%;
    }
    .service-box .service-icon {
        top: -15px;
        position: relative;
        transform: none;
        left: 0;
    }
    .vertical-content{
        display: inherit;
    }
    .features-desc h2{
        font-size: 26px;
    }
    .home-title {
        font-size: 28px;
    }
    .home-sub-title {
        font-size: 14px;
    }
    .home-half {
        padding-bottom: 85px;
        padding-top: 120px;
    }
    .home-height-half{
        height: 100vh !important;
    }
    .navbar-light .logo {
        line-height: 0px !important;
        padding: 0px !important;
    }
}

/*==================================
STYLE SWITHER - Demo purpose only
==================================*/ 

#style-switcher div h3 {
  color: #ffffff;
  font-size: 16px;
  margin: 8px 3px 12px;
}
#style-switcher {
  background: none repeat scroll 0 0 #2b2424;
  box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.08);
  left: -189px;
  position: fixed;
  top: 17%;
  width: 189px;
  z-index: 9999;
  padding: 10px 5px;
}
#style-switcher div {
  padding: 5px 10px;
}
#style-switcher .bottom {
  background: none repeat scroll 0 0 #FFFFFF;
  color: #252525;
  padding: 0;
}
#style-switcher .bottom a.settings {
  background: none repeat scroll 0 0 #2b2424;
  box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.08);
  display: block;
  height: 41px;
  position: absolute;
  right: -40px;
  top: 0;
  width: 40px;
  padding: 3px;
}
#style-switcher .bottom a {
  text-decoration: none;
}

#style-switcher .bottom a.settings i {
  margin-left: 5px;
  color: #ffffff;
  font-size: 24px;
  position: absolute;
}

ul.pattern {
  list-style: none outside none;
  margin: 0 0 0px;
  overflow: hidden;
  padding:0;
  border-radius: 0px;
}
ul.pattern li {
  float: left;
  margin: 2px;
}
ul.pattern li a {
  cursor: pointer;
  display: block;
  height: 35px;
  width: 35px;
  border-radius: 0px 35px 0px 0;
  margin: 5px;
}
ul.pattern .color1 {
  background-color: #615fe6;
}
ul.pattern .color2 {
  background-color: #ff546c;
}
ul.pattern .color3 {
  background-color: #f2b31a;
}
ul.pattern .color4 {
  background-color: #31b164;
}
ul.pattern .color5 {
  background-color: #8060cf;
}
ul.pattern .color6 {
  background-color: #37b8df;
}
@media only screen and (max-width: 479px) {
  #style-switcher {
    display: none;
  }
}


.quote-box {
  background-color: #29487ac4; /* translucent dark blue */
  border-radius: 20px;
  backdrop-filter: blur(6px);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.quote-box .lead {
    font-size: 1.25rem;
    font-weight: 300;
    height: 95px;
}
.form-field {
  border-radius: 12px;
  padding: 10px 15px;
  border: none;
  background-color: #f8f9fa;
}

.form-field:focus {
  outline: none;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.6);
  background-color: #fff;
}

.btn-submit {
  background: linear-gradient(135deg, #00c6ff, #0072ff);
  border: none;
  padding: 10px 28px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  border-radius: 30px;
  transition: 0.3s ease-in-out;
}

.btn-submit:hover {
  background: linear-gradient(135deg, #0072ff, #00c6ff);
  box-shadow: 0 0 10px rgba(0, 114, 255, 0.5);
}
.bg-button{
	background-color: #7e98bf;
	border-radius: 50px;
	color:#fff;
	padding: 15px 11px;
	font-size: 17px;
	letter-spacing: 0px;
	font-weight: 600;
	line-height: 20px;
}

.bg-dark-blue {
  background-color: #1b3b6f;
}

.why-choose h2 {
  border-bottom: 2px solid #fff;
  display: inline-block;
  padding-bottom: 10px;
}

.img-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}

.img-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.6);
  color: #fff;
  font-size: 15px;
  padding: 9px 8px;
  text-align: left;
  height: 56px;
  line-height: 22px;
  justify-content: flex-start;
  display: flex;
  align-items: center;
}
.vertical-content h1 {
    font-size: 50px;
    margin-bottom: 2rem;
}
.vertical-content .lead {
    font-size: 24px;
    font-weight: 300;
}
.display-text{
	font-size: 55px;
	color: #325c99 !important;
	line-height: 59px;
	font-weight: 400;
	padding-left: 1rem;
}
.boxview{
    position: relative;
    top: -64px;
    margin-bottom: -120px;
}
.Why-Chooselist{
    padding-right: 3rem;
}
.Why-Chooselist li{
    margin-bottom: 10px;
}
.Why-Chooselist li span{
    font-size: 21px;
    line-height: 31px;
    font-weight: 300;
}

.a1-garnet-section {
  background-color: #fff;
}

.a1-garnet-section h2 {
    line-height: 55px;
}

.a1-garnet-section .subtitle {
  font-size: 25px;
  color: #4b6cb7 !important;
  display: inline-block;
  padding-bottom: 8px;
  text-align: center;
  letter-spacing: 0.31px;
  width: fit-content;
  font-weight: 700 !important;
  margin-left: 4px;
}

.experience-box {
  position: absolute;
  bottom: -8px;
  right: -30px;
  background: linear-gradient(135deg, #2b4e9c, #4b6cb7);
  color: #fff;
  padding: 35px 20px;
  border-radius: 0px 0 40% 0;
  text-align: center;
  width: 185px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
}

.experience-box h2 {
  font-size: 2.5rem;
  font-weight: bold;
}

.experience-box p {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 5px;
}
.withmax span{
    padding-top: 12px;
    font-size: 19px;
}

.industry-card {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0,0,0,0.15);
}

.industry-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overlay-text {
  position: absolute;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  color: #fff;
  padding: 15px;
  font-size: 1.2rem;
  font-weight: 500;
  width: 100%;
  text-align: left;
}
.text-primary{
	color:#193c6f !important;
}
.lead {
    font-size: 1rem !important;
    font-weight: 300  !important;
    line-height: 23px  !important;
}
.about-section {
  background: url('../images/banner-bg.webp') no-repeat center center;
  background-size: cover;
  color: #fff;
  position: relative;
}

.btn-quote {
  background: linear-gradient(90deg, #00bfff, #1e90ff);
  color: #001b4d;
  border-radius: 30px;
  padding: 0.6rem 1.5rem;
  font-size: 1rem;
}
.leads{
	 font-size: 1.3rem;
	 font-weight: 200;
}
.btn-quote:hover {
  color: white;
  background: linear-gradient(90deg, #1e90ff, #0077cc);
}

.info-bar {
  background: #1a3b62;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
}

.info-item .icon {
  width: 40px;
  height: 44px;
  object-fit: contain;
}
.display-texts-about{
    font-size: 55px;
    font-weight: 500 !important;
    margin-top: 25px;
}

.testimonials-section {
    padding: 60px 0;
}

.testimonial-card {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid #e0e0e0;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.rating .bi-star-fill {
    color: #ffc107; /* Yellow color for stars */
}

.testimonial-text {
    font-size: 19px;
    color: #000000;
    flex-grow: 1; /* Allows text to take available space */
    height: 100px;
}

.quote-icon {
    background-color: #3b5998; /* Blue color for the quote icon background */
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin-top: -25px; /* Pulls the icon up */
    margin-right: -10px;
}

.testimonial-divider {
    border-top: 1px solid #000000;
    position: relative;
    top: -37px;
    width: 80%;
}

.client-info {
    text-align: left;
    margin-top: -25px;
}

.client-name {
    font-weight: bold;
    color: #5d5959;
    margin-bottom: 0;
    font-size: 20px;
}

.client-company {
    color: #3b5998;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 27px;
}

.tech-specs-section {
    overflow-x: hidden; /* Prevents horizontal scrollbar */
}


/* "GARNET SIZES" Subtitle */
.garnet-sizes-subtitle {
    font-weight: bold;
    color: #333;
    font-size: 0.9rem;
}

/* Carousel container */
.garnet-carousel {
    gap: 15px;
}

/* Individual Garnet Item */
.garnet-item {
    padding: 10px;
}

/* Wrapper for circular image */
.garnet-image-wrapper {
    width: 160px;
    height: 160px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    background-color: #f0f0f0;
}

.garnet-image-wrapper img {
    max-width: 100%;
    height: auto;
}

/* Mesh Size Text (e.g., 20/40) */
.garnet-mesh-size {
    color: #007bff;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 5px;
    font-size: 1.2rem;
}

/* Download Link */
.download-link {
    background-color: #e9f5ff;
    color: #0c0c0d;
    padding: 6px 15px;
    border-radius: 20px;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.02rem;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.download-link i {
    background-color: #007bff;
    color: #fff;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
}

.download-link:hover {
    background-color: #d1e7ff;
    color: #0056b3;
}

/* Navigation Arrows */
.arrow-btn {
    background: transparent;
    border: none;
    color: #007bff;
    font-size: 2rem;
    cursor: pointer;
    padding: 0 10px;
}

/* Custom Quote CTA Button */
.btn-custom-quote {
    background: linear-gradient(to right, #00c6ff, #0072ff);
    color: white;
    font-weight: bold;
    padding: 12px 30px;
    border-radius: 30px;
    border: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 114, 255, 0.3);
}

.btn-custom-quote:hover {
    color: white;
    box-shadow: 0 6px 20px rgba(0, 114, 255, 0.5);
    transform: translateY(-2px);
}

.request-form-section{
	background: url('../images/request-bg.webp') no-repeat center center;
  background-size: cover;
  padding:120px 0px;
}

.site-footer {
    background-color: #ffffff;
    padding-top: 50px;
    padding-bottom: 20px;
    color: #333;
}

.footer-logo {
    max-width: 258px; /* Adjust size as needed */
}

.social-icons .social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    font-size: 21px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #605e5e;
    color: #555;
    margin-right: 10px;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
}

.social-icons .social-icon:hover {
    background-color: #0d6efd;
    color: #fff;
    border-color: #0d6efd;
}

.contact-info .company-name {
    font-size: 26px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0.25rem;
}

.contact-info .company-tagline {
    font-size: 21px;
    color: #010101;
    margin-bottom: 1.5rem;
    font-weight: 400;
}

.contact-list {
    padding-left: 0;
}

.contact-list li {
    display: flex;
    align-items: center;
    margin-bottom: 0.3rem;
    font-size: 1rem;
}

.contact-list li i {
    color: #4963ae; /* Blue icon color */
    margin-right: 15px;
    font-size: 1.4rem;
    font-weight: 500;
}

.contact-list li a {
    text-decoration: none;
    color: #333;
    transition: color 0.3s;
}

.contact-list li a:hover {
    color: #007bff;
}

.footer-divider {
    margin-top: 11px;
    margin-bottom: 20px;
    border-top: 2px solid #858585;
}

.copyright-text {
    font-size: 0.9rem;
    color: #555;
    margin-bottom: 0px;
}

/* Responsive adjustments for medium screens and below */
@media (max-width: 991.98px) {
    .contact-info {
        margin-top: 20px;
    }
}




.custom-radio-group {
  display: flex;
  gap: 30px;
}

.custom-radio {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.custom-radio input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.radio-btn {
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background: white;
  border: 2px solid black;
  display: inline-block;
  margin-right: 8px;
  position: relative;
  transition: all 0.3s ease;
}

.radio-btn::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #000000; /* Bootstrap Blue */
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

.custom-radio input[type="radio"]:checked ~ .radio-btn::after {
  opacity: 1;
}

.radio-label {
  color: white;
  font-size: 1rem;
}
.custom-select-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

.custom-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding: 10px 40px 10px 15px;
  border: none;
  border-radius: 10px;
  background-color: #f2f4f7;
  color: #333;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' fill='blue' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.646 6.646a.5.5 0 0 1 .708 0L8 9.293l2.646-2.647a.5.5 0 0 1 .708.708l-3 3a.5.5 0 0 1-.708 0l-3-3a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 18px;
}

.custom-select:focus {
  outline: none;
  box-shadow: 0 0 0 2px #007bff33;
}

.garnet-item .bi-download{
    background-color: #4861ad;
    color: #fff;
    font-weight: 500;
    padding: 5px 7px;
    border-radius: 50%;
}
.contact-info {
  font-family: 'Segoe UI', sans-serif;
  color: #000;
}

.contact-info .company-name {
  font-weight: 700;
  font-size: 23px;
  margin-bottom: 5px;
}

.contact-info .company-tagline {
  font-size: 20px;
  color: #555;
  margin-bottom: 15px;
}

.contact-list {
  padding-left: 0;
  margin: 0;
}

.contact-list li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 19px;
  font-weight: 400;
}

.contact-list img {
  width: 33px;
  height: 26px;
  margin-right: 10px;
  display: inline-block;
}

.contact-list a {
  color: #000;
  text-decoration: none;
}

.contact-list a:hover {
  text-decoration: underline;
}


@media (max-width: 575.98px) {
.vertical-content h1 {
    font-size: 23px !important;
    margin-bottom: 2rem;
}
.experience-box {
    position: absolute;
    bottom: -16px !important;
    right: 11px !important;
    background: linear-gradient(135deg, #2b4e9c, #4b6cb7);
    color: #fff;
    padding: 7px 0px!important;
    border-radius: 0px 0 40% 0;
    text-align: center;
    width: 101px!important;
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
}
.img-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 12px !important;
    padding: 9px 8px;
    text-align: left;
    height: 56px;
    line-height: 15px !important;
    justify-content: flex-start;
    display: flex;
    align-items: center;
}
.Why-Chooselist {
    padding-right: 0rem!important;
}
.why-choose .p-5{
	padding:1rem !important;
}
.logo .logo-dark {
	height: 60px;
}
.a1-garnet-section .ps-5 {
    padding-left: 0.5rem !important;
}
.display-texts-about {
    font-size: 33px !important;
    font-weight: 500 !important;
    margin-top: 25px;
}
.testimonial-text {
    font-size: 14px!important;
    color: #000000;
    flex-grow: 1;
    height: auto !important;
}
.client-company {
    color: #3b5998;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 18px !important;
}

}


#topnav {
    z-index: 1030;
    box-shadow:none;
    border: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    min-height: 62px;
    background: #061a311f;
}

#topnav .navigation-menu {
    float: right;
    list-style: none;
    margin: 0;
    padding: 0;
}

#topnav .navigation-menu > li {
    float: left;
    display: block;
    position: relative;
    margin: 0 5px;
}

#topnav .navigation-menu > li > a {
    display: block;
    font-size: 20px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 400;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    line-height: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

#topnav .navigation-menu > li .submenu li a i {
    margin-right: 10px;
    font-size: 14px;
}

#topnav .logo {
    float: left;
    line-height:65px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #fff;
    font-weight:700;
    letter-spacing: 1px;
    font-size: 24px;
}

.logo .logo-light {
  display: inline-block;
}

.darkheader .logo .logo-dark {
  display: inline-block;
  height: 50px;
}

.darkheader .logo .logo-light {
  display:none;
}

.logo .logo-dark {
  display: none;
}

#topnav .menu-extras {
    float: right;
}

.has-submenu {
    position: relative;
}

#topnav .navbar-toggle {
    border: 0;
    position: relative;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

#topnav .navbar-toggle .lines {
    width: 25px;
    display: block;
    position: relative;
    margin: 28px auto;
    height: 15px;
    right: 35px;
    top: 26px;
}

#topnav .navbar-toggle span {
    height: 2px;
    width: 100%;
    background-color: #ffffff;
    display: block;
    margin-bottom: 5px;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
}

#topnav .navbar-toggle span:last-child {
    margin-bottom: 0;
}

#topnav .navbar-toggle.open span {
    position: absolute;
}

#topnav .navbar-toggle.open span:first-child {
    top: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#topnav .navbar-toggle.open span:nth-child(2) {
    visibility: hidden;
}

#topnav .navbar-toggle.open span:last-child {
    width: 100%;
    top: 6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


#topnav .navbar-toggle:hover,
#topnav .navbar-toggle:focus,
#topnav .navigation-menu > li > a:hover,
#topnav .navigation-menu > li > a:focus {
    background-color: transparent;
}

.menu-arrow {
    border: solid #777777;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    right: 5px;
    top: 30px;
}

.submenu-arrow {
    border: solid #777777;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: absolute;
    right: 20px;
    top: 18px;
}

.darkheader {
    background-color: #fff !important;
    -moz-box-shadow: 0 10px 33px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 10px 33px rgba(0,0,0,.1);
    box-shadow: 0 10px 33px rgba(0,0,0,.1) !important;
}

.darkheader .navigation-menu > li > a {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
    color: #000 !important;
}

@media (min-width: 992px) {
    #topnav .navigation-menu > li > a {
        padding-top: 35px;
        padding-bottom: 35px;
        min-height: 62px;
    }
    #topnav .navigation-menu > li.last-elements .submenu {
        left: auto;
        right: 0;
    }
    #topnav .navigation-menu > li.last-elements .submenu > li.has-submenu .submenu {
        left: auto;
        right: 100%;
        margin-left: 0;
        margin-right: 10px;
    }
    #topnav .navigation-menu > li .submenu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        padding: 10px 0;
        list-style: none;
        min-width: 180px;
        visibility: hidden;
        opacity: 0;
        margin-top: 10px;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
        background-color: #ffffff;
        box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
    }
    #topnav .navigation-menu > li .submenu.megamenu {
        white-space: nowrap;
        width: auto;
    }
    #topnav .navigation-menu > li .submenu.megamenu > li {
        overflow: hidden;
        width: 180px;
        display: inline-block;
        vertical-align: top;
    }
    #topnav .navigation-menu > li .submenu > li .submenu {
        left: 100%;
        top: 0;
        margin-left: 10px;
        margin-top: -1px;
    }
    #topnav .navigation-menu > li .submenu li {
        position: relative;
    }
    #topnav .navigation-menu > li .submenu li ul {
        list-style: none;
        padding-left: 0;
        margin: 0;
    }
    #topnav .navigation-menu > li .submenu li a {
        display: block;
        padding: 10px 20px;
        clear: both;
        white-space: nowrap;
        font-size: 14px;
        letter-spacing: 0.03em;
        color: #7a7d84;
        transition: all 0.3s;
    }
    #topnav .navbar-toggle {
        display: none;
    }
    #topnav #navigation {
        display: block !important;
    }
    #topnav.scroll-active .navigation-menu > li > a {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    #topnav.scroll .navigation-menu > li > a {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #topnav.scroll {
        top: 0;
    }
}

@media (max-width: 991px) {
    .menu-arrow {
        top: 15px;
        right: 20px;
    }
    .submenu-arrow {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        position: absolute;
        right: 20px;
        top: 12px;
    }
    .logo {
        line-height: 0;;
    }

    .darkheader .logo{
        color: #fff !important;
    }

    #topnav .container {
        width: auto;
    }
    #topnav .navigation-menu {
        float: none;
        max-height: 400px;
    }
    #topnav .navigation-menu > li {
        float: none;
    }
    #topnav .navigation-menu > li > a {
        color: #28282e;
        padding: 10px 20px !important;
    }
    #topnav .navigation-menu > li > a:after {
        position: absolute;
        right: 15px;
    }
    #topnav .navigation-menu > li .submenu {
        display: none;
        list-style: none;
        padding-left: 20px;
        margin: 0;
    }
    #topnav .navigation-menu > li .submenu li a {
        display: block;
        padding: 6px 15px;
        clear: both;
        white-space: nowrap;
        font-size: 14px;
        letter-spacing: 0.03em;
        color: #7a7d84;
        transition: all 0.3s;
    }
    #topnav .navigation-menu > li .submenu.open {
        display: block;
    }
    #topnav .navigation-menu > li .submenu .submenu {
        display: none;
        list-style: none;
    }
    #topnav .navigation-menu > li .submenu .submenu.open {
        display: block;
    }
    #topnav .navigation-menu > li .submenu.megamenu > li > ul {
        list-style: none;
        padding-left: 0;
    }
    #topnav .navigation-menu > li .submenu.megamenu > li > ul > li > span {
        display: block;
        position: relative;
        padding: 10px 15px;
        text-transform: uppercase;
        font-size: 12px;
        letter-spacing: 2px;
        color: #7a7d84;
    }
    #topnav .navbar-toggle span {
        background-color: #000000;
    }
    #topnav .navbar-header {
        float: left;
    }
    #topnav .logo {
        padding: 23px 0;
    }
    #topnav .logo .logo-light {
        display: none;
    }
    #topnav .logo .logo-dark {
        display: block;
    }
    #navigation {
        position: absolute;
        top: 70px;
        left: 0;
        width: 100%;
        display: none;
        height: auto;
        padding-bottom: 0;
        overflow: auto;
        border-top: 1px solid #f0f0f0;
        border-bottom: 1px solid #f0f0f0;
        background-color: #ffffff;
    }
    #navigation.open {
        display: block;
        overflow-y: auto;
    }
}

@media (min-width: 768px) {
    #topnav .navigation-menu > li.has-submenu:hover > .submenu {
        visibility: visible;
        opacity: 1;
        margin-top: 0;
    }
    #topnav .navigation-menu > li.has-submenu:hover > .submenu > li.has-submenu:hover > .submenu {
        visibility: visible;
        opacity: 1;
        margin-left: 0;
        margin-right: 0;
    }
    .navbar-toggle {
        display: block;
    }
}

@media (max-width: 768px) {
    #topnav{
        background-color: #ffffff !important;
        box-shadow: 0 10px 33px rgba(0,0,0,.1) !important;
    }
    #topnav .logo{
        line-height: 70px !important;
    }
}








@media (max-width: 575.98px) { 
.bg-overlay {
    position: absolute;
    background-color: rgb(0 0 0 / 0%) !important;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.bg-button {
    background-color: #7e98bf;
    border-radius: 0px !important;
    color: #fff !important;
    padding: 11px !important;
    font-size: 22px !important;
    letter-spacing: 0px !important;
    font-weight: 600;
    line-height: 34px !important;
    width: 100%;
    display: flex;
}
.boxview {
    position: relative;
    top: 4px !important;
    margin-bottom: -98px !important;
    padding: 14px !important;
    right: 10px;
}
.Why-Chooselist li span {
    font-size: 15px;
    line-height: 23px;
    font-weight: 300;
}	
.lead {
    font-size: 1rem !important;
    font-weight: 300 !important;
    line-height: 23px !important;
}
.display-text {
    font-size: 28px;
    color: #325c99 !important;
    line-height: 34px!important;
    font-weight: 600;
    padding-left: 0.5rem!important;
}.a1-garnet-section h2 {
    line-height: 28px;
}
	.experience-box p {
    font-size: 0.5rem;
    line-height: 1.4;
    margin-top: 5px;
}
	.experience-box h2 {
    font-size: 1.5rem !important;
    font-weight: bold;
		margin-bottom:0px;
}
.withmax span {
    padding-top: 21px;
    font-size: 14px!important;
}
.a1-garnet-section .subtitle {
    font-size:18px !important;
    color: #4b6cb7 !important;
    display: inline-block;
    padding-bottom: 8px;
    text-align: center;
    letter-spacing: 0.31px;
    width: fit-content;
    font-weight: 700 !important;
    margin-left: 4px;
}
.pe-5 {
    padding-right: 0rem !important;
}
.garnet-sizes{
	text-align:center !important;
}

}

.bg-theme{
	background: #1a3b62;
    color: #fff;
}