/*



* Theme Name: NS - Grand Imperial



*  Author: Netscriper



*  Author URI: http://www.netscriper.com/



*/     







:root {

    --color1: #055aa7;

    --color2: #003699;

    

}





*{



    font-family: "Sora", sans-serif;



}



/* Pagination */

.pagination-wrapper {

    display: flex;

    justify-content: center;

    align-items: center;

    margin-top: 30px;

    gap: 8px;

    flex-wrap: wrap;

    text-align: center;

}



.pagination-wrapper .page-numbers {

    display: inline-block;

    padding: 8px 14px;

    border-radius: 6px;

    background-color: #ffffff; 

    color: var(--color1);

    text-decoration: none;

    font-weight: 500;

    min-width: 36px;

    text-align: center;

    transition: all 0.3s ease;

    cursor: pointer;

}



.pagination-wrapper .page-numbers.current {

    background-color: var(--color1);

    color: #fff; 

    font-weight: 600;

    cursor: default;

}



.pagination-wrapper .page-numbers.prev, .pagination-wrapper .page-numbers.next {

    font-weight: 400;

    font-size: 32px;

    color: var(--color1);

    margin-top: -12px;

}



.pagination-wrapper ul.page-numbers {

    list-style: none;

    padding: 0;

    display: inline-flex;

    gap: 12px;

}



.pagination-wrapper ul.page-numbers li a,

.pagination-wrapper ul.page-numbers li span {

    background: none;

    border: none;

    color: var(--color1);

    padding: 0;

}





/* 404 error */



.error img {



    position: relative;



    margin: 0 auto;



}



.back-home-wrap p {



    font-size: 21px;



	margin-top:50px;



}



.back-home-wrap {



    text-align: center;



    left: 0;



    right: 0;



}



.error {



    height: 400px;



}



.back-home {



    margin-top: 14px;



    border-radius: 0;



}







.mm-menu--offcanvas{



    position: absolute;



}







/* Breadcrumb */







#breadcrumbs {list-style-type: none; padding-left: 0;}



#breadcrumbs li{display: inline-block;}







/*********************** Widget ******************/



.mywidget h4 {



    font-size: 14px;



}



.widget-title{



    font-weight: 700;



    font-size: 21px;



}







/* ************************* Custom Design *********************** */



.custom-btn {



    display: inline-block;



    padding: 12px 28px;



    background: var(--color1);



    color: #fff;



    text-decoration: none;



    font-weight: 500;



    border-radius: 50px;



    transition: all 0.3s ease;



}







.custom-btn:hover {



    background: var(--color1);



    transform: translateY(-3px);



}







i.bi-arrow-up-short {



    display: inline-block;



    transition: transform 0.3s;



    transform: rotate(45deg);



    font-size: 26px;

    color: #fff;



}



div#page {

    overflow: hidden;

}





/* ********************************* Sub banner **********************************/



.sub-banner-wrapper {



    position: relative;



}



.sub-banner {

    position: relative;

    min-height: 340px;

    display: flex;

    align-items: center;

    /* margin-bottom: 25px; */

    border-bottom-right-radius: 800px;

}





.sub-banner::before {



    content: "";



    position: absolute;



    inset: 0;



    border-bottom-right-radius: 800px;

    background: rgba(1, 44, 149, 0.87);



    z-index: 1;



}





.banneroverlay {

    width: 100%;

    height: 100%;

    min-height: 300px;

    color: white;

    text-align: left;



    padding: 80px 35px;

}





.sub-banner .container {



    position: relative;



    z-index: 2;



}







.sub-banner .title {

    font-size: 46px;

    font-weight: 700;

    color: #ffffff;

    margin-bottom: 10px;

}





.breadcrumbs {



    display: flex;



    align-items: center;



    gap: 10px;



}





.breadcrumbs a {

    color: rgb(248, 217, 0);

    text-decoration: none;

    font-size: 22px;

    transition: 0.3s;

    font-weight: 500;

}







.breadcrumbs a:hover {



    color: var(--color1);



}







.breadcrumbs img {



    width: 12px;



}







.bread-current {

    color: #ffffff;

    font-weight: 500;

    font-size: 20px;

}







@media (max-width: 768px) {



    .sub-banner .title {

        font-size: 24px;

        line-height: 1.7;

    }





.global-network p {



    font-size: 14px;



}



}







/* post breadcrumbs*/



.breadcrumb {



    display: flex;



    align-items: center;



    flex-wrap: wrap;



    font-size: 14px;



    margin-bottom: 15px;



}







.breadcrumb a {



    color: #000;



    text-decoration: none;



    font-size: 16px;



    transition: 0.3s;



    font-weight: 600;



}







.breadcrumb a:hover {



    color: var(--color1)



}







.breadcrumb img {



    width: 12px;     



    height: 12px;



    margin: 0 8px;  



    object-fit: contain;



}







@media (max-width: 576px) {



    .breadcrumb {



        font-size: 12px;



    }







    .breadcrumb img {



        width: 12px;



        height: 12px;



        margin: 0 5px;



    }



}















/* *********************header *************************** */







.menu .col {



    display: flex;



    align-items: center;



    justify-content: space-between;



}







.logo-wrapper {



    flex-shrink: 0;



}



.ds-menu {

    margin-left: auto;

}



ul#menu-main-menu {

    display: flex;

    gap: 12px;

    font-size: 16px;

}





a.nav-link {



    font-size: 18px;



}







.header_menu .nav-link:hover {



    color: var(--color1);      



}







.header_menu .current-menu-item > .nav-link,



.header_menu .current_page_item > .nav-link {



    color: var(--color1);       



    font-weight: 600;       



}



.navbar-nav li {

    position: relative;

}



.navbar-nav li ul {

    position: absolute;

    top: 100%;

    left: 0;

}



.navbar-nav li:hover > ul,

.navbar-nav li:focus-within > ul {

    display: block;

}



/* hover bridge fix */

.navbar-nav li::after {

    content: "";

    position: absolute;

    bottom: -8px;

    left: 0;

    width: 100%;

    height: 8px;

}







/* logo */



.menu {

    position: relative;

}



.menu > * {

    position: relative;

    z-index: 10000;

}

.logo-wrapper img {
    width: 180px;
    padding: 10px 0;
}

.xs-menu-btn a {



    display: inline-flex;



    justify-content: center;



    align-items: center;



    height: 80px;



    color: var(--color1);



    border-radius: 8px;



    font-size: 2rem;



    transition: all 0.3s ease;



    border: none;



    text-decoration: none;



}







.xs-menu-btn a i {



    pointer-events: none;



}



a.dropdown-item {

    font-size: 16px;

    padding: 12px 16px;

}





/* header responsive */



@media (max-width: 1400px) {



    ul#menu-main-menu {



    gap: 10px;



}



}







@media (max-width: 1200px) {



    ul#menu-main-menu {



        gap: 25px;



    }







    a.nav-link {



        font-size: 15px;



        padding: 0px !important;



    }



}



@media (min-width: 992px){



    .navi{

        display:flex;

        align-items:center;

        justify-content:flex-end;

        gap:20px;

        flex-wrap:nowrap;

    }



    .ds-menu{

        flex:1;

        margin:0;

    }



    .ds-menu .container-fluid{

        padding:0;

    }



    .ds-menu .navbar-collapse{

        display:flex !important;

        justify-content:flex-end;

    }



    .header_menu{

        width:100%;

        display:flex;

        flex-wrap:nowrap !important;

        align-items:center;

        justify-content:flex-end;

        gap:28px;

        margin:0;

        padding:0;

    }



    .header_menu > li{

        white-space:nowrap;

        flex:0 0 auto;

    }



    .header_menu > li > a{

        display:block;

        padding:10px 0;

    }



    .all-lang{

        flex:0 0 auto;

        margin-left:15px;

    }



}



@media (max-width: 991.98px){

    .ds-menu{

        display:none !important;

    }



    .xs-menu-btn{

        display:block;

    }



    .navi{

        display:flex;

        align-items:center;

        justify-content:flex-end;

        gap:15px;

    }



    .all-lang{

        margin-right:10px;

    }



    .slidercontent {

        display: none;

    }

}



