body {
     font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
overflow-x: hidden;
  font-size:15px;
    color: #333;
    -ms-word-wrap: break-word;.why-us-section
    word-wrap: break-word;
    box-sizing: border-box;
}


/*topbar*/
.top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0; 
    color: black;
}


.contact-info{
    margin-left:2rem;
}


.contact-form-wrap{
    /* background-color: rgb(31, 113, 191);*/ box-shadow: 0px 0 25px rgba(0, 0, 0, 0.1);

}


.contact-info-wrap{
    margin-bottom:2rem;
    /*background-color: rgb(31, 113, 191); */  box-shadow: 0px 0 25px rgba(0, 0, 0, 0.1);

}


.form-label {
    margin-bottom: .5rem;
    color: #fff;
}


.contact-info a, .contact-info span {
   
    color: #fff;
    text-decoration: none;
    margin-right: 20px;
    font-size: 14px;
}


.contact-link {
    text-decoration: none; 
    color: #333;        
    display: inline-flex;  
    align-items: center;
    margin-right: 20px;    
}


.contact-link:hover {
      
        color: #c5a059;
}

.contact-icon {
    margin-right: 12px; 
    font-size: 1.1rem;   
}


.social-links {
    display: flex;
    align-items: center;
    gap: 15px;
}

.social-links a:hover {
     
        color: #c5a059;
}


/*slider*/

        .slider li.current h3 { animation: fadeInUp 0.8s ease forwards; }
        .slider li.current p { animation: fadeInUp 1.2s ease forwards; }
        .slider li.current .btn { animation: fadeInUp 1.5s ease forwards; }

        @keyframes fadeInUp {
            from { opacity: 0; transform: translateY(30px); }
            to { opacity: 1; transform: translateY(0); }
        }

   
        .minimal-box {
            transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
        }
        .minimal-box:hover {
            transform: translateY(-10px);
      
        }
        .minimal-icon-wrapper img {
            transition: transform 0.5s ease;
        }
        .minimal-box:hover img {
            transform: scale(1.1);
        }


        .btn-free-consultation {
            animation: pulse-red 2s infinite;
        }
        @keyframes pulse-red {
            0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.4); }
            70% { transform: scale(1.05); box-shadow: 0 0 0 10px rgba(255, 0, 0, 0); }
            100% { transform: scale(1); }
        }


/*navbar*/

.jss-navbar {
    background-color: #ffffff;
    height: 100px;
    z-index: 1030;
    border-bottom: 1px solid #eee;
    top: 43px;
}




.navbar-brand {
    display: flex !important;
    align-items: center;
    justify-content: flex-start; 
    text-align: left;
    margin-right: auto; 
    padding-left: 0;
}

.navbar-nav{

  font-family: Figtree, sans-serif;
}



.logo-text {
  font-family: "Figtree", sans-serif;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.5!important;
  display: inline-block;
  text-align: left;
 
}

.logo-text1{
    color: #c60e0e;
}

.navbar-brand img {
 height: 114px;
    
}


    .nav-link

 {
    color: #444 !important;
    font-weight: 400;
    font-size: 17px;
 
    margin: 0 6px;
}






.custom-nav-dropdown .dropdown-menu {
    background-color: #0d1a26 !important; 
    border: none !important;
    border-radius: 4px;
    padding: 0px 0;
    min-width: 160px;
    display: none;
    position: absolute;
    margin-top: 0;
}


.custom-nav-dropdown .dropdown-item {
    color: #ffffff !important;
  
 padding: 10px 20px;
        font-weight: 400;
    font-size: 17px;
    transition: all 0.3s ease;
}


.custom-nav-dropdown:hover .dropdown-menu {
    display: block !important;
}


.custom-nav-dropdown .dropdown-item:hover {
    background-color: rgba(0, 0, 0, 0.15) !important;
    padding-left: 25px;
}



/*slider*/



:root{
    --white:#FFF;
    --black:#232323;
    --lite:rgba(255,255,255,0.6);
    --gray:rgba(1,1,1,0.6);
    --dark:#3c3d3c;
    --primary:linear-gradient(145deg,#ff2f09,#c24a4e);
    --primary_dark:#970104;
    --primary_lite:#c24a4e;
    --secondary:#000a17;
    --default_font:'Ysabeau Infant', sans-serif;
    --title_font:'Outfit', sans-serif;
}

::-webkit-scrollbar {
    height: 12px;
    width: 8px;
    background: var(--dark);
}

::-webkit-scrollbar-thumb {
    background: gray;
    -webkit-box-shadow: 0px 1px 2px var(--dark);
}

::-webkit-scrollbar-corner {
    background: var(--dark);
}




a{
    text-decoration:none !important;
    min-width: fit-content;
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
}

a, button{
    transition:0.5s;
}

em{
    font-style:normal;
    color:var(--primary_lite);
}

a, p, .btn{
    font-size:13px;
}

p{
    line-height:1.9em;
    color:var(--lite);
}

a, button, input, textarea, select{
    outline:none !important;
}

fieldset{
    border:0;
}

h1, h2, h3, h4, h5, h6{
    margin:0;
}

.title, .sub_title{
   
    font-weight:400;
    margin:0;
}

.flex, .fixed_flex{
    display:flex;
}

.flex_content{
    width:100%;
    position:relative;
}

.padding_1x{
    padding:1rem;
}

.padding_2x{
    padding:2rem;
}

.padding_3x{
    padding:3rem;
}

.padding_4x{
    padding:4rem;
}

.big{
    font-size:3.5em;
}

.medium{
    font-size:2em;
}

.small{
    font-size:1.3em;
}

.btn{
    padding:1rem;
    border-radius:5px;
    color:var(--white);
    position:relative;
    border:0;
    text-align:center;
    
}

.btn_3{
    display:block;
    background-color:0;
    color:var(--white);
    position:relative;

    font-weight:400;
    text-transform:uppercase;
}

.btn_3:before{
    content:"";
    border-radius:50%;
    background-color:rgba(255,255,255,0.2);
    position:absolute;
    left:0;
    top:50%;
    width:40px;
    height:40px;
    transition:0.5s;
    transform:translate(0%, -50%);
}

.btn_3:after{
    content:"\f178";
   
    margin-left:5px;
}

.btn_3:hover:before{
    border-radius:40px;
    width:100%;
}

@media (max-width:920px){
    .flex{
        flex-wrap:wrap;
    }
    
    .padding_1x, .padding_2x, .padding_3x, .padding_4x{
        padding:1rem;
    }
    
    .big{
        font-size:1.8em;
    }
    
    .medium{
        font-size:1.3em;
    }
    
    .small{
        font-size:1.1em;
    }
    
    .btn{
        padding:0.5rem 1rem;
    }
    
    a, p, .btn{
        font-size:12px;
    }
}


.slider {
    position: relative;
    width: 100%;
    height: 90vh;
    top:14vh;
}

ul{
    padding:0;
    margin:0;
}

.slider .title{
    font-weight:400;
}

.slider li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    transition: clip .7s ease-in-out, z-index 0s .7s;
    clip: rect(0, 100vw, 100vh, 100vw);
    display:flex;
    align-items:center;
    justify-content:left;
}



