/* Commen css */
*
{
    padding: 0px;
    margin: 0px;
} 
  
body {
font-family: "Inter", sans-serif;
	font-size:20px;
color: #fff;
  line-height: 1.5em;
	background-color:#fff;
font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}    
         
p, span    
{
  line-height: 25px;
  margin: 0px !important;
  padding: 0px;
  font-weight: normal; }

h1, h2, h3, h4, h5, h6, .h1class
{
font-family: "Bebas Neue", sans-serif;
  margin-bottom: 0rem !important;
	color: #fff;
	padding-bottom: 10px;
	line-height: 1em;
	font-weight: 500;
	text-transform: capitalize;

}

h1, .h1class {
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 0.9em; }

h2 {
  font-size: 52px;
  font-weight: 600; }

h3 {
  font-size: 2rem;
  line-height:1.2;
  text-align: center;
  letter-spacing: .05em;
  color: hsl(220.9, 45.8%, 9.4%);}

h4 {
  font-size: 20px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 12px; }

a 
{
  color: #2a5a9f;
	text-decoration: none;
}

a:hover 
{
  color: #2a5a9f;
  text-decoration: none; 
}

.btn-primary {
  background-color: #242424;
  border: 1px solid #000000; }

.btn-primary:hover {
  background-color: #000000;
  border: 1px solid #242424; }

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  background-color: #000000;
  border: 1px solid #242424; }

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(36, 36, 36, 0.5); }

.paddl0 {
  padding-left: 0px; }

.paddr0 {
  padding-right: 0px; }

.paddlr0 {
  padding-left: 0px;
  padding-right: 0px; }

.row-padd-t {
  padding-top: 30px; }

.row-padd-b {
  padding-bottom: 30px; }

.row-padd-tb {
  padding-top: 30px;
  padding-bottom: 30px; }

img 
{
    max-width:100%;
    height:auto;
}
.btn-check:focus + .btn, .btn:focus 
{
  outline: 0;
  box-shadow: 0 0 0 .0rem rgba(13,110,253,.0) !important;
}

/* commen css */

.tbanner::before,.portbanner::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
}
.portbanner::before
{
   background: rgba(0,0,0,0.5)!important; 
}

/*
#carouselExampleFade .carousel-control-next, #carouselExampleFade .carousel-control-prev {
  width: unset;
  opacity: 1;
}
*/
#carouselExampleFade .carousel-control-next-icon, #carouselExampleFade .carousel-control-prev-icon {
  width: 2rem;
  height: 6rem;
  background-color: transparent;
  border: 1px solid #fff;
}

 .banner-text {
  z-index: 2;
  top: 25% !important;
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}
.banner-text1
    {
        top:38%!important;
        z-index: 2;
         padding-top: 0rem !important;
  padding-bottom: 0rem !important;
    } 
/*
#carouselExampleFade .carousel-item {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100%;
     animation: zoomOutEffect 2s ease-out 1s backwards;
}
 
@keyframes zoomOutEffect {
    0% {
       
        background-size: 115% 115%;
    }
    100% {
        
        background-size: 100% 100%;
    }
}
*/

.carousel-indicators [data-bs-target] {
z-index: 3;
} 
#carouselExampleFade .carousel-item {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100%;
  animation: zoomOutEffect 2s ease-out 0s forwards;
} 
#carouselExampleFade .portbanner
{
     animation:none !important;
}
@keyframes zoomOutEffect {
  0% {
   
    transform: scale(1.15);
  }
  100% {
    
    transform: scale(1);
  }
}
.banner-head,.banner-head1
{
    letter-spacing: 0.1rem;
  opacity: 1;
  transform: none;
    font-size: 7.5rem;
    --tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / .15));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
    line-height: .95;
    font-weight: 700;
    text-align: center;
    font-family: "Bebas Neue", sans-serif!important;
    text-transform: uppercase;
}

.navbar-brand img,.bottom-logo
{
  width: 300px;
  height: auto;
  display: block;  
}

.banner-head1
{
    font-size: 6rem!important;
    line-height: 1!important;
    letter-spacing: .05em!important;
}

.text-gradient
{
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  background-image: linear-gradient(135deg,#e830ab,#0dccf2);
}

.banner-subtitle
{
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / .05));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
    color: #ffffffb3;
    text-transform: uppercase;
    margin-top: 1.5rem;
    letter-spacing: .3em;
}

.custom-carousel-arrow 
{
    width: 80px; 
    opacity: 0.7; 
    transition: all 0.4s ease;
}

