/*
Theme Name: DG 180
Theme URI: https://www.dg180.net/
Version: 1.01
Author: Asim
*/

@import url('style/bootstrap.css');

/* Base */
body {
    font-family: 'Inter', sans-serif;
    color: #000;
    background-color: #fff;
    line-height: 1.6;
  }
  
  h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
  }
  h2 {
    font-size: 45px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
  }
  h2 span {
    display: block;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
    font-family: 'Playfair Display';
    margin-bottom: 10px;
  }
  
  h2 span img {
    padding: 0px 10px;
  }
  a {
    text-decoration: none;
    color: inherit;
  }
  
  /* Hero */
.hero-banner {
    position: relative !important;
    background-image: url("https://www.dg180.net/wp-content/uploads/2025/09/banner-img-new.png");
    min-height: 1124px;
    background-size: cover;
    display: flex;
    width: 100%;
    align-items: center;
	background-position: center;
}
 
  .logo {
    margin-bottom: 60px;
  }
  .divider-img {
    position: absolute;
    bottom: -74px;
    right: 0;
    left: 0;
}
  .hero-bg {
    object-fit: cover;
    height: 100%;
    z-index: 1;
    opacity: 0.9;
  }
  a.site-btn {
    font-size: 18px;
    padding: 16px 35px;
    border: 1px solid #000;
    color: #000;
    border-radius: 6px;
    font-weight: 600;
    font-family: 'Playfair Display';
    text-transform: uppercase;
    letter-spacing: 0.59px;
  }
  a.site-btn img {
    padding-left: 8px;
    vertical-align: inherit;
    transform: translateY(0px);
  }
  a.site-btn:hover {
    transition: 0.5s;
    background-color: #EDE1D1;
    border-color: #EDE1D1;
  }
  .hero .container {
    z-index: 2;
    position: relative;
  }
  nav.nav-links {
    text-align: left;
    display: flex;
    column-gap: 45px;
  }
  .nav-links a {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #fff;
    font-family: 'Playfair Display';
    font-family: 'Inter', sans-serif;
    position: relative;
    border-bottom: 2px solid transparent;
    padding-bottom: 5px;
    /* padding: 0px 40px; */
  }
  .nav-links a:hover {
    border-bottom: 2px solid;
  }
  .nav-links a::after {
    content: '';
    display: block;
    background-image: url("images/nav-seprate.png");
    background-repeat: no-repeat;
    height: 12px;
    width: 12px;
    display: block;
    position: absolute;
    top: 6px;
    right: -50px;
  }
.nav-links a:last-child:after {
    display: none !important;
}
  a.language-selector {
    font-size: 18px;
    font-family: 'Playfair Display';
    padding-right: 25px;
  }
  .divider-img img {
    margin-top: -30px;
    z-index: 2;
    position: relative;
  }
  .header-right {
    text-align: end;
  }
  .header-right a.site-btn {
    border: 1px solid #EDE1D1;
    color: #EDE1D1;
  }
  .header-right a.site-btn:hover {
    border: 1px solid #EDE1D1;
    color: #000;
  }
  .header-right a.site-btn:hover img {
    filter: invert(1);
  }
  
  
  /* About */
  
  .about-section {
    padding: 150px 0px 70px;
  }
  .about-section p {
    font-size: 26px;
    font-family: 'Inter';
    font-weight: 400 !important;
  }
  .mt-8 {
    margin-top: 50px;
  }
  
  
  /* Services */
  
  
  .services-section {
    background-color: #EEE2D2;
    padding: 100px 1rem;
    clip-path: polygon(11% 0%, 89% 0%, 100% 7%, 100% 100%, 80% 100%, 0 100%, 0% 80%, 0 7%);
  }
  
  .service-box {
    background-color: #fff;
    padding: 55px 50px;
    clip-path: polygon(20% 0%, 90% 0%, 104% 17%, 100% 80%, 100% 100%, 0 100%, 0% 80%, 0 0);
    height: 600px;
  }