@media (min-width:992px){



    .navi{

        display:flex;

        align-items:center;

        justify-content:flex-end;

        gap:0px;

    }



    .ds-menu{

        flex:1;

    }



    .ds-menu .container-fluid{

        padding:0;

    }



    .header_menu{

        display: flex;

        align-items: center;

        justify-content: flex-end;

        flex-wrap: nowrap;

        gap: 10px;

        margin: 0;

        padding: 0;

        width: 100%;

    }



    .header_menu > li{

        white-space:nowrap;

        flex:0 0 auto;

    }



    .all-lang{

        flex:0 0 auto;

        margin-left:10px;

    }

}





@media (max-width:991.98px){



    .navi-row{

        display:flex;

        align-items:center;

        justify-content:space-between;

        flex-wrap:nowrap;

    }



    .navi-logo{

        width:auto;

        flex:0 0 auto;

    }



    .navi{

        width:auto;

        flex:1;

        display:flex;

        align-items:center;

        justify-content:flex-end;

        gap:12px;

    }



    .ds-menu{

        display:none !important;

    }



    .all-lang{

        margin:0;

        flex:0 0 auto;

    }



    .xs-menu-btn{

        display:block;

        flex:0 0 auto;

    }



    .xs-menu-btn a{

        font-size:32px;

        line-height:1;

        color:#003699;

        text-decoration:none;

    }



}







/* Language Switch */

.language-switch{

    display:flex;

    align-items:center;

    gap:10px;

    margin:0;

    padding:0;

}



.language-switch li{

    list-style:none;

    margin:0;

    padding:0;

}



.language-switch li a{

    display:flex;

    align-items:center;

    gap:6px;

    padding: 10px 14px;

    border:1px solid #e5e5e5;

    border-radius:30px;

    background:#ffffff;

    color:#222;

    font-size:14px;

    font-weight:500;

    text-decoration:none;

    transition:all .3s ease;

    line-height:1;

}



.language-switch li a img {

    width: 18px !important;

    height: 11px !important;

    object-fit: cover;

    border-radius: 2px;

}



.language-switch li a:hover{

    background:#003699;

    color:#fff;

    border-color:#003699;

    transform:translateY(-2px);

}



.language-switch li.current-lang a{

    background:#003699;

    color:#fff;

    border-color:#003699;

    box-shadow:0 8px 20px rgba(0,54,153,.15);

}



@media (max-width:991.98px){



    .language-switch{

        gap:8px;

    }



    .language-switch li a {

        padding: 12px 23px;

        font-size: 13px;

    }



    .language-switch li a span{

        display:none;   

    }

}



@media (max-width:576px){



    .language-switch li a{

        padding:7px 9px;

    }



    .language-switch li a img{

        width:15px !important;

        height:10px !important;

    }

}



a.nav-link {
    font-size: 17px;
    font-weight: 500;
}



.dropdown-item.active, .dropdown-item:active {

    background-color: var(--color2) !important;

}



@media (max-width:1400px){

    a.nav-link {

    font-size: 15px;

}



    ul#menu-main-menu {

        gap: 0px;

    }

}





/* *********************** Home ************************ */





/* home slider */

.homeslider {

    position: relative;

}



.splide__slide {

    position: relative;

}



.splide__slide img {

    width: 100%;

    height: auto;             

    object-fit: cover;       

    display: block;

}



.slidercontent{

    z-index: 500;

    top: 28%;

    position: absolute;

    left: 0;

    right: 0;

    color: var(--color2);

}



.splide__slide::before {

    content: "";

    position: absolute;

    inset: 0;

    z-index: 1;

}



.slidercomtitle {

    text-transform: uppercase;

    font-size: 33px;

    font-weight: 600;

}



.sinceyear {

    font-size: 19px;

    width: 120px;

    background: var(--color2);

    text-align: center;

    padding: 3px;

    margin: 15px 0px;

    color: white;

    font-weight: 400;

}



.sliderspecial {

    text-transform: uppercase;

    width: 44%;

    font-size: 46px;

    font-weight: 900;

}



@media (max-width: 768px) {

    .splide__slide img {

        height: 60vh;

    }



    .slidercomtitle {

        font-size: 26px;

    }



    .sinceyear {

        font-size: 18px;

    }



    .sliderspecial {

        font-size: 14px;

    }

}



.homeslider .splide__slide{

    aspect-ratio: 16 / 5; 

    overflow: hidden;

}



.homeslider .splide__slide img{

    width: 100%;

    height: 100%;

    object-fit: cover;

    display: block;

}



@media (max-width: 992px){

    .homeslider .splide__slide{

        aspect-ratio: 16 / 6;

    }

}



@media (max-width: 768px){

    .homeslider .splide__slide{

        aspect-ratio: 16 / 9;

    }

}



@media (max-width: 1400px){

    .sliderspecial {

        font-size: 32px;

    }



    .slidercomtitle {

    text-transform: uppercase;

    font-size: 26px;

    font-weight: 600;

}

}



@media (max-width: 1200px){

    .sliderspecial {

        font-size: 26px;

    }



    .slidercomtitle {

    text-transform: uppercase;

    font-size: 18px;

    font-weight: 600;

}

}







/* Home About */



.homeaboutsection {

    padding: 100px 0;

    background: #ffffff;

}



.aboutimagesection {

    position: relative;

    border-radius: 12px;

    width: 380px;

    margin-left: 80px;

}





.aboutimagesection img {

    width: 100%;

    display: block;       

    transition: 0.5s ease;

    border-radius: 10px;

}



.aboutyear {

    position: absolute;

    bottom: 40px;

    left: -60px;

    background: var(--color2);

    color: #fff;

    padding: 20px;

    border-radius: 10px;

    text-align: center;

    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);

}



.aboutyear h3 {

    font-size: 56px;

    margin: 0;

    font-weight: 700;

}



.aboutyear span {

    font-size: 18px;

    display: block;

    margin-top: 5px;

    line-height: 1.4;

}



.homeabouttitle {

    font-size: 34px;

    font-weight: 700;

    text-transform: uppercase;

    margin-bottom: 20px;

    line-height: 1.3;

    color: var(--color2);

}



.homeabouttitle span {

    color: #0b3d91;

}



.homeaboutpara {

    font-size: 16px;

    line-height: 1.8;

    color: #555;

    margin-bottom: 30px;

}



.readmorebtn {

    display: inline-flex;

    align-items: center;

    gap: 10px;

    padding: 12px 20px;

    background: var(--color2);

    color: #fff;

    text-decoration: none;

    border-radius: 8px;

    transition: 0.3s ease;

    font-weight: 500;

}



.readmoreicon {

    width: 28px;

    height: 28px;

    background: rgba(255,255,255,0.2);

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

}



.readmorebtn:hover {

    background: #062b66;

    transform: translateY(-2px);

}



@media (max-width: 768px) {

    .homeaboutsection {

        padding: 0px 0;

    }



    .homeabouttitle {

        font-size: 24px;

    }



    .aboutyear {

        padding: 15px;

    }



    .aboutyear h3 {

        font-size: 24px;

    }

}



@media (max-width: 1200px){



    .homeaboutsection .row{

        flex-direction: column;

    }



    .homeaboutsection .col-lg-5,

    .homeaboutsection .col-lg-7{

        width:100%;

        max-width:100%;

    }



    .aboutimagesection{

        margin-bottom:30px;

    }

}



/* Home Product Section */

.homeproductsection {

    padding: 90px 0;

    background: #f3f3f3;

}



.section-subtitle {

    max-width: 700px;

    margin: 0 auto 50px;

    color: #666;

    font-size: 16px;

    line-height: 1.7;

}



.product-carousel .owl-stage-outer {

    padding: 10px 0;

}



.product-card {

    position: relative;

    overflow: visible;

    z-index: 1;

    padding: 60px 16px 50px;

    border-radius: 12px;

    cursor: pointer;

    background: #fff;

    box-shadow: 0 10px 30px rgba(0,0,0,0.08);

    transition: 0.4s ease;

    transform: translateZ(0);

    will-change: transform;

}



.product-card:hover {

    transform: translateY(-8px);

    box-shadow: 0 15px 40px rgba(0,0,0,0.15);

}



