﻿.site-header-menu-inner {
    transition: all 0.2s ease;
}

.site-header-menu{
    padding: 0px 20px;
}

.header-btn a {
    color: #ffffff;
    font-weight: 500;
    line-height: 40px;
    /* transition: all 0.3s ease; */
    font-size: 14px;
    background: #ff0000;
    display: inline-block;
    padding: 0px 10px;
}

.logo-images {
    display: flex;
    align-items: center;
}

.logo-text-1 {
    text-align: right;
    line-height: 20px;
    padding-left: 10px;
}

.logo-text {
    font-size: 14px;
    color: #ff0000;
}

.header-btn a:hover{
    color: #ffffff;
}
span.dotted-text {
    color: #1e2637;
}

.logo-text-1 span.logo-text-blk:hover {
    transform: scale(1.1);
}

 .navbar-light .navbar-brand {
     color: #2196F3;
}
.navbar-light .navbar-nav .nav-link {
    color: #1f2f51; 
}
 .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
     color: #1ebdc2;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #2d4a8a;
}
.navbar-light .navbar-nav .nav-link {
    /*transition: 0.3s;*/
    padding-left: 12px;
    padding-right: 12px;
    font-size: 16px;
    line-height: 51px;
    border-bottom: 3px solid #ffffff1c;
    font-weight: 600;
}

.navbar-light .navbar-nav .nav-link:last-child {
    padding-right: 0px;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    /* background: #1ebdc2; */
    /*transition: 0.3s;*/
    border-bottom: 3px solid #2d4a8a;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #2d4a8a !important;
}
.sm-menu{
    border-radius: 0px;
    border: 0px;
    top: 97%;
    box-shadow: rgba(173, 173, 173, 0.2) 1px 3px 4px 0px;
}
.dropdown-item {
    color: #3c3c3c;
    font-size: 14px;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #2196F3;
}
.navbar-toggler{
    outline: none !important;
}
.navbar-tog{
    color: #1ebdc2;
}
.megamenu-li {
	position: static;
}

.megamenu {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    padding: 10px;
    top: auto;
    margin-top: 0px;
    box-shadow: 0px 1px 4px 0px #1f2f51;
    /*border-bottom: 3px solid #1f2f51;*/
    border-radius: 2px;
    background:#1f2f51;
}
.megamenu h6 {
    margin-left: 21px;
    color: #2d4a8a;
}

.megamenu i{
    width: 20px;
}


.navbar {
    position: initial !important;
    width: 57%;
    margin: 0px 1px 0px 0px;
    padding: 0;
    margin-right: 0;
    text-align: right !important;
    float: right;
}


.nav-item a:last-child{
    padding-right: 0px;
}




/*navbar section*/

.submenu-section .sub-menu li {
    display: inline-block;
    text-align: center;
    position: relative;
}

.submenu-section .sub-menu li a {
    padding: 10px 20px;
    text-align: center !important;
    color: #ffffff;
    display: block;
}













progress {
	position: fixed;
	left: 0;
	top: 70px;
	width: 100%;
	height: 3px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	background-color: transparent;
	color: #2d4a8a;
	z-index: 1;
}

progress::-webkit-progress-bar {
	background-color: transparent;
	z-index: 10;
}

progress::-webkit-progress-value {
	background-color: #2d4a8a;
	z-index: 10;
}

progress::-moz-progress-bar {
	background-color: #2d4a8a;
	z-index: 10;
}

.progress-container {
	width: 100%;
	background-color: transparent;
	position: fixed;
	top: 0;
	left: 0;
	height: 5px;
	display: block;
	z-index: 100;
}

.progress-bar {
	background-color: #2d4a8a;
	width: 0%;
	display: block;
	height: inherit;
	z-index: 10;
}





.owl-prev {
    display: block !important;
    left: -40px !important;
    background: #1e2637 !important;
}


.owl-prev:hover {
    background: #2d4a8a !important;
}


.owl-next {
    display: block !important;
    right: -40px !important;
    background: #1e2637 !important;
}

.owl-next:hover {
    background: #2d4a8a !important;
}

.Product_button {
    width: 100%;
    text-align: center;
    cursor: pointer;
    padding: 5px 10px;
    transition: all 0.5s;
    border: 1px solid #2d4a8a;
}

.Product_button a {
    font-size: 16px;
    font-weight: 500;
    color: #2d4a8a;
}

.Product_button:hover {
    background: #2d4a8a;
}


.Product_button:hover a{
    color: #ffffff;
}



.Product_detail_button {
    width: 150px;
    padding: 10px 0px;
    border: 1px solid #cccccc;
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 500;
    background: #1e2637;
}

.Product_detail_button a {
    color: #ffffff;
    padding: 12px 28px;
    background: #1e2637;
}

.Product_detail_button a:hover {
    color: #ffffff;
    background: #2d4a8a;
}



iframe {
    width: 100%;
    border: none;
    display: block;
}








.navigation {
    text-align: right;
}


.navigation ul li {
    display: inline-block;
    /*transition : all 0.2s ease;*/ 
}

/*.navigation ul li:hover {
    background: #1f2f51;
}*/

.navigation ul li a {
    padding: 14px 15px;
    font-size: 16px;
    font-weight: 600;
    line-height: 70px;
    /*transition: all 0.2s ease;*/
    position: relative;
   
}

.navigation ul li a:hover{
    color: #ffffff;
    background: #1f2f51;

}

.nav-section ul li.has-submenu a:focus {
    color: #1f2f51;
}

.navigation ul li a:last-child {
    /*padding-right: 0;*/
}

.navigation ul li.menu-padding a:last-child {
    padding-right: 0;
}

.mega-full2, .mega-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transition: all 0.0s ease;
}

.navigation ul li:hover .mega-menu{
    visibility: visible;
    opacity: 1;
}


.mega-full {
    background: #1f2f51;
}

.mega-full .mega-wrap {
    text-align: center;
}

.mega-wrap {
    width: 100%;
    margin: 0 auto;
}



.mega-menu ul {
    display: inline-block;
    vertical-align: top;
}

.mega-menu ul li {
    color: #fff;
    /* float: left; */
    font-size: 14px;
    margin: 0;
}

.mega-menu ul>li>a {
    display: block;
    color: #fff;
    line-height: 25px;
}

.mega-menu ul li:hover a, nav li.submenu:hover .first-level a {
    color: #000;
    background: #f3ff67;
}


/*ul.sub-menu li.lavel1{
    transition: all 0.1s ease;
}*/


/*ul.sub-menu li.active .mega-full2 {
    visibility: visible;
    opacity: 1;
}*/

/*nav ul li:hover .mega-menu,
ul.sub-menu li.active a{
    color: #000;
    background: #f3ff67
}*/

.mega-menu ul li:hover a, nav li.submenu:hover a {
    color: #fff;
    background: #2d4a8a;
}

.menu-hover .mega-full2{
    visibility: visible;
    opacity: 1;
}

ul.sub-menu li.lavel1:hover .mega-full2 {
    visibility: visible;
    opacity: 1;
}



.mega-wrap-inner {
    padding: 10px 10px;
    background: #fff;
    border-bottom: 2px solid #2d4a8a;
    text-transform: initial;
    text-align: left;
    box-shadow: 0 -1px 5px rgb(0 0 0 / 40%);
    -webkit-box-shadow: 0 -1px 5px rgb(0 0 0 / 40%);
    display: flex;
}



.mega-col {
    width: 100%;
    float: left;
    /*padding-right: 10px;
    padding-left: 10px*/
}

.mega-menu .mega-title {
    color: #212121;
    font-size: 16px;
    margin-bottom: 8px;
    /*line-height: 25px;*/
    text-align: left;
}

.mega-menu .mega-wrap-inner p {
    color: #727272;
    font-size: 14px;
    /*font-family: museo_sans300;*/
    /*line-height: 20px;*/
    text-align: left;
}



.mega-col a.common-btn {
    padding: 10px 20px;
    text-align: left;
}

.mega-img {
     margin-bottom: 10px;
    height: 145px;
    overflow: hidden;
}