.combined {
	display: flex;
	width: 100%;
}
.combined p {
	display: none;
}
.service-icon {
    background-color: #EEE2D2;
    padding: 20px 20px 0px;
    margin-bottom: 30px;
    width: 21%;
    height: 111px;
}
.service-number {
    width: 79%;
    float: right !important;
    text-align: right;
}
  .service-number h2 {
    font-size: 100px;
    color: #C7C7C7;
    font-family: initial;
  }
  .service-box h3 {
    font-size: 35px;
    text-transform: uppercase;
  }
  .service-box p {
    font-weight: 500;
    padding-top: 5px;
  }
  
  .service-box ul {
    list-style: none;
    padding-left: 0;
    margin-top: 1rem;
  }
  .service-box ul li img {
    width: 25px;
    margin-right: 15px;
  }
  .service-box ul li {
    display: flex;
    align-items: center;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 500;
  }
  .service-btn {
    margin-top: 80px !important;
  }
  .service-btn a.site-btn {
    padding: 16px 100px;
    background-color: #000;
    color: #fff;
  }
  .service-btn a.site-btn:hover {
    background-color: transparent;
    color: #000;
    border-color: #000;
  }
  
  
  
  /* CTA / USP */
  
  .usp-section {
    background-color: #fff;
    padding: 70px 3rem;
  }
  .usp-section .col-md-4 {
    padding: 0px;
  }
  .usp-box {
    background-color: #EEEEEE;
    padding: 50px 40px;
    text-align: center;
    cursor: pointer;
  }
  .usp-box:hover {
    background-color: #000;
  }
  .usp-box:hover .usp-tick {
    background-color: #EEE2D2;
  }
  .usp-box:hover img {
    filter: invert(1);
  }
  .usp-box:hover h3 {
    color: #EEE2D2;
  }
  .usp-box:hover p {
    color: #EEE2D2;
  }
  span.usp-tick {
    display: block;
    background-color: #000;
    width: 90px;
    height: 90px;
    padding: 13px;
    margin: 0 auto 30px;
  }
  .usp-box h3 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .usp-box img {
    width: 65px;
  }
  .usp-box img.arrow-line {
    transform: rotate(-90deg);
    width: 40px;
  }
  
  
  
  /* Contact */
  
  
  .contact-section {
    position: relative;
  }
  .contact-img {
    position: absolute;
    height: 100%;
    top: 0;
    z-index: 999;
  }
  .form-sec {
    background-color: rgb(238, 226, 210);
    padding: 100px 40px 100px 180px;
    clip-path: polygon(20% 0%, 90% 0%, 104% 17%, 100% 80%, 100% 100%, 0 100%, 0% 80%, 0 0);
    position: relative;
  }
  
  .contact-section h2 {
    font-family: 'Playfair Display', serif;
    margin-bottom: 40px;
  }
  .form-sec .col-sm-6 {
    width: 49.5%;
    display: inline-block;
  }
  textarea.form-control {
    height: 180px;
    outline: 0px;
  }
  .contact-section .form-control {
    border-radius: 0;
    outline: 0px;
    padding: 0.75rem;
    font-size: 16px;
    font-family: 'Playfair Display';
    color: #000 !important;
    background-color: transparent;
    border: 2px solid #000;
    margin-bottom: 20px;
    border-radius: 6px;
    font-weight: 600;
    padding: 20px 30px;
  }
  textarea:focus, input:focus {
    color: #000 !important;
  }
  input::placeholder{
    color: #000 !important;
  }
  textarea::placeholder{
    color: #000 !important;
  }
  input, select, textarea{
    color: #000 !important;
  }
input.wpcf7-form-control.wpcf7-submit.has-spinner.submit-btn {
    font-size: 18px;
    padding: 16px 35px;
    border: 1px solid #000;
    color: #fff !important;
    border-radius: 6px;
    font-weight: 600;
    font-family: 'Playfair Display';
    text-transform: uppercase;
    letter-spacing: 0.59px;
    background-color: #000;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.submit-btn:hover {
    border: 1px solid #000;
    color: #000 !important;
    background-color: transparent;
  }
