html {
scroll-behavior: smooth;
}
body{
font-family: 'Familjen Grotesk', sans-serif;
overflow-x: hidden;
}

/* Shared icon sizes */
.exep-icon {
font-size: 40px;
}
.contact-icon {
font-size: 40px;
}
ul{
list-style:none;
padding:0;
 }
p{
font-size:18px;
line-height: 1.7;
 }
h1,h2,h3,h4,h5{
font-weight:bold; 
 }
a{
text-decoration:none;
color:#333;
transition: color 0.25s ease;
 }
a:hover{
text-decoration:none;
 }

/* Scroll-reveal animations */
.reveal {
opacity: 0;
transform: translateY(40px);
transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.visible {
opacity: 1;
transform: translateY(0);
}
.reveal-left {
opacity: 0;
transform: translateX(-40px);
transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal-left.visible {
opacity: 1;
transform: translateX(0);
}
.reveal-right {
opacity: 0;
transform: translateX(40px);
transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal-right.visible {
opacity: 1;
transform: translateX(0);
}

/* Stagger children animation delay */
.reveal-stagger > * {
opacity: 0;
transform: translateY(30px);
transition: opacity 0.5s ease, transform 0.5s ease;
}
.reveal-stagger.visible > * {
opacity: 1;
transform: translateY(0);
}
.reveal-stagger > *:nth-child(1) { transition-delay: 0s; }
.reveal-stagger > *:nth-child(2) { transition-delay: 0.1s; }
.reveal-stagger > *:nth-child(3) { transition-delay: 0.15s; }
.reveal-stagger > *:nth-child(4) { transition-delay: 0.2s; }
.reveal-stagger > *:nth-child(5) { transition-delay: 0.25s; }
.reveal-stagger > *:nth-child(6) { transition-delay: 0.3s; }

/* Back to top button */
#backToTop {
position: fixed;
bottom: 30px;
right: 30px;
z-index: 999;
width: 46px;
height: 46px;
border-radius: 50%;
background: #0c5adb;
color: #fff;
border: none;
font-size: 20px;
cursor: pointer;
opacity: 0;
visibility: hidden;
transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
box-shadow: 0 4px 15px rgba(12, 90, 219, 0.4);
}
#backToTop:hover {
background: #093f99;
transform: translateY(-3px);
box-shadow: 0 6px 20px rgba(12, 90, 219, 0.5);
}
#backToTop.show {
opacity: 1;
visibility: visible;
}
.col_1{
color: #0c5adb; 
 }
.col_2{
color: #ddd!important; 
 }
.col_3{
color: #999!important; 
 }
