/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

.loading-overlay {
  display: none !important;
}
.displaynone {
  display: none !important;
}

/* Hero Banner */

#HeroBannerStyle .split-word-inner {
  font-size: 128px;
}

.HeaderMainRow {
  height: 100vh;
}

.HeaderMainRow .split-word-inner {
  color: #0f335d;
}

.HeaderMainRow .spanclassHeader .heading-line-wrap .split-word:first-child {
  color: #f2851e !important;
}

.HeaderMainRow .spanclassHeader .heading-line-wrap .split-word:last-child {
  color: #f2851e !important;
}

#HeadingColorSelect .exa-top-padding {
  padding-top: 15% !important;
}

#HeadingColorSelect
  .spanclassHeader
  .heading-line-wrap
  .word3
  .split-word-inner {
  color: #f2851e !important ;
}

#HeadingColorSelect
  .spanclassHeader
  .heading-line-wrap
  .word6
  .split-word-inner {
  color: #f2851e !important;
  margin-left: 20px;
  position: relative;
}

#HeadingColorSelect
  .spanclassHeader
  .heading-line-wrap
  .word6
  .split-word-inner::before {
  content: "";
  background-image: url("https://dev.opendesignsin.com/jayaswathy/wp-content/uploads/2025/10/Layer-829.png");
  position: absolute;
  top: 53%;
  left: -2%;
  width: 245px;
  height: 131px;
  background-size: cover;
}

#HeadingColorSelect .spanclassHeader span {
  margin-top: -25px !important;
}

#Image-background-hover .craftedwithpassion {
  font-size: 100px;
  color: black;
  text-align: center;
}

/* Header */

#menu-about-us li a {
    color: #000 !important;
    margin-left: 0 !important;
}

#menu-about-us li a:hover {
    color: #f2851e !important;

}

#menu-about-us .menu-horizontal-inner .navbar-nav {
	   width: 100%;
}

.navbar-nav-last {
	  width: 100%;
}

.menu-horizontal-inner .custom-cta-container .lets-talk-btn {
	z-index:10000;
}

#logo-container-mobile {
	padding:20px 0;
}
/* Header */



/* Hero Banner */

/* Video-Section */
#Image-background-hover .uncol {
  display: none !important;
}
/* Video-Section */

/* News and Events Section */

#newsandeventsrow {
  padding: 50px 0;
  background-color: #0d2c51;
}

#newsandeventsrow .single-internal-gutter {
  padding: 0px 50px 0px 50px;
}

.newsandeventsheading {
  margin-top: 15px !important;
  margin-left: 10%;
}

.newsandeventsheading h6 span {
  font-size: 67px;
  color: #d2e7ff;
  font-weight: 400 !important;
}

.newsandeventspara {
  margin-top: 0px !important;
  width: 70%;
  margin-left: 10%;
}

.newsandeventspara span {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 0px;
  line-height: 1.4;
}

.newsandeventsimage img {
  border: 14px solid #2e4b6e;
  border-radius: 30px;
}

.secondnewsandeventspara {
  width: 100% !important;
  margin-left: 0;
}

.secondnewsandeventsheading {
  margin-left: 0;
}

/* News and Events Section */

/* Footer-Section */

.corporateofficecontent h4 {
  font-weight: 400;
  font-size: 30px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.corporateofficecontent h3 {
  font-weight: 500;
  font-size: 55px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  margin-top: 15px;
}

.corporateofficecontent p {
  font-size: 25px;
  text-align: center;
  width: 50%;
  font-weight: 300;
  margin-top: 15px;
  line-height: 1.3;
}

.corporateofficecontent p strong {
  font-weight: 300;
}

.mobilenumberemailrow {
  display: flex;
  justify-content: center;
  column-gap: 20px;
  margin-top: 15px;
  align-items: center;
  width: 800px;
  flex-direction: column;
}

.corporateofficecontent {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 70px;
}

.mobilenumberemailrow a {
  font-size: 20px;
  text-align: center;
  width: 70%;
  font-weight: 300;
  margin-top: 0;
}

.mobilenumberemailrow a {
  width: 300px;
}

.mobilenumberemailrow br {
  display: none;
}

#FoooterOngoingSectionsId {
  margin-top: 70px;
/* 	display:none; */
}

 .newfootersection .heading-text p {
    display: flex !important;
    justify-content: center;
    column-gap: 30px;
}
/* #FoooterOngoingSectionsId .newfootersection .heading-text {
	margin-top:20px !important
} */

.newfootersection .heading-text p span a {
    color: #cbcbcb;
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 0.5px;
}
.newfootersection .vc_custom_heading_wrap {
    margin-top: 0px !important;
    margin-bottom: 7px;
}

.newfootersection .vc_custom_heading_wrap  {
	text-align: center;

}
.newfootersection .vc_custom_heading_wrap h3 span {

    color: #fff;
    font-size: 23px;
    margin-top: 0;
    font-weight: 400 !important;
    letter-spacing: 1px;
	position:relative;
}
.newfootersection .vc_custom_heading_wrap h3 span::before {
    content: "";
    position: absolute;
    width: 150px;
    height: 1px;
    top: 50%;
    right: 110%;
    background: rgb(23,21,46);
    background: -webkit-gradient(linear, left top, right top, from(rgba(23,21,46,1)), to(rgba(62,58,81,1)));
    background: -o-linear-gradient(left, rgba(23,21,46,1) 0%, rgba(62,58,81,1) 100%);
    background: linear-gradient(90deg, rgba(255,255,255,0.10) 0%, rgba(255,255,255,0.25) 100%);
}

.newfootersection .vc_custom_heading_wrap h3 span::after {
	

    content: "";
    position: absolute;
    width: 150px;
    height: 1px;
    top: 50%;
    left: 110%;
    background: rgb(23,21,46);
    background: -webkit-gradient(linear, right top, left top, from(rgba(23,21,46,1)), to(rgba(62,58,81,1)));
    background: -o-linear-gradient(right, rgba(23,21,46,1) 0%, rgba(62,58,81,1) 100%);
    background: linear-gradient(-90deg, rgba(255,255,255,0.10) 0%, rgba(255,255,255,0.25) 100%);
}

.footerimglinksflex {
  display: flex;
  justify-content: center;
  column-gap: 10px;
  position: relative;
}

.footerimglinksflex::before {
}

.footerimglinksflex .footerimglinks {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footerimglinks {
  position: relative;
}

.footerimglinks:first-child::before {
  content: "";
  position: absolute;
  width: 842%;
  height: 1px;
  background-color: #4f5049;
  top: 50%;
  left: -424px;
}

.footerimglinks:last-child::before {
  content: "";
  position: absolute;
  width: 842%;
  height: 1px;
  background-color: #4f5049;
  top: 50%;
  right: -424px;
}

.FooterSectionDIv .HeadingOneFooter h3 span {
  font-family: "Plus Jakarta Sans" !important;
  color: white !important;
  font-size: 55px;
  font-weight: 400;
  letter-spacing: -2px;
}

.FooterSectionDIv .HeadingSecondFooter {
  margin-top: 0 !important;
}

.FooterSectionDIv .HeadingSecondFooter h3 span {
  font-family: "Plus Jakarta Sans" !important;
  color: white !important;
  font-size: 136px;
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: -10px;
}

.FooterSectionDIv .HeadingSecondFooter .heading-text {
  text-align: end;
}

.FooterSectionDIv {
  /* 	height:1595px; */
  height: 990px;
  padding-top: 135px;
}
/* Dhinesh-Css */

.createSectionmainContainer {
  /*   width: 1300px; */
  width: 100%;
}
.createSectionmainrows {
  display: flex;
  justify-content: center;
  margin-top: 120px !important;
}

.createsectionmainrow {
  position: relative;
}
.createSpacefilledlove h5 {
  font-size: 50px;
  margin: 0;
  color: #ffffff;
  width: 90%;
  line-height: 1;
  font-weight: 100;
}

.createSpacefilledlove p {
  color: #ffffff;
  width: 88%;
  margin-top: 28px;
  letter-spacing: 3px;
  line-height: 1.1;
  font-weight: 400;
  font-size: 17px;
  position: relative;
}

.createSpacefilledlove p::before {
  content: "";
  width: 31px;
  height: 27px;
  background-image: url("https://jayaswathy.com/wp-content/uploads/2025/11/footer-arrow.svg");
  position: absolute;
  top: 0;
  right: -20%;
  background-size: contain;
  transform: rotate(315deg);
  animation: arrowMove 1.8s ease-in-out infinite;
}
@keyframes arrowMove {
  0%,
  100% {
    transform: rotate(315deg) translateX(0);
  }
  50% {
    transform: rotate(315deg) translateX(8px);
  }
}

.createSpacefilledlove {
  width: 50%;
  padding: 70px 63px;
  background: #dc7a1d;
  border-radius: 35px;
  padding-bottom: 50px;
  position: absolute;
  left: 0;
  z-index: 1;
}

.createSpacefilledlove1 h5 {
  font-weight: 100;
  font-size: 50px;
  margin: 0;
  color: #ffffff;
  width: 80%;
  line-height: 1;
}

.createSpacefilledlove1 p {
  font-weight: 400;
  margin: 0;
  color: #ffffff;
  width: 57%;
  margin-top: 28px;
  letter-spacing: 3px;
  line-height: 1.2;
  font-size: 17px;
  position: relative;
}

.createSpacefilledlove1 p::before {
  content: "";
  width: 31px;
  height: 27px;
  background-image: url("https://jayaswathy.com/wp-content/uploads/2025/11/footer-arrow.svg");
  position: absolute;
  top: 0;
  right: -83%;
  background-size: contain;
  transform: rotate(315deg);
  animation: arrowMove 1.8s ease-in-out infinite;
}

.createSpacefilledlove1 {
  width: 60%;
  padding: 70px 63px;
  background: rgba(28, 24, 22, 0.7);
  border-radius: 35px;
  padding-bottom: 50px;
  position: absolute;
  left: 43%;
  padding-left: 160px;
}

#FoooterOngoingSectionsId .vc_custom_heading_wrap p span a {
    font-size: 17px;
    color: #cbcbcb;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-weight: 400 !important;
/*     font-family: "Poppins"; */
}

/* #FoooterOngoingSectionsId .vc_custom_heading_wrap p span  {
	line-height:110%;
} */
#FoooterOngoingSectionsId .heading-text h3 span {
  font-size: 20px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0px;
  font-weight: 600 !important;
/*   font-family: "Poppins"; */
}

/* #FoooterOngoingSectionsId  .wpb_row {
	display:flex;
} */


#FoooterOngoingSectionsId .wpb_column {
    padding-left: 0;
    width: 22%;
}

#FoooterOngoingSectionsId .wpb_column:first-child {
    padding-left: 0;
    width: 12%;
}

#FoooterOngoingSectionsId .wpb_row {
    display: flex;
    justify-content: center;
    column-gap: 20px;
    height: 300px;
    margin-left: 0;
}


/* Dhinesh-Css */

/* Footer-Section */

/* Number Tell That Stories */

#NumberTellThatStories .wpb_column:first-child .uncol {
  margin-top: 65px;
}

#NumberTellThatStories .wpb_column:nth-child(2) .uncol {
  margin-top: 0px;
}

#NumberTellThatStories .wpb_column:nth-child(3) .uncol {
  margin-top: 65px;
}
#NumberTellThatStories .wpb_column:nth-child(4) .uncol {
  margin-top: 100px !important;
}

#NumberTellThatStories .uncell {
  padding: 0;
  border-style: none !important;
  border-top-width: 0px !important;
}

#NumberTellThatStories .uncol {
  border-radius: 11px;
}

#NumberTellThatStories .numberstoriesSection {
  width: 100%;
  background-image: url("https://dev.opendesignsin.com/jayaswathy/wp-content/uploads/2025/10/number-telling-story-bg-card.jpg");
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  padding: 20px 30px;
  border-radius: 22px;
  overflow: hidden;
  background-size: cover;
  overflow: hidden;
}

#NumberTellThatStories .numberstoriesSection h4 {
  font-size: 77px;
  font-weight: 600;
  margin: 0;
  color: #133761;
  width: max-content;
  line-height: 1;
  margin-top: 50px !important;
  width: 100%;
  position: relative;
}



#NumberTellThatStories .numberstoriesSection h4::before {
  content: "";
  width: 100%;
  height: 2px;
  background: #96b0cd;
  position: absolute;
  bottom: -40px;
}

#NumberTellThatStories .numberstoriesSection h4::after {
  content: "+";
  position: absolute;
  font-size: 33px;
  top: -16px;
}

#NumberTellThatStories .numberstoriesSection p {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  color: #273f61;
  width: max-content;
  line-height: 1.2;
  width: 75%;
  margin-top: 65px;
}

.NumberStoriesHeadingText {
  height: 370px;
}

.NumberStoriesHeadingText .HeadingOneFooter {
  padding-top: 70px;
}

.NumberStoriesHeadingText .HeadingOneFooter h3 span {
  font-family: "Plus Jakarta Sans" !important;
  color: #d2e7ff !important;
  font-size: 55px;
  font-weight: 500;
}

.NumberStoriesHeadingText .HeadingSecondFooter h3 span {
  font-family: "Plus Jakarta Sans" !important;
  color: #ef831e !important;
  font-size: 136px;
  font-weight: 500;
  line-height: 0.9;
}

.NumberStoriesHeadingText .HeadingSecondFooter .heading-text {
  text-align: end;
  padding-right: 15%;
}

.NumberStoriesHeadingText .HeadingOneFooter .heading-text {
  padding-left: 15%;
}

.NumberStoriesHeadingText .HeadingSecondFooter {
  margin-top: 0 !important;
}

#NumberTellThatStories .exa-top-padding {
  padding-top: 0 !important;
}

#NumberTellThatStories .background-element {
  margin: -350px;
}

/* Number Tell That Stories */

/* Second-Section-Slider */

#BuiltTrustFullSection .row-parent {
  margin-top: 0;
}

/* Each slide */
.BuiltTrustslide .vertical-text-slider div {
  text-align: left;
  font-size: 18px;
  color: #333;
  line-height: 1.1;
}

/* Dots on the right */

#BuiltTrustFullSection {
  height: 1261px;
  display: flex;
  align-items: center;
}

#BuiltTrustFullSection .background-inner {
  background-position: bottom !important;
}

.BuiltTrustslide .slick-dots li button:before {
  font-size: 10px;
  color: #bbb;
  opacity: 1;
  right: 0 !important;
}

.BuiltTrustslide .slick-dots li.slick-active button:before {
  color: #333;
}

.BuiltTrustslide .slick-dots li:nth-child(n + 4) {
  display: none !important;
}

.BuiltTrustslider {
  /*     height: 1261px;
    display: flex;
    align-items: center; */
}

.builtSilderSections img {
  filter: grayscale(1);
  width: 75px;
  height: 75px;
}

.builtSilderSectionsContent h3 {
  font-family: "Plus Jakarta Sans" !important;
  font-size: 46px;
  font-weight: 600;
  color: #b0d0f5;
}

.builtSilderSectionsContent p {
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  margin-top: 10px;
  width: 90%;
  line-height: 1.2;
  color: #f6f9fb;
}

.builtSilderSections {
  display: flex;
  align-items: center;
  column-gap: 25px;
  margin: 10px 0;
}

.BuiltTrustslider .slick-dots {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex !important;
  flex-direction: column;
  gap: 5px;
  justify-content: center;
  align-items: flex-end;
  padding-right: 50px !important;
  z-index: 0;
  width: max-content;
}
.vertical-text-slider {
  width: 66%;
  height: auto;
  background: rgba(25, 60, 92, 0.94);
  position: relative;
  padding: 50px;
  border-radius: 30px;
  border-top-right-radius: 0;
}

.slick-dots li button:before {
  background: #fff !important;
  position: absolute !important;
  top: 0px !important;
  left: 0 !important;
  width: 7px !important;
  height: 25px !important;
  opacity: 0.25 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "" !important;
  margin-top: 10px !important;
  border-radius: 5px !important;
}

.BuiltTrustslider .slick-dots li button:before {
  /*  display:none  !important; */
}

.vertical-text-slider::before {
  content: "" !important;
  position: absolute !important;
  background-image: url("https://dev.opendesignsin.com/jayaswathy/wp-content/uploads/2025/10/radius-1.svg") !important;
  top: -28px !important;
  right: -2px;
  z-index: 100;
  width: 65px;
  height: 30px;
}

.BuiltTrustslider .slick-dots li.slick-active button:before {
  opacity: 0.75 !important;
}
.BuiltTrustslider .slick-dots li {
  margin-bottom: 10px !important;
}

#BuiltOnTrustContentText .BuiltOnTrustContentTextHeading1 h2 span {
  font-size: 140px;
  color: #ef831e;
  font-weight: 500;
  letter-spacing: -4px;
  font-family: "Plus Jakarta Sans" !important;
}

#BuiltOnTrustContentText .bigwords {
  font-size: 140px;
  letter-spacing: 0px;
  color: #17385a;
  font-family: "Plus Jakarta Sans" !important;
  font-weight: 500;
  letter-spacing: -3px;
}
#BuiltOnTrustContentText .smallwords {
  font-size: 34px;
  font-family: "Plus Jakarta Sans" !important;
  color: #222325;
  font-weight: 500;
}

.center-textword {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 20px;
}

.BuiltOnTrustContentTextHeading2 {
  margin-top: -40px !important;
}

/* Second-Section-Slider */

/* Projects-Porfolios */

#ProjectsShowCaseSection {
  background: #ffffff;
}

.postionoverlaydiv {
  position: relative;
}

.overlaytextXContent {
  position: absolute !important;
  bottom: 30px;
  width: 100%;
}

.portfolioMainProjects {
  display: flex;
  justify-content: center;
  column-gap: 20px;
}

.projectPortfolio {
  width: 20%;
}

.projectPortfolio1 {
  width: 15%;
}
.projectPortfolio h4 {
  font-family: "Plus Jakarta Sans" !important;
  font-size: 28px;
  text-transform: uppercase;
  margin: 0;
  font-weight: 600;
  width: 80%;
  line-height: 1.1;
}

.projectPortfolioflex {
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.projectPortfolioflex img {
  width: 33px;
  height: 33px;
}

.projectPortfolioflex p {
  font-family: "Plus Jakarta Sans" !important;
  font-size: 21px;
  margin: 0;
  font-weight: 600;
}

.projectPortfolioflex1 {
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.projectPortfolioflex1 img {
  width: 70px;
  height: 70px;
}

.twoprojectPortfolioflex1 h4 {
  font-family: "Plus Jakarta Sans" !important;
  font-size: 17px;
  margin: 0;
  font-weight: 400;
  text-transform: uppercase;
}
.twoprojectPortfolioflex1 p {
    font-family: "Plus Jakarta Sans" !important;
    font-size: 26px;
    margin: 0;
    font-weight: 600;
    line-height: 1.4;
}

.firsttImageSectionimg .uncode-single-media-wrapper img {
  height: 90vh;
  object-fit: cover;
  border-radius: 50px;
}

.overlaytextXContent {
  position: absolute !important;
  bottom: 0;
  width: 100%;
  z-index: 1;
  /* background: rgba(17, 52, 92, 0.8); */
  padding: 50px 0 7px 0;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

.projectPortfolioflex1 p {
  margin-top: 0;
}

.locationsinprojectdetail {
  letter-spacing: 2px;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1.1;
  height: 15px;
  font-weight: 300;
}

#ProjectsShowCaseSection .builidingfeautures {
  font-family: "Plus Jakarta Sans" !important;
  font-size: 58px;
  margin: 0;
  font-weight: 500;
  line-height: 1.4;
  text-align: end;
  color: #0f335d;
  width: 44%;
  letter-spacing: -3px;
}

#ProjectsShowCaseSection .withsmilessec {
  font-family: "Plus Jakarta Sans" !important;
  font-size: 136px;
  margin: 0;
  font-weight: 500;
  line-height: 0.9;
  color: #ef831e;
  width: 100%;
  text-align: center;
  letter-spacing: -7px;
}

#ProjectsShowCaseSection .ongoingprojectssec {
  font-family: "Plus Jakarta Sans" !important;
  font-size: 24px;
  margin: 0;
  font-weight: 600;
  line-height: 1.4;
  text-transform: uppercase;
  color: #3d3d3d;
  text-align: end;
  width: 71%;
}

#ProjectsShowCaseSection .flexbuilidingfeautures {
  display: flex;
  flex-direction: column;
  margin-top: 50px !important ;
}

#ProjectsShowCaseSection .uncode-scroll-trigger-space {
  margin-top: 20px;
}
/* Projects-Porfolios */

/* Designs-Dreams */

#DesignDreamsSection {
  background: #0f335d;
}

#DesignDreamsSection .craftingquality {
  color: #ecedeb;
  width: 85%;
  font-size: 45px;
  font-weight: 200;
  line-height: 1.1;
}

#DesignDreamsSection .welcometojayaswathy {
  font-size: 19px;
  color: #f4f4f3;
  font-weight: 300;
  line-height: 1.6;
  /* line-height: 1.3; */
}

#DesignDreamsSection .rightside-content-crafting p {
  width: 81%;
  margin-top: 0px;
  font-size: 14px;
}

#DesignDreamsSection .explorebuttoncraftquality {
  background: #ef831e;
  height: 46px;
  border-radius: 50px;
  color: #f7f6f5;
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0 27px;
  font-weight: 600;
  margin-top: 25px;
}

#DesignDreamsSection .explorebuttoncraftquality a {
  color: #fff;
}

#DesignDreamsSection .explorebuttoncraftquality br {
  display: none;
}

.craftdesignstextcontent {
  display: flex;
  align-items: flex-end;
  column-gap: 7px;
}

.craftdesignstextcontent .firstcraftdesignstextcontent {
  font-size: 162px;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -10px;
  font-family: "Plus Jakarta Sans" !important;
}

.craftdesignstextcontent .secondcraftdesignstextcontent {
  font-size: 40px;
  color: #fff;
  font-weight: 300;
  line-height: 1;
}

.craftdesignstextcontent1 {
  display: flex;
  align-items: center;
  column-gap: 7px;
  justify-content: flex-end;
  margin-top: -50px !important;
}

.craftdesignstextcontent1 .firstcraftdesignstextcontent1 {
  font-size: 40px;
  color: #fff;
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase;
}

.craftdesignstextcontent1 .secondcraftdesignstextcontent1 {
  font-size: 162px;
  color: #ee831e;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -10px;
  font-family: "Plus Jakarta Sans" !important;
}

#DesignDreamsSection .splitImagesMaincontainer {
  margin-top: 100px;
}

#DesignDreamsSection .thirtyplussectionrow {
  margin-top: 100px;
}

#DesignDreamsSection .thirtyYearsSection {
  font-family: "Plus Jakarta Sans" !important;
  font-size: 128px;
  width: 100%;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0;
  font-weight: 600;
  margin-bottom: -24px;
  position: relative;
}

#DesignDreamsSection .thirtyYearsSection::before {
  content: "+";
  position: absolute;
  top: -15%;
  font-size: 45px;
  left: 12%;
}

#DesignDreamsSection .thirtyYearsSection strong {
  font-weight: 100;
}

#DesignDreamsSection .row-parent {
  padding-bottom: 0;
  margin-bottom: 0;
  padding-top: 100px;
}