.mega-img img {
    width: 100%;
}

.mega-col p {
    font-size: 15px;
    color: #1e2637;
    /*line-height: 24px;*/
    /*margin-top: 15px;*/
    margin: 0px;
}

/*.menulavel-blk .mega-wrap-lavel a {
    font-size: 15px;
    font-weight: 500;
    padding: 8px 10px;
}*/

.srvicMnu {
    width: 25%;
    padding-left: 10px;
    padding-right: 10px;
}

.srvicMnu .mega-col-inner .mega-title a {
    color: #16ace7;
    font-size: 14px;
    background: transparent;
    padding: 0;
    margin: 0;
    text-align: left;
    line-height: inherit;
}


.mega-col-inner p {
    font-size: 15px;
    color: #1e2637;
    margin: 0;
}

.mega-title a {
    padding: 0;
    line-height: 22px;
}



.top-banner-section {
    margin-top: 70px;
}


.top-banner-section #demos{
    margin: 0 !important;
}


.category-section {
    background: #1f2f51;
}

.category-section h3 {
    padding: 4px 10px;
    color: #ffffff;
    margin: 0;
    font-size: 18px;
}

.category-section ul li{
    position: relative;
    transition: all 0.5s ease;
}

.category-section ul li a {
    color: #ffffff;
    padding: 3.8px 10px;
    display: block;
    border-top: 1px solid #ffffff;
    font-size: 15px;
    transition: all 0.5s ease;
    border-left: 2px solid #1f2f51;
}

.category-section-blk ul li a {
    padding: 4.1px 10px;
}

.category-section ul li a:hover{
    background: #ffffff;
    color: #1f2f51;
    border-left: 2px solid #1f2f51;
}


.category-megamenu {
    position: absolute;
    top: 0px;
    left: 280px;
    background: #1f2f51;
    z-index: 9;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    padding: 5px;
}

.category-section ul li:hover .category-megamenu{
    visibility: visible;
    opacity: 1;

}


#demos {
    margin-top: 70px;
}

/*.footer-static-content ul.social-media {
    text-align: right;
    margin-top: 15px;
}*/

.footer-static-content .social-media li {
    display: inline-block;
}

.footer-static-content .social-media li a {
    font-size: 18px;
    color: #ffffff;
    background: #cccccc;
    /* display: block; */
    border-radius: 50%;
    padding: 6px 13px;
    margin-left: 6px;
    text-align: center;
}

.footer-static-content .social-media li.facebook a {
    width: 40px;
    height: 40px;
    text-align: center;
    background: #1877f2;
}

.footer-static-content .social-media li.twitter a {
    background: #1d9bf0;
    width: 40px;
    height: 40px;
    text-align: center;
}

.footer-static-content .social-media li.instragram a {
    background: rgb(131,58,180);
    background: linear-gradient(145deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
}

.footer-static-content .social-media li.linkedin a {
    background: #0a66c2;
}

.footer-static-content .social-media li.whatsapp a {
    background: #24cc63;
}



.footer_button_area {
    padding: 20px 0px;
}

.footer_button {
    text-align: center;
}

.footer_button .collapsible {
    color: white;
    padding: 8px 0px;
    outline: none;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.6s ease;
    display: block;
}



.collapsible:hover{
    background: transparent;
}

.content {
    padding: 15px 0px 15px 0px;
    display: none;
    overflow: hidden;
    text-align: justify;
}

.content a:hover {
    color: #ffffff;
}

.footer_coverage {
    margin-top: 20px;
}

.footer_brand span {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
}

.footer_brand a {
    font-size: 14px;
    font-weight: 400;
    color: #ced6e7;
}

.footer_coverage a {
    color: #ced6e7;
}


.text-center button:hover {
    background: transparent;
    color: #2d4a8a;
    border: 1px solid #2d4a8a;
}



a.ttm-btn.ttm-btn-size-md.ttm-btn-style-border.ttm-icon-btn-left.ttm-btn-color-white {
    border: none;
    /* padding: 10px 13px 10px 40px; */
    color: rgb(255 255 255 / 80%);
    padding: 0px 0px 0px 24px;
}

/*.text-sm.tel_number {
    text-align: right;
}*/



.text-sm.tel_number h3 {
    font-size: 18px;
    color: #ffffff;
    margin: 0;
}





.text-sm.mail_id a:hover {
    background: transparent !important;
}

.text-sm.mail_id a {
    display: block;
    background: transparent;
    color: #dbdbdb;
}


.ttm-btn.ttm-btn-size-md.ttm-icon-btn-left {
    padding-left: 30px;
}


.ttm-btn.ttm-btn-size-md.ttm-icon-btn-left i {
    left: 0px;
}

a.ttm-btn.ttm-btn-size-md.ttm-btn-color-white:hover {
    background: #ffffff;
    /*border: 0;*/
    margin: 0;
    color: #1f2f51 !important;
}

.text-sm.tel_number a:hover {
    background: transparent !important;
}



.ttm-row.our-client-section {
    padding-top: 20px !important; 
    padding-bottom: 0px !important;
    margin: 0px 0px 30px 0px;
}

.client-box.ttm-box-view-boxed-logo .ttm-client-logo-tooltip {
    margin-right: 13px;
    margin-left: 13px;
    padding: 12px 0 !important; 
    display: table-cell;
    text-align: center;
    align-items: center;
    vertical-align: middle;
    transition: all 0.3s ease;
}

.client-box.ttm-box-view-boxed-logo .ttm-client-logo-tooltip:hover {
    /* box-shadow: 0px 0px 1px #1f2f51; */
    transform: scale(1.2);
}


.slider-brand h2 {
    font-size: 24px;
    color: #2d4a8a;
    text-align: center;
    margin: 0;
    padding: 10px 0px;
}


.ttm-row.our-client-section.ttm-bgcolor-skincolor.clearfix {
    background: transparent;
}



/****************** About Page Section ****************/




#demo .owl-carousel .owl-item {
    padding: 0px !important;
}

.owl-carousel .item img{
    width: 100%;
}


.owl-carousel .item{
    position: relative;

}

.owl-carousel-contant {
    position: absolute;
    top: 84%;
    left: 50%;
    /* right: 0; */
    transform: translate(-50%, -50%);
    z-index: 99;
    width: 100%;
}

.owl-carousel-contant h2 {
    font-size: 46px;
    font-weight: 600;
    /* margin: 10px 0 20px; */
    /* word-spacing: 3px; */
    color: #ffffff;
    display: block;
    text-align: center;
    line-height: 54px;
}

.owl-item.active .owl-carousel-contant h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}



/*@keyframes fadeInDown{
    from{
        opacity: 0;
        top: 0;
    }
    to{
        opacity: 1;
        top: 200px;
    }
}*/

.owl-controls {
    /*display: none;*/
}

.owl-dots {
    text-align: center;
    display: none !important;
}

.clients-slide-nav .owl-controls {
    display: block;
}


/*.owl-theme .owl-dots {
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    text-align: center;
}

.owl-theme .owl-dots .owl-dot span {
    border: 2px solid #ffffff;
    border-radius: 18px;
}

.owl-theme .owl-dots .owl-dot .active{
    background: #ffffff;
}*/



.owl-theme .owl-controls .owl-nav div.owl-prev {
    position: absolute;
    top: 50%;
    right: 59px;
    display: block !important;
    padding: 30px 0px;
    margin-left: 40px;
    background: #000000 !important;
    line-height: 0px;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.5s ease;
}

.owl-theme .owl-controls .owl-nav div.owl-next {
    position: absolute;
    top: 50%;
    right: 59px;
    display: block !important;
    padding: 30px 0px;
    margin-right: 40px;
    background: #000000 !important;
    line-height: 0px;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.7s ease;
}

#demos:hover .owl-theme .owl-controls .owl-nav div.owl-prev{
    opacity: 1;
}

#demos:hover .owl-theme .owl-controls .owl-nav div.owl-next{
    opacity: 1;
}


/*.clients-slide-nav{
    transition: all 0.4s ease;
}*/