.button{
background: linear-gradient(135deg, #0c5adb 0%, #3b7ef7 100%);
color:#fff;
padding:14px 34px;
display:inline-block;
font-size:17px;
font-weight:600;
letter-spacing:0.5px;
border-radius:50px;
border:none;
cursor:pointer;
transition: all 0.35s cubic-bezier(.4,0,.2,1);
box-shadow: 0 4px 18px rgba(12, 90, 219, 0.3);
position:relative;
overflow:hidden;
 }
.button::after{
content:'';
position:absolute;
top:50%; left:50%;
width:0; height:0;
background:rgba(255,255,255,0.15);
border-radius:50%;
transform:translate(-50%,-50%);
transition:width 0.5s ease, height 0.5s ease;
 }
.button:hover::after{
width:300px; height:300px;
 }
.button:hover{
background: linear-gradient(135deg, #093f99 0%, #0c5adb 100%);
color:#fff;
transform: translateY(-3px);
box-shadow: 0 8px 28px rgba(12, 90, 219, 0.45);
 }
.button_1{
background: linear-gradient(135deg, #093f99 0%, #0c5adb 100%);
color:#fff;
padding:14px 34px;
display:inline-block;
font-size:17px;
font-weight:600;
letter-spacing:0.5px;
border-radius:50px;
border:none;
cursor:pointer;
transition: all 0.35s cubic-bezier(.4,0,.2,1);
box-shadow: 0 4px 18px rgba(9, 63, 153, 0.3);
position:relative;
overflow:hidden;
 }
.button_1::after{
content:'';
position:absolute;
top:50%; left:50%;
width:0; height:0;
background:rgba(255,255,255,0.15);
border-radius:50%;
transform:translate(-50%,-50%);
transition:width 0.5s ease, height 0.5s ease;
 }
.button_1:hover::after{
width:300px; height:300px;
 }
.button_1:hover{
background: linear-gradient(135deg, #0c5adb 0%, #3b7ef7 100%);
color:#fff;
transform: translateY(-3px);
box-shadow: 0 8px 28px rgba(12, 90, 219, 0.45);
 }
.button_2{
background: rgba(255,255,255,0.95);
color:#093f99;
padding:14px 34px;
display:inline-block;
font-size:17px;
font-weight:600;
letter-spacing:0.5px;
border-radius:50px;
border:2px solid rgba(12,90,219,0.15);
cursor:pointer;
transition: all 0.35s cubic-bezier(.4,0,.2,1);
box-shadow: 0 4px 18px rgba(255, 255, 255, 0.15);
backdrop-filter:blur(6px);
position:relative;
overflow:hidden;
 }
.button_2::after{
content:'';
position:absolute;
top:50%; left:50%;
width:0; height:0;
background:rgba(12,90,219,0.08);
border-radius:50%;
transform:translate(-50%,-50%);
transition:width 0.5s ease, height 0.5s ease;
 }
.button_2:hover::after{
width:300px; height:300px;
 }
.button_2:hover{
background: linear-gradient(135deg, #093f99 0%, #0c5adb 100%);
color:#fff;
border-color:transparent;
transform: translateY(-3px);
box-shadow: 0 8px 28px rgba(9, 63, 153, 0.4);
 }
.lspace{
letter-spacing:5px; 
 }
hr{
margin-top:20px!important; 
 }
.grid figure {
position: relative;
float: left;
overflow: hidden;
width: 100%;
text-align: center;
cursor: pointer;
}
figure.effect-jazz figcaption::after,
figure.effect-jazz img
{
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
}

figure.effect-jazz:hover img {
-webkit-transform: scale3d(1.05,1.05,1);
transform: scale3d(1.05,1.05,1);
}
.normal{
font-weight:normal; 
 }
.font_16{
font-size:16px; 
 }
/*********************top****************/
#top{
background: linear-gradient(135deg, #0c5adb 0%, #093f99 100%);
padding-top:8px;
padding-bottom:8px;
 }
.top1l ul li{
margin-right:10px; 
 }
.top1l ul li a{
color:#fff;
 }
.top1r ul li{
margin-right:10px; 
 }
.top1r ul li a{
color:#fff;
 }

.top1l ul li i{
color: #98b6e9;
}
/*********************top_end****************/

/*********************header****************/
#navbar_sticky{
background: rgba(255, 255, 255, 0.65);
-webkit-backdrop-filter: blur(14px);
backdrop-filter: blur(14px);
padding: 8px 0px 5px 0px;
box-shadow: 0 1px 20px rgba(12, 90, 219, 0.08);
border-bottom: 1px solid rgba(12, 90, 219, 0.06);
position: sticky;
top: 0;
z-index: 1000;
transition: box-shadow 0.3s ease, padding 0.3s ease, background 0.3s ease;
}
#navbar_sticky.scrolled {
padding: 8px 0px 5px 0px;
background: rgba(255, 255, 255, 0.72);
box-shadow: 0 4px 30px rgba(12, 90, 219, 0.12);
}

.header_resp a {
  padding: 8px 0px;
  text-decoration: none;
  font-size: 18px; 
  line-height: 22px;
}
.header_resp a.quote {
  padding: 12px 32px;
  font-size: 16px;
  line-height: 1.4;
}

.header_resp {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header_resp .logo {
  font-size: 32px;
  font-weight: bold;
  color:#000!important;
  flex-shrink: 0;
}
.header_resp .logo img {
  height: 36px;
  width: auto;
  transition: height 0.3s ease;
}
#navbar_sticky.scrolled .header_resp .logo img {
  height: 36px !important;
}

.header_resp a:hover {
  color: #0c5adb;
}

.header_resp .active_tab {
  color: #0c5adb;
  font-weight:600;
  position:relative;
}
.header_resp .active_tab::after {
  content:'';
  position:absolute;
  bottom:8px;
  left:50%;
  transform:translateX(-50%);
  width:20px;
  height:3px;
  background:linear-gradient(135deg, #0c5adb, #3b7ef7);
  border-radius:3px;
}

.header_resp-center {
  display: flex;
  align-items: center;
  gap: 4px;
}
.header_resp-center a {
  padding: 12px 18px;
  transition: color 0.25s ease;
  position: relative;
}
.header_resp-center a:hover {
  color: #0c5adb;
}
.header_resp > .quote {
  flex-shrink: 0;
}

.header_resp-right a{
padding:12px 20px;
transition: color 0.25s ease;
position:relative;
}
.header_resp-right a:not(.quote):hover {
  color: #0c5adb;
}
.header_resp-right{
padding-top:1px;
display:flex;
align-items:center;
justify-content:flex-end;
}

#navbar_sticky .dropbtn {
border: none;
text-align: center;
padding: 12px 20px;
text-decoration: none;
font-size: 20px; 
line-height: 25px;
background:none;
}
#navbar_sticky .dropdown {
position: relative;
display: inline-block;
}
#navbar_sticky .content {
display: none;
position: absolute;
background-color: #f4f4f4;
min-width: 180px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}
#navbar_sticky .content a {
color: #000;
padding: 12px 20px;
text-decoration: none;
display: block;
font-size:18px;
}