#DesignDreamsSection .background-inner {
  background-position: bottom !important;
  background-size: cover;
}

#DesignDreamsSection .rightside-content-crafting {
  padding-left: 30px;
}

/* Designs-Dreams */

/* Footer-CSS */

#SecondFooterSection .privacypolicyclass {
}

#SecondFooterSection .privacypolicyclass strong {
  font-size: 25px;
  margin-top: 0;
  font-weight: 400;
}

#SecondFooterSection .privacypolicyclass p {
  text-align: left !important;
  font-size: 20px;
  text-align: center;
  font-weight: 300;
  margin-top: 0;
}

.phoneflex {
  display: flex;
  margin-top: 5px;
}

.mobileflexcontainer {
  display: flex;
  column-gap: 10px;
  margin-left: 10px;
}

.corporateofficecontent .phoneflex h4 {
  font-size: 20px !important;
  text-align: center !important;
  width: 100%;
  font-weight: 300;
  margin-top: 0;
  text-transform: none;
}

.mobileflexcontainer br {
  display: none !important;
}

.mobileflexcontainer a {
  width: max-content;
  height: 30px;
}

#FooterId .wpb_row {
  display: flex;
  justify-content: space-between;
}

.footerclassone {
}

.footerclasstwo {
}

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

#FooterId .footeropendesignsdiv p {
  margin-top: 0;
}

#FooterId .footeropendesignsdiv h4 {
    font-size: 16px;
    text-transform: uppercase;
    height: 25px;
    color: #fff;
    font-weight: 200;
    line-height: 30px;
}

#FooterId .wpb_row .wpb_column {
  width: 50%;
}
#FooterId .wpb_row .wpb_column:last-child {
  width: 17%;
}

#FooterId .footerclassone p span {
    color: #fff;
    font-weight: 200 !important;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#FooterId .footeropendesignsdiv p a {
  display: flex;
}

/* Footer-CSS */

/* Testimonial-cards */

.youtubeSections .testimonialCardsstories {
  font-size: 23px;
  position: relative;
}

.youtubeSections .testimonialCardsstories::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #b7b7b7;
  position: absolute;
  bottom: -43px;
}

.youtubeSections .maintestimonialCardsstories {
  background-color: #fff;
  width: 72%;
  border-radius: 20px;
  padding: 30px;
  height: auto;
  padding-top: 40px;
  position: relative;
}

.youtubeSections .testicardsimg img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
}

.youtubeSections .testicardsimg h4 {
  font-size: 18px;
}

.youtubeSections .testicardsimg {
  display: flex;
  column-gap: 10px;
  margin-top: 80px;
}

.youtubeSections .youtubeSvgIcon img {
  width: 50px;
  border-radius: 10px;
	display: none;
}

.youtubeSections .youtubeSvgIcon {
  position: absolute;
  bottom: -22px;
  right: 10%;
}

.youtubeSections .slick-list {
  padding-bottom: 100px !important;
}

.youtubeSections .slick-slide {
  margin-top: 50px !important;
}
.youtubeSections .slick-current .maintestimonialCardsstories {
  /* padding-top: 200px; */
}
/* Testimonial-cards */

/* Testimonial-cards */

.youtubeSections .testimonialCardsstories {
  position: relative;
  font-family: "Plus Jakarta Sans" !important;
  color: #0f335d !important;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.3;
  width: 100%;
  padding-top: 20px;
}

.youtubeSections .testimonialCardsstories::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #b7b7b7;
  position: absolute;
  bottom: -43px;
}

.youtubeSections .maintestimonialCardsstories {
  background-color: #fff;
  width: 80%;
  border-radius: 20px;
  padding-top: 40px;
  position: relative;
  padding: 10px 30px;
}

.youtubeSections .testicardsimg img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
}

.youtubeSections .testicardsimg h4 {
  font-size: 18px;
}

.youtubeSections .testicardsimg {
  display: flex;
  column-gap: 10px;
  margin-top: 74px;
  align-items: center;
  padding-bottom: 20px;
}

.youtubeSections .youtubeSvgIcon img {
  width: 42px;
  border-radius: 10px;
}

.youtubeSections .youtubeSvgIcon {
  position: absolute;
  bottom: -15px;
  right: 9%;
}

.youtubeSections .slick-list {
  padding-bottom: 100px !important;
}

.youtubeSections .slick-slide {
  margin-top: 50px !important;
}
.youtubeSections .slick-current .maintestimonialCardsstories {
  /* padding-top: 200px; */
}
/* Testimonial-cards */

.youtubeSections .slick-dotted.slick-slider {
  margin-bottom: 30px;
  margin: 0;
}

.youtubeSections .testimonial-section {
  width: 100%;
  padding: 60px 0;
  background: #0f335d;
  padding-bottom: 20px;
}

.youtubeSections .testimonial-slider-new {
  width: 100%;
  margin: 0 auto;
}

.youtubeSections .testimonial-card {
  background: #fff;
  border-radius: 20px;
  padding: 30px 25px;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease;
  filter: blur(2px);
  opacity: 0.6;
  transform: scale(0.9);
}

.youtubeSections .slick-center .testimonial-card {
  transform: scale(1.05);
  filter: blur(0);
  opacity: 1;
  z-index: 10;
}

.youtubeSections .testimonial-text {
  font-size: 15px;
  line-height: 1.6;
  color: #123456;
  flex: 1;
}

.youtubeSections .testimonial-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.youtubeSections .person-info {
  display: flex;
  align-items: center;
  gap: 10px;
}

.youtubeSections .person-info img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  object-fit: cover;
}

.youtubeSections .person-name {
  font-weight: 600;
  color: #082b56;
  font-size: 14px;
}

.youtubeSections .play-btn {
  width: 26px;
  height: 26px;
  background: red;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
}

.youtubeSections .play-btn::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 8px solid white;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  margin-left: 2px;
}

/* Slick Dots */
.youtubeSections .slick-dots li button:before {
  color: white;
  opacity: 0.6;
}

.youtubeSections .slick-dots li.slick-active button:before {
  color: #fff;
  opacity: 1;
}

.youtubeSections .testimonial-slider-new .slick-slide {
  transition: all 0.4s ease;
  transform: scale(0.9);
  opacity: 0.6;
  display: flex !important;
  justify-content: center !important;
}

.youtubeSections .testimonial-slider-new .slick-active {
  transform: scale(0.7);
  opacity: 1;
  z-index: 2;
}

.youtubeSections .testimonial-slider-new .slick-active {
  transform: scale(1);
  opacity: 1;
  z-index: 2;
}

.youtubeSections .testimonial-slider-new .slick-center {
  transform: scale(1.1);
  opacity: 1;
  z-index: 2;
}
.youtubeSections .slick-slide .maintestimonialCardsstories {
  background-color: #cde4ff;
}
.youtubeSections .slick-center .maintestimonialCardsstories {
  background-color: #fff;
}

/* Testimonial-cards */

#testimonilalcontentarea .testimonialwhererealcontent {
  font-family: "Plus Jakarta Sans" !important;
  color: #f6faff !important;
  font-size: 23px;
  font-weight: 400;
  text-transform: uppercase;
  margin-left: 28%;
}

#testimonilalcontentarea .testimonialvoicescontent {
  font-family: "Plus Jakarta Sans" !important;
  color: #fcfcfc !important;
  font-size: 136px;
  font-weight: 400;
  margin-top: 0;
  margin-left: 28%;
  line-height: 0.9;
  letter-spacing: -5px;
}

#testimonilalcontentarea .testimonialvoicescontent::before {
  /*     content: "";
    width: 12px;
    height: 146px;
    background-color: #fff;
    position: absolute;
    bottom: -64px;
    left: 48.3%; */
}

#testimonilalcontentarea .testimonialvoicescontent strong {
  font-weight: 500;
  position: relative;
}

#testimonilalcontentarea .testimonialvoicescontent strong::before {
  content: "";
  width: 14px;
  height: 168px;
  background-color: #fff;
  position: absolute;
  bottom: -64px;
  left: 10.3%;
}

#testimonilalcontentarea .testimonialstoriescontent {
  font-family: "Plus Jakarta Sans" !important;
  color: #ef831e !important;
  font-size: 55px;
  font-weight: 400;
  margin-top: -5px;
  margin-left: 63.7%;
}

#testimonailsliderid {
  background-color: #0f335d;
  padding-bottom: 80px;
}

#testimonailsliderid #testimonilalcontentarea {
  margin-top: 100px !important;
}

.testimoinalflexsection {
  /* 	display:flex; */
}

#testimonailsliderid .limit-width {
  max-width: 100%;
  margin: 0;
  padding: 0 !important;
}

#testimonailsliderid .slick-list {
  padding: 0 !important;
  padding-bottom: 80px !important;
}

#testimonailsliderid .testicardsimg h4 {
  margin-top: 0;
}

#testimonailsliderid .testicardsimg p {
  margin-top: 0;
}

/* #testimonailsliderid .slick-dots li button:before {

    width: 10px !important;
    height: 10px !important;
    opacity: .25 !important;
    border-radius: 50% !important;
}

#testimonailsliderid .slick-active {
	 opacity: 1 !important;
} */

/* #testimonailsliderid .slick-dots li button:before {
    color: white;
    opacity: 0.6;
} */

#testimonailsliderid .slick-dots li.slick-active button:before {
  width: 10px !important;
  height: 10px !important;
  opacity: 1 !important;
  border-radius: 50% !important;
  background: white !important;
}

#testimonailsliderid .slick-dots li button:before {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
  opacity: 0.25 !important;
}

#testimonailsliderid .slick-dots {
  position: relative !important ;
}

#testimonailsliderid .slick-dots::before {
  content: "" !important;
  width: 100% !important;
  position: absolute !important;
  top: 0;
}

#testimonailsliderid .exploreMoreButtonTestimonial {
  background: #f0841e;
  color: #f9f9f9 !important;
  padding: 12px 25px;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#testimonailsliderid .exploremainflexwidth {
  display: flex;
  justify-content: center;
}

/* Testimonial-cards */

/* Kavi-bro-css */

/* Custom CTA button */
.lets-talk-btn {
  background-color: #f2851e;
  color: #fff;
  padding: 10px 22px;
  border-radius: 9999px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  margin-right: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.lets-talk-btn:hover {
  background-color: #e67e00;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
}


/* Hamburger menu icon */
.custom-hamburger {
  width: 24px;
  height: 18px;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}

.custom-hamburger .bar {
  height: 3px;
  width: 100%;
  background-color: #0a1a2f;
  border-radius: 3px;
  transition: all 0.3s ease;
}

/* Optional: animation for open/close */
.custom-hamburger.active .bar:nth-child(1) {
  transform: translateY(7.5px) rotate(45deg);
}
.custom-hamburger.active .bar:nth-child(2) {
  opacity: 0;
}
.custom-hamburger.active .bar:nth-child(3) {
  transform: translateY(-7.5px) rotate(-45deg);
}
/* Kavi-bro-css */

/* Header-css */

.menu-horizontal-inner .custom-hamburger {
  display: none;
}

.menu-horizontal-inner .custom-cta-container .lets-talk-btn {
    width: max-content !important;
    margin-right: 0;
    padding: 0 !important;
    padding: 23px 35px !important;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 800;
    margin-top: 40px;
    margin-left: 20px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.menu-horizontal-inner .custom-cta-container {
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-left: 0;
    width: max-content;
}

.menu-horizontal-inner .menu-item a {
  font-size: 18px !important;
  text-transform: uppercase !important;
  color: #141719 !important;
  font-weight: 700 !important;
  letter-spacing: 2px !important;
  margin-left: 55% !important;
  margin-top: 40px;
}

#masthead .menu-container.style-color-xsdn-bg.menu-borders.needs-after::after {
  border: none !important;
}

#menu-about-us {
    position: relative;
 
}



#menu-about-us::before {
    content: "";
    position: absolute;
    width: 55%;
    height: 1px;
    background: rgba(154, 154, 154, 0.9);
    top: 62%;
    left: 19px;
    z-index: 100;
}



/* Header-css */

/* ==== Base Form Styling ==== */
.custom-model-wrap_custom_popup .wpcf7-form {
    max-width: max-content;
    margin: 40px auto;
    background: #0f335d;
    border-radius: 14px;
    padding: 30px 35px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px,
    rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px,
    rgba(0, 0, 0, 0.09) 0px -3px 5px;
    border: 1px solid #f0841e;
    margin-top: 0;
}

/* Labels */
.custom-model-wrap_custom_popup .wpcf7-form p label {
    display: block;
    font-weight: 600;
    color: #f0841e;
    margin-bottom: 6px;
    font-size: 19px;
    font-family: "Plus Jakarta Sans" !important;
    text-align: left;
}

.custom-model-wrap_custom_popup .wpcf7-form p br {
  display: none;
}

.custom-model-wrap_custom_popup .wpcf7-form p:nth-child(6) .wpcf7-list-item-label {
    padding-left: 0;
    margin-left: 0;
}

/* Inputs, Textareas */
.wpcf7-form-control[type="text"],
.wpcf7-form-control[type="email"],
.wpcf7-form-control[type="tel"],
.wpcf7-form-control[type="url"],
.wpcf7-form-control[type="number"],
.wpcf7-form-control[type="date"],
.wpcf7-form-control[type="select"],
.wpcf7-textarea,
.wpcf7-select
{
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #cbd5e1;
    border-radius: 10px;
    background: #fff;
    font-size: 15px;
    color: #0f172a;
    transition: all 0.2s ease;
    margin-top: 0px;
}
.wpcf7-response-output {
	display: none !important;
}


.wpcf7-list-item-label a {
  color: #fff;
}

/* Focus states */
.custom-model-wrap_custom_popup .wpcf7-form-control:focus {
  outline: none;
  border-color: #7c3aed;
  box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.15);
}

/* Placeholder color */
.custom-model-wrap_custom_popup .wpcf7-form-control::placeholder {
  color: #94a3b8;
}

/* Textarea size */
.custom-model-wrap_custom_popup .wpcf7-textarea {
  min-height: 0;
  resize: vertical;
  height: 46px;
}

/* Checkbox styling */
.custom-model-wrap_custom_popup .wpcf7-list-item input[type="checkbox"] {
  accent-color: #7c3aed;
  margin-right: 8px;
  transform: scale(1.2);
}

.custom-model-wrap_custom_popup .wpcf7-list-item-label {
  font-size: 14px;
  color: #475569;
}

.custom-model-wrap_custom_popup .wpcf7-form p br {
  display: none;
}
/* Submit button */
.custom-model-wrap_custom_popup .wpcf7-submit {
/*   background: #ef831e !important;
  color: #fff;
  border: none;
  padding: 14px 28px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease; */
}

.custom-model-wrap_custom_popup .wpcf7-submit.popupformbutton {
    width: 166px !important;
    height: 38px !important;
    padding: 0px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px !important;
    line-height: 100% !important;
    margin-top: 0 !important;
    background: #ef831e !important;
    border-radius: 6px;
    border: none;
    margin-top: 10px !important;
	  opacity: 1 !important;
}

.custom-model-inner_custom_popup
  .btn-accent:not(.btn-hover-nobg):not(.icon-animated):hover {
/*   transform: translateY(-2px); */
  background: #0f335d !important;
  box-shadow: 0 10px 20px rgba(124, 58, 237, 0.2);
  opacity: 1;
  color: #fff !important;
 border:1px solid white !important;
}

.custom-model-inner_custom_popup
  .btn-accent:not(.btn-flat):not(.btn-hover-nobg):not(.icon-animated):not(
    .btn-text-skin
  ):hover {
  color: #fff !important;
}

/* Disable state */
.custom-model-wrap_custom_popup .wpcf7-submit[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
}

/* Spinner */
.custom-model-wrap_custom_popup .wpcf7-spinner {
  margin-left: 10px;
}

/* Response output */
.custom-model-wrap_custom_popup .wpcf7-response-output {
  margin-top: 16px;
  padding: 10px 14px;
  border-radius: 10px;
  font-size: 14px;
}

.custom-model-wrap_custom_popup .wpcf7-response-output.wpcf7-mail-sent-ok {
  background: #dcfce7;
  color: #166534;
}







.custom-model-wrap_custom_popup .wpcf7-response-output.wpcf7-validation-errors,
.wpcf7-response-output.wpcf7-mail-sent-ng {
  background: #fee2e2;
  color: #991b1b;
}

/* Spacing between fields */
.custom-model-wrap_custom_popup .wpcf7-form p {
  margin-bottom: 20px;
}

body:not(.rtl) .wpcf7-acceptance .wpcf7-list-item-label {
  padding-left: 12px;
  color: #fff;
}

.custom-model-wrap_custom_popup
  form
  .wpcf7-form-control-wrap
  input::placeholder {
  color: #0f335d !important;
  font-family: "Plus Jakarta Sans" !important;
}
.custom-model-wrap_custom_popup
  form
  .wpcf7-form-control-wrap
  textarea::placeholder {
  color: #0f335d !important;
  font-family: "Plus Jakarta Sans" !important;
}

.custom-model-wrap_custom_popup .wpcf7 span.wpcf7-not-valid-tip {
  color: #f00 !important;
}

.custom-model-main_custom_popup {
    left: 0%;
    background: transparent;
    position: fixed;
    top: 0;
    z-index: 1;
    display: none;
    width: 100%;
    justify-content: center;
    align-items: center;
	top:20%;
	opacity: 0;
  transform: translateY(-100px); /* start above view */
  transition: all 0.4s ease;
}

.custom-model-main_custom_popup.slideDownPopup {
  opacity: 1;
  transform: translateY(0); /* move to normal position */
}

.custom-model-inner_custom_popup {
  	position:relative;
}

.custom-model-wrap_custom_popup .wpcf7-form p:nth-child(5) {
    width: 95%;
}

/* .custom-model-wrap_custom_popup .wpcf7-form p:nth-child(6) {
	width:100%;
} */

.custom-model-wrap_custom_popup .wpcf7-form p:nth-child(7) {
	width:100%;
}

	.custom-model-wrap_custom_popup .wpcf7-form p:nth-child(6) {
    width: 73%;
}



.close-btn_custom_popup {
    position: absolute;
    top: 60px;
    font-size: 29px;
    color: #b1b1b1;
    border: 1px solid #ffffff;
    border-radius: 50%;
    width: 37px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 9;
    left: 91%;
    cursor: pointer;
    line-height: 10px;
}

/* .custom-model-wrap_custom_popup:last-child{
	display:none;
} */

/* .close-btn_custom_popup:first-of-type {
  display: none !important;
} */

/* .custom-model-main_custom_popup {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.custom-model-main_custom_popup .popup-content {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  max-width: 500px;
  width: 90%;
  position: relative;
}

.close-popup {
  position: absolute;
  top: 10px;
  right: 15px;
  background: transparent;
  border: none;
  font-size: 22px;
  cursor: pointer;
}
 */

.popupcontactform p {
    width: 45%;
}

.popupcontactform {
    display: flex ;
    flex-wrap: wrap;
    column-gap: 23px;
}

.custom-model-wrap_custom_popup .wpcf7-form p {
    margin-bottom: 0px;
    margin-top: 10px;
}
.custom-model-wrap_custom_popup {
	    width: 630px;
}


/* ==== Base Form Styling ==== */

/* Coming-soon */

/* ====== Glow Animation ====== */
@keyframes glow {
  0% {
    text-shadow:
      0 0 10px #fff,
      0 0 20px #6ee7b7,
      0 0 40px #7c5cff;
  }
  50% {
    text-shadow:
      0 0 20px #fff,
      0 0 40px #6ee7b7,
      0 0 80px #7c5cff;
  }
  100% {
    text-shadow:
      0 0 10px #fff,
      0 0 20px #6ee7b7,
      0 0 40px #7c5cff;
  }
}

/* ====== Container ====== */
.coming-soon {
  text-align: center;
  color: #fff;
  padding: 40px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

/* ====== Title ====== */
.coming-soon h1 {
  font-size: 8em;
  letter-spacing: 2px;
  color: #0f335d;
  margin-top: -50px;
}

/* ====== Subtitle ====== */
.coming-soon p {
  margin-top: 15px;
  font-size: 1.2em;
  opacity: 0.9;
}

/* ====== Decorative Circles ====== */
.circle {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.2), transparent);
  animation: float 6s ease-in-out infinite;
}

.circle.one {
  width: 250px;
  height: 250px;
  top: -80px;
  left: -80px;
  animation-delay: 0s;
}

.circle.two {
  width: 200px;
  height: 200px;
  bottom: -60px;
  right: -60px;
  animation-delay: 2s;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
  }
}

/* Coming-soon */

/*-------------About-US-Page------------ */

.mainheadingtext h2 {
  font-family: Plus Jakarta Sans !important;
  font-weight: 700 !important;
  font-size: 80px !important;
  line-height: 80px !important;
  letter-spacing: -4px !important;
}

#designsanddreamsabout.aboutuspagesecond
  .designanddreamsfirst.mainSecondHeadingtext
  p
  strong {
  color: #141719;
}

.subtextContent {
  font-family: Plus Jakarta Sans !important;
  font-weight: 500 !important;
  font-size: 36px !important;
  line-height: 100% !important;
  letter-spacing: -2px !important;
  letter-spacing: 0px !important;
  text-transform: uppercase !important;
}

.mainSecondHeadingtext h2 {
  font-family: Plus Jakarta Sans !important;
  font-weight: 400 !important;
  font-size: 140px !important;
  line-height: 126px !important;
  letter-spacing: -6px !important;
  margin-top: 0;
}

.dreamssectionparagraph p {
  margin-top: 0 !important;
  line-height: 0;
  display: block;
  height: 100%;
}
.pargraphboldtext {
  font-family: Plus Jakarta Sans;
  font-weight: 250;
  font-size: 44px !important;
  line-height: 51px;
  letter-spacing: -2px;
}

.pargraphnormaltext {
  font-family: Plus Jakarta Sans;
  font-weight: 500;
  font-size: 18.9px !important;
  line-height: 31px;
  letter-spacing: 0px;
  color: #000 !important;
}

.dreamssectionparagraph .mainSecondHeadingtext h2 {
  color: #0f335d;
}

.dreamssectionparagraph p strong {
  color: #0f335d;
}

.mainSecondHeadingtext p {
  margin-top: 0;
}

.seconddreamssectionparagraph {
  margin-top: 0px;
}
#visionariesbehindsection .uncode_text_column {
  margin-top: 0;
}

#visionariesbehindsection.aboutpagevisionariesbehindsection .uncode_text_column {
  margin-top: 15px;
}

#visionariesbehindsection.aboutpagevisionariesbehindsection .designanddreamsfirst.mainSecondHeadingtext {
    column-gap: 13px;
}

#visionariesbehindsection.aboutpagevisionariesbehindsection .designanddreams.mainSecondHeadingtext {
	column-gap:15px;
}





#AoutusHeroBanner .mainheadingtext h2 {
  color: #0f335d;
}
#AoutusHeroBanner .mainheadingtext h2 strong {
  color: #f2851e;
}
#AoutusHeroBanner {
  padding-top: 150px;
  padding-bottom: 50px;
}

#AoutusHeroBanner .uncont {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#AoutusHeroBanner .aboutbannerimage {
  margin-top: 50px;
  width: 90%;
}