.clients-slide-nav:hover .owl-controls .owl-nav div.owl-prev{
    opacity: 1 !important;
}

.clients-slide-nav:hover .owl-controls .owl-nav div.owl-next{
    opacity: 1 !important;
}



/*.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    padding: 0px 5px;
}*/

.featured-content-blk {
    padding: 15px 10px;
    text-align: center;
}

.space-section {
    padding: 110px 0px 50px 0px;
    background: #e1e1e1;
}

.space-section-content marquee {
    font-size: 28px;
    color: #ff0000;
    font-weight: 600;
}


.ttm-page-title-row-1 img {
    width: 100%;
}

.about-section {
    background: #ffffff;
    padding: 40px 0px 10px 0px;
}

.about-section .about-section-contant h2 {
    font-size: 30px;
    font-weight: 700;
    color: #1f2f51;
    text-align: center;
    margin: 0px;
}

.about-section .about-section-contant p {
    font-size: 15px;
    text-align: justify;
    font-weight: 500;
    margin: 0;
    padding: 10px 0px;
    color: #000000;
}

.factsheet-section {
    padding: 20px 0px;
    overflow: hidden;
    background: #f6f6f6;
}

/*.factsheet-section .factsheet-header-block {
    position: relative;
}*/

/*factsheet-header{
    position: relative;
}*/

.factsheet-header {
    overflow: hidden;
    width: 100%;
    background: #ffffff;
}

.factsheet-header-block {
    align-items: center;
}



.factsheet-content {
    text-align: center;
}


.factsheet-section .factsheet-header-block .factsheet-content h3 {
    font-size: 30px;
    line-height: 44px;
    margin-bottom: 0;
}





.table-section {
    background: #ffffff;
    padding: 20px 30px;
    display: block;
}

table {
    margin: 0;
}


table tbody tr, table thead tr {
    /*border: 1px solid #e6e6e6;*/
    border-bottom: 1px solid #cccccc;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.table-section table tbody tr td {
    padding: 5px 5px 5px 5px;
    font-size: 16px;
    color: #000000;
}

table tbody tr td h2 {
    font-size: 20px;
    margin: 0;
    color: #1f2f51;
    font-weight: 400;
}

table tbody tr td ol li h2 {
    color: #00839b;
    font-weight: 600;
}



.bg8_f {
    background-color: #f4f3f3;
}

table tbody tr td ul li {
    list-style: inside;
}


.warehousing-packaging {
    padding: 30px 0px;
    margin-bottom: 30px;
    background: #fdfdfd;
}


.warehousing-title h2 {
    font-size: 28px;
    text-align: center;
    margin: 0;
    padding-bottom: 20px;
    color: #1f2f51;
    font-weight: 400;
}


.warehousing-contant h3 {
    font-size: 20px;
    margin: 0;
    padding: 6px 0px;
}

.warehousing-contant p {
    font-size: 17px;
    text-align: justify;
    margin: 0;
    color: #1e3a76;
}

.warehousing-img img {
    width: 100%;
}

.warehousing-contant ul li {
    list-style: inside;
    font-size: 17px;
    line-height: 30px;
    color: #1e3a76;
}





/* Style the tab */
.tab {
  float: left;
  /*border: 1px solid #ccc;*/
  /*background-color: #374ca0;*/
  width: 100%;
}

/* Style the buttons inside the tab */
.tab button {
    display: block;
    background-color: inherit;
    color: #1f2f51;
    padding: 6px 8px;
    width: 100%;
    border: none;
    outline: none;
    font-weight: 500;
    text-align: left;
    cursor: pointer;
    /*transition: 0.3s;*/
    font-size: 15px;
    border-bottom: 1px dotted #1f2f51;
    position: relative;
   
}

.tab button .arrowright {
    float: right;
    opacity: 0;
}



/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #1f2f51;
  border-right: 0;
  color: #ffffff;
  border-bottom: 1px dotted #ffffff;
}

.tab button:hover .arrowright{
    opacity: 1;
}


/*.tab button:hover, .tab button:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0px;
    height: 0px;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 30px solid #1f2f51;
}*/


/*.tab button:hover {
 height: 0px;
 width: 0px;
 border: 10px solid transparent;
 right: -20px;
}*/



/* Create an active/current "tab button" class */
.tab button.active {
    background-color: #1f2f51;
    color: #ffffff;
    border-bottom: 1px dotted #ffffff;
}

.tab button.active .arrowright{
    opacity: 1;
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 10px 10px;
  border: 1px solid #ccc;
  width: 100%;
  /*border-left: none;*/
  height: 100%;
}


.tabcontent img {
    width: 100%;
}


.nav-categories-image {
    width: 100%;
    /*border: .5px solid #1f2f51;*/
    overflow: hidden;
    /*transition: all 0.5s ease;*/
    box-shadow: 0px 1px 3px #1f2f51;
}


.nav-categories-image img {
    width: 100%;
}



.client a img{
    background: transparent !important;
}




















/*.nav-categories-image:hover img{
    transform: scale(1.1);
}*/


.nav-categories ul li{
    width: 100%;
    text-align: left;
}

.nav-categories ul li a{
    font-size: 14.2px;
    font-weight: 500;
    margin: 0;
    padding: 4px 10px;
    background: transparent !important;
    border-bottom: 1px dotted #1f2f51;
    color: #1f2f51 !important;
    /*transition: all 0.2s ease;*/
}


.nav-categories ul li a:hover {
  background-color: #1f2f51 !important;
  border-right: 0;
  color: #ffffff !important;
  border-bottom: 1px dotted #ffffff;
}


.ttm-page-title-row1{
    position: relative;
    margin-top: 70px;
}

.ttm-page-title-row1 img {
    width: 100%;
}

.ttm-page{
    position: relative;
    margin-top: 70px;
}

.ttm-page img {
    width: 100%;
}
.page-banner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #c7ccce;
    padding: 12px 30px;
    border-radius: 12px;
}

.address p.phone{
    margin: 0;
}

.address .phone a {
    color: #1f2f51;
    margin: 0;
    font-weight: 500;
}

.product-banner-section {
    padding: 0px 0px 25px;
}

.product-banner-section .product-banner-img img {
    width: 100%;
}

.product-content-section {
    padding-top: 30px;
}

.product-content-section-blk{
    padding-bottom: 30px;
}

.product-text p {
    font-size: 15px;
    font-weight: 500;
    text-align: justify;
    color: #1f2f51;
    margin: 0;
}


.title-desc span {
    display: block;
}



.featured-desc a {
    font-size: 14px;
    color: #1e2637;
}

.featured-desc a:hover {
    color: #485571;
}


.product-blk {
    padding-top: 65px !important;
}

.product-blk-margin {
    padding-top: 112px !important;
}

.product-blk .title-blk {
    text-align: center;
}

.product-blk .title-blk h2 {
    font-size: 32px;
    margin: 0;
    padding-bottom: 15px;
}

.product-blk .title-blk p {
    font-size: 16px;
    text-align: justify;
    color: #1e3a76;
}

.product-blk .title-blk p span {
    display: block;
}


/*.social-btn {
    display: flex;
    width: 158px;
    align-items: center;
    justify-content: flex-end;
    padding-left: 30px;
    padding-right: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    border: 1px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    margin-bottom: 5px;
    position: relative;
    left: -124px;
    transition: left 1s;
}
.social-btn:hover {
  left: -10px;
  transition: left 1s;
}

.social {
  position: fixed;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  z-index: 99;

}
.social a {
  text-decoration: none;
}

.color-contact {
  background-color: #1e2637;
}

.color-facebook {
  background-color: #1877f2;
}

.color-twitter {
  background-color: #1d9bf0;
}

.color-telegram {
  background-color: #30a3e6;
}
.color-instagram {
  background: rgb(131,58,180);
  background: linear-gradient(220deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
}

.color-linkedin {
  background-color: #0a66c2;
}
.color-whatsapp {
  background-color: #24cc63;
}

.google-font {
  font-family: "Lato", sans-serif;
  font-size: 1.25rem;
}

.social-btn p {
  color: white;
  margin-top: 0px;
  margin-bottom: 0px;
}



.social-btn i.fa.fa {
    font-size: 20px;
    margin-left: 8px;
}*/


