/*
Theme Name: Chip Technologies
Theme URI: 
Description: A clean base theme to use Twitter Boostrap 5 with Wordpress.
Author: MK
Author URI: 
Version: 1.0.0
Text Domain: chip
*/

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Oxanium:wght@200..800&display=swap');
img{
    max-width: 100%;
}
.full{
    width: 100%;
}
h2{
    font-size: 42px;
    position: relative;
    font-family: "Manrope", serif;
    font-weight: 700;
    margin-bottom: 20px;
}
.section h2{
    margin-bottom: 25px; 
}
h3{
    font-family: "Manrope", serif; 
}
.padding-100{
    padding-top: 100px;
    padding-bottom: 100px;
}
.padding-80{
    padding-top: 80px;
    padding-bottom: 80px;
}
body{
    font-family: "Manrope", serif;
    line-height: 1.5;
    font-size: 18px;
    color: rgba(7, 10, 27, .7);
}
.chip-link {
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    text-underline-offset: 3px;
}
a{
    text-decoration: none;
    color: rgba(0, 147, 221, 1);
}
a:hover{
    color: rgba(0, 147, 221, 1);  
}
p{
    margin: 0;
}
h1,h2,h3,h4{
    color: rgba(7, 10, 27, 1);
}

/********** Header Area ********/

.chip-nav-logo-box {
    display: flex;
    justify-content: center;
    align-items: center;
}
.chip-nav-logo-box p{
    padding-left: 10px;
    line-height: 1;
}
.chip-nav-list{
    justify-content: center;
    padding-right: 60px;
}
.chip-nav-btn-box a {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    background: #0093DD;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    padding: 0px 26px;
    border-radius: 40px;
    text-align: center;
}
.chip-header .nav-item a.nav-link {
    font-size: 20px;
    color: #ffffff;
}
.chip-header .nav-item a.nav-link.active{
    font-weight: 600;
}
#main-header {
    position: sticky;
    z-index: 50;
    top: 0;
    width: 100%;
    background: #fff;
    padding: 15px 0px;
}
.chip-nav-logo-box p{
    font-family: "Manrope", serif;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
}
.chip-navbar{
    border-bottom: 0.1px solid #f0eedb4f;
}
.chip-navbar-collapse{
    justify-content: end;
}
.navbar-expand-lg .navbar-nav .nav-link{
    padding: 8px 15px;
}


ul#menu-header-menu {
    display: flex;
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}
#main-header.focused {
    box-shadow: 0px 0px 10px #cecece;
}


ul#menu-header-menu > li > a{
    color: #070A1B !important; 
    opacity: .5;
    font-weight: 500;
    font-size: 18px;
}


#menu-header-menu li.current-menu-item a,ul#menu-header-menu > li > a:hover{
    opacity: 1;
}
ul.sub-menu {
    display: none;
    position: absolute;
    background: #fff;
    box-shadow: 0px 4px 15px #eee;
    padding: 15px;
}
ul.sub-menu li{
    list-style: none;
}
ul.sub-menu li a {
    color: #070A1B !important;
    opacity: .5;
    font-size: 16px;
}
ul.sub-menu li a:hover{
    opacity: 1; 
}
ul.sub-menu li{
    margin: 7px 0px;
}
.menu-item-has-children:hover > ul.sub-menu{
    display: block !important;
}


ul#menu-header-menu > li{
    padding: 0px 25px;
}
.header-right {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.header-phonebox {
    width: 160px;
}
div#str-brain-navbar {
    width: calc(100% - 160px);
    display: flex;
    justify-content: center;
}
.menubox {
    display: flex;
    align-items: center;
}

h1 {
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 25px;
}

.btn.themebtn {
    background: #0093DD;
    color: #fff !important;
    font-size: 20px;
    font-weight: 500;
    height: 55px;
    line-height: 52px;
    padding: 0px 30px;
    border-radius: 30px;
    cursor: pointer;
    outline: none;
    box-shadow: none;
    position: relative;
    transition: all ease-in-out .3s;

}
.theme-buttonbox{
    margin-top: 35px;
}
.btn.themebtn.witharrow:after {
    background-color: #0093DD;
    content: "";
    background-image: url(/wp-content/uploads/2025/02/arrow.svg);
    height: 55px;
    width: 55px;
    border-radius: 50%;
    position: absolute;
    right: -65px;
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
    transition: all ease-in-out .3s;
}

.btn.themebtn:hover{
    background: #2B2B2B!important;
}

.btn.themebtn:hover:after{
    background-color: #2B2B2B; 
    transform: rotate(45deg);
}