.aboutusimagecombisection .row-parent {
  padding-top: 0 !important;
}

.designanddreams {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    column-gap: 15px;
    padding-right: 17%;
}

.designanddreamsfirst {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 17%;
  padding-left: 13%;
}



.seconddreamssectionparagraph .mainSecondHeadingtext h2 {
  color: #f2851e;
}

.seconddreamssectionparagraph .mainSecondHeadingtext h2 {
  color: #f2851e;
}

.aboutusimagecombisection .pargraphboldtext {
  text-align: center;
  color: #000;
}

.aboutusimagecombisection .pargraphnormaltext {
  text-align: center;
  width: 75%;
  color: #000000;
}

.aboutusimagecombisection p {
  display: flex;
  justify-content: center;
}

.pargraphnormaltext.overthepast {
  font-weight: 600;
  color: #000 !important;
}

.listofitemsinabout p {
  margin-top: 5px;
  padding-left: 20px;
/*   position: relative; */
  width: 90%;
	display:flex;
}
.listofitemsinabout p strong {
	position: relative;
}
.listofitemsinabout p strong::before {
    position: absolute;
    top: 13%;
    left: -21px;
    content: "";
    background-image: url("https://jayaswathy.com/wp-content/uploads/2025/11/point-list-icon.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 11px;
    height: 14px;
    margin-top: 4px;
}

.listofitemsinabout {
  margin-top: 20px;
}

#awardsandcommitements {
}

.awardsandcontentssection .pargraphnormaltext {
  color: #fff !important;
  font-weight: 400;
}

.awardsandcontentssection .bestbuilderawardee {
  font-family: Plus Jakarta Sans;
  font-weight: 500;
  font-size: 44px;
  line-height: 100%;
  letter-spacing: -2px;
  color: #fff;
  margin-bottom: 25px;
}
#awardsandcommitements .designanddreams.mainSecondHeadingtext h2 {
  color: #ffffff;
}

#awardsandcommitements .designanddreamsfirst.mainSecondHeadingtext h2 {
  color: #f2851e;
}

.awardsandcontentssection .row-child .row-inner {
  /* 	display:flex; */
}

.awardsandcontentssection .wpb_column:last-child {
  display: flex;
}

#awardsandcommitements .subtextContent {
    color: #ffffff;
    font-weight: 400 !important;
}

#awardsandcommitements .designanddreamsfirst {
  column-gap: 10px;
}

.cardseachcontainer {
  width: 20%;
}

#NumberTellThatStories.aboutusePagesectioncards .uncont {
  display: flex;
  column-gap: 15px;
}

#NumberTellThatStories.aboutusePagesectioncards .background-element {
  margin: -101px;
}

#NumberTellThatStories.aboutusePagesectioncards .numberstoriesSection h4 {
  margin: 0;
  color: #0f335d;
  margin-top: 50px !important;
  width: 100%;
  position: relative;
  font-weight: 700;
  font-size: 30px;
  line-height: 29.7px;
  letter-spacing: 0px;
  text-transform: uppercase;
}

#NumberTellThatStories.aboutusePagesectioncards
  .numberstoriesSection
  h4::after {
  content: none;
}
#NumberTellThatStories.aboutusePagesectioncards .numberstoriesSection p {
  margin: 0;
  color: #000000;
  width: 100%;
  margin-top: 35px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
}

#NumberTellThatStories.aboutusePagesectioncards
  .numberstoriesSection
  h4::before {
  bottom: -19px;
  height: 1px;
  background: rgba(15, 51, 93, 0.3);
}
#NumberTellThatStories.aboutusePagesectioncards
  .cardseachcontainer:first-child {
  margin-top: 40px !important;
}

#NumberTellThatStories.aboutusePagesectioncards
  .cardseachcontainer:nth-child(2) {
  margin-top: 0px !important;
}
#NumberTellThatStories.aboutusePagesectioncards
  .cardseachcontainer:nth-child(3) {
  margin-top: 40px !important;
}
#NumberTellThatStories.aboutusePagesectioncards
  .cardseachcontainer:nth-child(4) {
  margin-top: 70px !important;
}
#NumberTellThatStories.aboutusePagesectioncards
  .cardseachcontainer:nth-child(5) {
  margin-top: 40px !important;
}

#corevaluesandthatdefine .designanddreams.mainSecondHeadingtext h2 {
  color: #fff;
}

#corevaluesandthatdefine .designanddreams.mainSecondHeadingtext p strong {
  color: #fff;
  font-weight: 400 !important;
}

#corevaluesandthatdefine .designanddreamsfirst.mainSecondHeadingtext h2 {
  color: #f2851e;
}

#corevaluesandthatdefine .designanddreamsfirst.mainSecondHeadingtext p strong {
  color: #fff;
  font-weight: 400 !important;
}

#corevaluesandthatdefine .designanddreamsfirst.mainSecondHeadingtext {
    column-gap: 8px;
    margin-top: 15px;
}

#corevaluesandthatdefine .designanddreams.mainSecondHeadingtext {
  column-gap: 8px;
  margin-top: 10px;
}

#corevaluesandthatdefine .uncode_text_column:last-child {
  margin-top: 0px;
}

/* 	#corevaluesandthatdefine .main-container .row-container .exa-bottom-padding {
		padding-bottom: 116px;
	} */

#NumberTellThatStories.aboutusePagesectioncards .exa-bottom-padding {
  padding-bottom: 116px;
}

#corevaluesandthatdefine {
  padding: 50px 0;
}

#NumberTellThatStories.aboutusePagesectioncards .numberstoriesSection {
  background-image: url("https://jayaswathy.com/wp-content/uploads/2025/11/Group-26-1.png");
  transition: all 0.4s ease;
  transform: translateY(0);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

#NumberTellThatStories.aboutusePagesectioncards .numberstoriesSection:hover{
	transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.awardsandcontentssection .wpb_row .wpb_column {
  padding-left: 0 !important;
}

.awardsandcontentssection .wpb_row .wpb_column:first-child {
  width: 60% !important;
}

.awardsandcontentssection .wpb_row .wpb_column:last-child {
  width: 100% !important;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#awardsandcommitements .row-parent {
  padding-bottom: 0;
  padding-top: 100px;
}

#visionariesbehindsection {
  background: #edf5ff;
}

#visionariesbehindsection .row-parent {
  padding-top: 100px;
}

#visionariesbehindsection .designanddreams.mainSecondHeadingtext h2 {
    color: #0f335d;
    font-weight: 500 !important;
}

#visionariesbehindsection .designanddreams.mainSecondHeadingtext p strong {
  color: #0f335d;
}

#NumberTellThatStories.aboutusePagesectioncards .wpb_column:first-child .uncol {
  margin-top: 0px;
}

#visionariesbehindsection .designanddreamsfirst.mainSecondHeadingtext h2 {
  color: #f2851e;
	font-weight:500 !important;
}

#visionariesbehindsection .designanddreamsfirst.mainSecondHeadingtext p strong {
  color: #141719;
}
#formorethantwo {
  background-image: url("https://jayaswathy.com/wp-content/uploads/2025/11/designs-dreams-bg-2.jpg");
  background-position: center;
  height: 1000px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -150px;
  z-index: 0;
}

.aboutusimagecombisection.row-container {
  z-index: 2;
}

#formorethantwo .single-internal-gutter:nth-of-type(2) {
  height: 1000px;
  display: flex;
  width: 100%;
  align-items: center;
  margin-left: 7%;
}

#slideraboutsection .ceoofcompany {
    font-weight: 500;
    font-size: 44px;
    line-height: 100%;
    letter-spacing: -2px;
    color: #0f335d;
    font-family: Plus Jakarta Sans;
}

#visionariesbehindsection .designanddreamsfirst.mainSecondHeadingtext {
  padding-left: 0%;
}

#slideraboutsection .domaininthecompany {
  font-family: Plus Jakarta Sans;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #000000;
  margin-top: 10px;
  margin-bottom: 24px;
}

.ceoslidermaindivfirst {
  display: flex;
  align-items: center;
}

.ceoslidermaindivcontent {
  width: 43%;
}

.ceoslidermaindivimage {
  width: 100%;
}

.ceoslidermaindivfirst.slidersecondcontent {
  justify-content: flex-start;
  column-gap: 100px;
}

#aboutussectionsliderid {
  background-image: url("");
}

.aboutusseoslider {
  position: relative;
}

#designsanddreamsabout .seconddreamssectionparagraph {
  margin-top: 0;
}

#designsanddreamsabout .row-parent {
  padding-top: 100px;
}

.aboutus-section-slick-prev {
  background: transparent;
  position: absolute;
  right: -7%;
  bottom: 15%;
		display: none !important;
}

.aboutus-section-slick-next {
  background: transparent;
  position: absolute;
  right: -7%;
  bottom: 15%;
  margin-bottom: 58px;
	display: none !important;
}

.ceoslidermaindivfirst.slidersecondcontent .ceoslidermaindivcontent {
  width: 50%;
}

#visionariesbehindsection .row-parent {
  padding-bottom: 0;
  margin-bottom: -20px;
}

.ceoslidermaindivfirst.slidersecondcontent {
  padding-bottom: 50px;
}

#awardsandcommitements .uncode_text_column {
    margin-top: 15px !important;
}

#designsanddreamsabout .seconddreamssectionparagraph {
    margin-top: 15px;
}

#formorethantwo {
}

/*-------------About-US-Page------------ */

/*-------------Project-Detail-Page------------ */

#ProjectsShowCaseSection.swathyviswasparadiseclass {
  margin-top: 100px;
}

.projectdetailname {
}

.projectdetailsecondname {
}

#projectdetailnamebanner .mainheadingtext .projectdetailname {
  text-align: center;
  color: #0f335d;
}

#projectdetailnamebanner .mainheadingtext .projectdetailsecondname {
  text-align: center;
  margin-top: 0;
  color: #f2851e;
}

#projectdetailnamebanner .uncode-scroll-trigger-space {
  display: none !important;
  margin-top: 0;
}

#ProjectsShowCaseSection.swathyviswasparadiseclass
  .uncode-scroll-trigger-space {
  margin-top: 0;
  display: none;
}

.projectdetailcontentrow strong {
  width: 70%;
  display: flex;
  text-align: center;
}
.projectdetailcontentrow {
  display: flex;
  justify-content: center;
  margin-top: 70px !important;
}

.bookasitebutton {
  width: 320px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  cursor: pointer;
}
.bookasitebutton:first-child {
  background: #ffffff;
  box-shadow: 0px 10px 20px 0px #00000029;
  border: 1px solid #0f335d66;
}
.bookasitebutton:first-child a {
  color: #0f335d !important;
  font-weight: 700;
	    width: 100%;
    text-align: center;
}

/* .bookasitebutton:first-child:hover {
	background: #0f335d ;
	color:#fff !important;
}

.bookasitebutton:first-child a:hover {
	color:#fff !important;
} */

.bookasitebutton:last-child {
  background: #f2851e;
  border: 1px solid #f2851e;
  box-shadow: 0px 10px 20px 0px #00000029;
}
.bookasitebutton:last-child a {
  color: #fff !important;
  font-weight: 700;
		    width: 100%;
    text-align: center;
}

.bookasitebutton a {
  text-transform: uppercase;
}

.bookasitebuttonflex {
  display: flex;
  justify-content: center;
  column-gap: 30px;
  margin-top: 40px !important;
}

#designsanddreamsabout.designsanddreamsaboutclass
  .dreamssectionparagraph
  .mainSecondHeadingtext
  h2 {
  color: #fff;
}
#designsanddreamsabout.designsanddreamsaboutclass
  .dreamssectionparagraph
  .mainSecondHeadingtext
  p
  strong {
    color: #fff;
    letter-spacing: 1px !important;
}

#designsanddreamsabout.designsanddreamsaboutclass
  .seconddreamssectionparagraph
  .mainSecondHeadingtext
  p
  strong {
  color: #fff;
}

.my-image-slider {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.my-image-slider img {
  width: 100%;
  border-radius: 20px;
}

/* Slight overlap look */
.my-image-slider .slick-slide {
  transition: all 0.5s ease;
  transform: scale(0.95);
}

/* Slight overlap using margin */
.my-image-slider .slick-slide > div {
  padding: 0 10px; /* Reduce this to tighten slides */
}

/* Custom dots */
.my-image-slider .slick-dots {
  position: absolute !important;
  bottom: -45px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  display: flex !important ;
  justify-content: center !important;
  gap: 10px !important;
}

.my-image-slider .slick-dots li button {
  width: 6px !important;
  height: 6px !important;
  border-radius: 50% !important;
  background: #fff !important;
  border: none !important;
  cursor: pointer !important;
  transition: background 0.3s ease !important;
  z-index: 1000 !important;
  position: absolute !important;
  opacity: 10;
}

.my-image-slider .slick-dots li.slick-active button {
  background: #fff !important;
  width: 17px !important;
  height: 17px !important;
}

.my-image-slider .slick-dots li button:before {
  content: none !important;
}

.my-image-slider .slick-dots {
  display: flex !important;
  justify-content: center !important;
  height: 70px;
  width: 100%;
}

.my-image-slider .slick-list {
  padding-bottom: 60px !important;
}

.my-image-slider .slick-dots li {
  width: max-content;
  height: max-content;
  margin: 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.my-image-slider .slick-dots li {
  position: relative;
}

#aminitiesid .row-parent {
  padding: 0;
}

#designsanddreamsabout.designsanddreamsaboutclass {
  background-image: url("https://jayaswathy.com/wp-content/uploads/2025/11/aminites-crafted-project-detail.jpg");
}

#designsanddreamsabout .row-parent {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 50px;
}

#designsanddreamsabout .my-image-slider {
  margin-top: 70px;
}

#designsanddreamsabout1 .uncode_text_column {
  margin-top: 0;
}

#designsanddreamsabout1 {
  padding-bottom: 64px;
}

#BuiltTrustFullSection.projectdeatilBuiltTrustFullSection .BuiltTrustslider {
  display: flex;
  justify-content: flex-end;
  margin-top: 100px;
}

.BuiltTrustslider.projectdeatilBuiltTrustFullSection
  .slick-dots
  li
  button:before {
  display: inline !important;
}

.vertical-text-slider-projectdetail::before {
  content: "" !important;
  position: absolute !important;
  background-image: url("https://dev.opendesignsin.com/jayaswathy/wp-content/uploads/2025/10/radius-1.svg") !important;
  top: -28px !important;
  right: -2px;
  z-index: 100;
  width: 65px;
  height: 30px;
}
.vertical-text-slider-projectdetail {
  width: 66%;
  height: max-content;
  background: rgba(15, 51, 93, 0.91);
  position: relative;
  padding: 40px;
  border-radius: 30px;
  border-top-right-radius: 0;
  padding-top: 30px;
  padding-bottom: 40px;
}
.vertical-text-slider-projectdetail .slick-slide {
  min-height: 225px !important; /* adjust to your design */
}
.createSpacefilledlove,.createSpacefilledlove1   {
	cursor:pointer;
}

.BuiltTrustslide .vertical-text-slider-projectdetail div {
  text-align: left;
  font-size: 18px;
  color: #333;
  line-height: 1.1;
}

.vertical-text-slider-projectdetai
  .builtSilderSections
  .builtSilderSectionsContent {
  width: 86% !important;
}

.vertical-text-slider-projectdetai .builtSilderSections p {
  width: 14% !important;
}

.vertical-text-slider-projectdetail {
  /* 	display: none */
}

.vertical-text-slider-projectdetail .builtSilderSectionsContent p strong {
  color: #ffffff;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  width: 100%;
  display: flex;
}

.vertical-text-slider-projectdetail .builtSilderSections p:first-child {
  width: 17%;
  margin-top: 0;
}
.vertical-text-slider-projectdetail .builtSilderSectionsContent h3 {
  font-size: 44px;
  margin-top: 0;
  color: #d2e7ff;
}

.vertical-text-slider-projectdetail .builtSilderSections {
  align-items: flex-start;
  column-gap: 10px;
}

.vertical-text-slider-projectdetail .builtSilderSectionsContent {
  width: 100%;
}

.vertical-text-slider-projectdetail .builtSilderSections {
  width: 90%;
  margin: 0;
  padding-bottom: 10px;
}

.vertical-text-slider-projectdetail img {
  filter: grayscale(1);
  width: 100px !important;
  height: 100px !important;
}

/*  .vertical-text-slider-projectdetail .slick-vertical .slick-slide {
    display: contents !important;
} */

/* .slick-vertical .slick-slide {
    display: contents;
} */

.vertical-text-slider-projectdetail .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
  height: 50%;
}

.vertical-text-slider-projectdetail .slick-track {
  display: flex;
}

.builtSilderSectionsContent p {
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  margin-top: 10px;
  width: 100%;
  line-height: 1.2;
  color: #f6f9fb;
}

#BuiltTrustFullSection.projectdeatilBuiltTrustFullSection .row-parent {
  padding-top: 100px;
}

#BuiltTrustFullSection.projectdeatilBuiltTrustFullSection
  .seconddreamssectionparagraph {
  margin-top: 0;
}

#BuiltTrustFullSection.projectdeatilBuiltTrustFullSection {
  height: 1200px;
}

.vertical-text-slider-projectdetail .slick-slide {
  display: flex !important;
  align-items: flex-start;
  justify-content: flex-start;
  justify-content: center;
  flex-direction: column;
  height: max-content !important;
  /* margin-bottom: 20px; */
  height: auto !important;
}

.BuiltTrustslider .vertical-text-slider-projectdetail .slick-dots {
  position: absolute;
  right: 0;
  top: 94%;
  display: flex !important;
  flex-direction: row;
  gap: 5px;
  justify-content: center;
  align-items: flex-end;
  padding-right: 50px !important;
  z-index: 0;
  width: 100%;
  height: 10px;
}

.vertical-text-slider-projectdetail .slick-dots li button:before {
  background: #fff !important;
  position: absolute !important;
  top: 0px !important;
  left: 0 !important;
  width: 19px !important;
  height: 6px !important;
  opacity: 0.25 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "" !important;
  margin-top: 10px !important;
  border-radius: 5px !important;
}

.vertical-text-slider-projectdetail .slick-list {
  overflow: hidden;
}

.imageslideroverlay {
  position: relative;
  display: flex;
  justify-content: center;
}
.imageslideroverlay h6 {
  position: absolute;
  bottom: 20px;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  background: #0f335d;
  padding: 7px 15px;
  border: 1px solid white;
  border-radius: 5px;
}

#ProjectsShowCaseSection.swathyviswasparadiseclass
  .postionoverlaydiv
  .firsttImageSectionimg {
  margin-top: 50px !important;
}




/*-------------Project-Detail-Page------------ */

/* Contact-Us-CSS */

.contacusbanner .projectdetailname strong {
  color: #f2851e;
}

#contactuspageIdBanner .firsttImageSectionimg .uncode-single-media-wrapper img {
  height: auto;
}

#yourdreamhouse .designanddreams.mainSecondHeadingtext {
  flex-direction: column;
}

#projectdetailspecifications.contactuspagedreamhousesection {
  background-image: none;
  height: 800px;
  display: block;
  align-items: center;
}

#projectdetailspecifications.contactuspagedreamhousesection .uncell {
  display: block;
}

#projectdetailspecifications.contactuspagedreamhousesection
  .designanddreams.mainSecondHeadingtext
  h2 {
  color: #fff;
}

#projectdetailspecifications.contactuspagedreamhousesection
  .designanddreams.mainSecondHeadingtext
  p
  strong {
  color: #fff;
  font-weight: 400 !important;
}

#projectdetailspecifications.contactuspagedreamhousesection
  .designanddreamsfirst.mainSecondHeadingtext
  p
  strong {
  color: #fff;
}

.contactuspagedreamhousesection .pargraphboldtext {
    color: #fff;
    width: 54%;
    text-align: center;
    font-weight: 100;
    margin-top: 40px;
    letter-spacing: 0px;
}

.contactuscardssectionsdiv {
  display: flex;
  justify-content: center;
}

.contactuspagedreamhousesection
  #NumberTellThatStories.aboutusePagesectioncards
  .uncont {
  display: flex;
  column-gap: 15px;
  justify-content: center;
}

.contactuspagedreamhousesection
  #NumberTellThatStories.aboutusePagesectioncards
  .cardseachcontainer {
  width: 33%;
}
.contactuspagedreamhousesection
  #NumberTellThatStories.aboutusePagesectioncards
  .cardseachcontainer:first-child {
  margin-top: 0px !important;
  position: relative;
}

.contactuspagedreamhousesection
  #NumberTellThatStories.aboutusePagesectioncards
  .cardseachcontainer::before {
  content: "";
  position: absolute;
  top: -27px;
  background-image: url("https://jayaswathy.com/wp-content/uploads/2025/11/arrow-contact-us-card.svg");
  background-size: cover;
  background-position: right;
  width: 76px;
  height: 73px;
  right: 0px;
}

.contactuspagedreamhousesection
  #NumberTellThatStories.aboutusePagesectioncards
  .cardseachcontainer:nth-child(3) {
  margin-top: 0px !important;
}

.contactuspagedreamhousesection
  #NumberTellThatStories.aboutusePagesectioncards {
  position: absolute;
  bottom: -320px;
  z-index: 1;
}

#NumberTellThatStories.aboutusePagesectioncards .single-internal-gutter {
  padding-left: 0;
}

.contactuspagedreamhousesection
  #NumberTellThatStories.aboutusePagesectioncards
  .numberstoriesSection {
  height: 222px;
  padding: 60px 40px 40px;
}

.contactuspagedreamhousesection
  #NumberTellThatStories.aboutusePagesectioncards
  .numberstoriesSection
  h4 {
  margin-top: 0px !important;
}

.contactuspagedreamhousesection
  #NumberTellThatStories.aboutusePagesectioncards
  .numberstoriesSection {
  background-image: url("https://jayaswathy.com/wp-content/uploads/2025/11/contact-us-logo.png");
  background-color: #d2e7ff;
  background-size: contain;
  background-position: right;
  position: relative;
  box-shadow: 0px 10px 20px 0px #00000014;
}
.contactuspagedreamhousesection
  #NumberTellThatStories
  .numberstoriesSection
  h4::before {
  width: 98%;
}
.contactuspagedreamhousesection
  #NumberTellThatStories.aboutusePagesectioncards
  .numberstoriesSection
  p {
  font-size: 18px;
}

#projectdetailspecifications.contactuspagedreamhousesection .row-parent {
  padding-top: 100px;
}

#contactuscontactform {
  background-color: #edf5ff;
  padding-top: 175px;
  padding-bottom: 100px;
}

.contactusForm label {
  font-family: Plus Jakarta Sans;
  font-weight: 800;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #0f335d;
}

.contactusForm p {
  width: 47%;
}

.contactusForm p:nth-of-type(5) {
  width: 100%;
}
.contactusForm p:nth-of-type(6) {
  width: 100%;
}
.contactusForm p:nth-of-type(7) {
  width: 100%;
  margin-top: 0;
}
.contactusForm {
  display: flex;
  flex-wrap: wrap;
  column-gap: 24px;
  justify-content: center;
}

#contactuscontactform .contactusForm input {
    background: transparent;
    color: #0f172a;
    border: 1px solid rgba(15, 51, 93, 0.3);
    height: 50px;
    margin-top: 10px;
}