.product-card img {

    width: 100%;

    height: 200px;

    object-fit: cover;

    display: block;

    border-radius: 12px;

    transition: 0.5s ease;

    position: relative;

    z-index: 1;

}



.product-card:hover img {

    transform: scale(1.05);

}



.product-title {

    position: absolute;

    bottom: -20px;

    left: 50%;

    transform: translateX(-50%);

    background: var(--color2);

    color: #fff;

    padding: 12px 18px;

    font-size: 15px;

    font-weight: 600;

    border-radius: 8px;

    white-space: nowrap;

    z-index: 9999;

    box-shadow: 0 10px 25px rgba(0,0,0,0.15);

    transition: 0.3s ease;

}



.product-card:hover .product-title {

    opacity: 0;

}



.product-overlay {

    position: absolute;

    inset: 0;

    background: rgba(11, 61, 145, 0.92);

    color: #fff;

    padding: 20px;

    opacity: 0;

    visibility: hidden;

    transform: scale(1.05);

    transition: 0.4s ease;

    display: flex;

    flex-direction: column;

    justify-content: center;

    text-align: center;

    z-index: 5;

}



.product-card:hover .product-overlay {

    opacity: 1;

    visibility: visible;

    transform: scale(1);

}



.product-overlay h5 {

    margin-bottom: 10px;

    font-size: 18px;

    font-weight: 700;

}



.product-overlay ul {

    list-style: none;

    padding: 0;

    margin: 0;

}



.product-overlay ul li {

    font-size: 14px;

    line-height: 1.6;

}



.owl-nav button {

    background: var(--color2) !important;

    width: 40px;

    height: 40px;

    border-radius: 50% !important;

    color: #fff !important;

    margin: 0 5px;

    transition: 0.3s ease;

}



.owl-nav button:hover {

    background: var(--color2) !important;

}



.splide__slide {

    overflow: visible !important;

    padding-bottom: 60px;

    height: auto !important;

}



@media (max-width: 768px) {

    .section-title {

        font-size: 24px;

    }



    .product-card img {

        height: 270px;

    }

}



@media (max-width: 350x) {

    .product-card img {

        height: 180px;

    }

}





.homeproduct-splide {

    position: relative;

    padding-bottom: 80px;

}



.homeproduct-splide .splide__arrows {

    position: absolute;

    bottom: 50px;

    left: 50%;

    transform: translateX(-50%);

    display: flex;

    gap: 15px;

}



.homeproduct-splide .splide__arrow {

    width: 45px;

    height: 45px;

    border-radius: 50%;

    background: var(--color2);

    display: flex;

    align-items: center;

    justify-content: center;

    opacity: 1;

    transition: 0.3s ease;

}



.homeproduct-splide .splide__arrow svg {

    fill: #fff;

    width: 18px;

    height: 18px;

}



.homeproduct-splide button.splide__arrow.splide__arrow--next {

    right: -100px;

}



.homeproduct-splide button.splide__arrow.splide__arrow--prev {

    left: -100px;

}



/* Home Why Choose Section */

.homewhychoose {

    padding: 90px 0;

    background: #fff;

}



.why-title {

    font-size: 34px;

    font-weight: 700;

    text-transform: uppercase;

    margin-bottom: 60px;

    color: var(--color2);

}



.why-grid {

    display: flex;

    flex-direction: column;

    border-radius: 30px;

    overflow: hidden;

    box-shadow: -1px 8px 35px rgba(0, 0, 0, 0.15);

}



.why-row {

    display: grid;

    grid-template-columns: 1fr 1fr 1fr;

    gap: 0;

    align-items: stretch;

}



.why-box {

    height: 100%;

}



.why-box img {

    width: 100%;

    height: 100%;

    min-height: 320px;

    object-fit: cover;

    display: block;

}



.why-box.text {

    background: #f8f9fb;

    padding: 30px;

    font-size: 16px;

    line-height: 1.8;

    color: #555;

    display: flex;

    align-items: center;

    justify-content: center;

    height: 100%;

}



.why-box.text p {

    margin: 0;

    font-size: 18px;

    color: #333;

}



.why-box.image img {

    transition: 0.4s ease;

}



@media (max-width: 992px) {

    .why-row {

        grid-template-columns: 1fr;

    }



    .why-box img,

    .why-box.text {

        min-height: auto;

        height: auto;

    }



    .why-title {

        font-size: 24px;

    }

}



/* Home Business */

.homebusiness {

    padding: 20px 0 80px 0;

}



.business-title {

    font-size: 34px;

    font-weight: 700;

    text-transform: uppercase;

    color: var(--color2);

    margin-bottom: 60px;

}



.business-grid {

    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 25px;

}



.business-item {

    background: #fff;

    padding: 16px 40px;

    border-radius: 22px;

    border: 1px solid #e7ebf0;

    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);

    transition: 0.4s ease;

    position: relative;

    overflow: hidden;

}



.business-item::before {

    content: "";

    position: absolute;

    inset: 0;

    border-radius: 22px;

    padding: 1px;

    background: linear-gradient(135deg, rgba(11,61,145,0.18), rgba(11,61,145,0), rgba(11,61,145,0.18));

    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);

    -webkit-mask-composite: xor;

            mask-composite: exclude;

    pointer-events: none;

}



.business-item:hover {

    transform: translateY(-8px);

    box-shadow: 0 18px 40px rgba(0,0,0,0.10);

}



.business-item img {

    width: 100%;

    height: auto;

    object-fit: cover;

    display: block;

    transition: 0.4s ease;

}



@media (max-width: 992px) {

    .business-grid {

        grid-template-columns: repeat(2, 1fr);

    }

}



@media (max-width: 576px) {

    .business-grid {

        grid-template-columns: 1fr;

    }



    .business-title {

        font-size: 24px;

        margin-bottom: 40px;

    }

}



/* ************************** Footer ****************************** */