.slider li:nth-child(1) {
  

    background: linear-gradient(rgb(0 0 0 / 15%), rgb(0 0 0 / 15%)), url(images/slide-1.png);
    background-size: cover;
}



.slider li:after{
    content:"";
    position:absolute;
    bottom:0;
    left:0;
    width:300px;
    height:300px;
    background-image:url("https://i.postimg.cc/KjKbwDfR/slider-shape-2.png");
    background-size:100% 100%;
    transform:rotate(360deg);
	transition: all 1.5s cubic-bezier(0,0,.2,1);
    z-index:1;
    background-position:center left;
}

.slider li:nth-child(2){
    
    
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgb(0 0 0 / 29%)), url("images/slide-2.jpeg");
   
    background-size: cover;
    background-position:top left;
}

.slider li:nth-child(3){

   
   
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgb(0 0 0 / 29%)), url("images/slide-3.jpeg");
   
   
    background-size: cover;
    background-position:top left;
}

.slider li:nth-child(4){
    
    
   background: linear-gradient(rgba(0, 0, 0, 0.5), rgb(0 0 0 / 29%)), url("images/slide-4.jpeg");  
    background-size: cover;
    background-position:top left;
}




.slide-content h1 {
    font-size: 3rem;
    font-weight: 800;
    color: #ffffff;
   
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5); 
    margin-bottom: 20px;
    text-transform: uppercase;
}

.slide-content p {
    font-size: 1.2rem;
    color: #ffffff;
   
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
    max-width: 800px;
    line-height: 1.6;
}

/*
.slide-content {
    background: rgba(0, 0, 0, 0.3); 
    padding: 30px;
    border-radius: 15px;
    display: inline-block;
    backdrop-filter: blur(5px); 
}*/


.slide-content {
    background: rgb(0 0 0 / 35%);
    padding: 30px;
    border-radius: 15px;
    margin-top: 10rem;
    display: inline-block;
    backdrop-filter: blur(0px);
}

.slider article{
    width:60%;
    margin-top:4rem;
    color: #fff;
    z-index:11;
}

.slider h3 + p {
    display: inline-block;
    color: var(--lite);
    font-weight:300;
}

.slider h3, .slider h3 + p, .slider p + .btn, li:after{
    opacity: 0;
    transition: opacity .7s 0s, transform .5s .2s;
    transform: translate3d(0, 50%, 0);
}

li.current h3, li.current h3 + p, li.current p + .btn, li.current:after {
    opacity: 1;
    transition-delay: 1s;
    transform: translate3d(0, 0, 0);
}

.slider li:before{
    transition: 0.5s;
    top:-250px !important;
}

li.current:before{
    transition-delay: 1s;
    transform: rotate(-90deg);
    top:-20px !important;
}


li.current {
    z-index: 1;
    clip: rect(0, 100vw, 100vh, 0);
}

li.prev {
    clip: rect(0, 0, 100vh, 0);
}

.slider aside {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    text-align: center;
    z-index: 10;
}

.slider aside a {
    display: inline-block;
    width: 8px;
    height: 8px;
    min-width: 8px;
    min-height: 8px;
    background-color: var(--white);
    margin: 0 0.2rem;
    transition: transform .3s;
}

.slider em{
    background: var(--primary);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

a.current_dot {
    transform: scale(1.4);
    background:var(--primary) !important;
}


.slider li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: opacity .7s ease-in-out, visibility .7s; 
    opacity: 0;
    visibility: hidden;
    z-index: 0;
}


li.current {
    opacity: 1;
    visibility: visible;
    z-index: 2;
    clip: rect(0, 100vw, 100vh, 0);
}


li.prev {
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    clip: rect(0, 0, 100vh, 0) !important;
}


/*who we are*/



.whomain-title{
       color: #1f71bf;
    font-weight: 800;
    text-align: center;
    letter-spacing: 1px;
    font-size: 3rem;
    font-family: 'Orbitron', sans-serif;
    text-transform: capitalize !important;
}

.consultation-wrapper {
    display: flex;
    justify-content: flex-end;
    position: relative;
    width: 100%;
    z-index: 99;
}

.btn-free-consultation {
   background-color: #d28638 !important;
    color: #fff !important;
    padding: 12px 25px !important;
    border-radius: 5px;
    font-weight: 500;
    border: none !important;
    cursor: pointer;
    

    position: absolute; 
     top: 6rem;
    transform: translateY(-50%);
    

    line-height: normal;
    text-transform: none;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}