#contactuscontactform .contactusForm textarea {
    background: transparent;
    color: #0f172a;
    border: 1px solid rgba(15, 51, 93, 0.3);
    height: 100px;
    margin-top: 10px;
}

#contactuscontactform .contactusForm input::placeholder {
  font-family: "Plus Jakarta Sans";
  font-weight: 300;
  color: #000000;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0px;
}
#contactuscontactform .contactusForm textarea::placeholder {
  font-family: "Plus Jakarta Sans";
  font-weight: 300;
  color: #000000;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0px;
}

.contactusForm p:nth-of-type(6) input {
  width: 15px !important;
  height: 15px !important;
}

.contactusForm p:nth-of-type(6) .wpcf7-list-item-label {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  color: #000000;
  text-transform: none;
  padding-left: 5px;
}

#contactuscontactform .contactusForm input.contactussubmitbutton {
  width: 212px;
  height: 50px;
  background-color: #f2851e;
  border: none;
  border-radius: 50px;
  font-size: 18.9px;
  line-height: 100%;
  color: #fff;
  padding: 0 !important;
  text-transform: uppercase;
  letter-spacing: 0;
  font-weight: 600 !important;
  box-shadow: 0px 10px 20px 0px #00000029;
  margin-top: 20px !important;
}
.contactusForm p:nth-of-type(6) .wpcf7-list-item {
  margin-right: 0;
}

#contactuscontactform .single-internal-gutter {
  padding-left: 0;
}

/* #contactuscontactform .single-internal-gutter:first-child {
	width:55%;
}
 */
#contactuscontactform .single-internal-gutter:nth-child(2) {
  padding-left: 50px;
}

#contactuscontactform .wpcf7-not-valid-tip {
    color: red !important;
    margin-top: 5px;
}

.contactusForm p:nth-of-type(6) label {
  display: flex !important;
  align-items: flex-start;
}
.contactusForm p:nth-of-type(6) label input {
  margin-top: 5px;
}

.main-container .row-container .penta-top-padding {
  padding-top: 600px;
}

/* Contact-Us-CSS */

.faq-container {
  /*       width: 600px;
      background: #fff;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      padding: 20px 30px; */
}

.faq-item {
  transition: all 0.3s ease;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  padding: 24px 24px;
  width: 1000px;
}

.faq-question {
  margin: 0;
  position: relative;
  font-family: Plus Jakarta Sans;
  font-weight: 400;
  font-size: 18px !important;
  line-height: 100%;
  color: #fff !important;
}

.faq-question::after {
  content: "";
  position: absolute;
  right: 0;
  transition: transform 0.3s ease;
  background-image: url("https://jayaswathy.com/wp-content/uploads/2025/11/arrow-right-circle.svg");
  width: 35px;
  height: 35px;
  background-size: contain;
  top: -9px;
}

.faq-item.active .faq-question::after {
  content: "";
  transform: rotate(360deg);
  background-image: url("https://jayaswathy.com/wp-content/uploads/2025/11/arrow-right-circle-1.svg");
}

#faqquestions.faq-container .uncode_text_column {
  margin-top: 16px;
  display: flex;
  justify-content: center;
}

#faqquestions.faq-container .uncode_text_column:nth-child(3) {
  margin-top: 60px;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease;
  opacity: 0;
  width: 90%;
}

.faq-item.active .faq-answer {
  max-height: 200px;
  opacity: 1;
  margin-top: 10px;
}

.faq-answer p {
  font-size: 16px;
  color: #333;
  margin: 0;
  line-height: 1.6;
  font-weight: 400;
}

.faq-container {
  background: #0f335d;
  padding: 100px 0;
}

.faq-item.active {
  background: #fff;
}

.faq-item.active .faq-question {
  color: #0f335d !important;
  font-weight: 700;
}

#faqquestions .designanddreams.mainSecondHeadingtext h2 {
  color: #ffffff;
}

#faqquestions .designanddreams.mainSecondHeadingtext p strong {
  color: #ffffff;
}
#faqquestions .designanddreamsfirst.mainSecondHeadingtext h2 {
  color: #f2851e;
}
#faqquestions .designanddreamsfirst.mainSecondHeadingtext p strong {
  color: #fff;
}

#faqquestions .designanddreams.mainSecondHeadingtext {
  align-items: flex-start;
  padding-right: 0;
  flex-direction: column-reverse;
}

#faqquestions .designanddreamsfirst.mainSecondHeadingtext {
  justify-content: flex-start;
}

.spec-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.24) !important;
  padding: 20px 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.spec-item:last-child {
  border-bottom: none;
}

.spec-question {
  margin: 0;
  position: relative;
  font-family: Plus Jakarta Sans;
  font-weight: 500;
  font-size: 24px !important;
  line-height: 100%;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff !important;
  position: relative;
}

.spec-item.active .spec-question::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.24);
  bottom: -17px;
  left: 0;
}

.spec-question::after {
  content: "";
  position: absolute;
  right: 0;
  transition: transform 0.3s ease;
  background-image: url("https://jayaswathy.com/wp-content/uploads/2025/11/plus-arrow.svg)");
  width: 24px;
  height: 24px;
  background-size: contain;
}

.spec-item.active .spec-question::after {
  content: "";
  /*       transform: rotate(180deg); */
  background-image: url("https://jayaswathy.com/wp-content/uploads/2025/11/minus-arrow.svg)");
}

.spec-answer {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease;
  opacity: 0;
}

.spec-item.active .spec-answer {
  max-height: 200px;
  opacity: 1;
  margin-top: 10px;
}

.spec-answer ul li {
  font-weight: 300;
  line-height: 26px;
  letter-spacing: 0px;
  color: #ffffff;
  font-size: 16px;
  list-style: none;
  position:relative;
}

.spec-answer ul li::before {
    position: absolute;
    top: 11%;
    left: -15px;
    content: "";
    background-image: url("https://jayaswathy.com/wp-content/uploads/2025/11/point-list-icon-white.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 8px;
    height: 11px;
    margin-top: 4px;
}

.spec-answer ul {
    margin-top: 20px;
    padding-left: 30px !important;
}

#projectdetailspecifications .uncode_text_column {
  margin-top: 0 !important;
}
#projectdetailspecifications .uncode_text_column p:first-child {
  /*     margin-top: 0 !important; */
  /* 	display: none ; */
}

#projectdetailspecifications .uncode_text_column:last-child .spec-item {
  border-bottom: none !important;
}

.spec-item.active .spec-question {
	font-weight:700;
}

#projectdetailspecifications .uncotspecfication .row-child {
  width: 42%;
  background: rgba(15, 51, 93, 0.9);
  margin: 0;
  padding: 50px;
  border-radius: 20px;
  position: relative;
  border-top-left-radius: 0;
}

.uncotspecfication {
  display: flex;
  justify-content: flex-end;
}

#projectdetailspecifications .uncotspecfication .row-child::before {
  content: "" !important;
  position: absolute !important;
  background-image: url("https://dev.opendesignsin.com/jayaswathy/wp-content/uploads/2025/10/radius-1.svg") !important;
  top: -29px !important;
  left: 0px;
  z-index: 100;
  width: 65px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  transform: scaleX(-1);
}
#projectdetailspecifications .uncell {
  display: flex;
  justify-content: flex-end;
}

#projectdetailspecifications .uncotspecfication .row-child .uncont {
  margin: 0;
  padding: 50px;
}

#projectdetailspecifications .uncotspecfication .uncell {
  display: block;
}

#projectdetailspecifications .designanddreams.mainSecondHeadingtext {
  justify-content: center;
  align-items: flex-start;
  column-gap: 20px;
  flex-direction: column-reverse;
  padding-left: 13%;
}

#projectdetailspecifications .designanddreams.mainSecondHeadingtext h2 {
  color: #0f335d;
}

#projectdetailspecifications .designanddreams.mainSecondHeadingtext p strong {
  color: #0f335d;
}

#projectdetailspecifications .designanddreamsfirst.mainSecondHeadingtext h2 {
  color: #f2851e;
}
#projectdetailspecifications
  .designanddreamsfirst.mainSecondHeadingtext
  p
  strong {
  color: #0f335d;
}

#projectdetailspecifications {
  background-image: url("https://jayaswathy.com/wp-content/uploads/2025/11/the-advantagesection.jpg");
  height: 1200px;
  display: flex;
  align-items: center;
}

#projectdetailspecifications .uncotspecfication {
  margin-top: 90px;
}

#BuiltTrustFullSection.projectdeatilBuiltTrustFullSection {
  background-image: url("https://jayaswathy.com/wp-content/uploads/2025/11/bg-specificationssection-1.jpg");
}

#floorplansection .designanddreams.mainSecondHeadingtext h2 {
  color: #fff;
}
#floorplansection .designanddreams.mainSecondHeadingtext p strong {
  color: #fff;
}

#floorplansection .designanddreamsfirst.mainSecondHeadingtext p strong {
  color: #fff;
}

#floorplansection .seconddreamssectionparagraph {
  margin-top: 0;
}

#floorplansection .vc_tta-tab.active {
  background: #fff;
  border-radius: 100px;
}

#floorplansection .vc_tta-tab a span {
  color: #fff !important;
  font-weight: 300;
  font-size: 24px;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0px;
  text-transform: uppercase;
  border: none;
  padding: 0;
}
#floorplansection .wpb_tabs_nav {
/*   display: flex;
  justify-content: center;
  column-gap: 40px;
  align-items: center; */
    display: flex;
    justify-content: center;
    column-gap: 35px;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 25px;
}

.projectlistingheading strong {
	color:#0f335d;
}

.projectlistingmaindiv {
	padding-top:100px;
}

#floorplansection .nav-tabs:not(.tab-no-border) {
  border-bottom: none;
}

#floorplansection .vc_tta-tab a {
  border-bottom: none;
  padding: 0;
}

#floorplansection .vc_tta-tab.active a span {
  color: #0f335d !important;
  font-weight: 700;
}

#floorplansection .wpb_tabs_nav li {
    position: relative;
    padding: 7px 24px;
    width: 328px;
}

#floorplansection .wpb_tabs_nav li::before {
  content: "";
  height: 100%;
  width: 1px;
  background: rgba(255, 255, 255, 0.24);
  position: absolute;
  top: 0;
  right: -18px;
}

#floorplansection .wpb_tabs_nav li:last-child::before {
  content: none;
}

#floorplansection .uncode-tabs {
  margin-top: 60px;
}

#floorplansection {
  padding: 100px 0;
}

#floorplansection .tab-pane {
  padding-top: 70px;
}

.mainSecondHeadingtext h2.letterspacingstyle {
	letter-spacing:-2px !important;
}


.downloadbrochedurebutton {
	margin-top: 23px;
    display: block;
    width: 100%;
}

.acceptancetext p {
	width:100%;
}
.acceptancetext p span {
    padding-left: 0 !important;
    margin-left: 0;
}
.acceptancetext p input {
/* 	width:50px !important; */
}
 #SecondFooterSection .heading-text .cursor-init:hover {
  color: #dc7a1d !important;
}

.acceptancetext .wpcf7-list-item-label {
	    font-size: 14px !important;
    margin-top: -7px;
}

.acceptancetext label {
	display: flex !important;
	align-items: flex-start;
}

.acceptancetext  { 
margin-top:10px;
}

.testimonialvideosection .testimonalpersonimage {
	width: 100%;
    height: 246px;
    object-fit: cover;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
	object-position:top;
}
.youtubeSections .testimonialvideosection .testicardsimg {
    padding-left: 20px;
    margin-top: 25px;
}

.youtubeSections .maintestimonialCardsstories.testimonialvideosection {
    padding: 0;
    padding-bottom: 20px;
}

.testimonialvideosection  {
	cursor:pointer;
}

/* Responsive */

@media (max-width: 1850px) and (min-width: 1750px) {
  #menu-about-us::before {
    width: 50%;
    left: 22px;
  }
}
@media (max-width: 1790px) and (min-width: 1600px) {
  #menu-about-us::before {
    width: 45%;
    left: 22px;
  }

  .projectPortfolio1 {
    width: 20%;
  }

  .projectPortfolio {
    width: 25%;
  }
}

@media (max-width: 1600px) and (min-width: 1500px) {
  #menu-about-us::before {
    width: 40%;
    left: 22px;
  }
  .menu-horizontal-inner .menu-item a {
    margin-left: 68% !important;
  }

  .menu-horizontal-inner .custom-cta-container {
    margin-left: 37%;
  }

  .projectPortfolio1 {
    width: 22%;
  }

  .projectPortfolio {
    width: 25%;
  }
	

	#corevaluesandthatdefine .designanddreams.mainSecondHeadingtext {
    column-gap: 15px;
}
	
	.main-container .row-container .penta-top-padding {
    padding-top: 800px;
}
	

}

/* @media (max-width:1680px) and (min-width:1640px) {
	#testimonilalcontentarea .testimonialstoriescontent {
    	margin-left: 69%;
	}
}

@media (max-width:1640px) and (min-width:1600px) {
	#testimonilalcontentarea .testimonialstoriescontent {
    	margin-left: 70%;
	}
} */

@media (max-width:1800px) and (min-width:1750px) {
	#testimonilalcontentarea .testimonialstoriescontent {
    margin-left: 66.7%;
}
}

@media (max-width: 1700px) and (min-width: 1565px) {
  .testimoinalflexsection {
    flex-direction: column;
    display: flex;
    margin-left: 22%;
    margin-right: 20%;
  }

  #testimonilalcontentarea .testimonialvoicescontent {
    margin-left: 0;
    text-align: center;
  }

  #testimonilalcontentarea .testimonialwhererealcontent {
    margin-left: 0;
  }

  #testimonilalcontentarea .testimonialstoriescontent {
    margin-left: 0;
    text-align: end;
  }
	
	.contactuspagedreamhousesection #NumberTellThatStories.aboutusePagesectioncards {
    	bottom: -388px;
}
	
	
}

@media (max-width: 1600px) and (min-width: 900px) {
  #SecondFooterSection .wpb_column {
    padding-left: 0;
  }

  #SecondFooterSection .wpb_column .uncont {
    width: 68%;
  }
}


@media (max-width:1600px) and (min-width:1300px) {

	
	.craftdesignstextcontent .firstcraftdesignstextcontent {
		font-size: 100px;
		letter-spacing: -4px;
}
	.craftdesignstextcontent .secondcraftdesignstextcontent {
    font-size: 30px;
}
	.craftdesignstextcontent1 .secondcraftdesignstextcontent1 { 
				font-size: 100px;
		letter-spacing: -4px;
		
	}
	
	.craftdesignstextcontent1 .firstcraftdesignstextcontent1 {
    font-size: 30px;
}
	
	#DesignDreamsSection.homepagedreamdesignsection  .conatinerwidthresolution .row-child {
		max-width:900px;
	}
	#DesignDreamsSection.homepagedreamdesignsection .conatinerwidthresolution  {
		display:flex;
		justify-content:center;
	}
	#DesignDreamsSection .thirtyYearsSection {
    font-size: 90px;
    margin-bottom: -18px;
    width: 908px;

}
	
/* 	.thirtyplussectionrow  .row-child  */
	
	
		#FoooterOngoingSectionsId .wpb_row {
    height: auto;
    column-gap: 33px;
}
	#FoooterOngoingSectionsId .heading-text h3 span {
    font-size: 14px;
}
	
	#FoooterOngoingSectionsId .wpb_column:first-child {
     width: 15%;
}
	
	#FoooterOngoingSectionsId .vc_custom_heading_wrap p span a {
    font-size: 12px;
}
		#FoooterOngoingSectionsId .vc_custom_heading_wrap p span  {
line-height:21px;
}
	
	#FoooterOngoingSectionsId .col-quad-gutter {
		width:1000px
	}
	
	#FoooterOngoingSectionsId .uncoltable .uncell .uncont {
		width:100%;
		
	}
	
		  .empty-space {
		display: none;
	}
	
	#FooterId .footeropendesignsdiv h4 {
    font-size: 12px;
}
	.footeropendesignsdiv {
    column-gap: 10px;
}
	#FooterId .footeropendesignsdiv p a img{
    width: 23px;
    height: 23px;
}
	#FooterId .footeropendesignsdiv p a {
    display: flex;
    height: 19px;
}
	#FooterId .footerclassone p span {
    font-size: 12px;
}
	#SecondFooterSection .privacypolicyclass p {
    text-align: left !important;
    font-size: 15px;
    line-height: 1.5;
}
	.corporateofficecontent h3 {
    font-size: 43px;
}
	
	.corporateofficecontent p {
    font-size: 20px;
}
	
	.corporateofficecontent h4 {
    font-size: 25px;
}
	
	    #NumberTellThatStories.aboutusePagesectioncards .cardseachcontainer  .numberstoriesSection {
        width: 100%;
    }

#projectdetailspecifications.contactuspagedreamhousesection {

    height: 680px;

}
	
	    .contactuspagedreamhousesection #NumberTellThatStories.aboutusePagesectioncards {
        bottom: -322px;
    }
	
}

@media (max-width:1600px) and (min-width:1400px) {
	header .navbar-nav-last {
	margin-left:0 !important;
	} 
	
	header .menu-item {
		    height: max-content;
	}
	
	header .row-menu-inner {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	
	header .main-menu-container {
		width:max-width;
	}
	
	    #menu-about-us::before {
			width: 500px;
			left: 22px;
			top: 15px;
    }
	
		header .row-menu-inner {

    width: 1400px;
}
	
			header .row-menu {
    display: flex;
    justify-content: center;
}
	
	
}

@media (max-width:1400px) and (min-width:1200px) {
	header .navbar-nav-last {
	margin-left:0 !important;
	} 
	
	header .menu-item {
		    height: max-content;
	}
	
	header .row-menu-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
	}
	
	header .main-menu-container {
		width:max-width;
	}
	
	    #menu-about-us::before {
    width: 288px;
    left: 22px;
    top: 16px;
    }
	
		header .row-menu-inner {

    width: 1100px;
}
	
			header .row-menu {
    display: flex;
    justify-content: center;
}
	   	header #menu-about-us li a {
    font-size: 15px !important;

    }
	
	   	header #main-logo .navbar-brand img {
    width: 165px;
    }
	
}


@media (max-width:1400px) and (min-width:1200px) {
	#projectdetailspecifications.contactuspagedreamhousesection  .row-child {
		width:1000px;
}
	    .contactuspagedreamhousesection #NumberTellThatStories.aboutusePagesectioncards {
    bottom: -334px;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 0;
		
    }
	.contactuspagedreamhousesection #NumberTellThatStories.aboutusePagesectioncards .numberstoriesSection p {
    font-size: 15px;
}
	
	   .contactuspagedreamhousesection #NumberTellThatStories.aboutusePagesectioncards .numberstoriesSection {
		width: 100%;
		height: 196px;
    }
	#projectdetailspecifications.contactuspagedreamhousesection {
    height: 700px;
}
	
	#projectdetailspecifications.contactuspagedreamhousesection .row-parent {
    padding-top: 70px;
}
	.pargraphboldtext {
    font-size: 38px !important;
    line-height: 40px;
}
	

}

@media (max-width:1200px) and (min-width:1000px) {
		
		#BuiltTrustFullSection.projectdeatilBuiltTrustFullSection .BuiltTrustslider {
   
    margin-top: 50px;
}
	#BuiltTrustFullSection.projectdeatilBuiltTrustFullSection {
		    height: 900px;
    background-position: 30% 66% !important;
}
	
	    #ProjectsShowCaseSection.swathyviswasparadiseclass .uncont{
       		    padding-top: 25px !important;
   		}
	
	
	
	#projectdetailspecifications.contactuspagedreamhousesection  .row-child {
    width: 800px;
}
	    .contactuspagedreamhousesection #NumberTellThatStories.aboutusePagesectioncards {
    bottom: -241px;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 0;
		
    }
	.contactuspagedreamhousesection #NumberTellThatStories.aboutusePagesectioncards .numberstoriesSection p {
    font-size: 13px;
}
	
	   .contactuspagedreamhousesection #NumberTellThatStories.aboutusePagesectioncards .numberstoriesSection {
    width: 100%;
    height: 160px;
    padding: 30px 20px;
    }
	#projectdetailspecifications.contactuspagedreamhousesection {
    height: 550px;
}
	
	#projectdetailspecifications.contactuspagedreamhousesection .row-parent {
    padding-top: 70px;
}
	.pargraphboldtext {
    font-size: 38px !important;
    line-height: 40px;
}
	
	.contactuspagedreamhousesection .pargraphboldtext {
    width: 60%;
}
	   #projectdetailspecifications.contactuspagedreamhousesection .pargraphboldtext {
        font-size: 30px !important;
        line-height: 34px;
    }

}

@media (max-width:1300px) and (min-width:1100px) {
		#FoooterOngoingSectionsId .wpb_row {
    height: auto;
    column-gap: 33px;
}
	#FoooterOngoingSectionsId .heading-text h3 span {
    font-size: 14px;
}
	
	#FoooterOngoingSectionsId .wpb_column:first-child {
     width: 15%;
}
	
	#FoooterOngoingSectionsId .vc_custom_heading_wrap p span a {
    font-size: 12px;
	line-height:15px;
}
		#FoooterOngoingSectionsId .vc_custom_heading_wrap p span  {
line-height:21px;
}
	
	#FoooterOngoingSectionsId .col-quad-gutter {
	    width: auto;
	}
	
	#FoooterOngoingSectionsId .uncoltable .uncell .uncont {
		width:100%;
		
	}
	
		  .empty-space {
		display: none;
	}
	
	#FooterId .footeropendesignsdiv h4 {
    font-size: 10px;
}
	.footeropendesignsdiv {
    column-gap: 10px;
}
	#FooterId .footeropendesignsdiv p a img{
    width: 23px;
    height: 23px;
}
	#FooterId .footeropendesignsdiv p a {
    display: flex;
    height: 19px;
}
	#FooterId .footerclassone p span {
    font-size: 10px;
}
	#SecondFooterSection .privacypolicyclass p {
    text-align: left !important;
    font-size: 15px;
    line-height: 1.5;
}
	.corporateofficecontent h3 {
    font-size: 43px;
}
	
	.corporateofficecontent p {
    font-size: 20px;
}
	
	.corporateofficecontent h4 {
    font-size: 25px;
}
	
	#FooterId .wpb_row {
    align-items: center;
}
}

@media (max-width: 1600px) and (min-width: 1400px) {
  .mainheadingtext h2 {
    font-size: 65px !important;
  }

  .mainSecondHeadingtext h2 {
    font-size: 95px !important;
    line-height: 100px !important;
  }

  .subtextContent {
    font-size: 30px !important;
  }

  .pargraphboldtext {
    font-size: 40px !important;
    line-height: 40px;
  }

  #NumberTellThatStories.aboutusePagesectioncards .numberstoriesSection h4 {
    font-size: 20px;
    line-height: 22.7px;
    margin-top: 24px !important;
  }
	
	#NumberTellThatStories.aboutusePagesectioncards .numberstoriesSection {
    width: 95%;
    height: 272px;
}
	
	#NumberTellThatStories.aboutusePagesectioncards .numberstoriesSection p {
    font-size: 14px;
    line-height: 22px;
}
	

}