.site-footer {

    background: linear-gradient(135deg, #0b3d91, #062b66);

    padding: 30px 0 16px;

    color: #fff;

}



.footer-wrap {

    text-align: center;

    max-width: 760px;

    margin: 0 auto;

}



.footer-logo {

    margin-bottom: 30px;

}



.footer-logo img {
    max-width: 250px;
}



.footer-content {

    margin-bottom: 30px;

}



.footer-content p {

    margin: 0 0 6px;

    font-size: 15px;

    line-height: 1.8;

    color: rgba(255, 255, 255, 0.9);

}



.footer-social {

    display: flex;

    justify-content: center;

    align-items: center;

    gap: 14px;

    margin-bottom: 30px;

    flex-wrap: wrap;

}



.footer-social a {

    width: 46px;

    height: 46px;

    border-radius: 50%;

    background: rgba(255,255,255,0.12);

    border: 1px solid rgba(255,255,255,0.15);

    display: flex;

    align-items: center;

    justify-content: center;

    color: #fff;

    font-size: 18px;

    text-decoration: none;

    transition: 0.35s ease;

}



.footer-social a:hover {

    background: #fff;

    color: #0b3d91;

    transform: translateY(-5px);

}



.footer-copy {

    font-size: 14px;

    line-height: 1.8;

    color: rgba(255,255,255,0.75);

    border-top: 1px solid rgba(255,255,255,0.12);

    padding-top: 22px;

}



.footer-copy a {

    color: #fff;

    text-decoration: none;

    font-weight: 600;

}



.footer-copy a:hover {

    text-decoration: underline;

}



@media (max-width: 576px) {

    .site-footer {

        padding: 65px 0 30px;

    }



    .footer-logo img {

        max-width: 150px;

    }



    .footer-content p,

    .footer-copy {

        font-size: 13px;

    }



    .footer-social a {

        width: 42px;

        height: 42px;

        font-size: 16px;

    }

}



/* ********************* Breadcrumb ********************* */



.company-name {

    color: #f8d900;

    font-size: 18px;

    margin-bottom: 20px;

    margin-top: 15px;

    position: relative;

}



@media (max-width: 576px) {

    .company-name {

    font-size: 14px;

}



.bread-current {

    font-size: 16px;

}



.breadcrumbs a {

    font-size: 16px;

}

}



.company-name:before {

    content: "";

    display: inline-block;

    width: 50px;

    border-radius: 80px;

    height: 50px;

    margin-right: 15px;

    background-image: url(images/bannerogo1.png);

    margin-bottom: -10px;

}



/* ********************** Our History ************************* */



/* History */

.company-history {

    background: #ffffff;

    padding: 100px 0;

}



.history-image img {

    width: 570px;

    height: 400px;

    object-fit: contain;

    min-height: 400px;

}



.small-subtitle {

    display: inline-block;

    font-size: 14px;

    font-weight: 600;

    color: var(--color2);

    text-transform: uppercase;

    letter-spacing: 1px;

    margin-bottom: 10px;

}



.section-title {
    font-size: 34px;
    font-weight: 700;
    color: var(--color2);
    margin-bottom: 30px;
    line-height: 1.3;
}



.history-content p {

    font-size: 16px;

    color: #2d2d2d;

    line-height: 1.8;

    margin-bottom: 18px;

}



.history-content strong {

    color: #111;

}



@media (max-width: 991px) {

    .section-title {

        font-size: 30px;

    }



    .history-image img {

        min-height: auto;

    }

}



@media (max-width: 576px) {

    .section-title {

        font-size: 26px;

    }



    .history-content p {

        font-size: 15px;

    }

}



/* Timeline */

.company-timeline{

    background:#f8f9fc;

    overflow:hidden;

    padding:80px 0;

}



.timeline-heading{

    font-size:42px;

    font-weight:700;

    color:var(--color2);

    margin-bottom:15px;

}



.timeline-text{

    max-width:700px;

    margin:0 auto;

    color:#666;

    font-size:16px;

}



.company-timeline{

    padding: 100px 0;

}



.timeline{

    display:flex;

    flex-direction:column;

    position:relative;

    margin-top:60px;

}



.timeline__event{

    display:flex;

    align-items:center;

    width:70%;

    margin:20px auto;

    position:relative;

    border-radius:8px;

}



.timeline__event:nth-child(odd){

    flex-direction:row-reverse;

}



.timeline__event__icon{

    width:70px;

    height:70px;

    min-width:70px;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:26px;

    color:#fff;

    position:relative;

    z-index:2;

    box-shadow:0 10px 30px rgba(0,0,0,0.12);

}

.timeline__event__icon::before {
    content: "";
    position: absolute;
    width: 3px;
    height: 130px;
    background: #003699;
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}


.timeline__event:last-child .timeline__event__icon::before{

    display:none;

}



.timeline__event__date{

    min-width:120px;

    padding:15px 20px;

    color:#fff;

    font-size:20px;

    font-weight:700;

    text-align:center;

}



.timeline__event__content{

    background:#fff;

    padding:25px;

    width:100%;

    box-shadow:0 15px 40px rgba(0,0,0,0.08);

}



.timeline__event__title{

    font-size:22px;

    font-weight:700;

    margin-bottom:10px;

}



.timeline__event__description p {

    margin: 0;

    color: #313131;

    line-height: 1.8;

    font-size: 15px;

}



/* TYPE 1 */

.timeline__event--type1 .timeline__event__icon,

.timeline__event--type1 .timeline__event__date{

    background:#003699;

}



.timeline__event--type1 .timeline__event__title{

    color:#003699;

}



/* TYPE 2 */

.timeline__event--type2 .timeline__event__icon,

.timeline__event--type2 .timeline__event__date{

    background:#1f5fcc;

}



.timeline__event--type2 .timeline__event__title{

    color:#1f5fcc;

}



/* TYPE 3 */

.timeline__event--type3 .timeline__event__icon,

.timeline__event--type3 .timeline__event__date{

    background:#5b8def;

}



.timeline__event--type3 .timeline__event__title{

    color:#5b8def;

}



/* ANIMATION */

.timeline__event{

    opacity:0;

    transform:translateY(40px);

    animation:fadeUp .8s ease forwards;

}



.timeline__event:nth-child(2){animation-delay:.2s;}

.timeline__event:nth-child(3){animation-delay:.4s;}

.timeline__event:nth-child(4){animation-delay:.6s;}

.timeline__event:nth-child(5){animation-delay:.8s;}

.timeline__event:nth-child(6){animation-delay:1s;}

.timeline__event:nth-child(7){animation-delay:1.2s;}



@keyframes fadeUp{

    to{

        opacity:1;

        transform:translateY(0);

    }

}



@media(max-width:991px){



.timeline-heading{

    font-size:34px;

}



.timeline__event{

    width:100%;

    flex-direction:column !important;

    margin-bottom:30px;

}



.timeline__event__icon{

    width:100%;

    border-radius:8px 8px 0 0;

}



.timeline__event__icon::before{

    display:none;

}



.timeline__event__date{

    width:100%;

}



.timeline__event__content{

    border-radius:0 0 8px 8px;

}



}



@media(max-width:576px){



.timeline-heading{

    font-size:28px;

}



.timeline__event__title{

    font-size:20px;

}



.timeline-text{

    font-size:15px;

}



}



/* **************** Chairman's Message ********************* */

.chairman-message{

    background:#ffffff;

    padding: 100px 0;

}



.chairman-image img {

    width: 100%;

    height: 600px;

    object-fit: contain;

    border-radius: 10px;

}



.chairman-content p{

    font-size:16px;

    color:#555;

    line-height:1.8;

    margin-bottom:15px;

}



.chairman-signature{

    font-size:18px;

    color:#111;

    line-height:1.6;

}



.chairman-signature strong{

    font-size:20px;

    color:#003699;

}



@media (max-width:991px){

    .section-title{

        font-size:32px;

    }

}



@media (max-width:576px){

    .section-title{

        font-size:26px;

    }



    .chairman-content p{

        font-size:15px;

    }

}



/* ****************************** About Us ***************************** */

.steel-intro{

    background:#ffffff;

    padding: 100px 0;

}





.steel-intro-content p{

    font-size:16px;

    color:#555;

    line-height:1.8;

    margin-bottom:15px;

}



.steel-intro-content strong{

    color:#003699;

}



.steel-intro img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    border-radius: 20px;

}



@media (max-width:991px){

    .section-title{

        font-size:32px;

    }

}



@media (max-width:576px){

    .section-title{

        font-size:26px;

    }



    .steel-intro-content p{

        font-size:15px;

    }

}



.col-12.intro-img1 {

    width: 630px;

    height: 350px;

    object-fit: contain;

}



.col-6.intro-img2 {

    width: 325px;

    height: 200px;

    object-fit: contain;

}



.col-6.intro-img3 {

    width: 325px;

    height: 200px;

    object-fit: contain;

}



/*  */

.future-plan{

    background:#ffffff;

    padding: 100px 0;

}



.future-image img{

    width:100%;

    height:100%;

    object-fit:cover;

}



.future-content p{

    font-size:16px;

    color:#555;

    line-height:1.8;

    margin-bottom:15px;

}



.future-content strong{

    color:#003699;

}



@media (max-width:991px){

    .section-title{

        font-size:32px;

    }

}



@media (max-width:576px){

    .section-title{

        font-size:26px;

    }



    .future-content p{

        font-size:15px;

    }

}



/* vision mission */

.mission-vision{

    background:#f8f9fc;

}



.mv-card{

    background:#fff;

    padding:30px;

    border-radius:12px;

    box-shadow:0 15px 40px rgba(0,0,0,0.08);

    height:100%;

    border-top:4px solid #003699;

    transition:0.3s ease;

}



.mv-card:hover{

    transform:translateY(-5px);

}



.mv-header{

    display:flex;

    align-items:center;

    gap:12px;

    margin-bottom:18px;

}



.mv-icon{

    width:50px;

    height:50px;

    background:#003699;

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:10px;

    font-size:20px;

    box-shadow:0 10px 25px rgba(0,54,153,0.25);

}



.mv-title{

    font-size:24px;

    font-weight:700;

    color:#111;

    margin:0;

}



.mv-list{

    padding-left:18px;

    margin:0;

}



.mv-list li{

    font-size:16px;

    color:#555;

    line-height:1.8;

    margin-bottom:10px;

}



.mv-card p{

    font-size:16px;

    color:#555;

    line-height:1.8;

    margin-bottom:15px;

}