.about{
    
        padding: 8rem 0rem;
}

.content-section

 {
    padding: 40px;
}


.who-we-are {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}




.why-us-subtitle{
    color: #d28638;
}










.contact-subtitle{
    font-weight: bold;
    text-align: center;
    margin-bottom:2rem;
}





.who-subheading {
    font-weight: 500;
   color: #d28638 !important;
    margin-bottom: 25px;
    font-size: 24PX;
    line-height: 1.2;
    TEXT-TRANSFORM: math-auto;
}

.description, .description-sub {
    color: #444;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 15px;
    text-align: justify;
}




.btn-read-more {
    display: inline-block;
   background-color: #d28638;
    color: white;
    padding: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    border-radius: 4px;
    transition: 0.3s;
}


.btn-read-more:hover {
    background-color: #003366;
    color: white;
    text-decoration: none;
}


.about-img {
    width: 100%;
    height: auto;
    border-radius: 1.5rem;
}


.logo-row {
    margin-top: -2rem;
    margin-bottom: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
}



.trust-logo {
    height: 74px;
    width: auto;
    object-fit: contain;
    transition: transform 0.3s;
    background-color: #fff;
    padding: 9px;
    border-radius: 8px;
    box-shadow: 0px 0px 8px 7px rgba(0, 0, 0, 0.04);
}





.trust-logo:hover {
    transform: scale(1.1);
}


/*why us section*/

    


/* .why-us-section {
    background: linear-gradient(99deg, rgba(255, 255, 255, 0) 40%, #032647 40%), url(images/training-img2.png);
    background-size: cover;
    background-position: center;
    padding: 80px 0;
    min-height: 100vh;  } */
    
    .why-us-section {
    background: linear-gradient(99deg, rgba(255, 255, 255, 0) 40%, #1f71bf 40%), url(images/training-img2.png);
    background-size: cover;
    background-position: center;
    padding: 80px 0;
    min-height: 100vh;
}

        
        
.main-title {
    color: #fff;
    font-weight: 800;
    text-align: center;
    letter-spacing: 1px;
    font-size: 3rem;
    font-family: 'Orbitron', sans-serif;
    text-transform: capitalize !important;
}

        
        

        .why-us-title{
                align-items: center;
    margin-bottom: 36px;
    margin-left:40rem;
        }

        .section-title {
            font-size: 4rem;
            font-weight: 800;
            margin-bottom: 0;
        }

        .section-subtitle {
            font-weight: 700;
            margin-bottom: 50px;
        }

       

.feature-card {
    
    background: rgba(255, 255, 255, 0.15); 
    
   
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); 

   
    border: 1px solid rgba(255, 255, 255, 0.2);
    
    border-radius: 15px; 
    padding: 30px;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.2);
    position: relative;
    transition: transform 0.3s ease;
    height: 100%;
    color: #ffffff; 
}


.feature-card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.25);
}
        .card-number {
            position: absolute;
        
            right: 20px;
            font-size: 3rem;
            font-weight: 800;
            color: #ffffff;
            line-height: 1;
        }

       

        .icon-box {
    color: #ffffff;
    font-size: 2.5rem;
    margin-bottom: 15px;
}

        .card-title {
            font-size: 1.1rem;
            font-weight: 700;
            margin-bottom: 10px;
            line-height: 1.2;
           color: #ffffff;
        }

        .card-text {
           font-size: 16px;
            color: #fff;
            margin-bottom: 0;
        }

    
       


        .why-col1{
            margin-bottom: 2rem;

              margin-left: 32rem;
        }


         .why-col2{
            margin-bottom: 2rem;

               margin-left: 13rem;
        }


         .why-col3{
            margin-bottom: 2rem;

               margin-left: 13rem;
        }                         


/*services*/


   .premium-services-section {
        padding: 80px 0;
        background-color: #ffffff;
    }


    
.our-services-title{
     color: #1f71bf;
    font-weight: 800;
    text-align: center;
    letter-spacing: 1px;
    font-size: 3rem;
    font-family: 'Orbitron', sans-serif;
    text-transform: capitalize !important;
}

    
.main-heading-bold {
    font-size: 33px;
    text-align: center;
    font-weight: 600;
 color:#d28638;
    margin-top:-2rem;
   margin-bottom:2rem;
    line-height: 1.2;
}


  


.minimal-box {
    position: relative;
    background: transparent; 
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    transition: all 0.3s ease;
}

.minimal-icon-wrapper {
    width: 100%;
    height: 297px; 
    overflow: hidden;
    border-radius: 10px;
}

.minimal-icon-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.minimal-box-card {
    position: relative;
    background: #ffffff;
    width: 85%;           
    margin: -16px auto 20px; 
    padding: 30px 20px;
    border-radius: 8px;    
 box-shadow: 0px 0 25px rgba(0, 0, 0, 0.1);
    z-index: 2;            
}

.minimal-box h3 {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #d28638;
            
    margin: 0;
}

.contact-title{
    color: rgb(31, 113, 191);
    font-weight: 800;
    letter-spacing: -3px;
    font-size: 3rem;
            

}


.header-desc {
    color: #777;
    margin-top: 20px;
    font-size: 16px;
}




    /*gallery*/

    
.gallery {
    padding: 6rem 0rem;
    background-color: #fbf9f9;
}


.gallery-title {
    color:#1f71bf;
    font-weight: 800;
    text-align: center;
    letter-spacing: 1px;
    font-size: 3rem;
    font-family: 'Orbitron', sans-serif;
    text-transform: capitalize !important;
   margin-bottom: 5rem;
    margin-top: 1rem;
}

.gallery-btn{
    margin: auto;
}