#navbar_sticky .content a:hover {
background: #0c5adb;
color:#fff;
}

#navbar_sticky .dropdown:hover .content {
display: block;
}

#navbar_sticky .dropdown:hover .dropbtn {
color: #0c5adb;
}

.quote{
background: linear-gradient(135deg, #0c5adb 0%, #3b7ef7 100%);
color:#fff;
padding: 15px 38px;
display:inline-block;
font-size: 17px;
font-weight:600;
letter-spacing:0.5px;
border-radius: 50px;
line-height: 1.4;
white-space: nowrap;
transition: all 0.35s cubic-bezier(.4,0,.2,1);
box-shadow: 0 4px 18px rgba(12, 90, 219, 0.3);
position:relative;
overflow:hidden;
 }
.quote::after{
content:'';
position:absolute;
top:50%; left:50%;
width:0; height:0;
background:rgba(255,255,255,0.15);
border-radius:50%;
transform:translate(-50%,-50%);
transition:width 0.5s ease, height 0.5s ease;
 }
.quote:hover::after{
width:250px; height:250px;
 }
.quote:hover{
background: linear-gradient(135deg, #093f99 0%, #0c5adb 100%);
color:#fff!important;
transform: translateY(-3px);
box-shadow: 0 8px 28px rgba(12, 90, 219, 0.45);
 }
.sticky {
position: fixed;
top: 0;
width: 100%;
background:#fff!important;
z-index:3;
}

#mynav{
display:none; 
 }
/*********************header_end****************/

/*********************footer****************/
#footer{
background: linear-gradient(135deg, #093f99 0%, #062c6e 100%);
padding-top:40px;
padding-bottom:20px; 
 }
.footer_1i ul li{
margin-right:10px; 
 }
.footer_1i ul li a{
color:#98b6e9;
 }
.footer_1i ul li a i{
color:#fff;
transition: transform 0.3s ease, color 0.3s ease;
 }
.footer_1i ul li a:hover i {
transform: scale(1.2);
color: #98b6e9;
 }
.footer_1i1 h6 a{
color:#eee;
transition: color 0.25s ease, padding-left 0.25s ease;
 }
.footer_1i1 h6 a:hover {
color: #fff;
padding-left: 4px;
 }
.footer_2{
border-top:1px solid #1250b9;
margin-top:15px;
padding-top:15px; 
 }
#footer h4{
color:#98b6e9!important; 
 }
.footer_1i1 p span{
color:#98b6e9!important; 
 }
/*********************footer_end****************/
/*********************exep****************/
#exep{
padding-top:230px;
padding-bottom:60px;
 }
.exep_1lm1 img,
.exep_1lm2 img{
border-radius:18px;
 }
.exep_1lm2{
top:140px;
left:140px;
height:100%;
 }
/*********************exep_end****************/

