@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap');


body
{
	font-family: "Poppins", sans-serif !important;
	overscroll-behavior: none;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* Home Screen background color setting */
#container {
	/* background-color:#f7f7f7; */
	background-color: white;
	top: 10px;
}

.topbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color:transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 40px;
  z-index: 100;
  height: 200px;
}


/* Header layout */
.header {
    position: relative;
    width: 100%;
    /* padding-top: 20px; */
	z-index: 1;
	height: 100vh; /* full screen */
	/* overflow: hidden; */
}

/* Fullscreen video */
.header-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(1.1); /* brighten the video */
	z-index: 0;
}

/* Logo image styling */
.header img
{
    position: fixed;
	height: 150px;
	width: 150px;
	margin-top: 20px;
    z-index: 2;
}

/* Brand section: Logo + Bold text */
/* Logo stays left */
.brand-box {
    display: flex;
    align-items: center;
}



/* company name styling  */
.company-name {
    position: static !important; /* remove absolute effect */
    transform: none !important;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    font-weight: 600;
    color: #08315e;
    letter-spacing: 1.5px;
    white-space: nowrap;
}

.header .logo-img {
    width: auto;
	height: 150px;
    filter: contrast(1.4) brightness(1.05) saturate(1.2);
}


.menu {
    top: 80px;
	position: fixed;
	left: 23%;
    justify-content: center;
    z-index: 2000;
}

/* logo text styling  */
.logo-style {
	letter-spacing: 5.5px;
	font-weight: bolder;
	font-size: xx-large;
	color: #011968;
	position: absolute;
	top: 0px;
	justify-content: center;
}

/* menu spacing style */
.menu-style {
  padding: 12px 18px;
  color: #8F7A76;
  font-size: 18px;
  cursor: pointer;
}

.menu-style:hover {
  color: black;
  text-decoration: underline;
}

.hero-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 100;
    width: 80%;
    color: #ffffff; /* white text */
}

/* Main headline */
.hero-text h1 {
    font-size: 54px;      /* adjust size */
    font-weight: 700;     /* bold */
    margin-top: 150px;
    text-shadow: 0 0 10px rgba(0,0,0,0.5); /* ensures readability on video */
}

/* Subtext */
.hero-text p {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
    max-width: 700px;
    margin: 0 auto;
	margin-top: 30px;
    text-shadow: 0 0 8px rgba(0,0,0,0.4);
	line-height: 2.0;
}

.header::after {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.25); /* subtle dark overlay */
    z-index: -2;
	pointer-events: none;
}



/* <style> */
* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}

.mySlides {display: none; }
img {vertical-align: middle;}

/* Fading animation */
.fade {
  animation-name: fade;  
  animation-duration: 2.0s;  
}

@keyframes fade {
  from {opacity: .7} 
  to {opacity: 1}
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;

}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}


/*---------------Menu & submenu css starts here-------------*/
.header ul
{
	display:  inline-flex;
	list-style: none;
	/*float: right;
	margin-top: 25px;*/
	margin: 0;
 /* To give spacing between menus (syntax : padding toppx rightpx bottompx leftpx);*/
 	padding: 8px 10px 8px 80px;
}
.header ul li
{
  font: small-caption 12px/18px sans-serif;
  display: inline-block;
  position: relative;
  padding: 15px 20px;
  cursor: pointer;
  color: #8F7A76;
  /* color: red; */
  color: white;
  color: black;
}

.active, .header ul li:hover
{	
	text-decoration: underline;
	color: black;
	color: #0f03fc;
	font-size: 15.9px;
	border-radius: 3px;
}

/*---------------Menu & submenu css ends here-------------*/

/*<--------------------Mail Id and Contact number @ header portion --------------->*/

#topcontactbox
{
	background-color:transparent;
	height: 50px;
	width: 20%;
	top: 20px;
}