.wrapper{
  --_gap: .5rem;
  --_offset: 10%;
  --_offset-1: calc(var(--_offset) * 1);
  --_offset-2: calc(var(--_offset) * 2);
  --_offset-3: calc(var(--_offset) * 3);
  --_offset-7: calc(var(--_offset) * 7);
  --_offset-8: calc(var(--_offset) * 8);
  --_offset-9: calc(var(--_offset) * 9);
    

  margin: 2rem auto;
  color: white;
 
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 var(--_gap);
  pointer-events: none;
  transform-style: preserve-3d;
  
}


.wrapper > div{
  position: relative;
  pointer-events: auto;
  aspect-ratio: 1;
  transition: scale 500ms ease-in-out, filter 500ms ease-in-out, clip-path 500ms ease-in-out 500ms;
  clip-path: polygon(var(--_clip-path));
  transform: translate3d(0,0,0);
}
.wrapper img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.wrapper > div:nth-child(n+4){
 margin-top: calc(var(--_offset-3) * -1 + var(--_gap));
}

.wrapper > div:nth-child(1){ --_clip-path: 0 0, 100% 0, 100% var(--_offset-9), 0 100%;}
.wrapper > div:nth-child(2){ --_clip-path: 0 0, 100% 0, 100% var(--_offset-8), 0 var(--_offset-9);}
.wrapper > div:nth-child(3){ --_clip-path: 0 0, 100% 0, 100% var(--_offset-7), 0 var(--_offset-8);}
  
.wrapper > div:nth-child(4){ --_clip-path: 0 var(--_offset-3), 100% var(--_offset-2), 100% var(--_offset-8), 0 var(--_offset-7);}
.wrapper > div:nth-child(5){ --_clip-path: 0 var(--_offset-2), 100% var(--_offset-1), 100% var(--_offset-9), 0 var(--_offset-8);}
.wrapper > div:nth-child(6){ --_clip-path: 0 var(--_offset-1), 100% 0%, 100% 100%, 0 var(--_offset-9);}

.wrapper > div:nth-child(7){ --_clip-path: 0 0%, 100% var(--_offset-1), 100% 100%, 0 100%;}
.wrapper > div:nth-child(8){ --_clip-path: 0 var(--_offset-1), 100% var(--_offset-2), 100% 100%, 0 100%;}
.wrapper > div:nth-child(9){ --_clip-path: 0 var(--_offset-2), 100% var(--_offset-3), 100% 100%, 0 100%;}


.wrapper > div:hover{
  transition: scale 500ms ease-in-out, filter 500ms ease-in-out, clip-path 500ms ease-in-out 500ms;
  scale: 1.3;
  --_clip-path: 0 0, 100% 0, 100% 100%, 0 100%;
  z-index: 100;
  opacity: 1;
}

.wrapper:has(:hover) > div:not(:hover){
  filter: grayscale(1) blur(3px);
  opacity: .5;
  scale: 0.9;
}


@keyframes zIndexHack {
  0%, 100% { z-index: 100; }
}

/*about us*/
/*
    .hero-section {
            background: linear-gradient(rgba(10, 25, 47, 0.8), rgba(10, 25, 47, 0.8)), 
                        url('https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?q=80&w=2070') top/cover;
            padding: 100px 0;
            color: white;
        }
        */

        /*
.hero-content-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 5rem;
    text-align: center;
    color: #fff;
}


.hero-content-box p {
    font-size: 2.2rem;
    color: #d28638;
}
*/