/*********************clients_marquee****************/
#clients-marquee {
  padding: 60px 0;
  overflow: hidden;
  background: linear-gradient(135deg, #f0f6ff 0%, #e0ecfb 100%);
}
#clients-marquee h1 {
  margin-bottom: 10px;
}
.marquee-wrapper {
  margin-top: 40px;
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
}
.marquee-track {
  display: flex;
  gap: 40px;
  width: max-content;
  animation: marquee-scroll 25s linear infinite;
}
.marquee-track:hover {
  animation-play-state: paused;
}
.marquee-item {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.marquee-item img {
  width: 160px;
  height: 120px;
  object-fit: contain;
  background: rgba(255,255,255,0.85);
  backdrop-filter: blur(8px);
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 4px 20px rgba(12,90,219,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.marquee-item:hover img {
  transform: scale(1.05);
  box-shadow: 0 8px 30px rgba(12,90,219,0.2);
}
.marquee-item span {
  font-size: 14px;
  font-weight: 600;
  color: #093f99;
  letter-spacing: 1px;
}
@keyframes marquee-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
@media screen and (max-width: 767px) {
  #clients-marquee { padding: 40px 0; }
  .marquee-track { gap: 24px; animation-duration: 18s; }
  .marquee-item img { width: 120px; height: 90px; padding: 12px; border-radius: 12px; }
  .marquee-item span { font-size: 12px; }
}
/*********************clients_marquee_end****************/

/*********************spec****************/
.spec_1i1 span{
background: linear-gradient(135deg, #0c5adb 0%, #3b7ef7 100%);
color:#fff;
font-size:40px;
width:80px;
height:80px;
line-height:75px;
display:inline-block;
text-align:center;
border-radius:40px 20px;
box-shadow: 0 4px 15px rgba(12, 90, 219, 0.3);
 }
.spec_1i1 {
border-radius: 16px;
box-shadow: 0 4px 20px rgba(255, 255, 255, 0.06);
padding:40px 20px;
background: rgba(255, 255, 255, 0.07);
-webkit-backdrop-filter: blur(12px);
backdrop-filter: blur(12px);
border: 1px solid rgba(255, 255, 255, 0.12);
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.spec_1im:hover .spec_1i1 {
transform: translateY(-5px);
box-shadow: 0 12px 40px rgba(255, 255, 255, 0.12);
}
.spec_1i2 {
background: rgba(12, 90, 219, 0.55);
-webkit-backdrop-filter: blur(16px);
backdrop-filter: blur(16px);
border: 1px solid rgba(255, 255, 255, 0.18);
padding:20px;
border-radius: 16px;
position:absolute;
width:100%;
height:100%;
top:0;
left:0;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
opacity: 0;
visibility: hidden;
transition: opacity 0.35s ease, visibility 0.35s ease;
}
.spec_1im{
position:relative; 
 }
.spec_1im:hover .spec_1i2{
opacity: 1;
visibility: visible;
 }
 
.main{
position:relative; 
 }
.main_2{
position:absolute;
width:100%;
bottom:-180px;
 }
/*********************spec_end****************/

/*********************team_h****************/
#team_h{
padding-top:40px;
padding-bottom:40px; 
 }
.team_h_2i2{
top:100px;
background: rgba(255, 255, 255, 0.9);
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
right:0; 
padding:20px;
border-radius: 0 0 12px 12px;
display:none;
 }
.team_h_2i1 img{
border-radius:12px 12px 0px 0px;
width: 100%;
height: auto;
 }
.team_h_2i:hover .team_h_2i2{
display:block;
 }
.team_h_2i2 ul li a{
font-size:18px;
color:#0c5adb;
 }
.team_h_2ib{
border-bottom:3px solid #0c5adb;
padding:20px 15px;
border-radius: 0 0 12px 12px;
box-shadow: 0 4px 20px rgba(12, 90, 219, 0.08);
background: rgba(255, 255, 255, 0.8);
-webkit-backdrop-filter: blur(8px);
backdrop-filter: blur(8px);
transition: transform 0.3s ease, box-shadow 0.3s ease;
 }
.team_h_2i:hover .team_h_2ib {
transform: translateY(-3px);
box-shadow: 0 8px 30px rgba(12, 90, 219, 0.15);
}
/*********************team_h_end****************/

/*********************subs****************/
#subs{
padding-top:60px;
padding-bottom:60px;
background: linear-gradient(135deg, #0c5adb 0%, #093f99 100%);
 }
.subs_1 .input-group .btn {
background: rgba(255, 255, 255, 0.15);
margin-left: 0!important;
padding: 12px 30px;
font-size: 18px;
border-color: rgba(255, 255, 255, 0.2);
border-radius: 0 12px 12px 0;
backdrop-filter: blur(5px);
transition: background 0.3s ease;
}
.subs_1 .input-group .btn:hover {
background: rgba(255, 255, 255, 0.3);
}
.subs_1 .form-control {
height:53px;
font-size:18px;
border-radius: 12px 0 0 12px;
border:1px solid rgba(255,255,255,0.2);
background: rgba(255, 255, 255, 0.15);
color: #fff;
-webkit-backdrop-filter: blur(5px);
backdrop-filter: blur(5px);
}
.subs_1 .form-control::placeholder {
color: rgba(255,255,255,0.7);
}
.subs_1 .form-control:focus {
background: rgba(255, 255, 255, 0.25);
border-color: rgba(255,255,255,0.4);
box-shadow: 0 0 0 3px rgba(255,255,255,0.1);
color: #fff;
}
.subs_1 .input-group{
width:60%;
margin-left:auto;
margin-right:auto; 
 }
/*********************subs_end****************/

/*********************common****************/
.center_o{
background: linear-gradient(135deg, #ebf3ff 0%, #dce8fa 100%);
padding-top:12px;
padding-bottom:12px;
border-bottom: 1px solid rgba(12, 90, 219, 0.06);
 }
.center_o1 h5 span{
margin-left:10px;
margin-right:10px; 
color:#ddd;
 }
.center_o1 h5 {
margin-bottom:0;
font-size: 16px;
 }
.pages ul li{
 display:inline-block;
 margin: 0 2px;
 width:45px;
 height:45px;
 line-height:45px;
 background: #f4f4f4;
 text-align:center;
 border-radius:3px;
 }
.pages ul li a{
display:block;
color: #333;
 }
.pages ul li:hover{
 background: #093f99;
 }
.pages ul li:hover a{
 color: #fff;
 }
.act{
  background:#093f99!important;
 }
.act a{
 color: #fff!important;
 }
 
/* footer social icons */
ul.social-network {
list-style: none;
display: block;
margin-left:0 !important;
padding: 0;
}
ul.social-network li {
display: inline-block;
}

/* footer social icons */
.social-network a.icoRss:hover {
background-color: #F56505;
}
.social-network a.icoFacebook:hover {
background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
background-color:#33ccff;
}
.social-network a.icoGoogle:hover {
background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
background-color:#007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
color:#44BCDD;
}

.social-circle li a {
display:inline-block;
position:relative;
margin:0 auto 0 auto;
-moz-border-radius:50%;
-webkit-border-radius:50%;
border-radius:50%;
text-align:center;
width: 40px;
height: 40px;
font-size:16px;
}
.social-circle li i {
margin:0;
line-height:40px;
text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-ms--transform: rotate(360deg);
transform: rotate(360deg);
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-o-transition: all 0.2s;
-ms-transition: all 0.2s;
transition: all 0.2s;
}
.social-circle i {
color: #fff;
-webkit-transition: all 0.8s;
-moz-transition: all 0.8s;
-o-transition: all 0.8s;
-ms-transition: all 0.8s;
transition: all 0.8s;
}
/*********************common_end****************/

/*********************serv****************/
#serv {
background:#0c5adb;
}
.serv_m{
padding-top: 50px;
padding-bottom: 50px;
background: transparent;
 }
/*********************serv_end****************/

/*********************testim****************/
#testim{
padding-top:140px;
padding-bottom:40px; 
 }
.testim_2i1{
box-shadow: 0 4px 20px rgba(12, 90, 219, 0.08);
padding:30px;
border-radius: 16px;
background: rgba(255, 255, 255, 0.7);
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
border: 1px solid rgba(12, 90, 219, 0.06);
transition: transform 0.3s ease, box-shadow 0.3s ease;
 }
.testim_2i1:hover {
transform: translateY(-3px);
box-shadow: 0 8px 30px rgba(12, 90, 219, 0.12);
 }
.testim_2i2 img{
border-radius:50%;
float:left;
margin-right:20px; 
 }
/*********************testim_end****************/

/*********************choose****************/

.choose1l{
min-height:510px; 
}
.choose1r img {
border-radius: 18px;
object-fit: cover;
height: 100%;
}
.accordion-collapse {
border: 0;
}
.accordion-button {
background: linear-gradient(135deg, #0c5adb 0%, #093f99 100%);
color:#fff;
padding:12px 20px;
font-weight: bold;
border: 0;
font-size: 20px;
text-align: left;
border-radius: 10px !important;
transition: background 0.3s ease;
}
.accordion-button:focus {
box-shadow: 0 0 0 3px rgba(12, 90, 219, 0.15);
border: none;
}
.accordion-button:not(.collapsed) {
background: linear-gradient(135deg, #0c5adb 0%, #093f99 100%);
color:#fff;
padding:12px 20px;
}
.accordion-body {
padding: 20px;
background: rgba(255, 255, 255, 0.6);
-webkit-backdrop-filter: blur(8px);
backdrop-filter: blur(8px);
border-radius: 0 0 10px 10px;
border: 1px solid rgba(12, 90, 219, 0.06);
border-top: none;
}
.accordion-button::after {
width: auto;
height: auto;
content: "+";
font-size: 40px;
background-image: none;
font-weight: 100;
color: #fff;
transform: translateY(-4px);
}
.accordion-button:not(.collapsed)::after {
width: auto;
height: auto;
background-image: none;
content: "-";
font-size: 48px;
transform: translate(-5px, -4px);
transform: rotate(0deg);
}
.accordion-item{
border:none;
border-radius: 12px !important;
background:none;
margin-bottom: 10px;
overflow: hidden;
}
/*********************choose_end****************/

/*********************blog_h****************/
#blog_h{
padding-top:40px;
padding-bottom:40px; 
 }
.blog_h1i1{
box-shadow: 0 4px 20px rgba(12, 90, 219, 0.08);
padding:25px 15px 30px 15px;
border-radius: 16px;
background: rgba(255, 255, 255, 0.7);
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
border: 1px solid rgba(12, 90, 219, 0.06);
transition: transform 0.3s ease, box-shadow 0.3s ease;
 }
.blog_h1i1:hover {
transform: translateY(-3px);
box-shadow: 0 8px 30px rgba(12, 90, 219, 0.12);
 }
/*********************blog_h_end****************/

@media screen and (max-width : 767px){
#navbar_sticky{
display:none; 
}
#mynav{
display:block;
}
.main_2{
position:static; 
}
.mynav {
background: rgba(255, 255, 255, 0.9);
-webkit-backdrop-filter: blur(12px);
backdrop-filter: blur(12px);
position: sticky;
top: 0;
z-index: 1000;
box-shadow: 0 1px 20px rgba(12, 90, 219, 0.08);
border-bottom: 1px solid rgba(12, 90, 219, 0.06);
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
padding: 0 10px;
}
.mynav a {
display: none;
color: #333;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
}
.mynav .active {
background: linear-gradient(135deg, #0c5adb 0%, #093f99 100%) !important; 
color: white!important;
border-radius: 8px;
}
.dropdown {
overflow: hidden;
}

.dropdown .dropbtn {
font-size: 17px;    
border: none;
outline: none;
color: 333;
padding: 14px 16px;
background-color: inherit;
font-family: inherit;
margin: 0;
}

.drop-content {
display: none;
position: absolute;
background: rgba(255, 255, 255, 0.95);
-webkit-backdrop-filter: blur(12px);
backdrop-filter: blur(12px);
min-width: 160px;
box-shadow: 0 8px 32px rgba(12, 90, 219, 0.12);
z-index: 1;
border-radius: 12px;
border: 1px solid rgba(12, 90, 219, 0.06);
overflow: hidden;
margin-top: 4px;
}

.drop-content a {
float: none;
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
text-align: left;
font-size:22px;
}

.mynav a:hover, .dropdown:hover .dropbtn {
background: linear-gradient(135deg, #0c5adb 0%, #093f99 100%);
color: white;
border-radius: 8px;
}

.drop-content a:hover {
background: rgba(12, 90, 219, 0.06);
color: #0c5adb;
}

.dropdown:hover .drop-content {
display: block;
}

.mynav > a:first-child {
display: block;
}
.mynav a:not(:first-child), .dropdown .dropbtn {
display: none;
}
.mynav a.icon {
display: block;
padding: 10px;
font-size: 26px !important;
line-height: 1;
}
.mynav a.icon:hover {
background:none;
color:#333;
}
.mynav.responsive {position: fixed; top: 0; left: 0; right: 0; max-height: 100vh; overflow-y: auto; z-index: 9999; flex-wrap: wrap;}
.mynav.responsive .icon {
order: 1;
padding: 10px;
font-size: 24px !important;
}
.mynav.responsive a {
display: block;
text-align: left;
width: 100%;
}
.mynav.responsive .dropdown {float: none;}
.mynav.responsive .drop-content {position: relative;}
.mynav.responsive .dropdown .dropbtn {
display: block;
width: 100%;
text-align: left;
}
.brand{
font-size:32px!important; 
font-weight:bold;
display:inline-block;
background:none!important;
color:#333!important; 
}
.m_tag:hover{
background: linear-gradient(135deg, #0c5adb 0%, #093f99 100%) !important; 
color: white!important;
display: block;
 }
.m_tag:focus{
background: linear-gradient(135deg, #0c5adb 0%, #093f99 100%) !important; 
color: white!important;
display: block;
 }
.m_tag{
font-size:24px!important;
 }

#top{
display:none; 
 }
#spec{
padding-top:40px;
padding-bottom:40px; 
 }
.spec_1im{
margin-top:15px; 
 }
#exep {
padding-top:0;
padding-bottom:20px;
}
.exep_1lm1 img{
width:100%;
 } 
.exep_1lm2{
display:none;
 } 
.exep_1r{
margin-top:15px; 
 }
.team_h_2i{
margin-top:10px; 
 }
#testim {
padding-top:40px;
}
.testim_2i{
margin-top:15px; 
 }
.blog_h1i{
margin-top:10px; 
 }
.subs_1 .input-group{
width:100%; 
 }
.footer_1i1{
margin-top:15px; 
 }
.footer_1i2{
margin-top:15px; 
 }
.footer_1i2ir{
margin-top:10px; 
 }
.footer_2r{
margin-top:10px;  
 }
.choose1l{
padding: 30px 15px!important;
min-height:auto!important; 
 }
.pages ul li{
margin-bottom:8px; 
 }
.quote_2l .form-control{
margin-top:15px; 
 }

/* Mobile glassmorphism responsive fixes */
.spec_1i1 {
padding: 25px 15px;
}
.spec_1i1 span {
font-size: 30px;
width: 60px;
height: 60px;
line-height: 55px;
}
.testim_2i1 {
padding: 20px;
}
.blog_h1i1 {
padding: 18px 12px 20px 12px;
}
.accordion-button {
font-size: 16px;
padding: 10px 15px;
}
.accordion-button:not(.collapsed) {
padding: 10px 15px;
}
.team_h_2ib {
padding: 15px 10px;
}
#subs {
padding-top: 30px;
padding-bottom: 30px;
overflow: hidden;
}
#subs h1 {
font-size: 20px;
margin-bottom: 8px;
line-height: 1.2;
word-wrap: break-word;
overflow-wrap: break-word;
}
#subs .input-group.mt-4 {
margin-top: 0.75rem !important;
}
.subs_1 .form-control {
height: 45px;
font-size: 16px;
}
.subs_1 .input-group .btn {
padding: 10px 20px;
font-size: 16px;
}
.center_o {
padding-top: 10px;
padding-bottom: 10px;
}
.center_o h5 {
font-size: 14px;
}
#backToTop {
width: 40px;
height: 40px;
font-size: 16px;
right: 15px;
bottom: 15px;
}
.footer_1i p,
.footer_1i1 h6 {
font-size: 14px;
}
#footer {
padding-top: 30px;
padding-bottom: 15px;
}
.contact_top2i:hover {
transform: none;
}
.spec_1im:hover .spec_1i1 {
transform: none;
}