@media (max-width:991px){

    .section-title{

        font-size:32px;

    }

}



@media (max-width:576px){

    .section-title{

        font-size:26px;

    }



    .mv-card{

        padding:20px;

    }



    .mv-title{

        font-size:20px;

    }



    .mv-card p,

    .mv-list li{

        font-size:15px;

    }



    .mv-icon{

        width:42px;

        height:42px;

        font-size:18px;

    }

}



/* Certificate */

.awards-section{

    background:#f8f9fc;

}



.section-text{

    max-width:700px;

    margin:0 auto;

    color:#666;

    font-size:16px;

}



.certificate-card{

    background:#fff;

    border-radius:12px;

    overflow:hidden;

    box-shadow:0 10px 30px rgba(0,0,0,0.08);

    transition:0.3s ease;

}



.certificate-card:hover{

    transform:translateY(-5px);

}



.cert-img img {

    width: 100%;

    height: 590px;

    object-fit: contain;

    display: block;

}



.cert-content{

    padding:18px 20px;

}



.cert-content h5{

    font-size:18px;

    font-weight:700;

    color:#111;

    margin-bottom:8px;

}



.cert-content p{

    font-size:15px;

    color:#666;

    margin:0;

    line-height:1.6;

}



@media (max-width:991px){

    .section-title{

        font-size:32px;

    }



    .cert-img img{

        height:360px;

    }

}



@media (max-width:576px){

    .section-title{

        font-size:26px;

    }



    .cert-img img{

        height:320px;

    }

}



/* ******************* Our Services ******************* */



.our-services-section{

    padding:90px 0;

    background:#f8fbff;

    overflow:hidden;

}



.services-heading{

    max-width:760px;

    margin:0 auto 60px;

}



.mini-title{

    display:inline-block;

    font-size:14px;

    font-weight:700;

    text-transform:uppercase;

    letter-spacing:1px;

    color:#003699;

    margin-bottom:12px;

    padding:8px 16px;

    background:rgba(0,54,153,0.08);

    border-radius:30px;

}





.section-desc{

    font-size:16px;

    color:#666;

    line-height:1.8;

    margin:0;

}



/* Images */

.services-image-wrap{

    position:relative;

    padding-right:90px;

}



.service-img-main img,

.service-img-small img{

    width:100%;

    border-radius:18px;

    object-fit:cover;

    box-shadow:0 20px 40px rgba(0,0,0,0.08);

}



.service-img-main img {

    width: 65%;

}



.service-img-small{

    position:absolute;

    right:0;

    bottom:35px;

    width:52%;

}



.service-img-small img{

    border:6px solid #fff;

}



/* Boxes */

.services-list{

    display:flex;

    flex-direction:column;

    gap:22px;

}



.service-box{

    display:flex;

    gap:20px;

    padding:24px;

    background:#fff;

    border-radius:18px;

    box-shadow:0 12px 30px rgba(0,0,0,0.05);

    transition:0.35s ease;

}



.service-box:hover{

    transform:translateY(-6px);

    box-shadow:0 18px 40px rgba(0,0,0,0.08);

}



.service-icon{

    min-width:62px;

    height:62px;

    background:#003699;

    color:#fff;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:24px;

}



.service-text h4{

    font-size:20px;

    font-weight:700;

    margin-bottom:8px;

    color:#111;

}



.service-text p{

    margin:0;

    font-size:15px;

    color:#666;

    line-height:1.8;

}





@media(max-width:1199px){



    .section-title{

        font-size:38px;

    }



    .service-img-main img{

        height:470px;

    }



    .service-img-small img{

        height:220px;

    }

}



@media(max-width:991px){



    .our-services-section{

        padding:70px 0;

    }



    .services-image-wrap{

        padding-right:70px;

        margin-bottom:30px;

    }



    .service-img-main img{

        height:440px;

    }



    .service-img-small{

        width:48%;

    }



    .section-title{

        font-size:34px;

    }

}



@media(max-width:767px){



    .services-image-wrap{

        padding-right:0;

    }



    .service-img-small{

        position:relative;

        width:100%;

        right:auto;

        bottom:auto;

        margin-top:20px;

    }



    .service-img-main img,

    .service-img-small img{

        height:auto;

    }



    .section-title{

        font-size:30px;

    }



    .service-box{

        padding:20px;

        gap:15px;

    }



    .service-icon{

        min-width:55px;

        height:55px;

        font-size:20px;

    }



    .service-text h4{

        font-size:18px;

    }

}



@media(max-width:575px){



    .our-services-section{

        padding:55px 0;

    }



    .section-title{

        font-size:26px;

    }



    .section-desc{

        font-size:15px;

    }



    .service-box{

        flex-direction:column;

        text-align:center;

        align-items:center;

    }

}



/*  */



.warehouse-section{

    padding: 100px 0;

    background:#ffffff;

}



.warehouse-image img {

    width: 100%;

    height: 450px;

    object-fit: cover;

    border-radius: 18px;

    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);

}



.warehouse-content{

    padding-left:20px;

}



.warehouse-content .mini-title{

    display:inline-block;

    font-size:13px;

    font-weight:700;

    text-transform:uppercase;

    letter-spacing:1px;

    color:#003699;

    background:rgba(0,54,153,0.08);

    padding:7px 14px;

    border-radius:30px;

    margin-bottom:12px;

}



.warehouse-content p{

    font-size:15.5px;

    line-height:1.8;

    color:#666;

    margin-bottom:16px;

}



.warehouse-content p strong{

    color:#003699;

}



@media(max-width:1199px){



    .warehouse-image img{

        height:470px;

    }



    .warehouse-content .section-title{

        font-size:36px;

    }

}



@media(max-width:991px){



    .warehouse-section{

        padding:70px 0;

    }



    .warehouse-content{

        padding-left:0;

        margin-top:30px;

    }



    .warehouse-image img{

        height:440px;

    }



    .warehouse-content .section-title{

        font-size:32px;

    }

}



@media(max-width:767px){



    .warehouse-image img{

        height:auto;

    }



    .warehouse-content .section-title{

        font-size:28px;

    }



    .warehouse-content p{

        font-size:15px;

    }

}



@media(max-width:575px){



    .warehouse-section{

        padding:55px 0;

    }



    .warehouse-content .section-title{

        font-size:24px;

    }

}



/* ===============================

   LOGISTICS SECTION STYLING

================================= */



.logistics-section{

    padding:90px 0;

    background:#f8fbff;

}



/* IMAGE */

.logistics-image img{

    width:100%;

    height:520px;

    object-fit:cover;

    border-radius:18px;

    box-shadow:0 20px 50px rgba(0,0,0,0.08);

}



/* CONTENT */

.logistics-content{

    padding-left:20px;

}



.logistics-content .mini-title{

    display:inline-block;

    font-size:13px;

    font-weight:700;

    text-transform:uppercase;

    letter-spacing:1px;

    color:#003699;

    background:rgba(0,54,153,0.08);

    padding:7px 14px;

    border-radius:30px;

    margin-bottom:12px;

}



.logistics-content p{

    font-size:15.5px;

    line-height:1.8;

    color:#666;

    margin-bottom:16px;

}



.logistics-content p strong{

    color:#003699;

}



/* Mission Vision Box */

.logistics-mv{

    display:grid;

    grid-template-columns:1fr;

    gap:20px;

    margin-top:25px;

}



.mv-block{

    background:#fff;

    padding:18px 20px;

    border-radius:14px;

    box-shadow:0 10px 25px rgba(0,0,0,0.05);

}



.mv-block h4{

    font-size:18px;

    font-weight:700;

    margin-bottom:10px;

    color:#003699;

}



.mv-block ul{

    margin:0;

    padding-left:18px;

}



.mv-block ul li{

    font-size:14.5px;

    color:#555;

    line-height:1.6;

}



/* ===============================

   RESPONSIVE

================================= */



@media(max-width:1199px){



    .logistics-image img{

        height:470px;

    }



    .logistics-content .section-title{

        font-size:36px;

    }

}



@media(max-width:991px){



    .logistics-section{

        padding:70px 0;

    }



    .logistics-content{

        padding-left:0;

        margin-top:30px;

    }



    .logistics-image img{

        height:440px;

    }



    .logistics-content .section-title{

        font-size:32px;

    }

}



