*{ padding: 0%; margin: 0%; box-sizing: border-box; } :root { --primary: #2baae1; --secondary: #270666; --accent: #f5b301; } html{ height: auto; } body{ font-family: "Poppins", sans-serif !important; height: auto; } a{ text-decoration: none !important; } h1, h2, h3, h4, h5, h6{ font-family: "Poppins", sans-serif !important; font-weight: 700; } .container{ max-width: 1300px !important; } .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{ padding-right: 15px; padding-left: 15px; } figure{ margin: 0px !important; padding: 0px !important; display: block !important; } .image-anime{ position: relative; overflow: hidden; &::after{ content: ""; position: absolute; width: 200%; height: 0%; left: 50%; top: 50%; background-color: rgba(255,255,255,.3); transform: translate(-50%,-50%) rotate(-45deg); z-index: 1; } &:hover{ &::after{ height: 250%; transition: all 600ms linear; background-color: transparent; } } } .reveal{ position: relative; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; visibility: inherit; overflow: hidden; img{ height: 100%; width: 100%; -o-object-fit: cover; object-fit: cover; -webkit-transform-origin: left; transform-origin: left; } } .active_menu{ color: #2baae1 !important; position: relative; &::before{ position: absolute; content: ''; width: 100% !important; height: 2px; bottom: 0%; left: 0%; background-color: #2baae1 !important; } } .cm-btn { position: relative; background: #25a8e0; color: #fff; padding: 15px 25px; text-align: center; margin: 0; border: 0 solid transparent; cursor: pointer; display: inline-block; white-space: nowrap; min-width: 150px; height: auto; font-size: 18px; font-weight: 500; line-height: 100%; text-transform: inherit; letter-spacing: 0; -webkit-border-radius: 0px; border-radius: 0px; -webkit-box-shadow: none; box-shadow: none; text-transform: capitalize; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; overflow: hidden; z-index: 1; border-radius: 10px; } .cm-btn:before { background-color: transparent; display: block; position: absolute; left: 0; top: 0; height: 100%; width: 0; z-index: -1; content: ""; -webkit-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; } .cm-btn:hover:before { background-color: #25a8e0; bottom: 0; top: auto; width: 100%; opacity: 1; } .cm-btn:hover { color: #ffffff; -webkit-box-shadow: 4px 5px 0 #0005; box-shadow: 4px 5px 0 #0005; -webkit-box-shadow: 7px 10px 15px #0004; box-shadow: 7px 10px 15px #0004; -webkit-transform: translateY(-2px); -ms-transform: translateY(-2px); transform: translateY(-2px); } .section_title{ position: relative; z-index: 5; h3{ display: inline-block; position: relative; font-size: 19px; font-weight: 700; line-height: normal; letter-spacing: 0.2em; text-transform: uppercase; color: #2baae1; padding-left: 43px; margin-bottom: 15px; &::before{ position: absolute; content: ''; height: 3px; width: 35px; top: 50%; left: 0; transform: translateY(-50%); background-color: #2baae1; // background: url(../images/favicon.png) no-repeat; // background-position: left center; // background-size: cover; // width: 30px; // height: 25px; // filter: brightness(0) saturate(100%) invert(17%) sepia(94%) saturate(6000%) hue-rotate(350deg) brightness(95%) contrast(105%); } } h2{ position: relative; font-size: 50px; font-weight: 700; line-height: 1.2em; letter-spacing: -0.01em; color: #000; margin-bottom: 0; text-transform: uppercase; cursor: none; strong{ color: #2baae1; font-weight: 700; } } p{ margin-top: 20px; margin-bottom: 0; color: #434446; font-size: 16px; } } // /* animate-text */ .char { display: inline-block; opacity: 0; transform: translateX(-80px); } /* Animation trigger */ .animate .char { animation: ltrAnimation 0.6s ease forwards; animation-delay: calc(var(--char-index) * 0.02s); } @keyframes ltrAnimation { to { opacity: 1; transform: translateX(0); } } // animate-text End .btn-default { position: relative; display: inline-block; font-size: 16px; font-weight: 600; line-height: 1em; text-transform: capitalize; color: #222; background-color: #2baae1; border-radius: 5px; padding: 4px 40px 4px 4px; border: none; overflow: hidden; transition: all 0.5s ease-in-out; span { position: relative; display: inline-block; font-size: 16px; font-weight: 600; line-height: 1em; background-color: #fff; color: #222; border-radius: 5px; padding: 15px 20px; z-index: 1; transition: all 0.5s ease-in-out; } &::before { content: ''; position: absolute; top: 50%; right: 10px; width: 20px; height: 20px; background: url(../images/arrow-white.svg) no-repeat center; background-size: 20px; transform: translateY(-50%) rotate(0deg); transition: all 0.4s ease-in-out; z-index: 2; } &::after { content: ''; position: absolute; top: 0; right: 0; width: 0%; height: 100%; background: #1d556d; border-radius: 0px; transition: all 0.5s ease-in-out; z-index: 0; } &:hover { &::after { width: 100%; left: 0; right: auto; } &::before { transform: translateY(-50%) rotate(45deg); } span { background-color: #2baae1; color: #FFF; } } } .fixed-icons { position: fixed; bottom: 20%; right: 10px; z-index: 11; margin: 0; padding: 10px 8px; list-style: none; background: rgba(0, 0, 0, 0.1); border-radius: 50px; } .fixed-icons span { width: 30px; height: 30px; position: absolute; right: 10px; top: 14px; color: #fff; border-radius: 50%; width: 50px; height: 50px; float: right; font-size: 25px; } .fixed-icons span:before { font-family: FontAwesome; content: "\f095"; width: 15px; height: 15px; display: block; margin: 13px 15px; -webkit-animation: wiggle 2s infinite; -moz-animation: wiggle 2s infinite; animation: wiggle 2s infinite; } header.fixed-icons li svg { width: 20px; height: 20px; vertical-align: middle; fill: #ffffff; margin-right: 10px; } .fixed-icons .icon { display: inline-block; width: 30px; height: 30px; stroke-width: 0; stroke: currentColor; fill: currentColor; } .fixed-icons .wave { animation: waveIn 1.2s infinite ease-out; transform-origin: 50% 50%; } .fixed-icons .wave-sm { animation-delay: .3s; } .fixed-icons .wave-md { animation-delay: .45s; } .fixed-icons .wave-lg { animation-delay: .6s; } @keyframes waveIn { from { opacity: 0; transform: scale(.3) translate(-20px, 10px); } 50% { transform: translate(0, 0); opacity: 1; } } .fixed-icons li { margin: 0; padding: 0; list-style: none } .fixed-icons li+li { margin-top: 5px } .fixed-icons .link.wp { background-color: #4dc247; margin-bottom: 5px; } .fixed-icons .link.down { background-color: #fff; margin-bottom: 5px; cursor: pointer; } .fixed-icons .link { background-color: #2baae1; border-radius: 100%; margin: 0 auto; font-size: 20px; color: #fff; text-align: center; display: flex; align-items: center; justify-content: center; height: 55px; width: 55px; line-height: 32px; -webkit-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s; } .fixed-icons .link img { width: 90%; margin: 0 auto; border-radius: 50%; } .toggle_dp { position: fixed; height: 48px; width: auto; text-align: center; cursor: pointer; background: #2baae1; bottom: 30%; letter-spacing: 1px; right: -60px; line-height: 45px; padding: 0 20px; transform: rotate(270deg); font-size: 15px; color: #fff; text-transform: uppercase; font-weight: 600; border-radius: 8px 8px 0 0; cursor: pointer; z-index: 999; } .Custome_model .modal-header { background: #2baae1; border-bottom: 1px solid #dee2e636; padding: 15px 25px; border-radius: 20px 20px 0 0; justify-content: space-between; } .Custome_model .modal-content{ border-radius: 70px; } .Custome_model .modal-body { width: 100%; display: inline-block; padding: 25px; background: #f4f4f4; border-radius: 0 0 20px 20px; } .Custome_model .modal-header .modal-title { color: #fff; text-align: center !important; font-size: 21px; } .Custome_model .modal-header .close { color: #ffffff; font-size: 30px; opacity: 10; text-shadow: 0 1px 0 #000000; background-color: transparent; border: none; } .Custome_model .modal-logo img { width: 100%; max-width: 40%; margin: auto; margin-bottom: 0px; } .Custome_model .modal-call { display: flex; flex-direction: row; gap: 15px; } .Custome_model .modal-contact-item { display: flex; align-items: center; /* border-bottom: 1px solid #e3e3e3; */ padding-bottom: 0px; } .Custome_model .icon-box { width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; border: 1px solid #66666624; border-radius: 50%; margin-right: 12px; transition: 0.3s; } .Custome_model .modal-contact-content { display: flex; flex-direction: column; } .Custome_model .modal-contact-content .sub-line { font-size: 14px; color: #1e1e1e; margin: 4px 0 0; text-align: left; } .Custome_model .modal-contact-content .main-line { font-size: 16px; font-weight: 500; margin: 0; color: #000; } .Custome_model .form-sec .form-group { margin: 0 0 15px 0; } .Custome_model .form-sec .form-control { color: #000; width: 100%; height: 55px; border: 1px dotted #b1b1b1; padding-left: 15px; border-radius: 10px; background-color: transparent; } .Custome_model .form-sec textarea.form-control { height: 155px; } .Custome_model .form-sec .form-group .cm-btn { background-color: #2baae1; color: #000; padding: 15px 40px; border-radius: 10px; width: 100%; } .Custome_model .popup-btn .form-group .cm-btn { border-radius: 10px; color: #000; } .Custome_model .cm-btn:hover { background: #2baae1 !important; color: #fff !important; } .topbar{ position: absolute; width: 80%; background: transparent; padding: 10px; left: 50%; transform: translateX(-50%); z-index: 5; .container-fluid{ width: 90%; } .contact_detail{ display: flex; justify-content: space-between; align-items: center; ul{ list-style: none; padding: 0; margin: 0; display: flex; align-items: center; flex-wrap: wrap; gap: 20px; li{ font-size: 16px; color: #FFF; a{ color: inherit; i{ color: #FFF; margin-right: 5px; transition: all 0.3s ease; } &:hover{ i{ transform: scale(1.1); } } } } } } } .Custome_navbar{ position: absolute !important; background: #FFF; width: 80%; left: 50%; top: 40px; transform: translateX(-50%); z-index: 100; border-radius: 30px; // background-color: #FFF !important; // padding: 0px 10px !important; // background-color: #ffffff52; .container-fluid{ width: 90%; } .heder_logo{ width: 90px; // background-color: #000; // padding: 10px; border-radius: 0px; } .navbar-nav{ .nav-item{ margin: auto 10px; .nav-link{ position: relative; color: #000; font-size: 18px; font-weight: 600; text-transform: uppercase; &::before{ position: absolute; content: ''; height: 2px; width: 0%; bottom: 0%; left: 0%; background-color: #2baae1; transition: all 0.3s ease; } } &:hover{ .nav-link{ color: #2baae1; &::before{ width: 100%; } } } .dropdown-icon{ color: #2baae1; } } } .btn-default { position: relative; display: inline-block; font-size: 16px; font-weight: 600; line-height: 1em; text-transform: capitalize; color: #222; background-color: #2baae1; border-radius: 30px; padding: 4px 40px 4px 4px; border: none; overflow: hidden; transition: all 0.5s ease-in-out; cursor: pointer; span { position: relative; display: inline-block; font-size: 16px; font-weight: 600; line-height: 1em; background-color: #fff; color: #222; border-radius: 30px; padding: 10px 15px; z-index: 1; transition: all 0.5s ease-in-out; } &::before { content: ''; position: absolute; top: 50%; right: 10px; width: 20px; height: 20px; background: url(../images/arrow-white.svg) no-repeat center; background-size: 20px; transform: translateY(-50%) rotate(0deg); transition: all 0.4s ease-in-out; z-index: 2; } &::after { content: ''; position: absolute; top: 0; right: 0; width: 0%; height: 100%; background: #123a4b; border-radius: 0px; transition: all 0.5s ease-in-out; z-index: 0; } &:hover { &::after { width: 100%; left: 0; right: auto; } &::before { transform: translateY(-50%) rotate(45deg); } span { background-color: #2baae1; color: #FFF; } } } } .custom-dropdown { position: relative; .dropdown-menu{ position: absolute; top: 100%; left: 0; background: white; list-style: none; padding: 10px 0; border: none; margin: 0; display: none; min-width: 525px; box-shadow: 0 5px 15px rgba(0,0,0,0.1); border-radius: 0px; li{ padding: 5px 20px; a{ text-decoration: none; color: #000; display: block; text-transform: capitalize; } i{ text-decoration: none; color: #333; display: block; } &:hover{ background: #2baae1; a{ color: #FFF; } i{ color: #FFF; } } } } .divider{ height: 1px; background: #ddd; margin: 5px 0; } } /* Submenu parent */ .submenu { position: relative; } /* Submenu hidden by default */ .submenu .sub-menu { position: relative; top: 0; left: 0%; background: #fff; min-width: 350px; list-style: none; padding: 10px 0; display: none; border-radius: 5px; box-shadow: 0 5px 15px rgba(0,0,0,0.1); } .submenu .sub-menu li a{ color: #333 !important; } .submenu .sub-menu li:hover a{ color: #FFF !important; } .submenu-toggle { cursor: pointer; transition: 0.3s; } .submenu.open .submenu-toggle { transform: rotate(90deg); } /* Desktop hover */ @media (min-width: 768px) { .custom-dropdown:hover .dropdown-menu { display: block; } .submenu:hover .sub-menu { display: block; } } /* Mobile support */ @media (max-width: 767px) { .submenu.open > .sub-menu { display: block; position: relative; left: 0; top: 0; box-shadow: none; } } .main_banner{ position: relative; // padding: 150px 0px; background-color: #FFF; background-image: url(../images/banner_bg.jpg); // background-image: url(../images/bannerbgs.png); background-repeat: no-repeat; background-position: center; background-size: cover; height: 100vh; display: flex; align-items: center; justify-content: center; padding-top: 100px; &::before{ position: absolute; content: ''; height: 100%; width: 100%; left: 0%; top: 0%; background-color: #000000a1; } .container-fluid{ width: 100%; } .slider_card2{ width: 80%; margin: 0 auto; background-image: url(../images/bannerbgs.png); background-repeat: no-repeat; background-position: center; background-size: cover; border-radius: 30px; padding: 90px 30px; height: 6; // margin-top: 150px !important; } .sedooo{ position: relative; overflow: hidden; &::after{ position: absolute; content: ''; height: 100%; width: 100%; left: 0%; top: 0%; // background-image: linear-gradient(to right, rgb(248, 248, 248) , rgba(253, 253, 253, 0.062)); // background: linear-gradient(to right, rgb(248 248 248), rgb(253 253 253 / 65%), rgb(255 255 255 / 0%)); } } .section_title{ h3{ color: #000; } h1{ position: relative; font-size: 50px; font-weight: 700; line-height: 1.2em; letter-spacing: -0.01em; color: #000; margin-bottom: 0; text-transform: uppercase; // padding-left: 20px; cursor: none; strong{ color: #2baae1; font-weight: 700; } } p{ color: #000; font-size: 18px; } .btn-default{ margin-top: 40px; &::after { background: #FFF; } &:hover{ &::before { filter: brightness(0) invert(0); } } } } .image_box{ position: relative; overflow: hidden; border-radius: 30px; } } .swiper-button-next, .swiper-button-prev { ::slotted(svg), svg { display: none; } } .swiper-button-next{ background-color: #FFF; border-radius: 5px; margin-right: 30px !important; img{ transform: rotate(45deg); filter: brightness(0) invert(0); } } .swiper-button-prev{ background-color: #FFF; border-radius: 5px; margin-left: 30px !important; img{ transform: rotate(225deg); filter: brightness(0) invert(0); } } .Our_Introduction{ position: relative; padding: 100px 0px; overflow: hidden; .section_title{ position: relative; .btn-default{ margin-top: 30px; } .sub_part{ position: relative; padding: 30px; margin: 30px 0; border-left: 8px solid #2baae1; background-color: #2baae118; .icon_box{ height: 50px; width: 50px; display: flex; align-items: center; justify-content: center; background-color: #2baae1; border-radius: 5px; img{ filter: brightness(0) invert(1); } } h4{ color: #2baae1; font-size: 20px; font-weight: 700; margin: 30px 0px 10px 0px; } p{ color: #000; font-size: 16px; margin-bottom: 0; margin-top: 10px; } } ul{ list-style: square; li{ color: #000; font-size: 16px; margin: 10px 0; } } } .left_part{ position: relative; height: 100%; width: 100%; .round-logo{ position: absolute; width: 180px; height: 180px; top: -20%; left: 0%; z-index: 5; background-color: #FFF; display: flex; align-items: center; justify-content: center; padding: 15px; } .Experience{ position: absolute; bottom: -18%; right: -20%; background-color: #2baae1; width: 250px; padding: 30px; display: flex; flex-direction: column; justify-content: center; align-items: center; img{ width: 70px; margin: 0 auto 10px auto; filter: brightness(0) invert(1); } h3{ color: #FFF; font-size: 50px; font-weight: 700; } p{ color: #FFF; font-size: 18px; font-weight: 500; margin-bottom: 0px; } } .blue-doted{ position: absolute; width: 300px; top: -10%; right: 0%; transform: rotate(90deg); } .Blue_line{ position: absolute; width: 30px; height: 350px; top: 10%; left: 8%; // border-radius: 5px; background-color: #2baae1; } .First_img{ width: 85%; margin-left: auto; border-radius: 0px; overflow: hidden; box-shadow: 8px 8px 0px #2baae1; } } } .Our_Products{ position: relative; padding: 100px 0px; background-image: url(../images/produc-section-bg.jpg); background-position: center; background-repeat: no-repeat; background-size: cover; background-attachment: fixed; &::before{ position: absolute; content: ''; height: 100%; width: 100%; left: 0%; top: 0%; background-color: #0000007e; } .section_title{ margin-bottom: 60px; h3{ color: #FFF; } h2{ color: #FFF; } } .comtain_part{ position: relative; h3{ color: #2baae1; font-size: 38px; font-weight: 700; margin-bottom: 20px; } p{ color: #FFF; font-size: 16px; } .btn-default{ margin-top: 20px; } } .img_part_right{ position: relative; box-shadow: 5px 5px 0px #2baae1; img{ width: 100%; } } .btn-default{ margin-top: 40px; &::after { background: #FFF; } &:hover{ &::before { filter: brightness(0) invert(0); } } } } .Industries_We_Serve{ position: relative; padding: 100px 0px; .section_title{ position: relative; margin-bottom: 60px; } .industry_card{ position: relative; overflow: hidden; border-radius: 10px; img{ height: 100%; width: 100%; } .overlay{ position: absolute; height: 100%; width: 100%; bottom: 0%; left: 0%; background-color: #00000060; display: flex; flex-direction: column-reverse; justify-content: end; align-items: center; padding: 0 30px; transition: all 0.2 ease; h3{ color: #FFF; font-size: 16px; font-weight: 700; text-align: center; } span{ font-size: 40px; line-height: 125%; font-weight: 700; -webkit-text-stroke: 2px #FFF; -webkit-text-fill-color: transparent; } } &:hover{ .overlay{ background-color: #000000b6; } } } } .Global_Presence{ position: relative; padding-top: 100px; } .Mission_Vision{ position: relative; padding: 100px 0px; background-image: url(../images/mission-vision-bg.jpeg); background-position: center; background-repeat: no-repeat; background-size: cover; // background-attachment: fixed; background-color: #000; &::before{ position: absolute; content: ''; height: 100%; width: 100%; left: 0%; top: 0%; background-color: #0000003a; } .Mission_vision_card{ position: relative; // display: flex; // flex-direction: column; // align-items: center; // justify-content: center; // gap: 20px; padding: 25px; .icon_box{ position: relative; height: 70px; width: 70px; // margin-bottom: 30px; // border-radius: 10px; box-shadow: 5px 5px 0px #FFF; padding: 15px; background-color: #2baae1; display: flex; justify-content: center; align-items: center; img{ filter: brightness(0) invert(1); } } h3{ color: #2baae1; font-size: 30px; font-weight: 700; margin-bottom: 0; } p{ color: #FFF; font-size: 18px; margin-bottom: 0px; // text-align: center; margin-bottom: 0; } } .Center_box{ position: relative; .image_one{ position: relative; box-shadow: 5px 5px 0px #2baae1; width: 300px; border: 2px solid #FFF; } } } .Counter_sec{ position: relative; padding: 100px 0px; .section_title{ position: relative; // padding-right: 50px; p{ font-size: 18px; } } .counter_card{ position: relative; display: flex; align-items: center; justify-content: center; flex-direction: column; text-align: center; height: 100%; gap: 10px; padding: 30px; background-color: #2baae12f; .icon_box{ height: 70px; width: 70px; display: flex; align-items: center; justify-content: center; padding: 11px; background-color: #2baae1; box-shadow: 5px 5px 0px #000; img{ width: 100%; filter: brightness(0) invert(1); } } h3{ color: #2baae1; font-size: 50px; // text-shadow: 2px 2px 0px #000; font-weight: 700; margin-bottom: 0px; margin-top: 20px; } p{ font-size: 18px; font-weight: 600; margin-bottom: 0px; margin-top: 0px; } } } .Testimonial_sec{ position: relative; padding: 100px 0; background-color: #2baae11e; background: #2baae11e url(../images/cta-box-bg.png) no-repeat; background-position: right bottom; background-size: auto; .section_title{ // margin-bottom: 40px; } .testimonial_card{ position: relative; margin: 40px 10px 50px 10px; padding: 25px; border: 2px solid #2baae1; background-color: #FFF; box-shadow: 5px 5px 0px #2baae1; height: 90%; .quate{ position: absolute; font-size: 100px; right: 0%; top: 0%; color: #2baae12c; } .top_part{ position: relative; display: flex; align-items: center; gap: 20px; .icon_image{ position: relative; height: 70px; width: 70px; border-radius: 50%; overflow: hidden; border: 1px solid #2baae1; img{ width: 100%; } } h3{ color: #2baae1; font-size: 20px; font-weight: 700; } ul{ list-style: none; margin: 0; padding: 0; display: flex; align-items: center; gap: 5px; li{ i{ color: #ffae00; } } } } .contain_detail{ padding: 20px 0px 0px 0px; p{ color: #000; font-size: 18px; margin-bottom: 0px; } } } .swiper-pagination-bullet-active { background: #2baae1; width: 15px !important; border-radius: 8px !important; opacity: var(--swiper-pagination-bullet-opacity, 1); } } .get_inquery_sec{ position: relative; padding: 100px 0; overflow: hidden; background-color: #f3efef66; .bg_right{ position: absolute; width: 600px; height: 100%; right: 0%; top: 0%; &::before{ position: absolute; content: ''; height: 100%; width: 100%; left: 0%; top: 0%; background-color: #0000007c; } } .get_in_touch{ position: relative; // box-shadow: 2px 5px 15px #74838a31; // background-color: #2baae13d; background-color: rgb(203 234 247); border-top: 5px solid #2baae1; padding: 40px; border-radius: 0px; width: 100%; margin-left: 60px; h3{ position: relative; color: #000; font-size: 35px; font-weight: 700; margin-bottom: 40px; &::after{ position: absolute; content: ''; height: 2px; width: 200px; background-color: #2baae1; bottom: -10px; left: 0%; } } form{ .input_part{ margin: 30px 0px; .input_field{ width: 100%; padding: 10px 20px; // border: 2px solid #2baae1; border: none; box-shadow: 0px 5px 15px #2baae11e; font-size: 18px; outline: none; } .btn-default{ background-color: #000; margin-top: 20px; span{ background-color: #FFF; } &:hover{ span{ background-color: #2baae1; } } } } } } } .client_Logo{ position: relative; padding: 20px; background-color: #2baae171; } .main-footer{ position: relative; background-image: url(../images/footer-bg.jpg); background-position: center; background-repeat: no-repeat; background-size: cover; background-attachment: fixed; padding-top: 20px; &::before{ position: absolute; content: ''; width: 100%; height: 100%; left: 0%; top: 0%; background: #000000b7; } .top_footer{ position: relative; padding: 30px 0px; margin-top: 50px; border-bottom: 1px solid #2baae1; .Footer_logo{ max-width: 150px; background: #FFF; padding: 10px; border-radius: 5px; } ul{ display: flex; list-style: none; align-items: center; justify-content: end; gap: 15px; li{ position: relative; a{ height: 40px; width: 40px; border-radius: 50px; background-color: #2baae1; display: flex; align-items: center; justify-content: center; color: inherit; transition: all 0.5 ease; i{ color: #FFF; font-size: 20px; } } &:hover{ a{ background-color: #FFF; i{ color: #2baae1; } } } } } } .footer_center{ position: relative; padding: 20px 0px; border-bottom: 1px solid #2baae1; h3{ color: #2baae1; font-size: 20px; font-weight: 700; margin-bottom: 20px; } h4{ color: #2baae1; font-size: 19px; font-weight: 700; margin-bottom: 20px; } p{ color: #FFF; font-size: 16px; } ul{ position: relative; list-style: none; padding: 0px; margin: 0px; li{ position: relative; padding-left: 15px; margin: 15px 0; transition: all 0.3s ease; &::before{ position: absolute; content: ''; height: 100%; width: 3px; left: 0%; background: #2baae1; } a{ color: #FFF; text-transform: capitalize; } &:hover{ padding-left: 20px; } } } .Contact_part{ position: relative; display: flex; align-items: center; gap: 20px; margin: 20px 0; .icon_box{ position: relative; height: 40px; width: 40px; border-radius: 50%; background-color: #2baae1; display: flex; align-items: center; justify-content: center; i{ color: #FFF; font-size: 20px; } } .contain{ width: 70%; a{ color: #FFF; } } } } .footer-copyright{ padding: 30px 0px; position: relative; .footer-copyright-text{ text-align: center; p{ color: #FFF; font-size: 16px; margin-bottom: 0px; a{ color: #2baae1; .footer-icon{ vertical-align: middle; width: 25px; filter: brightness(0) invert(1); } } } } } } .Comman_banner{ position: relative; padding: 280px 0px 150px 0; // background-image: url(../images/about-page-banner-3.jpg); background: linear-gradient(to right, rgba(0, 0, 0, 0.623) 40%, rgba(0,0,0,0.2)), url(../images/produc-section-bg.jpg) center/cover; background-position: center; background-repeat: no-repeat; background-size: cover; // background-attachment: fixed; &::before{ position: absolute; content: ''; width: 100%; height: 100%; left: 0%; top: 0%; // background-color: #000000b2; } .section_title{ position: relative; h1{ color: #FFF; font-size: 55px; font-weight: 700; margin-bottom: 10px; text-transform: capitalize; } ul{ list-style: none; padding: 0px; margin: 0px; display: flex; align-items: center; flex-wrap: wrap; gap: 10px; li{ color: #FFF; font-size: 16px; padding-left: 20px; position: relative; a{ color: inherit; i{ color: #FFF; margin-right: 5px; transition: all 0.3s ease; } } &::before{ position: absolute; content: ''; // color: #FFF; background: #FFF; left: 0%; top: 0%; width: 3px; height: 100%; transform: rotate(-20deg); } &:hover{ color: #25a8e0; a{ transform: scale(1.1); color: #25a8e0; i{ color: #25a8e0; } } } &:first-child{ padding-left: 0px; &::before{ display: none; } } } } } } .Corporate_Milestone_sec{ position: relative; padding: 100px 0px; background-image: url(../images/produc-section-bg.jpg); background-size: cover; background-position: center; background-repeat: no-repeat; background-attachment: fixed; &::before{ position: absolute; content: ''; width: 100%; height: 100%; left: 0%; top: 0%; background-color: #000000b2; } // background-color: #25a8e01a; .section_title{ position: relative; h2{ color: #FFF; } } .timeline { position: relative; max-width: 900px; margin: auto; margin-top: 40px; &::before { content: ""; position: absolute; left: 50%; top: 0; width: 4px; height: 100%; background: #25a8e0; transform: translateX(-50%); } .milestone_card { position: relative; width: 50%; padding: 20px 40px; // margin-bottom: 50px; transition: all 0.4s ease; .year { font-size: 24px; font-weight: 700; color: #25a8e0; margin-bottom: 10px; } .content { background: #fff; padding: 20px; border-radius: 15px; box-shadow: 0 10px 30px rgba(0,0,0,0.08); transition: all 0.3s ease; border-left: 5px solid #25a8e0; border-right: 5px solid #25a8e0; h3 { color: #27388e; font-size: 22px; font-weight: 700; margin-bottom: 8px; } p { font-size: 15px; color: #555; } } &::before { content: ""; position: absolute; top: 25px; width: 15px; height: 15px; background: #25a8e0; border-radius: 50%; z-index: 2; } &:nth-child(odd) { left: 0; text-align: right; &::before { right: -8px; } } &:nth-child(even) { left: 50%; &::before { left: -8px; } } &:hover { transform: translateY(-8px); .content { box-shadow: 0 15px 40px rgba(0,0,0,0.15); } } } } } .Our_Philosophy_sec { position: relative; padding: 100px 0; background: #FFF; .section_title { text-align: center; margin-bottom: 60px; h2 { } p { color: #555; margin-top: 10px; } } .philosophy_wrapper { display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 30px; } .philosophy_card { background: #f5f5f5; padding: 30px; border-radius: 20px; position: relative; overflow: hidden; transition: all 0.4s ease; height: 100%; .icon-box{ position: relative; height: 60px; width: 60px; border-radius: 50%; background-color: #25a8e0; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; padding: 10px; img{ width: 100%; height: 100%; filter: brightness(0) invert(1); transition: all 0.4s ease; } } h3 { font-size: 20px; font-weight: 600; margin-bottom: 10px; color: #25a8e0; } p { font-size: 15px; color: #555; } &::before { content: ""; position: absolute; width: 100%; height: 0%; left: 0; bottom: 0; background: #25a8e0; transition: height 0.4s ease; z-index: 0; } &:hover { transform: translateY(-10px); .icon-box{ img{ transform: scale(1.2); } } &::before { height: 100%; } h3, p { color: #fff; position: relative; z-index: 1; } } } } .Director_Profile_sec { position: relative; padding: 100px 0px; .Director_profile_card { position: relative; border-radius: 30px; background-color: #25a8e0; display: flex; flex-direction: column; overflow: hidden; transition: all 0.3s ease; box-shadow: 0px 5px 10px #00000044; .image_box { position: relative; height: 400px; width: 100%; overflow: hidden; img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; // smooth zoom } } .contain_box { padding: 20px; position: relative; h3 { color: #FFF; font-size: 22px; font-weight: 700; } p { color: #FFF; font-size: 16px; margin-bottom: 0%; } .Social_Media { position: absolute; background-color: #FFF; border: 5px solid #25a8e0; height: 60px; width: 60px; border-radius: 50%; display: flex; align-items: center; justify-content: center; right: 20px; top: -30px; .Pluse_icon { position: absolute; z-index: 5; display: flex; align-items: center; justify-content: center; transition: transform 0.3s ease; i { color: #25a8e0; font-size: 30px; } } .Social_icons { position: absolute; height: 0px; width: 100%; display: flex; flex-direction: column; align-items: center; gap: 10px; overflow: hidden; bottom: 0%; padding-top: 5px; transition: height 0.4s ease; a { height: 0px; width: 40px; background-color: #FFF; display: flex; align-items: center; justify-content: center; border-radius: 50%; overflow: hidden; transform: scale(0.5); opacity: 0; transition: all 0.3s ease; } } } } &:hover { .image_box { img { // transform: scale(1.1); } } .contain_box { .Social_Media { .Pluse_icon { transform: rotate(45deg); } .Social_icons { height: 270px; } a { height: 40px; width: 40px; transform: scale(1); opacity: 1; } } } } } } .Mission_Vision_about{ position: relative; padding: 100px 0px; background-image: url(../images/mission-vision-bg-about.jpeg); background-size: cover; background-position: center; background-size: cover; .row{ background-color: #e5f3f9; position: relative; .Mission_vision_card{ position: relative; padding: 15px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 15px; .icon_box{ position: relative; height: 80px; width: 80px; border-radius: 50%; background-color: #000; padding: 15px; img{ width: 100%; filter: brightness(0) invert(1); } } h3{ color: #000; font-size: 30px; font-weight: 700; margin-bottom: 0px; } p{ color: #000; font-size: 16px; margin-bottom: 0px; text-align: center; } } } } .Contact_Page_sec{ position: relative; padding: 80px 0px; .section_title{ position: relative; background-color: #25a8e028; padding: 30px; border-radius: 20px; .Contact_detail{ position: relative; background-color: #25a8e028; margin: 20px 0px; padding: 20px; display: flex; align-items: center; gap: 20px; border-radius: 10px; .icon_box{ position: relative; height: 60px; width: 60px; border-radius: 50%; background-color: #25a8e0; display: flex; align-items: center; justify-content: center; i{ color: #FFF; font-size: 20px; } } .contain{ width: 75%; p{ margin-top: 0px; color: #27388e; font-size: 16px; font-weight: 600; margin-bottom: 0px; a{ color: inherit; } } } } } .Enquery_form{ position: relative; h3{ position: relative; color: #25a8e0; font-size: 45px; font-weight: 700; margin-bottom: 40px; &::after{ position: absolute; content: ''; height: 2px; width: 200px; background-color: #25a8e0; bottom: -10px; left: 0%; } } form{ .form-group{ padding: 10px 0px; label{ color: #27388e; font-size: 18px; font-weight: 700; margin-bottom: 5px; } .input_field{ width: 100%; padding: 10px 20px; border: 2px solid #25a8e0; font-size: 18px; outline: none; } } .btn-default{ margin-top: 30px; } } } } .Address_Page_part{ position: relative; padding: 50px 0px; background-color: #25a8e028; .section_title{ position: relative; .Contact_detail{ position: relative; background-color: #25a8e028; margin: 0px 0px; padding: 20px; display: flex; align-items: center; gap: 20px; border-radius: 10px; height: 100%; .icon_box{ position: relative; height: 60px; width: 60px; border-radius: 50%; background-color: #25a8e0; display: flex; align-items: center; justify-content: center; i{ color: #FFF; font-size: 20px; } } .contain{ width: 75%; p{ margin-top: 0px; color: #27388e; font-size: 16px; font-weight: 600; margin-bottom: 0px; a{ color: inherit; } } } } } } .Blog_Card_sec{ position: relative; padding: 100px 0px; background-color: #33333315; .blog_card{ position: relative; background-color: #FFF; box-shadow: 0px 2px 12px #0000003d; border-radius: 0px; height: 100%; transition: all 0.3s ease; overflow: hidden; padding: 15px; border-radius: 15px; .blog_img{ position: relative; width: 100%; // height: 300px; border-radius: 8px; overflow: hidden; // border-bottom: 10px solid #ffffff8a; img{ width: 100%; height: 100%; object-fit: cover; transition: all 0.3s ease; } } .blog_content{ position: relative; h3{ color: #27388e; font-size: 20px; font-weight: 700; // margin: 20px 20px; margin-top: 20px; } .btn-default{ border-radius: 5px; span{ border-radius: 3px; } } p{ display: -webkit-box; -webkit-line-clamp: 3; /* change this to 2 if you want only 2 lines */ -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; } } &:hover{ // box-shadow: 10px 10px 0px #000000; // background-color: #; // transform: scale(1.05); .blog_img{ img{ transform: scale(1.1); } } } } } .Single_Blog_Page{ position: relative; padding: 100px 0px; .blog_card{ position: relative; background-color: #FFF; border-radius: 0px; height: 100%; transition: all 0.3s ease; overflow: hidden; // padding: 15px; border-radius: 15px; .blog_img{ position: relative; width: 100%; // height: 450px; border-radius: 8px; overflow: hidden; // border-bottom: 10px solid #ffffff8a; img{ width: 100%; height: 100%; object-fit: cover; transition: all 0.3s ease; } } .blog_content{ position: relative; h2{ color: #25a8e0; font-size: 30px; font-weight: 700; // margin: 20px 20px; margin-top: 20px; } p{ text-align: justify; } } } .Right_Part{ .Our_Product_part{ position: relative; background-color: #25a8e015; border-radius: 20px; margin-bottom: 30px; overflow: hidden; h3{ color: #FFF; font-size: 30px; font-weight: 700; padding: 15px 30px; background-color: #27388e; } ul{ padding: 10px 20px 10px 20px; list-style: none; margin: 0px; li{ position: relative; padding-left: 15px; margin: 15px 0; transition: all 0.3s ease; &::before{ position: absolute; content: ''; // color: #FFF; background: #25a8e0; left: 0%; top: 0%; width: 3px; height: 100%; // transform: rotate(-20deg); } a{ color: #27388e; } &:hover{ padding-left: 20px; a{ color: #25a8e0; } } } } } .contact_detail_box{ position: relative; background-color: #25a8e015; border-radius: 20px; // padding: 20px; overflow: hidden; h3{ color: #FFF; font-size: 30px; font-weight: 700; padding: 15px 30px; background-color: #27388e; } p{ display: flex; align-items: center; gap: 10px; color: #27388e; font-size: 18px; font-weight: 600; padding: 5px 20px; margin-top: 10px; a{ color: inherit; width: 80%; } .icon_box{ position: relative; height: 40px; width: 40px; border-radius: 50%; background-color: #25a8e0; display: flex; align-items: center; justify-content: center; font-size: 20px; color: #FFF; } } } } } .Product_detal_Page{ position: relative; padding: 100px 0; .product_details{ position: relative; h3{ color: #25a8e0; font-size: 28px; font-weight: 700; margin-bottom: 20px; } p{ color: #333; font-size: 16px; text-align: justify; } h4{ color: #25a8e0; font-size: 20px; font-weight: 700; margin-bottom: 20px; } } .product_image{ position: sticky; top: 100px; padding: 0 60px; .slider_card{ position: relative; width: 100%; // height: 500px; img{ object-fit: cover; height: 100%; width: 100%; } } } } .Our_Products_Page{ position: relative; padding: 100px 0px; background-color: #eefaff; // background-image: url(../images/produc-section-bg.jpg); // background-position: center; // background-repeat: no-repeat; // background-size: cover; // background-attachment: fixed; // &::before{ // position: absolute; // content: ''; // height: 100%; // width: 100%; // left: 0%; // top: 0%; // background-color: #0000007e; // } .section_title{ margin-bottom: 60px; h3{ color: #2baae1; } h2{ color: #000; } } .comtain_part{ position: relative; h3{ color: #2baae1; font-size: 36px; font-weight: 700; margin-bottom: 20px; } p{ color: #000; font-size: 16px; } .btn-default{ margin-top: 20px; } } .img_part_right{ position: relative; box-shadow: 5px 5px 0px #2baae1; img{ width: 100%; } } } .Gallery_Page_Sec{ position: relative; padding: 100px 0; .section_title{ margin-bottom: 30px; h2{ position: relative; font-size: 30px; font-weight: 700; padding-left: 20px; &::before{ position: absolute; content: ''; height: 100%; width: 5px; left: 0%; top: 0%; background-color: #2baae1; } } } .gallery_item{ position: relative; box-shadow: 5px 5px 0px #2baae1; overflow: hidden; transition: all 0.3s ease; .overlay{ position: absolute; height: 100%; width: 100%; top: 100%; left: 0%; background-color: #00000070; display: flex; align-items: center; justify-content: center; transition: all 0.3s ease; i{ color: #FFF; font-size: 30px; transition: all 0.3s ease; } } &:hover{ .overlay{ top: 0%; } } } } // =================== MACHINERY SECTION ==================== .machinery-section { background: #ffffff; /* White Background */ padding-top: 100px; .machinery-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; } // Individual Machine Card .machine-card { background: #ffffff; border: 1px solid #eef0f3; /* Soft Border */ border-radius: 12px; padding: 35px 25px; text-align: center; position: relative; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.02); transition: all 0.3s ease-in-out; // Circular Icon Box .icon-box { width: 70px; height: 70px; background: #E5F3F9; /* Light Orange Background */ color: #25a8e0; /* Industrial Orange */ border-radius: 50%; font-size: 26px; margin: 0 auto 25px auto; transition: all 0.3s ease-in-out; display: flex; align-items: center; justify-content: center; } h3 { font-size: 20px; color: #1a1a1a; font-weight: 600; margin-bottom: 12px; } // Specification Badge .spec { font-size: 13px; color: #25a8e0; /* Industrial Orange */ background: #E5F3F9; /* Light Orange Background */ padding: 4px 14px; border-radius: 20px; display: inline-block; margin-bottom: 15px; font-weight: 500; } .desc { font-size: 14px; color: #666666; line-height: 1.6; margin-bottom: 20px; } // Quantity Badge at the bottom .qty { font-size: 13px; font-weight: 600; color: #999999; /* Light Muted Gray */ text-transform: uppercase; display: block; border-top: 1px solid #f0f0f0; padding-top: 15px; } // Card Hover Animation & Changes &:hover { transform: translateY(-10px); box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08); border-color: #25a8e0; /* Border turns Orange */ .icon-box { background: #25a8e0; /* Icon Box turns Orange */ color: #ffffff; /* Icon turns White */ } } } } // ==================== TEAM SECTION SCSS ==================== .team-section { background: #ffffff; padding: 100px 0; // Responsive Grid Layout .team-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 30px; } // Individual Team Card .team-card { background: #ffffff; border: 1px solid #eef0f3; border-radius: 12px; overflow: hidden; // इमेज के कोनों को कार्ड के साथ राउंड रखने के लिए box-shadow: 0 5px 15px rgba(0, 0, 0, 0.02); transition: all 0.3s ease-in-out; // Image Wrapper .image-box { width: 100%; height: 280px; overflow: hidden; background: #f1f1f1; img { width: 100%; height: 100%; object-fit: cover; // इमेज को बिना स्ट्रेच किए फिट रखता है transition: all 0.4s ease-in-out; } } // Info Block .member-info { padding: 25px 20px; text-align: center; h3 { font-size: 20px; color: #1a1a1a; font-weight: 600; margin-bottom: 5px; } .designation { font-size: 14px; color: #25a8e0; /* Industrial Orange */ font-weight: 500; display: block; margin-bottom: 15px; } .bio { font-size: 13px; color: #666666; line-height: 1.5; margin-bottom: 20px; } } // Card Hover Effects &:hover { transform: translateY(-10px); box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08); border-color: #eef0f3; // इमेज को थोड़ा ज़ूम करने का इफ़ेक्ट .image-box img { transform: scale(1.05); } } } } // ============================================ // GROUP OF COMPANIES // ============================================ .group-companies-section { position: relative; padding: 110px 0; background: #f6f8fb; overflow: hidden; &::before { content: ""; position: absolute; width: 500px; height: 500px; top: -250px; right: -180px; background: rgba(0, 85, 212, 0.05); border-radius: 50%; filter: blur(10px); pointer-events: none; } &::after { content: ""; position: absolute; width: 400px; height: 400px; bottom: -250px; left: -180px; background: rgba(0, 85, 212, 0.04); border-radius: 50%; filter: blur(10px); pointer-events: none; } .container { position: relative; z-index: 2; max-width: 1320px; margin: 0 auto; padding: 0 20px; } // ======================================== // SECTION HEADING // ======================================== .group-section-heading { max-width: 780px; margin: 0 auto 60px; text-align: center; .section-tag { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 16px; font-size: 13px; font-weight: 700; letter-spacing: 2px; color: #2baae1; text-transform: uppercase; .tag-line { width: 30px; height: 2px; background: #2baae1; display: inline-block; } } h2 { margin: 0 0 18px; font-size: clamp(34px, 4vw, 52px); line-height: 1.12; font-weight: 700; letter-spacing: -1.5px; color: #0b1220; span { color: #2baae1; } } p { max-width: 650px; margin: 0 auto; font-size: 16px; line-height: 1.8; color: #5f6877; } } // ======================================== // COMPANY GRID // ======================================== .companies-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; } // ======================================== // COMPANY CARD // ======================================== .company-card { position: relative; min-height: 460px; padding: 42px 38px; background: #ffffff; border: 1px solid #e8edf3; border-radius: 0px; overflow: hidden; transition: transform 0.45s ease, box-shadow 0.45s ease, border-color 0.45s ease; // ------------------------------------ // NUMBER // ------------------------------------ .company-number { position: absolute; top: 20px; right: 28px; font-size: 65px; line-height: 1; font-weight: 800; color: rgba(0, 85, 212, 0.055); transition: color 0.45s ease, transform 0.45s ease; } // ------------------------------------ // TOP BLUE LINE // ------------------------------------ &::before { content: ""; position: absolute; top: 0; left: 0; width: 0; height: 4px; background: #2baae1; transition: width 0.45s ease; } // ------------------------------------ // BACKGROUND GLOW // ------------------------------------ &::after { content: ""; position: absolute; width: 180px; height: 180px; top: -90px; left: -90px; border-radius: 50%; background: rgba(0, 85, 212, 0.07); filter: blur(5px); opacity: 0; transition: opacity 0.45s ease; } // ==================================== // HOVER // ==================================== &:hover { transform: translateY(-10px); border-color: rgba(0, 85, 212, 0.25); box-shadow: 0 25px 60px rgba(11, 18, 32, 0.10); &::before { width: 100%; } &::after { opacity: 1; } .company-number { color: rgba(0, 85, 212, 0.12); transform: translateY(-5px); } .company-logo { transform: translateY(-5px); img { transform: scale(1.05); } } .company-link { color: #2baae1; gap: 14px; } .card-arrow { opacity: 1; transform: translate(0, 0); } } // ==================================== // LOGO // ==================================== .company-logo { position: relative; z-index: 2; width: 180px; height: 90px; display: flex; align-items: center; justify-content: flex-start; margin-bottom: 30px; transition: transform 0.45s ease; img { max-width: 100%; max-height: 80px; object-fit: contain; transition: transform 0.45s ease; } } // ==================================== // CONTENT // ==================================== .company-content { position: relative; z-index: 2; .company-label { display: inline-block; margin-bottom: 12px; font-size: 10px; font-weight: 700; letter-spacing: 1.8px; color: #2baae1; } h3 { margin: 0 0 15px; font-size: 22px; line-height: 1.3; font-weight: 700; color: #0b1220; } p { margin: 0 0 25px; font-size: 14px; line-height: 1.8; color: #5f6877; } // -------------------------------- // COMPANY LINK // -------------------------------- .company-link { display: inline-flex; align-items: center; gap: 9px; font-size: 13px; font-weight: 700; color: #0b1220; text-decoration: none; transition: color 0.35s ease, gap 0.35s ease; i { font-size: 11px; transition: transform 0.35s ease; } &:hover { i { transform: translateX(3px); } } } } // ==================================== // FLOATING ARROW // ==================================== .card-arrow { position: absolute; right: 25px; bottom: 25px; width: 42px; height: 42px; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: #2baae1; color: #ffffff; font-size: 13px; opacity: 0; transform: translate(10px, 10px); transition: opacity 0.4s ease, transform 0.4s ease; } } } // ============================================ // LARGE TABLET // ============================================ @media (max-width: 1100px) { .group-companies-section { .companies-grid { grid-template-columns: repeat(2, 1fr); } .company-card { &:last-child { grid-column: 1 / -1; max-width: calc(50% - 12.5px); width: 100%; margin: 0 auto; } } } } // ============================================ // TABLET // ============================================ @media (max-width: 768px) { .group-companies-section { padding: 80px 0; .group-section-heading { margin-bottom: 45px; h2 { font-size: 36px; } p { font-size: 15px; } } .companies-grid { grid-template-columns: 1fr; gap: 20px; } .company-card { min-height: auto; padding: 35px 30px; &:last-child { grid-column: auto; max-width: none; } } } } // ============================================ // MOBILE // ============================================ @media (max-width: 575px) { .group-companies-section { padding: 65px 0; .container { padding: 0 15px; } .group-section-heading { margin-bottom: 35px; .section-tag { font-size: 11px; letter-spacing: 1.5px; } h2 { font-size: 30px; letter-spacing: -0.8px; } p { font-size: 14px; line-height: 1.7; } } .company-card { padding: 30px 25px; border-radius: 16px; .company-number { font-size: 50px; top: 15px; right: 20px; } .company-logo { width: 160px; height: 75px; margin-bottom: 25px; img { max-height: 65px; } } .company-content { .company-label { font-size: 9px; } h3 { font-size: 22px; } p { font-size: 13px; line-height: 1.75; } } .card-arrow { display: none; } } } } // ============================================ // CERTIFICATE SECTION // ============================================ .certificate-section { position: relative; padding: 110px 0; background: #f6f8fb; overflow: hidden; // Background decoration &::before { content: ""; position: absolute; width: 500px; height: 500px; top: -280px; right: -180px; background: rgba(0, 85, 212, 0.05); border-radius: 50%; filter: blur(5px); pointer-events: none; } &::after { content: ""; position: absolute; width: 350px; height: 350px; bottom: -200px; left: -150px; background: rgba(0, 85, 212, 0.035); border-radius: 50%; filter: blur(5px); pointer-events: none; } // ======================================== // CONTAINER // ======================================== .certificate-container { position: relative; z-index: 2; max-width: 1250px; margin: 0 auto; padding: 0 20px; } // ======================================== // MAIN WRAPPER // ======================================== .certificate-wrapper { display: grid; grid-template-columns: minmax(400px, 0.4fr) minmax(450px, 1.1fr); align-items: center; gap: 80px; } // ======================================== // CERTIFICATE IMAGE // ======================================== .certificate-image-box { position: relative; padding: 25px; background: #ffffff; border: 1px solid #e5eaf1; border-radius: 18px; box-shadow: 0 20px 50px rgba(11, 18, 32, 0.08); transition: transform 0.45s ease, box-shadow 0.45s ease; &:hover { transform: translateY(-8px); box-shadow: 0 30px 70px rgba(11, 18, 32, 0.13); } .certificate-image { position: relative; overflow: hidden; background: #ffffff; border-radius: 8px; cursor: pointer; &::after { content: ""; position: absolute; inset: 0; background: linear-gradient( 135deg, rgba(0, 85, 212, 0.08), transparent 50% ); opacity: 0; transition: opacity 0.4s ease; pointer-events: none; } &:hover { &::after { opacity: 1; } img { transform: scale(1.025); } } img { display: block; width: 100%; height: auto; object-fit: contain; transition: transform 0.6s ease; } } // View button .certificate-view-btn { position: absolute; left: 50%; bottom: 45px; transform: translate(-50%, 15px); display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 13px 21px; border: 0; border-radius: 50px; background: #2baae1; color: #ffffff; font-size: 12px; font-weight: 600; white-space: nowrap; opacity: 0; cursor: pointer; box-shadow: 0 10px 25px rgba(0, 85, 212, 0.25); transition: opacity 0.35s ease, transform 0.35s ease; i { font-size: 12px; } } &:hover { .certificate-view-btn { opacity: 1; transform: translate(-50%, 0); } } } // ======================================== // CONTENT // ======================================== .certificate-content { .certificate-tag { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 18px; font-size: 12px; font-weight: 700; letter-spacing: 2px; color: #2baae1; span { width: 30px; height: 2px; background: #2baae1; } } .certificate-intro { max-width: 620px; margin: 0 0 35px; font-size: 15px; line-height: 1.85; color: #5f6877; } } // ======================================== // DETAILS // ======================================== .certificate-details { display: flex; flex-direction: column; gap: 17px; margin-bottom: 30px; } .certificate-detail-item { display: flex; align-items: center; gap: 15px; padding: 14px 16px; background: #ffffff; border: 1px solid #e8edf3; border-radius: 12px; transition: border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease; &:hover { border-color: rgba(0, 85, 212, 0.25); transform: translateX(5px); box-shadow: 0 8px 25px rgba(11, 18, 32, 0.05); } .detail-icon { flex-shrink: 0; width: 45px; height: 45px; display: flex; align-items: center; justify-content: center; border-radius: 10px; background: rgba(0, 85, 212, 0.08); color: #2baae1; font-size: 16px; } .detail-text { span { display: block; margin-bottom: 3px; font-size: 10px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; color: #8a93a1; } h4 { margin: 0; font-size: 14px; font-weight: 700; color: #0b1220; } } } // ======================================== // BOTTOM CHECKS // ======================================== .certificate-bottom { display: flex; align-items: center; flex-wrap: wrap; gap: 25px; } .certificate-check { display: flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 600; color: #0b1220; i { color: #2baae1; font-size: 15px; } } } // ============================================ // CERTIFICATE MODAL // ============================================ .certificate-modal { .modal-dialog { max-width: 1100px; } .modal-content { position: relative; padding: 12px; background: transparent; border: 0; border-radius: 14px; overflow: hidden; box-shadow: 0 30px 100px rgba(0, 0, 0, 0.25); } .modal-body { padding: 10px; display: flex; align-items: center; justify-content: center; } .certificate-full-image { display: block; width: 100%; height: auto; max-height: 85vh; object-fit: contain; } .certificate-close { position: absolute; z-index: 10; top: 18px; right: 18px; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; border: 0; border-radius: 50%; background: #2baae1; color: #ffffff; cursor: pointer; font-size: 15px; transition: background 0.3s ease, transform 0.3s ease; &:hover { background: #2baae1; transform: rotate(90deg); } } } // ============================================ // TABLET // ============================================ @media (max-width: 992px) { .certificate-section { padding: 85px 0; .certificate-wrapper { grid-template-columns: 1fr; gap: 55px; max-width: 750px; margin: 0 auto; } .certificate-content { h2 { font-size: 44px; } } } } // ============================================ // MOBILE // ============================================ @media (max-width: 575px) { .certificate-section { padding: 65px 0; .certificate-container { padding: 0 15px; } .certificate-wrapper { gap: 40px; } .certificate-image-box { padding: 15px; border-radius: 14px; .certificate-view-btn { bottom: 25px; padding: 11px 17px; font-size: 11px; opacity: 1; transform: translate(-50%, 0); } } .certificate-content { .certificate-tag { font-size: 10px; letter-spacing: 1.5px; } h2 { font-size: 32px; letter-spacing: -0.8px; } .certificate-intro { font-size: 14px; line-height: 1.75; } } .certificate-detail-item { padding: 12px; .detail-icon { width: 40px; height: 40px; font-size: 14px; } } .certificate-bottom { gap: 15px; } .certificate-check { font-size: 11px; } } } .qr-enquiry-section { padding: 80px 0px; // background: #f6f8fb; height: 100%; .container { // max-width: 500px; margin: auto; } .enquiry-card { background: #f6f8fb; padding: 40px; border-radius: 20px; border: 1px solid #e8edf3; box-shadow: 0 15px 50px rgba(0, 0, 0, 0.06); } .section-title { text-align: center; margin-bottom: 35px; .logo_image_box{ display: flex; justify-content: center; margin-bottom: 20px; img{ width: 150px; } } h2 { font-size: 32px; color: #0b1220; margin-bottom: 10px; font-weight: 700; } p { color: #5f6877; font-size: 15px; } } .form-row { display: flex; flex-wrap: wrap; gap: 20px; } .form-group { width: 100%; &.half { width: calc(50% - 10px); } &.full { width: 100%; } } .form-control { width: 100%; height: 55px; padding: 0 18px; border: 1px solid #dce3eb; border-radius: 10px; font-size: 14px; outline: none; transition: .3s; &:focus { border-color: #0055d4; box-shadow: 0 0 0 4px rgba(0, 85, 212, 0.08); } } textarea.form-control { height: 130px; padding-top: 15px; resize: none; } .submit-btn { width: 100%; height: 55px; border: none; border-radius: 10px; background: #0055d4; color: #fff; font-size: 15px; font-weight: 600; cursor: pointer; transition: .3s; &:hover { background: #0045ad; transform: translateY(-2px); } } @media (max-width: 768px) { .enquiry-card { padding: 25px; } .form-group.half { width: 100%; } .section-title{ .logo_image_box{ img{ width: 100px; } } h2{ font-size: 30px; } } } }