/************** Accordian *************/

.accordion {
    color: #444;
    cursor: pointer;
    padding: 6px 0px;
    width: 100%;
    border: none;
    text-align: center;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    background: #2d4a8a;
}

/*.active, .accordion:hover {
  background-color: #ccc; 
}*/

.panel {
  display: none;
  overflow: hidden;
  margin-top: 8px;
}
/*************** Services-section ********************/

.job-section {
    padding: 50px 0px;
}

.job-section .job-section-content h2 {
    font-size: 36px;
    font-weight: 700;
    position: relative;
    color: #1e2637;
    margin: 0;
    padding-bottom: 20px;
}

.job-section .job-section-content h2:after {
    position: absolute;
    content: "";
    width: 120px;
    height: 5px;
    background: #1e2637;
    top: 48px;
    left: 0;
}


.job-section .job-section-content p {
    font-size: 20px;
    line-height: 44px;
    margin: 0;
}

.job-section .job-section-content p a{
    font-weight: 700;
}

.job-section .job-section-image img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0px 0px 1px #000000;
}

.job-section-content h3 {
    font-size: 30px;
    margin-bottom: 50px;
    position: relative;
}

.job-section-content h3:after {
    position: absolute;
    content: "";
    width: 120px;
    height: 4px;
    background: #1e2637;
    top: 50px;
    left: 0;
}

.accordion .accordion-item {
  margin: 10px 0;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 8px #6e7a7a;
}
.accordion-titel {
    background-color: #1e2637;
    padding: 4px 15px;
    cursor: pointer;
    margin-top: 10px;
}
.accordion-contant {
    padding: 8px 15px;
    background-color: rgb(172 184 187 / 31%);
    display: none;
}
.accordion-titel h2 span {
  float: right;
}


.accordion-titel h2 {
    font-size: 16px;
    margin: 0;
    color: #ffffff;
}



.table-section table tbody tr ol {
    list-style: auto;
    margin: 8px 0px 8px 15px;
    padding: 0;
}


.table-section table tbody tr ol li {
    padding-left: 7px;
    text-align: justify;
    font-size: 16px;
    line-height: 26px;
}


.table-section table tbody tr td h3.job-section-color {
    font-size: 16px;
    margin: 0;
}


.table-section table tbody tr td h2.job-section-color {
    color: #ee2c30;
    font-weight: 600;
}
.industry-category {
    text-align: center;
    border: 3px solid #ededed;
    margin-bottom: 30px;
    padding: 20px 8px;
    border-radius: 20px;
    height: 94%;
    transition: all 0.4s ease;
    cursor: pointer;
}

.industry-category:hover {
    box-shadow: 0px 0px 5px #374ca0;
    border-color: #374ca0;
    background: #374ca0;
}


.industry-category .industry-image {
    margin: 0px auto;
    padding: 25px;
    border-radius: 50%;
    background: #f2f2f2;
    display: inline-block;
    margin-bottom: 10px;
    border: 2px solid #374ca0;
    transition: all 0.3s ease;
}

.industry-category:hover .industry-image{
    background: #ffffff;
}


.industry-category .industry-image .icon-image {
    width: 50px;
}

.industry-content h2 {
    font-size: 22px;
    font-weight: 700;
    color: #ee2c30;
    transition: all 0.3s ease; 
}

.industry-category:hover .industry-content h2{
    color: #ffffff;
} 

.industry-content h4 {
    font-size: 17px;
    transition: all 0.3s ease; 
}

.industry-category:hover .industry-content h4{
    color: #ffffff;
}

.industry-content p {
    font-size: 16px;
    margin: 0;
    transition: all 0.3s ease;
}

.industry-category:hover .industry-content p{
    color: #ffffff;
}

.title-desc-blk {
    text-align: center !important;
}























.box {
  overflow: hidden;
}

.contextNav {
  display: none;
}

.selected {
  display: block;
  opacity: 1;
  transition: opacity 1s linear;
  -webkit-transition: opacity 1s linear;
}

.checklist_wrap .box {
  display: block;
  opacity: 1;
  transition: opacity 1s linear;
  -webkit-transition: opacity 1s linear;
}

/*.checklist-wrap {
  padding-top: 2em;
}*/

.contextNav.onethird {
  background-color: transparent;
}

.checklist-select li {
  /*text-align: right;*/
  color: #fff;
  background: #00a5b5;
  padding: 0.60em 0.75em;
  margin-bottom: 0.25em;
}

.checklist-select li i.fa.fa-caret-right {
    float: right;
    display: flex;
    align-content: center;
    margin-top: 5px;
    font-size: 16px;
    opacity: 0;
    transition: all 0.2s ease;
}


.checklist-select li.active {
  background-color: #5eb1ff;
}

.checklist-select li:hover {
  cursor: pointer;
  background-color: #5eb1ff;
}

.checklist-select li.active i.fa.fa-caret-right{
    opacity: 1;
}

.checklist-select li:hover i.fa.fa-caret-right{
    opacity: 1;
} 

@media only screen and (min-width: 609px) {
  .contextNav {
    display: block;
  }
  .checklist-wrap .box {
    display: none;
    opacity: 0;
    /*transition: opacity 1s linear;
    -webkit-transition: opacity 1s linear;*/
  }

  .checklist-wrap .selected {
    display: block;
    opacity: 1;
    /*transition: opacity 1s linear;
    -webkit-transition: opacity 1s linear;*/
  }

  .checklist-wrap .box .deptBox > div {
    display: none;
  }

  .checklist-wrap .selected .deptBox > div {
    display: block;
  }
}



.about-section-are{
    background: #f2f6f9;
    padding: 80px 0px 40px 0px;
}

.title-header h5 {
    font-weight: 500;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 5px;
    margin-top: -5px;
    
}

.title-header-blk h5{
    text-align: center;
}

.about-section-are h2{
    text-align: center;
}

.title-header h2.title {
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 30px;
}

.title-header h2.title span {
    font-style: italic;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
    letter-spacing: 1.2px;
    color: #2d4a8a;
}

.single-about-box {
    background-color: #fff;
    margin-bottom: 30px;
    padding: 30px 25px;
    transition: .5s;
    position: relative;
}

.single-about-box:before {
    content: "";
    height: 3px;
    width: 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #1f2f51;
    transition: .5s;
}

.single-about-box .icon {
    margin-bottom: 18px;
    background-color: #1f2f51;
    border-radius: 5px;
    width: 75px;
    height: 75px;
    line-height: 75px;
    transition: .5s;
    text-align: center;
    color: #ffffff;
}

.single-about-box .icon i:before {
    font-size: 35px;
}

.flaticon-income:before {
    content: "";
}

.single-about-box h3 {
    margin-bottom: 0;
    font-size: 21px;
    font-weight: 700;
}

.single-about-box:hover:before {
    width: 100%;
    height: 4px;
    background: #2d4a8a;
}

.single-about-box p {
    margin-top: 12px;
    margin-bottom: 0;
}

.single-about-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 0 40px 3px rgba(0,0,0,.05);
}

.single-about-box:hover .icon {
    background: #2d4a8a;
}


.product-thumbnail img {
    transition: all 0.4s ease;
    cursor: pointer;
}


.audio-solution-title h2 {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0px;
    padding-bottom: 20px;
}

.audio-solution-blk {
    border: 1px solid #1f2f5154;
    /*padding: 10px 0px;*/
    background: #ffffff;
    box-shadow: 4px 4px 3px #1f2f512b;
    transition: all 0.5s ease;
}
.audio-solution-blk:hover{
    border: 1px solid #1f2f51;
    background: #ffffff;
    box-shadow: 4px 4px 3px #1f2f51;
}

.audio-solution-blk ul li {
    line-height: 28px;
}

.audio-solution-blk ul li a {
    font-size: 15px;
    font-weight: 500;
    display: block;
    color: #1e3a76;
    padding: 4px 15px;
    transition: all 0.5s ease;
}