@media(max-width:767px){



    .logistics-image img{

        height:auto;

    }



    .logistics-content .section-title{

        font-size:28px;

    }

}



@media(max-width:575px){



    .logistics-section{

        padding:55px 0;

    }



    .logistics-content .section-title{

        font-size:24px;

    }

}



/* contact form */

#contact-form {

    max-width: 850px;

    margin: auto;

    background: #ffffff;

    padding: 45px;

    border-radius: 18px;

    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);

    border: 1px solid #c8cdd3;

}



#contact-form .form-control{

    width:100%;

    height:56px;

    border:1px solid #dfe7f1;

    border-radius:12px;

    padding:0 18px;

    font-size:15px;

    color:#222;

    background:#fff;

    box-shadow:none;

    transition:all 0.3s ease;

}



#contact-form textarea.form-control{

    min-height:170px;

    padding:16px 18px;

    resize:none;

}



#contact-form .form-control::placeholder{

    color:#8b97a8;

    font-size:14px;

}



#contact-form .form-control:focus{

    border-color:#003699;

    box-shadow:0 0 0 4px rgba(0,54,153,0.08);

    outline:none;

}



#contact-form .mb-3{

    margin-bottom:18px !important;

}



#contact-form .btn{

    border:none;

    background:#003699;

    color:#fff;

    font-size:15px;

    font-weight:600;

    padding:14px 32px;

    border-radius:50px;

    transition:all 0.3s ease;

    display:inline-flex;

    align-items:center;

    gap:10px;

    margin-top:20px;

}



#contact-form .btn:hover{

    background:#002a75;

    transform:translateY(-2px);

    box-shadow:0 12px 25px rgba(0,54,153,0.20);

}



.alert{

    border:none;

    border-radius:12px;

    padding:14px 18px;

    margin-bottom:25px;

    font-size:14px;

}



.alert-success{

    background:#eaf8ef;

    color:#1c6d36;

}



.alert-danger{

    background:#fff0f0;

    color:#b42318;

}



.alert-warning{

    background:#fff8e6;

    color:#9a6700;

}



.py-5{

    padding-top:80px !important;

    padding-bottom:80px !important;

}



@media(max-width:991px){



    #contact-form{

        padding:35px;

    }



    .py-5{

        padding-top:65px !important;

        padding-bottom:65px !important;

    }

}



@media(max-width:767px){



    #contact-form{

        padding:28px 22px;

        border-radius:16px;

    }



    #contact-form .form-control{

        height:52px;

        font-size:14px;

    }



    #contact-form textarea.form-control{

        min-height:150px;

    }



    #contact-form .btn{

        width:100%;

        justify-content:center;

        padding:14px 20px;

    }



    .py-5{

        padding-top:55px !important;

        padding-bottom:55px !important;

    }

}



@media(max-width:575px){

    #contact-form {

        padding: 22px 18px;

        margin-top: 40px;

    }

}



.contact-png img {

    height: 630px;

    width: 520px;

    object-fit: cover;

    border-radius: 20px;

}



form#contact-form h1 {

    font-size: 38px;

    font-weight: 700;

    color: var(--color2);

    margin-bottom: 25px;

    line-height: 1.3;

}



/* map */



.contact-map-section{

    padding:90px 0;

    background:#f8fbff;

}



.contact-map-section .row{

    overflow:hidden;

    border-radius:18px;

    box-shadow:0 20px 60px rgba(0,0,0,0.08);

    background:#fff;

}



.map-wrapper{

    height:100%;

    min-height:560px;

}



.map-wrapper iframe{

    width:100%;

    height:100%;

    min-height:560px;

    border:0;

}



.office-card{

    padding:55px 45px;

    height:100%;

    display:flex;

    flex-direction:column;

    justify-content:center;

}



.office-card .mini-title {

    display: inline-block;

    font-size: 13px;

    font-weight: 700;

    text-transform: uppercase;

    letter-spacing: 1px;

    color: #003699;

    background: rgba(0, 54, 153, 0.08);

    padding: 8px 14px;

    border-radius: 30px;

    margin-bottom: 14px;

    width: 100px;

}



.contact-info-box{

    display:flex;

    flex-direction:column;

    gap:22px;

}



.info-item{

    display:flex;

    align-items:flex-start;

    gap:16px;

}



.info-item .icon{

    width:52px;

    height:52px;

    min-width:52px;

    border-radius:50%;

    background:#003699;

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:18px;

    box-shadow:0 10px 20px rgba(0,54,153,0.18);

}



.info-item .text span{

    display:block;

    font-size:13px;

    font-weight:700;

    color:#003699;

    margin-bottom:4px;

    text-transform:uppercase;

    letter-spacing:0.5px;

}



.info-item .text p{

    margin:0;

    font-size:15px;

    line-height:1.7;

    color:#555;

}



@media(max-width:1199px){



    .office-card .section-title{

        font-size:34px;

    }



    .office-card{

        padding:45px 35px;

    }

}



@media(max-width:991px){



    .contact-map-section{

        padding:70px 0;

    }



    .map-wrapper,

    .map-wrapper iframe{

        min-height:420px;

    }



    .office-card{

        padding:40px 30px;

    }

}



@media(max-width:767px){



    .contact-map-section{

        padding:55px 0;

    }



    .map-wrapper,

    .map-wrapper iframe{

        min-height:320px;

    }



    .office-card{

        padding:30px 22px;

    }



    .office-card .section-title{

        font-size:28px;

        margin-bottom:22px;

    }



    .info-item .icon{

        width:46px;

        height:46px;

        min-width:46px;

        font-size:16px;

    }



    .info-item .text p{

        font-size:14px;

    }

}



@media(max-width:575px){



    .office-card .section-title{

        font-size:24px;

    }

}



/* ******************* Our Product ******************** */

/* =========================

   QUALITY SECTION

========================= */

.quality-section{

    padding:100px 0;

    background:#f8fbff;

    overflow:hidden;

}



.quality-heading{

    max-width:800px;

    margin:0 auto 60px;

}



.mini-title{

    display:inline-block;

    font-size:14px;

    font-weight:700;

    text-transform:uppercase;

    letter-spacing:1px;

    color:#003699;

    background:rgba(0,54,153,0.08);

    padding:8px 18px;

    border-radius:50px;

    margin-bottom:15px;

}



.section-desc{

    font-size:16px;

    color:#666;

    line-height:1.8;

}



.quality-gallery{

    position:relative;

}



.quality-img{

    overflow:hidden;

    border-radius:18px;

    box-shadow:0 20px 50px rgba(0,0,0,0.08);

}



.quality-img img{

    width:100%;

    height:100%;

    object-fit:cover;

    transition:0.5s ease;

}



.quality-img:hover img{

    transform:scale(1.05);

}



.img-large {

    height: 350px;

    margin-bottom: 20px;

}



.quality-small-group{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:20px;

}



.quality-small-group .quality-img{

    height:220px;

}



/* Content */

.quality-content{

    padding-left:20px;

}



.quality-box{

    display:flex;

    gap:18px;

    margin-bottom:28px;

    align-items:flex-start;

}



.q-icon{

    min-width:58px;

    height:58px;

    border-radius:16px;

    background:#003699;

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:22px;

    box-shadow:0 10px 30px rgba(0,54,153,0.18);

}



.q-text h4{

    font-size:20px;

    font-weight:700;

    margin-bottom:8px;

    color:#111;

}



.q-text p{

    font-size:15px;

    line-height:1.8;

    color:#666;

    margin:0;

}



/* Responsive */

@media(max-width:1199px){

    .section-title{

        font-size:36px;

    }



    .img-large{

        height:360px;

    }



    .quality-small-group .quality-img{

        height:180px;

    }

}



@media(max-width:991px){

    .quality-content{

        padding-left:0;

        margin-top:20px;

    }



    .quality-section{

        padding:80px 0;

    }

}