@media (max-width:1200px) and (min-width:1000px) {
	header .navbar-nav-last {
	margin-left:0 !important;
	} 
	
	header .menu-item {
		    height: max-content;
	}
	
	header .row-menu-inner {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	
	header .main-menu-container {
		width:max-width;
	}
	
	    #menu-about-us::before {
    width: 175px;
    left: 22px;
    top: 15px;
    }
	
		header .row-menu-inner {

    width: 1000px;
}
	
			header .row-menu {
    display: flex;
    justify-content: center;
}
	   	header #menu-about-us li a {
    font-size: 14px !important;
    margin-top: 0;

    }
	
	   	header #main-logo .navbar-brand img {
        width: 130px;
    }
	
	    .menu-horizontal-inner .custom-cta-container .lets-talk-btn {
        width: max-content !important;
        padding: 16px 24px !important;
        font-size: 11px;
        font-weight: 700;
        margin-top: 0px;
    }
	
}

@media (max-width: 1500px) and (min-width: 1300px) {
  .menu-horizontal-inner .menu-item a {
    font-size: 14px !important;
  }

/*   #menu-about-us::before {
    width: 40%;
    left: 22px;
  } */
  .menu-horizontal-inner .menu-item a {
    margin-left: 68% !important;
  }

  .menu-horizontal-inner .custom-cta-container {
    margin-left: 37%;
  }
	#contactuscontactform {
    padding-top: 135px;
    padding-bottom: 80px;
}
}



@media (max-width:1680px) and (min-width:1050px){
	#designsanddreamsabout.aboutuspagesecond .designanddreams.mainSecondHeadingtext p strong {
		    letter-spacing: 0px !important ;
	}
	
		#designsanddreamsabout.aboutuspagesecond .designanddreamsfirst.mainSecondHeadingtext p strong {
		    letter-spacing: 0px !important ;
	}
	 
}

@media (max-width:1700px) and (min-width:1598px){
	
	.mainSecondHeadingtext h2 {
		font-size: 100px !important;
		line-height: 100px !important;
	}
	
	.subtextContent {
		font-size: 30px !important;
		line-height: 100% !important;
	}
	
}

@media (max-width:1600px) and (min-width:1300px){
		#formorethantwo {
    		background-size: contain;
		}
	
	.pargraphnormaltext {

    font-size: 15.9px !important;
    line-height: 28px;
}
	#ProjectsShowCaseSection.swathyviswasparadiseclass {
    margin-top: 55px;
}
	
}

@media (max-width:1350px) and (min-width:1300px){
	#formorethantwo .single-internal-gutter:nth-of-type(2) {
    height: 1000px;
    width: 94%;
    margin-left: 3%;
}
	
	

}


@media (max-width:1300px) and (min-width:1100px){
	#slideraboutsection .uncont {
		max-width:1000px !important;
	}
	
	#ProjectsShowCaseSection.swathyviswasparadiseclass {
    margin-top: 50px;
}
	
	.pargraphnormaltext {
    font-size: 14.9px !important;
    line-height: 25px;

}
	
	#slideraboutsection .ceoofcompany {

    font-size: 40px;
}

}






@media (max-width: 1565px) and (min-width: 1400px) {
  .testimoinalflexsection {
    flex-direction: column;
    display: flex;
    margin-left: 29%;
    margin-right: 20%;
  }

  #testimonilalcontentarea .testimonialvoicescontent {
    margin-left: 0;
    text-align: center;
    font-size: 90px;
  }

  #testimonilalcontentarea .testimonialvoicescontent strong::before {
    width: 9.2px;
    height: 112px;
    bottom: -43px;
    left: 11.3%;
  }

  #testimonilalcontentarea .testimonialwhererealcontent {
    margin-left: 0;
  }

  #testimonilalcontentarea .testimonialstoriescontent {
    margin-left: 0;
    text-align: end;
  }
}

@media (max-width: 1500px) and (min-width: 1450px) {
  .projectPortfolio1 {
    width: 22%;
  }

  .projectPortfolio {
    width: 25%;
  }
}

@media (max-width: 1450px) and (min-width: 1100px) {
  .projectPortfolio h4 {
    font-size: 20px;
  }

  .locationsinprojectdetail {
    font-size: 15px;
  }

  .twoprojectPortfolioflex1 p {
    font-size: 20px;
  }

  .twoprojectPortfolioflex1 h4 {
    font-size: 15px;
  }

  .projectPortfolio1 {
    width: 20%;
  }

  .projectPortfolio {
    width: 20%;
  }
}



@media (max-width:1430px) and (min-width:1300px) {
	#NumberTellThatStories.aboutusePagesectioncards .exa-bottom-padding {
    padding-bottom: 70px;
	}
}

@media (max-width:1600px) and (min-width:1355px) {
		.FooterSectionDIv  .uncont:first-child {
		width:938px;
	}
	
	.createSpacefilledlove h5 {
    font-size: 33px;

}
		.createSpacefilledlove1 h5 {
    font-size: 33px;
    width: 80%;
}
	.createSpacefilledlove1 {
 
    padding-left: 120px;
    padding-bottom: 46px;
}
	
	.FooterSectionDIv {
    height: 820px;
    padding-top: 105px;
}
}

@media (max-width:1354px) and (min-width:1200px) {
	
			.createSpacefilledlove h5 {
			font-size: 25px;
			width: 70%;
}
	
	
	
	.createSpacefilledlove1 h5 {
    font-size: 25px;
    width: 55%;
}
	
	.createSpacefilledlove {
    width: 43%;
    padding: 40px;
    border-radius: 20px;
    position: unset;
}
	
	.createSectionmainrows {
    margin-top: 50px !important;
}
	
	.createSpacefilledlove p {
 
    margin-top: 14px;
    letter-spacing: 2px;
    font-size: 15px;

}
	
	.FooterSectionDIv  .uncont:first-child {
		width:938px;
	}
	
	.createSpacefilledlove1 {
    width: 43%;
    padding: 40px;
    border-radius: 20px;
    padding-bottom: 35px;
    position: unset;
}
	.createSpacefilledlove1 p {
  	    margin-top: 14px;
    letter-spacing: 2px;
    font-size: 15px;
}
	
	.createsectionmainrow {
    position: unset;
    display: flex;
    justify-content: center;
}
	
	.createSpacefilledlove1 p::before {
    width: 22px;
    height: 19px;

}
	
	.createSpacefilledlove p::before {
	    width: 22px;
    height: 19px;
	
	}
	
	.FooterSectionDIv .HeadingOneFooter h3 span {
    font-size: 37px;
}
	
	.FooterSectionDIv .HeadingSecondFooter h3 span {
    font-size: 100px;

}
	
	.HeadingOneFooter {
		margin-left:15%
	}
	
	.HeadingSecondFooter {
		margin-right:15%;
	}
	
	.FooterSectionDIv {
    height: auto;
    padding-top: 135px;
}
	
	#NumberTellThatStories.aboutusePagesectioncards .exa-bottom-padding {
   	 padding-bottom: 30px;
	}
	
}

@media (max-width: 1400px) and (min-width: 1200px) {
  .testimoinalflexsection {
    margin-left: 26%;
    margin-right: 19%;
  }

  #testimonilalcontentarea .testimonialvoicescontent {
    margin-left: 0;
    text-align: center;
    font-size: 90px;
  }

  #testimonilalcontentarea .testimonialvoicescontent strong::before {
    width: 9.2px;
    height: 112px;
    bottom: -43px;
    left: 11.3%;
  }

  #testimonilalcontentarea .testimonialwhererealcontent {
    margin-left: 0;
  }

  #testimonilalcontentarea .testimonialstoriescontent {
    margin-left: 0;
    text-align: end;
  }
	
	  #NumberTellThatStories.aboutusePagesectioncards .numberstoriesSection h4 {
    font-size: 20px;
    line-height: 22.7px;
    margin-top: 24px !important;
  }
	
	#NumberTellThatStories.aboutusePagesectioncards .numberstoriesSection {
    width: 95%;
    height: 272px;
}
	
	#NumberTellThatStories.aboutusePagesectioncards .numberstoriesSection p {
    font-size: 14px;
    line-height: 22px;
}
}

@media (max-width: 1600px) and (min-width: 1300px) {
  .mainSecondHeadingtext h2 {
    font-size: 85px !important;
    line-height: 85px !important;
  }

  .subtextContent {
    font-size: 28px !important;
    line-height: 1.5 !important;
  }

  .mainheadingtext h2 {
    font-size: 60px !important;
    line-height: 60px !important;
  }
	

	#ProjectsShowCaseSection.ongoingprojectsbanner .withsmilessec {
	font-size: 80px !important;
    line-height: 80px !important;
		letter-spacing: -2px !important;
	}
	
	
	#ProjectsShowCaseSection.ongoingprojectsbanner .withsmilessec strong {
		    margin-right: 10px;
	}

  .projectPortfolio {
    width: 23%;
  }

  .projectPortfolio1 {
    width: 20%;
  }

  .projectPortfolio h4 {
    font-size: 18px;
    width: 80%;
    line-height: 1.1;
  }

  .locationsinprojectdetail {
    font-size: 15px;
    height: 14px;
  }

  .projectPortfolioflex img {
    width: 26px;
    height: 26px;
  }

  .twoprojectPortfolioflex1 p {
    font-size: 17px;
  }

  .twoprojectPortfolioflex1 h4 {
    font-size: 14px;
  }

  .projectPortfolioflex1 img {
    width: 50px;
    height: 50px;
  }

  #main-logo .navbar-brand img {
    width: 175px;
  }

  #designsanddreamsabout .my-image-slider {
    margin-top: 50px;
  }

  #menu-about-us li a {
    font-size: 15px !important;
    margin-top: 0;
    margin-left: 0 !important;
  }

  .menu-horizontal-inner .custom-cta-container .lets-talk-btn {
    width: max-content !important;
    padding: 16px 24px !important;
    font-size: 11px;
    font-weight: 700;
    margin-top: 0px;
  }

  .projectdetailcontentrow {
    margin-top: 40px !important;
  }

  .main-container .row-container .double-bottom-padding {
    padding-bottom: 35px;
  }

  .bookasitebutton {
    width: 270px;
    height: 40px;
  }

  .bookasitebutton:last-child a {
    font-size: 15px !important;
  }

  .bookasitebutton:first-child a {
    color: #0f335d !important;
    font-weight: 700;
	  
  }

  .vertical-text-slider-projectdetail {
    width: 60%;
  }

  #projectdetailspecifications {
    height: 900px;
  }

  .faq-item {
    width: 800px;
  }

  .spec-answer ul li {
    line-height: 22px;
    font-size: 14px;
  }

  #projectdetailspecifications .uncotspecfication .row-child {
    width: 40%;
  }

  .spec-question {
    font-size: 19px !important;
  }
  #projectdetailspecifications .uncotspecfication .row-child .uncont {
    padding: 30px 50px;
  }

  #projectdetailspecifications .row-parent {
    margin: 50px auto;
  }

  #BuiltTrustFullSection.projectdeatilBuiltTrustFullSection .BuiltTrustslider {
    justify-content: flex-end;
    margin-top: 50px;
  }

  #BuiltTrustFullSection.projectdeatilBuiltTrustFullSection {
    height: 1000px;
  }

  .vertical-text-slider-projectdetail .builtSilderSectionsContent h3 {
    font-size: 30px;
  }

  .vertical-text-slider-projectdetail .builtSilderSectionsContent p strong {
    font-size: 15px;
    line-height: 23px;
    width: 100%;
  }

  .vertical-text-slider-projectdetail .slick-slide {
    min-height: 205px !important;
  }

  #floorplansection .vc_tta-tab a span {
    font-size: 17px;
  }

  #floorplansection .tab-pane img {
    width: 80%;
  }

  #floorplansection .tab-pane .uncode-single-media-wrapper {
    display: flex;
    justify-content: center;
  }
}




@media (max-width: 1300px) and (min-width: 1025px) {
  .mainSecondHeadingtext h2 {
    font-size: 85px !important;
    line-height: 85px !important;
  }
	
		#ProjectsShowCaseSection.ongoingprojectsbanner .withsmilessec {
	font-size: 60px !important;
    line-height: 60px !important;
		letter-spacing: -2px !important;
	}
	
	
	#ProjectsShowCaseSection.ongoingprojectsbanner .withsmilessec strong {
		    margin-right: 10px;
	}

  .subtextContent {
    font-size: 28px !important;
    line-height: 1.5 !important;
  }

  .mainheadingtext h2 {
    font-size: 60px !important;
    line-height: 60px !important;
  }

  .projectPortfolio {
    width: 23%;
  }

  .projectPortfolio1 {
    width: 20%;
  }

  .projectPortfolio h4 {
    font-size: 18px;
    width: 80%;
    line-height: 1.1;
  }

  .locationsinprojectdetail {
    font-size: 15px;
    height: 14px;
  }

  .projectPortfolioflex img {
    width: 26px;
    height: 26px;
  }

  .twoprojectPortfolioflex1 p {
    font-size: 17px;
  }

  .twoprojectPortfolioflex1 h4 {
    font-size: 14px;
  }

  .projectPortfolioflex1 img {
    width: 50px;
    height: 50px;
  }

  #main-logo .navbar-brand img {
    width: 130px;
  }

  #menu-about-us li a {
    color: #000 !important;
    font-size: 13px !important;
    margin-top: 0;
  }

  .menu-horizontal-inner .custom-cta-container .lets-talk-btn {
    width: max-content !important;
    padding: 16px 24px !important;
    font-size: 11px;
    font-weight: 700;
    margin-top: 0px;
  }

  .projectdetailcontentrow {
    margin-top: 40px !important;
  }

  .main-container .row-container .double-bottom-padding {
    padding-bottom: 35px;
  }

  .bookasitebutton {
    width: 270px;
    height: 40px;
  }

  .bookasitebutton:last-child a {
    font-size: 15px !important;
  }

  .bookasitebutton:first-child a {
    font-size: 15px !important;
  }

  .vertical-text-slider-projectdetail {
    width: 80%;
  }

  #BuiltTrustFullSection.projectdeatilBuiltTrustFullSection .BuiltTrustslider {
    justify-content: center;
    margin-top: 300px;
  }

  #BuiltTrustFullSection.projectdeatilBuiltTrustFullSection {
    height: 1000px;
  }

  .vertical-text-slider-projectdetail .builtSilderSectionsContent h3 {
    font-size: 30px;
  }

  .vertical-text-slider-projectdetail .builtSilderSectionsContent p strong {
    font-size: 15px;
    line-height: 23px;
    width: 100%;
  }

  .vertical-text-slider-projectdetail .slick-slide {
    min-height: 205px !important;
  }

  #floorplansection .vc_tta-tab a span {
    font-size: 17px;
  }

  #floorplansection .tab-pane img {
    width: 80%;
  }

  #floorplansection .tab-pane .uncode-single-media-wrapper {
    display: flex;
    justify-content: center;
  }
}
@media (max-width:1300px) and (min-width:1200px){
		#formorethantwo {
    		background-size: contain;
		}
	
	#formorethantwo .pargraphnormaltext {

    font-size: 13.9px !important;
    line-height: 24px;
}
	
	#formorethantwo .single-internal-gutter:nth-of-type(2) {
    height: 1000px;
    width: 84%;
    margin-left: 3%;
}
}
@media (max-width:1350px) and (min-width:1200px) {
	#contactuscontactform .single-internal-gutter:nth-child(2) {
    	padding-left: 40px;
	}
	
	#contactuscontactform.contact-us-contactform .row-parent {
    width: 85%;
	}
	.contactusForm label {
    font-size: 15px;
    line-height: 20px;
}
	#contactuscontactform .contactusForm input {
    height: 40px;

}
	
	    #contactuscontactform .single-internal-gutter:nth-child(1) {
       width:50%;
    }
		    #contactuscontactform .single-internal-gutter:nth-child(2) {
       width:40%;
    }
	
	.contactusForm p {
    width: 45%;
}
	
	#contactuscontactform .contactusForm input::placeholder {
  font-size: 12px;
}
		#contactuscontactform .contactusForm textarea::placeholder {
  font-size: 12px;
}
	#contactuscontactform .contactusForm input.contactussubmitbutton {
    width: 164px;
    height: 39px;
    font-size: 15.9px;
    margin-top: 10px !important;
}
	
	.contactusForm p:nth-of-type(6) .wpcf7-list-item-label {
    font-size: 12px;
    line-height: 15px;
    padding-left: 5px;
}
	
	.contactusForm p:nth-of-type(6) input {
    margin-top: 3px !important;
}
	
	#contactuscontactform {
    padding-top: 125px;
    padding-bottom: 50px;
}
}


@media (max-width:1200px) and (min-width:1000px){
	
		.createSpacefilledlove h5 {
		font-size: 25px;
		width: 94%;
}
	
	.createSpacefilledlove1 h5 {
    font-size: 25px;
    width: 84%;
}
	
	.createSpacefilledlove {
    width: 50%;
    padding: 40px;
    border-radius: 20px;
}
	
	.createSpacefilledlove p {
 
    margin-top: 14px;
    letter-spacing: 2px;
    font-size: 15px;

}
	
	.FooterSectionDIv  .uncont:first-child {
		width:938px;
	}
	
	.createSpacefilledlove1 {
    width: 50%;
    padding: 40px;
    border-radius: 20px;
    left: 49%;
    padding-left: 33px;
    padding-bottom: 35px;
}
	.createSpacefilledlove1 p {
  	    margin-top: 14px;
    letter-spacing: 2px;
    font-size: 15px;
}
	
	.createSpacefilledlove1 p::before {
    width: 22px;
    height: 19px;

}
	
	.createSpacefilledlove p::before {
	    width: 22px;
    height: 19px;
	
	}
	
	
	.FooterSectionDIv .HeadingOneFooter h3 span {
    font-size: 32px;
    letter-spacing: 0px;
    margin-left: 20%;
    width: 100%;
}
	
	.FooterSectionDIv .HeadingSecondFooter h3 span {
    font-size: 100x;
    font-weight: 400;
    line-height: 0.9;
    letter-spacing: -7px;
}
	.FooterSectionDIv {
    height: 550px;
    padding-top: 45px;
}
	.createSectionmainrows {
    margin-top: 70px !important;
}
	
	.createsectionmainrow {
		width:690px;
	}
	.createSectionmainContainer {
    display: flex;
    justify-content: center;
}
	
    #NumberTellThatStories.aboutusePagesectioncards .numberstoriesSection {
        padding: 20px;
		height: 250px;
    }
	
	#NumberTellThatStories.aboutusePagesectioncards .numberstoriesSection h4 {
    margin-top: 30px !important;
    font-size: 18px;
    line-height: 18.7px;
}
	#NumberTellThatStories.aboutusePagesectioncards .numberstoriesSection p {
    font-size: 13px;
    line-height: 20px;
}
	#NumberTellThatStories.aboutusePagesectioncards .exa-bottom-padding {
    padding-bottom: 8px;
}
	
	#corevaluesandthatdefine {
    padding-bottom: 35px;
}
	
	#NumberTellThatStories.aboutusePagesectioncards .background-element {
    margin: -63px;
}
	
			#formorethantwo {
    		background-size: contain;
		}
	
	#formorethantwo .pargraphnormaltext {

    font-size: 13.9px !important;
    line-height: 24px;
}
	
	#formorethantwo .single-internal-gutter:nth-of-type(2) {
    height: 1000px;
    width: 84%;
    margin-left: 3%;
}
	
}

@media (max-width:1200px) and (min-width:900px) {
	#contactuscontactform .single-internal-gutter:nth-child(2) {
    	padding-left: 40px;
	}
	
	#contactuscontactform.contact-us-contactform .row-parent {
   		 width: 100%;
	}
	.contactusForm label {
    font-size: 12px;
    line-height: 18px;
}
	#contactuscontactform .contactusForm input {
    height: 40px;

}
	
	    #contactuscontactform .single-internal-gutter:nth-child(1) {
    width: 54%;
    }
		    #contactuscontactform .single-internal-gutter:nth-child(2) {
    width: 43%;
    padding-left: 20px;
    padding-top: 0;
    }
	
	.contactusForm p {
    width: 45%;
    margin-top: 5px;
}
	
	#contactuscontactform .wpb_row{
		display:flex;
	}
	
	#contactuscontactform .contactusForm input::placeholder {
  font-size: 12px;
}
		#contactuscontactform .contactusForm textarea::placeholder {
  font-size: 12px;
}
	#contactuscontactform .contactusForm input.contactussubmitbutton {
    width: 164px;
    height: 39px;
    font-size: 15.9px;
    margin-top: 10px !important;
}
	
	.contactusForm p:nth-of-type(6) .wpcf7-list-item-label {
    font-size: 12px;
    line-height: 15px;
    padding-left: 5px;
}
	
	.contactusForm p:nth-of-type(6) input {
    margin-top: 3px !important;
}
	
	#contactuscontactform {
    padding-top: 85px;
    padding-bottom: 50px;
}
}

@media (min-width:1100px) {
	#imagehoversectionhomepage {
    padding: 50px 150px;
    padding-bottom: 150px;
}

#imagehoversectionhomepage .vc_row {
    border-radius: 50px;
}
}


@media (max-width:1100px) and (min-width:900px) {
	
	#ProjectsShowCaseSection.swathyviswasparadiseclass {
    margin-top: 40px;
}
	
		#FoooterOngoingSectionsId .wpb_row {
    height: auto;
    column-gap: 33px;
}
	#FoooterOngoingSectionsId .heading-text h3 span {
    font-size: 14px;
}
	
	#FoooterOngoingSectionsId .wpb_column:first-child {
     width: 15%;
}
	
	#FoooterOngoingSectionsId .vc_custom_heading_wrap p span a {
    font-size: 12px;
	line-height:15px;
}
		#FoooterOngoingSectionsId .vc_custom_heading_wrap p span  {
line-height:21px;
}
	
	#FoooterOngoingSectionsId .col-quad-gutter {
	    width: auto;
	}
	
	#FoooterOngoingSectionsId .uncoltable .uncell .uncont {
		width:100%;
		
	}
	
		  .empty-space {
		display: none;
	}
	
	#FooterId .footeropendesignsdiv h4 {
    font-size: 10px;
}
	.footeropendesignsdiv {
    column-gap: 10px;
}
	#FooterId .footeropendesignsdiv p a img{
    width: 23px;
    height: 23px;
}
	#FooterId .footeropendesignsdiv p a {
    display: flex;
    height: 19px;
}
	#FooterId .footerclassone p span {
    font-size: 10px;
}
	#SecondFooterSection .privacypolicyclass p {
    text-align: left !important;
    font-size: 15px;
    line-height: 1.5;
}
	.corporateofficecontent h3 {
    font-size: 43px;
}
	
	.corporateofficecontent p {
    font-size: 20px;
}
	
	.corporateofficecontent h4 {
    font-size: 25px;
}
	
	#FooterId .wpb_row {
    align-items: center;
}
}


@media (max-width:1100px) and (min-width:900px){
	
	.ceoslidermaindivcontent {
    width: 87%;
}
	#slideraboutsection .uncont {
		max-width:800px !important;
	}
	
	.pargraphnormaltext {
    font-size: 12.9px !important;
    line-height: 19px;

}
	
	#slideraboutsection .ceoofcompany {
    font-size: 35px;
}
	
	#slideraboutsection .domaininthecompany {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 15px;
}
	
	.aboutus-section-slick-next {
    width: 45px;
    margin-bottom: 45px;
}
		.aboutus-section-slick-prev {
    width: 45px;
}
#visionariesbehindsection .row-parent {
    padding-top: 43px;
}
}