.audio-solution-blk ul li a:hover{
    background: #1e3a76;
    color: #ffffff;
}

.most-popular-screen-right h2 {
    font-size: 20px;
    background: #1f2f51;
    padding: 0px 10px;
    margin-bottom: 0;
    margin-top: 15px;
    color: #ffffff;
}


.top-area-banner .singal-banner a img {
    width: 100%;
    padding-top: 30px;
}


.head-title {
    text-align: center;
}

.head-title h3 {
    font-size: 28px;
    font-weight: 600;
    margin: 0;
}

.head-title p {
    font-size: 16px;
    font-weight: 500;
    color: #1f2f51;
    margin: 0;
    padding-top: 10px;
}

.head-title p span {
    display: block;
}

.single-banner{
    transition: all 0.4s ease;
}

.single-banner-margin {
    margin: 15px 0px;
}

.single-banner:hover {
    box-shadow: 0px 1px 4px #2a3a5a;
}

.single-banner a img {
    width: 100%;
}


.banner-content p {
    padding: 7px;
    background: #2a3a5a;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    margin: 0;
}

/*.featured-content{
    background: #ffffff;
}*/

.featured-content-abc {
    padding: 0px !important;
}

.featured-content-abc a {
    padding: 0px 10px;
}

.featured-content a img {
    width: 124px;
}

/************* Industrie Section ***************/

.industrie-section {
    padding: 30px 0px;
    background: #f2f2f2;
    transition: all .5s ease;
}

.industrie-section .head-title h2 {
    font-size: 28px;
    font-weight: 600;
    margin: 0;
}

.industrie-section .industrie {
    background: #ffffff;
    transition: all 0.5s ease;
    margin-top: 30px;
    text-align: center;
    padding: 14px;
    border-radius: 10px;
}


.industrie-section .industrie:hover {
    box-shadow: 0px 0px 4px #1f2f51;
}

.industrie-section .industrie-icon {
    overflow: hidden;
}

.industrie-section .industrie-icon img {
    width: 100%; 
    transition: all 0.3s ease;
}

.industrie-section .industrie:hover .industrie-icon img{
    transform: scale(1.1);
}

.industrie h3 {
    font-size: 20px;
    margin: 0;
    padding-bottom: 6px;
    padding-top: 10px;
}

.industrie p {
    font-size: 15px;
    margin: 0;
}

.gutter-border {
    /*border: 1px solid #1e2637;*/
    background: #ffffff !important;
    box-shadow: 0px 4px 10px #1e2637;
}




.contact-button {
    position: fixed;
    top: 30%;
    left: -45px;
    transform: translateY(-50%);
    z-index: 9;
    transform: rotate(-90deg);
    /* margin: -35px; */
    color: #ffffff;
}

.contact-button .contact-button-blk a {
    padding: 8px 20px;
    background: #1e2637;
    color: #ffffff;
    font-size: 17px;
    /* display: block; */
    font-weight: 600;
    border: 1px solid transparent;
    transition: all 0.3s ease;
}


.contact-button .contact-button-blk a:hover{
    background: #ffffff;
    color: #1e2637;
    border: 1px solid #1e2637;
}


.our-store-section .heading h2 {
    margin: 0;
}

.heading h2 a {
    font-size: 60px;
    text-align: center;
    display: block;
    color: #ee2c30;
    /* box-shadow: 0px 0px 0px #cccccc; */
    margin: 0 auto;
    text-shadow: 0px 5px 3px #0e182c;
}


.store-button-section {
    position: fixed;
    top: 30%;
    right: -40px;
    /*transform: translate(0, -50%);*/
    z-index: 99;
    transform: rotateZ(-90deg);
}

.store-button-section .store-button a {
    background: #ed1f25;
    padding: 8px 12px;
    font-size: 17px;
    font-weight: 600;
    color: #ffffff;
    border-radius: 3px;
    border: 1px solid #ed1f25;
    transition: all 0.3s ease;
}

.store-button-section .store-button a:hover{
    color: #ed1f25;
    border: 1px solid #ed1f25;
    background: #ffffff;
}

.brand-logo-section {
    padding-top: 30px;
}


.logo-area-image a {
    border: 1px solid #1f2f5173;
    text-align: center;
    margin: 8px auto;
    padding: 5px 5px;
    /*height: 72px;*/
    transition: all 0.3s ease;
    display: block;
}
.logo-area-image a img {
    width: 100%;
}

.logo-area-image a:hover {
    box-shadow: 0px 0px 6px #1f2f51;
}
/* gallery css start  */

  /* Masonry via CSS Columns */
  .masonry { column-count: 5; column-gap: 1rem; padding: 0 1rem 0 1rem; }
  @media (max-width: 1100px) { .masonry { column-count: 4; } }
  @media (max-width: 780px)  { .masonry { column-count: 2; } }
  @media (max-width: 520px)  { .masonry { column-count: 1; } }

  .masonry-item { break-inside: avoid; -webkit-column-break-inside: avoid; margin-bottom: 1rem; }

  /* Big Button */
  .btn-xl { padding: 1rem 2rem; font-size: 1.25rem; }

  /* Zoom-Styles */
  .masonry-item img {
    transition: transform 280ms ease;
    transform-origin: center center;
    cursor: zoom-in; /* Standard: Zoom erlaubt */
  }

  .masonry-item img.enlarged {
    position: relative;
    z-index: 1000;
    cursor: zoom-out;
    z-index:10000;
}

  /* Mobile no zoom, normal Cursor  */
  @media (max-width: 520px) {
    .masonry-item img { cursor: default; }
  }
/* gallery header css  */
.gallry-tittle{
    padding: 0px;
    /* margin: 0px; */
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 3px;
    margin-bottom: 0px;
    padding: 0px 10px;
    font-size: 16px;
    font-weight: 600;
    line-height: 40px;
}
.gallry {
        padding: 3px 12px !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 45px !important;
}
/* gallry header css  */

/* .itm-galleyy{
    position: relative;
    text-align: center;
    right: 380px;
}
.itmm {
    background-color: #fff !important;
    color: #0c3387 !important ;
}
.galley-h{
  background-color: #fff;  
  color: #0c3387;
  padding: 0 10px !important;
  margin-bottom: 0px !important;
} */
/* Extra small devices (phones, 0px–575px) */
/* @media (max-width: 575px) {
.changing-text {
  display: none;
}

} */

/* .testimonial-img{
    border-radius: 50%;
    margin-left: 440px;

} */



.ttm-page-title-row1 {
    position: relative;
    width: 100%;
    overflow: hidden;
}




/* career page css  */
.card-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
}

.card-box {
    /* display: flex; */
    align-items: center;
    background: #fff;
    padding: 15px 20px;
    border-radius: 12px;
    box-shadow: inset rgb(0 0 0 / 30%) 0px 0px 7px;
    transition: 0.3s;
}

.card-box:hover {
    transform: translateY(-3px);
    box-shadow: 0px 6px 18px rgba(0,0,0,0.12);
}

.card-left img {
    width: 140px;
    border-radius: 8px;
    margin-left: 15px;
}

.card-right {
    margin-left: 15px;
}

.card-right p {
    margin: 4px 0;
}

.card-right span {
    font-weight: bold;
}
.card-tittle{
    font-weight: 700;
    font-size: medium;
    color: black;}
    /* .accordion-contantt{
        background-color: #0000001c;
        padding: 30px;
    } */
    /* .boxedd {
    padding: 34px 50px 30px;
    margin: -20px 20px 0 !important;
 
} */
/* .contact-section {
    margin-bottom: 9px;
}
.email-details{
    justify-content: space-evenly;
}
.h-titl{
    margin-bottom: 5px !important;
}
.countt{
    margin-left: 15px;
    margin-bottom: -5px;
} */
.mee-2{
   margin: 0px 4px 0px 0px;
    font-size: 10px;
}
/* .titl {    color: #0c3387 !important;
margin-bottom: 5px !important;} */

section.skil_section {
    width: 100%;
    background: #1e2637;
    padding: 0px 10px;
}