@media(max-width:767px){

    .section-title{

        font-size:30px;

    }



    .quality-small-group{

        grid-template-columns:1fr;

    }



    .quality-small-group .quality-img{

        height:220px;

    }



    .img-large{

        height:280px;

    }



    .quality-box{

        gap:14px;

    }



    .q-icon{

        min-width:50px;

        height:50px;

        font-size:18px;

    }



    .q-text h4{

        font-size:18px;

    }

}



/* trademark */

/* ==========================

   SK500D SECTION

========================== */

.trademark-modern-section{

    padding:100px 0;

    background:#ffffff;

    overflow:hidden;

}



.trademark-top{

    max-width:760px;

    margin:0 auto 70px;

}



.mini-title{

    display:inline-block;

    padding:8px 18px;

    border-radius:50px;

    background:rgba(0,54,153,0.08);

    color:#003699;

    font-size:14px;

    font-weight:700;

    text-transform:uppercase;

    margin-bottom:15px;

}



.section-desc{

    font-size:16px;

    color:#666;

    line-height:1.8;

}



/* Text */

.trademark-text-content{

    padding-right:30px;

}



.content-title{

    font-size:28px;

    font-weight:800;

    margin-bottom:25px;

    color:var(--color2);

    display:flex;

    align-items:center;

    gap:14px;

}



.content-title i{

    width:55px;

    height:55px;

    border-radius:14px;

    background:#003699;

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:22px;

}



.trademark-text-content p{

    font-size:16px;

    line-height:1.9;

    color:#555;

    margin-bottom:20px;

}



/* Image Layout */

.trademark-stack{

    position:relative;

    min-height:560px;

}



.main-photo {

    width: 100%;

    height: 470px;

    overflow: hidden;

    border-radius: 24px;

    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);

}



.main-photo img{

    width:100%;

    height:100%;

    object-fit:cover;

}



.floating-photo{

    position:absolute;

    width:220px;

    height:180px;

    border-radius:20px;

    overflow:hidden;

    box-shadow:0 18px 45px rgba(0,0,0,0.15);

}



.floating-photo img{

    width:100%;

    height:100%;

    object-fit:cover;

}



.photo-one {

    bottom: 60px;

    left: -20px;

}



.photo-two{

    bottom:0;

    right:20px;

}



/* Responsive */

@media(max-width:1199px){

    .section-title{

        font-size:36px;

    }



    .content-title{

        font-size:24px;

    }

}



@media(max-width:991px){

    .trademark-modern-section{

        padding:80px 0;

    }



    .trademark-text-content{

        padding-right:0;

    }



    .trademark-stack{

        min-height:auto;

        margin-top:30px;

    }



    .main-photo{

        height:360px;

    }



    .floating-photo{

        position:relative;

        width:48%;

        height:180px;

        display:inline-block;

        margin-top:20px;

    }



    .photo-one,

    .photo-two{

        display: none;

    }

}



@media(max-width:767px){

    .section-title{

        font-size:30px;

    }



    .content-title{

        font-size:22px;

        flex-direction:column;

        align-items:flex-start;

    }



    .main-photo{

        height:280px;

    }



    .floating-photo{

        width:100%;

        height:200px;

        margin-right:0;

    }



    .photo-one{

        margin-right:0;

    }

}



/* ==========================

   UTS SECTION

========================== */

.uts-section{

    padding:100px 0;

    background:#f8fbff;

    overflow:hidden;

}



/* Image */

.uts-image-wrap{

    position:relative;

}



.uts-main-img{

    height:500px;

    border-radius:24px;

    overflow:hidden;

    box-shadow:0 25px 60px rgba(0,0,0,0.12);

}



.uts-main-img img{

    width:100%;

    height:100%;

    object-fit:cover;

}



.uts-badge{

    position:absolute;

    bottom:30px;

    right:-20px;

    background:#003699;

    color:#fff;

    padding:20px 28px;

    border-radius:18px;

    text-align:center;

    box-shadow:0 20px 40px rgba(0,54,153,0.25);

    display: none;

}



.uts-badge span{

    display:block;

    font-size:13px;

    letter-spacing:1px;

    opacity:0.8;

}



.uts-badge strong{

    display:block;

    font-size:26px;

    font-weight:800;

    margin-top:5px;

}



/* Content */

.uts-content{

    padding-left:20px;

}



.mini-title{

    display:inline-block;

    padding:8px 18px;

    border-radius:50px;

    background:rgba(0,54,153,0.08);

    color:#003699;

    font-size:14px;

    font-weight:700;

    text-transform:uppercase;

    margin-bottom:18px;

}



.main-title{

    font-size:38px;

    font-weight:800;

    color:var(--color2);

    margin-bottom:25px;

    display:flex;

    align-items:center;

    gap:15px;

}



.main-title i{

    width:58px;

    height:58px;

    border-radius:16px;

    background:#003699;

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:22px;

}



.uts-content p{

    font-size:16px;

    color:#555;

    line-height:1.9;

    margin-bottom:20px;

}



/* Responsive */

@media(max-width:1199px){

    .main-title{

        font-size:34px;

    }



    .uts-main-img{

        height:430px;

    }

}



@media(max-width:991px){

    .uts-section{

        padding:80px 0;

    }



    .uts-content{

        padding-left:0;

    }



    .uts-main-img{

        height:380px;

    }



    .uts-badge{

        right:20px;

    }

}



@media(max-width:767px){

    .main-title{

        font-size:28px;

        flex-direction:column;

        align-items:flex-start;

    }



    .uts-main-img{

        height:280px;

    }



    .uts-badge{

        position:relative;

        right:auto;

        bottom:auto;

        margin-top:20px;

        display:none;

    }



    .uts-badge strong{

        font-size:22px;

    }



    .uts-content p{

        font-size:15px;

    }

}



/* product posts */

.steel-products{

    padding:90px 0;

    background:#f8f9fb;

}



/* Card */

.steel-product-card{

    background:#fff;

    border-radius:14px;

    overflow:hidden;

    box-shadow:0 10px 25px rgba(0,0,0,0.06);

    transition:0.3s ease;

    height:100%;

}



.steel-product-card:hover{

    transform:translateY(-6px);

    box-shadow:0 18px 40px rgba(0,0,0,0.12);

}



.steel-product-image {

    width: 100%;

    overflow: hidden;

}



.steel-product-image img{

    width:100%;

    height:100%;

    object-fit:cover;

    transition:0.4s ease;

}



.steel-product-card:hover .steel-product-image img{

    transform:scale(1.05);

}



.steel-product-info{

    padding:15px 15px 20px;

    text-align:center;

}



.steel-product-title{

    font-size:17px;

    font-weight:700;

    margin:0;

}



.steel-product-title a{

    text-decoration:none;

    color:var(--color2);

    transition:0.3s;

}



.steel-product-title a:hover{

    color:#003699;

}



/* Responsive */



@media(max-width:576px){

    .steel-product-title{

        font-size:15px;

    }

}



/* post section */

.post-section {

    padding: 60px 0;

}



.post-section .row {

    align-items: flex-start;

}



.post-section {

    padding: 60px 0;

}



.post-section .row {

    align-items: flex-start;

}



.single-post-header {

    margin-bottom: 20px;

}



.single-post-title {

    font-size: 32px;

    font-weight: 700;

    line-height: 1.3;

    color: var(--color2);

}



.single-post-content {

    font-size: 16px;

    line-height: 1.8;

    color: #555;

}



.single-post-content p {

    margin-bottom: 15px;

}



.single-featured-image {

    margin-top: 25px;

    overflow: hidden;

    border-radius: 12px;

}



.single-featured-image img {

    width: 100%;

    height: auto;

    display: block;

    transition: transform 0.4s ease;

}



.single-gallery {

    margin-top: 40px;

}



.single-gallery-title {

    font-size: 20px;

    font-weight: 600;

    margin-bottom: 20px;

    color: #222;

}



.single-gallery-grid {

    margin: 0 -8px;

}



.single-gallery-item {

    padding: 8px;

}



.single-gallery-img {

    width: 100%;

    height: 180px;

    object-fit: cover;

    border-radius: 10px;

    transition: transform 0.3s ease, box-shadow 0.3s ease;

}



.single-gallery-item a {

    display: block;

    overflow: hidden;

    border-radius: 10px;

}



.single-gallery-img:hover {

    transform: scale(1.05);

}