@media (max-width:1000px) and (min-width:800px) {
	#projectdetailspecifications.contactuspagedreamhousesection  .row-child {
    width: 600px;
}
	    .contactuspagedreamhousesection #NumberTellThatStories.aboutusePagesectioncards {
			bottom: -207px;
			width: 100%;
			display: flex;
			justify-content: center;
			margin-top: 0;
		
    }
	.contactuspagedreamhousesection #NumberTellThatStories.aboutusePagesectioncards .numberstoriesSection p {
    font-size: 12px;
    line-height: 18px;
}
	
	   .contactuspagedreamhousesection #NumberTellThatStories.aboutusePagesectioncards .numberstoriesSection {
    width: 100%;
    height: 160px;
    padding: 30px 20px;
    }
	#projectdetailspecifications.contactuspagedreamhousesection {
      height: 450px;
}
	
	#projectdetailspecifications.contactuspagedreamhousesection .row-parent {
    padding-top: 70px;
}
	.pargraphboldtext {
    font-size: 38px !important;
    line-height: 40px;
}
	
	.contactuspagedreamhousesection .pargraphboldtext {
    width: 60%;
}
	   #projectdetailspecifications.contactuspagedreamhousesection .pargraphboldtext {
			font-size: 23px !important;
			line-height: 28px;
			margin-top: 15px;
    }
	
	.contactuspagedreamhousesection #NumberTellThatStories.aboutusePagesectioncards .cardseachcontainer {
    width: 31%;
}

}

/* @media (max-width:) */

@media (max-width:1000px) and (min-width:960px) {
	
		#BuiltTrustFullSection.projectdeatilBuiltTrustFullSection .BuiltTrustslider {
   
    margin-top: 50px;
}
	#BuiltTrustFullSection.projectdeatilBuiltTrustFullSection {
		    height: 900px;
    background-position: 30% 66% !important;
}
	
	    #ProjectsShowCaseSection.swathyviswasparadiseclass .uncont{
       		    padding-top: 25px !important;
   		}
	
	
	
	
	
	header .navbar-nav-last {
	margin-left:0 !important;
	} 
	
	header .menu-item {
		    height: max-content;
	}
	
	header .row-menu-inner {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	
	header .main-menu-container {
		width:max-width;
	}
	
	    #menu-about-us::before {
    width: 100px;
    left: 22px;
    top: 15px;
    }
	
		header .row-menu-inner {

       width: 900px;
}
	
			header .row-menu {
    display: flex;
    justify-content: center;
}
	   	header #menu-about-us li a {
      font-size: 13px !important;
    margin-top: 0;

    }
	
	   	header #main-logo .navbar-brand img {
        width: 130px;
    }
	
	    .menu-horizontal-inner .custom-cta-container .lets-talk-btn {
        width: max-content !important;
        padding: 16px 24px !important;
        font-size: 11px;
        font-weight: 700;
        margin-top: 0px;
    }
	
}

@media (max-width:1024px) and (min-width:900px) {
	
	.mainSecondHeadingtext h2 {
    font-size: 60px !important;
    line-height: 60px !important;
    letter-spacing: -3px !important;
}
	
	.subtextContent {
    font-size: 18px !important;
    letter-spacing: 0px !important;
}
	
	#corevaluesandthatdefine .designanddreamsfirst.mainSecondHeadingtext {

    margin-top: 10px;
}
	
	#awardsandcommitements .uncode_text_column {
    margin-top: 10px !important;
}
	
	#visionariesbehindsection.aboutpagevisionariesbehindsection .uncode_text_column {
    margin-top: 10px;
}
	
	    #NumberTellThatStories.aboutusePagesectioncards .numberstoriesSection {
			padding: 15px;
			height: 196px;
    }
	
	
	#NumberTellThatStories.aboutusePagesectioncards .wpb_column:first-child .uncol {
    margin-top: -48px;
}
	#NumberTellThatStories.aboutusePagesectioncards .numberstoriesSection h4 {
    margin-top: 15px !important;
    font-size: 14px;
    line-height: 15.7px;
}
	#NumberTellThatStories.aboutusePagesectioncards .numberstoriesSection p {
    font-size: 11px;
    line-height: 18px;
}
	#NumberTellThatStories.aboutusePagesectioncards .exa-bottom-padding {
    padding-bottom: 50px;
}
	
	#corevaluesandthatdefine {
    padding-bottom: 35px;
}
	
	#NumberTellThatStories.aboutusePagesectioncards .background-element {
    margin: -63px;
}
	
	.mainheadingtext h2 {
    font-size: 55px !important;
    line-height: 55px !important;
}
	
		#ProjectsShowCaseSection.ongoingprojectsbanner .withsmilessec {
	font-size: 55px !important;
    line-height: 55px !important;
		letter-spacing: -2px !important;
	}
	
	
	#ProjectsShowCaseSection.ongoingprojectsbanner .withsmilessec strong {
		    margin-right: 10px;
	}
	
	
	.projectPortfolio {
      width: 20%;
}
	.projectPortfolio1 {
    width: 15%;
}
	
	.projectPortfolio h4 {
    font-size: 14px;
    width: 72%;
}
	
	.twoprojectPortfolioflex1 p {
    font-size: 14px;
 
}
	
	.projectPortfolioflex1 img {
    width: 39px;
    height: 39px;
}
	.twoprojectPortfolioflex1 h4 {
    font-size: 14px;

}
	
	.locationsinprojectdetail {
    font-size: 14px;
}
	.projectPortfolioflex img {
    width: 28px;
    height: 28px;
}
	
	.overlaytextXContent {
    bottom: 15px;
}
}

@media (max-width:1000px) and (min-width:768px){
	
	.createSpacefilledlove h5 {
		font-size: 25px;
		width: 94%;
}
	
	.createSpacefilledlove1 h5 {
    font-size: 25px;
    width: 84%;
}
	
	.createSpacefilledlove {
    width: 50%;
    padding: 40px;
    border-radius: 20px;
}
	
	.createSpacefilledlove p {
 
    margin-top: 14px;
    letter-spacing: 2px;
    font-size: 15px;

}
	
	.createSpacefilledlove1 {
    width: 50%;
    padding: 40px;
    border-radius: 20px;
    left: 49%;
    padding-left: 33px;
    padding-bottom: 35px;
}
	.createSpacefilledlove1 p {
  	    margin-top: 14px;
    letter-spacing: 2px;
    font-size: 15px;
}
	
	.createSpacefilledlove1 p::before {
    width: 22px;
    height: 19px;

}
	
	.createSpacefilledlove p::before {
	    width: 22px;
    height: 19px;
	
	}
	.FooterSectionDIv .HeadingOneFooter h3 span {
    font-size: 30px;
    letter-spacing: 0px;
}
	
	.FooterSectionDIv .HeadingSecondFooter h3 span {
    font-size: 100x;
    font-weight: 400;
    line-height: 0.9;
    letter-spacing: -7px;
}
	.FooterSectionDIv {
    height: 550px;
    padding-top: 45px;
}
	.createSectionmainrows {
    margin-top: 70px !important;
}
	
	.createsectionmainrow {
		width:690px;
	}
	.createSectionmainContainer {
    display: flex;
    justify-content: center;
}

	.awardsandcontentssection .row-child .row-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 50px;
}
	
	#awardsandcommitements .row-parent {
    padding-bottom: 0;
    padding-top: 50px;
}
	
.awardsandcontentssection .row-child .row-inner .wpb_column:nth-of-type(2) {
    width: 70% !important;
}

	#awardsandcommitements img {
		width:100%
	}
	
	.awardsandcontentssection .bestbuilderawardee {

    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0px;
    margin-bottom: 20px;
    text-align: center;
}
	
	    .awardsandcontentssection p {
        text-align: center;
    }
	
	.pargraphnormaltext {
    font-size: 15.9px !important;
    line-height: 22px;
}
		#ProjectsShowCaseSection.ongoingprojectsbanner .withsmilessec {
	font-size: 50px !important;
    line-height: 50px !important;
		letter-spacing: -2px !important;
	}
	
	
	#ProjectsShowCaseSection.ongoingprojectsbanner .withsmilessec strong {
		    margin-right: 10px;
	}
	
}
	
	@media (max-width:900px) and (min-width:768px) {
	
		.mainSecondHeadingtext h2 {
			font-size: 60px !important;
			line-height: 60px !important;
			letter-spacing: -3px !important;
		}

		.subtextContent {
			font-size: 18px !important;
			letter-spacing: 0px !important;
		}

		#corevaluesandthatdefine .designanddreamsfirst.mainSecondHeadingtext {
			margin-top: 10px;
		}

		#awardsandcommitements .uncode_text_column {
		margin-top: 10px !important;
		}

		#visionariesbehindsection.aboutpagevisionariesbehindsection .uncode_text_column {
			margin-top: 10px;
		}
		
	.projectPortfolio {
       width: 24%;
}
	.projectPortfolio1 {
    width: 20%;
}
	
	.projectPortfolio h4 {
    font-size: 14px;
    width: 76%;
}
	
	.twoprojectPortfolioflex1 p {
    font-size: 14px;
 
}
	
	.projectPortfolioflex1 img {
    width: 39px;
    height: 39px;
}
	.twoprojectPortfolioflex1 h4 {
    font-size: 14px;

}
	
	.locationsinprojectdetail {
    font-size: 14px;
}
	.projectPortfolioflex img {
    width: 28px;
    height: 28px;
}
	
	.overlaytextXContent {
    bottom: 15px;
}
	}


@media (max-width:900px) and (min-width:769px) {
	
	    .mainheadingtext h2 {
        font-size: 50px !important;
        line-height: 50px !important;
			letter-spacing:0
    }
	
	#NumberTellThatStories.aboutusePagesectioncards .exa-bottom-padding {
		padding-bottom: 56px;
		background: #103664;
}
	
	#NumberTellThatStories.aboutusePagesectioncards .uncont {
		flex-wrap: wrap;
		justify-content: center;
		column-gap: 21px;
		row-gap: 22px;
}
	
	    #NumberTellThatStories .numberstoriesSection {
			height: 249px;
			width: 249px;
			background-size: contain;
    }
	#NumberTellThatStories.aboutusePagesectioncards .numberstoriesSection h4 {
		font-size: 20px;
		line-height: 25.7px;
		margin-top: 20px !important;
}
	
	#NumberTellThatStories.aboutusePagesectioncards .cardseachcontainer{
    width: 249px;
}
	#NumberTellThatStories.aboutusePagesectioncards .cardseachcontainer:first-child {
    margin-top: 0px !important;
}
	
	#NumberTellThatStories.aboutusePagesectioncards .cardseachcontainer:nth-child(4) {
    margin-top: 0px !important;
}
	
	#NumberTellThatStories.aboutusePagesectioncards .cardseachcontainer:nth-child(3) {
    margin-top: 0px !important;
}
	
	#NumberTellThatStories.aboutusePagesectioncards .cardseachcontainer:nth-child(5) {
    margin-top: 0px !important;
}
	
	#NumberTellThatStories.aboutusePagesectioncards .numberstoriesSection p {
    font-size: 14px;
    line-height: 21px;

}
}

@media (max-width:900px) {
		    .ceoslidermaindivfirst {
        flex-direction: column;
    }
	.ceoslidermaindivcontent {
    width: 100%;
}
	
	.ceoslidermaindivfirst.slidersecondcontent .ceoslidermaindivcontent {
    width: 100%;
}
	
	    .aboutus-section-slick-prev {
        left: 30%;
        bottom: 0%;
        top: 102%;
        width: max-content;
			width:55px;
    }
	    .aboutus-section-slick-next {
        right: 30%;
        bottom: 0%;
        margin-bottom: 0px;
        top: 102%;
				width:55px;
    }
	
	    #visionariesbehindsection .row-parent {
        padding-top: 50px;
        padding-bottom: 100px !important;
    }
	
	.ceoslidermaindivfirst.slidersecondcontent {
    padding-bottom: 0px;
}
	
.ceoslidermaindivfirst.slidersecondcontent .ceoslidermaindivcontent:nth-of-type(2) {
	margin-top: 20px;
}
	
	    #slideraboutsection .ceoofcompany {
        font-size: 30px;
        margin-top: 0;
    }
	
	    #slideraboutsection .domaininthecompany {
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 3px;
        margin-bottom: 16px;
    }
}

@media (max-width:800px) and (min-width:600px) {
	#projectdetailspecifications.contactuspagedreamhousesection {
    height: auto;
}
	
	.contactuspagedreamhousesection #NumberTellThatStories.aboutusePagesectioncards {
    position: unset;
}
	
	.contactuspagedreamhousesection .pargraphboldtext {
    width: 70%;
}
	
	.contactuspagedreamhousesection .pargraphboldtext {
		font-size: 27px !important;
		line-height: 35px;
		margin-top: 15px;
}
	.contactuspagedreamhousesection #NumberTellThatStories.aboutusePagesectioncards .numberstoriesSection p {
    font-size: 13px;
    line-height: 17px;
}
	.contactuspagedreamhousesection #NumberTellThatStories.aboutusePagesectioncards .numberstoriesSection {
    height: 184px;
    padding: 40px 20px 20px;
    width: 100%;
}
	.contactuspagedreamhousesection #NumberTellThatStories.aboutusePagesectioncards .uncont {
    margin-top: 70px;
    row-gap: 50px;
}
	.contactuspagedreamhousesection #NumberTellThatStories.aboutusePagesectioncards .cardseachcontainer {
    width: 48%;
}
	    #projectdetailspecifications.contactuspagedreamhousesection .row-child {
        width: 500px;
    }
	    .contactuspagedreamhousesection #NumberTellThatStories.aboutusePagesectioncards {
        bottom: -207px;
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 0;
    }
	
	.contactuspagedreamhousesection #NumberTellThatStories.aboutusePagesectioncards .cardseachcontainer::before {
    top: -22px;
    right: 0px;
}
	
	#projectdetailspecifications.contactuspagedreamhousesection .row-parent {
		padding-top: 50px;
		padding-bottom: 55px;
}
}


	
@media (max-width: 768px) {
	
	.aboutuseflexcontent {
		display: flex;
		flex-direction: column;
	}
	
	.aboutuseflexcontent p {
		flex-direction: column;
	}
	
	
	.vertical-text-slider-projectdetail {
    width: 90%;

}
	
	#BuiltTrustFullSection.projectdeatilBuiltTrustFullSection .BuiltTrustslider {
    justify-content: center;
    margin-top: 40px;
}
	
	#BuiltTrustFullSection.projectdeatilBuiltTrustFullSection {
    height: auto;
    background-position: right;
    background-image: none !important;
}
	
	
		.conatinerwidthresolution {
		display:flex;
		justify-content:center;
	}
	
	.conatinerwidthresolution .row-child {
		width:400px !important;
	}
	
	    #BuiltOnTrustContentText .bigwords {
        text-align: end !important;
    }
	
	
	    .NumberStoriesHeadingText.homepagenumbersthat .wpb_column .uncont {
        max-width: 360px !important;
    }
	    #NumberTellThatStories.HomePageNumberTellThatStories .uncode_text_column {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
	
	#NumberTellThatStories.HomePageNumberTellThatStories .wpb_row {
		display: flex;
		justify-content:center;
		flex-wrap:wrap;
	}
	
	#NumberTellThatStories.HomePageNumberTellThatStories .wpb_column {
		width:50%;
	}
	
	
	
	#letstalkidsection h3{ 
	
	height:50px;
	}
	
	#SecondFooterSection .btn-underline-in {
		font-size:50px;
	}
	
	.newfootersection .heading-text p span a {
    font-size: 15px;

}
	
	#FooterId .wpb_row .wpb_column {
    width: 100%;
    display: block !important;
}
	
	#FooterId .footerclassone p span {
    text-align: center;
}
	
	#FooterId .footeropendesignsdiv {
		margin-top:10px !important;
	}
	.newfootersection .heading-text p {
    flex-direction: column;
}
	
	.newfootersection .vc_custom_heading_wrap h3 span::before { 
	content:none;
	}
		.newfootersection .vc_custom_heading_wrap h3 span::after { 
	content:none;
	}
	#FooterId .wpb_row {

     flex-direction: column;
    margin-left: 0;
	}
	
	#DesignDreamsSection .background-inner {
    background-image: none !important;
}
	
	#SecondFooterSection .newfootersection {
		
		margin-top:20px ;
	}

	
	
	

		.FooterSectionDIv .uncont {
			width:320px !important;
		}
	
	    .createSpacefilledlove p::before {
			width: 25px;
			height: 22px;
			top: -70px;
			right: 9px;
    }
	
	.createsectionmainrow {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	
		.awardsandcontentssection .row-child .row-inner {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	
	#designsanddreamsabout .seconddreamssectionparagraph {
    margin-top: 7px;
}
	
	#awardsandcommitements .uncode_text_column {
    margin-top: 6px !important;
}
  #main-logo .navbar-brand img {
    width: 50%;
    margin: 0;
  }

  .menu-horizontal-inner .uncode-close-offcanvas-mobile {
    font-size: 18px;
    height: auto;
    line-height: 1;
    position: absolute;
    right: 10%;
    top: 3%;
    text-align: center;
    width: 0;
    margin: 0;
  }
  #menu-about-us::before {
    content: none;
  }

  .menu-horizontal-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* 		height: 100vh; */
  }
  .menu-horizontal-inner .navbar-nav {
    padding-top: 0 !important;
  }

  .menu-horizontal-inner .custom-cta-container .lets-talk-btn {
    margin-top: 0px;
  }

  #menu-about-us li a {
    color: #000 !important;
    margin-left: 0 !important;
    margin-top: 0;
    text-align: center;
  }

  #HeroBannerStyle .split-word-inner {
    font-size: 70px;
  }

  #HeadingColorSelect .spanclassHeader span {
    margin-top: 0 !important;
  }

  #HeroBannerStyle
    .spanclassHeader
    .heading-line-wrap
    .word6
    .split-word-inner {
    color: #f2851e !important;
  }

  .craftdesignstextcontent .firstcraftdesignstextcontent {
    font-size: 35px;
    letter-spacing: 0;
    font-weight: 200;
  }

  .craftdesignstextcontent {
/*     flex-direction: column;
    align-items: flex-start; */
  }

  .craftdesignstextcontent1 .secondcraftdesignstextcontent1 {
    font-weight: 300;
    font-size: 18px;
    text-align: end;
    width: max-content;
    margin-top: 5px;
    letter-spacing: 0;
  }

  .craftdesignstextcontent .secondcraftdesignstextcontent {
    font-size: 18px;
    text-align: end;
    width: max-content;
    margin-top: 5px;
  }

  .craftdesignstextcontent1 {
/*     flex-direction: column;
    margin-top: -45px !important;
    align-items: flex-start; */
  }

  .craftdesignstextcontent1 .firstcraftdesignstextcontent1 {
/*     font-size: 30px;
    margin-top: 10px; */
	      font-size: 35px;
    letter-spacing: 0;
    font-weight: 200;
    margin-top: 0;
  }
	
	.craftdesignstextcontent1 {
    margin-top: -25px !important;
}

  #DesignDreamsSection .splitImagesMaincontainer {
    margin-top: 50px;
  }

  #DesignDreamsSection .craftingquality {
    width: 100%;
    font-size: 28px;
  }

  #DesignDreamsSection .rightside-content-crafting p {
    width: 100%;
    margin-top: 0px;
  }

  #DesignDreamsSection .welcometojayaswathy {
    font-size: 15px;
  }

  #DesignDreamsSection .explorebuttoncraftquality {
    height: 39px;
    font-size: 13px;
    padding: 0 17px;
  }

  #DesignDreamsSection .rightside-content-crafting {
    padding-left: 0px;
  }

  #DesignDreamsSection .thirtyYearsSection {
    font-family: "Plus Jakarta Sans" !important;
    font-size: 45px;
    margin-bottom: 0;
    line-height: 1;
  }

  #DesignDreamsSection .thirtyplussectionrow {
    margin-top: 50px;
  }

  #DesignDreamsSection .thirtyYearsSection::before {
    top: -29%;
    font-size: 27px;
    left: 21%;
  }

  #DesignDreamsSection .row-parent {
    padding-top: 50px;
  }

  #ProjectsShowCaseSection .builidingfeautures {
    font-size: 35px;
    text-align: left;
    width: 100%;
    letter-spacing: -1px;
  }

  #ProjectsShowCaseSection .withsmilessec {
    font-size: 50px;
    width: 100%;
    text-align: end;
    letter-spacing: -2px;
  }
	
	#ProjectsShowCaseSection.ongoingprojectsbanner .withsmilessec { 
	text-align:center;
	}
	


  #ProjectsShowCaseSection .ongoingprojectssec {
    font-size: 18px;
    text-align: end;
    width: 100%;
    margin-top: 5px;
  }

  #ProjectsShowCaseSection .uncode-scroll-trigger-space {
    margin-top: 0;
  }

  .firsttImageSectionimg .uncode-single-media-wrapper img {
    height: auto;
    object-fit: cover;
    border-radius: 20px;
    width: 100%;
    object-position: center;
    object-position: 43% 10%;
  }

  .portfolioMainProjects {
    /* 		display: flex;
		flex-direction: column;
		justify-content: center;
		column-gap: 20px; */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px; /* adds space between divs */
  }

  .projectPortfolio {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 10%;
  }
  .projectPortfolio1 {
    width: 100%;
  }

  .projectPortfolio h4 {
    font-size: 20px;
    font-weight: 600;
    width: 70%;
    line-height: 1.1;
  }

  .projectPortfolioflex1 img {
    width: 22px;
    height: 22px;
  }

  .twoprojectPortfolioflex1 p {
    font-size: 13px;
    line-height: 1.4;
  }

  .projectPortfolioflex img {
     width: 20px;
    height: 20px;
    margin-left: -3px;
  }

  .locationsinprojectdetail {
    letter-spacing: 0px;
    font-size: 13px;
    height: auto;
  }

  .twoprojectPortfolioflex1 h4 {
    font-size: 12px;
  }

  .projectPortfolioflex {
    column-gap: 6px;
    margin-top: 2px;
  }

  .projectPortfolioflex1:first-child {
    /* 		width:50% !important; */
  }
  .projectPortfolio1:first-child {
    width: 50% !important;
  }

  .projectPortfolio1:first-child {
    width: 50% !important;
  }

  .FooterSectionDIv .HeadingOneFooter h3 span {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 1.1;
    width: 100%;
  }

  .FooterSectionDIv .HeadingSecondFooter h3 span {
    font-size: 50px;
    width: 100%;
    text-align: end;
    letter-spacing: -2px;
  }

  .FooterSectionDIv {
    height: auto;
    padding-top: 50px;
  }
  .createSectionmainrows {
    margin-top: 50px !important;
  }

  .createSpacefilledlove h5 {
    font-size: 24px;
    width: 87%;
    font-weight: 200;
    line-height: 1;
  }
  .createSpacefilledlove {
    width: 290px;
    padding: 30px 20px;
    border-radius: 30px;
    padding-bottom: 30px;
    position: unset;
  }
	
	    .createSpacefilledlove1 p::before {
        width: 25px;
        height: 22px;
        top: -78px;
        right: -21px;
    }

  .createSpacefilledlove1 {
    width: 290px;
    padding: 30px 20px;
    border-radius: 30px;
    padding-bottom: 30px;
    position: unset;
    margin-top: 20px;
  }

  .createSpacefilledlove1 h5 {
    font-size: 24px;
    width: 87%;
    font-weight: 200;
    line-height: 1;
  }

  .createSpacefilledlove p {
    width: 100%;
    margin-top: 17px;
    line-height: 1.2;
    font-weight: 300;
    font-size: 15px;
  }

  .createSpacefilledlove1 p {
    width: 84%;
    margin-top: 17px;
    line-height: 1.2;
    font-weight: 300;
    font-size: 15px;
  }

  #testimonilalcontentarea .testimonialvoicescontent {
    font-size: 50px;
    margin-top: 0;
    margin-left: 0;
    line-height: 0.9;
    letter-spacing: 0;
    text-align: center;
  }
  #testimonilalcontentarea .testimonialwhererealcontent {
    font-size: 20px;
    text-align: center;
    margin-left: 0;
  }

  #testimonilalcontentarea .testimonialstoriescontent {
    font-size: 35px;
    margin-top: 0px;
    text-align: center;
    margin-left: 0;
  }

  #testimonilalcontentarea .testimonialvoicescontent strong::before {
    width: 5.1px;
    height: 56px;
    bottom: -18px;
    left: 9.7%;
  }

  #testimonailsliderid .slick-list {
    padding: 0 !important;
    padding-bottom: 30px !important;
  }

  .youtubeSections .testimonial-section {
    padding-top: 0px;
  }

  .newsandeventsheading h6 span {
    font-size: 30px;
  }
  #newsandeventsrow .single-internal-gutter {
    padding: 0;
  }

  .newsandeventspara {
    width: 100%;
  }
	
	 .createSpacefilledlove p::before {
        width: 25px;
        height: 22px;
        top: -75px;
        right: 10px;
    }


  .newsandeventsimage img {
    border: 9px solid #2e4b6e;
    border-radius: 15px;
  }

  .vertical-text-slider {
    width: 100%;
    padding: 20px;
    border-radius: 20px;
    border-top-right-radius: 0;
    margin-bottom: 50px;
    padding-bottom: 30px;

  }
	
	

  .builtSilderSectionsContent p {
    font-size: 14px;
    width: 100%;
  }

  .builtSilderSectionsContent h3 {
    font-size: 23px;
    line-height: 1.1;
    margin-top: 0px;
  }

  .builtSilderSections img {
    width: 40px;
    height: 30px;
    object-fit: contain;
  }

  .newsandeventspara span {
    font-size: 14px;
    line-height: 1.5;
  }

  #newsandeventsrow .newsandeventsimage:last-child {
    margin-top: 40px !important;
  }

  #newsandeventsrow .wpb_column:last-child .newsandeventsimage {
    display: none !important;
  }

  .NumberStoriesHeadingText .HeadingOneFooter h3 span {
    font-size: 25px;
  }

  .NumberStoriesHeadingText .HeadingSecondFooter h3 span {
    font-size: 50px;
  }
  .NumberStoriesHeadingText .HeadingOneFooter .heading-text {
    padding-left: 0;
  }

  .NumberStoriesHeadingText {
    height: 100%;
  }

  #NumberTellThatStories .numberstoriesSection h4 {
    font-size: 40px;
    margin-top: 25px !important;
    width: 100%;
  }

  #NumberTellThatStories .numberstoriesSection {
    height: 260px;
    background-size: inherit;
  }
  #NumberTellThatStories .wpb_column:nth-child(3) .uncol {
    margin-top: 0px;
  }
  #NumberTellThatStories .wpb_column:nth-child(4) .uncol {
    margin-top: 0px !important;
  }
  #NumberTellThatStories .wpb_column:nth-child(2) .uncol {
    margin-top: 0px !important;
  }

  #NumberTellThatStories .col-half-gutter {
    background-color: #0f3460 !important;
  }

  #BuiltTrustFullSection .row-parent {
    margin-top: 0;
    padding: 0 10px;
  }
  #BuiltOnTrustContentText .BuiltOnTrustContentTextHeading1 h2 span {
    font-size: 40px;
    letter-spacing: -2px;
  }

  #BuiltOnTrustContentText .center-textword {
    flex-direction: column;
    margin-top: 40px;
  }

  #BuiltOnTrustContentText .bigwords {
    flex-direction: column;
    gap: 0;
    margin-top: 0 !important;
    font-size: 50px;
    line-height: 0.9;
    width: 100%;
    text-align: center;
  }

  #BuiltOnTrustContentText .center-textword br {
    display: none;
  }

  #BuiltOnTrustContentText .smallwords {
    font-size: 23px;
    width: 100%;
    text-align: center;
  }

  #BuiltOnTrustContentText .BuiltTrustslider {
    margin-top: 100px !important ;
  }

  #BuiltTrustFullSection {
    height: auto;
  }
  #BuiltTrustFullSection .slick-list {
    padding-top: 0px;
    padding-bottom: 30px;
  }

  #BuiltTrustFullSection .builtSilderSections {
    column-gap: 15px;
    margin: 10px 0;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    margin-bottom: 0;
    margin-top: 0;
    /* height: 148px; */
    margin-top: 5px;
    margin-bottom: 5px;
    width: 290px;
	  
  }
	
	#BuiltTrustslider .slick-vertical .slick-slide {
		display: contents;
		height: auto;
		border: 1px solid transparent;
}

  #BuiltTrustFullSection .builtSilderSections p {
  }

  #NumberTellThatStories .wpb_column:first-child .uncol {
    margin-top: 20px;
  }

  /* 	.projectPortfolio1:first-child {
		width:30% !important;
	} */

  #ProjectsShowCaseSection .projectPortfolio1.project1container {
    width: 40% !important;
  }

  .BuiltTrustslider .vertical-text-slider-projectdetail .slick-dots {
    justify-content: center;
    align-items: flex-end;
    padding-right: 0px !important;
    width: 100%;
    height: 10px;
    padding-left: 0 !important;
    column-gap: 0;
  }
  #ProjectsShowCaseSection .projectPortfolio1.project2container {
    width: 40% !important;
  }

  .vertical-text-slider-projectdetail .slick-dots li button:before {
    width: 17px !important;
    height: 5px !important;
  }

  .vertical-text-slider-projectdetail .builtSilderSections p:first-child {
    width: 100%;
    margin-top: 0;
  }
  .vertical-text-slider-projectdetail .builtSilderSectionsContent h3 {
    font-size: 30px;
  }

  #ProjectsShowCaseSection .projectPortfolio1.project3container {
    padding-left: 8%;
  }

  .overlaytextXContent {
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) -4%,
      rgba(25, 60, 92, 0.9) 39%
    ) !important;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    position: unset !important;
    background: rgb(18 52 77) !important;
    padding-top: 41px;
    padding-bottom: 20px;
    margin-top: -18px !important;
	      background: rgba(17, 52, 92, 1) !important;
  }

  .NumberStoriesHeadingText .HeadingSecondFooter .heading-text {
    padding-right: 0;
  }

  .corporateofficecontent h3 {
    font-size: 28px;
  }

  .corporateofficecontent h4 {
    font-size: 20px;
  }

  .corporateofficecontent p {
    font-size: 18px;
    width: 100%;
    margin-top: 15px;
  }

  .mobilenumberemailrow {
    width: 100%;
  }

  #SecondFooterSection .single-h-padding {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  #HeadingColorSelect .exa-top-padding {
    padding-top: 15% !important;
  }

  .mobilenumberemailrow a {
    font-size: 15px;
  }

  .mobileflexcontainer {
    align-items: center;
  }
  .mobileflexcontainer a {
    height: auto;
  }

  #newsandeventsrow .newsandeventsimagesecond {
    margin-top: 50px !important ;
  }

  #HeadingColorSelect .word6 .split-word-inner {
    color: #f2851e !important;
    margin-left: 20px;
    position: relative;
  }

  #HeadingColorSelect .word6 .split-word-inner::before {
    content: "";
    background-image: url(https://dev.opendesignsin.com/jayaswathy/wp-content/uploads/2025/10/Layer-829.png);
    position: absolute;
    top: 52%;
    left: -12%;
    width: 79%;
    height: 77px;
    background-size: cover;
  }

  #FooterId .wpb_row .wpb_column:last-child {
    width: 100%;
  }

  .footeropendesignsdiv {
    column-gap: 10px;
    justify-content: center;
  }
	
	#SecondFooterSection .uncode_text_column {
		margin-top:15px;
	}
