/* reset css */
*,:after,:before{box-sizing: border-box;padding: 0;margin: 0;border: none;outline: none;  font-family: "Open Sans", sans-serif}
/* font-family: "Montserrat", sans-serif */
/* font-family: "Sulphur Point", sans-serif; */
img{max-width: 100%;}
ul,li{list-style: none;margin: 0;letter-spacing: 1px; color: #1E1E1E; font-size: 18px;}
a{text-decoration: none !important;display: inline-block;color: #383838;font-size: 16px;cursor: pointer;}
a { text-decoration: none !important; display: inline-block; color: #383838; font-size: 18px; cursor: pointer;}
select,input,textarea,button{width: 100%;border: none;outline: none; background: transparent;cursor: pointer;font-size: 16px;}
input::placeholder, textarea::placeholder {opacity: 1;color: #626262;}  
textarea{resize: none;}
p {color:#1E1E1E;font-size: 18px;margin: 10px 0;text-align: justify;line-height: 1.6;}
.textl{text-align: left;}
.textc{text-align: center;}
.textr{text-align: right;}
iframe{width: 100%;height: 350px;border: none;}
h1{font-size:34px;  margin: 15px 0  30px;  color: var(--purple); font-weight: 500; text-align: center; position: relative;}
h2 , .inner-h1 {font-size: 42px;color: var(--light-purple) ; line-height: 1.2; margin: 0 0 15px; font-weight: 300;}
h3{font-size:32px;margin:15px 0 0; font-weight: 500; color: var(--dark-blue); }
h4{font-size:28px;margin:15px 0; font-weight: 600;}
h5{font-size:25px;margin:15px 0; font-weight: 600;}
h6{font-size:22px;margin:15px 0; font-weight: 600;}
:root{scrollbar-width: none !important;}  
h1 , h2 , h3 ,  h4, h5 { font-family: "Bodoni Moda", serif;}
.fancybox-button--thumbs {display: none !important;}
/* reset css */


/* common css */
.wrapper{width: 100%;overflow: hidden;}
.fluid-container{width: 100%;max-width: 1280px;margin: 0 auto;padding: 0 20px;}
/* common css */

:root{
    --yellow :#E9AD34;
    --purple:#77054D;
    --dark-blue: #002058;
    --red : #C41716;
    --white-filter :brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(279deg) brightness(106%) contrast(103%);
    --box-shadow :rgba(0, 0, 0, 0.24) 0px 3px 8px;
    --light-blue :#013B9E;
    --light-purple : #a10e80;
   }


   :root{scrollbar-width: none !important;}

/* Hide scrollbar for Chrome, Safari, and Edge */
::-webkit-scrollbar { width: 0; height: 2px;}
/* Track */
::-webkit-scrollbar-track { background: #929292; border-radius: 2px;}
/* Handle */
::-webkit-scrollbar-thumb { background: #929292; border-radius: 2px;}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover { background: #bcbcbc;}

/* Hide scrollbar for Firefox */
html {
    scrollbar-width: none; /* Hides scrollbar in Firefox */
}



/* Button */
.common-btn {display: flex;justify-content: flex-start;align-items: center;padding: 20px 0;}
.common-btn a { color: #fff; position: relative; background:var(--red); padding: 10px 30px; font-size: 16px; cursor: pointer; transition: ease all .4s; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; border-radius: 6px;}
.common-btn.yellow-btn a {background: var(--yellow);color:#000;border-bottom: solid 2px #ffff04;}
.common-btn a:hover { background-color:var(--yellow); color: #000; }
.common-btn.yellow-btn a:hover {background-color: var(--dark-blue); }
/* Button */





.header-top-section{width: 100%; max-width: 100%; background:#8C2774; padding: 5px 0; display: none;}
.header-top-icons{width: 100%; max-width:100%; display: flex; justify-content: flex-end; align-items: center; gap: 20px; padding: 3px 0;}
.header-top-icons a img{width:100%; max-width:20px; filter: brightness(0) saturate(100%) invert(100%) sepia(12%) saturate(1805%) hue-rotate(2deg) brightness(114%) contrast(103%);}
.header-top-icons ul li a{color: #fff;}
.header-top-icons a{display: flex; justify-content: center; align-items: center;}


/* header */
.inner-header-wrapper{display:flex;justify-content:space-between;align-items:center;gap:5px; padding:5px 0;}
.right-header{width: 100%; max-width: 600px;}
.right-header > ul{display:flex;justify-content:space-between;align-items:center;}
.left-header{display:flex;width:100%;max-width:180px; transition: 1s ease;}
.header-wrapper{position:fixed;z-index:2;right:0;left:0; background:#ffffffe3; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; border-bottom: solid 1px var(--red);}
.right-header ul li a, .right-header ul li span {font-weight: 600;padding: 24px 15px;font-size: 22px;cursor: pointer;max-width: 320px; color: var(--red);}
.inner-header-wrapper  .right-header ul li:nth-child(2) a{color:var(--purple) ;}
.inner-header-wrapper  .right-header ul li:nth-child(3) a{color:var(--light-blue) ;}
.dropdown-wrapper ul li a, .dropdown-wrapper  li span{color: #fff; font-size: 14px;}
.left-header img{display:flex;width:100%; transition: 1s ease;}
header.scrolled-header{position: fixed;top: 0; left: 0; right: 0; z-index: 999;}
.scrolled-header .right-header{padding-left: 30px; transition: 1s ease;}
.scrolled-header .left-header img , .scrolled-header .left-header{max-width:160px;}
.dropdown-wrapper li svg , .dropdown-wrapper li i {color: #ffc304;padding-right: 10px;font-size: 16px;}
header.scrolled-header .right-header ul li a, header.scrolled-header .right-header ul li span {padding: 20px 15px;font-size: 22px;}




/* header */


/* home-banner */
.slider {display: flex;width: 100%;height:100vh;position: relative;background-size: cover;background-repeat: no-repeat;background-position: center center;z-index: 0;position: relative;}
/* .slider::before{position: absolute; content: ""; width: 100%; height: 100%; top: 0; left: 0; right: 0; bottom: 0; background: #0000008c;} */
.home-sliders{display:flex;justify-content:center;align-items:center;width:100%;height:100%;position: relative;}
.scrolled-header .header-top-section{display: none;}
.scrolled-header .left-header{max-width:270px;}
/* .scrolled-header .right-header ul li a ,.scrolled-header.right-header ul li span{font-size: 16px;} */
.swiper-img{width:100%;max-width:550px;margin: auto;display:flex;justify-content:center; }
.swiper-content {width: 100%;max-width: 900px;position: relative;height: 100%;display: flex;flex-direction: column;align-items: flex-start;justify-content: flex-end;  margin-bottom: 180px;}
.swiper-img{position: relative;}
.slider .fluid-container{display:flex;width:100%;}
.swiper-content h2{font-size:45px;color:#fff;}
.swiper-content h3{font-size:30px;color:#fff;text-transform:uppercase;margin: 15px 0;position: relative;line-height:1.5;  border-left: 4px solid #82ff0e;}
.slider h2{color:#fff;text-shadow:1px 2px #000; }
/* .home-sliders h2{text-align: center;display: flex;flex-direction: column;align-items: center;justify-content:center;  font-weight: 400;}
.home-sliders h3{text-align:center;} */
.home-banner-wrapper {height: 100vh}
/* .inner-home-wrapper {width: 100%;height: 100%;display: flex;flex-direction: column;justify-content: center;align-items: flex-start;text-align: center;position: relative;z-index: 1;padding-top: 90px;transform: translateY(50%);transition: 2s ease-in-out;} */
.owl-carousel.slider-home .owl-dots { position: absolute; bottom: 50px; right: 0; left: 0; margin: auto; display: flex; justify-content: center;  width: 100%; max-width: 1240px;}
.inner-home-wrapper span {font-size: 100px;color: #E8A300;font-weight: 600;line-height: 1.2;text-align: left;width: 100%;max-width: 600px;text-shadow: 1px 1px 1px rgb(0 0 0 / 43%);}
.owl-item.active .inner-home-wrapper { transform: none; transition: 1.2s ease-in-out;}
.inner-home-wrapper { width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; text-align: center; position: relative; z-index: 1; padding-top: 90px; opacity: 0; transform: translateX(-50px) scale(0.95); animation: slideInScale 1s cubic-bezier(0.68, -0.55, 0.27, 1.55) forwards;}





@keyframes slideInScale {
   0% {
       opacity: 0;
       transform: translateX(-50px) scale(0.95);
   }
   100% {
       opacity: 1;
       transform: translateX(0) scale(1);
   }
} 





/* home-banner */



   /* Dropdown css */
.dropdown-wrapper-li{position: relative;}
li.dropdown-wrapper-li .dropdown-wrapper { pointer-events: none; opacity: 0; position: absolute; width: 300px; top: 100px; visibility: hidden; transition: all .2s ease-in; z-index: 1; display: flex; justify-content: center; align-items: stretch;  left: -75px;gap: 50px;}
.products-images, .products-images img { width: 100%; max-width: 250px; display: flex; justify-content: center; align-items: center;}
.dropdown-wrapper-li.act-link span, .dropdown-wrapper-li:hover span {color: var(--dark-blue);}
.products-images img {object-fit: cover;height: 100%;}
.first-route-products ul li a:hover, .first-route-products ul li a.act-link {color: #ffd49b !important;}
.dropdown-wrapper{position: relative;}
li.dropdown-wrapper-li:hover .dropdown-wrapper{visibility: visible;opacity: 1;top:60px;pointer-events: visible; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;  background:var(--dark-blue); border-bottom: 5px solid var(--yellow);}
.dropdown-wrapper ul{width: 100%; max-width: 100%;}
.dropdown-wrapper li {position: relative;border-bottom: 1px dotted #fff; padding-left: 10px; }
.dropdown-wrapper li:hover a{transform: translateX(10px);} 
.dropdown-wrapper li:last-child{border-bottom: unset;}
.dropdown-wrapper ul{ position:relative ; z-index: 2;}
.dropdown-wrapper li a{width: 100%; max-width: 350px; padding: 10px 5px !important;color: #4c6444;  transition: transform 0.3s ease, padding-left 0.3s ease; }
header.scrolled-header li.dropdown-wrapper-li:hover .dropdown-wrapper{top:60px;}
.first-route-products h3 {font-size: 30px;display: inline-block;border-bottom: 2px solid #fefffe;color: #fff;}
.first-route-products.act-link .first-route-products ul li img {display: none;}
.dropdown-wrapper ul li a{position: relative; display: flex;}


/* Dropdown css */




/* owl-carousel css  */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}
.owl-carousel{width:100%;z-index:1}
.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden;}
.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}
.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}
.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}
.owl-carousel .owl-item img{display:block;width:100%;}
.owl-carousel .owl-nav{display:none;font-size:55px}
.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}
.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:#354c42;color:inherit;border:none;padding:0!important;font:inherit}
.owl-carousel.owl-loading{opacity:0;display:block}
.owl-carousel.owl-hidden{opacity:0}
.owl-carousel.owl-refresh .owl-item{visibility:hidden}
.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display: flex;justify-content: center;align-items: stretch;}
.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}
.owl-carousel.owl-rtl .owl-item{float:right}
.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}
.owl-carousel .owl-animated-in{z-index:0}
.owl-carousel .owl-animated-out{z-index:1}
.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}
.owl-height{transition:height .5s ease-in-out}
.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}
.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}
.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}
.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}
.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}
.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}
.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}
.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
.owl-theme .owl-nav{margin-top:10px;text-align:center;-webkit-tap-highlight-color:transparent}
.owl-theme .owl-nav [class*=owl-]{color:#b4b4b4;font-size:14px;margin:5px;padding:4px 7px;background:#d6d6d6;display:inline-block;cursor:pointer;border-radius:3px}
.owl-theme .owl-nav [class*=owl-]:hover{color:#d0630e;text-decoration:none}
.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}
.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}
.owl-theme .owl-dots{text-align:center;-webkit-tap-highlight-color:transparent}
.owl-theme .owl-dots .owl-dot{display:inline-block;}
.owl-theme .owl-dots .owl-dot span{width:15px;height:15px;margin:5px 7px;background:#d6d6d6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
.owl-theme .owl-dots .owl-dot.active span{background:#b4b4b4}
.owl-dots{text-align-last: center;padding:0;}
.owl-carousel button.owl-dot {width: 100%;max-width:35px;height: 10px;display: inline-block;margin: 15px 5px;background:#fff;border-radius: 0;position: relative;border-radius: 10px;}
.owl-dots .owl-dot.active{background:var(--red) !important;}
.owl-carousel button.owl-dot::before {content: "•"; font-size: 14px;color: transparent;display: block;text-align: center;position: absolute;width: 100%;height: 100%;line-height: 10px;top: 0;left: 0;}
button.owl-dot {position: relative;}
button.owl-dot:focus {outline: 2px solid transparent; }



/* owl-carousel css  */
.desk-resp-ham {
    position: relative;
    display: none;
}





/* ================= FULL SCREEN MENU ================= */

.sidebar {position: fixed;inset: 0;width: 100vw;height: 100vh;background: url(../images/banners/menu-banner.webp) no-repeat center center/cover;display: flex;flex-direction: column;justify-content: center;padding: 100px 80px;opacity: 0;visibility: hidden;transform: scale(1.05);transition: opacity 0.4s ease,  transform 0.4s ease,  visibility 0.4s ease;z-index: 1000;overflow: hidden;}
.sidebar::before {content: "";position: absolute;inset: 0;background:rgb(0 0 0 / 67%)}
.sidebar.active {opacity: 1;visibility: visible;transform: scale(1);}
.sidebar ul.menu > li > a,
.sidebar ul.menu > li > span {font-size: 42px;font-weight: 500;padding: 20px 0;border: none;transition: 0.3s ease;}
.sidebar ul.menu > li > a:hover,
.sidebar ul.menu > li > span:hover {color: #B72126;transform: translateX(10px);}

/* Sub menu */
.nav-dropdown {background: transparent;}
.nav-dropdown li a {font-size: 20px;padding-left: 40px;color: #666;}
.site-menu-toggle {width:46px;height: 46px;background: #B72126;border-radius: 50%;display: flex;flex-wrap: wrap;align-items: center;justify-content: center;padding: 10px;cursor: pointer;position: relative;z-index: 1100;transition: 0.3s ease; box-shadow: var(--box-shadow);}
.menu-label {position: absolute;left: 0;font-size: 14px;font-weight: 600;color: #B72126;letter-spacing: 1px;bottom: -20px;}
.site-menu-toggle span {width: 4px;height: 4px;background: #fff;border-radius: 50%;margin: 2px;transition: 0.3s ease;}
.site-menu-toggle.active span {opacity: 0;}
.site-menu-toggle.active::before,
.site-menu-toggle.active::after {content: "";position: absolute;width: 26px;height: 3px;background: #fff;border-radius: 3px;}
.site-menu-toggle.active::before { transform: rotate(45deg);}
.site-menu-toggle.active::after {transform: rotate(-45deg);}
.site-menu-toggle.active .menu-label{color: #fff;}
.menu-inner {display: flex;height: 100%;padding: 120px 100px;position: relative;z-index: 2;}
/* LEFT SIDE */
.menu-left {width: 40%;}
.main-menu {list-style: none;padding: 0;}
.main-menu li , .main-menu li a{font-size: 42px;cursor: pointer;transition: 0.3s ease;color: #fff;}
 .main-menu li a{margin-bottom:40px;}
.main-menu li:hover , .main-menu li:hover a{color: #B72126;transform: translateX(10px);}
.main-menu li.active {color: var(--yellow);transform: translateX(10px);}
/* VERTICAL LINE */
.menu-divider {width: 1px;background: #ccc;margin: 0 60px;}
/* RIGHT SIDE */
.menu-right {width: 60%;}
.submenu {display: none;flex-direction: column;}
.submenu a {font-size: 20px;margin-bottom: 22px;color: #c9c8c8;text-decoration: none;transition: 0.3s ease; position: relative;}
.submenu a:hover {color: #B72126;}
/* Show active submenu */
.submenu.active {display: flex;}
.submenu a.active-link {color: var(--yellow);}
body.menu-open { overflow: hidden;}




/* responcive menu css  */







/* footer */
.footer-wrapper{position: relative;}
.footer-wrapper::before{position:absolute;content:"";height:100%;width:100%;background:#2C284E}
.inner-footer-logo {width: 100%;max-width: 100%;display: flex;justify-content: center;align-items: center;}
.inner-footer-wrapper{position: relative;z-index:1;}
.inner-footer-wrapper p{width: 100%; max-width: 900px; text-align: center; color:#d6d6d6; margin: 15px auto 10px; font-size: 16px;}
.inner-footer-logo img{width:100%;max-width:350px;margin:auto;display:flex;}
.footer-content{width:100%;max-width:1000px;margin:auto;text-align:center;}
.footer-content p{color:#fff;}
.footer-contact-links{display:flex;justify-content:space-between;align-items:flex-start;  padding: 50px 0 20px; gap: 35px;}
.sub-footer-main{display: flex; justify-content: center; align-items: center;}
.sub-footer-main li{ width: 100%; max-width: 400px; margin: 18px 0;}
.sub-footer-main li:hover{color: var(--yellow);}
.sub-footer-main li a {display: flex;justify-content: center;align-items: center;gap: 10px;line-height: 1.5;transition: ease all .4s;color: #d6d6d6;flex-direction: column;text-align: center; font-size: 16px;}
.sub-footer-main li:hover a , .sub-footer-main li:hover a span img{color: var(--yellow);}
.sub-footer-main li a span img{width: 100%; max-width: 25px; filter: brightness(0) saturate(100%) invert(100%) sepia(12%) saturate(1805%) hue-rotate(2deg) brightness(114%) contrast(103%); }
.footer-address {width:100%; max-width: 400px;}
.footer-2 {border-top: 2px solid #ffffff14;background:#9d0406;position: relative; padding: 5px 0;}
.copyrights {color: #fff;display: flex;align-items: center;justify-content: space-between;padding: 5px 0;position: relative;flex-wrap: wrap;gap: 20px;}
.copyrights p {font-size: 14px;margin: 0;}
.copyrights span a img {display: flex;justify-content: center;align-items: center;}
.footer-logo{  border-bottom: 1px solid #d6cec3;  padding: 0 0 30px;}
.copyrights p a, .copyrights p {color:#fff;font-size:13px !important;}
.copyrights span a {width: 100%;max-width: 90px;filter: invert(95%) sepia(18%) saturate(0%) hue-rotate(12deg) brightness(119%) contrast(100%);}
.inner-footer-logo a {position: relative;background: #fff;padding: 10px 20px;border-radius: 0 0 20px 20px;}


/* footer */







/* Conatct Us */
/* SECTION SPACING */
.contact-us-main-wrapper{padding: 80px 0px 100px;background: linear-gradient(135deg, #f7f9fc, #eef2f7);}
.contact-us-inner-wrapper h2{text-align: center; margin: 0 0 35px;}
/* FLEX WRAPPER */
.contact-us-wrapper{display: flex;justify-content: space-between;align-items: stretch;gap: 50px;}

/* LEFT SIDE */
.contact-info{width: 100%;max-width: 45%;background: #ffffff;padding:35px;border-radius: 20px;box-shadow: 0px 15px 40px rgba(0,0,0,0.06);border-left: 5px solid var(--red);}
.contact-info h3{font-size: 28px;margin-bottom: 35px;color: var(--light-blue);}

/* INFO BOX */
.info-box{margin-bottom: 35px;}
.info-box span img{width: 100%; max-width: 30px;}
.info-box h4{font-size: 20px;color: #C41716;margin-bottom: 12px;display: flex;align-items: center;gap:8px;}
.info-box div{line-height: 1.8;font-size: 15px;color: #555;}
.contact-link{color: #222;text-decoration: none;transition: 0.3s;}
.contact-link:hover{color: #C41716;}
/* RIGHT SIDE FORM BOX */
.contact-form-box{width: 100%;max-width: 55%;background: rgba(255,255,255,0.7);backdrop-filter: blur(15px);padding: 60px;border-radius: 20px;box-shadow: 0px 20px 50px rgba(0,0,0,0.08);}
.contact-form-box h3 {font-size: 28px;margin: 15px 0 30px;color: var(--light-blue);}


.contact-form-box {background: #ffffff;padding:35px;border-radius: 20px;box-shadow: var(--box-shadow);border: solid 1px var(--red);}
.form-group {position: relative;margin-bottom: 30px;}
.btn-submit {background: #ffca08;border: none;padding: 14px 30px;font-weight: 600;cursor: pointer;border-radius: 6px;transition: 0.3s ease;width: 100%;max-width: 200px;box-shadow: var(--box-shadow);}
.btn-submit:hover {background: #1c2b4a;color: #ffffff;}
.grecaptcha-badge{right: -500px;}
.index-contact-us-btn{width: 100%;display: flex; justify-content: start; align-items: center;}
input,textarea {width: 100%;padding: 12px 14px;border: none;border-bottom: 2px solid #ccc;background: transparent;font-size: 16px;outline: none;transition: border-color 0.3s;}
input::placeholder, textarea::placeholder {color: #999;}
input:focus{ border-color:var(--orange);}
/* Form */
.index-form { display: flex; justify-content: center; align-items: center; gap: 20px; flex-wrap: wrap; width: 100%; max-width: 1200px; margin: auto;}
.input-wrapper { position: relative; margin-bottom: 20px;width: 100%;  border-bottom: 1px solid #131313;}
.index-contact-us-inner-wrapper .index-form .input-wrapper:nth-child(5){width:98%;}
.submit-btn {width: 100%;max-width: 150px;padding: 10px 30px;background: var(--red);color: #fff;font-size: 20px;border: none;border-radius: 6px;cursor: pointer;transition: background 0.3s;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
/* Form */

/* Lable Animation */
.user-box input,
.user-box-readonly input,
.user-box select{ width: 100%; padding: 20px 0 10px 0; font-size: 16px; border: none; outline: none; background: transparent; position: relative;color: #131313;}
.user-box textarea { width: 100%; margin: 20px 0 10px 0; font-size: 16px; border: none; outline: none; background: transparent; position: relative; height: 22px;color: #131313;}
.user-box label,
.user-box-readonly label { position: absolute; top: 0; left: 0; padding: 10px 0; font-size: 18px; color: #131313; pointer-events: none; transition: .5s;}
.user-box-readonly label {top: -15px;}
.banner-details-right .user-box-readonly label {color: var(--blue); top: -15px;}
.user-box-readonly select {padding: 20px 0 10px;}
input:-webkit-autofill { -webkit-box-shadow: 0 0 0px 1000px transparent inset !important; /* Override background color */ transition: background-color 5000s ease-in-out 0s; /* Ensure background transition overrides autofill */ background-clip: content-box !important; /* Keeps styling consistent */}
    /* input:-webkit-autofill {-webkit-text-fill-color: #fff !important;} */
form.index-page input:-webkit-autofill {-webkit-text-fill-color: #131313 !important; /* Text color inside autofilled input */ }
.input-color input:-webkit-autofill {-webkit-text-fill-color: #131313 !important; }
/* Lable Animation */





/* Conatct Us */








/* SECTION */
.our-institutions-main-wrapper{width: 100%;padding: 70px 0px 60px;}
.our-institutions-inner-wrapper h2{text-align: center;}
.our-institutions-inner-wrapper > h3 {text-align: center;color: #000;font-weight: 600;margin: 0 0 30px; font-style: italic; padding: 0 20px;}
.our-institutions-inner-wrapper h3 span{color: var(--red); }

/* FLEX WRAPPER */
.institutions-wrapper{display: flex;width: 100%;height: 450px;gap: 20px;}

/* CARD */
.institution-card{position: relative;flex: 1;overflow: hidden;cursor: pointer;transition: all 0.6s ease;display: flex;box-shadow: var(--box-shadow);}

/* ACTIVE CARD EXPAND */
.institution-card.active{flex: 3;}

/* IMAGE SECTION */
.institution-img{position: relative;width: 100%;height: 100%;}
.institution-img img{width: 100%;height: 100%;object-fit: cover;transition: 0.6s;}
.institution-card.active .institution-img img{max-width: 50%;}

/* IMAGE BOTTOM TITLE */
.card-title {position: absolute;bottom: 20px;left: 50%;transform: translateX(-50%);color: #ffffff;font-size: 22px;font-weight: 600;background: rgba(0,0,0,0.6);padding: 10px;border-radius: 30px;transition: 0.4s ease;width: 100%;max-width: 200px;text-align: center;}
/* HIDE IMAGE TITLE WHEN ACTIVE */
.institution-card.active .card-title{opacity: 0;transform: translateX(-50%) translateY(20px);}

/* CONTENT SECTION */
.institution-content{position: absolute;right: 0;top: 0;width: 50%;height: 100%;background: #ffffff;padding: 30px;opacity: 0;transform: translateX(100%);transition: all 0.6s ease;display: flex;flex-direction: column;justify-content: center;}

/* SHOW CONTENT WHEN ACTIVE */
.institution-card.active .institution-content{opacity: 1;transform: translateX(0);}

/* CONTENT TITLE */
.institution-content  h4{ font-size:28px; font-weight: 500; margin:10px 0;}
.institution-content span{font-size: 18px; color: var(--red);}
.institution-content p {line-height: 1.7;margin: 10px 0 25px;text-align: start;}





.about-nalanda-gurukul-main-wrapper {position: relative;padding: 80px 0 0;}
.about-nalanda-gurukul-inner-wrapper{position: relative;z-index: 2;}
.about-nalanda-gurukul-inner-wrapper h1{margin: 0 0 15px; color: var(--light-purple);}
.about-nalanda-gurukul-inner-wrapper h2 {text-align: center;margin: 0 0 30px;font-style: italic;color: #000;}
.about-nalanda-gurukul-inner-wrapper h2 span{color: var(--red);}
.about-nalanda-gurukul-content-card-wrapper{display: flex;gap: 40px;justify-content: center;}
.about-nalanda-gurukul-content-card{background: #ffffff;max-width: 400px;}
.about-nalanda-gurukul-content-card p{font-size: 16px;line-height: 28px;}
.about-nalanda-gurukul-content-card h3{color: var(--red); font-size: 28px;}




.common-leaders-design-main-wrapper{padding:40px 0;}
.common-leaders-design-main-wrapper .fluid-container h2{text-align: center; margin:0 0 50px;}
.common-leaders-design-inner-wrapper{width: 100%; max-width: 100%; display: flex; justify-content: center; align-items: center; gap: 40px; position: relative; padding: 40px;}
.common-leaders-design-content{width: 100%; max-width: 60%; position: relative;}
.common-leaders-design-inner-wrapper::before {content: "";position: absolute;width: 100%;max-width: 850px;height: 100%;border: solid 1px var(--yellow);top: 0;left: -15px; box-shadow: var(--box-shadow);}
.common-leaders-design-img{width: 100%; max-width: 40%;}
.common-leaders-design-main-wrapper.rd-main-wrapper .common-leaders-design-img{max-width:35%;}
.common-leaders-design-img img {width: 100%;max-width: 400px;height: 350px;object-fit: cover;position: relative;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
.common-leaders-design-main-wrapper.rd-main-wrapper {padding: 100px 0 120px;}
.common-leaders-design-main-wrapper.rd-main-wrapper .common-leaders-design-inner-wrapper{flex-direction: row-reverse;}
.common-leaders-design-main-wrapper.rd-main-wrapper .common-leaders-design-inner-wrapper::before {top: 0;right: -15px; box-shadow: var(--box-shadow); left: unset;}
.common-leaders-design-content span{font-size: 20px;}







/* go to top */
#to-top {color: #ffc304;cursor: pointer;position: fixed;bottom: 50px;right: 35px;width: 60px;height: 60px;z-index: 9;padding: 6px;border-radius: 50%;}
#to-top img{filter: invert(73%) sepia(96%) saturate(447%) hue-rotate(360deg) brightness(107%) contrast(107%)}
#to-top:hover img{filter: invert(59%) sepia(27%) saturate(4000%) hue-rotate(8deg) brightness(101%) contrast(85%); }
/* go to top */

.grecaptcha-badge{right: -1000px !important;}