@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* poppins  */
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --primary: #f20001;
    --white: #fff;
    --black: #000;
}

body {
    margin: 0;
    padding: 0 !important;
    font-family: "Barlow", sans-serif;
    font-family: "Poppins", sans-serif;
    scroll-behavior: smooth;
    overflow: inherit !important;
}

input[type="text"], input[type="email"], input[type="number"], input[type="tel"], input[type="date"], textarea, select, label {
    color: #000;
    font-size: 14px;
    line-height: normal;
    width: 100%;
    outline: 0;
    font-family: "Poppins", sans-serif;
    border: 1px solid #c1c1c17d;
    margin: 0px 0 8px;
    border-radius: 6px;
    padding: 14px;
    font-weight: 400;
    letter-spacing: .5px;
    background: #fdfdfd00;
}
::placeholder {
  color: #000;
  font-weight:400;
}

select,
input[type="date"] {
    padding: 14px 17px;
}
input[type="submit"] {
    color: var(--white);
    background: var(--primary);
    text-transform: uppercase;
    border: none;
    font-size: 14.5px;
    border: 0;
    outline: none;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    padding: 13px 20px;
    letter-spacing: 1px;
    border-radius: 2px;
    line-height: normal;
    width: 100%;
}
input[type="submit"]:hover {
    background: var(--primary);
    color: var(--black);
    transition: 0.8s;
}

textarea {
    height: 100px;
    margin-bottom: 5px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px 0;
    font-family: "Barlow", sans-serif;
    color: #050A15;
    font-weight: 500;
    text-transform: inherit;
    line-height: normal;
}

h1 {
    font-size: 28px
}

h2 {
    font-size: 24px
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 16px
}
p {
    padding: 0;
    margin: 0 0 10px 0;
    font-family: "Poppins", sans-serif;
    color: #000000d1;
    font-size: 14.7px;
    line-height: 28px;
    font-weight: 400;
}

ul,
li,
a {
    list-style-type: none;
    font-family: "Poppins", sans-serif;
    color: #222;
    line-height: 24px;
    font-size: 15px;
}

a:hover {
    transition: 0.8s;
    text-decoration: none;
}
.heading, .leftheading {
    font-size: 45px;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 35px;
    letter-spacing:1px;
}
.leftheading {
    margin-bottom:30px;
}
.heading {
    text-align: center;
}
.subheading {
    color: var(--primary);
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 10px;
    text-align: center;
    position: relative;
}

/* TOPBAR */
.topbar {
    background: var(--black);
    padding: 8px 0;
}
.smoicons li a {
    background: #fdb61424;
    height: 35px;
    width: 35px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-right: 5px;
    border-radius: 5px;
}
.smoicons li:last-child a {
    margin-right: 0;
}
.top-contact {
    column-gap: 15px;
}
.top-contact i {
    color: transparent !important;
    -webkit-text-stroke: 1px #fff;
    background: #ffffff36;
    height: 35px;
    width: 35px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 14px;
}
.top-contact span {
    color: white !important;
}
.top-contact p a {
    color: var(--white);
    font-size: 14px;
}

.top-contact p:not(:last-child)::after {
    content: "";
    display: inline-block;
    border-left: 1px solid #ccc;
    height: 20px;
    margin: 0 15px;
    vertical-align: middle;
}

/* Header */
.logo {
    position: relative;
    z-index: 99;
}