.trust-bar {background-color: #fbf9f9 !important;}


.trust-text {
    margin: 7px;
    font-size: 18px;
    color: #032647;
    font-weight: bold;
    text-transform: uppercase;
}




.trust-icon {
    margin-bottom: 1rem;
}

.trust-icon i {
    font-size: 43px;
  
   color: #d28638;
}

/*
.trust-text {
    margin: 7px;
    font-size: 18px;
 
    color: #000000;
}*/




.about1{
       padding: 5rem 0rem;
       
}

.about-para {
    color: #000;
    text-align: justify;
    font-size: 16px;
}


/*Deemed Meaning*/

.deemed-section {
    padding: 8rem 0rem;
    background-color: #fbf9f9;
    text-align: center;
}


.deemed-title {
    color: rgb(31, 113, 191);
    font-weight: 800;
    text-align: center;
    letter-spacing: 1px;
    font-size: 3rem;
    font-family: 'Orbitron', sans-serif;
    text-transform: capitalize !important;
}


.meaning-list-layout {
    display: flex;
  
    align-items: center;
    
    margin: 0 auto;
    padding-top: 20px;
}

.meaning-item {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 25px;
    padding: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.meaning-item:last-child {
    border-bottom: none;
}

.meaning-letter {
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 1;
    margin-right: 15px;
    /* color: #030972; */
    padding: 5px 10px;
    border: 2px solid #c5a059;
    border-radius: 4px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.gold-accent {
    
        color: #c5a059;
}

.white-bold {
    color: black;
    font-weight: 400;
    text-align: left;
}



/*core value section*/



.core-values-section {
    padding: 10rem 0rem;
   

   background: rgb(255 255 255 / 8%);
    border-radius: 11px;
    box-shadow: 0 4;
    text-align: center;
}



.core-value-title {
    color:rgb(31, 113, 191);
    font-weight: 800;
    text-align: center;
    letter-spacing: 1px;
    font-size: 3rem;
    font-family: 'Orbitron', sans-serif;
    text-transform: capitalize !important;
}


.timeline-container {
    position: relative;
    padding-top: 40px;
}


.timeline-line {
    position: absolute;
    top: 75px;
    left: 5%;
    right: 5%;
    height: 4px;
    background: linear-gradient(to right, transparent, #d4af37, #c5a059, transparent);
   
}

.value-card {
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
}


.circle-icon {
    width: 75px;
    height: 75px;
    background: #ffffff;
    border: 3px solid #d4af37; 
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #0a2351;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}



.content-box h4 {
    color: #0a2351;
    font-size: 18px;
    font-weight: 700;
    margin-top: 10px;
}


/*vision mission*/


.mission-vision {
  background-color: rgb(31, 113, 191);
    color: white;
    padding: 6rem 0rem;
    border-bottom: 4px solid var(--accent-gold);
}



.vision-section {
    position: relative;
background: url(images/vision-img.png) no-repeat center center;
    background-size: cover;
   /* padding: 40px;*/
    min-height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0rem;
    border-radius: 10px;
    overflow: hidden;
}



.vision-overlay-box {
    padding: 40px;
    color: white;
    text-align: left;
    
   
    display: flex;
    flex-direction: column;
    justify-content: space-between; 
    height: 100%; 
    min-height: 300px; 
}


.vision-overlay-box h4 {
    font-size: 2rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: -15rem; 
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  
    width: 100%;
}



.mission-section {
    position: relative;
    
  
    background-size: contain; 
    min-height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;

  margin-top: 6rem;
    border-radius: 10px;
    overflow: hidden;
   
}




.mission-overlay-box {
    padding: 40px;
    color: white;
    text-align: left;
    
   
    display: flex;
    flex-direction: column;
    justify-content: space-between; 
    height: 100%; 
    min-height: 300px; 
}




.mission-overlay-box h4 {
    font-size: 2rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: -15rem; 
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
   
    width: 100%;
}




.mission-img {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
  
    width: 60%;
    margin: auto;
    height: auto;
    min-height: 40vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    border-radius: 10px;
    margin-bottom: 1rem;
    overflow: hidden;
    margin-top: 15rem;
}



.lead-new {
    font-size: 16px;
    line-height: 1.8;
    color: #fff;
    text-align: center;
    padding: 20px;
   background: rgb(255 255 255 / 10%);
    backdrop-filter: blur(5px);
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    margin-top: -5rem;
}


.mission-title {
    color: #fff;
    font-weight: 800;
    letter-spacing: 2px;
    text-align: center;
    font-size: 2.5rem;
    margin-top: -3rem;
    margin-bottom: 4rem;  
}


.mission-item {
    display: flex;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid rgba(197, 160, 89, 0.2); 
    text-align: left; 
}


.mission-list {
    max-width: 600px;
    width: 100%;
    margin: 0 auto; 
    margin-top: -5rem;
}




.icon-wrap {
    width: 60px;
    height: 60px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #ffffff;
    margin-right: 20px;
    flex-shrink: 0;
}



.mission-text p {
    margin: 5px 0 0;
    color: #fff; 
   font-size: 16px;
    line-height: 1.4;
}



.vision-section1 {
    position: relative;
    background-size: contain; 
    min-height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6rem;
    border-radius: 10px;
    overflow: hidden;
}






.vision-img {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    
    width: 60%;
    height: auto;
    margin: auto;
    min-height: 40vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 15rem;
    margin-bottom: 1rem;
}



/*org structure*/

.org-section {
    padding: 6rem 0rem;
}




.org-title {
        color: rgb(31, 113, 191);;
        font-weight: 800;
        text-align: center;
        letter-spacing: 1px;
        font-size: 3rem;
        margin-bottom: 5rem;
        margin-top: -3rem;
        text-transform: capitalize !important;
    }


.no-border { 
    border: none !important; 
}




    .canvas {
      
        height: 700px;
        position: relative;
        margin-top: 20px;
    }

   .box {
    position: absolute;
    background-color: #251e18;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0px 1px 13px 7px #dee2e6;
    font-size: 24px;
    padding: 8px 12px;
    z-index: 10;
    transform: translateX(-50%);
}
   
   .line {
    position: absolute;
    background-color: #b88630;
    z-index: 1;
}

    .b-dir { top: 10px; left: 50%; width: 180px; }
    .b-exec { top: 100px; left: 50%; width: 220px; }
    .b-vp { top: 200px; left: 25%; width: 160px; }
    .b-gm { top: 200px; left: 50%; width: 180px; }
    .b-fin { top: 180px; left: 75%; width: 180px; }


.b-train {
    top: 290px;
    left: 69%;
    width: 180px;
    font-size: 20px;
}



    .b-bm {
         top: 310px;
          left: 50%; 
          width: 180px;
         }


    .b-om { 
        top: 410px; 
        left: 50%;
         width: 180px;
         }

    .b-am { 
        top: 510px; 
        left: 50%; 
        width: 180px; 
    }


    .spine { 
        width: 2px;
         height: 550px; 
         left: 50%; 
         top: 40px;
          transform: translateX(-50%);
         }

  
    .crossbar {
         width: 50%;
          height: 2px;
           left: 25%;
            top: 170px; 
        }


    .v-vp { 
        width: 2px; 
        height: 30px;
         left: 25%;
          top: 170px; 
        }


    .v-fin {
         width: 2px;
          height: 10px; 
          left: 75%; 
          top: 170px;
         }


    .diag {
        width: 150px;
        height: 2px;
        left: 55%;
        top: 250px;
        transform: rotate(25deg);
        transform-origin: left;
    }


    .bracket {
        position: absolute;
        border-left:1.5px solid #b88630;
        border-bottom: 1.5px solid #b88630;
        width: 80px;
        height: 40px;
        z-index: 1;
    }

 

    .br-bm-l
 {
    top: 317px;
    left: 39%;
}
   
.br-bm-r {
    top: 317px;
    right: 39%;
    transform: scaleX(-1);
}

  .br-om-l {
    top: 417px;
    left: 39%;
}
    

.br-om-r

 {
    top: 418px;
    right: 39%;
    transform: scaleX(-1);
}

.br-am-l

 {
    top: 517px;
    left: 39%;
}
   

.br-am-r {
    top: 516px;
    right: 39%;
    transform: scaleX(-1);
}




/*mnagement*/


.management-section {
    padding: 80px 0;
    background: #fff;
    margin-top:5rem;
}




.management-title {
    color:rgb(31, 113, 191);
    font-weight: 800;
    text-align: center;
    letter-spacing: 1px;
    font-size: 3rem;
    font-family: 'Orbitron', sans-serif;
    text-transform: capitalize !important;
    margin-bottom:5rem;
}


.management-zigzag-container {
    max-width: 1200px;
    margin: 0 auto;
}


.leadership-row {
    display: flex;
    align-items: center;
    margin-bottom: 100px; 
    gap: 0px;
}





.team-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 80px;
    gap: 60px; 
}


.team-section.team-reverse {
    flex-direction: row-reverse;
}


.team-info-container {
    flex: 1;
    margin-top: -10rem;
}

.team-image-container {
    flex: 0 0 35%;
}

.team-image-container img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    transition: transform 0.3s ease;
}


.team-image-container img:hover {
    transform: scale(1.03);
}






.leader-data-box {
    flex: 1;
    margin-top: -10rem;
}



.accent-border {
   
    border-left: 5px solid #d28638;
    padding-left: 20px;
    margin-bottom: 25px;
    background: rgb(31, 113, 191);
    padding-top: 15px;
    padding-bottom: 15px;
}


.leader-name {
    font-size: 2rem;
    font-weight: 800;
    color: #ffffff;
    margin: 0;
}

.leader-title {
    font-size: 1rem;
    font-weight: 600;
  color: #fff;
    text-transform: capitalize;
}


.leader-bio {
    font-size: 16px;
    line-height: 2.8;
    color: #444;
    text-align: justify;
    margin-top: 4rem;
}


.leader-image-box {
    flex: 1;
    position: relative;
}



.leader-image-box img {
    width: 80%;
    height: auto;
    float: inline-end;
    display: math;
    box-shadow: 0px 0px 20px 3px rgb(98 98 98 / 18%);
    border-radius: 10px;
}




/*service*/

  .service-section {
    padding: 88px 0;
}
 



.service-title {
   
    color:rgb(31, 113, 191);
    font-weight: 800;
    text-align: center;
    letter-spacing: 1px;
    font-size: 3rem;
    font-family: 'Orbitron', sans-serif;
    text-transform: capitalize !important;
    margin-bottom:5rem;
    margin-top:3rem;
}



.manpower-section{
    padding: 88px 0;
    background-color: #032647;
}

    .what-para {
    color: #000a17;
    font-size: 16px;
    margin-bottom: 7rem;
    text-align: justify;
}
.img-frame {
        position: relative;
        overflow: hidden;
        border-radius: 4px;
        box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    }

    .img-frame img {
        width: 100%;
        height: 400px;
        object-fit: cover;
        transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    }

    .img-frame:hover img { transform: scale(1.05); }

   
    .service-heading {
    font-weight: 800;
    color:rgb(31, 113, 191);

    margin-bottom: 8px;
    font-size: 3rem;
    line-height: 1.2;
    TEXT-TRANSFORM: math-auto;
}

 .accent-title {
        font-size: 13px;
        color: rgb(31, 113, 191);;
        text-transform: uppercase;
        font-weight: 800;
        letter-spacing: 1.5px;
        margin-bottom: 12px;
        display: block;
    }

    
 .accent-title1 {
        font-size: 13px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 800;
        letter-spacing: 1.5px;
        margin-bottom: 12px;
        display: block;
    }

.sub-text {
    color: #d28638;
    font-style: italic;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 500;
}

.service-list-saned {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 13px;
}

.service-list-saned li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 9px;
    color: #444;
    font-size: 18px;
}
    .service-list-saned li::before {
        content: "\f00c"; 
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        position: absolute;
        left: 0;
         color: #0d1a26;
    }

    

    
.service-list-saned1 {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 13px;
}

.service-list-saned1 li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 9px;
    color: #fff;
    font-size: 18px;
}
    .service-list-saned1 li::before {
        content: "\f00c"; 
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        position: absolute;
        left: 0;
         color: #fff;
    }

    

    .service-read-more-link {
        color: #1a1a1a;
        font-weight: 700;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 12px;
        letter-spacing: 1px;
        display: inline-flex;
        align-items: center;
        margin-top: 30px;
           border-bottom: 2px solid #0d1a26;
        padding-bottom: 5px;
    }


    
    .service-read-more-link1 {
        color: #fff;
        font-weight: 700;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 12px;
        letter-spacing: 1px;
        display: inline-flex;
        align-items: center;
        margin-top: 30px;
           border-bottom: 2px solid #fff;
        padding-bottom: 5px;
    }



    /*training*/

    
    

.hero-section {
    background: linear-gradient(rgb(0 85 165 / 30%), rgb(3 38 71)), url(images/training-bg.jpg) top / cover;
    padding: 150px 0 100px;
    color: white;
}
        

.Training-List{
 

    background: url(images/training-list.png) top / cover;
  
   
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top:3rem;
}

.lead1 {
    font-size: 17px;
    font-weight: 300;
    color: #fff;
    text-align: justify;
    text-align: center;
}
      
.training-para {
   
      font-size: 16px;
    font-weight: 300;
    text-align: justify;
    color:black;
}
 

.training-section{
    padding-top: 0rem;
}
 


.training-maintitle {
    color:rgb(31, 113, 191);
    font-weight: 800;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 5rem;
    font-size: 3rem;
    font-family: 'Orbitron', sans-serif;
    text-transform: capitalize !important;
}


        .training-card {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    padding: 30px 20px;
    border-radius: 12px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}

.training-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(3, 9, 114, 0.1);
    
    border-color: #0055a5;
}



