@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;600;800&display=swap');

body{
    overflow-x: hidden;
}
:root{
	--black1:#070501;
	--black2:#1A1A1A;
	--primary-color : #eb7328;
    --title-color : #161515;
	--purple: #001f61;      /* main accent */
      --purple-tint: #f1ecff; /* light circle bg */
	--white : #fff;
    --gradient : linear-gradient(180deg, var(--yellow) 0%, #FDD503 100%)

--clamp12: clamp(10px, 0.625vw, 12px);
--clamp12: clamp(11px, 0.700vw, 11px);
--clamp14: clamp(12px, 0.72916vw, 14px);
--clamp15: clamp(13px, 0.78125vw, 15px);
--clamp16: clamp(14px, 0.8333vw, 16px);
--calmp17: clamp(14px, 0.88541vw, 17px);
--clamp18: clamp(14px, 0.9375vw, 18px);
--clamp20: clamp(16px, 1.0416vw, 20px);
--clamp22: clamp(16px, 1.145vw, 22px);
--clamp24: clamp(17px, 1.25vw, 24px);
--clamp25: clamp(18px, 1.3541vw, 26px);
--clamp26: clamp(20px, 1.3541vw, 26px);
--clamp28: clamp(16px, 1.4583vw, 28px);
--clamp30: clamp(20px, 1.5625vw, 30px);
--clamp32: clamp(20px, 1.666vw, 32px);
--clamp34: clamp(20px, 1.770vw, 34px);
--clamp35: clamp(22px, 1.822vw, 35px);
--clamp36: clamp(25px, 1.875vw, 36px);
--clamp38: clamp(25px, 1.979vw, 38px);
--clamp40: clamp(26px, 2.083vw, 40px);
--clamp42: clamp(26px, 2.1875vw, 42px);
--clamp44: clamp(26px, 2.2916vw, 44px);
--clamp45: clamp(26px, 2.3vw, 45px);
--clamp48: clamp(26px, 2.5vw, 48px);
--clamp50: clamp(28px, 2.864583vw, 50px);
--clamp55: clamp(28px, 2.864583vw, 55px);
--clamp58: clamp(28px, 3.02083vw, 58px);
--clamp60: clamp(30px, 3.125vw, 60px);
--clamp64: clamp(30px, 3.333vw, 64px);
--clamp75: clamp(35px, 3.90625vw, 75px);
--clamp78: clamp(30px, 4.0625vw, 78px);
--clamp80: clamp(30px, 4.1666vw, 80px);
--clamp82: clamp(30, 4.27083vw, 82px);
--clamp84: clamp(25px, 4.375vw, 84px);
--clamp42: clamp(24px, 2.1875vw, 42px);
--clamp100: clamp(30px, 5.2083vw, 100px);
--clamp120: clamp(40px, 6.25vw, 120px);
}

/* footer */

.footer{
    background: #000000;
    color: white;
	padding: 80px 0;
}

.footerblock h1{
	font-size: var(--clamp55);
    font-weight: 800;
    text-align: left;
    margin-bottom: 10px;
}
.footerblock h5{
	font-size: var(--clamp16);
    font-weight: 400;
    text-align: left;
    margin-bottom: 30px;
	opacity: 0.6;
	letter-spacing: 0.5px;
	line-height: 22px;
}
.footer-social a{
	margin:0 6px;
}
.footer-social i{
	color: #fff;
	font-size: 18px;
}
.footerlinks h4{
	font-size:var(--clamp22);
}
.footerlinks li a{
	font-size:var(--clamp15);
	text-decoration: none;
	color: #fff;
	font-weight: 600;
	opacity: 0.7;
}
.footerlinks li a:hover{
	color:#fff;
	opacity:1;
}
.footerlinks li{
	list-style: none;
	line-height: 30px;
}
.footercontact h4{
	font-size:var(--clamp22);
	margin-bottom: 20px;
}
.footercontact p{
	font-size: var(--clamp16);
}
.footercontact p i{
	margin-right:10px;
}
.footerbrand{
	background-color: #0f0e0e;
	text-align: center;
	padding: 5px 0;
}
.footerbrand h6{
	color:#fff;
	font-size:var(--clamp14);
	padding-top: 10px;
	opacity: 0.8;
}

/* footer */


/* Responsive */
@media screen and (min-width: 320px) and (max-width: 575px) {
	.footer-social {
		margin-top: -15px;
		margin-bottom: 25px;
	}
	.footercontact {
		margin-top: 30px;
	}
	.footer {
		padding: 35px 0;
	}
}

@media screen and (min-width: 576px) and (max-width: 768px) {
	.footer-social {
		margin-top: -15px;
		margin-bottom: 25px;
	}
	.footercontact {
		margin-top: 30px;
	}
	.footer {
		padding: 35px 0;
	}
}

@media screen and (min-width: 769px) and (max-width: 991px) {
	.footer-social {
		margin-top: -15px;
		margin-bottom: 25px;
	}
	.footercontact {
		margin-top: 30px;
	}
	.footer {
		padding: 35px 0;
	}
}


.topmenu-section{
    background-color: transparent;
    height:80px;
}
.topmenu-section .logo img{
    height: 50px;
}
.topmenu-section .website-menu li{
    list-style: none;
    float: left;
    margin-left: 30px;

}
.topmenu-section .website-menu ul{
    float: right;
    margin-top: 12px;
}
.topmenu-section .website-menu ul li a{
    color: #222;
    text-decoration: none;
    font-weight: 500;

}
.topmenu-section .website-menu .splcontact{
    background-color: var(--purple);
    padding: 10px 25px;
    border-radius: 50px;
    color: white;
    padding-bottom:12px;
}
.mobilemenus{
    display: none;
}
.menubar{
    display: none;
}

/* Mobile Screens */
@media screen  and (min-width:320px) and (max-width:767px) {
    .topmenu-section .website-menu a{
        display:none;
    }
    .logo {
        display: flex;
        justify-content: center;
        margin-top: 25px;
    }
    .mobilemenus{
        display: block;
        background-color: white;
        position: fixed;
        left: -320px;
        width: 320px;
        height:100%;
        transition: ease-in-out 0.3s;
        border-right: solid 1px #eee;
    }
    .innermenulogo{
        margin-left: 25px;
        margin-top: 10px;
    }
    .menubar{
        display: block;
        position: absolute;
        left: 20px;
        top: 20px;
    }
    .menubar i{
        font-size: 30px;
    }
    .innersidemenu{
        border-bottom: solid 1px #eee;
        height: 100px;
        display: flex;
        align-items: center;
    }
    .closebtn{
        right: 20px;
        top: 30px;
    }
    .closebtn i{
        font-size: 35px;
    }
    .mobmenus li{
        list-style: none;
        line-height: 40px;
    }
    .mobmenus li:hover{
        background-color: #eee;
    }
    .mobmenus{
        margin-top: 15px;
        cursor: pointer;
    }
    .mobmenus li a{
        text-decoration: none;
        font-size: var(--clamp26);
        color: #000000;
        font-weight: 500;
        padding-left: 30px;
        display: block;
        padding-bottom: 3px;
    }
}

/* Tab Screens  & High End Mobile View */
@media screen  and (min-width:768px) and (max-width:991px) {
    .topmenu-section .website-menu a{
        display:none;
    }
    .logo {
        display: flex;
        justify-content: center;
        margin-top: 25px;
    }
    .mobilemenus{
        display: block;
        background-color: white;
        position: fixed;
        left: -400px;
        width: 400px;
        transition: ease-in-out 0.3s;
        height:100%;
        border-right: solid 1px #eee;
    }
    .innermenulogo{
        margin-left: 25px;
        margin-top: 10px;
    }
    .innersidemenu{
        border-bottom: solid 1px #eee;
        height: 100px;
        display: flex;
        align-items: center;
    }
    .closebtn{
        right: 20px;
        top: 30px;
    }
    .closebtn i{
        font-size: 35px;
    }
    .mobmenus li{
        list-style: none;
        line-height: 40px;
    }
    .menubar{
        display: block;
        position: absolute;
        left: 20px;
        top: 20px;
        cursor: pointer;
    }
    .menubar i{
        font-size: 30px;
    }
    .mobmenus li:hover{
        background-color: #eee;
    }
    .mobmenus{
        margin-top: 15px;
    }
    .mobmenus li a{
        text-decoration: none;
        font-size: var(--clamp26);
        color: #000000;
        font-weight: 500;
        padding-left: 30px;
        display: block;
        padding-bottom: 3px;
    }
}

.contact-section {
      background: linear-gradient(to right,#001f61 , #03070f);
      color: white;
      padding: 60px 0;
    }
    .contact-info {
      padding: 40px;
    }
    .contact-info h2 {
      font-weight: bold;
    }
    .contact-form {
      background-color: white;
      border-radius: 10px;
      padding: 40px;
      box-shadow: 0 0 15px rgba(0,0,0,0.1);
    }
	.contact-form h4{
		color: #000000;
	}
    .form-control {
      border: none;
      border-bottom: 1px solid #ccc;
      border-radius: 0;
      box-shadow: none;
    }
    .form-control:focus {
      border-color: #6600ff;
      box-shadow: none;
    }
    .btn-enquiry {
      background-color: #001f61 !important;
      color: white !important;
      padding: 10px 30px !important;
      border-radius: 30px !important;
      border: none !important;
    }
    .social-icons a {
      color: white;
      margin-right: 15px;
      font-size: 20px;
    }


	/* ———  SECTION WRAPPER  ——— */
    .story-section{padding:120px 0;}

    /*  tiny label  */
    .story-label{
      font-size:14px;letter-spacing:2px;font-weight:600;color:var(--accent);text-transform:uppercase;
    }

    /*  huge headline  */
    .story-title{
      font-size:54px;font-weight:700;line-height:1.12;color:#0b1722;margin-top:15px;
    }

    /*  paragraph  */
    .story-lead{
      font-size:16px;color:#46515f;max-width:600px;
    }

    /*  list  */
    .story-list li{
      font-size:18px;color:#0b1722;margin-bottom:18px;
      display:flex;align-items:center;gap:12px;
    }
    .story-list i{
      color:var(--purple);font-size:18px;
    }

    /* ———  CTA  ——— */
    .story-btn{
      border:none;background:var(--purple);color:#fff;
      padding:18px 45px;font-size:18px;font-weight:600;border-radius:60px;
      display:inline-flex;align-items:center;gap:8px;
      transition:.25s;box-shadow:0 12px 24px rgba(77,36,255,.25);
    }
    .story-btn:hover{transform:translateY(-3px);}

    /* ———  IMAGE SIDE  ——— */
    .story-img-wrap{
      position:relative;
      border-radius:8px;overflow:hidden;
      /* subtle purple‑green gradient overlay */
    }
    .story-img-wrap::after{
      content:"";position:absolute;inset:0;
      background:linear-gradient(135deg,#035e65 0%,#4d24ff 100%);
      opacity:.65;mix-blend-mode:multiply;
      pointer-events:none;
    }
    .story-img{width:100%;height:100%;object-fit:cover;}

    /*  happy‑users badge  */
    .happy-badge{
      position:absolute;bottom:12%;left:-60px;      /* sits half outside on desktop */
      background:#fff;border-radius:12px;box-shadow:0 8px 32px rgba(0,0,0,.1);
      padding:20px 28px;display:flex;flex-direction:column;gap:12px;
      max-width:230px;z-index:2;
    }
    .happy-badge h6{
      margin:0;font-size:16px;font-weight:600;color:#4a4a4a;
    }
    .happy-badge h6 span{color:var(--purple);}
    .avatar-stack{
      display:flex;align-items:center;
    }
    .avatar-stack img{
      width:34px;height:34px;border-radius:50%;border:3px solid #fff;object-fit:cover;
      margin-left:-10px;
    }
    /*  mobile tweaks  */
    @media (max-width:991.98px){
      .story-title{font-size:42px;}
      .happy-badge{left:20px;bottom:20px;transform:scale(.9);}
    }


	.banner{
    background-image: url("https://static.wixstatic.com/media/nsplsh_e72f80a8a56347cfa843afdc63f1f859~mv2.jpg/v1/fill/w_1905,h_257,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/nsplsh_e72f80a8a56347cfa843afdc63f1f859~mv2.jpg");
    background-size: cover;
    background-position: center center;
}
.innerbanner{
    background-color: rgba(0,0,0,0.6);
    height: 100%;
    padding: 100px 0;
    text-align: center;
}
.innerbanner h2{
    font-size: var(--clamp50);
    color: white;
    font-weight: 600;
    letter-spacing: 1px;
}
.themebtn {
    display: block;
    width: inherit;
    margin: 0 auto;
}

/* Mobile Screens */
@media screen  and (min-width:320px) and (max-width:767px) {
    .innerbanner{
        padding: 50px 0;
    }
    .innerbanner h2{
        color: white;
        font-weight: 600;
        letter-spacing: 1px;
    }
}

/* Tab Screens  & High End Mobile View */
@media screen  and (min-width:768px) and (max-width:991px) {

}


/* ———  SECTION WRAPPER ——— */
    .services-section {
    padding: 35px 0;
}

    /*  tiny uppercase label  */
    .services-label{
      font-size:14px;
      text-transform:uppercase;
      letter-spacing:2px;
      color:var(--purple);
      font-weight:600;
    }

    /*  big headline  */
    .services-title{
      font-size:48px;     /* 56‑60px on xl looks good too */
      font-weight:700;
      line-height:1.2;
      color:#111;
    }

    /*  supporting paragraph  */
    .services-intro{
      max-width:680px;
      font-size:16px;
      color:#555;
      margin:25px auto 80px;
    }

    /* ———  CARD ——— */
    .service-card h5{
      font-size:28px;
      font-weight:700;
      color:#111;
      margin-bottom:18px;
    }
    .service-card p{
      font-size:16px;
      color:#555;
      margin-bottom:35px;
      max-width:320px;
    }

    /*  circle icon holder  */
    .service-icon{
      width:100%;height:250px;
      border-radius:10px;
      background:var(--purple-tint);
      display:flex;
      align-items:center;
      justify-content:center;
      margin-bottom:40px;
	  overflow: hidden;
    }
    .service-icon i{
      font-size:36px;
      color:var(--purple);
    }
	.service-icon img{
		height: 100%;
		width: 100%;
		object-fit: cover;
	}

    /*  read‑more button  */
    .service-btn{
      border:1.8px solid var(--purple);
      border-radius:35px;
      padding:10px 32px;
      font-weight:500;
      color:var(--purple);
      text-decoration:none;
      transition:.25s;
      display:inline-block;
    }
    .service-btn:hover{
      background:var(--purple);
      color:#fff;
      text-decoration:none;
    }

    /*  minor tweak for mobile  */
    @media (max-width:767.98px){
     .services-title {
    font-size: 24px;
}
      .service-card{text-align:center;}
      .service-card p{margin-left:auto;margin-right:auto;}
    }

	/* Whatsapp btn animation */
.whatsapp-pulse i{
    font-size:26px;
    color:white;
    position:relative;
    top:-3px;
}
.wh-api {
	position: fixed;
	bottom: 0;
	right: 0;
}

.wh-fixed {
	margin-right: 15px;
	margin-bottom: 15px;
}

.wh-fixed > a {
	display: block;
	text-decoration: none;
}
.whatsapp-pulse {
	width: 60px;
	height: 60px;
	right: 10px;
	bottom: 10px;
	background: #10b418;
	position: fixed;
	text-align: center;
	color: #ffffff;
	cursor: pointer;
	border-radius: 50%;
	z-index: 99;
	display: inline-block;
	line-height: 65px;
}

.whatsapp-pulse:before {
	position: absolute;
	content: " ";
	z-index: -1;
	bottom: -15px;
	right: -15px;
	background-color: #10b418;
	width: 90px;
	height: 90px;
	border-radius: 100%;
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
	opacity: 0.6;
	-webkit-animation: pulse 1s ease-out;
	animation: pulse 1.8s ease-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(0);
		opacity: 0;
	}
	25% {
		-webkit-transform: scale(0.3);
		opacity: 1;
	}
	50% {
		-webkit-transform: scale(0.6);
		opacity: 0.6;
	}
	75% {
		-webkit-transform: scale(0.9);
		opacity: 0.3;
	}
	100% {
		-webkit-transform: scale(1);
		opacity: 0;
	}
}

@keyframes pulse {
	0% {
		transform: scale(0);
		opacity: 0;
	}
	25% {
		transform: scale(0.3);
		opacity: 1;
	}
	50% {
		transform: scale(0.6);
		opacity: 0.6;
	}
	75% {
		transform: scale(0.9);
		opacity: 0.3;
	}
	100% {
		transform: scale(1);
		opacity: 0;
	}
}
/* Whatsapp btn animation */


/* Call Btn */
.callwithus{
    background:green;
    position:fixed;
    left:15px;
    bottom:25px;
    border-radius:50px;
    z-index:5;
}

.callwithus a{
    padding:10px 15px;
    color:white;
    text-decoration:none;
    display:block;
    
}
/* Call Btn */

/* mission_vission */
.mission_vission{
	padding: 80px 0;
	background-color: #071c47;
	background-image: url("../img/pattern_bg.png");
	background-repeat: no-repeat;
	background-size: cover;
}
.missionblock{
	background-color: white;
	padding: 20px 15px;
	border-radius: 6px;
}

.missionimg{
	height: 200px;
	overflow: hidden;
}
.missionimg img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.missiondetails h3{
	font-size: var(--clamp25);
	font-weight: 700;
}
.missiondetails p{
	font-size: var(--clamp18);
	font-weight: 400;
}
/* mission_vission */


/* herosection */
.herosections{
    height: 600px;
    background-image: url("https://credencegs.com/wp-content/uploads/2021/09/Why-Innovation-and-Outsourcing-in-Fast-Paced-Labs-is-Necessary-During-a-Pandemic.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.innerhero{
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
}
.innerhero h1{
    color: #fff;
    font-size: var(--clamp55);
    text-align: center;
}
.innerhero p{
    color: #fff;
    font-size: var(--clamp20);
    text-align: center;
}


/* Mobile Screens */
@media screen  and (min-width:320px) and (max-width:767px) {
    .herosections {
        height: auto;
    }
    .innerhero.d-flex.align-items-center {
        padding: 50px 0;
        padding-top: 90px;
    } 
	.missionblock {
		margin-bottom: 15px;
	}
	.innermenulogo img {
    height: 50px;
}
.missiondetails {
		margin-top: 15px;
	}
	.story-title {
    font-size: 26px !important; 
}
.story-section {
    padding: 35px 0 !important;
}
}

/* Tab Screens  & High End Mobile View */
@media screen  and (min-width:768px) and (max-width:991px) {
    .herosections {
        height: auto;
    }
	.missionblock {
		margin-bottom: 15px;
	}
	.missiondetails {
		margin-top: 15px;
	}
	.missionblock 
    .innerhero.d-flex.align-items-center {
        padding: 50px 0;
        padding-top: 90px;
    } 
	.innermenulogo img {
    height: 50px;
}
.story-section {
    padding: 35px 0 !important;
}
.story-title {
    font-size: 26px !important; 
}
}

/* herosection */