/* Mobile nav logo */
.mynav .logo img {
height: 32px;
width: auto;
}

/* Mobile base typography */
p {
font-size: 15px;
}
h1 {
font-size: 26px;
}
h4 {
font-size: 18px;
}

/* Experience section mobile - icon + text side by side */
.exep_1ri .col-md-2 {
width: auto;
flex: 0 0 auto;
}
.exep_1ri .col-md-10 {
flex: 1;
}
.exep_1ri {
flex-wrap: nowrap;
}
.exep_1ril span {
font-size: 30px !important;
}

/* Icon sizes on mobile */
.exep-icon {
font-size: 30px;
}
.contact-icon {
font-size: 32px;
}

/* Team cards mobile gap */
.team_h_2i {
margin-top: 20px;
}
.team_h_2ib h4 {
font-size: 16px;
}
.team_h_2ib h6 {
font-size: 13px;
}

/* Join section mobile */
#join h1 br,
.join_1l p br {
display: none;
}
#join h1 {
font-size: 24px;
}

/* Services section mobile - disable fixed bg (iOS) */
#serv {
background-attachment: scroll;
}
.serv_m h1 {
font-size: 22px;
}
.serv_m h4 {
font-size: 16px;
}
 }
@media (min-width:768px) and (max-width:991px) {
.header_resp-center a {
padding: 12px 6px;
font-size:16px;
}
.header_resp > .quote {
font-size: 14px;
padding: 9px 18px;
}
#navbar_sticky .dropbtn{
padding: 12px 6px;
font-size:16px; 
 }