.banner-section.section {
    min-height: 500px;
    display: flex;
    align-items: center;
    padding: 60px 0px 70px;
}

.home-partners {
    background: #f6f6f6;
    padding-top: 60px;
    text-align: center;
    padding-bottom: 60px;
}
.partner-innerbox {
    display: flex;
    align-items: center;
    max-width: 1100px;
    margin: auto;
    gap: 50px;
    justify-content: center;
}

.partner-innerbox img {
    max-width: 260px;
    opacity: .7;
}

.themegray{
    background: #f6f6f6;  
}

.home-aboutus .container {
    background: #fff;
    padding: 50px;
    border-radius: 20px;
}

.home-aboutus-left{
    padding-right: 25px;
}
.home-aboutus-right,.home-aboutus-bottom-right{
    padding-left: 30px;
}
.home-aboutus-bottom {
    margin-top: 70px;
}

.home-services {
    padding: 70px 0px;
}
.logo-img-box img {
    max-width: 160px;
}

.home-services-top-headingbox{
    margin-bottom: 10px;
}

.home-services .home-services-rowbox:nth-child(2n+1) .row{
    flex-direction: row-reverse;
}
.home-services-rowbox {
    padding: 80px 0px;
    border-top: 1px solid #ccc;
}

.homeservicebox-1{
    border-top: none;
}

.home-services-rowbox-textbox h3{
    font-weight: 500;
}
.home-services-rowbox-textbox h3 {
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 30px;
}
.homeservice-linkbox {
    margin-top: 30px;
}

.homeservice-linkbox a {
    color: rgba(7, 10, 27, .7) !important;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 20px;
}
.homeservice-linkbox a:hover{
    color: rgba(0, 147, 221, 1)  !important;
}


.footer-top-box {
    padding: 60px 0px 50px;
}
.footerlinkbox h3{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}
.footerlinkbox ul{
    padding-left: 0px;
    margin-bottom: 0px;
}
.footerlinkbox ul li{
    list-style: none;
    margin-bottom: 8px;
}
.footerlinkbox ul li a{
    color: rgba(7, 10, 27,.8);
}
.footerlinkbox ul li a:hover{
    color:rgba(0, 147, 221, 1);
}

.footer-bottom-box {
    text-align: center;
    font-size: 16px;
    border-top: 1px solid #cecece;
    padding: 15px 0px;
}



/************** Contact Us *****************/


.contact-us-main{
    padding-top: 70px;
}

.contact-us-main .container{
    background: #fff;
    border-radius: 20px;
    padding: 40px;
}

.font2{
    font-family: "Oxanium", serif;
}

.wpcf7-text,.wpcf7-email {
    border: 1px solid rgba(210, 210, 210, 1) !important;
    height: 55px;
    outline: none !important;
    box-shadow: none !important;
    font-family: "Oxanium", serif;
}
.wpcf7-textarea{
    font-family: "Oxanium", serif;
    resize: none;
    height: 150px;
    outline: none !important;
    box-shadow: none !important;
}
.form-row{
    margin-bottom: 10px;
}
input.btn.themebtn.formsbt {
    padding: 0px 20px;
    min-width: 200px;
}
.formbtn-box {
    margin-top: 25px;
}
span.wpcf7-not-valid-tip {
    font-size: 12px;
    position: absolute;
    bottom: 3px;
    right: 5px;
}
.contactmain-formbox {
    position: relative;
}
.wpcf7-response-output {
    position: absolute;
    font-size: 14px;
    bottom: -40px;
    width: 100%;
    margin: 0 !important;
    text-align: center;
}
.partner-headingbox {
    margin-bottom: 40px;
}
.contact-infobox{
    margin-top: 30px;
}
.contact-infobox-row {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 15px;
}
.contact-infobox-row a{
    color: rgba(7, 10, 27, .7);
}
.home-partners.contact-partners {
    padding: 80px 0px;
}

.inner-banner-section h1{
    font-size: 36px;
    position: relative;
}
.inner-banner-section h1:after{
    content: "";
    position: absolute;
}
.banner-right-img-box img {
    max-width: 460px;
}
.banner-right {
    display: flex;
    justify-content: flex-end;
}



/************** ABout Us *****************/

.section.aboutus-main {
    padding-top: 70px;
}

.section.aboutus-main .container{
    background: #fff;
    padding: 60px;
    border-radius: 20px;
}

@media screen and (min-width: 1300px) {

    .home-services .container {
        max-width: 1200px;
    } 
    .section.aboutus-main .container,.footer-chipbox .container,.min-container{
        max-width: 1200px;
    }
}