.wpcf7-response-output {
    background-color: #000;
    border-color: #000 !important;
    color: #fff;
    text-align: center;
    border-radius: 60px;
}
  button.site-btn:hover img {
    filter: invert(1);
  }
  .site-btn img {
    padding-left: 8px;
    vertical-align: inherit;
    transform: translateY(2px);
  }
  
  
  /* Footer */
  
  
  
  .footer-main {
    background-color: #000;
    padding: 100px 1rem 0px;
  }
  
  .footer-main .footer-nav li {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
  }
  
  .footer-main .footer-nav li img {
    margin-right: 15px;
    transform: rotate(180deg);
    width: 50px;
    height: 4px;
    color: rgb(238, 226, 210);
  }
  
  .footer-main h5 {
    font-family: 'Playfair Display', serif;
    font-size: 23px;
    margin-bottom: 15px !important;
    line-height: 34px;
    font-weight: 500;
    color: rgb(238, 226, 210);
  }
  
  .footer-main p.small {
    color: rgb(238, 226, 210);
    font-size: 0.8rem;
  }
  
  .footer-main a img[alt='LinkedIn'] {
    width: 30px;
    margin-top: 10px;
  }
  
  /* Footer Bottom */
  
  .footer-bottom {
    background-color: #EEE2D2;
    padding: 20px !important;
  }
  .footer-bottom div {
    color: #000;
    font-weight: 500;
}
.copy-right div {
    text-align: left;
}
.bottom-link div {
    text-align: end;
}
  .footer-bottom a {
    text-decoration: none;
    color: #000;
    font-weight: 500;
    font-size: 16px;
  }
  
  .footer-bottom a:hover {
    text-decoration: underline;
  }
  
/****** INNER PAGE *******/