.mainmenu {
    background: #fff;
}
header {
    position: relative;
    top: 0;
    background: #f5f5f5;
}
header .row {align-items: center;}
header img {
    width: 150px;
}
header .col-sm-8 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.headercnt {
    display: flex;
    align-items: center;
    column-gap: 15px;
}
.headercnt h4 {
    font-size: 17px;
    margin: 0;
}
.headercnt h4 span {
    display: block;
}
.headercnt i {
    font-size: 35px;
    color: var(--primary);
}
.mainmenu .btn-primary {margin-left: 10px;}
.btn-primary {
    color: #fff !important;
    position: relative;
    z-index: 0;
    background: linear-gradient(
176deg, var(--primary), #000) !important;
    border: unset !important;
    padding: 15px 30px !important;
    letter-spacing: 1px;
}

/* SLIDER SECTION CSS */

.mainslider figure {
    height: 600px;
    overflow: hidden;
    z-index: -1;
}
.slider-btn img {
    width: 50px;
}
button.carousel-control-next img {
    width: 44px;
}
.mainslider figure img {
    height: 600px !important;
    width: 100% !important;
    object-fit: cover;
    filter: brightness(0.7);
    animation: scale 12s linear infinite alternate;
}
@keyframes scale {
0% {
    transform: scale(1.0);
}
100% {
    transform: scale(1.3);
}
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    background: unset !important;
}
button.carousel-control-prev {
    top: 50% !important;
    left: 20px !important;
}
button.carousel-control-next {
    top: 50% !important;
    right: 20px !important;
}
.carousel-caption {
    left: 50% !important;
}
.carousel-content span {
    color: #fff;
    font-size: 21px;
    margin-bottom: 15px;
    display: block;
    letter-spacing: 2px;
    position:relative;
}
.carousel-content h2 {
    color: var(--white);
    font-size: 60px;
    width: 65%;
    line-height: 76px;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 0 auto 15px;
}
.mainmenu {
    padding: 10px 0;
}
.carousel-content p {
    color: var(--white);
    width: 45%;
    margin: 0 auto 15px;
    font-size: 18px;
    line-height: 35px;
}
.mainmenu a.btn.btn-primary {
    background: var(--primary);
    color: #fff;
    padding: 13px 35px !important;
    font-size: 14px;
}

/* about us page  */

.aboutus-content {
    padding-left: 40px;
}
.aboutus-content p {
    line-height: 30px !important;
}
.aboutus figure.aboutus-img img {
    width: 100%;
    object-fit: contain;
    border-radius: 6px;
    height: 100%;
}
.aboutus {
    padding: 60px 0;
}
.aboutus-content .btn-primary {
    padding: 10px 30px !important;
}
.aboutus .leftheading {
    margin-bottom: 15px;
    font-size: 35px;
    line-height: 50px;
    text-transform: capitalize;
    font-weight: 600;
    color: var(--black);
    letter-spacing: 1px;
}
.aboutus-content h5 {
    background: #005bac17;
    display: inline-block;
    padding: 10px 35px 6px;
    border-radius: 50px;
    font-size: 17px;
    border-bottom: 2px solid var(--primary);
    margin-bottom: 15px;
    letter-spacing: 2px;
    font-weight: 600;
}
.aboutus-content h5 i {
    transform: rotate(322deg);
    color: var(--primary);
    font-size: 16px;
}
.aboutus .leftheading span {
    color: var(--primary);
}
.softsrvcs img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.softsrvcs ul li {
    margin-bottom: 14px;
    position: relative;
    padding-left:22px;
}
.softsrvcs ul li:after {
    position: absolute;
    content: '';
    top: 8px;
    left: 0;
    height: 8px;
    width: 8px;
    background: var(--primary);
    border-radius: 50%;
    outline: 1px solid var(--primary);
    outline-offset: 2px;
}
.softsrvcs-content {
    padding-left: 30px;
}
/* Services section  */
.service {
    background-image: url(../images/Servicesbg.webp);
    padding: 50px 0;
    background-position: center;
    background-size: cover;
}
#pills-tab {
    column-gap: 60px;
    margin-top: 0px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background: linear-gradient(
179deg, var(--primary), #000) !important;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 15px 40px;
    border: unset !important;
}

.nav-link {
    border: 1px solid #00000021 !important;
    padding: 15px 40px;
    background: #fff !important;
}
.service-item {
    margin-top: 40px;
    background: var(--white);
    height: 410px !important;
    padding: 12px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #06630f21;
}
.service-item img {
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 15px;
}
.service-info h3 {
    font-weight: 500;
    font-size: 25px;
    margin-bottom: 20px !important;
}
.service-info p {
    margin-top: 10px !important;
    display: block;
}
.service-info .btn {
    padding: 10px 20px !important;
}

/* core values section  */
.corevalues {
    background-position: center;
    padding: 50px 0 60px;
    text-align: center;
    background-size: cover;
    background-attachment: fixed;
}
.corevalues ul {
    column-gap: 10px;
}
.corevalues ul li {
    width: 33%;
}
.aboutvalues {
    background: #ffffff12;
    padding: 30px 12px 15px;
    border-radius: 6px;
    box-shadow: inset 0 0 10px 0px #003f8445;
}
.aboutvalues figure {
    height: 80px;
    width: 80px;
    background: var(--primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}
.aboutvalues h3 {
    font-size: 20px;
    line-height: 30px;
}
.aboutvalues figure img {
    width: 55px;
}
.aboutvalues h3 {
    font-size: 23px;
}


/* contact us  section  */
.contacts iframe {
    height: 500px;
    border-radius: 10px;
}
.contacts {
    background: linear-gradient(45deg, #000000, #00000045), url(../images/timeline-bg.jpg);
    padding: 50px 0;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.contacts form {
    background: #ffffff2e;
    padding: 20px;
    border-radius: 10px;
}
.mapdetails {
    background: #f9f9f9;
    padding: 50px 0;
}
form.wpcf7-form.init {
    background: #fff;
    padding: 16px;
    border-radius: 10px;
    box-shadow: 0 0 10px 0px rgba(0,0,0,0.1);
}


/* career page css */

.wpcf7 input[type="file"] {
    cursor: pointer;
    margin-bottom: 15px;
}
.secondary-container.career img {
    border-radius: 6px;
    height: 486px;
    object-fit: cover;
}

/* details page css starts  */
.secondary-container {
    padding: 60px 0;
}
/* target industries section  */
.industries {
    background: #f9f9f9;
    padding: 50px 0;
    margin-top: 60px;
}
.about-industries figure{
position:relative;
overflow:hidden;
border-radius:10px;
transition:all .5s ease-in-out;
}

.about-industries img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    filter:brightness(0.7);
	transition:all .5s ease-in-out;
}
.about-industries:hover figure img{
 transform:scale(1.1);
transition:all .5s ease-in-out;
filter: brightness(1);
}

.about-industries h3 {
    position: absolute;
    bottom: 0;
    margin: 0;
    text-align: center;
    width: 100%;
    padding: 10px 15px 20px;
    color: #fff;
    background: linear-gradient(177deg, transparent 29%, #070700cf 89%);
}
.industries .row{
row-gap:20px;
}

/* expertise section  */
.expertise {
    background: linear-gradient(45deg, black, #0000004a), url(../images/expertisebg.webp);
    padding: 50px 0;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    margin-top:30px;
}
.expertise-item {
    background: #ffffff14;
    height: 180px !important;
    border-radius: 10px;
    border-bottom: 2px solid var(--primary);
    text-align: center;
    padding: 20px 0;
}
.expertise-item figure {
    height: 75px;
    width: 75px;
    background: linear-gradient(45deg, var(--primary), var(--secondary));
    border-radius: 50%;
    margin: 0 auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.expertise-item figure img {
    width: 55px;
}
.expertise-item h3 {
    color: #fff;
}

/* services details page  */
.civilservices img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
}
.about-civil-details figure{
 overflow:hidden;
border-radius:10px;
}

.about-civil-details img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}
.civildetails {
    background: #0dd6200d;
    padding: 50px 0;
    margin-top: 60px;
}
.civildetails .row {
    row-gap: 20px;
}
.about-civil-details {
    height: 100%;
    background: #fff;
    border-radius: 0 0 10px 10px;
}
.about-civil-details h3 {
    font-size: 26px;
    font-weight: 500;
}
.civil-info {
    padding: 20px 12px;
}
.civil-info ul {
    display: flex;
    flex-wrap: wrap;
}
.civil-info ul li {
    width: 50%;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
}
.civil-info ul li:before {
    position: absolute;
    content: "\f0a4";
    font-family: 'Font Awesome 5 Free';
    left: 0;
    font-weight: 600;
    font-size: 15px;
    color:var(--primary);
}
.mepdetails {
    margin-top: 60px;
    background: #f9f9f9;
    padding: 60px 0 35px;
}
.mepdetails .row {
    background: #0dd62008;
    padding: 15px;
    border-radius: 10px;
    border: 1px dashed #0dd62063;
    margin-bottom: 25px;
}
.mepdetails .leftheading {
    margin-bottom: 25px;
}
img.w-100.sustainability_img {
    border-radius: 14px !important;
    height: 386px;
    object-fit: cover;
}
.detailsdesc ul li {
    margin-bottom: 8px;
    padding-left: 30px;
    position: relative;
	width:50%;
}
.detailsdesc ul li:before {
    position: absolute;
    content: "\f0a4";
    font-family: 'Font Awesome 5 Free';
    left: 0;
    font-weight: 600;
    font-size: 15px;
    color:var(--primary);
}
.detailsdesc ul {
    display: flex;
    flex-wrap: wrap;
    margin:15px 0 0;
}
.detailsdesc h4 {
    position: relative;
    padding-left:30px;
}
.detailsdesc h4:after {
    position: absolute;
    content: '';
    top: 8px;
    left: 0;
    background: var(--primary);
    border-radius: 50%;
    height: 8px;
    width: 8px;
    outline: 1px solid #0dd620;
    outline-offset: 5px;
}
.mepdetails img {
    border-radius: 10px;
    height: 430px;
    object-fit: cover;
}
.mepdetails .row:nth-child(odd) {
    flex-direction: row-reverse;
}
.detailsdesc h4 {
    font-weight: 500;
    font-size: 20px;
}
.page-id-3263 .client {
    background: unset !important;
}
.page-id-3263 .client .row{
 row-gap:20px;
  justify-content:center;
}

/* contact us page  */
.contactus_details {
    background: #af000017;
    padding: 20px 12px;
    border-radius: 8px;
    text-align: center;
    margin-bottom: 50px;
    box-shadow: inset 0 0 10px #b0000130;
}
.contactus_details i {
    height: 50px;
    width: 50px;
    background: linear-gradient(45deg, var(--primary), var(--black));
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
    margin-bottom: 12px;
}
.contactus_details a {
    color: #000;
    margin-top: 10px;
    display: block;
}
.contact-form .google-map iframe {
    width: 100%;
    border-radius: 10px;
}


/* footer section  */
footer {
    background: #000;
}
.footerlogo {
    margin-bottom: 20px;
}
.footerlogo img {
    width: 212px;
    height: 60px;
    object-fit: cover;
    margin-left: -32px;
}
footer .border-start {
    border-left: 1px solid #dee2e640!important;
}
a.footer-logo{
	width:100%;
	background: var(--white);
	height:100%;
	display:flex;
	align-items:center;
	justify-content:center;
}
footer a.footer-logo img {
    width: 200px;
    padding: 2px 19px;
    margin-bottom: 0px;
}
footer .col-sm-4 {
    padding: 50px 30px;
}
footer h3 {
    color: var(--white);
    position: relative;
    width: fit-content;
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: .5px;
    font-family: poppins;
}
footer h3:after, footer h3:before {
    background: #fff;
    position: absolute;
    content: "";
    height: 2px;
    width: 15px;
    bottom: 0;
    left: 0;
}
footer h3:before {
    width: 35px;
    left: 20px;
    background: var(--primary);
}
footer a, footer ul li {
    color: #efefef;
    transition: 0.5s ease-in-out;
    font-size: 14.5px;
}
footer a:hover {
    color: var(--primary);
}
footer i{
    font-size: 13px;
    margin-right: 6px;
}
footer p {
    margin-bottom: 0;
    color: #efefef;
    font-weight: 300;
    font-size: 15px;
}
footer .ftr-link img {
    width: 160px;
    margin: 0 auto;
    display: block;
}
footer .supporter {
    background: var(--white);
    padding: 15px;
    border-radius: 6px;
}
.ftricons {
    margin-top: 15px;
    column-gap: 5px;
}
.ftricons li i {
    color: #fff;
    font-size: 14px;
    background: #ffffff00;
    width: 36px;
    height: 36px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    border: 1px solid #fdb61442;
}
.ftr-link li {
    padding-left: 15px;
    position: relative;
    margin-bottom: 12px;
}
footer ul.hours li{
 line-height: 26px;	
}
.ftr-link li:before {
    position: absolute;
    content: "\f0da";
    font-family: 'Font Awesome 5 Free';
    left: 0;
    font-weight: 600;
    font-size: 15px;
   
}
.ftr-contact {
    display: flex;
    column-gap: 20px;
    border-bottom: 1px solid #ffffff1f;
    padding-bottom: 25px;
}
.ftr-contact li {
    width: 33.333%;
    border: 1px solid #ffffff21;
    padding: 15px;
    background: #0000003d;
    text-align: center;
    border-radius: 6px;
}
.ftr-contact li i {
    color: var(--white);
    font-size: 16px;
    background: #ffffff1f;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 13px;
}
.ftr-contact li h4 {
    font-size: 18px;
    color: var(--white);
    margin: 18px 0 5px;
    font-weight: 600;
}
footer .col-lg-4 {
    padding:50px 0 40px;
}
footer .col-lg-3 {
     padding:80px 0 40px;
}
footer .col-lg-2 {
    padding:80px 0 40px;
}
footer .col-lg-3:last-child {
    border-right: unset;
    padding-left: 35px;
}
.ftrcontact li:before {
	display:none;
}
.ftrcontact li {
    padding: 0;
    display: flex;
    align-items: center;
    column-gap: 10px;
	 padding: 0;
	margin-bottom:15px;
}
.ftrcontact li a {
    font-size: 15px;
}
.ftrcontact li a span {
    font-size: 15px;
}
.ftrcontact li i {
    font-size: 15px;
    margin: 0;
    height: 35px;
    width: 35px;
    background: #0dd62026;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.ftr-newsletter input[type="submit"] {
    width: 100%;
    margin-top: 5px;
}
.copyright {
    padding: 15px 0;
    border-top: 1px solid #ffffff12;
    background: #f2000121;
}
.copyright .row {
    align-items: center;
}
.copyright p {
    margin: 0 !important;
    color: var(--white);
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 300;
}
.copyright p a {
    color: var(--white);
    font-weight: 400;
    text-decoration: underline;
    text-underline-offset: 4px;
}

footer ul.socialicon li a {
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #c98d830f;
    width: 40px;
    height: 40px;
    color: var(--secondary);
    transition: .5s;
    margin-right: 5px;
    backdrop-filter: blur(2px);
    border-radius: 50%;
}
#GoToTop {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 99;
    padding: 0;
    width: 45px;
    height: 47px;
    color: var(--primary);
    text-align: center;
    padding-top: 10px;
    font-size: 20px;
    border: 2px solid #ff0000;
    border-radius: 8px;
}
#GoToTop img {
    width: 24px;
}

#whatsappbtn {
    cursor: pointer;
    position: fixed;
    bottom: 4%;
    left: 20px;
    z-index: 99999999;
    padding: 0 9px;
    background: #4fcc5d;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 32px;
    color: var(--white);
    z-index: 1;
}

#whatsappbtn:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #4fcc5d;
    box-shadow: 0 0 10px #4fcc5d;
    animation: playbtn 3s linear infinite forwards;
    z-index: -3;
}