.card-header-icon {
    font-size: 2.5rem;
    color: #B29475; 
    margin-bottom: 20px;
}



.training-card-title {
    font-size: 1.1rem;
    font-weight: 700;

    color: #0055a5;
    margin-bottom: 15px;
    min-height: 55px; 
}

.training-card-text {
    font-size: 16px;
    color: #555;
    line-height: 1.5;
}

        .training-title{
            color: #fff;
            font-size: 3rem;
        }


          .icon-list li {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    
   
    background: rgba(255, 255, 255, 0.1); 
    backdrop-filter: blur(10px);         
    -webkit-backdrop-filter: blur(10px);  
    
    border: 1px solid rgba(255, 255, 255, 0.2); 
    border-radius: 12px;                
    padding: 15px;                        
    
   
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}






        .icon-list i {
    color: #fff;
    margin-right: 20px;
    font-size: 2.5rem;
}

 .training-text{
        color: #fff;
      }




        .check-list li {
           
           margin-bottom: 22px;
            display: flex;
            align-items: flex-start;
            margin-left:2rem;
            margin-top:3rem;
             margin-bottom: 3rem;
        }

        .check-list{
            background: rgba(255, 255, 255, 0.1); 
            backdrop-filter: blur(10px);         
            -webkit-backdrop-filter: blur(10px);  
    
           border: 1px solid rgba(255, 255, 255, 0.2); 
          border-radius: 12px;   
   
          height: auto;
        }



        .check-list i {
               color: #fff;
            margin-right: 10px;
            margin-top: 4px;
        }


        