/* styling for contact portion in menu bar */
#topcontactbox a
{
	font-size: 12px;
	/* color: #0464AE; */
	color: #0c04ae;
	float: right;
	margin-top: 25px;
	/* margin-right: -400%; */
    position: absolute;
    right: 30px;

	/* left: 20px; */
}

#banner figure img
{
	float: left;
	height: 630px;
	margin-top: 0%;
	max-width: 800%;
	padding-bottom: 20px;
	display: inline;
}

/* three section part starts here  */
.section-content{
	position: relative;
 }

 .section-row {
	height: 400px;
	width: 70%; 
	margin-left: 15%;
    position: relative;
}

 
.col-md-4 {
	height: 100%;	
}

.section-image{
	display: block;
  	width: 100%;
   	height: 85%;
	opacity: 1;
}

.overlay {
	 position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.63);
	overflow: hidden;
	margin-left: 14px;
	width: 92%;
	height:0;
	transition: .5s ease;
	top: 0;
	padding: 30px 30px 30px  30px;
	opacity: 0; 
  }

.btn:hover {
	background-color: rgb(63, 243, 108);
}
  
.col-md-4:hover .section-image {
	opacity: 0.3;
	transform: scale(1.0);
}

.col-md-4:hover .overlay {
	top: 0;
	bottom: 20%;
	height: 85%;
	margin-left: 14px;
	width: 92%;
	opacity: 1;
}

.col-md-4:hover  .btn-sm  {
	background-color: black;
}

.section-text, .font-13 {
	color: white;
	font-size: 16px;
	font-family: "Roboto", sans-serif;	
}

.btn, .btn-sm {	
	font-family: "Roboto", sans-serif;
	background-color: rgb(243, 168, 18);
	color: white;
}

.features-title {
    border: 1px solid #eee;
    padding: 5px 5px;
}

.features-icon i {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #aaa;
    border-radius: 3px;
    color: #111;
    float: left;
    font-size: 28px;
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
    margin-top: 12px;
    text-align: center;
    width: 45px;
}

.thumb-heading 
{
	color: #585d50;
	margin-left: 10px;
	font-size: 24px;	
	font-family: "Roboto", sans-serif;
	margin-right: 10px;	
}
 /* three section part ends here  */

/*<-----------------------------Client Logo starts here------------------>*/
.client-heading {
	position: relative;
	top: 15px;
	text-transform: uppercase;
	font-family: Georgia, 'Times New Roman', Times, serif;
	letter-spacing: 3px;
	color: orange;
}

h2{
  text-align:center;
  padding: 20px;
}


/* Slider */
.slick-prev {
	left: 0;	
	 z-index: 1;
  }
  
  .slick-next {
	right: 0;
  }
.slick-prev, .slick-next {
	position: absolute;
	top: 35%;
	 font-size: 3.8rem;
	 color: orange;
	 cursor: pointer;
}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
	width: 150px;
	height: 80px;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}

.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/*<-------------------------------------------------------------------------------->*/


/*<------Flip the content box in Home Page ------------->*/

.flip-box {
  background-color: transparent;
  width: 340px;
  height: 305px;
  border: 1px solid #f1f1f1;
  perspective: 1000px;
}

.hovertext {
  /*color: #darkred;*/
  font-size: 18px;
  font-style: italic;
  padding: 8px 12px;
  position: absolute;
  top: 0;

}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
  transform: rotateX(180deg);
}

.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-box-front {
  background-color: #bbb;
  color: black;
}

.flip-box-back {
  background-color: transparent;
  color: #6C344C;
  transform: rotateX(180deg);
}
/* flip bix ends here  */