@keyframes playbtn {
    from {
        transform: scale(1.0);
        opacity: 1;
    }

    to {
        transform: scale(1.5);
        opacity: 0;
    }
}

#whatsappbtn img {
    width: 30px;
    margin-top: 10px;
}

@media(max-width:991px){
header {
    padding: 25px 0;
}
header:before {
 display:none;
}
.mainmenu {
    box-shadow: unset;
}
.topbar {
    display: none;
}
button#rmp_menu_trigger-573 {
    background: var(--primary) !important;
}
div#rmp-container-573 {
    background: var(--primary) !important;
}
.carousel-content {
    width: 100%;
}
#about .row {
    row-gap: 20px;
}
#products .row {
    row-gap: 20px;
}
.experiment .row {
    row-gap: 20px;
}
#careers .col-sm-5 {
    width: 100%;
}
#careers .col-sm-7 {
    width: 100%;
}
#careers .row {
    row-gap: 20px;
}
.map iframe {
    width: 100%;
}
#contactus .row {
    row-gap: 20px;
}
form.wpcf7-form.init .row {
    row-gap: 0px !important;
}
.career figure img {
    height: auto;
}
.product .nav {
    flex-wrap: wrap;
    column-gap: 14px;
    row-gap: 20px;
    justify-content: center;
}
	.product .nav li {
    width: 48%;
}
	.product .nav li button {
    width: 100%;
}
footer .row {
    row-gap: 20px;
}	
.copyright p {
    text-align: center;
}	
}