style attribute {
    position: absolute;
    display: block;
    pointer-events: auto;
    left: 216px !important;
    top: 333px;
    z-index: 1;
    visibility: visible;
}
/* career page css */
/* .banner-title {
      font-size: 40px;
      font-weight: 700;
      margin-bottom: 15px;
  }
  .banner-text {
      font-size: 16px;
      margin-bottom: 25px;
  } */
  /* Tilted Image */
  /* .tilted-img {
      border-radius: 12px; */
      /* box-shadow: 0 10px 25px rgba(0,0,0,0.20); */
      /* transition: 0.3s ease;
  } */
  /* Hover Effect */
  /* .tilted-img:hover {
      transform: rotate(0deg);
  } */
  /* contact form css  */
  .modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 20px 24px !important;
}




#waBtn{
  position: fixed;
  bottom: 50px;
  right: 10px;
  width: 110px;
  cursor: pointer;
  z-index: 9999;
  
}

/* Popup Overlay */
.wa-popup{
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  z-index: 10000;
}

/* Popup Box */

.wa-box{
  width:360px;
  background:#fff;
  border-radius:18px;
  padding:28px;
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  box-shadow:0 30px 80px rgba(0,0,0,.25);
  animation:popup .35s ease;
}

@keyframes popup{
  from{opacity:0; transform:translate(-50%,-45%)}
  to{opacity:1; transform:translate(-50%,-50%)}
}

.wa-close{
  position:absolute;
  top:12px;
  right:14px;
  border:none;
  background:none;
  font-size:22px;
  cursor:pointer;
  color:#777;
}

.wa-box h3{
  text-align:center;
  margin-bottom:5px;
  font-size:22px;
}

.wa-subtitle{
  text-align:center;
  font-size:14px;
  color:#666;
  margin-bottom:20px;
}

.wa-box input,
.wa-box textarea{
  width:100%;
  padding:12px 14px;
  margin-bottom:12px;
  border-radius:10px;
  border:1px solid #d0d7e2;
  font-size:14px;
  transition:.3s;
}

.wa-box input:focus,
.wa-box textarea:focus{
  border-color:#2563eb;
  box-shadow:0 0 0 3px rgba(37,99,235,.15);
  outline:none;
}