/*<-------------------Footer Starts here --------------------->*/
.footer {	
	background-color: linear-gradient(to right,#00093c,#2d0b00);
	/* background-color: #E5AB26; */
    background-color: rgb(51, 49, 73);
    background-color: #222425;
	width: 100%;
	position: relative;
	/*bottom: 0;*/
	height: 30%;
	color: #fff;
	padding: 15px 0 10px; 
	/* this is where the footer is designed like one side curved */
    /* border-top-left-radius: 70px;  */
	font-size: 13px;
	line-height: 20px;
}

.row{
	width: 100%; 
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}

.footer-logo {
	height: 200px;	
	position: relative;
	margin: 0 auto;
	margin-left: -50px;
    width: auto;
}

/* ----------------------------------------------------------------------------------
Footer left sude content styling starts
---------------------------------------------------------------------------------- */
.footer-left {
    width: 100%;
    max-width: 400px;   /* keeps content compact like screenshot */
    text-align: left;
    margin-right: 700px;
}

.footer-left h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-left: -100px;
}

.footer-left p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #e0e0e0; /* adjust based on your footer theme */
}

.footer-icons {
    display: flex;
    gap: 25px;
    margin: 25px 0;
}

.footer-icons a {
    font-size: 28px;
    color: #ffffff;
    text-decoration: none;
    transition: 0.3s;
}

.footer-icons a:hover {
    opacity: 0.7;
}

.footer-copy {
    font-size: 14px;
    margin-top: 30px;
    opacity: 0.8;
}

.footer-copy-resp {display: none;}
/* ----------------------------------------------------------------------------------
Footer left sude content styling ends
---------------------------------------------------------------------------------- */


.footer-Office {
	/* margin-left: 5%; */
	margin-left: -25%;
    margin-top: 20px;
}

.footer-cert {
	margin-left: 10%;
    display: none;
}

.cert-logo {
	height: 60px;
	display: flex;
}
/* .rights
{
	text-align: center;
	font-style:  italic;
	position: absolute;
	width: 100%;
    background-color: rgb(74, 73, 92);
} */

.footer-link a {
	color: white;
}

.foot-link {
	position: absolute;
	margin-left: 650px;
	line-height: 2;
    margin-top: 20px;
}
/*<-------------------Footer ends here --------------------->*/

/* whatsapp float button starts here  */
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}

.fa, .fa-whatsapp, .my-float:hover {
	color: white;
}
/* whatsapp float button ends here  */

/* Hamburger Icon */
/* Mobile menu button */
.menu-toggle {
  font-size: 30px;
  color: #011968;
  display: none;
  cursor: pointer;
}

/* Responsive Small Screen & medium screen */
/* small screen : @media screen and (max-width: 768px) */

/*-------------------------------------------------------------------------------------------
                    Styling for devices upto tablet size starts here
------------------------------------------------------------------------------------------- */
/* =======================
   Tablets: 768px – 1024px
   ======================= */
@media screen and (max-width: 1024px) {
    .header .logo-img {
        height: 100px;
		margin-top: 0;
        top: 10px;
        left: 1px;
    }

     /* Topbar: logo left, contact right */
    .topbar {
        /* display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 20px;
        position: relative;
        z-index: 1000; */
        background-image: url('images/header-bg.jpg');
    }

    #topcontactbox {
        opacity: 1 !important;      /* always visible */
        pointer-events: auto;
    }


	 /* #topcontactbox a {
		position: fixed;
        font-size: 11px;
        line-height: 18px;
        top: 40px;
		right: 50px;
        text-align: right;
    }  */

   #topcontactbox a {
        position: fixed;
        top: 30px;
        right: 30px;
        font-size: 10px;        /* slightly smaller to prevent wrapping */
        line-height: 1.4;       
        /* text-align: right; */
        white-space: nowrap;     /* prevent line breaks */
        display: inline-block;   
    }
    

     .menu {
        /* hide menu by default on tablet/mobile */
        /* display: none;  */
        flex-direction: column;
        /* background-color: #e3e7ec;	 */
        background-color: transparent;	
        /* z-index: -2; */
        /* left: 0;
        top: 100%;
        width: 100%; */
        color: white;
        /* background-color: white; */
        /* display: none; */
         /* top: 100%; */
         top: 200px;
        position: absolute;
        text-align: center;
        max-height: 0;  
        overflow: hidden;
        /* transition: max-height 0.3s ease-in-out; */
        transition: max-height 0.3s ease-in-out, opacity 0s;
        opacity: 0;

		/* to center the menu items */
		/* left: -50px;
		width: 395px; */
        z-index: 0;
    }

  

    .menu.active {
        /* display: flex; */
        max-height: 350px ; /* enough height for all items */
		/* top: 200px; */
        top: 200px;
        width: 100%;
        left: 0;
        right: 0;
        background-color: #e3e7ec;	
        opacity: 1;
    }

    .menu li {
        width: 100%;
        border-bottom: 1px solid #dad4d4;
        /* padding: 10px 0; */
        right: 30px;
    }

    .menu-toggle {
        display: block;
        cursor: pointer;
        background-color: #001f44;
        color: white;
        /* height: 40px; */
        height: 40px;
        text-align: center;
        /* margin-top: 150px; */
        margin-top: 180px;
        z-index: 1000 !important;
        position: fixed;
        left: 0;
        right: 0;
    }