@media(max-width:767px){
	.nav button {
	   padding: 10px 23px;
	}
.mainslider #carouselExampleFade img {
    height: auto;
}
.mainslider .carousel-caption h2 {
    font-size: 30px;
    line-height: 40px;
}

.aboutus figure.aboutus-img img {
    height: 100% !important;
}
.aboutus .leftheading {
    margin-bottom: 5px;
    font-size: 30px;
}
.about-mission p {
    width: 100%;
}
}

@media(max-width:667px){
.mainslider .carousel-caption small {
    display: none;
}
.about-productimg img {
    height: 395px;
    object-fit: unset;
}
ul.experiment-btn {
    flex-wrap: wrap;
}
.about-mission figure img {
    width: 80px !important;
}
.about-mission figure {
    height: 115px;
    width: 115px;
}
.ourgallery {
    padding: 40px 0;
}
.services {
    padding: 40px 0;
}
.aboutus {
    padding: 40px 0;
}
.moreabout {
    margin-bottom: 40px;
}
.experiment {
    margin-bottom: 40px;
}
.career {
    margin-bottom: 40px;
}
}

@media(max-width:568px){
.mainslider .carousel-caption p {
    display: none;
}
.carousel-control-next {
    right: 10px !important;
}
.carousel-control-prev {
    left: 10px !important;
}
.carousel-control-next, .carousel-control-prev {
    width: 40px;
    height: 40px;
}
.experiment {
    padding: 10px;
}
.mission {
    padding: 40px 0;
}
header img {
    width: 150px;
}
.product .nav li {
    width: 100%;
}
.product .nav {
    row-gap: 15px;
}
}
@media(max-width:479px){
.mainslider .carousel-caption h2 {
    font-size: 25px;
    line-height: 35px;
}
.heading, .leftheading {
    font-size: 25px;
    margin-bottom: 25px;
}
.conctform p {
    margin-bottom: 5px;
}
}