.arrow-icon-box {
    width: 55px;
    height: 55px;
    background: rgba(255, 255, 255, 0.05); /* Soft transparent background */
    border: 1px solid rgba(255, 255, 255, 0.15); /* Sleek white border border */
    border-radius: 50%; /* Perfect Circular Shape */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.arrow-icon-box i {
    color: #ffffff;
    font-size: 18px;
    transition: all 0.3s ease;
}

.custom-carousel-arrow:hover {
    opacity: 1; 
}


.carousel-control-prev.custom-carousel-arrow:hover .arrow-icon-box {

    border-color:hsl(319.9, 71.8%, 51.4%);
}
.carousel-control-prev.custom-carousel-arrow:hover .arrow-icon-box i,.carousel-control-next.custom-carousel-arrow:hover .arrow-icon-box i 
{
  color:hsl(319.9, 71.8%, 51.4%);  
}

.carousel-control-next.custom-carousel-arrow:hover .arrow-icon-box 
{
  border-color:hsl(319.9, 71.8%, 51.4%);
    color:hsl(319.9, 71.8%, 51.4%); 
}

.custom-carousel-arrow:hover .arrow-icon-box i 
{
    color: #ffffff;
}

.top-header 
{
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: absolute !important;
 top: 10px !important;
  background-color: transparent;
  z-index: 1023;
}

.carousel-control-prev {
  left:2rem;
}
.carousel-control-next {
  right:2rem;
}
/* toggle css */

  .custom-menu-btn {
            background-color: rgba(255, 255, 255, 0.05); 
            border: 1px solid rgba(255, 255, 255, 0.2);
            color: #ffffff;
            border-radius: 50px; 
            border-radius: 50px;
  padding: 4px 15px;
 font-size: 12px;
            letter-spacing: 2px; 
            font-weight: 500;
            display: inline-flex;
            align-items: center;
            gap: 12px; 
            transition: all 0.3s ease;
        }
      .custom-menu-btn:focus
{
    border-color: hsl(320, 87.1%, 57.5%) !important;
} 
  
        .custom-menu-btn:hover, 
        .custom-menu-btn:focus {
            background-color: rgba(255, 255, 255, 0.15);
            border-color: rgba(255, 255, 255, 0.4);
            color: #ffffff;
            box-shadow: none; 
        }   

     
.custom-collapse 
{ 
  background-color: #1f2833;
 border-radius: 12px;
/*margin-top:5px;*/
  padding: 10px;
  width:22%;
  float: right;
        }
 
.custom-collapse .dropdown-menu
{
background: linear-gradient(
    135deg,
    #161d26 0%,
    #1f2833 35%,
    #2a3644 50%,
    #1f2833 65%,
    #161d26 100%
);
    border:1px solid #fff9 !important;
}
.custom-collapse .dropdown-item
{
    color: #fff;
    transition: all 0.4s;
}
   .custom-collapse .nav-link,.custom-collapse .dropdown-item
{
            color: #fff;
            padding-left: .75rem;
  padding-right: .75rem;
       letter-spacing: .1em;
            text-transform: uppercase;
            font-weight: 600;
        font-size: .750rem;
  line-height: 0.9rem;
            padding-top: .625rem;
  padding-bottom: .625rem;
            transition: all 0.4s;
        }
          
        .custom-collapse .nav-link:last-child {
            border-bottom: none;
        }


.nav-item
.tiktok-icon
{
  color: #fff9!important;
    transition: all 0.4s;
}

.nav-item
.tiktok-icon:hover
{
    color: hsl(320, 87.1%, 57.5%)!important;
    transition: all 0.4s;
}

.nav-link:hover,.nav-link.active,.nav-item .dropdown-item:hover
{
    color: hsl(320, 87.1%, 57.5%)!important;
    text-decoration: underline;
    background-color: transparent!important;
}


.about-dropdown a{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:14px 16px;
    text-decoration:none;
    color:#1a1a1a;
    font-weight:500;
    transition:.3s;
}

.about-dropdown a:hover{
   /* background:#f8fafc;
    color:#0d6efd;*/
    padding-left:22px;
}

.section-mini-title {
letter-spacing: .4em;
text-transform: uppercase;
  font-size: .75rem;
  line-height: 1rem;
    color: hsl(213.8, 15.7%, 48.8%);
    text-align: center;
}
  
.bg-gradient-wave img {
  opacity: 0.7;
  transition: 0.3s;
  max-width:160px;
  max-height:160px;
} 

.bg-gradient-wave,.bg-gradient-wave1 {
  background: linear-gradient(135deg,#fce8f6,#f8fafc,#e7fafe 60%,#f8fafc);
    border-top: 1px solid hsla(215.5, 37.9%, 88.6%, 0.3);
     border-bottom: 1px solid hsla(215.5, 37.9%, 88.6%, 0.3);
}

.section-title {
margin-bottom: 2rem;
    letter-spacing: .05em;
    opacity: 1;
  transform: none;
    color: hsl(220.7, 46.7%, 11.8%);
    font-size: 6rem!important;
    line-height: 1!important;
}
.text-pink
{
      color: hsl(320, 87.1%, 57.5%)!important;
}

.text-gradient {
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  background-image: linear-gradient(135deg,#e830ab,#0dccf2);
}
 
.section-text
{
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: hsl(214.1, 15.9%, 45.7%);
    text-align: center;
}

.rounded-lg {
  border-radius: var(--radius);
}
.btn-primary-glow {
  padding: 1rem 2rem;

  font-size: .875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .1em;
  transition-property: all;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: .3s;
  animation-duration: .3s;
  font-family: var(--font-body);
  background: linear-gradient(135deg,#e830ab,#9d26d9);
  color: #fff!important;
  border: none;
  border-radius:5px;
  box-shadow: 0 4px 20px #e830ab4d;
}

.btn-primary-glow:hover
{
  box-shadow: 0 8px 40px #e830ab66;
  transform: translateY(-2px);  
}

.btn-outline-glow
{
  padding: 1rem 2rem;
  font-size: .875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .1em;
  transition-property: all;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: .3s;
  animation-duration: .3s;
  font-family: var(--font-body);
  background: transparent;
  color: #0f1729!important;
  border-radius:5px;
  border: 1px solid hsl(320 80% 55% / .5);
}
.btn-outline-glow:hover
{
  background: #e830ab14;
  border-color: #e830ab;
  box-shadow: 0 4px 30px #e830ab26;
}

.section-divider
{
  height: 2px;
  background: linear-gradient(90deg,transparent,hsl(320 80% 55% / .4),hsl(190 90% 50% / .4),hsl(280 70% 60% / .4),transparent);
    margin-bottom: 8rem;
}

.bg-gradient-mesh {
  background: radial-gradient(ellipse at 20% 50%,hsl(320 80% 55% / .06) 0%,transparent 50%),radial-gradient(ellipse at 80% 20%,hsl(190 90% 50% / .06) 0%,transparent 50%),radial-gradient(ellipse at 50% 80%,hsl(280 70% 60% / .05) 0%,transparent 50%),#f8fafc;
}

.leading-none
{
    font-size: 6rem;
    line-height: 1;
    letter-spacing: .05em;
    color: #fff;
}

.text-base
{
    font-size: 1rem;
    line-height: 1.5rem;
    color: #fff9;
    letter-spacing: .3em;
    margin-top: 1rem;
    opacity: 1;
  transform: none;
}

.parallax-section
{
    background-image:linear-gradient(to bottom,#0f17294d,#0f172966,#0f1729b3 80%,#0f1729d9), url(../images/hero-crocodile.jpg) !important;
  padding-top:9%;
  padding-bottom:8%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
    justify-content: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-attachment: fixed;
    width: 100%;
 height: 60vh;
}
 
.parallax-bgimg
{
    background-image: linear-gradient(to bottom,#0f17294d,#0f172966,#0f1729b3 80%,#0f1729d9), url(../images/hero-robot.jpg) !important;
    background-position: top!important;
}

.section-padding 
{
  padding-top: 8rem;
  padding-bottom: 8rem;
    padding-left: 1.5rem;
  padding-right: 1.5rem;
    position: relative;
}


.bg-gradient-blob {
  background: radial-gradient(circle at 10% 90%,hsl(190 90% 50% / .08) 0%,transparent 40%),radial-gradient(circle at 90% 10%,hsl(320 80% 55% / .08) 0%,transparent 40%),radial-gradient(circle at 50% 50%,hsl(280 70% 60% / .04) 0%,transparent 60%),#f8fafc;
   padding-top: 8rem;
  padding-bottom: 8rem; 
    
}

.team-head
{
    font-size: 4.5rem;
    line-height: 1;
    text-align: center;
    margin-bottom: 5rem;
    letter-spacing: .05em;
    color: hsl(220.9, 45.8%, 9.4%);
}

.team-card {
  position: relative;
  overflow: hidden;
  border-radius: .75rem;
  background: linear-gradient(145deg,#fff,#f1f5f9);
  border: 1px solid hsl(214 32% 88%);
    transition-property: all;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: .15s;
    transition-duration: .5s;
}

.team-card:hover {
  border-color: #e830ab80;
  box-shadow: 0 8px 30px #e830ab1f;
}
.boxeffect:hover 
{
    box-shadow: 0px 8px 12px #adadad;
     transition-property: all;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: .15s;
    transition-duration: .5s;
}

.text-xl 
{
  font-size: 1.25rem;
  line-height: 1.75rem;
    letter-spacing: .05em;
    color: hsl(221.5, 46.4%, 11%);
    font-weight: inherit!important;
    text-align: left;
}
.team-role
{
    color: hsl(319.7, 81.6%, 55.3%);
    letter-spacing: .1em;
    text-transform: uppercase;
    font-size: .75rem;
  line-height: 1rem;
    margin-bottom: .75rem!important;
}

.leading-relaxed
{
    line-height: 1.625;
    color: hsl(214.7, 16.1%, 46.3%);
    font-size: .875rem;
}

.hero-overlay {
  background: linear-gradient(to bottom,#0f17294d,#0f172966,#0f1729b3 80%,#0f1729d9);
}
.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.bg-gradient-diagonal {
  background: linear-gradient(145deg,#f7eefc,#fff 40%,#ecfbfe);
    padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.testimonial-card
{
    padding: 2rem;
    background-color:#fff;
    border:1px solid hsl(215.3, 23.3%, 85.7%);
    border-radius: .75rem;
    justify-content: space-between;
    transition: all 0.4s;
}

.testimonial-card:hover 
{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);
    border-color: hsla(319.7, 87.3%, 56.9%, 0.3);
}

.quote
{
     width: 2rem;
     height: 2rem;
    color: hsla(319.8, 79.8%, 55.3%, 0.3);
} 
.text-foreground{
  color: hsla(220.6, 47.7%, 12.7%, 0.8);
}
.text-foreground a
{
   color: hsla(220.6, 47.7%, 12.7%, 0.8)!important;
    line-height:28px!important;
        letter-spacing: 1px;
    transition: all 0.4s;
    font-size: 15px;
}
.text-foreground a:hover
{
    color: #2a5a9f!important;
}
  
.border-border
{
  border-top:1px solid hsl(215.3, 23.3%, 85.7%);
    padding-top: 1rem;
    margin-top: 1.5rem;
} 
  
.text-xs,.text-xs a
{
    font-family: "Bebas Neue", sans-serif!important;
    color: hsl(319.8, 78.7%, 53.9%);
    text-transform: uppercase;
    font-weight: 500;
    font-size: .75rem;
    letter-spacing: .3em;
  line-height: 1rem;
}

.news-card:hover
{
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);
   border-color: hsla(319.8, 78.4%, 54.5%, 0.3);
}                 
    
.fusion-imageframe {
  display: inline-block;
  z-index: 1;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  max-width: 100%;
  line-height: 1;
}
.fusion-imageframe img {
  vertical-align: top;
  box-shadow: none !important;
}

.hover-type-zoomin img {
  opacity: 1;
  transition: opacity 1s,transform 1s;
}
.news-card:hover img {
  opacity: .9;
  transform: scale(1.1);
}
 
.news-body
{
    padding: 1.5rem!important;
    border:px solid hsl(215.3, 33.3%, 90%);
}
.transition-colors {
  transition-property: color,background-color,border-color,text-decoration-color,fill,stroke;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: .15s;
}
.transition-colors:hover
{
    color: hsl(319.9, 85.8%, 55.9%);
}

.news-card
{
    border:1px solid hsl(215.3, 33.3%, 90%);
    border-radius: .75rem;
    transition: all 0.4s;
    background-color: #fff;
}

.bgimgcard
{
    padding-top: 10px;
    padding-bottom: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: hsl(210, 35.3%, 93.3%); 
    border-top-left-radius: .75rem;
  border-top-right-radius: .75rem; 
}

.imgcard
{
    object-fit: contain;
}  
     
 .news-card:hover .transition-colors
{ 
    color: hsl(319.9, 85.8%, 55.9%);
}
/*
.news-container-wrapper
{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}*/
.news-height {
    flex: 1;
    min-width: 280px; /* Mobile var proper disnya sathi */
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Content proper align vhayla */
    height: 100%; /* Sagle same height che distil */
}

.icon-section
{
    background: linear-gradient(145deg,#f7eefc,#fff 40%,#ecfbfe);
    padding-top: 4rem;
  padding-bottom: 4rem;
    border-top:1px solid hsla(214.7, 29.2%, 87.3%, 0.3);
  border-bottom:1px solid hsla(214.7, 29.2%, 87.3%, 0.3);
}
 

.iconwidth
{
    color: hsla(319.9, 78.6%, 54.1%, 0.6);
    width: 3rem;
    height: 3rem;
    display: block;
    text-align: center;
  margin: 0 auto;
}
 
.text-foreground1
{
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-family: "Bebas Neue", sans-serif!important;
    color: hsl(222.2, 44.3%, 12%);
    letter-spacing: .05em;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
} 

.text-muted-foreground 
{
    color: hsl(215, 15.5%, 45.5%);
    font-size: .875rem;
  line-height: 1.25rem;
    
}

.contact-section 
{
  padding: 50px 0;
 background: linear-gradient(135deg, rgb(232, 48, 171), rgb(13, 204, 242));
}

.contact-heading
{
    font-size: 4.5rem;
    line-height: 1;
    text-align: center;
    color: #fff;
    letter-spacing: .05em;
}

.contact-text
{
    font-size: 1rem;
    line-height: 1.5rem;
    color: #fffc;
}

.homecnt-btn
{
    animation-duration: .3s;
    transition-duration: .3s;
    transition-property: all;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: .15s;
    color: hsl(222.9, 45.2%, 12.2%);
    letter-spacing: .1em;
    text-transform: uppercase;
    font-weight: 600;
    font-size: .875rem;
  line-height: 1.25rem;
    padding-top: 1rem;
  padding-bottom: 1rem;
    padding-left: 2rem;
  padding-right: 2rem;
    background-color:#fff;
    border-radius: .5rem;
    display: inline-block;
    border-color: hsl(215.5, 37.9%, 88.6%);
    text-align:center;
}

.homecnt-btn:hover
{
      --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);
    background-color: #ffffffe6;
}

 footer
{
    background-color: hsla(212.3, 37.1%, 93.1%, 0.5);
    padding-top: 4rem;
 padding-bottom: 1.8rem;
 padding-left: 4rem;
  padding-right: 4rem;
    color: hsl(215.4, 15.7%, 48.8%);
    line-height: 1.625;
    font-size: .875rem;
}

.rounded-full
{
  transition: all .4s;
  border:1px solid hsl(215.4, 15.7%, 48.8%);
    color: hsl(215.4, 15.7%, 48.8%);
   align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  border-radius: 50%;
} 

.rounded-full:hover
{
    color: hsl(319.9, 81.4%, 55.7%);
    border:1px solid hsl(319.9, 81.4%, 55.7%);
}

.bottom-logo
{
    filter: brightness(0) saturate(100%) invert(59%) sepia(57%) saturate(637%) hue-rotate(166deg) brightness(95%) contrast(87%);
     padding-right:20px;
}


.footer-head
{
    color: hsl(221.4, 46%, 12.4%);
    font-size: 1.125rem;
  line-height: 1.75rem;
    margin-bottom: 1.5rem;
    letter-spacing: .05em;
    font-weight: inherit;
    font-family: "Bebas Neue", sans-serif;
}

.footer-links li a
{
 transition: all .4s;
    font-size: .875rem;
  line-height: 1.25rem;
   color: hsl(215.4, 15.7%, 48.8%);  
}

.footer-links li a:hover
{
    color: hsl(319.9, 81.4%, 55.7%);
}

footer .btm-icon
{
     transition: all .4s;
     color: hsl(319.9, 81.4%, 55.7%); 
}
.btn-link
{
     color: hsl(215.4, 15.7%, 48.8%);  
    text-decoration: none!important;
}
footer .btm-icon:hover,.btn-link:hover
{
   transition: all .4s;
     color: hsl(319.9, 81.4%, 55.7%);   
}

.btm-icon{
    margin-right: 8px;
    font-size: 18px;
}

.contact-item{
    margin-bottom: 10px;
}

.btm-form
{
    transition: all .4s;
    color: hsla(215.4, 15.5%, 49.2%, 0.5);
    font-size: .875rem;
  line-height: 1.25rem;
    padding-top: .625rem;
  padding-bottom: .625rem;
    padding-left: 1rem;
  padding-right: 1rem;
    border:1px solid hsl(216, 37%, 89.4%)!important;
border-radius: 8px;
    width: 100%;
    box-shadow: 0 0 0 .0rem rgba(13,110,253,.0)!important;
}
.btm-form1
{
    line-height:3rem!important;
}
.code
{
    border-radius: 8px;
  background-color: #4d4d4d;
  color: #fff;
 font-size: .875rem;
  line-height: 1.25rem;
  padding-top: .625rem;
  padding-bottom: .625rem;
width: 110px;
    font-weight: bold;
}

.btm-form:focus
{
  box-shadow: none!important;
  border-color:hsla(320, 79.2%, 54.7%, 0.5)!important;
    outline:0!important;
  outline-offset: 2px;
}

.bottom-text, .bottom-text a
{
    transition: all 0.4s;
  color: hsl(215.4, 15.7%, 48.8%);
    letter-spacing: .05em;
    font-size: .75rem;
  line-height: 1rem;
}
.bottom-text a
{
      color: hsl(319.9, 81.4%, 55.7%)!important; 
}

.custom-indicators button
{
    width: 1rem!important;       
    height:.25rem!important;     border-radius: 3px!important; 
    background-color:#ffffff4d!important; 
    border: none !important;
    opacity: 1 !important;
    margin: 0 4px !important;     
    transition: width 0.4s ease-in-out, background-color 0.4s ease-in-out !important;
    transition-duration: .5s;
}
  
.custom-indicators button.active {
    width:40px !important;       
    background-color: #ff007f !important; 
}
/*
.border-border1
{
    border-left:1px solid hsl(215.3, 23.3%, 85.7%); 
}*/
/* inner pages banner css */

#carouselExampleFade .carousel-item1
{
    background-position:center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 50vh;
  width: 100%;
  animation:none!important;
}

.gray-bgcolor
{
    padding-top: 5rem;
  padding-bottom: 5rem;
   /* padding-left: 1.5rem;
  padding-right: 1.5rem;*/
   background-color:#f8fafc;
}

.bgimgcard1
{
    background-color: #fff;
}

.newsrounded-box, .portrounded-box
{
    border: 1px solid hsla(319.9, 78.1%, 55.3%, 0.3);
    color: hsl(319.7, 81.6%, 55.3%);
    padding-top: .125rem;
  padding-bottom: .125rem;
    padding-left: .5rem;
  padding-right: .5rem;
    border-radius: .25rem;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .1em;
  font-size: .75rem;
  line-height: 1rem;
    font-weight: 400;
    margin-right: 15px !important;
}
.portfolibox
{
    border: 1px solid #fff!important;
    color: #fff!important; 
}
.portrounded-box
{
    border: 1px solid hsl(190, 89.5%, 48.6%);
    color: hsl(190, 89.5%, 48.6%);
}

.team-role1
{
    margin-bottom: 0px!important;
    color: hsl(214.7, 15.1%, 50.6%)!important;
    text-transform: capitalize!important;
}

.list
{
 padding: 45px 22px;
  border-radius: 10px;
  background: #fff;
    box-shadow: 0 0 12px 0 rgba(0,0,0,.05);
  border-radius: 10px;
  word-wrap: break-word;
  cursor: pointer;
}

.list h2
{
       font-size: 30px;
    line-height: 38px;
    color: hsl(220.9, 45.8%, 9.4%);
} 
   
.list li a  
{
  margin-top: 5px !important;
  display: block;
    font-size: 15px;
    line-height: 28px;
    color: hsl(220.9, 45.8%, 9.4%);
    transition: all 0.4s;
    letter-spacing: .1em;
}
.site-text 
{
     color: hsl(220.9, 45.8%, 9.4%);
}

.newsbanner-head
{ 
    /*font-size: 3.75rem!important;*/
    font-size: 3rem!important;
    line-height: 1!important;
    margin-bottom: 1rem!important;
    letter-spacing: .05em!important;
    color: #fff!important;
    font-family: "Bebas Neue", sans-serif!important;
    text-align: left!important;
}     
       
#carouselExampleFade .newscarousel-item
{ 
    background-position:center center!important;
  background-repeat: no-repeat!important;
  background-size: cover!important;height:80vh!important;
  /*height:60vh!important;*/
  width: 100%!important;
  animation: none !important;
} 
   
.team-role2
{
   margin-bottom: 0px !important;
  color: hsl(214.7, 15.1%, 50.6%) !important;
    letter-spacing: 0px!important;
    text-transform: capitalize!important;
    font-size: .85rem;
}

.news-btn
{
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: .15s;
    color: hsl(319.8, 75.5%, 53.5%);
    letter-spacing: .1em;
text-transform: uppercase;
    font-size: .875rem;
  line-height: 1.25rem;
    margin-bottom: 3rem!important;
}

.news-btn:hover
{
    color: hsla(319.8, 78.1%, 53.5%, 0.8);
}

.detail-text, .prodetail-text
{
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: hsla(222.2, 44.3%, 12%, 0.7);
    font-weight: 400;
    padding-top: 3rem !important;
} 

.prodetail-text h2,.prodetail-text h3,.prodetail-text h4
{
    font-size: 30px;
    line-height: 38px;
    color: hsl(220.7, 46.7%, 11.8%);
} 
.prodetail-text h3
{
    font-size: 26px!important;
    line-height: 32px!important;
}
.prodetail-text h4
{
    font-size: 22px!important;
    line-height:28px!important;
}

.prodetail-text strong
{  
   font-size: 15px; 
    color: #2a5a9f;   
}
.input-group-text, .search-control
{
    border: none !important;
}
   
.custom-search-input 
{
            
            border: 1px solid #d3dee6; 
            border-radius: 8px; 
            box-shadow: 0 2px 4px rgba(0,0,0,0.02);
        background-color: #fff!important;
            font-size: 1rem;
    padding-top: 5px;
    padding-bottom: 5px;
        }
 
        /* Styling for the icon only */
        .custom-search-input .input-group-text 
{
          
            border: 1px solid #d3dee6; 
            background-color: transparent; 
            color: #6c757d; 
    
            padding-left: 1.2rem;
            padding-right: 0.5rem;
            border-right: none; 
        }

        
        .custom-search-input .form-control {
            border: 1px solid #d3dee6;
            border-left: none; 
            border-radius: 0 8px 8px 0; 
            padding-left: 0.5rem;
            color: #6c757d;
        }

        /* Target the placeholder itself */
        .custom-search-input .form-control::placeholder {
            color: #6c757d;
            font-size: 0.95rem; 
        }

     
        .custom-search-input .form-control:focus {
            box-shadow: none;
            border-color: #d3dee6; 
        }


.effect-list
{
    color: hsl(214.7, 15.6%, 47.8%);
    letter-spacing: .1em;
    text-transform: uppercase;
    font-size: .75rem;
  line-height: 1rem;
    
}
.effect-list span
{
  padding-right: .6rem;
}   

.Gallery-Filter a.Active 
{
   background-color: hsl(319.9, 76.1%, 54.1%)!important;
     color: #fff!important;
    border-color:hsl(319.9, 76.1%, 54.1%)!important; 
}

.Gallery-Filter a:hover
{
   border-color: hsla(320, 77.9%, 53.9%, 0.3);
    color: hsl(221.4, 46%, 12.4%);
}

.Gallery-Filter a
{
  color: hsl(214.5, 16.8%, 46.7%);
  display: inline-block;
 letter-spacing: .1em;
    text-transform: uppercase;
   font-size: .75rem;
  line-height: 1rem;
    padding-top: .5rem;
  padding-bottom: .5rem;
    padding-left: 1rem;
  padding-right: 1rem;
    background-color:#fff;
    border-radius:.5rem;
    cursor: pointer;
    border:1px solid hsl(215.3, 25.4%, 86.9%);
  transition: all 0.4s;
    margin-bottom: 5px !important;
}

.hr-class
{
  background-color:hsl(217.1, 11.9%, 65.3%);
  height: 1px !important;
}
     
.star-color 
{
  color: #f0bb1d;
  font-size: 20px;
}
   
.cnttext strong a,.cnttext strong 
{
    color: #000;
  font-size: 18px !important;
  letter-spacing:2px;
    line-height: 28px;
  font-family: "Bebas Neue", sans-serif !important;
    text-transform: none!important;
    font-weight: 500;
}
.bespoke-text strong
{
   font-size: 16px;
  line-height: 28px;
  letter-spacing: 1px;
}

.bg-colorclass
{
    background: #fff!important;
} 
 
 

/* 1. Base Container for the Card */
.portfolio-card {
    position: relative;
    overflow: hidden; 
    border-radius: 8px; 
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
    cursor: pointer;
    transition: box-shadow 0.3s ease;
    aspect-ratio: 4/3;
}

/* 2. The Image (Default State) */
.portfolio-image {
    width: 100%;
    height: 100%;
    display: block;
    transform: scale(1); 
    transition: transform 0.5s ease; 
   object-fit: cover;
}

/* 3. The Dark Overlay (Default State: Hidden) */
.portfolio-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
   /* background-color: rgba(0, 0, 0, 0.7); */
   
    opacity: 1;
    display: flex;
   align-items:end;
    transition: opacity 0.5s ease; /* Smooth fade-in */
}

/* 4. The Text Box with Border (Default State: Centered but Invisible) */
.portfolio-text-box {
    color: #ffffff;
   padding: 1.5rem;
    opacity: 1; 
    transform: scale(0.9); 
    transition: all 0.5s ease; 
}

.portfolio-text-box h2 {
  font-size: 1.5rem;
 line-height: 1.7rem;
    font-weight:500;
    color: #fff;
    letter-spacing: .05em;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
}


/* --- THE HOVER EFFECTS --- */

/* When the user hovers over the parent container (.portfolio-card) */

/* 5. Trigger Image Zoom (Scale up smoothly to 1.1x) */
.portfolio-card:hover .portfolio-image {
    transform: scale(1.1);
}
 
/* 6. Trigger Overlay Fade-in (Become visible) */
.portfolio-card:hover .portfolio-overlay {
    opacity: 1;
     background: linear-gradient(to top,hsl(320 80% 55% / .6) 0%,transparent 60%);
}

/* 7. Trigger Text Box and Border Fade-in and Pop (Become visible, scale up to 1x) */
.portfolio-card:hover .portfolio-text-box {
    opacity: 1;
    transform: scale(1);
    animation-name: fadeInUp;
    animation-duration: 0.5s;
    animation-timing-function: ease;
}


.video-border
{
    padding: 20px;
    background-color: #fff;
    width: 100%;
    height: auto;
    border-radius: .75rem;
  border: 1px solid hsl(215.3, 33.3%, 90%);
    transition: all 0.4s;
}  
 
.video-border:hover
{
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);
  border-color: hsla(319.8, 78.4%, 54.5%, 0.3);
}

.card.team-card img{
width:100%;
    aspect-ratio:1/1;
    object-fit:cover;
    display: block;
	}
 .location-row .card.team-card img
{
   aspect-ratio:0;
  object-fit: contain;
}

.bgimgcard .img-fluid {
	aspect-ratio: 16/9;
	object-fit: cover;
	width: 100%;
	object-position: top;
}

.same-ratio
{
width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
	} 
           
.same-ratio img {
  width: 100%;
  height: 100%;
  object-fit: cover;
} 
.same-ratio1 img 
{
      object-position: top !important;
}
 
.nwdtxt p{ margin-bottom:1rem !important;}
.prodetail-text p{ margin-bottom:1rem !important;}
.bg-colorclass h2{ color:hsl(220.9, 45.8%, 9.4%);}


.quote-highlight{
   position: relative;
    background: #fff;
    border-left: 5px solid #d4af37;
    padding: 40px 30px 22px 30px;
    margin: 40px 0;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    overflow: hidden;
    font-size:17px;
    font-weight:700;
    color:#1b2d5a;
    font-style:italic;
    letter-spacing:1px;
}
.quote-highlight::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg,#f72585,#4cc9f0);
}
 
.quote-highlight::after{
    content: "\275D";
    position: absolute;
    top: 15px;
    left: 0;
    font-size: 48px;
    color: #d4af37;
    line-height: 1;
    opacity: .8;
}
/*
.quote-highlight::before{
      content: "\275D";
  font-size: 48px;
  color: #d4af37;
  line-height: 0.8;
  display: block;
  margin-bottom: 10px;
  opacity: .8;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:4px;
    background: linear-gradient(90deg,#f72585,#4cc9f0);
} 
*/
.quote-highlight .quote-icon{
    font-size:48px;
    color:#d4af37;
    line-height:0.8;
    display:block;
    margin-bottom:10px;
    opacity:.8;
}


/* responsive css */

@media only screen and (max-width:1199px)
{ 
     .btn-primary-glow 
    {
  font-size: .800rem;
    }
    .custom-collapse {
    width: 27%;
  }
     .newsrounded-box, .portrounded-box
    {
        margin-right: 8px !important;
        font-size: .60rem;
    }
    .video-head
    {
   font-size:5rem !important;
    }
}

@media only screen and (max-width:1024px)
{  
.container
	{
		max-width: 95% !important;
    }
    .team-role {
  font-size: .70rem;
    }
  
} 
  
@media only screen and (max-width:991px)
{
    .newsbanner-head 
    {
  font-size: 2.5rem !important;
  line-height: 1 !important;
    }
    
    #carouselExampleFade .newscarousel-item
    {
        height:100vh !important;
    }
    
    footer 
    {
  padding-left: 1rem;
  padding-right: 1rem;
    }
    .text-muted-foreground 
{
   line-height: 1.3rem;
  display: block;
}
    .text-foreground1 {
  font-size: 1.10rem;
  line-height: 1.30rem;
    }
        .custom-collapse {
  width:30%;
    } 
        .newsrounded-box, .portrounded-box
    {
        font-size: .70rem;
    }
     .video-head {
    font-size: 4rem !important;
  }
    .custom-collapse .dropdown-item {
  font-size: .750rem;
    }
    .custom-collapse {
  width:31%;
    } 
}

@media only screen and (max-width:825px)
{
    .custom-collapse {
  width:35%;
    } 
    .Gallery-Filter a 
    {
  font-size: .70rem;
    }
} 

@media only screen and (max-width:767px)
{
      .custom-carousel-arrow {
        width: 50px;
    }
    .arrow-icon-box {
        width: 40px;
        height: 40px;
    }
    .arrow-icon-box i {
        font-size: 14px;
    }
    .contact-heading,.team-head  
    {
        font-size: 2.25rem;
  line-height: 2.5rem;
    }
      .br-class
    {
        display: contents;
    }
    .text-foreground1 {
 font-size: 1.1rem;
  line-height: 1.5rem;
  }
   .section-title 
    {
        font-size: 2.25rem!important;
        line-height:1.1!important;
    }
    .leading-none {
 font-size: 2.25rem;
  line-height: 1;
    }
    .text-base {
font-size: .875rem;
  line-height: 1.25rem;
    }
    .parallax-section
    {
  padding-top: 7%;
  padding-bottom: 7%;
    }
    .banner-head
    {
line-height: .95!important;
  font-size: 5rem!important;
    }
    .banner-head1 
    {
       font-size: 4.4rem!important; 
    }
    .banner-text 
    {
  top:40% !important;
    }
    .banner-text1
    {
        top: 52%!important;
    }  
    .newsdetail-text
    {
          top:30%!important;
    }
    .banner-subtitle {
font-size: .875rem;
  line-height: 1.25rem;
}
      .custom-collapse {
  width:40%;
    } 
    .custom-collapse .nav-link, .custom-collapse .dropdown-item {
        font-size: .750rem;
        line-height: 0.9rem;
    }
    .effect-list span {
  padding-right: 0rem;
  display: block;
  text-align: center;
        width: 100%;
  margin-bottom: 5px !important;
} 
    .effect-list a
    {
   padding-left: .6rem;
  padding-right: .6rem;
    }
    .effect-list
    {
        padding-left: 0px!important;
        padding-right: 0px!important;
    }
    .newsbanner-head
    {
  font-size: 3rem !important;
    }
    .video-border {
  padding: 10px;
    }
       .video-head {
    font-size: 4rem !important;
  }
    .video-text {
    top: 40% !important;
  }
    .parallax-section
    {
        background-attachment: scroll;
    }  
}     

@media only screen and (max-width: 650px) {
  .custom-collapse {
    width: 45%;
  }
}

@media only screen and (max-width:575px)
{
    .section-padding 
    {
  padding-left:0rem;
  padding-right:0rem;
    }
      
  .banner-head,.banner-head1 {
line-height: .95!important;
  font-size:4rem!important;
    }
.carousel-control-prev 
    {
  left:1rem;
}
    .carousel-control-next
    {
  right:1rem;
}
       .custom-collapse
    {
  width:50%;  
  margin-top: 10px;
  }
   h3 {
  font-size: 1.6rem;
  line-height: 1.2;
    }
    .location-row .col-10
    {
       margin: 0 auto;
        text-align: center;
    }
 
    .Gallery-Filter {
       display: flex;
        flex-wrap: wrap; 
        justify-content: center; 
        gap: 12px;
    }
    .Gallery-Filter a {
        width: calc(50% - 6px); 
        text-align: center;
        padding: 10px 5px;
}  
     .newsbanner-head
    {
  font-size:2.5rem !important;
    }
     .custom-collapse .dropdown-item {
    font-size: .725rem;
    line-height: 0.9rem;
  }
}

@media only screen and (max-width:520px)
{
      .custom-collapse {
    width:50%;
  }
} 

@media only screen and (max-width:502px)
{ 
    
.custom-collapse .nav-link:last-child {
  border-bottom: none;

}
.custom-collapse .nav-link 
    {
  padding-left: .50rem;
  padding-right: .50rem;
  letter-spacing: .2em;
  font-size: .800rem;
  line-height: 1rem;
    }
        .video-head {
    font-size:3.5rem !important;
  }
    .video-text {
    top:35% !important;
  }
     .custom-collapse {
    width: 55%;
  }
}

@media only screen and (max-width:499px)
{
    .navbar-brand 
    {
  margin-right:0rem;
    }
 .navbar-brand
    {
        max-width:60%;
    }
}

@media only screen and (max-width:470px)
{
      .custom-collapse {
    width:58%;
  }
    .custom-collapse .nav-link,.custom-collapse .dropdown-item  {
    font-size: .750rem;
    }  
    .custom-collapse {
  margin-top:10px;
    }  
} 
    
@media only screen and (max-width:450px)
{
       .banner-head,.banner-head1 {
  font-size:3rem!important;
    }
    .portfolio-text-box h2 {
  font-size: 1.2rem;
  line-height: 1.4rem;
    }
      .newsbanner-head {
    font-size: 2rem !important;
  }
    
      .custom-collapse {
    width:62%;
  }
}

@media only screen and (max-width:421px)
{
    .icon-boxdiv
    {
        width: 100%;
        margin-top: 3rem !important;
    }
  .custom-collapse .nav-link 
    {
  padding-left: .40rem;
  padding-right: .40rem;
  letter-spacing: .2em;
  font-size: .750rem;
  line-height: 1rem;
    }
        .custom-collapse {
    width:68%;
  }
}  


@media only screen and (max-width:403px)
{
    .small-widthbtn
    {
        margin-left: 0px!important;
    }
    .team-role1,.newsrounded-box
{
    letter-spacing: 0px!important;
    }
    .custom-collapse {
    width:70%;
  }
}

@media only screen and (max-width:395px)
{
    .small-widthbtn
    {
        margin-top: 15px!important;
    }
     .carousel-control-prev {
  left:0.5rem;
}
    .carousel-control-next {
  right:0.5rem;
}  
   
    .custom-collapse .nav-link,.custom-collapse .dropdown-item  {
    font-size: .750rem;
    }
     .custom-collapse {
    width:72%;
           padding: 6px;
  }
} 

@media only screen and (max-width:385px)
{
.navbar-brand
    {
        max-width:50%;
    }
    .custom-menu-btn 
    {
      border-radius: 50px;
  padding: 2px 10px;
  font-size: 11px;
  gap: 9px;  
    }
     
    .newsrounded-box, .portrounded-box
    {
        margin-right: 5px !important;
        font-size: .60rem;
    }
      .custom-collapse {
    width:72%;
          padding: 6px;
  }
}

@media only screen and (max-width:370px)
{
    
    .custom-collapse .nav-link,.custom-collapse .dropdown-item  {
    font-size: .720rem;
    } 
    .text-foreground a 
    {
  letter-spacing: 0px;
}
    .portrounded-box,.newsrounded-box {
  
    } 
     .custom-collapse {
    width:74%;
  }
} 
 
@media only screen and (max-width:340px)
{
    .text-foreground a 
    {
 font-size: 14px;
}
    .testimonial-card {
  padding: 1.2rem;
    }
        .custom-collapse {
    width:80%;
  }
} 

@media only screen and (max-width:322px)
{
      .banner-head,.banner-head1 {
  font-size:2.7rem!important;
    }
     .custom-collapse {
    width:84%;
  }
    .news-height {
  min-width: auto;
    }
}
 