/* 
    .menu-style:hover {
        color: red;
        text-decoration: underline;
    } */


    .hero-text {   
    top: 420px;
	/* z-index: -1; */
    
    /* font-size: smaller; */
    /* font-weight:lighter; */
	}
	
	.hero-text h1 {
		font-size: 35px !important;      /* adjust size */
	}

    .temp-hero-text {
        font-size: 28px !important;
    }

	.hero-text p {
		font-size: 17px;
	}
	
  /* ------------------------------------------------------------------------------------
   Responsive Footer styling starts
   ------------------------------------------------------------------------------------ */
    
    /* Footer container adjustments */
    .row {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 20px;
    }

    /* Footer left section */
    .footer-left {
        max-width: 100%;
        margin-right: 0;      /* remove desktop push */
        margin-left: 0;
        text-align: center;   /* center for mobile */
    }

    .footer-left h2 {
        margin-left: 0;       /* remove desktop negative shifts */
        font-size: 22px;
    }

    .footer-left p {
        font-size: 14px;
    }

    .footer-icons {
        justify-content: center;
    }

    /* Office section */
    .footer-Office {
        margin-left: 0;      /* remove large negative margin */
        margin-top: 30px;
        text-align: center;
    }

    /* Certificates (optional) */
    .footer-cert {
       display: none;
    }

    .cert-logo {
        justify-content: center;
    }

    /* Footer logo scaling */
    .footer-logo {
        height: 140px;
        margin-left: 0;
        margin-bottom: 20px;
    }

    /* Foot link (if used) */
    .foot-link {
        position: static;
        margin-left: 0;
        margin-top: 20px;
        text-align: center;
    }

    .footer-copy {display: none;}

    .footer-copy-resp {
        display: block;
        text-align: center;
        order: 99;
    }
	   
   /* ------------------------------------------------------------------------------------
   Responsive Footer styling ends
   ------------------------------------------------------------------------------------ */   
   
}
    .logo-style {
        letter-spacing: 5px;
        font-weight: bolder;
        font-size: xx-large;
        color: #011968;
        text-align: center;
    }




/* =======================
   Mobile phones: <= 768px
   ======================= */
@media screen and (max-width: 768px) {
    .menu {
        top: 85px; /* adjust for mobile header height */
    }

    #topcontactbox a {
        left: 75%;
        transform: translateX(-75%);
    }

    .footer .foot-link {
        margin-top: 20px;
    }

    .footer-cert {
        margin-top: 20px;
    }
}

/* =======================
   Small phones: <= 494px
   ======================= */
@media screen and (max-width: 494px) {
    #topcontactbox a {
        left: 70%;
        transform: translateX(-70%);
    }
}

/* =======================
   Laptops / small desktops: 1024px – 1390px
   ======================= */
@media screen and (min-width: 1024px) and (max-width: 1390px) {
    .menu li {
        padding: 15px;
        width: 100%;
    }
}
/* responsive mode ends here  */


/*----------------------------------------
temporary coding during development phase
----------------------------------------- */

.body {
	display: none;
}