@media(max-width:414px){
.mainslider .carousel-caption h2 {
    font-size: 20px;
    line-height: 30px;
}
.aboutus .leftheading {
    margin-bottom: 5px;
    font-size: 25px;
}
.carousel-control-next, .carousel-control-prev {
    width: 35px;
    height: 35px;
}
.carousel-control-prev {
    left: 0px !important;
}
.carousel-control-next{
    right: 0px !important;
}
.about-productimg img {
    height: 300px;
}
.productimg_image-info h3 {
    font-size: 16px;
    line-height: 28px;
}
ul.servicesbtn li {
    width: 100%;
    margin-bottom: 12px;
}
.about-services h3 {
    font-size: 19px;
}
.map iframe {
    height: 350px;
}
}
@media (max-width:375px){
.aboutus .leftheading {
    font-size: 22px;
}
.productinfo h3 {
    font-size: 20px;
}
.productcnt-list figure img {
    width: 45px;
}
.productcnt-list figure {
    height: 70px;
    width: 70px;
}
.map iframe {
    height: 300px;
}
}

/* gallery section */
.ourgallery {
    padding: 50px 0 60px;
}

.gallerylightboxlist {
    height: 260px;
    width: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.gallerylightboxlist:hover {
    transform: scale(1.05); /* Zoom effect */
    opacity: 0.9; /* Slight opacity change */
}

.gallerylightbox .row {
    row-gap: 18px;
}

.gallerylightbox .col-sm-3 {
    padding: 7px;
}
.detailsdesc h2 {
    font-weight: 600;
    font-size: 28px;
    line-height: 42px;
}
/* OUR APPROACH */
.our_approach {
    padding: 60px 0px;
    background: #3f3b3b1c;
}
.our_approach h2 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #222;
  position: relative;
}
.our_approach h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: var(--primary, #0073e6);
  margin: 12px auto 0;
  border-radius: 2px;
}
.our_approach h2:before {
    width: 35px;
    left: 20px;
    background: var(--primary);
}

