/* General Styles */
body {
    background-color: #0f0e17 !important;
    /* font-family: 'Poppins', sans-serif !important; */
    background-image: url('../images/Top_Group.png');
    background-position-x: right;
    background-repeat: no-repeat;
    overflow-x: hidden;

    font-family: 'Poppins', sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    text-underline-position: from-font !important;
    text-decoration-skip-ink: none !important;
    margin: 0; /* Reset default margin */
    padding: 0; /* Reset default padding */
}

#connet-btn{
    color: #0EFB4D !important;
    border-color: #0EFB4D  !important;
}

/* Hero Section */
.hero-section {
    /* background: linear-gradient(45deg, #2a0b6b, #4d0099, #6d009e); */
    height: 35vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    /* -webkit-box-shadow: 0px -200px 85px -123px rgba(30,24,184,1);
    -moz-box-shadow: 0px -200px 85px -123px rgba(30,24,184,1);
    box-shadow: 0px -200px 85px -123px rgba(30,24,184,1); */
}

.hero-section h1 {
    color: #ff44c4;
}

.images-section .row {
    display: flex;
    align-items: stretch;
    gap: 5px;
}

.images-section .custom-img {
    width: 100%;
    height: 150px; /* Set a fixed height to align images evenly */
    object-fit: cover; /* Ensures that images are cropped evenly without distortion */
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.images-section .custom-img:hover {
    transform: scale(1.08);
}

/* Remove default margin */
.images-section .col {
    padding: 0 !important; /* Removes space between images */
    margin: 0 !important;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.see-all-link {
    color: #0EFB4D;
    text-decoration: none;
    font-weight: 500;
}

.see-all-link:hover {
    text-decoration: underline;
}

.gradient-hr{
    border: 0;
    height: 2px !important;
    background: linear-gradient(to right, #ff44c4, #6d009e, #0EFB4D);
    margin-top: 0;
    margin-bottom: 20px;
}

.gradient-hr-4{
    height: 4px !important;
}

.color-1{
    color: #0EFB4D !important;
}

.btn-outline-1{
    border-color: #0EFB4D  !important;;
}

.services-and-niche-section{
    background: linear-gradient();
}

.our-niche .carousel-wrapper{
    background-image: URL('../images/Rectangle 18.png');
}

.color-2{
    color: #FF12DC !important;
}

.color-4{
    color: #ffffff;
}

.color-5{
    color: #8D8D8D !important;
    /*color: #ffffff;*/
}

.carousel-container {
    position: relative;
    width: 90%;
    max-width: 1200px;
    overflow: hidden;
    margin: 0 auto; /* Center carousel */
    display: flex;
    flex-direction: column; /* Stack elements vertically */
    align-items: center; /* Center align content */
}

.carousel-wrapper {
    display: flex;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 20px; /* Add spacing between carousel and buttons */
}

.carousel {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.carousel-image {
    flex: 0 0 20%;
    max-width: 33%;
    padding: 10px;
}

.carousel-image img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 10px;
}

.image-description {
    font-size: 14px;
    color: #333;
    padding: 5px 0;
    text-align: center;
    width: 100%;
}

/* Buttons below the carousel */
.carousel-nav-buttons {
    display: flex;
    justify-content: center;
    gap: 10px; /* Space between buttons */
}

.slider-nav {
    background-color: transparent;
    color: #FF12DC;
    border: 1px solid #FF12DC;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 50%;
    font-size: 16px;
    font-weight: bold;
    transition: all 0.3s ease;
    height: 45px;
    width: 45px;
}

.slider-nav:hover {
    background-color: #FF12DC;
    color: #fff;
}

/* Remove absolute positioning for buttons */
.prev,
.next {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    transform: none;
}

.fs-7 {
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 22.4px !important;
}

.border-color-1 {
    border-color: #FF12DC !important;
}

.home-contact .container, .our-network .container{
    background: rgba(104,0,89, 0.2);
    background: linear-gradient(155deg, rgba(104, 0, 89, 0.2) 80%, rgba(255, 28, 247, 0.2) 100%);
}



.home-contact .container-fluid{
    background: rgba(104,0,89, 0.2);
    background: linear-gradient(155deg, rgba(104, 0, 89, 0.2) 80%, rgba(255, 28, 247, 0.2) 100%);
}




.words-of-appreciation {
    background: url('../images/Vector (1).png');
    background-repeat: no-repeat;
    background-size: 20em;
}

.home-form{
    display: flex;
    border: 1px solid #878787;
    border-radius: 40px;
    color:#878787;
}

input.form-control.input-home.rounded-5{
    background-color:transparent;
    border: 1px solid #280826;
    color:#fff;
}
input.form-control.input-home.rounded-5:focus{
    box-shadow: none;
}
.home-submit{
    background-color: #0EFB4D !important;
    border: none;
    color: #000;
}

.registration-form{
	padding: 10px 0;
}
.iconnew{
    padding:10px;
    color:#878787;
    text-align: center;
}
.regi-form{
  display: flex;
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid #878787;
  border-radius: 40px;
  /* border-color :#fff; */
  margin-bottom: 25px;
  padding: 5px 10px;
    /* background-color:#280826; */
    color:#878787;
}

.registration-form form{
    /* background-color: #fff; */
    background-image: linear-gradient(to bottom right, #280826, #280826, #482063);
    max-width: 400px;
    margin: auto;
    padding: 40px 55px;
    border-radius:4px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
}

.registration-form .form-icon{
	text-align: center;
    /* background-color: #5891ff; */
    border-radius: 50%;
    font-size: 40px;
    color: white;
    width: 100px;
    height: 100px;
    margin: auto;
    margin-bottom: 50px;
    line-height: 100px;
}

.registration-form .item{
    background-color:#280826;
    color:#fff;
    border : 1px solid #280826;
}

.registration-form .submit{
    border-radius: 30px;
    padding: 15px;
    font-size: 18px;
    font-weight: bold;
    background-color: #0EFB4D;
    border: none;
    color: #000;
    margin-top: 20px;
    width: 100%;
}

.registration-form .social-media{
    max-width: 600px;
    background-color: #fff;
    margin: auto;
    padding: 35px 0;
    text-align: center;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    color: #9fadca;
    border-top: 1px solid #dee9ff;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
}

.registration-form .social-icons{
    margin-top: 30px;
    margin-bottom: 16px;
}

.registration-form .social-icons a{
    font-size: 23px;
    margin: 0 3px;
    color: #5691ff;
    border: 1px solid;
    border-radius: 50%;
    width: 45px;
    display: inline-block;
    height: 45px;
    text-align: center;
    background-color: #fff;
    line-height: 45px;
}
.icon {
    padding:10px;
    color:#878787;
    text-align: center;
}

.registration-form .social-icons a:hover{
    text-decoration: none;
    opacity: 0.6;
}
input::placeholder {
    color: #878787 !important; 
    opacity: 1;
}

@media (max-width: 576px) {
    .registration-form form{
        padding: 50px 20px;
    }

    .registration-form .form-icon{
        width: 70px;
        height: 70px;
        font-size: 30px;
        line-height: 70px;
    }
}

/* ===============================
   FORM WRAPPER
================================ */
.registration-form{
    padding: 10px 0;
}

.registration-form form{
    background-image: linear-gradient(to bottom right, #280826, #280826, #482063);
    max-width: 100%;
    margin: auto;
    padding: 40px 55px;
    border-radius: 6px;
}

/* ===============================
   INPUT WRAPPER
================================ */
.home-form{
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid #878787;
    border-radius: 40px;
    padding: 6px 12px;
    margin-bottom: 25px;
}

/* ===============================
   INPUT FIELD
================================ */
input.form-control.input-home.rounded-5{
    background-color: transparent;
    border: none;
    color: #fff;
    width: 100%;
    height: 42px;
    padding-left: 45px;
    font-size: 15px;
}

input.form-control.input-home.rounded-5::placeholder{
    color: #878787;
    opacity: 1;
}

input.form-control.input-home.rounded-5:focus{
    outline: none;
    box-shadow: none;
}

/* ===============================
   ICON INSIDE INPUT
================================ */
.iconnew{
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: #878787;
    font-size: 16px;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

/* Hide icon when typing or focus */
.home-form input:focus ~ .iconnew,
.home-form input:not(:placeholder-shown) ~ .iconnew{
    opacity: 0;
}


.was-validated .form-control:invalid {
  border-color: #ff4d4d;
}

.was-validated .form-control:valid {
  border-color: #0EFB4D;
}

/* ===============================
   SUBMIT BUTTON
================================ */
.home-submit{
    background-color: #0EFB4D !important;
    border: none;
    color: #000;
    font-weight: 600;
    height: 48px;
    border-radius: 40px;
    transition: all 0.3s ease;
}

.home-submit:hover{
    background-color: #10ff55 !important;
}

/* ===============================
   GENERAL ICON STYLE (if used)
================================ */
.icon{
    padding: 10px;
    color:#878787;
    text-align: center;
}

/* ===============================
   MOBILE RESPONSIVE
================================ */
@media (max-width: 576px){
    .registration-form form{
        padding: 30px 20px;
    }

    input.form-control.input-home.rounded-5{
        font-size: 14px;
    }
}



/* Center website */
.portfolio-page .main {
    max-width: 1000px;
    margin: auto;
}

.portfolio-page h1 {
    font-size: 50px;
    word-break: break-all;
}

.portfolio-page .row {
    margin: 10px -16px;
}

/* Add padding BETWEEN each column */
.portfolio-page .row,
.portfolio-page .row>.column {
    padding: 8px;
}

/* Create three equal columns that floats next to each other */
.portfolio-page .column {
    float: left;
    width: 33.33%;
    display: none;
    /* Hide all elements by default */
}

/* Clear floats after rows */
.portfolio-page .row:after {
    content: "";
    display: table;
    clear: both;
}

/* The "show" class is added to the filtered elements */
.portfolio-page .show {
    display: block;
}

/* Style the buttons */
.portfolio-page .btn {
    border: none;
    outline: none;
    padding: 12px 16px;
    background-color: white;
    cursor: pointer;
}

.portfolio-page .btn:hover {
    background-color: #ddd;
}

.portfolio-page .btn.active {
    background-color: #666;
    color: white;
}
.portfolio-page ul{
    background: #141414;
}
.portfolio-page ul li{
    background: transparent;
}
.list-group-item.active {
    background-color: #404040 !important;
}
.list-group-item.active a, .list-group-item a:hover{
    color: #0EFB4D !important;
    cursor: pointer;
}

.our-valued-collaborations .carousel-image  {
  height : 100px !important;
}
.fade {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.fade.visible {
    opacity: 1;
}

.impact-creater-fs{
    font-size: 54px;
    font-weight: 600;
    line-height: 75.6px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}






h2{
    font-size: 42px !important;
    font-weight: 500 !important;
    line-height: 58.8px !important;
}

.collaborate-grid-row {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-gap: 1.5em;
}
.our-valued-collaborations .carousel-image {
    height: 100px !important;
    display: flex;
    align-items: center;
    /* width: 100%; */
    padding: 1em;
    justify-content: center;
}
.our-valued-collaborations .carousel-image {   
    max-width: unset;
}
.our-valued-collaborations .carousel-image img {
    width: auto;
    height: 100%;
    display: block;
    margin-bottom: 0;
}
#services-we-offer .carousel-image img {
    width: unset; 
}
#services-we-offer .carousel-image{
    background: #1c1c1c !important;
    border: 2px solid #0f0e17;
}

h4{
    font-size: 36px;
    font-weight: 600;
    line-height: 50.4px;
}

.bg-color-1{
    background: #2B2B2B !important;
}

h5{
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: 26px !important;
}

.content-right {
    background-image: url('assets/images/Mask_group_3.png'); /* Background image for content */
    background-size: cover;
    background-position: center;
    z-index: 1;
    background: transparent;
}

@media only screen and (max-width: 500px) and (min-width: 320px){
    .how-we-do-img{
        width:300px !important;
        height:230px;
        margin-left:30px !important;
    }

    .how-we-do-para p {
        margin-left: 40px;
        margin-right: 70px;
    }

    .how-we-do-card{
        width:18rem !important;
        height:450px !important;
        margin-left:50px;
    }
}

@media only screen and (max-width: 575px) and (min-width: 501px){
    .how-we-do-img{
        width:400px !important;
        height:230px;
        margin-left:35px !important;
    }

    .how-we-do-para p {
        margin-left: 40px;
        margin-right: 70px;
    }
}

@media only screen and (max-width: 767px) and (min-width: 576px){
    .how-we-do-img{
        width:260px !important;
        height:600px !important;
        margin-left:5px !important;
    }

    .how-we-do-para p {
        margin-left: 10px !important;
        margin-right: 70px !important;
    }

}

@media only screen and (max-width: 991px) and (min-width: 768px){
    .how-we-do-img{
        width: 330px !important;
        height:420px !important;
        margin-left:5px !important;
    }

    .how-we-do-card{
        width:14rem !important;
        height:570px !important;
    }

    .how-we-do-para p {
        margin-left: 10px !important;
        margin-right: 70px !important;
    }

    
}

@media only screen and (max-width: 1199px) and (min-width: 992px){
    .how-we-do-img{
        width: 330px !important;
        height:230px;
        margin-left:35px !important;
    }

    .how-we-do-card{
        width:19rem !important;
        height:500px !important;
    }

    .navbar-nav .nav-link{
        font-size: 10px !important;
    }
}






/* Card */
.protf {
  background: #000;
  padding: 20px 15px;
border-radius:15px;


  transition: all 0.3s ease;
	color:#fff;
}

.prot-new a {
	text-decoration:none;
}
/* Icon */
.protf .icon {
width: 80px;
  margin-bottom: 5px;
}

/* Title */
.protf h4 {
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
  color:#fff !important;
  margin: 0;
}

/* Arrow */
.protf .arrow {
  font-size: 40px;
  color:#fff;
}

/* Hover effect (subtle like original) */
.protf:hover {
	
	 background: #0f0e17;

	
	border: 2px solid #36C4F6;
box-shadow: 0 0 10px rgba(54, 196, 246, 0.8);
}

/* Arrow */
.protf .arrow {
  font-size: 20px;
  color: #fff;
  display: inline-block;
  transition: transform 0.3s ease;
}

/* Card hover */
.protf {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.protf:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 25px rgba(0,0,0,0.06);
}

.protf:hover h4{
color: #36C4F6;


}

/* Arrow animation on hover */
.protf:hover .arrow {
  transform: translateX(6px);
	color:#36C4F6;
}


.img1{
	height: 90px;
  width: auto;
  display: block;
  margin: 0 auto;   /* ✅ centers image */
}



.swiper {
  width: 100%;
}

.swiper-slide {
  text-align: center;
}

.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;

  height: 120px !important;
  padding: 15px;
  background: #fff;

  overflow: hidden;   /* ✅ stops image going outside */
  box-sizing: border-box;
}

.img1 {
  max-height: 90px;     /* ✅ stays inside */
  max-width: 100%;      /* ✅ prevents overflow */
  width: auto;
  height: auto;
  object-fit: contain; /* ✅ keeps aspect ratio */
  display: block;
}
.swiper-slide {
  display: flex;
  align-items: center;      /* ✅ top to bottom center */
  justify-content: center;  /* ✅ left to right center */

  height: 120px;
  background: #fff;
  padding: 15px;
  overflow: hidden;
}

.img1 {
  max-height: 80px;
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}
  

/* Form wrapper spacing */
.home-form {
  position: relative;
}

/* Icons inside inputs */
.iconnew {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  color: #999;
  font-size: 16px;
  z-index: 2;
}

/* Input field spacing */
.input-home {
  padding-left: 50px;
  height: 48px;
  border: 1px solid #ddd;
}

/* Input focus effect */
.input-home:focus {
  box-shadow: none;
  border-color: #fff;
}

/* Submit button styling */
.home-submit {
  background: #ffffff;
  color: #000;
  font-weight: 600;
  height: 48px;
  transition: all 0.3s ease;
}

.home-submit:hover {
  background: #f1f1f1;
}

/* Mobile alignment */
@media (max-width: 767px) {
  .row.p-5 {
    padding: 2rem !important;
  }

  .col-md-6 h2 {
    text-align: center;
    margin-bottom: 1.5rem;
  }
}



/* ===============================
   NAVBAR BASE
================================ */
.navbar {
    padding: 18px 0;
}

.navbar .nav-link {
    color: #ffffff;
    font-weight: 400;
    position: relative;
    padding: 6px 0;
  
    transition: color 0.25s ease;
}

/* ===============================
   UNDERLINE EFFECT
================================ */
.navbar .nav-link::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -6px;
    width: 0;
    height: 2px;
   
    transform: translateX(-50%);
    transition: width 0.25s ease;
}

/* Hover */
.navbar .nav-link:hover {
    color: #ff2fd3;
}

.navbar .nav-link:hover::after {
    width: 100%;
}

/* Active */
.navbar .nav-link.active {
    color: #ff2fd3 !important;
    font-weight: 500;
}

.navbar .nav-link.active::after {
    width: 100%;
}

/* ===============================
   DROPDOWN CARET
================================ */
/* Dropdown caret – stable position */
.navbar .dropdown-toggle::after {
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
    border-top-color: #ffffff;
    transition: transform 0.25s ease, border-top-color 0.25s ease;
    transform-origin: center;
}

/* Rotate only – no vertical movement */
.navbar .dropdown-toggle.show::after {
    transform: rotate(180deg);
    border-top-color: #ff2fd3;
}

.navbar .dropdown-toggle {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}
/* ===============================
   DROPDOWN MENU – FIXED
================================ */

.dropdown-menu {
    margin-top: -5px !important;
    padding: 8px 0;
    border-radius: 12px;
    border: none;
    background-color: #000 !important;
    box-shadow: 0 14px 35px rgba(0,0,0,0.45);
    min-width: 220px;
}

/* Remove Bootstrap white bg */
.dropdown-menu.show {
    background-color: #000 !important;
}

/* Items */
.dropdown-item {
    color: #fff !important;
    padding: 12px 24px;
    font-size: 15px;
    font-weight: 400;
    background: transparent !important;
    transition: all 0.25s ease;
}

/* Hover / Active */
.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item.active {
    color: #ff2fd3 !important;
    background: transparent !important;
    font-weight: 500;
}

/* Remove default outline */
.dropdown-item:focus-visible {
    outline: none;
}

/* ===============================
   REMOVE BOOTSTRAP CLICK BLACK
================================ */
.navbar .nav-link:focus,
.navbar .nav-link:active {
    color: #ff2fd3 !important;
    background: transparent !important;
    outline: none;
    box-shadow: none;
}
.navbar .dropdown-toggle {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

/* Kill Bootstrap default caret behavior */
.navbar .dropdown-toggle::after {
    margin-left: -46px;
    margin-top: 0 !important;
	position: relative;
    top: -1px; /* 👈 KEY FIX */
    border-top-color: #ffffff;
    transition: transform 0.25s ease, border-top-color 0.25s ;
margin-right: 20px;	
}


/* NAV LIST SPACING */
.navbar-nav {
    gap: 8px; /* 🔥 adjust this value */
}