#navbar_sticky .content a {
font-size: 16px;
}

.spec_1i1 {
padding:30px 10px;
}
.spec_1i2 {
padding:30px 10px;
}
.spec_1i2 p{
font-size:14px;
}

.exep_1lm2{
position:static!important;
 } 
.team_h_2i1 img{
width: 100%;
height: auto;
 }
.choose1l{
padding:10px!important;
 }
.choose1l p{
font-size:14px;
 }
.accordion-button {
font-size: 18px;
padding:5px 15px;
}
.accordion-button:not(.collapsed) {
padding:5px 15px;
}

ul.social-network li{
margin-bottom:5px; 
 }

/* Tablet glassmorphism responsive fixes */
.subs_1 .form-control {
height: 48px;
font-size: 16px;
}
.subs_1 .input-group .btn {
padding: 10px 24px;
font-size: 16px;
}
.testim_2i1 {
padding: 20px;
}
.blog_h1i1 {
padding: 20px 12px 24px 12px;
}
.team_h_2ib {
padding: 15px 10px;
}
 }
@media (min-width:992px) and (max-width:1200px) {
.spec_1i1 {
padding:40px 10px;
}
.spec_1i2 {
padding:40px 10px;
}
.choose1l{
padding: 10px 20px!important;
 }
.choose1l p{
font-size:16px;
 }
.accordion-button {
font-size: 18px;
padding:5px 15px;
}
.accordion-button:not(.collapsed) {
padding:5px 15px;
}
 }