.aboutus-rightbox {
    padding-left: 50px;
}
.tomcontactbox{
    font-weight: 600;
    color: #000;
}
.about-service-box {
    margin-top: 40px;
}
.homeservice-infobox {
    font-size: 16px;
}
.about-service-box-inner h3{
    margin: 10px 0px;
}
.about-service-box-inner h3 {
    margin: 20px 0px 15px;
    font-size: 26px;
}

.footer-chipbox .container {
    background: #fff;
    padding: 50px;
    border-radius: 20px;
}
.footer-chipbox.section {
    padding-top: 30px;
    padding-bottom: 70px;
}
.footerchip-right {
    display: flex;
    justify-content: center;
    align-items: center;
}


/**************** Partner PAGE CSS ****************/

.commonpadding{
    padding: 70px 0px;
}
.partner-box-outer {
    padding: 50px;
    background: #fff;
    margin-bottom: 35px;
    border-radius: 15px;
}
.partner-logobox {
    display: flex;
    justify-content: center;
}

.partnerbox .partner-box-outer:nth-child(2n) .row{
    flex-direction: row-reverse;
}

.service-main-section .container{
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    max-width: 1200px;
}
.servicetop-leftbox {
    text-align: center;
}
.service-main-midd {
    max-width: 900px;
    margin: auto;
    text-align: center;
    margin-top: 40px;
}

.service-main-services {
    margin-top: 60px;
    text-align: center;
}
.serviceavailble-outer {
    margin-top: 25px;
}
.serviceavailble-inner h3 {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 22px;
}

.footer-chipbox.section.servicechip{
    padding-top: 0px;
}

.container.whitebg{
    background: #fff;
    border-radius: 15px;
    padding: 30px;
}

.service-info-main .container {
    padding: 50px;
}

.details-leftbox {
    padding-right: 30px;
}





button.menuopener-btn {
    background: transparent;
    border: none;
    padding: 0px;
}

button.menuopener-btn:before {
    content: "MENU";
    display: block;
    font-family: "Oxanium", serif;
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: #003953;
}

button.menuopener-btn span.icon.icon-mobile-menu{
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='42' height='42' fill='none' viewBox='0 0 42 42'%3e%3ccircle cx='21' cy='21' r='16' fill='%230093DD'/%3e%3cg stroke='%23003953' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' clip-path='url(%23a)'%3e%3cpath d='M7 10.5h28M17.5 21H35M10.5 31.5H35'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill='white' d='M0 0h42v42H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center no-repeat;
    background-size: 42px 42px;
    content: "";
    vertical-align: middle;
    display: inline-block;
    width: 42px;
    height: 42px;
}


button.menuopener-btn.active:before {
    content: "CLOSE";
    display: block;
    font-family: "Oxanium", serif;
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: #003953;
}

button.menuopener-btn.active span.icon.icon-mobile-menu{
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='42' height='42' fill='none' viewBox='0 0 42 42'%3e%3ccircle cx='21' cy='21' r='16' fill='%230093DD'/%3e%3cg stroke='%23003953' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' clip-path='url(%23a)'%3e%3cpath d='m31.5 10.5-21 21M10.5 10.5l21 21'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill='white' d='M0 0h42v42H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center no-repeat;
    background-size: 42px 42px;
    content: "";
    vertical-align: middle;
    display: inline-block;
    width: 42px;
    height: 42px;
}


button.menuopener-btn {
    background: transparent;
    border: none;
    padding: 0px;
    display: flex;
    align-items: center;
    gap: 6px;
    text-decoration: none !important;
}


.mobile-menuitems-box.active {
    display: flex !important;
    position: fixed;
    background: #F6f6f6;
    width: 100%;
    height: 100%;
    left: 0;
    top: 99px;
    font-family: "Oxanium", serif;
    z-index: 99;
    padding: 35px 30px;
}
.mobile-menuitems-box a{
    font-size: 24px;
}
.mobile-menuitems-box a {
    font-size: 24px;
    color: #000 !important;
    text-decoration: none;
}
.mobile-menuitems-box li{
    margin-bottom: 20px;
    list-style:none;
}
ul#menu-mobile-menu {
    padding-left: 0px;
}

.mobile-menuitems-box li.current-menu-item a{
    text-decoration: underline;
    color: #0093DD !important;
}

ul#menu-header-menu-1 {
    padding-left: 0px;
}

.mobile-menu-btn a.btn.themebtn {
    font-size: 20px !important;
}

.chip-nav-btn-box-head a.btn.themebtn{
    font-size: 18px;
}
.footer-contact-info a{
    color: rgba(7, 10, 27,.8);
}
.partner-box-outer:last-of-type {
    margin-bottom: 0px;
}


























