/*
Theme Name: ad360
Theme URI:
Author: Sachin Khedekar
Author URI:
Description: This theme was created by Sachin Khedekar for ad360 website. i provide only testing perpose.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, custom-header, custom-menu, custom-logo, blog
Text Domain: ad360
*/


/*---------------------------Fix css------------------------------*/
*{margin:0;padding:0;box-sizing:border-box;font-family: "Barlow", sans-serif;}html, body{width:100%;overflow-x:hidden;}.flex{display:flex;column-gap:14px}
/*---------------------------END Fix css------------------------------*/

/*=--------------------------Top bar--------------------------*/
.top-bar{background-color:#1E718F}.top-bar *{color:#fff;}.info-block p{margin:0px;}.top-flex .flex img{    width: 26px;
	height: 26px;}.top-flex .flex{align-items: center;}.top-flex{padding: 12px 50px;    justify-content: space-between;}.top-flex .vertical-line{width: 1px;background-color: #c1c0c0;}.flash-bar p{margin:0px;text-align:center;padding:10px;background-color:#f2f2f2;}
h2{font-size:45px;font-family: "Roboto", sans-serif; font-weight:700;line-height: 1.1 !important;}
p{color:#494949; line-height:1.3;font-size:18px}
/*Header*/
header {border-bottom: 1px solid #c7c7c7;border-top: 1px solid #c7c7c7;}
.container .menurow ul li.current-menu-item a {color: #dfdede;border-bottom: 2px solid #dfdede;padding-bottom: 10px;}
.menurow {padding: 8px 50px;border-radius: 5px;top: 25px;z-index: 99;align-items: center;justify-content: space-between;}
.container-fluid .menurow ul li a {color:#525252;text-decoration: none;font-weight: 600;font-size: 16px;}
.container-fluid .menurow ul li {padding: 30px 15px;color: #fff;}
.container-fluid .menurow ul {list-style: none;
    display: flex;
    float: right;
    margin: 0px;}
.menu-main-menu-container ul li .sub-menu li {border-bottom: 1px solid gray;padding: 10px 35px;}
.menu-main-menu-container ul li .sub-menu {    display: none;
    z-index: 999;
    background: #fff;
    margin: 22px 0;
    position: absolute;
    padding: 0px 0 0;
    border-radius: 0.4rem;
    border: 1px solid #aaa;}
.menu-item-has-children:hover .sub-menu{display:block}
.container .menurow ul .service-page:after {content: "▼";z-index: 1;margin-left: 2px;cursor: pointer;width: 8%;height: 100%;color: rgb(255, 255, 255);font-size: 15px;}
.logo img{width:110px;height:auto;}
/*End Header*/

/*footer*/
/*End footer*/

/*-----------------------------------------button up-down ammination-------------------------------------------*/
.btn-button {
 display: inline-block;
    height: 50px;
    padding-top: 13px;
    overflow: hidden;
    position: relative;
    text-align: center;
    background-color: #1E718F;
    color: #fff;
    border-radius: 5px;
    transition: 0.3s;
}

.btn-button:hover {background:#2599D6;}
.cta-content a{
    margin: 0 auto;
    /* text-align: center; */
    display: table;
}
/* btn-button UP */
.label-up {
  display:block;
  margin:0px 30px;
  height:100%;
  position:relative;
  top:0%;
  transition:0.3s;
	color:#fff;
	font-weight:600;
}

.btn-button:hover .label-up {
  top:-100%;
}
.whatsapp-wrapper{position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 99;
    width: fit-content;
    background: #25D366;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    text-align: center;}
.fa-whatsapp{font-size: 40px;
    margin-top: 5px;
    color: #fff;}
/* btn-button DOWN */
.label-down {
  display:block;
  margin:0px 30px;
  height:100%;
  position:relative;
  top:-100%;
  transition:0.3s;
}

.btn-button:hover .label-down {
  top:0%;
}


/*----------------------------------------end button up-down ammination------------------------------------*/

.title-head{color:#11aded;text-transform:uppercase;font-size:14px;margin-bottom:0px;}.color{color:#11aded;font-size:20px;}.service-head{font-size:22px;font-weight:600;color:#fff;margin:30px 0px 10px 0px;}.service-p{font-size: 17px;
    color: #b3dced;
    line-height: 20px;}
.satisfied-rate{    position: absolute;
    width: fit-content;
    padding: 20px;
    background: #12aded;
    text-align: center;
    width: 220px;
    border-radius: 10px;
    right: 70px;
	bottom: 10px;    color: #fff;} .satisfied-rate .number-head{font-size: 62px;
		font-weight: 600;} .satisfied-rate .satis-content{font-size: 20px;
			line-height: 1.2;}.about-img-box{position:relative;}

    .checklist {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 12px 40px;
      max-width: 600px;
      margin: 40px auto;
    }
    .checklist li {
      list-style: none;
      font-size: 16px;
      font-weight: 600;
      color: #000;
      display: flex;
      align-items: center;
    }
    .checklist li i {
      color: #d60000; /* Red color */
      margin-right: 10px;
      font-size: 18px;
    }
/*------------------------------video---------------------------------------*/
    .section-wrapper {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      min-height: 300px;
		border-bottom: 1px solid #fff;
    }
    /* Left panel */
    .panel-left {
      background: #174d5d;
      padding: 40px 20px;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
    .panel-left .big-number {
      font-size: 100px;
      margin: 0;
      line-height: 1;
    }
    .panel-left .small-text {
      margin: 5px 0 20px;
      font-size: 22px;
      text-transform: uppercase;
      letter-spacing: 2px;
    }
    .panel-left .description {
      font-size: 20px;
      line-height: 1.3;
    }

    /* Middle panel */
    .panel-middle {
     position: relative;
      background: url('https://via.placeholder.com/800x600') center/cover no-repeat;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
    }

.panel-left div, .panel-right div{color:#fff;}


    .panel-middle .play-button {
      width: 80px;
      height: 80px;
      background: rgba(255, 204, 0, 0.9);
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .panel-middle .play-button:before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border-left: 25px solid #0b2a3d;
      border-top: 15px solid transparent;
      border-bottom: 15px solid transparent;
      margin-left: 5px;
    }

    /* Right panel */
    .panel-right {
      background: #0b2a3d;
      padding: 40px 20px;
      display: flex;
      align-items: center;
      gap: 20px;
    }
    .panel-right .icon {
      width: 60px;
      height: 60px;
      flex-shrink: 0;
    }


    .panel-right .icon svg path {
      fill: #ffcc00;
    }
    .panel-right .text {
      font-size: 24px;
      line-height: 1.3;
    }
.panel-right .text strong{color:#fff;}
.exp-block{padding:0px!important;justify-content: center!important;}
    /* Modal for video */
    .video-modal {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.8);
      display: none;
      justify-content: center;
      align-items: center;
      z-index: 1000;
    }
    .video-modal .video-container {
      position: relative;
      width: 80%;
      max-width: 800px;
    }
    .video-modal .video-container iframe {
      width: 100%;
      height: 450px;
    }
    .video-modal .close-btn {
      position: absolute;
      top: -20px;
      right: -20px;
      width: 40px;
      height: 40px;
      background: #ffcc00;
      border-radius: 50%;
      cursor: pointer;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 24px;
      color: #0b2a3d;
    }

    /* Responsive */
    @media(max-width: 900px) {
      .section-wrapper {
        grid-template-columns: 1fr;
      }
      .panel-left, .panel-middle, .panel-right {
        padding: 20px;
      }
      .panel-middle {
        min-height: 200px;
      }
    }



/*------------CHOOSE--------------------------*/
    .features {
      color: #fff;
      padding: 20px 0px;
    }

    .features-container {
      display: block;
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
      max-width: 900px;
      margin: 0 auto;
    }

    .feature {
      display: flex;
      align-items: center;
      gap: 15px;
    }

    .feature i {
      font-size: 40px;
      color: #00c3ff; /* Light blue icon color */
    }

    .feature p {
      margin: 0;
      font-size: 18px;
      font-weight: 500;
      line-height: 1.4em;
		color:#fff;
    }

    /* Divider line */
    .divider {
      grid-column: span 2;
      border-top: 1px solid rgba(255, 255, 255, 0.4);
      margin: 10px 0;
    }
.mobile-page-bannerr{display:none;}
footer{padding: 60px 100px;
    background: #013e7d;
    color: #fff;}

footer p, footer a, footer h2{color:#fff;}.widget-wrapper-2, .widget-wrapper-3{padding-left: 90px;}footer h2{margin-bottom: 30px;
    font-size: 36px;}









    /* Responsive */
    @media (max-width: 768px) {
		
		
		
		h2{font-size: 32px;
    line-height: 1.2 !important;}
		.menu-main-menu-container{display:none;}		
		.menurow {
			padding: 10px 20px;}
		.logo img {
    width: 60px;
    height: auto;
}
		.label-up {
    display: block;
			margin: 0px 20px;}.btn-button {
    display: inline-block;
    height: 38px;
				padding-top: 6px;}
      .features-container {
        grid-template-columns: 1fr;
        gap: 25px;
      }
      .divider {
        grid-column: span 1;
      }.feature i {
		  font-size: 30px;}
		.mobile-page-bannerr{display:block;}.home-page-bannerr{display:none;}footer {
			padding: 60px 10px;}.footerrow{gap: 30px;}.widget-wrapper-2, .widget-wrapper-3 {
    padding-left: 0px;}footer h2{margin-bottom: 10px;
    font-size: 30px;}
}		
/*------------End CHOOSE--------------------------*/