/*job training*/




.job-title {
    color:rgb(31, 113, 191);
    font-weight: 800;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 5rem;
    font-size: 3rem;
    font-family: 'Orbitron', sans-serif;
    text-transform: capitalize !important;
}




        .training-tabs-container {
            background: #f8f9fa;
            border-radius: 8px;
            overflow: hidden;
        }

        .nav-pills .nav-link {
            color: #333;
            text-align: left;
            padding: 20px;
            border-bottom: 1px solid #dee2e6;
            border-radius: 0;
            font-weight: 500;
        }

        .nav-pills .nav-link.active {
            background-color: #fff;
            color: #b8860b;
           border-left: 5px solid #0d1a26;
        }

        .nav-link:hover {
   /* background-color: #0d1a26 !important;*/
    border-radius: 5px;
    color: #000 !important;
     border-top: 2px solid #0d1a26;
}

        .tab-content {
            padding: 30px;
            background: #fff;
            min-height: 300px;
        }

        /*
        .icon-list li {
            margin-bottom: 25px;
            display: flex;
            align-items: center;
        }*/


      

      
     

        .about-line {
            width: 40px;
            height: 3px;
          /*  background-color:#C82333;*/
            margin-right: 15px;
        }

        .sub-about {
         color: #0055A5;
            font-weight: 800;
            font-size: 2.5rem;
        }

        .gallery-card img {
            width: 100%;
            height: 250px; 
            object-fit: cover; 
            transition: 0.3s;
        }

        .gallery-card img:hover {
            transform: scale(1.02);
            box-shadow: 0 10px 20px rgba(0,0,0,0.2);
        }

            



/*gallery*/

