/*
Theme Name: Theme004
Text Domain: theme004
Version: 1.1.1
Tested up to: 7.4
Requires at least: 5.2
Requires PHP: 5.7
Description: theme004
Author: Susanta
Author URI: susantababua@gmail.com/
Theme URI: susantababua@gmail.com/
License: susantababua@gmail.com/
License URI: susantababua@gmail.com/
Text Domain: theme004
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, block-patterns, rtl-language-support, sticky-post, threaded-comments
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Josefin+Sans&display=swap');

:root {
    --font-default: "EB Garamond", serif;
    --font-primary: "Cormorant Garamond", serif;
    --font-secondary: "Josefin Sans", sans-serif;
}
:root {
    --color-default: #c0bcb7;
    --color-primary: #ae7b29; 
    --color-secondary: #1a040f; 
    --color-white: #ffffff;
    --color-light: #f8f7f2;
    --color-gray: #cbd0d4;
    --color-dark: #0e0e0e;
    --color-black: #000000;
}

h1,h2,h3,h4,h5{
    font-family: var(--font-primary);
    font-weight: normal;
}
h6,.h6{
    font-family: var(--font-secondary);
    font-weight: normal;
}

a{
    text-decoration: none;
    color: var(--color-primary);
    transition: 300ms;
    outline: none;
}
a:hover{
    color: var(--color-white);
}
body{
    background-color: var(--color-dark);
    color: var(--color-default);
    font-family: var(--font-default);
    font-size: 22px;
    overflow-x: hidden;
}
.container{
  max-width: 1700px;
}
.header{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
img.headerlogo{
    max-width: 80px;
    margin: 20px 0;
}
img.headerlogo-home{
    max-width: 200px;
    margin: 20px 0;
}
@media only screen and (max-width: 767px) {
	img.headerlogo-home,
	img.headerlogo{
		max-width: 140px;
		margin: 20px 10px;
	}
}
.mobphone{
    border:2px solid var(--color-primary);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: var(--color-white);
}
.border-10{
	border-bottom:1px solid #fff;
	padding-bottom:10px;
}
/*************************************/
/* DOUBLE BORDER */
/*************************************/
a.double-border,
button.double-border {
  transition: 600ms;
  display: inline-block;
  position: relative;      
  padding: 0;      
}
a.double-border::before,
button.double-border::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1px;
  right: -1px;
  border: 1px solid #41392e;      
}
a.double-border img {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
  right: 10px;
  top: 10px;       
}
.border-top-right,
.border-bottom-left {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;      
}
.border-top-right::before,
.border-bottom-left::before,
.border-top-right::after,
.border-bottom-left::after {
  content: '';
  position: absolute;
  display: block;
  background-color: #836f54;
  transition: transform .88s cubic-bezier(.71,.01,.51,.99);
  will-change: transform;
}
.border-top-right::before {
  top: 0;
  right: 0;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  transform-origin: right;
}
.border-top-right::after {
  top: 0;
  right: -1px;
  width: 1px;
  height: 100%;
  transform: scaleY(0);
  transform-origin: top;
}
.border-bottom-left::before {
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  transform-origin: left;
}
.border-bottom-left::after {
  top: 0;
  left: -1px;
  width: 1px;
  height: 100%;
  transform: scaleY(0);
  transform-origin: bottom;
}
.double-border:hover .border-top-right::before,
.double-border:hover .border-bottom-left::before {
  transform: scaleX(1);      
}
.double-border:hover .border-top-right::after,
.double-border:hover .border-bottom-left::after {
  transform: scaleY(1);      
}
@keyframes move {
  0% {
    transform: translate(10px, -10px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.move {
  animation: move 1s ease-in-out;
}

.btn.double-border{
  line-height: 1.5; 
  text-decoration: none;    
  color: #fff; 
  padding: 10px 35px;
  min-width:200px;
  text-align: center;
}
.btn.double-border .border-top-right-bottom-left{
  border: 1px solid #fff;
  display: block;
  position: absolute;
  top:-4px;
  right:4px;
  bottom:-4px;
  left:4px;
  
}
/*************************************/
/* END DOUBLE BORDER */
/*************************************/

/*********************************/
/* CIRCLE ANIMATION */
/*********************************/
a.draw-border {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    overflow: hidden;
    color: #fff;
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    line-height: 40px;
  }
  a.draw-border .icon {
    position: relative;
    z-index: 2;
  }
  a.draw-border .circle {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: var(--color-primary);
    border-radius: 100%;
  }
  a.draw-border .circle:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    background: var(--color-dark);
  }
  a.draw-border .circle span {
    position: absolute;
    width: 50%;
    height: 100%;
    overflow: hidden;
  }
  a.draw-border .circle span em {
    position: absolute;
    border-radius: 999px;
    width: 100%;
    height: 100%;
    background: var(--color-white);
    transition: transform 0.25s linear;
  }
  a.draw-border .circle span:first-child {
    left: 0%;
  }
  a.draw-border .circle span:first-child em {
    left: 100%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    transform-origin: 0% 50%;
  }
  a.draw-border .circle span:last-child {
    left: 50%;
  }
  a.draw-border .circle span:last-child em {
    left: -100%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    transform-origin: 100% 50%;
    transition-delay: .25s;
  }
  a.draw-border:hover .circle span:first-child em {
    transform: rotate(-180deg);
    transition: transform 0.5s ease-out;
    transition-delay: .25s;
  }
  a.draw-border:hover .circle span:last-child em {
    transform: rotate(-180deg);
    transition: transform .25s linear;
  }
/*********************************/
/* END CIRCLE ANIMATION */
/*********************************/

/*********************************/
/* BUTTON 2 */
/*********************************/
.btn2 {
  width: 181px;
  height: 61px;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
  background: transparent;
  border: none;
  outline: none;
  transition: background 0.5s ease-in-out;
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.btn2 svg {
  position: absolute;
  left: 0;
  top: 0;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-dasharray: 600; /* Total length of the polyline */
  stroke-dashoffset: 600;
  transition: stroke-dashoffset 1s ease-in-out;
}

.btn2:hover svg {
  stroke-dashoffset: 0; /* Fully reveal the border */
}

.btn2 span {
  color: white;
  font-size: 18px;
  font-family: Arial, sans-serif;
  position: relative;
  z-index: 2;
  border:1px solid #fff;
  display: block;
  width: 180px;
  height: 60px;
}
/*********************************/
/* BUTTON 2 */
/*********************************/

/*********************************/
/* BOX1 BORDER */
/*********************************/
.box1{
  position: relative;
  padding: 60px 55px 70px 55px!important;
  margin: 20px 0!important;
}
@media screen and (max-width:1024px){
  .box1{
    padding: 50px 35px 60px 35px!important;
    margin: 10px 0!important;
  }
}
@media screen and (max-width:767px){
  .box1{
    padding: 40px 25px 50px 25px!important;
    margin: 0!important;
  }
} 

.box1::after{
  content: "";
  position: absolute;
  top:10px;
  bottom:10px;
  left: -10px;
  right: -10px;
  z-index:0;
  border: 1px solid var(--color-primary);
}
.box1 > * {
	position:relative;
	z-index:1;
}

/*********************************/
/* END BOX1 BORDER */
/*********************************/

/*********************************/
/* IMAGE REVEAL */
/*********************************/
.image-container {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.image-container img {
  width: 100%;
  height: auto;
  display: block;
}

.reveal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-dark);
  transform-origin: right;
  transform: scaleX(1);
  animation: reveal 1s ease-in-out forwards;
  visibility: hidden; /* Hidden initially, revealed by WOW.js */
  animation-delay: .1s;
}

@keyframes reveal {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}

/* Ensures WOW.js handles visibility properly */
.wow {
  visibility: visible !important;
}
/*********************************/
/* END IMAGE REVEAL */
/*********************************/

/*********************************/
/* IMAGE ZOOM */
/*********************************/
.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
  transition: transform 4s ease-in-out; 
}
.image-container.scale-up.animated img {
  transform: scale(1.2); /* Scale to 120% */
}
/*********************************/
/* END IMAGE ZOOM */
/*********************************/



ul.iconlist{
    margin:0;
    padding:0;
    list-style:none;
}
ul.iconlist li{
    margin:0 0 15px 0;
    padding:0;
    display:flex;
    justify-content: space-between;
    color:#000;
    line-height:1.3;
}
ul.iconlist li img{
    width:60px;
    height:60px;
    margin-top: 5px;
}
ul.iconlist li div{
    width:calc(100% - 80px);
}
ul.iconlist li strong{
    color:var(--color-primary);
}

.footerphone{
  display: none;
}
@media screen and (max-width:767px){
  body{
    padding-bottom: 50px;
  }
  .footerphone{
    display: block;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;   
    z-index: 3; 
  }
  .footerphone a{
    display: block;
    background: var(--color-primary);
    color: #fff;
    padding: 10px;
  }
}

.borrb{
	position:relative;
}
