/*
Theme Name: AI Webtech Services 
Author URI: https://www.aiwebtechservices.com/
Version: 1.1
Author: Aiwebtechservices
Description: A theme by aiwebtechservices
*/
:root {
  /* Color Variables: */
--primarycolor:#404040;
--secondarycolor:#5F2DDE;
--tertiarycolor:#F4F2F9;
--fourthcolor: #1D1729; 
  /* Font Variables: */
--primaryfont:"Plus Jakarta Sans", sans-serif;
--secondaryfont:"Inter", sans-serif;
}
*{margin: 0;padding: 0;}
body {margin: 0;padding: 0;background: #fff;font-family: var(--secondaryfont);-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;color:var(--primarycolor);font-weight: 400;font-size: 16px;line-height: 1.85;text-rendering: optimizeLegibility;}
a img {border: none;}
a {color:var(--primarycolor);text-decoration: none !important;transition:0.8s;transition: all 0.8s ease;-moz-transition: all 0.8s ease;-ms-transition: all 0.6s ease;-webkit-transition: all 0.8s ease;-o-transition: all 0.8s ease;}
a:hover {transition:0.8s;text-decoration: none;color: var(--secondarycolor);}
.clear {clear: both;}
.divider {clear: both;border-bottom: 1px solid #ddd;margin: 0 0 1.2rem 0;padding: 20px 0 0 0;}
.alignleft{float:left;margin:0 10px 0 0;}
.alignright{float:right;margin:0 0 0 10px;}
.aligncenter{display:block;margin:0 auto;}

#scroll {position: fixed;right: 10px;bottom: 10px;cursor: pointer;width: 40px;height: 40px;background-color: var(--secondarycolor);text-indent: -9999px;display: none;-webkit-border-radius: 60px;-moz-border-radius: 60px;border-radius: 60px;z-index: 999;}
#scroll span {position: absolute;top: 50%;left: 50%;margin-left: -8px;margin-top: -12px;height: 0;width: 0;border: 8px solid transparent;border-bottom-color: #ffffff;}
#scroll:hover {background-color:var(--secondarycolor);opacity: 1;filter: "alpha(opacity=100)";-ms-filter: "alpha(opacity=100)";}

.inner {width: 1170px;margin: 0 auto;max-width: 100%;}
.overlay {position: absolute;left: 0;right: 0;top: 0;bottom: 0;background-color: #5C2AB5CF;}

.header_area {position:relative;top: 0;left: 0;width: 100%;z-index: 999;transition: background 0.4s, all 0.3s linear;border-bottom: 1px solid rgba(255,255,255,0.2);padding: 1rem 0;}
.header_area .row{align-items:center}

#top-bar{background: var(--secondarycolor);padding:0.6rem 0;}
#top-bar .row{justify-content:space-between;align-items: center;}
#top-bar a, #top-bar p{color: #fff; font-weight: 400;}
#top-bar .pull-right{display: flex;justify-content: end; gap: 1.5rem; -webkit-gap: 1.5rem}
#top-bar .pull-right a{display: flex; align-items: center; gap: 0.6rem; -webkit-gap: 0.6rem;}
#top-bar .pull-right  i{font-size: 21px;}
.fa-phone-alt::before {content: "\f879";}

#logo img{width:300px;}
.site-menu-toggle{display: none;}
h1,h2,h3,h4,h5,h6,  .heading {margin: 0 0 0.6rem 0;color: #000;line-height: 1.2;font-family: var(--primaryfont);font-weight: 700;}
h1 {font-size: 36px;}
h2 {font-size: 40px;}
h3 {font-size: 24px;}
h4 {font-size: 20px;}
h5 {font-size: 18px;}
h6 {font-size: 16px;}
h2 span{font-weight: 400}
.heading{font-size: 21px;display: table !important;}
.menu-bar {text-align: left;width: 30px;}
.menu-bar span {height:2px;background:var(--secondarycolor);display:block;margin-bottom:6px}
.menu-bar span:nth-child(1) {width:17px}
.menu-bar span:nth-child(2) {width:30px}
.menu-bar span:nth-child(3) {width:15px;margin-left:auto;margin-bottom:0}

#scrolleffect {padding-top: 6.25rem; margin-top: -6.25rem;}
.smalltext{text-transform: uppercase;letter-spacing: 5px;display: block;text-align: center}

.btn-primary{padding: 6px 39px;margin:2rem 0 0;display:table;background: var(--secondarycolor);color: #fff;font-weight: 500;border-radius: 6px;font-size: 17px;}
.btn-primary:hover{background:#101010;color:#fff !important; }

.more-btn{overflow:hidden;position:relative;background: #fff;padding: 0.4rem 0.4rem 0.4rem 1.5rem;margin: 2rem 0 0;color: #000;transition: .6s ease-in-out;display: flex;font-size: 16px;width: fit-content;justify-content: center;align-items: center;font-weight: 500;z-index: 1;text-transform: uppercase;border-radius: 45px;min-height: 47px;}
.more-btn:after{content:"\f054";font-family:'Font Awesome 5 Free'; transition:0.5s ease; font-weight:900; margin-left: 13px; width:35px; height:35px; display:flex; align-items:center; justify-content:center;  background:var(--secondarycolor); color:#fff; border-radius:50%; }
.more-btn:hover{color:#fff; background:var(--secondarycolor)}
.more-btn:hover:after{background: #fff; color:  #000; }

#slider{background:url(https://www.aiwebtechservices.com/wp-content/uploads/2025/07/header-bg-image.jpg) no-repeat center;  background-size: cover;  padding:5rem 0 9.5rem; position:relative; z-index:1}
#slider .row{align-items: center}
#slider:before{content:""; position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(107deg, #0D0A12 61%, #180A3C);opacity: 0.90;}
#slider h1{color: #fff;font-size: 52px;line-height: 1.25; }
#slider h1 span{font-weight: 400; font-size: 0.7em;}
#slider p{color: #f1f1f1}
#slider .line{background: var(--secondarycolor); width: 147px; height: 4px;  margin-bottom: 2.2rem;margin-top: 1.3rem;}

.slider-nav{position: absolute; top: 18%; left: -55px;right: -55px; bottom: 0; display: flex; align-items: center ; justify-content: space-between; padding-top: 0rem; z-index: -1;}
.slider-nav .arrow{width: 38px; transition:0.5s ease; height: 38px;font-size: 20px; border-radius: 50%; background: #fff;  border: 1px solid #ccc; cursor: pointer;}
.slider-nav .arrow:hover{border-color: #000; color:var(--secondarycolor); border-color:var(--secondarycolor)}

#logo-section{ padding: 1.7rem 1.4rem 1.7rem; border-radius: 15px; background:url(https://www.aiwebtechservices.com/wp-content/uploads/2025/07/service-bg.jpg) no-repeat center;margin-top: -4rem;z-index: 9;position: relative;margin-bottom: 5rem;background-size: cover;}
#logo-section h2{text-align: center; font-weight: 800; font-size: 26px; margin-bottom: 1.8rem;}
#logo-section .logo-slider {padding-top:1px}
#logo-section .logo-slider .logo{border: 1px solid #e5e5e5; height: 81px; display: flex ; align-items: center; justify-content: center; padding:10px; border-radius: 15px; background: #fff;}

.line{display: table; width: 100px ;height: 3px; background: var(--secondarycolor) ; margin: 1rem 0 1.2rem; }

.wc-block-components-checkout-return-to-cart-button {display:none;}

#about {margin-bottom: 5rem;}
#about .row{align-items: center}
#about .image-box img{width: 100%;image-rendering: smooth; border-radius: 0 100px;}
#about .float-num{width: 220px;padding:  1.8rem 2.5rem; border-radius:0 80px; background: var(--fourthcolor); margin-top:-7rem; position:relative;margin-left: auto; text-align: center; color: #fff;display: flex;flex-direction: column;}
#about .float-num .heading{font-size: 60px; margin-bottom: 0;color: #fff;}
#about .float-num .content{font-size: 18px; line-height: 1.3; font-weight: 500; font-family: var(--primaryfont);text-transform: capitalize;text-align: center;}

p:empty{display: none !important; position: absolute !important;;}
.subheading{color: var(--secondarycolor); text-transform: capitalize; font-weight: 500; font-size: 16px; margin-bottom: 0.5rem; width:fit-content; border:1px solid var(--secondarycolor); padding:2px 15px; border-radius:60px;}

#service-section{background: url(https://www.aiwebtechservices.com/wp-content/uploads/2025/07/service-bg.jpg) no-repeat center; background-size:cover; padding: 4rem 10px 4.5rem;}
#service-section .heading-wrap{margin-bottom: 2.4rem;}
#service-section  .container{position: relative;z-index: 1;}

.s-box{width:100%; background:#fff; border-radius:15px; overflow:hidden; text-align:center; box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;} 
.s-box .content{padding: 0 1.4rem 2rem; }
.s-box p{color: #303030; font-size: 16px; }
.s-box .icon{width: 80px; padding:  0.9rem; border-radius:50%; background: var(--tertiarycolor); margin: -2.5rem auto 1.1rem;border: 4px solid #fff;position: relative;z-index: 1;image-rendering: smooth;}
.s-box h3{margin-bottom: 0.7rem;}
.s-box .btn-primary{margin: 1.2rem auto 0; padding: 6px 25px;font-size: 16px;}

#featers-section{background: var(--fourthcolor); background-size: cover; padding: 4.5rem 0 4.5rem; margin-bottom: 5rem;color: #fff;}
#featers-section .row{align-items: center}
#featers-section h2, #featers-section h3{color: #fff}
#featers-section ul{list-style: none;}
#featers-section li{display: flex; gap: 1rem; -webkit-gap: 1rem; align-items: start; margin-bottom: 4rem;}
#featers-section li .image{background: var(--secondarycolor); border-radius: 50%; padding: 0.7rem; width: 55px;outline:5px solid #ffffff0f; min-width: 55px; transition:0.5s ease}
#featers-section li:hover .image{outline: 10px solid #ffffff0f;}
#featers-section li .image img{width: 100%;}
#featers-section li h3{font-weight: 700;font-size: 23px;}
#featers-section  .center-image{width: 85%; margin:0 auto;filter: contrast(1.12);}
.heading-box{text-align: center; margin-bottom: 2.4rem;}
.heading-box .line{margin: 0 auto 1.2rem}

#counter-section{text-align: center;margin-bottom: 5rem;padding: 0 10px;}
#counter-section .line{margin: 1.5rem auto 1.5rem; width: 180px; height: 4px;}
#counter-section .row{gap: 1.5rem; -webkit-gap: 1.5rem;  margin-top:2.5rem}
#counter-section .progressbar-text{font-size: 45px; color: var(--secondarycolor) !important; font-weight: 800; transition:0.5s ease;}

.c-box{flex: 1 0 200px; border: 1px solid var(--secondarycolor); z-index: 1; overflow: hidden; border-bottom-width:8px; border-radius:25px; padding:1rem; position:relative;}
.c-box .title{font-weight: 500}
.c-box:before{content: ""; position: absolute; right:0; left: 0; bottom: 0; z-index: -1;height: 0%; background: var(--secondarycolor); transition:0.5s ease; }
.c-box:hover .title{color: #fff;}
.c-box:hover:before{height: 100%}
#counter-section .c-box:hover .progressbar-text{color:#fff !important}

#total-score-circle,
#general-score-circle,
#speed-score-circle,
#privacy-score-circle {margin: 0.1em auto; width: 100%;  height: 78px;position: relative;}


#testimonials{padding: 4.5rem 0px;width: 100%;background: #F1ECFE;background-size: cover;}
#testimonials .heading-wrap{margin-bottom: 2rem;}
.testimonial-item{background: #fff; padding: 30px 30px; border-radius: 20px; border: 1px solid #e5e5e5}
.testimonial-item .test-header{display: flex; align-items: center; justify-content: space-between; margin-bottom:0.8rem; position:relative;}
.testimonial-item  .floating-quote{position: absolute; right:0; top:-15px; opacity:0.5 }
.testimonial-item  .quote{width: 90px}
.testimonial-item  h3{font-size: 20px;font-weight: 700;line-height: 1;}
.testimonial-item  .stars{width: 100px; }


#main .buy-now-btn {background:#00AD0D;color:#fff;padding:8px;color:#fff;margin:0 0 10px 0;display:block;border-radius:5px;font-weight:bold;}
#main .buy-now-btn:hover {color:#fff;}
.custom-amount-form {margin:0 0 5px 0;}
.custom-amount-form input {padding:8px;width:130px;margin:0 0 5px 0;}
.custom-amount-form button {cursor:pointer; background:#00AD0D;color:#fff;border:none;padding:8px;border-radius:4px;font-weight:bold;font-family:Inter;font-size:15px;width:120px;}

#rtable { width: 100%; border-collapse: collapse; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); border-radius: 8px; }
#rtable th,#rtable td { padding: 15px 10px; text-align: left; border-bottom: 1px solid #ddd; width: max-content !important;line-height: 1.6;}
#rtable th { background-color: var(--secondarycolor); color: white;text-align: center !important;}
#rtable th:nth-child(1){text-align: left !important;}
#rtable th:nth-child(1){min-width: 250px}
#rtable tr:nth-child(2n) td { background-color: var(--tertiarycolor);}
#rtable td { background-color: white;border: 1px solid #e5e5e5;font-size: 15px;text-align: center;}
#rtable .feature { font-weight: 600;text-align: left;}
#rtable .check { color: green; text-align: center;}
#rtable .cross { color: red; text-align: center;}

.pack-heading{margin:0rem auto 2rem !important; width:fit-content; text-align:center;padding-bottom: 15px !important;}
.pack-heading:before{margin: 0 auto !important; right: 00; width: 110px !important;}

table+.pack-heading{margin:2.5rem auto 2rem !important;}

.stipe-btn{display: flex; background:#0074D4; color:#fff !important; width:100%; padding:7px 10px !important; justify-content: center;font-weight: 600 !important;border-radius: 6px;margin-top: 0.8rem;}

.row-full	{width: 99.335vw;position: relative;margin-left: -49.99vw;left: 50%;}

.column{column-count: 2;margin:25px 0 !important;}
.column3{column-count: 3;}

#service-page .grid{display: grid; grid-template-columns: 63% auto; gap: 1rem 4rem; -webkit-gap: 1rem 4rem;}

#side-bar .side-item{background: var(--tertiarycolor);border-radius:15px; overflow:hidden;margin-bottom: 2.5rem;}
#side-bar .side-item h3{text-align: center; font-size: 25px; background: var(--secondarycolor); padding: 0.8rem;border: none;margin-bottom: 0;color: #fff;}
#side-bar .side-cta{display: flex; flex-direction: column; justify-content: center;overflow: hidden; position: relative;z-index: 1;  align-items: center;background: #000;padding: 5.5rem 10px;margin-top: 3rem;position: relative;background: url(https://www.aiwebtechservices.com/wp-content/uploads/2025/07/cta-bg-1.webp) no-repeat center;background-size: cover;position: sticky;top: 1rem;border-radius: 25px;}
#side-bar .side-cta h3{border-bottom: 0; padding-bottom: 0; font-size: 32px; text-transform: capitalize; color: #fff;text-align: center;margin-top: 0.8rem;margin-bottom: 1rem;font-weight: 700;}
#side-bar .side-cta .sub-title{font-size:18px; font-weight:450; color:#fff; text-transform: uppercase;}
#side-bar .side-cta:before{content: ""; position: absolute; top:0; left: 0; right: 0; bottom: 0; background: #171742de; z-index: -1;}
#side-bar .side-cta .btn-primary{background: var(--secondarycolor); color: #fff; font-size:18px; border-radius:20px}
#side-bar .side-cta .btn-primary:hover{transform: scale(1.05)}

.side-item ul {padding: 0.5rem 1.2rem;}
.side-item ul li {list-style :none;padding: 8px 0px 8px 2rem;/*! display: flex; */list-style-position: inside;
align-items: baseline;position:relative; border-bottom:1px dashed #ccc; transition:0.5s ease; font-size: 17px;}
.side-item ul li:hover {transform:translatex(10px)}
#main .side-item ul li a{color: #000 ;text-decoration:none !important;font-size: 16px;}
.side-item ul li:before{color:var(--secondarycolor);content: "\f061";font-family: "Font Awesome 5 Free"; font-weight: 900;margin-right:0.6rem; position:absolute;left:0.2rem;top:9px; font-size:17px; }
.side-item ul li:last-child{padding-bottom: 0;border-bottom: 0;}

.wc-block-checkout__add-note, #main .wc-block-components-address-form__address_2-toggle, .wp-block-woocommerce-checkout-order-summary-coupon-form-block, #main .wc-block-components-order-summary-item__individual-prices, #main .wc-block-components-order-summary-item__image {display:none;}
#main .wc-block-components-product-name {margin:0}
.wp-block-woocommerce-checkout-order-summary-totals-block {display:none;}
.wc-block-components-checkout-place-order-button {background:#5F2DDE;color:#fff;cursor:pointer;border:none;font-weight:bold;font-family:Inter;font-size:15px;}


#contact-info{gap:1rem 2rem; -webkit-gap:1rem 2rem; -moz-gap:1rem 2rem; margin-bottom: 3.5rem;}
.info-box{flex: 1 0 200px; border:2px dashed #ccc; border-radius:25px; padding:0 0.5rem 1.4rem;text-align: center;margin-top: 2.6rem;background: var(--tertiarycolor);}
.info-box h3{border-bottom: 0 !important;padding-bottom: 0 !important; margin-bottom: 4px;font-weight: 600;margin-bottom: 0.4rem !important;}
.info-box p , .info-box a{margin-bottom:  0 !important; text-align: center !important;  color: var(--primarycolor) !important;}
.info-box a{font-weight: 400 !important;}
.info-box  .icon{width: 80px; height: 80px; margin:-3rem auto 0.8rem; background: var(--secondarycolor); padding: 22px; border-radius: 50%; border: 2px solid #fff;color: #000;}

#form-section{background: var(--tertiarycolor);overflow: hidden;border-radius: 30px;}
#form-section .row > .col-md-6{padding: 0;}
#form-section .row > .col-md-6:nth-child(2){padding: 2rem 1.2rem; }
#form-section .row{align-items: center;}
#form-section  h3{text-align: center ; border-bottom: 0; color: #000; font-size: 23px !important; padding-bottom: 0 !important;font-weight: 700 !important;border-bottom: 0 !important;}
#form-section .line{margin: 1rem auto 1.5rem; background: var(--secondarycolor) }
#form-section #contactform p{margin-bottom: 10px; }
#form-section textarea{height: 110px !important;}
#form-section #contactform input.wpcf7-submit{width: fit-content !important; padding: 2px 35px;height: 45px; background:var(--secondarycolor); border:none;  margin:1.2rem auto 0; color: #fff;font-size: 16px !important;}

#form-section #contactform input , #form-section #contactform select , #form-section #contactform textarea{width: 100%;padding: 13px 20px;background: #fff;border: 1px solid #e5e5e5; margin:6px 0;  transition: 0.5s ease-in-out;-webkit-border-radius: 10px;border-radius: 10px;height: 50px;}

#inner-form{background: var(--tertiarycolor); padding:2rem 1.2rem 0.8rem; border-radius:25px;  position: relative;z-index: 5;max-width: 93%;margin: -3.6rem auto 0;}

.border-box{ padding: 1.8rem 1.1rem 1.8rem;border-radius: 15px;background:var(--tertiarycolor); border:1px solid #e5e5e5}
.page-id-57 .border-box{margin-top: 2.5rem; margin-bottom:2rem; padding: 1.8rem 1.1rem 0.5rem;}

.xdsoft_timepicker{min-width:200px}
#contactform .pickup-date p {width:100%;}
#contactform .pickup-date p span {width:100%;display:block;}
#contactform .pickup-date p span input {width:100%;display:block;-webkit-appearance: none; -moz-appearance: none;text-align:left!important;}
#contactform .pickup-date p input::-webkit-date-and-time-value {text-align: left;width: 100%;}
#contactform .pickup-date p input[type="date"] { display: block; text-align: left;}

#contactform{margin: 0 0 20px 0;line-height: 20px;}
#contactform *{font-size: 15px;color:#595966;font-family: var(--secondaryfont)}
#contactform h3{font-size:26px;text-align: center;}
#contactform i{font-size:26px;}
#contactform p{margin: 0;}
#contactform h2{font-size: 24px;margin:25px 0 15px;font-weight:bolder;border-bottom:1px solid #63C6C1;padding:0 0 8px 0;}
#contactform input{width: 100%;background: #fff;border:0;padding: 10px 20px;margin: 10px 0;height:48px;border-radius:2rem}
#contactform select{width: 100%;background: #FFF;border:0;padding: 10px 20px;height:48px;
	margin: 10px 0;color:#595966;-webkit-border-radius:2rem}
#contactform textarea{width: 100%;height: 125px;background:#fff;border:0;padding: 20px;margin: 10px 0;border-radius:2rem}
#bookingform #contactform textarea , .page-id-57 #contactform textarea, #inner-form #contactform textarea{height:48px;resize:none;padding: 14px 20px;}
#contactform input:focus, #contactform textarea:focus, #contactform select:focus{outline:none;
	color:#000}

#contactform .payment-img{width: 44rem; margin: 1.3rem auto 0; max-width:100%;}

::-webkit-input-placeholder { /* WebKit browsers */color:#595966 !important;opacity: 1;}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */color:#595966 !important;opacity: 1;}
::-moz-placeholder { /* Mozilla Firefox 19+ */color:#595966 !important;opacity: 1;}
:-ms-input-placeholder { /* Internet Explorer 10+ */color:#595966 !important;opacity: 1;}

#contactform input.wpcf7-submit{background: var(--secondarycolor);color: #000;text-transform: uppercase;cursor: pointer;padding: 1rem;border: none;margin:10px auto 0;display: table;width: 250px;transition: 0.6s ease-in-out;border: 1px solid var(--tertiarycolor);height: 48px;-webkit-border-radius: 2rem;padding:0;font-size:18px; font-weight:600;border: none;}
#contactform input.wpcf7-submit:hover{background: #fff;color:var(--tertiarycolor);}
#contactform .wpcf7-spinner{position: absolute; display: none}

textarea, iframe{max-width: 100%;}
.wpcf7-response-output{color:#595959 !important;background:tranparent !important;border:0px !important}
#contactform .wpcf7-not-valid-tip {background: #ffd0d0 !important;color: #000;}

#babyseat p,#returnjourney p{width: 100%;display: flex;align-items:center}
#contactform .wpcf7-radio{display: flex;}
#contactform .wpcf7-list-item{display: flex}
#contactform .wpcf7-list-item label{width: 100%;}
#contactform .wpcf7-radio input{width:unset}

.post {padding: 0 10px;}
.post p {margin-bottom:1rem}
.post p a {font-weight: bold;}
.post a {color: #000;}

.list {margin:0px 0 15px 0px !important;;}
.list li {list-style :none;padding: 0 0px 16px 2.4rem;/*! display: flex; */list-style-position: inside;
align-items: baseline;position:relative;}
.list li:before{color:var(--secondarycolor);content: "\f00c";font-family:'Font Awesome 5 Free';font-weight:900 ; display: flex;align-items: center; justify-content: center; border-radius: 50%;margin-right:0.6rem; width: 26px; height: 26px; position:absolute;left:0rem;top:2px; font-size:12px; border: 1px solid #e4e4e4;background: #fff;}

#floatbtn{position: fixed;right: 0;top: 40%;z-index: 999;}
#floatbtn .more-btn{writing-mode: vertical-rl;border-radius:0;padding:20px 5px;margin:0;float: right;background:var(--tertiarycolor);color:#fff;border:0}
#floatbtn .more-btn:hover{background:var(--secondarycolor)}

#pagetitle {padding: 6.5rem 0 7rem;position: relative;width: 100%;text-align: center;background:url(https://www.aiwebtechservices.com/wp-content/uploads/2025/07/header-bg-image.jpg) no-repeat center;z-index: 1;background-size: cover;float:left;}
#pagetitle:before{content: ""; position: absolute; top: 0 ; bottom: 0; left: 0; right: 0;  z-index: -1;background: #0E0A12D6;}
#pagetitle h1 {color:#fff;text-align: center; margin-bottom: 0;font-size:40px;text-shadow: 0 0 6px #656565;}
#pagetitle p {color:#f1f1f1;text-align: center;font-size: 15px; margin: 0 auto;}
.breadcrumb {list-style: none;max-width: 100%;float: none;font-size: 14px;text-transform: uppercase;color: #000;font-weight: 400;width: fit-content;background: #fff;padding: 16px 39px;box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;position: absolute;bottom: -28px;left: 0;right: 0;margin: 0 auto;border-radius: 53px;}
.breadcrumb a:hover{color:var(--tertiarycolor);}
.breadcrumb>li {display: inline-block;}
.breadcrumb>li+li:before {content: "\f101";padding: 0 5px;color: #fff;font-family:'Font Awesome 5 Free';font-weight:900}
.breadcrumb a{color: #000;}


#main{padding: 4.5rem 0 3.5rem;}
#main p{color:var(--primarycolor);}
#main a{color:var(--secondarycolor)}
#main a:hover{color:var(--primarycolor);}
#main .subhead{color: var(--secondarycolor); text-transform: uppercase; margin-bottom: 0rem; font-weight: 500}
#main h2{font-size: 30px;   line-height: 1.4; position: relative; padding-bottom:1rem;margin-bottom: 1.6rem;text-transform: capitalize;}
#main h2:before{content:""; position: absolute; bottom: 0 ; left: 0; width: 162px; height: 4px; background: var(--secondarycolor);  }
#main .contact-page h2{padding-bottom: 0; margin-bottom: 0.8rem}
#main .contact-page h2:before{display: none}
#main h3{border-bottom:1px dashed #ccc; padding-bottom:10px; margin-bottom: 1.2rem; font-size: 24px;text-transform: capitalize;width: 100%;}
#main p+h3{margin-top: 2.2rem;}
#main b{font-size: 20px; display:table;}

.round-image{border-radius: 30px; width:100%}
.sub-heading{color: var(--secondarycolor) !important; font-size:18px !important; margin-bottom:0.4rem !important;letter-spacing: 1px;}

.widget {padding: 0 1rem;}
.widget h3 {border-bottom: 2px solid var(--primarycolor);padding: 0 0 1rem 0;}
.widget ul li {display:flex;list-style-type:none;margin: 0 0 0.8rem 0;}
.main-widget img{width: 300px; max-width: 90%;margin: 0 auto 2rem;}

#bottom {background: url(https://www.aiwebtechservices.com/wp-content/uploads/2025/07/footer-bg.webp) no-repeat center;color:#454545;font-size: 16px;padding: 5rem 0 0;background-size: cover;position: relative;z-index: 1;background-size: cover;}
#bottom:before{content: ""; position: absolute; top: 0; left: 0; bottom: 0; right: 0; background: #ffffffb2; z-index: -1}
#bottom .grid{display:grid; grid-template-columns:32% auto;gap: 2.6rem 3rem; -webkit-gap: 2.6rem 3rem; -moz-gap: 2.6rem 3rem;}
#bottom a {color: #454545;}
#bottom a:hover {color:var(--secondarycolor);}
#bottom i {color: #fff;margin-right: 0px;}
#bottom .widget h3 {border: none;text-align: left;font-weight: 800;color: #000;font-size: 24px; position:relative;margin-bottom: 1.6rem;}
#bottom .widget h3:before{content: ""; position: absolute; bottom: 0; left: 0; width: 70px; height: 3px;  background: var(--secondarycolor)}
#bottom .widget li {border: none;text-decoration: none;color:#454545;list-style: none;}
#bottom  .main-widget{text-align: center}

#bottom .footer-contact li{line-height:20px;display:flex;margin-bottom: 1.7rem !important;}
#bottom .footer-contact li:before{font-family:'Font Awesome 5 Free';font-weight:900; color: var(--secondarycolor);}
#bottom .footer-contact .address:before {content: "\f3c5"; margin-right: 10px;}
#bottom .footer-contact .phone:before {content: "\f879"; margin-right: 10px;transform: rotate(80deg);}
#bottom .footer-contact .email:before {content: "\f0e0"; margin-right: 10px;}


#footer {clear: both;background:transparent;color: #454545;padding:0px 0 1rem;text-align: center;font-size:15px;margin-top: 2.5rem;}
#footer a {color: #454545;}
#footer a:hover {color:var(--secondarycolor);}


.phone-call {width: 50px;height: 50px;left: 20px;bottom: 20px;background:var(--secondarycolor);position: fixed;text-align: center;color: #ffffff;cursor: pointer;border-radius: 50%;z-index: 99;display: inline-block;line-height: 65px;font-size: 1.6rem;line-height: 50px;animation: shake 1.8s linear infinite alternate;}
.phone-call i{color:#fff;}
.phone-call:before {position: absolute;content: " ";z-index: -1;top: -15px;left: -15px;background-color:var(--secondarycolor);width: 80px;height: 80px;border-radius: 100%;animation-fill-mode: both;-webkit-animation-fill-mode: both;opacity: 0.6;-webkit-animation: pulse 1s ease-out;animation: pulse 1.8s ease-out;-webkit-animation-iteration-count: infinite;animation-iteration-count: infinite;}
.fa-phone-alt::before {content: "\f879";}
@-webkit-keyframes pulse {
    0% {-webkit-transform: scale(0);opacity: 0;}
    25% { -webkit-transform: scale(0.3); opacity: 1; }
    50% {-webkit-transform: scale(0.6);opacity: .6;}
    75% {-webkit-transform: scale(0.9);opacity: .3;}
    100% {-webkit-transform: scale(1);opacity: 0;}
}

@keyframes shake{
    50%{transform:scale(1.1)rotate(90deg)}
}

@keyframes pulse {
    0% {transform: scale(0);opacity: 0;}
    25% {transform: scale(0.3);opacity: 1;}
    50% {transform: scale(0.6);opacity: .6;}
    75% {transform: scale(0.9);opacity: .3;}
    100% {transform: scale(1);opacity: 0;}
}


@media screen and (max-width: 981px) {
body {min-width: 230px;}
.desktoponly {display: none;}
.inner {width: 100%;padding: 0%;}
img.alignleft,
img.alignright {float: none;display: block;margin: 10px auto;}
.site-menu-toggle{display: block;color: var(--secondarycolor);}
.site-navbar{display: none;}

#logo{display:flex;align-items:center;justify-content:space-between}
#logo .site-title{margin: 10px 0;}
#logo img{width: 245px;height: auto;float:left;}


#bottom {width: 100%;display: block;}
.fleft, .fright {float: none;}
    
    #top-bar .pull-right{display: none; }
    #top-bar{text-align: center;padding: 0.5rem 0;}
    
    #slider {text-align: center; padding: 3rem 10px 0; }
    #slider .line{margin: 1.3rem auto 1.5rem;}
    h3{font-size:23px;}
    
    .heading-wrap {text-align: center}
    .heading-wrap .subheading{margin: 0 auto 10px;}
    
    #featers-section .center-image{display: none}
    
    #featers-section li{margin-bottom: 2.5rem}
    #featers-section{padding-bottom: 1.5rem !important;}
    
    .c-box{flex: 1 0 40%;padding: 1rem 5px 1.5rem;}
    
    #bottom {width: 100%;display: block;}
    .fleft, .fright {float: none;}
    .grid{grid-template-columns: 100% !important; }
    .main-widget{display: flex;flex-direction:column;justify-content: center;padding: 0 10px;}
    #rtable { display: block;overflow: scroll;}

}


@media screen and (min-width: 981px) {
.mobileonly {display: none;}
.site-menu-toggle{display:none;}
    #about .col-md-6:nth-child(1){padding-right: 1.5rem}
    #about .col-md-6:nth-child(2){padding-left: 2rem;}
    #slider .image{width: 92%; margin-left: auto;margin-bottom: -8rem;filter: saturate(1.0) contrast(1.1);}
    #about p{text-align: justify}
    
    .heading-wrap{align-items: center;}
    .heading-wrap .col-md-6:nth-child(1){padding-right: 2rem}
    
    #featers-section  ul{margin:0 -1.4rem 0rem; }
    #featers-section .rev li{flex-direction:row-reverse;text-align: right;}
    #featers-section ul li:last-child{margin-bottom: 0}
    #featers-section ul li:nth-child(2){transform: translateX(2rem)}
    #featers-section ul.rev li:nth-child(2){transform: translateX(-2rem)}
    
}


@media screen and (max-width: 800px) {
	#slider #deskslider{display:none}
	#slider #mobslider{display:block}
}
@media screen and (max-width: 600px) {
.wp-pagenavi span.pages, .wp-pagenavi a , .wp-pagenavi a.nextpostslink  {padding: 0.3rem 0.6rem !important;}
.wp-pagenavi span.current{padding:0.8rem}
.column, .column3, .column4{column-count:1}
    
    #bottom .col-md-3{width: 100%;float: left;}
      .widget{margin-bottom: 1.5rem;}
      #bottom{padding: 3rem 0 0}
      #footer{margin-top: 0rem;}
      #bottom .widget h3{margin-bottom: 1.2rem;}
      .main-widget img{margin: 0 auto 1.2rem;width: 320px;}
    
     #slider h1{font-size:33px}
    h2{font-size: 27px;line-height: 1.35;}
    #slider .image img{width: 97%; margin: 3.2rem auto 0;}
     #bottom .col-md-4{width: 100%;}
    
    #logo-section, #about, #featers-section, #counter-section{margin-bottom: 3.5rem;}
    #testimonials, #featers-section{padding: 3.4rem 10px 3.8rem;}
    #slider .more-btn{margin: 1.8rem auto 0}
    
    .header_area{padding: 0.8rem 0}
    
    #service-section{padding: 3.5rem 15px 2.5rem;}
    #featers-section li h3{font-size: 21px}
    
    #about .float-num{transform: scale(0.68) translate(2rem , 1.5rem);border-radius: 0 61px;}
    #about .image-box img{border-radius: 0 75px}
    
    #logo-section{width: 92%; margin-left: auto; margin-right: auto; padding:28px 15px;}
    #logo-section h2{font-size: 24px; margin-bottom: 1.2rem}
    #counter-section .row{gap: 1.8rem 15px; -webkit-gap: 1.8rem 15px; margin-top: 1.6rem;}
    .c-box .title{font-size: 15px; line-height:1.5}
    .c-box .progressbar-text{font-size: 35px !important;}
    
    #total-score-circle,
    #general-score-circle,
    #speed-score-circle,
    #privacy-score-circle { height: 60px;position: relative;}
    
    #side-bar{padding: 0 10px}
    #pagetitle {padding: 5.5rem 0 6rem;}
    #pagetitle h1{font-size:32px;}
    
    #main h2{font-size: 28px}
    #main h3{font-size: 24px}
    .sub-heading{margin-bottom: 0 !important;}
    
    .info-box h3{font-size:22px !important;}
    #main{padding: 3.5rem 0 3rem;}
    
    #contactform .col-md-6, #contactform .col-md-12, #contactform .col-md-5, #contactform .col-md-3{padding: 0}
    
    .breadcrumb{padding: 12px 25px; bottom: -1.2rem}
	.slider-nav{position:unset; width: fit-content;display: flex;gap: 0.6rem; -webkit-gap: 0.6rem; margin: 1.5rem auto 0px;}
    .slider-nav button{position: unset !important;;}
    
    .s-box .content{padding: 0 1rem 2rem; }
}

@media screen and (min-width: 600px) and (max-width: 1120px) {
    #slider h1{font-size:40px}
    h2{font-size: 35px}
    #slider .image img{width: 60%; margin: 3.2rem auto 0;}
     #bottom .col-md-4{width: 33%;float: left;}
    
    #logo-section, #about, #featers-section, #counter-section{margin-bottom: 4rem}
    #testimonials, #featers-section{padding: 3.5rem 0}
    #slider .more-btn{margin: 2.5rem auto 0}
}
