/*
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: "Golos Text", sans-serif;color:#1c1c1d;}html, body{width:100%;overflow-x:hidden;}.flex{display:flex;column-gap:14px}
h1, h2, h3, h4, h2 span{font-family: "Cal Sans", sans-serif;}
h2{font-size:38px;line-height: 1em !important;text-transform: capitalize;}.h2-highlight{color: #caa05c;}.white-text{color:#fff!important}
h3{font-size:24px;line-height: 1em !important;text-transform: capitalize;}
p{color:#59585d;line-height: 1.3em !important;}
/*---------------------------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;}.flash-bar{display:none;}


/*Header*/
header {border-bottom: 1px solid #c7c7c7;
    border-top: 1px solid #c7c7c7;
    position: fixed;
    width: 100%;
    top: 0px;z-index:9;
	left: 0px;background-color:#fff;}.logo-flex{align-items: center;}.menu-gt-flex{align-items: center;
		column-gap: 60px;}.head-phone{align-items: center;}.head-phone div p{margin:0px}.big-p{font-size: 20px;
    font-weight: 600;}
.container .menurow ul li.current-menu-item a {color: #dfdede;border-bottom: 2px solid #dfdede;padding-bottom: 10px;}
.menurow {padding: 0px 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:120px;height:auto;}
/*End Header*/


/*----------------------------------------------Homepage------------------------------------------------------------------------------*/
.banner-heading{font-family: "Cal Sans", sans-serif;}.homepage-content{padding:0px;}  .features {
         display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 0px;
    flex-wrap: wrap;
	margin-bottom:30px;
    }
    .features ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }
    .features ul li {
      color: #fff;
      font-weight: 600;
      font-size: 18px;
      margin: 15px 0;
      position: relative;
      padding-left: 30px;
    }
    .features ul li::before {
      content: "✔";
      position: absolute;
      left: 0;
      color: #d4a251; /* golden checkmark */
      font-weight: bold;
    }

    .custom-btn {
      display: inline-flex;
      align-items: center;
      gap: 15px;
      padding: 12px 25px;
      border: 1px solid #aaa;
      border-radius: 50px;
      font-size: 18px;
      font-weight: 600;
      color: #fff;
      text-decoration: none;
      transition: 0.3s ease;
    }

    .custom-btn:hover {
      border-color: #d4a251;
    }

    .custom-btn .icon {
      background: #d4a251; /* golden circle */
      color: #fff;
      border-radius: 50%;
      width: 35px;
      height: 35px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 18px;
    }



/*===============================OUR SERVICES========================================*/
    .services-section {
      padding: 20px;
      display: flex;
      gap: 40px;
      flex-wrap: wrap;
      align-items: start
    }

    /* Left image area */
    .services-image {
      flex: 1 1 500px;
      position: relative;
      border-radius: 20px;
      overflow: hidden;
    }

    .services-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 20px;
      opacity: 1;
      transition: opacity 0.8s ease-in-out; /* slow fade */
    }

    .services-caption {
      position: absolute;
      bottom: 20px;
      left: 20px;
      background: rgba(0,0,0,0.6);
      color: #fff;
      padding: 15px 20px;
      border-radius: 12px;
      font-size: 15px;
      max-width: 80%;
      opacity: 1;
      transition: opacity 0.8s ease-in-out; /* smooth fade */
    }

    /* Right list area */
    .services-list {
      flex: 1 1 400px;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .service-item {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 18px 10px;
      border-bottom: 1px solid #eee;
      cursor: pointer;
      transition: color 0.4s ease;
      font-size: 20px;
      font-weight: 600;
      color: #111;
    }

    .service-item span {
      color: #999;
      font-size: 16px;
      font-weight: bold;
      margin-right: 12px;
      transition: color 0.4s ease;
    }

    .service-item .arrow {
      font-size: 18px;
      color: #aaa;
      transition: color 0.4s ease, transform 0.4s ease;
    }

    .service-item.active {
      color: #d4a251;
    }

    .service-item.active span {
      color: #d4a251;
    }

    .service-item.active .arrow {
      color: #d4a251;
      transform: translateX(5px); /* little slide effect */
    }

    /* Responsive */
    @media(max-width: 900px) {
      .services-section {
        flex-direction: column;
      }
      .services-image {
        order: -1;
      }
    }
/*===============================END OUR SERVICES========================================*/

/*===============================OUR PROJECT========================================*/



/* SLIDER */
.slider {
  overflow: hidden;
  margin-top: 50px;
}

.slide-track {
  display: flex;
  gap: 20px;
}

.slide {
  flex: 0 0 calc(33.33% - 14px);
  position: relative;
}

/* IMAGE STYLE */
.slide img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 20px;
}

/* TAG */
.slide span {
  position: absolute;
  top: 15px;
  left: 15px;
  background: rgba(255,255,255,0.7);
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 12px;
}

/* 🔥 STAGGER EFFECT */
.slide:nth-child(odd) {
  margin-top: 0px;
}

.slide:nth-child(even) {
  margin-top: 20px;
}


/*===============================END OUR PROJECT========================================*/

/*===============================WHY CHOOSE US========================================*/
.servicess {
  display: flex;
  height: 500px;
  overflow: hidden;
}

/* EACH COLUMN */
.service-itemm {
  position: relative;
  flex: 1;
  transition: 0.5s;
  cursor: pointer;
}

/* IMAGE */
.service-itemm img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* DARK OVERLAY */
.service-itemm::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.5);
}

/* CONTENT */
.content {
  position: absolute;
  bottom: 40px;
  left: 30px;
  color: #fff;
  z-index: 2;
  opacity: 0;
  transition: 0.5s;
}

.content h5 {
  color: #c9a86a;
  font-size: 20px;
}

.content h2 {
  font-size: 24px;
}

/* ACTIVE STATE */
.service-itemm.active {
  flex: 2; /* EXPAND */
}

.service-itemm.active .content {
  opacity: 1;
}

/* HOVER EFFECT */
.servicess:hover .service-itemm {
  flex: 1;
}

.servicess .service-itemm:hover {
  flex: 2;
}

.servicess .service-itemm:hover .content {
  opacity: 1;
}

/*===============================END WHY CHOOSE US========================================*/

/*-----------------------------------------------------End Homepage---------------------------------------------------------------------*/








/*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: 50px;
    transition: 0.3s;
}

.btn-button:hover {background:#2599D6;}

/* 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%;
}

/* 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------------------------------------*/
/*---------------------------------------------------MOBILE VIEW-------------------------------------------------------------------------------------*/
@media(max-width: 768px){
h2 {
	font-size: 38px;}


}



/*---------------------------------------------------END MOBILE VIEW---------------------------------------------------------------------------*/


/* card section */

#pgc-9-5-0> .panel-cell-style{
	background-image : unset !important;
	padding: 20px 160px !important;
}
#pgc-w69dce8c514f28-0-0> .panel-cell-style{
    background-color: unset !important;
    box-shadow: unset !important;
}

#pgc-w69dce8c514f28-0-1> .panel-cell-style{
    background-color: unset !important;
    box-shadow: unset !important;
}
#pgc-w69dce8c514f28-0-2> .panel-cell-style{
    background-color: unset !important;
    box-shadow: unset !important;
}
#pgc-w69dce8c514f28-0-3> .panel-cell-style{
    background-color: unset !important;
    box-shadow: unset !important;
}
/*  */