.approach-card {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease-in-out;
    border-bottom: 2px solid;
}
.approach-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}
/* .approach-card img {
  width: 70px;
  height: 70px;
  object-fit: contain;
} */
.icon {
    background: var(--primary);
    height: 100px;
    width: 100px;
    margin: auto;
    border: 1px solid var(--secondary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden; /* keep image inside circle */
}

.approach-card img {
    width: 70px;
    height: 74px;
    object-fit: contain;
    transition: transform 0.6s ease;
    
}

.approach-card:hover img {
    transform: rotateY(180deg);
}


.approach-card p {
  color: #555;
  font-size: 0.95rem;
  line-height: 1.6;
}
/* .icon {
    background: var(--primary);
    height: 100px;
    width: 100px;
    display: block;
    margin: auto;
    border: 1px solid var(--secondary);
    justify-content: center;
    border-radius: 50%;
} */

/* Why Choose Us */
.why_choose_us {
    padding: 60px 0px;
}
.why_choose_us h2 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #222;
  position: relative;
}
.why_choose_us h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: var(--primary, #0073e6);
  margin: 12px auto 0;
  border-radius: 2px;
}


.benefit-card {
    background: linear-gradient(45deg, #0dd62075, #ff00003d) border-box;
    border-radius: 15px;
    border: 2px solid transparent;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease-in-out;
    border: 1px solid #0e0e29;
}

.benefit-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}