.gallery-section{
    margin-top:2rem;
    margin-bottom:5rem;
}

    
    .tab-menu { text-align: center; padding: 20px; }
    .tab-btn { padding: 10px 25px; margin: 5px; cursor: pointer; border: 1px solid #ddd; background: white; font-weight: bold; border-radius: 4px; }
    .tab-btn.active { background:#d28638; color: white; border-color: #d28638; }

    .tab-content { display: none; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 15px; padding: 20px; }
    .tab-content.active { display: grid; }
    .img-box { height: 200px; cursor: pointer; border-radius: 4px; overflow: hidden; border: 1px solid #ccc; transition: 0.3s; }
    .img-box:hover { transform: scale(1.03); box-shadow: 0 5px 15px rgba(0,0,0,0.2); }
    .img-box img { width: 100%; height: 100%; object-fit: cover; }

    /* Fix: Bootstrap conflict handles here */
    #myModal.modal {
        display: none; 
        position: fixed; 
        z-index: 10000 !important; /* Bootstrap header se upar rakhne ke liye */
        left: 0; top: 0; width: 100%; height: 100%; 
        background: rgba(0,0,0,0.9) !important; 
        opacity: 1 !important; /* Bootstrap opacity fix */
    }

    .modal-top-bar {
        position: absolute; top: 0; width: 100%; padding: 15px 30px;
        display: flex; justify-content: flex-end; z-index: 10001;
    }
    .close-btn { font-size: 50px; cursor: pointer; color: #fff; line-height: 1; }

    .main-display {
        display: flex; align-items: center; justify-content: center;
        height: 70vh; width: 100%; margin-top: 60px;
    }
    
    /* Image ko center aur visible banane ke liye */
    .modal-img { 
        max-height: 90%; 
        max-width: 85%; 
        border: 2px solid #333; 
        display: block; 
        margin: auto; 
        object-fit: contain; 
    }

    .nav-arrow { position: absolute; top: 50%; transform: translateY(-50%); font-size: 50px; cursor: pointer; color: #fff; padding: 20px; z-index: 10002; }
    .prev { left: 10px; }
    .next { right: 10px; }

    .thumb-strip {
        position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%);
        display: flex; gap: 8px; overflow-x: auto; max-width: 90%; padding: 10px;
    }
    .strip-img { width: 80px; height: 55px; border: 2px solid #444; cursor: pointer; opacity: 0.5; flex-shrink: 0; }
    .strip-img img { width: 100%; height: 100%; object-fit: cover; }
    .active-strip { border-color: #fff; opacity: 1; transform: scale(1.1); }

    .img-info { text-align: center; color: #ccc; position: absolute; bottom: 100px; width: 100%; }



    /*clients*/
   
    
.client-title {
    color:rgb(31, 113, 191);
    font-weight: 800;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 5rem;
    font-size: 3rem;
    font-family: 'Orbitron', sans-serif;
    text-transform: capitalize !important;
}


   
.row-cols-7 > .col {
    flex: 0 0 auto;
    width: 14.285714%;
    display: flex;
    justify-content: center;
    align-items: center;
}




.client-box {
    width: 100%;
    height: 110px; 
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: #ffffff;

    border: 1px solid #e0e0e0; 
    border-radius: 4px;
    transition: all 0.3s ease;
}

.client-box:hover {
 
    border-color: #030972; 
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transform: translateY(-3px);
}

.client-box img {
    max-width: 100%;
    max-height: 80px;
    object-fit: contain;
 
    border: none !important; 
}


/*contact us*/
    
.contact-title {
    color:rgb(31, 113, 191);
    font-weight: 800;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 1rem;
    font-size: 3rem;
    font-family: 'Orbitron', sans-serif;
    text-transform: capitalize !important;
}




/*footer*/






.footer-section {
background-color: rgb(31, 113, 191);
   color: #fff;
}



.footer-logo {
    width: 120px;
   
}

.footer-heading {
    color: #fff;
    font-size: 1.3rem;
    font-weight: 700;
    border-bottom: 2px solid #fff;
    padding-bottom: 5px;
    display: inline-block;
}

.footer-description, .footer-address, .contact-info p {
    font-size: 0.95rem;
    line-height: 1.6;
    color:#fff;
    margin-bottom: 8px;
}


.footer-icon  {
    color: #fff;
    /*font-size: 1.1rem;*/
}


.footer-links-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links-list li {
    margin-bottom: 8px;
}
/*
.footer-link {
    color: #212529;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.3s;
    transition: all 0.3s ease;
}
*/

/*
.footer-link {
    color: #fff;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.3s;
}

.footer-link:hover {
    color: #0055a5;
    text-decoration: none;
    padding-left: 11px;
}*/

.footer-link {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    display: inline-block; 
    transition: all 0.3s ease; line-height: 2.5rem;
}

.footer-link:hover {
    color: #d28638;
    transition: all 0.3s ease;
    padding-left:10px;
}



.contact-footer-info{
    margin-left:-0rem;
}

.contact-footer-info p{
color:#fff;
font-size:14px;
}


.contact-icon1 {
    color: black;
}

.contact-text-muted{
    color: black !important;
}

.contact-subtext{
    font-weight: 700 !important;
color: #d28638;
    margin-bottom: .25rem !important;
}

.send-title{
    margin-bottom: 1.5rem !important;
    color: #d28638;
    font-weight: 700 !important;
}


/*
.contact-footer-info p:hover {
  color: #0055a5;
  text-decoration: none;
  padding-left: 11px;
}
*/



.footer-bottom {
  
    background-color: rgb(31, 113, 191);
    width: 100%;              
    padding: 25px 0;           
    margin-top: 50px;         
    border-top: 1px solid #d28638;
}

.copyright-text {
    font-size: 15px;
    color: #fff;
    margin: 0;
}




.footer-col {
    padding-left: 3rem;
    padding-right: 3rem;
}


.map-placeholder {
    background-color: #2c3e50;
    height: 150px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #cccccc;
    font-size: 0.9rem;
    border: 1px dashed #44586d;
}




.social-links-footer{
 margin-top: 1rem;
    align-items: center;
    gap: 15px;
}

.social-links-footer a{

  color:#fff;
    text-decoration: none;
    font-size: 16px;
}

.social-links a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

.social-icons a {
    font-size: 16px;        
    margin-right: 15px;      
    color: #fff;    
    text-decoration: none;
    transition: 0.3s;
}


.social-icons a:hover{
   color: #c5a059;
}



.covid-btn {
    background-color: #ffeb3b; 
    
    color: black !important;
    padding: 4px 10px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 12px;
    margin-right: 5px;
}



   header {
    background-color:#1f71bf;
}



.clients-section{
    margin-top: 8rem;
    margin-bottom: 5rem;
}

/*

.footer-floating-icons {
    position: fixed;
    bottom: 25px;
    left: 30px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 9999;
}

.float-wp {
    width: 45px;
    height: 45px;
    background-color: #25d366;
    color: white;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 89rem;
    font-size: 24px;
    text-decoration: none;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    transition: 0.3s;
}




.scroll-top {
    background-color: #007bff; 
    color: #ffffff;           
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;              
    height: 50px;
    border-radius: 50%;        
    text-decoration: none;
    transition: background 0.3s ease;
}


.scroll-top:hover {
    background-color: #0056b3;
    color: #eeeeee;
}

*/




.footer-floating-icons {
    position: fixed;
    bottom: 25px;
    /* Left se hata kar Right set kiya */
    right: 30px; 
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 9999;
}

.float-wp {
    width: 45px;
    height: 45px;
    background-color: #25d366;
    color: white;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-right ko remove kiya taaki position fix rahe */
    font-size: 24px;
    text-decoration: none;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    transition: 0.3s;
}


.scroll-top {
    background-color: #ffffffb5;
    color: #032647;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 12px;
    text-decoration: none;
    transition: background 0.3s ease;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}
/*
.scroll-top {
    background-color:#032647; 
    color: #ffffff;           
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px; 
    height: 45px;
    border-radius: 12px; 
    text-decoration: none;
    transition: background 0.3s ease;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}*/

.scroll-top:hover {
    background-color: #0056b3;
    color: #eeeeee;
}




.footer-company-name {
    font-size: 18px; 
    font-weight: 700;
    margin-bottom: 0;
}

.footer-credits {
    font-size: 16px; 
    color: #ccc;
}