/*********************global_glass_utilities****************/
/* Unified form input styling */
.form-control, .form-select {
border-radius: 10px;
border: 1px solid rgba(12, 90, 219, 0.12);
transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.form-control:focus, .form-select:focus {
border-color: rgba(12, 90, 219, 0.4);
box-shadow: 0 0 0 3px rgba(12, 90, 219, 0.08);
}

/* Glass card utility */
.glass-card {
background: rgba(255, 255, 255, 0.7);
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
border-radius: 16px;
border: 1px solid rgba(12, 90, 219, 0.08);
box-shadow: 0 4px 20px rgba(12, 90, 219, 0.06);
}

/* Subtle section separator instead of hard lines */
hr.col_1 {
border: none;
height: 4px;
background: linear-gradient(90deg, transparent, #0c5adb, transparent);
border-radius: 2px;
opacity: 0.6;
}

/* Soften all Bootstrap cards globally */
.card {
border-radius: 16px;
border: 1px solid rgba(12, 90, 219, 0.08);
overflow: hidden;
box-shadow: 0 4px 20px rgba(12, 90, 219, 0.06);
}

/* Soften Bootstrap badge/pill */
.badge {
border-radius: 8px;
}

/* Global image rounding inside cards */
.card img, .card-img-top {
border-radius: 16px 16px 0 0;
}