.sidebar {

    background: #f8f9fb;

    padding: 20px;

    border-radius: 12px;

}



@media (max-width: 991px) {

    .single-post-title {

        font-size: 26px;

    }



    .single-gallery-img {

        height: 160px;

    }

}



@media (max-width: 576px) {

    .single-post {

        padding: 15px;

    }



    .single-gallery-img {

        height: 140px;

    }

}



.single-post-header {

    margin-bottom: 20px;

}



.single-post-content {

    font-size: 16px;

    line-height: 1.8;

    color: #555;

}



.single-post-content p {

    margin-bottom: 15px;

}



.single-featured-image {

    margin-top: 25px;

    overflow: hidden;

    border-radius: 12px;

}



.single-featured-image img {

    width: 100%;

    height: auto;

    display: block;

    transition: transform 0.4s ease;

}



.single-gallery {

    margin-top: 40px;

}



.single-gallery-title {

    font-size: 20px;

    font-weight: 600;

    margin-bottom: 20px;

    color: #222;

}

.single-gallery-grid {

    margin: 0 -8px;

}



.single-gallery-item {

    padding: 8px;

}



.single-gallery-img {

    width: 100%;

    height: 180px;

    object-fit: cover;

    border-radius: 10px;

    transition: transform 0.3s ease, box-shadow 0.3s ease;

}



.single-gallery-item a {

    display: block;

    overflow: hidden;

    border-radius: 10px;

}



.single-gallery-img:hover {

    transform: scale(1.05);

}



.sidebar {

    background: #f8f9fb;

    padding: 20px;

    border-radius: 12px;

}



@media (max-width: 991px) {

    .single-post-title {

        font-size: 26px;

    }



    .single-gallery-img {

        height: 160px;

    }

}



@media (max-width: 576px) {

    .single-post {

        padding: 15px;

    }



    .single-gallery-img {

        height: 140px;

    }

}



/* Side Bar */

.sidebar {

    background: #fff;

    padding: 40px 30px;

    border-radius: 12px;

    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);

    border: 1px solid #dddddd;

}



.sidebar .widget h2 {

    font-size: 20px;

    font-weight: 700;

    margin-bottom: 20px;

    padding-bottom: 10px;

    border-bottom: 2px solid #eee;

    color: var(--color2);

}



.sidebar .mywidget {

    display: flex;

    align-items: center;

    padding: 12px 0;

    border-bottom: 1px solid #f1f1f1;

    transition: all 0.3s ease;

}



.sidebar .mywidget:last-child {

    border-bottom: none;

}



.sidebar .mywidget:hover {

    transform: translateX(4px);

}



.sidebar .mywidget img {

    width: 100px;

    height: 100px;

    object-fit: cover;

    border-radius: 10px;

    transition: 0.3s ease;

}



.sidebar .mywidget img:hover {

    transform: scale(1.05);

}



.sidebar .mywidget h3 {

    font-size: 15px;

    margin: 0;

    font-weight: 600;

    line-height: 1.4;

}



.sidebar .mywidget h3 a {

    text-decoration: none;

    color: #222;

    transition: 0.3s;

    font-size: 17px;

}



.sidebar .mywidget h3 a:hover {

    color: var(--color2); 

}



.sidebar .col-md-4,

.sidebar .col-md-8 {

    padding: 0;

}



.single-post-title {

    font-size: 28px;

    font-weight: 700;

    margin-bottom: 20px;

}



.single-post-content {

    font-size: 16px;

    line-height: 1.8;

    color: #444;

}



.single-featured-image img{

    border-radius: 20px;

    width: 100%;

    border: 2px solid #00369961;

}



.single-gallery-img {

    border-radius: 8px;

    transition: 0.3s ease;

}



/* Events And activities */

.events-activities-section{

    padding:90px 0;

    background:#f8f9fb;

}



.mini-title{

    display:inline-block;

    font-size:14px;

    font-weight:600;

    color:var(--color2);

    letter-spacing:1px;

    text-transform:uppercase;

    margin-bottom:10px;

}



.section-desc{

    max-width:680px;

    margin:0 auto;

    color:#666;

    font-size:16px;

    line-height:1.8;

}



.event-modern-card{

    background:#fff;

    border-radius:18px;

    overflow:hidden;

    height:100%;

    border:1px solid #ececec;

    transition:0.35s ease;

}



.event-modern-card:hover{

    transform:translateY(-8px);

    box-shadow:0 18px 40px rgba(0,0,0,0.08);

}



.event-modern-image{

    overflow:hidden;

}



.event-modern-image img{

    width:100%;

    height:260px;

    object-fit:cover;

    transition:0.4s ease;

}



.event-modern-card:hover .event-modern-image img{

    transform:scale(1.08);

}



.event-modern-content{

    padding:25px;

}



.event-modern-date{

    display:inline-block;

    background:#f3f3f3;

    padding:6px 12px;

    border-radius:30px;

    font-size:12px;

    font-weight:600;

    color:#666;

    margin-bottom:15px;

}



.event-modern-title{

    font-size:23px;

    line-height:1.45;

    font-weight:700;

    margin-bottom:18px;

}



.event-modern-title a{

    text-decoration:none;

    color:#111;

}



.event-modern-title a:hover{

    color:var(--color2);

}



.event-arrow-btn{

    display:inline-block;

    font-size:14px;

    font-weight:700;

    text-decoration:none;

    color:var(--color2);

    transition:0.3s;

}



.event-arrow-btn:hover{

    letter-spacing:0.5px;

    color:#111;

}



/* Responsive */

@media(max-width:991px){

    .events-activities-section{

        padding:70px 0;

    }



    .section-title{

        font-size:32px;

    }



    .event-modern-image img{

        height:230px;

    }

}



@media(max-width:767px){

    .section-title{

        font-size:28px;

    }



    .event-modern-title{

        font-size:20px;

    }



    .event-modern-content{

        padding:20px;

    }



    .event-modern-image img{

        height:220px;

    }

}



.event-arrow-btn{

    display:inline-flex;

    align-items:center;

    gap:8px;

    font-size:14px;

    font-weight:700;

    text-decoration:none;

    color:var(--color2);

    transition:0.3s ease;

}



.event-arrow-btn i{

    font-size:13px;

    transition:0.3s ease;

}


.event-arrow-btn:hover{

    color:#111;

}

.event-arrow-btn:hover i{

    transform:translateX(5px);

}


.footer-content a {

    color: #fff;

    text-decoration: none;

}

/* Go top */
#go-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 50px;
    height: 50px;
    background: #111;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
    z-index: 9999;
}

#go-top:hover {
    background: var(--color2);
    transform: translateY(-5px);
}

#go-top i {
    font-size: 20px;
}

@media(max-width:767px){
    .homeproductsection {
    margin-top: 40px;
    }

    .logo-wrapper img {
    width: 150px;
    padding: 10px 0;
}
}

@media(max-width:1200px){
    a.nav-link {
        font-size: 14px;
    }

    ul#menu-main-menu {
        gap: 10px;
    }

    .language-switch li a {
    padding: 10px 8px;
}

.language-switch span {
    font-size: 12px;
}
}

.footer-social a img {
    width: 36px;
    height: 36px;
    transition: 0.3s ease;
}

.footer-social a:hover img {
    transform: scale(1.15);
}

.timeline__event__date {
    position: relative;
    min-width: 130px;
    padding: 15px 20px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    display: inline-block;
    margin-right: 120px;
}

.timeline__event__date::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    width: 120px;
    height: 3px;
    background: #003699;
    transform: translateY(-50%);
}

@media(max-width:992px){
    .timeline__event__date {
    margin-right: 0px;
}

.timeline__event__date::after {
    display: none;
}

}

@media(max-width:1200px){
    .col-6.intro-img2 {
    width: 630px;
    height: auto;
    object-fit: contain;
}

.col-6.intro-img3 {
    width: 630px;
    height: auto;
    object-fit: contain;
}
}

@media (max-width: 767px) {
    .service-img-main {
        text-align: center;
    }

    .service-img-main img {
        display: inline-block;
        margin: 0 auto;
    }
}

div#breadcrumbs span {
    color: #fff;
}

.breadcrumbs a:hover {
    color: #fff;
}