.wa-submit{
  width:100%;
  padding:14px;
  border:none;
  border-radius:12px;
  background:linear-gradient(135deg,#2563eb,#1e40af);
  color:#fff;
  font-size:16px;
  font-weight:600;
  cursor:pointer;
  transition:.3s;
}

.wa-submit:hover{
  transform:translateY(-1px);
  box-shadow:0 12px 30px rgba(37,99,235,.35);
}

.wa-note{
  display:block;
  text-align:center;
  margin-top:10px;
  font-size:12px;
  color:#777;
}

.mini-offices{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 20px;
}

/* card */
.mini-card{
 
  padding: 5px 5px;
  text-align: center;
 
  transition: all .25s ease;
}

/* hover – very soft */
.mini-card:hover{
  transform: translateY(-2px);
  
}
 
/* flag */
.mini-card img{
  height: 25px;
  width: 40px;
  object-fit: cover;
  margin-bottom: 8px;
  border-radius: 4px;
  box-shadow: 0 8px 18px rgba(0,0,0,.08);
}

/* text */
.mini-card span{
  font-size: 12px;
  font-weight: 600;
  color: #2c2c2c;
  line-height: 1.4;
}




/* ==========================================
   INVESTOR HERO – SUNLITE SYSTEMS
=========================================== */

.investor-hero{
  position: relative;
  width: 100%;
  min-height: 100vh;
  background:
    linear-gradient(90deg, rgba(244,248,255,.96) 35%, rgba(244,248,255,.75) 60%, rgba(244,248,255,.2) 100%),
    url("https://images.unsplash.com/photo-1520607162513-77705c0f0d4a") center right / cover no-repeat;
  display: flex;
  align-items: center;
  overflow: hidden;
  font-family: 'Segoe UI', sans-serif;
}

.investor-hero-container{
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: clamp(20px, 4vw, 60px) 20px;
}

.investor-hero-grid{
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: clamp(30px, 5vw, 80px);
  align-items: center;
}

/* LEFT CONTENT */
.investor-hero-content{
  color:#0b1b3f;
}

.investor-tagline{
  display:inline-block;
  padding:6px 16px;
  background:#e3edff;
  color:#1a56db;
  font-size:13px;
  border-radius:50px;
  margin-bottom:16px;
  font-weight:600;
}

.investor-hero-content h1{
  font-size: clamp(30px, 5vw, 52px);
  line-height:1.15;
  margin-bottom:20px;
  font-weight:700;
}

.investor-hero-content p{
  font-size: clamp(15px, 2vw, 18px);
  line-height:1.6;
  color:#4b5f8c;
  max-width:600px;
}

/* =====================================
   INVESTOR FORM
====================================== */

.investor-form-box{
  background:#ffffff;
  border-radius:20px;
  padding: clamp(22px, 4vw, 36px);
  box-shadow:0 30px 70px rgba(20,40,120,.18);
  width:100%;
}

.investor-form-box h3{
  margin-bottom:20px;
  font-size:22px;
  color:#0b1b3f;
  text-align:center;
}

.investor-form{
  display:flex;
  flex-direction:column;
  gap:14px;
}

.investor-form input,
.investor-form select,
.investor-form textarea{
  width:100%;
  padding:14px 14px;
  border-radius:10px;
  border:1px solid #d0d8f0;
  font-size:15px;
  background:#ffffff;
  color:#0b1b3f;
  transition:.25s;
}

.investor-form input::placeholder,
.investor-form textarea::placeholder{
  color:#6b7aa8;
}

.investor-form input:focus,
.investor-form select:focus,
.investor-form textarea:focus{
  outline:none;
  border-color:#1a56db;
  box-shadow:0 0 0 3px rgba(26,86,219,.12);
}

/* Autofill Fix */
.investor-form input:-webkit-autofill{
  -webkit-text-fill-color:#0b1b3f;
  box-shadow:0 0 0 1000px #fff inset !important;
}

/* Button */
.investor-btn-primary{
  margin-top:10px;
  background:linear-gradient(135deg,#1a56db,#0d6efd);
  border:none;
  padding:14px;
  border-radius:12px;
  font-weight:600;
  font-size:15px;
  color:#fff;
  cursor:pointer;
  transition:.3s;
}

.investor-btn-primary:hover{
  transform: translateY(-2px);
  box-shadow:0 10px 25px rgba(26,86,219,.35);
}

/* =====================================
   RESPONSIVE BREAKPOINTS
====================================== */

@media (max-width: 992px){
  .investor-hero{
    background:
      linear-gradient(180deg, rgba(244,248,255,.98), rgba(244,248,255,.9)),
      url("https://images.unsplash.com/photo-1520607162513-77705c0f0d4a") center / cover no-repeat;
  }
}

@media (max-width: 768px){
  .investor-hero-grid{
    grid-template-columns: 1fr;
  }

  .investor-hero-content{
    text-align:center;
  }

  .investor-hero-content p{
    margin: 0 auto;
  }
}

@media (max-width: 480px){
  .investor-form-box{
    border-radius:14px;
  }
  .investor-form input,
  .investor-form select,
  .investor-form textarea{
    font-size:14px;
  }
}


/* ===================================================
   INVESTOR – WHY SUNLITE SYSTEMS (3D PREMIUM)
=================================================== */

.investor-growth{
  padding:120px 0;
  background:
    radial-gradient(circle at top right, rgba(26,86,219,.06), transparent 40%),
    radial-gradient(circle at bottom left, rgba(0,0,0,.04), transparent 40%),
    #ffffff;
}

.investor-container{
  max-width:1200px;
  margin:auto;
  padding:0 20px;
}

.investor-growth-grid{
  display:grid;
  grid-template-columns:1.2fr 1fr;
  gap:80px;
  align-items:center;
}

/* ---------------- LEFT CONTENT ---------------- */

.investor-growth-content{
  background:
    radial-gradient(circle at top left, rgba(26,86,219,.08), transparent 55%);
  padding:30px;
  border-radius:30px;
}

.investor-pill{
  display:inline-block;
  background:linear-gradient(135deg,#e6efff,#f2f6ff);
  color:#1a56db;
  padding:8px 18px;
  border-radius:50px;
  font-size:13px;
  font-weight:600;
  margin-bottom:18px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.8);
}

.investor-growth-content h2{
  font-size:44px;
  line-height:1.2;
  margin-bottom:25px;
  background: linear-gradient(90deg,#0b1b3f,#1a56db);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  text-shadow: 0 10px 30px rgba(26,86,219,.15);
}

.investor-growth-content p{
  font-size:17px;
  color:#4b5f8c;
  line-height:1.7;
  margin-bottom:18px;
}

/* Growth Points */
.investor-growth-points{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
  margin-top:25px;
}

.investor-growth-points div{
  background: linear-gradient(180deg,#ffffff,#eef3ff);
  padding:16px 18px;
  border-radius:14px;
  font-weight:600;
  color:#0b1b3f;
  box-shadow:
    0 12px 25px rgba(20,40,120,.12),
    inset 0 1px 0 rgba(255,255,255,.9);
}

/* ---------------- RIGHT CARD CLUSTER ---------------- */

.investor-growth-cards{
  background: linear-gradient(135deg,#eef4ff,#f9fbff);
  padding:40px;
  border-radius:35px;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.9),
    0 35px 80px rgba(20,40,120,.18);
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:28px;
}

/* 3D Floating Cards */
.investor-growth-card{
  background: linear-gradient(180deg,#ffffff,#f4f7ff);
  padding:28px 24px;
  border-radius:22px;
  position:relative;
  border:1px solid rgba(0,0,0,.04);
  box-shadow:
    0 20px 40px rgba(20,40,120,.18),
    inset 0 1px 0 rgba(255,255,255,.8);
  transition:.35s ease;
}

.investor-growth-card::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:22px;
  background: linear-gradient(120deg, rgba(255,255,255,.7), rgba(255,255,255,0) 60%);
  opacity:.7;
  pointer-events:none;
}

.investor-growth-card:hover{
  transform: translateY(-12px) scale(1.03);
  box-shadow:
    0 40px 80px rgba(20,40,120,.28),
    inset 0 1px 0 rgba(255,255,255,.9);
}

.investor-growth-card h3{
  color:#1a56db;
  font-size:18px;
  margin-bottom:12px;
}

.investor-growth-card p{
  color:#4b5f8c;
  font-size:15px;
  line-height:1.6;
}

/* ---------------- RESPONSIVE ---------------- */

@media(max-width:1000px){
  .investor-growth-grid{
    grid-template-columns:1fr;
    gap:60px;
  }

  .investor-growth-cards{
    grid-template-columns:1fr 1fr;
  }
}

@media(max-width:600px){
  .investor-growth-content h2{
    font-size:32px;
  }

  .investor-growth-cards{
    grid-template-columns:1fr;
    padding:25px;
  }

  .investor-growth-points{
    grid-template-columns:1fr;
  }
}

/* =====================================
   INVESTOR – GROWTH PLAN / USE OF FUNDS
===================================== */

.investor-funds{
  padding:100px 0;
  background:linear-gradient(180deg,#ffffff,#f6f9ff);
}

.investor-funds-head{
  max-width:720px;
  margin-bottom:70px;
}

.investor-funds-head h2{
  font-size:42px;
  color:#0b1b3f;
  margin:18px 0;
  line-height:1.2;
}

.investor-funds-head p{
  color:#4b5f8c;
  font-size:17px;
  line-height:1.6;
}

/* Layout */
.investor-funds-grid{
  display:grid;
  grid-template-columns:1.3fr 1fr;
  gap:80px;
}

/* Timeline */
.investor-funds-timeline{
  position:relative;
  border-left:3px solid #1a56db;
  padding-left:40px;
}

.investor-funds-step{
  position:relative;
  background:#ffffff;
  padding:22px 22px 22px 35px;
  border-radius:14px;
  margin-bottom:35px;
  box-shadow:0 10px 25px rgba(0,0,0,.06);
  transition:.3s ease;
}

.investor-funds-step:hover{
  box-shadow:0 18px 40px rgba(0,0,0,.10);
}

.investor-funds-step span{
  position:absolute;
  left:-55px;
  top:20px;
  width:40px;
  height:40px;
  background:#1a56db;
  color:#ffffff;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  font-weight:700;
  box-shadow:0 6px 16px rgba(26,86,219,.35);
}

.investor-funds-step h4{
  font-size:18px;
  color:#0b1b3f;
  margin-bottom:8px;
}

.investor-funds-step p{
  color:#4b5f8c;
  line-height:1.6;
  font-size:15px;
}

/* Percentage Cards */
.investor-funds-usage{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:30px;
}

.investor-funds-box{
  background:#ffffff;
  border-radius:16px;
  padding:40px 30px;
  text-align:center;
  box-shadow:0 12px 28px rgba(0,0,0,.08);
  transition:.3s;
}

.investor-funds-box:hover{
  box-shadow:0 20px 45px rgba(0,0,0,.12);
}

.investor-funds-box h3{
  font-size:42px;
  color:#1a56db;
  margin-bottom:10px;
}

.investor-funds-box p{
  color:#4b5f8c;
  font-weight:600;
  font-size:15px;
}

/* ===============================
   RESPONSIVE
================================ */

@media(max-width:900px){
  .investor-funds-grid{
    grid-template-columns:1fr;
    gap:60px;
  }
  .investor-funds-usage{
    grid-template-columns:1fr;
  }
}

@media(max-width:480px){
  .investor-funds-head h2{
    font-size:30px;
  }
  .investor-funds-step{
    padding:20px;
  }
}
/* FIX overall section width & center */
.investor-funds{
  padding:80px 0;
}

.investor-funds-grid{
  max-width:1100px;
  margin:auto;
  align-items:flex-start;
}

/* Make timeline area tighter */
.investor-funds-timeline{
  padding-left:30px;
}

/* Reduce unnecessary white space on left */
.investor-funds-step{
  margin-bottom:25px;
}

/* Align right percentage cards vertically */
.investor-funds-usage{
  align-content:flex-start;
}

/* Make percentage cards equal height */
.investor-funds-box{
  min-height:180px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

/* Mobile spacing fix */
@media(max-width:900px){
  .investor-funds{
    padding:60px 0;
  }
}
/* Stretch the right side vertically */
.investor-funds-grid{
  align-items:stretch;
}

/* Make both columns same height */
.investor-funds-timeline,
.investor-funds-usage{
  height:100%;
}

/* Push percentage cards to fill space */
.investor-funds-usage{
  display:grid;
  grid-template-rows:1fr 1fr;
}

/* Make each card fill grid cell */
.investor-funds-box{
  height:100%;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.investor-benefits{
  padding:100px 0;
  background:#ffffff;
}

.investor-benefits-head{
  max-width:700px;
  margin-bottom:60px;
}

.investor-benefits-head h2{
  font-size:40px;
  color:#0b1b3f;
  margin:20px 0;
}

.investor-benefits-head p{
  color:#4b5f8c;
  font-size:17px;
}

/* Cards */
.investor-benefits-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:30px;
}

.investor-benefit-card{
  background:#f8fbff;
  padding:30px 25px;
  border-radius:18px;
  box-shadow:0 15px 40px rgba(20,40,120,.08);
  transition:.3s;
}

.investor-benefit-card:hover{
  transform: translateY(-6px);
  box-shadow:0 25px 60px rgba(20,40,120,.15);
}

.investor-benefit-card h3{
  color:#1a56db;
  margin-bottom:12px;
}

.investor-benefit-card p{
  color:#4b5f8c;
  line-height:1.6;
}

/* Responsive */
@media(max-width:1000px){
  .investor-benefits-grid{
    grid-template-columns:1fr 1fr;
  }
}
@media(max-width:600px){
  .investor-benefits-grid{
    grid-template-columns:1fr;
  }
}
/* Section soft depth */
.investor-benefits{
  background:
    radial-gradient(circle at top right, rgba(26,86,219,.06), transparent 40%),
    radial-gradient(circle at bottom left, rgba(0,0,0,.04), transparent 40%),
    #ffffff;
}

/* Cards container perspective */
.investor-benefits-grid{
  perspective:1200px;
}

/* Floating glass cards */
.investor-benefit-card{
  background: linear-gradient(180deg,#ffffff,#f4f7ff);
  position:relative;
  transform-style:preserve-3d;
  box-shadow:
    0 25px 60px rgba(20,40,120,.18),
    inset 0 1px 0 rgba(255,255,255,.9);
  transition:.35s ease;
}

/* Light reflection */
.investor-benefit-card::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:18px;
  background: linear-gradient(120deg, rgba(255,255,255,.6), rgba(255,255,255,0) 60%);
  opacity:.6;
  pointer-events:none;
}

/* 3D hover tilt */
.investor-benefit-card:hover{
  transform: rotateX(6deg) rotateY(-6deg) translateY(-10px);
  box-shadow:0 40px 90px rgba(20,40,120,.28);
}

/* Titles pop */
.investor-benefit-card h3{
  text-shadow:0 6px 20px rgba(26,86,219,.35);
}
.investor-trust{
  padding:100px 0;
  background:#f8fbff;
}

.investor-trust-head{
  max-width:700px;
  margin-bottom:60px;
}

.investor-trust-head h2{
  font-size:40px;
  color:#0b1b3f;
  margin:20px 0;
}

.investor-trust-head p{
  color:#4b5f8c;
  font-size:17px;
}

/* Grid */
.investor-trust-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:30px;
}

/* Cards */
.investor-trust-card{
  background:#ffffff;
  padding:35px 28px;
  border-radius:18px;
  box-shadow:0 15px 40px rgba(20,40,120,.08);
  transition:.3s;
}

.investor-trust-card:hover{
  transform: translateY(-6px);
  box-shadow:0 25px 60px rgba(20,40,120,.15);
}

.investor-trust-card h3{
  color:#1a56db;
  margin-bottom:12px;
}

.investor-trust-card p{
  color:#4b5f8c;
  line-height:1.6;
  margin-bottom:15px;
}

.investor-trust-link{
  color:#1a56db;
  font-weight:600;
  text-decoration:none;
}

/* Responsive */
@media(max-width:1000px){
  .investor-trust-grid{
    grid-template-columns:1fr 1fr;
  }
}
@media(max-width:600px){
  .investor-trust-grid{
    grid-template-columns:1fr;
  }
}
/* Trust section depth */
.investor-trust{
  background:
    radial-gradient(circle at top right, rgba(26,86,219,.06), transparent 40%),
    radial-gradient(circle at bottom left, rgba(0,0,0,.04), transparent 40%),
    linear-gradient(180deg,#ffffff,#f4f7ff);
}

/* Cards container */
.investor-trust-grid{
  perspective:1200px;
}

/* Glass cards */
.investor-trust-card{
  background: linear-gradient(180deg,#ffffff,#f1f5ff);
  position:relative;
  transform-style:preserve-3d;
  box-shadow:
    0 25px 60px rgba(20,40,120,.18),
    inset 0 1px 0 rgba(255,255,255,.9);
  transition:.35s ease;
}

/* Light reflection */
.investor-trust-card::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:18px;
  background: linear-gradient(120deg, rgba(255,255,255,.6), rgba(255,255,255,0) 60%);
  opacity:.6;
  pointer-events:none;
}

/* 3D hover */
.investor-trust-card:hover{
  transform: rotateX(6deg) rotateY(-6deg) translateY(-8px);
  box-shadow:0 40px 90px rgba(20,40,120,.28);
}

/* Headline glow */
.investor-trust-head h2{
  background: linear-gradient(90deg,#0b1b3f,#1a56db);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  text-shadow:0 10px 30px rgba(26,86,219,.18);
}
.investor-cta{
  padding:100px 0;
  background:
    radial-gradient(circle at top left, rgba(26,86,219,.08), transparent 50%),
    linear-gradient(135deg,#0b1b3f,#1a56db);
}

.investor-cta-box{
  max-width:1000px;
  margin:auto;
  background:rgba(255,255,255,.1);
  backdrop-filter: blur(12px);
  padding:60px;
  border-radius:30px;
  display:grid;
  grid-template-columns:1.5fr 1fr;
  gap:50px;
  color:#ffffff;
  box-shadow:0 30px 80px rgba(0,0,0,.4);
}

.investor-cta-content h2{
  font-size:40px;
  margin-bottom:20px;
}

.investor-cta-content p{
  font-size:18px;
  line-height:1.6;
  color:#e0e8ff;
}

.investor-cta-points{
  margin-top:25px;
  list-style:none;
  padding:0;
}

.investor-cta-points li{
  margin-bottom:10px;
  font-weight:600;
}

/* Buttons */
.investor-cta-actions{
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:20px;
}

.investor-btn-secondary{
  border:2px solid rgba(255,255,255,.5);
  color:#ffffff;
  padding:14px 24px;
  border-radius:10px;
  text-decoration:none;
  text-align:center;
  font-weight:600;
  transition:.3s;
}

.investor-btn-secondary:hover{
  background:rgba(255,255,255,.15);
}

/* Mobile */
@media(max-width:900px){
  .investor-cta-box{
    grid-template-columns:1fr;
    text-align:center;
  }
}
.investor-faq{
  padding:100px 0;
  background:#ffffff;
}

.investor-faq-head{
  max-width:700px;
  margin-bottom:60px;
}

.investor-faq-head h2{
  font-size:38px;
  color:#0b1b3f;
  margin:20px 0;
}

.investor-faq-head p{
  color:#4b5f8c;
}

/* FAQ Items */
.investor-faq-list{
  max-width:900px;
}

.investor-faq-item{
  background:#f8fbff;
  padding:30px;
  border-radius:16px;
  margin-bottom:20px;
  box-shadow:0 10px 25px rgba(20,40,120,.08);
}

.investor-faq-item h4{
  color:#1a56db;
  margin-bottom:10px;
}

.investor-faq-item p{
  color:#4b5f8c;
  line-height:1.6;
}
.investor-faq-v2{
  padding:100px 0;
  background:linear-gradient(180deg,#ffffff,#f5f8ff);
}

.investor-faq-layout{
  display:grid;
  grid-template-columns:1.5fr 1fr;
  gap:60px;
  margin-top:50px;
}

/* FAQ boxes */
.investor-faq-box{
  background:#ffffff;
  padding:25px 30px;
  border-radius:18px;
  box-shadow:0 12px 30px rgba(20,40,120,.08);
  margin-bottom:25px;
  cursor:pointer;
  transition:.3s;
}

.investor-faq-box.active{
  box-shadow:0 20px 50px rgba(20,40,120,.18);
  border-left:6px solid #1a56db;
}

/* Title */
.investor-faq-title{
  display:flex;
  align-items:center;
  gap:15px;
}

.investor-faq-title span{
  background:#1a56db;
  color:#fff;
  width:34px;
  height:34px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  font-weight:700;
}

.investor-faq-title h4{
  color:#0b1b3f;
  font-size:18px;
}

/* Body */
.investor-faq-body{
  margin-top:15px;
  line-height:1.6;
  color:#4b5f8c;
  display:none;
}

.investor-faq-box.active .investor-faq-body{
  display:block;
}

/* Right panel */
.investor-faq-info{
  background:linear-gradient(135deg,#0b1b3f,#1a56db);
  border-radius:24px;
  padding:40px;
  color:#fff;
  box-shadow:0 30px 60px rgba(0,0,0,.35);
}

.investor-faq-info h3{
  font-size:26px;
  margin-bottom:20px;
}

.investor-faq-info ul{
  list-style:none;
  padding:0;
}

.investor-faq-info li{
  margin-bottom:12px;
  font-weight:600;
}

/* Mobile */
@media(max-width:900px){
  .investor-faq-layout{
    grid-template-columns:1fr;
  }
}