.corporateofficecontent {
    margin-bottom: 40px;
}
  #projectdetailspecifications .uncotspecfication .row-child {
    width: 100%;
    padding: 10px 20px !important;
  }

  .spec-question {
    font-size: 20px !important;
  }

  .main-container .row-container .row-parent {
    padding: 25px;
    padding-bottom: 50px;
  }

  .spec-answer ul li {
    line-height: 22px;
    font-size: 14px;
  }

  .spec-question::after {
    width: 21px;
    height: 20px;
  }

  #projectdetailspecifications .uncotspecfication .row-child .uncont {
    padding: 20px;
  }

  #projectdetailspecifications {
    height: auto;
  }

  #projectdetailspecifications .uncotspecfication {
    margin-top: 46px;
  }

  .bookasitebuttonflex {
    flex-direction: column;
    row-gap: 15px;
    align-items: center;
    margin-top: 20px !important;
  }

  .projectdetailcontentrow strong {
    width: 100%;
  }
  #BuiltTrustFullSection.projectdeatilBuiltTrustFullSection .row-parent {
    padding-top: 50px;
  }
  .my-image-slider img {
    width: 100%;
    border-radius: 10px;
  }
	
	.vertical-text-slider-projectdetail::before {
    top: -28px !important;
    right: -5px;
    width: 68px;
    height: 30px;
}

  .imageslideroverlay h6 {
    bottom: 15px;
    font-weight: 500;
    font-size: 14px;
  }
  #designsanddreamsabout .my-image-slider {
    margin-top: -26px;
  }

  #designsanddreamsabout .row-parent {
    padding-top: 0px;
    padding-bottom: 0;
  }

  .faq-container {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  #floorplansection {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .bookasitebutton:last-child a {
    font-size: 13px !important;
  }
	
	.designanddreams {
    column-gap: 5px;

}
	#visionariesbehindsection.aboutpagevisionariesbehindsection .designanddreams.mainSecondHeadingtext {
    column-gap: 5px;
}
	
	#visionariesbehindsection.aboutpagevisionariesbehindsection .designanddreamsfirst.mainSecondHeadingtext {
    column-gap: 5px;
}
	
	#AoutusHeroBanner .aboutbannerimage {
    margin-top: 30px;
    width: 100%;
}
	
	#AoutusHeroBanner {
    padding-top: 90px;
    padding-bottom: 20px;
}

  .bookasitebutton:first-child a {
    font-size: 13px !important;
  }

  #floorplansection .designanddreams.mainSecondHeadingtext p strong {
    font-weight: 300 !important;
  }

  #floorplansection .designanddreamsfirst.mainSecondHeadingtext p strong {
    font-weight: 300 !important;
  }

  .BuiltTrustslider .slick-dots li {
    margin: 0 3px;
  }
	
	    .aboutusimagecombisection .pargraphnormaltext {
       width: 100%;
    font-size: 15px !important;
    }
	
	#formorethantwo .single-internal-gutter:nth-of-type(2) {
		margin-left: 0%;
		height: auto;
		padding-bottom: 50px;
		padding-top: 0;
}
	
	.pargraphnormaltext {

    font-size: 15.9px !important;
    line-height: 25px;
}
	
	    .aboutbannerimage img {
        height: 200px;
        object-fit: cover;
        border-radius: 20px;
    }
		#formorethantwo {
			height: auto;
			margin-top: 0;
			background-position: right;
	}
	
	.pargraphboldtext {

    font-size: 32px !important;
    line-height: 41px;

}
	
		.menu-horizontal-inner .custom-cta-container {
    width: 100%;
}
	
	    #menu-about-us li a {
    font-size: 17px !important;
    margin-bottom: 15px;
    color: #fff !important;
    }
	
	header .menu-horizontal-inner {
    height: 100vh;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	}
	    .menu-horizontal-inner .navbar-nav {
			padding-top: 0 !important;
			height: max-content;
			margin-top: 10px;
    }
	
	#menu-about-us {
    position: relative;
    height: max-content;
    background: #0f335d;
}
	
	.navbar-mobile-el {
		display: none;
	}
	
	.menu-horizontal-inner .custom-cta-container .lets-talk-btn { 
    font-size: 14px;
    margin-left: 0;
    height: 37px;
    width: 160px !important;
    padding: 0 !important;
	}
	
	
	header .main-menu-container {
		    background: #0f335d !important;
	}
	
	.lines-button.close .lines:before {
    background: #f2851e !important;
}
		.lines-button.close .lines:after {
    background: #f2851e !important;
}
	
	.menu-horizontal-inner .uncode-close-offcanvas-mobile {
        top: 6%;
    right: 13%;

    }
	
	    body.menu-custom-padding .menu-container .logo-container {
        padding-top: 18px !important;
        padding-bottom: 18px !important;
    }
	
	header .mobile-menu-button span:before {
		    background: #0f335d !important;
	}
	
		header .mobile-menu-button span:after {
		    background: #0f335d !important;
	}
			header .mobile-menu-button span {
		    background: #0f335d !important;
	}
}

@media (min-width:1200px) {
	#floorplansection .wpb_tabs_nav li:nth-of-type(3)::before {
    content:none;
}
}
@media (max-width:960px) and (min-width:768px) {
	

	#BuiltTrustFullSection.projectdeatilBuiltTrustFullSection .BuiltTrustslider {
   
    margin-top: 50px;
}
	#BuiltTrustFullSection.projectdeatilBuiltTrustFullSection {
		    height: 900px;
    background-position: 30% 66% !important;
}
	
	    #ProjectsShowCaseSection.swathyviswasparadiseclass .uncont{
       		    padding-top: 25px !important;
   		}
	
	
	
		.menu-horizontal-inner .custom-cta-container {
    width: 100%;
}
	
	    #menu-about-us li a {
    font-size: 35px !important;
    margin-bottom: 25px;
    color: #fff !important;
    margin-top: 15px;
    text-align: center;
    }
	
	header .menu-horizontal-inner {
    height: 100vh;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	}
	    .menu-horizontal-inner .navbar-nav {
			padding-top: 0 !important;
			height: max-content;
			margin-top: 10px;
    }
	
	#menu-about-us {
    position: relative;
    height: max-content;
    background: #0f335d;
}
	
	.navbar-mobile-el {
		display: none;
	}
	
	.menu-horizontal-inner .custom-cta-container .lets-talk-btn { 
    font-size: 14px;
    margin-left: 0;
    height: 37px;
    width: 160px !important;
    padding: 0 !important;
    margin-top: 0px;
	}
	#menu-about-us::before {
    content: none;

}
	
	
	header .main-menu-container {
		    background: #0f335d !important;
	}
	
	.lines-button.close .lines:before {
    background: #f2851e !important;
    height: 3px;
    width: 30px;
    top: -6px;
    right: 14px;
}
		.lines-button.close .lines:after {
    background: #f2851e !important;
    height: 3px;
    width: 30px;
    left: -1px;
}
	
	.menu-horizontal-inner .uncode-close-offcanvas-mobile {
        top: 6%;
    right: 13%;

    }
	
	    body.menu-custom-padding .menu-container .logo-container {
        padding-top: 18px !important;
        padding-bottom: 18px !important;
    }
	
	header .mobile-menu-button span:before {
		    background: #0f335d !important;
	}
	
		header .mobile-menu-button span:after {
		    background: #0f335d !important;
	}
			header .mobile-menu-button span {
		    background: #0f335d !important;
	}
}



@media (min-width:768px) {
	.aboutusimagesection {
		display: none;
	}
}
@media (max-width: 768px) and (min-width:600px) {
	
		    #ProjectsShowCaseSection.swathyviswasparadiseclass .uncont{
       		    padding-top: 15px !important;
   		}
	
			.FooterSectionDIv .uncont {
			width:420px !important;
		}
	
	.createSpacefilledlove {
        width: 354px;
    }
		.createSpacefilledlove1 {
        width: 354px;
    }
	
	.createSpacefilledlove1 h5 {
        width: 71%;
 
    }
	
	    .FooterSectionDIv .HeadingOneFooter h3 span {
        font-size: 26px;
        width: 76%;
    }
	
	    .FooterSectionDIv .HeadingSecondFooter h3 span {
        font-size: 58px;

    }

	
	    #awardsandcommitements .row-parent {
        padding-bottom: 50px;
        padding-top: 50px;
    }
	    .awardsandcontentssection p {
        text-align: center;
    }
	
	    .awardsandcontentssection .bestbuilderawardee {
        font-size: 33px;
        letter-spacing: 0;
        margin-bottom: 18px;
        text-align: center;
    }
	
	#designsanddreamsabout.aboutuspagesecond  {
		padding-top:50px;
	}
	
	    #formorethantwo {
  
        background: none;
    }

	
	.subtextContent {
    font-size: 15px !important;
    letter-spacing: 0px !important;

}
	
	#corevaluesandthatdefine .designanddreamsfirst.mainSecondHeadingtext {
    margin-top: 5px;
}
	
		#NumberTellThatStories.aboutusePagesectioncards .exa-bottom-padding {
		padding-bottom: 56px;
		background: #103664;
}
	
	#NumberTellThatStories.aboutusePagesectioncards .uncont {
		flex-wrap: wrap;
		justify-content: center;
		column-gap: 21px;
		row-gap: 22px;
}
	
	#corevaluesandthatdefine .background-inner {
        background-image: none !important;
        background: #0f3460;
    }
	
	    #NumberTellThatStories .numberstoriesSection {
			height: 235px;
			width: 200px;
			background-size: cover;
			padding: 10px  15px;
    }
	#NumberTellThatStories.aboutusePagesectioncards .numberstoriesSection h4 {
		font-size: 20px;
		line-height: 25.7px;
		margin-top: 20px !important;
}
	
	#NumberTellThatStories.aboutusePagesectioncards .cardseachcontainer{
    width: 197px;
}
	#NumberTellThatStories.aboutusePagesectioncards .cardseachcontainer:first-child {
    margin-top: 0px !important;
}
	
	#NumberTellThatStories.aboutusePagesectioncards .cardseachcontainer:nth-child(4) {
    margin-top: 0px !important;
}
	
	#NumberTellThatStories.aboutusePagesectioncards .cardseachcontainer:nth-child(3) {
    margin-top: 0px !important;
}
	
	#NumberTellThatStories.aboutusePagesectioncards .cardseachcontainer:nth-child(5) {
    margin-top: 0px !important;
}
	
	#NumberTellThatStories.aboutusePagesectioncards .numberstoriesSection p {
    font-size: 14px;
    line-height: 21px;

}
	
		.mainSecondHeadingtext h2 {
			font-size: 47px !important;
			line-height: 50px !important;
			letter-spacing: -2px !important;
		}
	
	#visionariesbehindsection.aboutpagevisionariesbehindsection .uncode_text_column {
    margin-top: 5px;
}
	
	.mainheadingtext h2 {
    font-size: 50px !important;
    line-height: 50px !important;
    letter-spacing: -2px !important;
}
	

}


@media (max-width:600px) {
	.popupcontactform  p {
    width: 100%;
}
	.popupcontactform p:nth-child(6){
    width: 100% !important;
}
	
	.popupcontactform  p label {

    font-size: 14px !important;

}
	
	.custom-model-wrap_custom_popup .wpcf7-form {
    padding: 20px 25px;
    margin-top: 16px;
    height: 500px;
    overflow-y: scroll;
}
	
	.custom-model-wrap_custom_popup {
/*     height: 500px;
    overflow-y: scroll; */
	}

	#pop_content h3 {
    font-size: 37px;

}
	
	.close-btn_custom_popup {
    left: 87%;
}
}