.inner-sec h1 {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.inner-sec {
    padding: 60px 15px 50px;
}
.inner-sec h2 {
    font-size: 30px;
    padding-top: 25px;
    margin-bottom: 10px;
}
.inner-sec .container {
    max-width: 100%;
    width: 1200px;
}
  
  
  /**************************/
  /***** Media-Querries *****/
  /**************************/
  
  @media (max-width: 2560px) {
      
  }
  @media (max-width: 2460px) {
      
.hero-banner {
    min-height: 1077px;
}	 
	  
  }
  @media (max-width: 2360px) {
	  
.hero-banner {
    min-height: 1033px;
}
	  
  }
  @media (max-width: 2260px) {
      
.hero-banner {
   min-height: 990px;
}
	  
  }
  @media (max-width: 2160px) {
	  
	.hero-banner {
        min-height: 943px;
    }  
      
  }
  @media (max-width: 1920px) {
  
    .hero-banner {
        min-height: 828px;
    }	  
	.about-section {
    padding: 100px 0px 70px;
}  
	  
	  
  }
  @media (max-width: 1820px) {
  
    .hero-banner {
        min-height: 778px;
    }  
	  
  }
  @media (max-width: 1720px) {
     
 .hero-banner {
        min-height: 722px;
    }
	  
  
  }
  
  @media (max-width: 1620px) {
  
    .hero-banner {
        min-height: 690px;
    }  
	 .logo img {
    width: 160px;
} 
  
  }
  
  @media (max-width: 1500px){
        .hero-banner {
        min-height: 640px;
    }
  }
  
  @media (max-width: 1440px){
  
      .hero-banner {
        min-height: 620px;
    }
  
  }
  
  @media (max-width: 1328px){
   
    .hero-banner {
        min-height: 560px;
    }	  
  .nav-links a {
      font-size: 16px;
  }
  .about-section p {
    font-size: 22px;
  }  
  a.site-btn {
    font-size: 16px;
  }
  .service-box h3 {
    font-size: 30px;
  }
  .service-box ul li {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .usp-box h3 {
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .usp-box p {
    font-size: 15px;
  }
  .form-sec {
    padding: 100px 25px 100px 160px;
  }
  h2 {
    font-size: 40px;
  }
  .contact-section h2 {
    font-size: 40px;
  }
  
  }
  
  @media(max-width: 1299px) {
  
     .hero-banner {
        min-height: 535px;
    }         
      
  }
  
  @media(max-width: 1247px) {
  
    .hero-banner {
        min-height: 525px;
    }	  
	  .logo img {
    width: 140px;
}
  
  }
  
  @media (max-width: 1200px){
  
    
  
  }
  
  
  @media (max-width: 1199px) {
      
  
  
  }
  
  @media (max-width: 1024px) {
   
	  
    .hero-banner {
        min-height: 450px;
    }	  
    nav.nav-links {
      text-align: left;
      display: flex;
      column-gap: 35px;
  } 
  .nav-links a::after {
    right: -24px;
  }
  .header-right a.site-btn {
    border: 1px solid #EDE1D1;
    color: #EDE1D1;
    font-size: 14px;
    padding: 20px 10px;
  }
  .service-box h3 {
    font-size: 24px;
  }
  .service-box {
    padding: 55px 25px;
  }
  .usp-box {
    padding: 50px 4px;
  }
  .usp-box h3 {
    font-size: 18px;
  }
  .usp-box p {
    font-size: 14px;
  }
  .contact-img {
    position: unset;
  }
  .form-sec {
    padding: 50px 20px 50px 20px;
  }
  .footer-main .footer-nav li {
    font-size: 15px;
  }
  .footer-main h5 {
    font-size: 18px;
    line-height: 30px;
  }
  .footer-bottom div {
    font-size: 14px;
  }
  .footer-bottom a {
    font-size: 14px;
  }
  
  
  }
  
  /* END OF iPAD LANDESCAPE*/
  
  
  @media (max-width: 991px) {
      
    .logo {
       margin-top: 0px;
  } 
  .header-right {
    margin-top: 30px;
    text-align: center;
  }
.logo img {
    width: 100px;
}
    .hero-banner {
        min-height: 335px;
    }
.logo {
        margin-top: 10px;
        margin-bottom: 20px;
    }	  
  
  
  }
  
  
  @media (max-width: 767px) {	
  
.hero-banner {
        position: relative !important;
        background-image: url("https://www.dg180.net/wp-content/uploads/2025/09/banner-img.png");
        min-height: 470px;
        background-position: center;
    }
.nav-links br {
    display: none;
}	  
	  
    h1 {
      font-size: 35px;
  }
    h2 {
      font-size: 30px;
  }
.inner-sec h2 {
    font-size: 30px;
}	  
.inner-sec h2 {
    font-size: 25px;
}	  
    nav.nav-links {
      text-align: center;
      display: block;
      column-gap: unset;
  }
  .nav-links a {
    font-size: 16px;
    display: block;
    text-align: left;
  }
  .nav-links a::after {
    right: 0px;
    left: -15px;
  }
  .col-md-4.text-center {
    text-align: left !important;
  }
  nav.nav-links {
    margin-left: 50px;
  }
  .about-section p {
    font-size: 18px;
  }
  .about-section span {
    display: block;
    margin-left: 0px !important;
    margin-top: 50px;
  }
  h2 span {
    font-size: 16px;
  }
  h2 span img {
    padding: 0px 0px;
  }
  .service-box h3 {
    font-size: 21px;
  }
  .service-btn a.site-btn {
    padding: 16px 40px;
  }
  .usp-section {
    padding: 70px 0rem;
  }
  .contact-section h2 {
    font-size: 24px;
  }
  .form-sec .col-sm-6 {
    width: 100%;
    display: inline-block;
  }
  button.site-btn {
    font-size: 13px;
    padding: 16px 5px;
  }
  .footer-bottom .ms-3 {
    margin-left: 0rem !important;
  }
  }
  
.gtranslate_wrapper {
    position: fixed;
    text-align: end;
    top: 20px;
    right: 20px;
}