.benefit-icon {
  height: 80px;
  width: 80px;
  margin: auto;
  border-radius: 50%;
  background: var(--primary, #0073e6);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.benefit-icon img {
  width: 60%;
  height: 60%;
  object-fit: contain;
  transition: transform 0.4s ease;
}
.benefit-card:hover .benefit-icon img {
  transform: rotateY(180deg); /* flip effect */
}
.benefit-card p {
    color: #000;
    font-size: 16px;
    line-height: 21px;
}

/* FAQ SECTION */
.faq-section {
    padding: 60px 20px;
    background: #f9f9f9;
}

.faq-section h2 {
    font-size: 2.2rem;
    font-weight: 700;
    color: #222;
    position: relative;
    text-align: center;
    margin-bottom: 41px;
}
.faq-section h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: var(--primary, #0073e6);
  margin: 12px auto 0;
  border-radius: 2px;
}
.faq-wrapper {
    max-width: 800px;
    margin: auto;
}

.faq-item {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.faq-question {
    width: 100%;
    background: none;
    border: none;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    padding: 10px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: color 0.3s;
}

.faq-question:hover {
    color: var(--primary);
}

.faq-icon {
    font-size: 20px;
    transition: transform 0.3s;
}

.faq-answer {
    display: none;
    padding: 10px 15px;
    font-size: 16px;
    color: #555;
    line-height: 1.6;
}