@media (max-width:600px) and (min-width:470px){
	
	
	

	
		    #ProjectsShowCaseSection.swathyviswasparadiseclass .uncont{
       		    padding-top: 0px !important;
   		}
	
		.conatinerwidthresolution {
		display:flex;
		justify-content:center;
	}
	
	.conatinerwidthresolution .row-child {
		width:360px !important;
	}
	
	    #BuiltOnTrustContentText .bigwords {
        text-align: end;
    }
	
	    .NumberStoriesHeadingText.homepagenumbersthat .wpb_column .uncont {
        max-width: 360px !important;
    }
	
	    #NumberTellThatStories.HomePageNumberTellThatStories .uncode_text_column {
        display: flex;
        justify-content: center;
    }
	
		#NumberTellThatStories.HomePageNumberTellThatStories  {
		margin-top:-20px;
	}
	
	
	#projectdetailspecifications.contactuspagedreamhousesection {
    height: auto;
}
	
	.contactuspagedreamhousesection #NumberTellThatStories.aboutusePagesectioncards {
    position: unset;

}
	
	   .contactuspagedreamhousesection .pargraphboldtext {
        font-size: 25px !important;
        line-height: 31px;
    }
	
	.contactuspagedreamhousesection .pargraphboldtext {
    width: 85%;
    margin-top: 10px;
}
	
	.contactuspagedreamhousesection #NumberTellThatStories.aboutusePagesectioncards .cardseachcontainer {
    width: 46%;
}
	
	.contactuspagedreamhousesection #NumberTellThatStories.aboutusePagesectioncards .numberstoriesSection {
    height: 185px;
    padding: 30px 20px 20px;
    width: 100%;
}
	
	.contactuspagedreamhousesection #NumberTellThatStories.aboutusePagesectioncards .numberstoriesSection p {
    font-size: 13px;
}
	
	.contactuspagedreamhousesection #NumberTellThatStories.aboutusePagesectioncards .uncont {
     row-gap: 42px;
    margin-top: 50px;
}
	#projectdetailspecifications.contactuspagedreamhousesection .row-parent {
    padding-top: 50px;
    padding-bottom: 70px;
}
	.awardsandcontentssection .row-child .row-inner {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	
	#awardsandcommitements .row-parent {
    padding-bottom: 50px;
    padding-top: 50px;
}
	
	.awardsandcontentssection .bestbuilderawardee {

    font-size: 33px;
    letter-spacing: 0;
    margin-bottom: 18px;
    text-align: center;
}
	
		.awardsandcontentssection p {

    text-align: center;
}
	
	
		
	.subtextContent {
    font-size: 15px !important;
    letter-spacing: 0px !important;

}
	
	#corevaluesandthatdefine .designanddreamsfirst.mainSecondHeadingtext {
    margin-top: 5px;
}
	
		#NumberTellThatStories.aboutusePagesectioncards .exa-bottom-padding {
			padding-bottom: 60px;
			background: #0c2c53;
			padding-top: 20px !important;
		}
	
	#corevaluesandthatdefine .background-inner {
    background-image: none !important;
    background: #0f3460;
		
	}
	
	#NumberTellThatStories.aboutusePagesectioncards .uncont {
		flex-wrap: wrap;
		justify-content: center;
		column-gap: 21px;
		row-gap: 22px;
}
	
	    #NumberTellThatStories .numberstoriesSection {
			height: 223px;
			width: 200px;
			background-size: cover;
			padding: 10px  15px;
    	}
	#NumberTellThatStories.aboutusePagesectioncards .numberstoriesSection h4 {
		font-size: 17px;
		line-height: 20.7px;
		margin-top: 20px !important;
}
	
	#corevaluesandthatdefine {
    padding: 20px 0;
}
	
	#NumberTellThatStories.aboutusePagesectioncards .cardseachcontainer{
    width: 197px;
}
	#NumberTellThatStories.aboutusePagesectioncards .cardseachcontainer:first-child {
    margin-top: 0px !important;
}
	
	#NumberTellThatStories.aboutusePagesectioncards .cardseachcontainer:nth-child(4) {
    margin-top: 0px !important;
}
	
	#NumberTellThatStories.aboutusePagesectioncards .cardseachcontainer:nth-child(3) {
    margin-top: 0px !important;
}
	
	#NumberTellThatStories.aboutusePagesectioncards .cardseachcontainer:nth-child(5) {
    margin-top: 0px !important;
}
	
	#NumberTellThatStories.aboutusePagesectioncards .numberstoriesSection p {
    font-size: 14px;
    line-height: 21px;

}
	
		.mainSecondHeadingtext h2 {
			font-size: 47px !important;
			line-height: 50px !important;
			letter-spacing: -2px !important;
		}
	
	#visionariesbehindsection.aboutpagevisionariesbehindsection .uncode_text_column {
    margin-top: 5px;
}
	
	.mainheadingtext h2 {
    font-size: 40px !important;
    line-height: 42px !important;
    letter-spacing: -2px !important;
}
	
		.menu-horizontal-inner .custom-cta-container {
    width: 100%;
}
	
	    #menu-about-us li a {
    font-size: 17px !important;
    margin-bottom: 15px;
    color: #fff !important;
    }
	
	header .menu-horizontal-inner {
    height: 100vh;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	}
	    .menu-horizontal-inner .navbar-nav {
			padding-top: 0 !important;
			height: max-content;
			margin-top: 10px;
    }
	
	#menu-about-us {
    position: relative;
    height: max-content;
    background: #0f335d;
}
	
	.navbar-mobile-el {
		display: none;
	}
	
	.menu-horizontal-inner .custom-cta-container .lets-talk-btn { 
    font-size: 14px;
    margin-left: 0;
    height: 37px;
    width: 160px !important;
    padding: 0 !important;
	}
	
	
	header .main-menu-container {
		    background: #0f335d !important;
	}
	
	.lines-button.close .lines:before {
    background: #f2851e !important;
}
		.lines-button.close .lines:after {
    background: #f2851e !important;
}
	
	.menu-horizontal-inner .uncode-close-offcanvas-mobile {
        top: 6%;
    right: 13%;

    }
	
	    body.menu-custom-padding .menu-container .logo-container {
        padding-top: 18px !important;
        padding-bottom: 18px !important;
    }
	
	header .mobile-menu-button span:before {
		    background: #0f335d !important;
	}
	
		header .mobile-menu-button span:after {
		    background: #0f335d !important;
	}
			header .mobile-menu-button span {
		    background: #0f335d !important;
	}
}

@media (max-width:768px) and (min-width:540px) {
	
	    #ProjectsShowCaseSection .projectPortfolio1.project1container {
        width: 25% !important;
    }
	    #ProjectsShowCaseSection .projectPortfolio1.project2container {
        width: 25% !important;
    }
	#ProjectsShowCaseSection .projectPortfolio1.project3container {
        padding-left: 0%;
        width: 30%;
    }
	.portfolioMainProjects {
        row-gap: 15px;
    }
	
	     #NumberTellThatStories.HomePageNumberTellThatStories  .col-half-gutter {
  			max-width:500px !important;
    }
	#NumberTellThatStories.HomePageNumberTellThatStories {
		background: #0f3460;
		margin: -20px;
    }
	
}
@media (max-width: 470px) {
	
	.custom-model-main_custom_popup {
		    height: 116vh !important;
	}
	
	.custom-model-inner_custom_popup {
		    height: 100vh;
    margin-top: 0;
    top: 8%;
	}
	

	
	
	
	    #HeroBannerStyle .split-word-inner {
        font-size: 40px;
    }
	
	.HeaderMainRow {
    height: auto;
}
	
	#HeadingColorSelect .word6 .split-word-inner::before {
 
        width: 95px;
        height: 51px;
        background-size: cover;
    }
	
	    #NumberTellThatStories.HomePageNumberTellThatStories .wpb_row {
        flex-wrap: nowrap;
        flex-direction: column;
    }
	#NumberTellThatStories.HomePageNumberTellThatStories .wpb_column {
        width: 100%;
    }
	
	.NumberStoriesHeadingText.homepagenumbersthat {}
	.homepagedreamdesignsection{}
	
	.NumberStoriesHeadingText.homepagenumbersthat .wpb_column .uncont {
				    max-width: 300px !important;
	}
	
	    #BuiltOnTrustContentText .bigwords {
        	text-align: end;
    }
	
	.NumberStoriesHeadingText.homepagenumbersthat 	.HeadingOneFooter {
		    padding-left: 8%;
	}

	
	.footerimglinksflex .footerimglinks {
    width: 40px;
    height: 40px;
}
	
	.youtubeSections .maintestimonialCardsstories {
    width: 70%;

}
	
	#DesignDreamsSection .thirtyplussectionrow  .uncont{
		    max-width: 300px !important;
	}
	
	    #DesignDreamsSection .thirtyYearsSection {
        font-size: 29px;
    	letter-spacing: 1px;
    }
	    #DesignDreamsSection .thirtyYearsSection::before {
    top: -56%;
    font-size: 20px;
    left: 12%;
    }
  .vertical-text-slider-projectdetail {
    width: 90%;
    padding: 20px;
    height: auto;
  }
	
	#BuiltTrustFullSection.homepageslidersection .BuiltTrustslider{
    width: 97%;
	}

  #ProjectsShowCaseSection .uncell .uncont {
    padding-top: 0 !important;
  }

  #ProjectsShowCaseSection .mainheadingtext h2 {
    font-size: 50px !important;
    line-height: 50px !important;
  }

  .mainheadingtext h2 {
    font-size: 40px !important;
    line-height: 40px !important;
  }
	
	#ProjectsShowCaseSection.ongoingprojectsbanner .withsmilessec { 
    font-size: 50px !important;
    line-height: 55px !important;
    letter-spacing: -3px;
	}
  #AoutusHeroBanner .mainheadingtext h2 {
    text-align: center;
  }

  #NumberTellThatStories.aboutusePagesectioncards .cardseachcontainer {
    width: 85%;
  }

  #NumberTellThatStories.aboutusePagesectioncards .uncont {
    flex-wrap: wrap;
    row-gap: 30px;
  }

  .mainSecondHeadingtext h2 {
    font-size: 33px !important;
    line-height: 100% !important;
    letter-spacing: -1px !important;
    font-weight: 500 !important;
  }

  .designanddreams {
    align-items: flex-end;
    row-gap: 7px;
    padding-right: 0;
    column-gap: 5px;
  }

  .designanddreamsfirst p {
    line-height: 100%;
  }

  #NumberTellThatStories.aboutusePagesectioncards .uncont {
    justify-content: center;
    max-width: 340px !important;
  }

  .subtextContent {
    font-size: 15px !important;
    letter-spacing: 0px !important;
    line-height: 105% !important;
    font-weight: 500 !important;
  }
  .designanddreamsfirst {
    padding-left: 0;
    margin-top: 7px;
    column-gap: 5px;
  }

  .pargraphnormaltext {
    font-size: 15px !important;
    line-height: 25px;
  }

  .projectdetailcontentrow {
    margin-top: 30px !important;
  }

  .bookasitebutton {
    width: 80%;
    height: 37px;
  }

  #BuiltTrustFullSection.projectdeatilBuiltTrustFullSection {
    height: auto;
    background-position: right;
    background-position: center;
    background-image: none;
  }

  .vertical-text-slider-projectdetail .slick-slide {
    min-height: auto !important;
    justify-content: center;
  }

  .vertical-text-slider-projectdetail .builtSilderSectionsContent p strong {
    font-size: 15px;
    line-height: 24px;
  }

  #BuiltTrustFullSection.projectdeatilBuiltTrustFullSection .BuiltTrustslider {
    margin-top: 30px;
    justify-content: center;
  }

  .overlaytextXContent {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    position: unset !important;
    padding-top: 21px;
    padding-bottom: 20px;
    margin-top: -5px !important;
    background: rgba(17, 52, 92, 1) !important;
	  
  }
	
	    .projectPortfolio h4 {
    font-size: 14px;
    width: 100%;
    }
	
	    .firsttImageSectionimg .uncode-single-media-wrapper img {
        height: auto;
        object-fit: fill;
        border-radius: 20px;
        width: 100%;
    }
	.firsttImageSectionimg .uncode-single-media-wrapper img {
		border-radius:0;
	}

  .faq-question::after {
    position: absolute;
    right: -25px;
    width: 20px;
    height: 20px;
    top: 0px;
  }
  .faq-item {
    width: 100%;
    padding: 20px 14px;
  }
  .faq-answer {
    width: 100%;
  }

  .faq-question {
    font-size: 15px !important;
    width: 93%;
    line-height: 1.3;
  }

  .faq-answer p {
    font-size: 15px;
    line-height: 1.4;
  }
  #NumberTellThatStories .numberstoriesSection {
    width: 100%;
    background-image: url(https://dev.opendesignsin.com/jayaswathy/wp-content/uploads/2025/10/number-telling-story-bg-card.jpg);
    height: 245px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  #NumberTellThatStories.aboutusePagesectioncards
    .cardseachcontainer:nth-child(4) {
    margin-top: 0px !important;
  }

  #NumberTellThatStories.aboutusePagesectioncards
    .cardseachcontainer:nth-child(3) {
    margin-top: 0px !important;
  }
  #NumberTellThatStories.aboutusePagesectioncards
    .cardseachcontainer:nth-child(5) {
    margin-top: 0px !important;
  }

  #row-unique-0.aboutusimagecombisection .pargraphboldtext {
    font-size: 30px !important;
    line-height: 112%;
    margin-top: 15px !important;
  }

  .aboutusimagecombisection .pargraphnormaltext {
       width: 100%;
    text-align: left;
  }

  #formorethantwo {
    background-position: right;
    height: auto;
    margin-top: 0px;
    background: none;
  }

  #formorethantwo .single-internal-gutter:nth-of-type(2) {
    height: auto;
    margin-left: 0%;
    padding: 0;
    padding-bottom: 0px;
  }

  #NumberTellThatStories.aboutusePagesectioncards .numberstoriesSection h4 {
    margin: 0;
    color: #0f335d;
    margin-top: 27px !important;
    font-size: 20px;
    line-height: 21.7px;
    letter-spacing: -1px;
  }
  #NumberTellThatStories.aboutusePagesectioncards .numberstoriesSection {
    height: 230px;
  }

  #corevaluesandthatdefine {
    padding: 20px;
  }

  .mainSecondHeadingtext p {
    line-height: 100%;
  }

  .awardsandcontentssection .wpb_row .wpb_column:first-child {
    width: 100% !important;
  }

  .awardsandcontentssection .bestbuilderawardee {
    font-size: 32px;
    line-height: 100%;
    letter-spacing: -2px;
    margin-bottom: 20px;
    text-align: center;
  }

  .awardsandcontentssection p {
    text-align: center;
  }

  #awardsandcommitements .row-parent {
    padding-bottom: 50px;
    padding-top: 50px;
  }

  #AoutusHeroBanner .aboutbannerimage {
    margin-top: 40px;
    width: 100%;
  }

  #AoutusHeroBanner {
    padding-top: 100px;
    padding-bottom: 0px;
  }

  .ceoslidermaindivfirst {
    flex-direction: column;
  }

  .ceoslidermaindivcontent {
    width: 100%;
  }

  #slideraboutsection .ceoofcompany {
    font-size: 30px;
    margin-top: 0;
  }

  #slideraboutsection
    .slidersecondcontent
    .ceoslidermaindivcontent:last-child
    .ceoofcompany {
    margin-top: 30px;
  }

  #slideraboutsection .domaininthecompany {
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 3px;
    margin-bottom: 16px;
  }

  .ceoslidermaindivfirst.slidersecondcontent .ceoslidermaindivcontent {
    width: 100%;
  }

  #visionariesbehindsection .row-parent {
    padding-top: 50px;
    padding-bottom: 0px !important;
  }

  .aboutus-section-slick-next {
    right: 30%;
    bottom: 0%;
    margin-bottom: 0px;
    top: 102%;
  }

  .aboutus-section-slick-prev {
    left: 30%;
    bottom: 0%;
    top: 102%;
    width: max-content;
  }

  .ceoslidermaindivfirst.slidersecondcontent {
    padding-bottom: 0px;
  }

  #corevaluesandthatdefine .background-wrapper .background-inner {
    margin-bottom: -14px;
  }

  .aboutbannerimage img {
    height: 200px;
    object-fit: cover;
    border-radius: 20px;
  }

  #NumberTellThatStories.aboutusePagesectioncards
    .cardseachcontainer:first-child {
    margin-top: 0px !important;
  }

  #NumberTellThatStories.aboutusePagesectioncards .exa-bottom-padding {
    padding-bottom: 60px;
  }
  #designsanddreamsabout .row-parent {
    padding-top: 20px;
    padding-bottom: 0;
  }

  #faqquestions.faq-container .uncode_text_column:nth-child(2) {
    margin-top: 0px;
  }
  #floorplansection .vc_tta-tab a span {
    font-size: 14px;
    letter-spacing: 1px;
  }

  #floorplansection .wpb_tabs_nav li {
    padding: 7px 14px;
    width: max-content;
  }

  #floorplansection .wpb_tabs_nav {
    column-gap: 20px;
    overflow-x: scroll;
    padding-bottom: 10px;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }

  #floorplansection .tab-pane {
    padding-top: 30px;
  }

  #floorplansection .wpb_tabs_nav li::before {
    right: -11px;
  }

  #projectdetailspecifications .row-parent {
    padding: 40px 20px !important;
    padding-bottom: 50px !important;
  }

  .aboutusimagecombisection .row-parent {
    padding-bottom: 0 !important;
  }

  .listofitemsinabout p::before {
    top: 14%;
  }

  #ProjectsShowCaseSection .flexbuilidingfeautures {
    margin-top: 30px !important;
  }

  #ProjectsShowCaseSection .uncode-scroll-trigger-space {
    height: 3vh;
  }

  #NumberTellThatStories.HomePageNumberTellThatStories .numberstoriesSection {
    width: 70%;
  }

  #NumberTellThatStories.HomePageNumberTellThatStories .uncode_text_column {
    display: flex;
    justify-content: center;
  }

  #Image-background-hover {
    height: 500px;
  }

  #imagehoversectionhomepage .row-parent {
    padding: 0 !important;
  }

  #contactuspageIdBanner
    .firsttImageSectionimg
    .uncode-single-media-wrapper
    img {
    height: 180px;
    border-radius: 10px;
    width: 100%;
    object-fit: cover;
  }

  .contactuspagedreamhousesection .pargraphboldtext {
    width: 100%;
    font-size: 20px !important;
    line-height: 25px;
    margin-top: 20px;
  }

  .contactuspagedreamhousesection
    #NumberTellThatStories.aboutusePagesectioncards {
    position: unset;
  }
  .contactuspagedreamhousesection
    #NumberTellThatStories.aboutusePagesectioncards
    .uncont {
    flex-wrap: wrap;
    row-gap: 50px;
  }

  .contactuspagedreamhousesection
    #NumberTellThatStories.aboutusePagesectioncards
    .cardseachcontainer {
    width: 75%;
  }

  #projectdetailspecifications.contactuspagedreamhousesection {
    height: auto;
  }

  .contactuspagedreamhousesection
    #NumberTellThatStories.aboutusePagesectioncards
    .numberstoriesSection {
    height: auto;
    padding: 40px 20px 30px;
    border-radius: 10px;
  }

  .contactuspagedreamhousesection
    #NumberTellThatStories.aboutusePagesectioncards
    .cardseachcontainer::before {
    top: -21px;
    width: 42px;
    height: 47px;
    right: 0px;
  }

  .contactuspagedreamhousesection
    #NumberTellThatStories.aboutusePagesectioncards
    .numberstoriesSection
    p {
    font-size: 14px;
    line-height: 22px;
  }

  .contactusForm p {
    width: 100%;
  }
  #contactuscontactform .single-internal-gutter:nth-child(2) {
    padding-left: 0px;
  }

  .contactusForm p:nth-of-type(6) label {
    display: flex;
  }

  #contactuscontactform {
    background-color: #edf5ff;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #contactuscontactform .contactusForm input.contactussubmitbutton {
    width: 169px;
    height: 42px;
    font-size: 14px;
  }

  .createSpacefilledlove p::before {
/*     width: 25px;
    height: 22px;
    top: -34px;
    right: 9px; */
  }

  .createSpacefilledlove1 p::before {
/*     width: 25px;
    height: 22px;
    top: -46px;
    right: 20px; */
  }
	
	#SecondFooterSection #FoooterOngoingSectionsId .wpb_row {

    height: auto;
		flex-wrap:wrap;

}
	
	#FoooterOngoingSectionsId {
    margin-top: 40px;
}
	
	#FoooterOngoingSectionsId .vc_custom_heading_wrap p span a {
    font-size: 15px;

}
	#FoooterOngoingSectionsId .wpb_column:first-child {
		width: 100%;
		padding: 20px;
		padding-top: 5px;
		padding-bottom: 5px;
}
	#FoooterOngoingSectionsId .wpb_column {
		width: 100%;
		padding: 20px;
		padding-top: 18px;
		padding-bottom: 5px;
}
	
	#FoooterOngoingSectionsId  .vc_custom_heading_wrap {
		margin-top:0px;
	}
	
	
	.menu-horizontal-inner .custom-cta-container {
    width: 100%;
}
	
	    #menu-about-us li a {
    font-size: 17px !important;
    margin-bottom: 15px;
    color: #fff !important;
    }
	
	header .menu-horizontal-inner {
    height: 100vh;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	}
	    .menu-horizontal-inner .navbar-nav {
			padding-top: 0 !important;
			height: max-content;
			margin-top: 10px;
    }
	
	#menu-about-us {
    position: relative;
    height: max-content;
    background: #0f335d;
}
	
	.navbar-mobile-el {
		display: none;
	}
	
	.menu-horizontal-inner .custom-cta-container .lets-talk-btn { 
    font-size: 14px;
    margin-left: 0;
    height: 37px;
    width: 160px !important;
    padding: 0 !important;
	}
	
	
	header .main-menu-container {
		    background: #0f335d !important;
	}
	
	.lines-button.close .lines:before {
    background: #f2851e !important;
}
		.lines-button.close .lines:after {
    background: #f2851e !important;
}
	
	.menu-horizontal-inner .uncode-close-offcanvas-mobile {
        top: 6%;
    right: 13%;

    }
	
	    body.menu-custom-padding .menu-container .logo-container {
        padding-top: 18px !important;
        padding-bottom: 18px !important;
    }
	
	header .mobile-menu-button span:before {
		    background: #0f335d !important;
	}
	
		header .mobile-menu-button span:after {
		    background: #0f335d !important;
	}
			header .mobile-menu-button span {
		    background: #0f335d !important;
	}
	
	
	.conatinerwidthresolution {
		display:flex;
		justify-content:center;
	}
	
	.conatinerwidthresolution .row-child {
		width:300px !important;
	}
	
	
	#NumberTellThatStories.HomePageNumberTellThatStories  {
		margin-top:-20px;
	}
	
	#projectdetailspecifications .uncotspecfication .row-child::before {
    top: -28px !important;
}
}
/* Responsive */


header {
/* 	display:none; */
}



.homepageslidersection .BuiltTrustslider .slick-dots { 
	display: none !important;
	
}



.loading-overlay {  display: none;  background: rgba(255, 255, 255, 0.7);  position: fixed; bottom: 0;  left: 0; right: 0;  top: 0; z-index: 9998; align-items: center;  justify-content: center;}
	.loading-overlay.is-active {  display: flex;}
	.code { font-family: monospace; color: #dd4a68;  background-color: rgb(238, 238, 238); padding: 0 3px;} 
	.custom-model-main_custom_popup {  text-align: center;  overflow: hidden; position: fixed;  top: 0;  right: 0;  bottom: 0;  left: 0; /* z-index: 1050; */
	  -webkit-overflow-scrolling: touch;
	  outline: 0;
	  opacity: 0;
	  -webkit-transition: opacity 0.15s linear, z-index 0.15;
	  -o-transition: opacity 0.15s linear, z-index 0.15;
	  transition: opacity 0.15s linear, z-index 0.15;  z-index: -1;  overflow-x: hidden; overflow-y: auto;
	}
.custom-model-main_custom_popup.model-open_custom_popup{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
	.custom-model-main_custom_popup.hpoponload {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}

	.model-open_custom_popup { z-index: 99999999; opacity: 1;
	  overflow: hidden;
	}
	.custom-model-inner_custom_popup {
	  -webkit-transform: translate(0, -25%);
	  -ms-transform: translate(0, -25%);
	  transform: translate(0, -25%);
	  -webkit-transition: -webkit-transform 0.3s ease-out;
	  -o-transition: -o-transform 0.3s ease-out;
	  transition: -webkit-transform 0.3s ease-out;
	  -o-transition: transform 0.3s ease-out;
	  transition: transform 0.3s ease-out;
	  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
	  display: inline-block;
	  vertical-align: middle;
	  width: 600px;
	  margin: 30px auto;
	  max-width: 97%;
	}
	.custom-model-wrap_custom_popup {
	  display: block;
	  width: 100%;
	  position: relative;
	  border-radius: 6px;
	  outline: 0;
	  text-align: center;
	  box-sizing: border-box;
	  background-color: #f0841e !important;
      padding: 0px !important;
	}
	.model-open_custom_popup .custom-model-inner_custom_popup {
	  -webkit-transform: translate(0, 0);
	  -ms-transform: translate(0, 0);
	  transform: translate(0, 0);
	  position: relative;
	  z-index: 999;
	}
#pop_content h3 {
    color: #0f335d;
    font-size: 50px;
    padding: 20px 0;
    padding-bottom: 0;
}
	.model-open_custom_popup .bg-overlay_custom_popup {
	  background: rgba(54, 54, 54, 0.9);
	  z-index: 99;
	}
	.bg-overlay_custom_popup {
	  background: rgba(0, 0, 0, 0);
	  height: 100vh;
	  width: 100%;
	  position: fixed;
	  left: 0;
	  top: 0;
	  right: 0;
	  bottom: 0;
	  z-index: 0;
	  -webkit-transition: background 0.15s linear;
	  -o-transition: background 0.15s linear;
	  transition: background 0.15s linear;
	}
	.close-btn_custom_popup {
    position: absolute;
    right: -30px !important;
    top: 53px;
    cursor: pointer;
    z-index: 99;
    font-size: 30px;
    color: #fff;
	}

